.alert.alert-server {
    margin-bottom: 0;
    border-radius: 0;
    display: none;
    background-color: #53595c;
    position: fixed;
    top: 0;
    height: 45px;
    width: 100%;
    z-index: 1000;
}

.alert .close {
    position: absolute;
    top: -5px;
    right: 0px;
    opacity: 1;
}
.login-page-footer ul {
    list-style: none;
    padding-left: 0;
}
.login-page-footer {
    margin-top: auto;
    padding: 20px 15px;
}
.btn-primary {
    background: #4285f4;
    border-color: #4285f4;
    border-radius: 5px;
    padding: 4px 12px;
}

.alert.alert-server.visible {
    display: flex;
}

.language-dropdown-toggle {
    border: 1px solid white;
    padding: 5px 10px;
    min-width: 130px;
    display: inline-flex;
    align-items: center;
    height: 30px;
}

.languages-menu {
    border-radius: 0;
}
.placeholder-banner {
    height: 120px;
}


.rounded-tag {
    margin-top: 10px;
    margin-right: 5px;
}

.not-verified-front-page {
    background-color: #f1f1f1 !important;
    color: #999 !important;
    width: auto !important;
}
.mobile-pagination .next a {
    min-width: 300px;
    display: block;
    background-color: white;
    float: none;
    position: static;
    box-shadow: 0px 0px 3px -2px #333;
    word-spacing: 4px;
    color: grey ;
    text-align: center ;
    list-style: none;
    border-radius: 30px;
}
.company-name-logo,
.company-logo {
    width: 105px;
    height: 105px;
}
.small-company-name-logo,
.small-company-logo {
    width: 68px;
    height: 68px;
}

.company-name-logo {
    line-height: 105px;
    color: #979797;
    margin: 0 auto;
    font-size: 30px;
}
.small-company-name-logo {
    line-height: 68px;
}


.btn-market {
    min-width: 120px;
}
.landing-page-footer-item ul.dropdown-menu{
    left: 0px;
    top: -100px;
}
footer#footer ul.dropdown-menu {
    margin-top: 0;
    left: -45px;
    top: -85px;

}

.btn-package {
    border: 1px solid #5B6B82;
    font-size: 12px;
    padding: 24px 36px;
}

.package-detail {
    display: block;
    margin: 0 0 24px 0;
    padding-left: 1.8em;
}

.package-detail:before {
    content: " ";
    background-image: url(/site_media/static/icons/check-green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: -1.8em; /* same as padding-left set on li */
    width: 1.8em; /* same as padding-left set on li */
    height: 1.8em;
    margin-right: .8em;
}

.square-button {
    border-radius: 0;
}

.company-contacts p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
}

#company-profile #profile-ranking .company-data {
    padding-top: 0px;
    min-height: 30px;
}

.footer-item {
    margin-left: 0px;
}

.rank-counter p {
    border-right: 1px solid #979797;
    line-height: 60px;
    padding-right: 10px;
}

.service-icon {
    height: 100px
}


.content-services {
    padding-top: 30px;
}

.service-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px
}

.service-text {
    line-height: 22px;
    text-align: center;
    color: #0D1A26;
    opacity: 1;
}

#company-profile span.not-verified {
    position: absolute;
    background-color: red;
    padding: 4px 8px;
    border-radius: .25rem;
    color: white;
    top: 0;
    right: 20px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
}

.home-page-content {
    /*width: 95%;*/
    /*margin: 0 auto;*/
}

#company-profile #profile-ranking .company-data {
    padding-top: 10px;
}

.footer-item a.dropdown-toggle {
    /*color: black;*/
}

.footer-item .language-picker .list-group {
    margin-bottom: 0;
}

footer#footer ul li a.dropdown-toggle {
    color: #999999;
}

.company-profile-footer {;
    padding: 40px 20px 30px;
}

.company-section-padding {
    padding: 0 12px;
}

.basic-info-section {
    padding-top: 48px;
    margin-top: -120px;
}

.profile-hero {
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}

.inner-profile-info {
    background-color: white;
    /*border-bottom: 2px solid #97979740;*/
}

.company-profile-round-icon {
    padding: 10px;
    color: white;
    background-color: #2395BB;
    border-radius: 5px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-size: 10px;
}

.category-text {
    display: inline-block;
    min-width: 60%;
    margin-bottom: 15px;
    padding: 7px 15px;
    border-radius: 13px;
    border: 1px solid #979797;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}

.company-description-content-column {
    flex-direction: column-reverse;
    padding-right: 15px;
    padding-left: 15px;
}

.company-description-content {
    margin-bottom: -40px;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
}

.services-section {
    margin-top: 40px;
    border-radius: 17px;
    padding: 30px;
}

#company-profile .content {
    padding-bottom: 30px;
}

.open-estimate-modal {
    background: #4285f4;
    border-color: #4285f4;
    color: white;
}

.company-description-content-column {
    padding-bottom: 30px;
}

.icon-description {
    background-position: center;
}

.basic-info-section-container {

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}


/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

    #company-profile #particles-js {
        height: 120%
    }

    .text-description {
        background-color: white;
    }

    #company-profile .content {
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .related-companies-container [class^='col-xs'],
    .related-companies-container [class^='col-sm'] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .footer-container {
        max-width: 1020px;
        margin: 0 auto;
    }
    .login-page-footer {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .language-dropdown-toggle {
        border: 1px solid white;
        padding: 5px 20px;
        min-width: 160px;
        display: inline-flex;
        align-items: center;
        height: 30px;
    }

    .logo-link #logo{
        margin-left: -4px;
    }

    #company-profile span.not-verified {
        top: 0;
        right: 60px;
    }

    .related-companies {
        flex-basis: 33.3%;
    }

    .company-name-logo,
    .company-logo {
        width: 105px;
        height: 105px;
    }

    .small-company-name-logo,
    .small-company-logo {
        width: 80px;
        height: 80px;
    }

    .company-name-logo {
        line-height: 105px;
        font-size: 45px;
    }
    .small-company-name-logo {
        line-height: 90px;
    }


    .line-separator-sm {
        border-bottom: 2px solid #9797974d;
    }

    .related-companies-container .d-flex {
        max-width: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33%;
    }

    .related-companies-container .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }

    .related-companies-container .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .body-shadow-sm {
        background-color: #979797;
    }

    .icon-description {
        background-position: left;
    }

    .services-section {
        margin-top: 70px;
    }

    .company-description-content {
        margin-bottom: -70px;
    }

    .services-section {
        margin-top: 120px;
    }

    #company-profile .content {
        padding-bottom: 90px;
    }

    .basic-info-section-container {
        max-height: max-content;
    }

    .alert .close {
        top: 10px;
        right: 15px;
    }

    .footer-language-list {
        top: -85px;
        left: -4px;
    }

    .packages-row {
        margin-right: -30px;
        margin-left: -30px;
    }

    .pricing-package {
        padding: 25px 35px 40px 45px;
        min-height: 650px;
        margin: 0 30px;
    }

    .pricing-package:hover {
        border: 1px solid #4285F4;
    }

    .error-report-dialog {
        width: 450px;
    }

    .company-profile-footer {
        padding-right: 143px;
        padding-left: 143px;
    }

    footer#footer ul li a.dropdown-toggle {
        color: #000000;
    }

    .search-shadow-desktop {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 7px !important;
        border-top-right-radius: 7px !important;
        box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab !important;
    }

    header#main-header form.instant-search-form-agolia .cancel-btn {
        right: 0 !important;
    }

    .go-back-button {
        visibility: hidden;
    }

    .newest-companies {
        min-height: 450px;
    }

    .header-profile-nav {
        display: none;
    }

    .home-page-content {
        width: 1024px;
        box-sizing: content-box;
    }
    #search-input {
        border-radius: 50px;
    }
    .desktop-company-title {
        border-bottom: 1px solid #e8e8e8;
        padding: 0 5px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .header-container {
        box-sizing: content-box;
    }
    .content-container {
    }
    .service-text {
        line-height: 28px;
    }

    .service-title {
        font-size: 14px;
        line-height: 15px
    }

    .content-services {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-item {
        margin-right: 0;
    }

    .service-icon {
        height: 70px
    }

    #profile-basic-info {
        padding: 60px 60px 0;
    }

    .category-text {
        min-width: 100%;
    }

    .company-section-padding {
        padding: 0 128px;
    }

    .company-description-content-column {
        flex-direction: row;
        padding-left: 0;
        padding-right: 0;
    }

    .company-profile-round-icon {
        padding: 10px;
    }

    .company-contacts p {
        margin-top: 0;
    }

    .services-section {

    }

    .basic-info-section {
        padding-top: 102px;
        margin-top: 0;
    }

    .inner-profile-info {
        padding-right: 0;
    }

    .profile-hero {
        padding: 66px 40px;
        border-top-right-radius: 17px;
        border-top-left-radius: 17px;
    }

    .company-contacts p {
        padding: 0;
        margin-bottom: 10px;
    }

    .company-contacts {
        padding: 15px 36px;
    }

    .description-section,
    .content-packages {
        background-color: #EDF1F5;
    }

    .company-description-content-column {
        padding: 66px 140px;
    }

    .company-description-content {
    }

    .company-ranking-card {
        padding: 10px 50px 40px;
        background-color: #FFFFFF;
        margin-left: 40px;
    }

    #profile-ranking {
        min-width: 340px;
    }

    #company-profile .content {
    }

    .company-contacts p {
        opacity: 1;
    }

    #profile-ranking {
        padding: 0 15px;
    }

    #company-profile #profile-ranking .company-data {
        padding-top: 0;
        min-height: 80px;
    }

    .rank-counter {
        min-height: 80px;
    }

    .rank-counter p {
        border-right: 1px solid #979797;
        line-height: 80px;
        padding-right: 10px;
    }

    .login-container {
        margin-top: 15px;
    }

    #search-list {
        position: absolute;
    }
}


/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /*#profile-basic-info {*/
    /*    padding: 152px 60px 0;*/
    /*    !*width: 81%;*!*/
    /*}*/
    /*.basic-info-section {*/
    /*    padding-top: 132px;*/
    /*}*/
    /*.company-section-padding {*/
    /*    padding: 0 256px;*/
    /*}*/
    /*.company-description-content-column {*/
    /*    padding: 66px 150px;*/
    /*}*/
}

/* xtra Large Devices, Wide Screens */
@media only screen and (min-width: 1240px) {
    /*#profile-basic-info {*/
    /*    padding: 152px 60px 0;*/
    /*    !*width: 81%;*!*/
    /*}*/
    /*.basic-info-section {*/
    /*    padding-top: 132px;*/
    /*}*/
    /*.company-section-padding {*/
    /*    padding: 0 256px;*/
    /*}*/
    /*.company-description-content-column {*/
    /*    padding: 66px 150px;*/
    /*}*/
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .alert.alert-server .close {
        top: -5px;
        right: 0px;
    }
    .no-left-padding-xs {
        padding-left: 0;
    }

    .custom-modal-estimate1,
    .custom-modal-estimate2,
    .custom-modal-estimate3 {
        margin: 60px 10px 10px;
    }

    .profile-hero {
        padding-top: 20px;
    }

    button.report-error {
        display: block;
    }

    .footer-item.go-to-top,
    .footer-item.report-error-footer-item {
        display: none;
    }

    .card.login-card {
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }

    .panel-heading.sign-up-form-heading,
    .panel-body.sign-up-form-body,
    .panel-heading.login-panel-heading,
    .panel-body.login-panel-body {
        padding: 0;
    }

    header .header-container.container {
        width: 100% !important;
    }

    .login-dialog {
        width: auto;
    }

    .search-box-col {
        position: relative;
    }

    .search-shadow {
        box-shadow: 0 0 0 1px #4285f408, 0 0 3px 3px #e8e8e8ab !important;
        padding-left: 18px;
    }

    .search-box-col {
        padding: 0;
    }

    .square-button-sm {
        border-radius: 0;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}