.agance_container {
    max-width: 1110px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}
.agence_info_container {
    max-width: 1060px;
    padding: 0 50px;
    width: 100%;
    margin: 0 auto;
}

.head_single {
    padding: 65px 0 70px 67px;
    .subheading {
        font-weight: 800;
        font-size: 12px;
        line-height: 110%;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #5673b1;
        padding: 0 0 20px;
    }
}
.agence_banner {
    display: flex;
    flex-wrap: wrap;
    // margin-top: 60px;
    .slider_block {
        max-width: 680px;
        overflow: hidden;
        border-radius: 20px;
        .slick-slide {
            border-radius: 20px;
            overflow: hidden;
            img {
                border-radius: 20px;
            }
        }
        .slick-arrow {
            display: none !important;
        }
        .slick-dots {
            right: 20px;
            bottom: 25px;
            width: initial;
            li {
                width: 5px;
                height: 5px;
                margin: 0 4px;
                button {
                    width: 5px;
                    height: 5px;
                    padding: 0;
                    &:before {
                        width: 5px;
                        height: 5px;
                        color: #fff;
                    }
                }
            }
        }
    }
    .content {
        width: calc(100% - 680px);
        padding: 30px 0 0 44px;
        .contact_wrap {
            margin: 0 0 28px;
            h3 {
                font-weight: bold;
                font-size: 16px;
                line-height: 170%;
                color: #5673b1;
            }
            ul {
                li {
                    position: relative;
                    display: flex;
                    align-items: baseline;
                    img {
                        position: relative;
                        top: 6px;
                    }
                    a,
                    span {
                        font-size: 18px;
                        line-height: 170%;
                        color: #0b2766;
                        display: inline-flex;
                        padding: 0 0 0 10px;
                    }
                    &:first-child {
                        img {
                            position: relative;
                            top: 2px;
                        }
                    }
                }
            }
            &:last-child {
                ul {
                    li {
                        img {
                            top: 6px;
                        }
                    }
                }
            }
        }
        .view_grid {
            width: 245px;
            padding: 14px 0 0 0;
            @media (max-width: 767px) {
                margin: 0 auto;
                padding-top: 25px;
            }
            .view_box {
                display: flex;
                justify-content: space-between;
                padding: 0 0 40px 0;
                .grid_box {
                    ul {
                        display: flex;
                        li {
                            padding: 0 2px;
                            img {
                                display: flex;
                            }
                        }
                    }
                    .img {
                        padding: 13px 0 0;
                        max-width: 108px;
                    }
                    .view_txt {
                        font-weight: bold;
                        font-size: 14px;
                        line-height: 130%;
                        text-align: right;
                        a,
                        span {
                            color: #c5d0e8;
                        }
                    }
                    .view_no {
                        font-weight: 800;
                        font-size: 24px;
                        line-height: 170%;
                        text-align: right;
                        padding: 10px 0 0;
                        a {
                            color: #0b2766;
                        }
                    }
                }
                &:last-child {
                    padding: 0;
                }
            }
        }
    }
}

.agence_info_section {
    position: relative;
    &:before {
        content: "";
        background-image: url(/images/agence_top_shape.svg);
        height: 256px;
        width: 100%;
        position: absolute;
        left: 0;
        top: -110px;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
    }
    &:after {
        content: "";
        background-image: url(/images/agence_bottom_shape.svg);
        height: 157px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
        right: 0;
    }
    .bg_img {
        background: #fafaff;
        position: absolute;
        width: 100%;
        left: 0;
        max-height: 557px;
        height: 100%;
        z-index: -1;
        top: 127px;
    }
}
.agence_info_wrapper {
    padding: 178px 0 165px;
    .info_txt {
        font-size: 20px;
        line-height: 170%;
        color: #0b2766;
        max-width: 655px;
        padding: 25px 0 25px;
    }
    ul {
        display: flex;
        flex-wrap: wrap;
        min-height: 115px;
        li {
            font-size: 14px;
            line-height: 170%;
            color: #5673b1;
            &:first-child {
                max-width: 410px;
            }
            &:last-child {
                padding: 0 0 0 30px;
                max-width: 410px;
            }
        }
    }
    .btn_grid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 75px 0 0;
        p {
            font-size: 20px;
            line-height: 170%;
            color: #0b2766;
        }
        .btn_block {
            background: #f0f0f9;
            margin: 0 0 0 10px;
            &:before {
                background: #f0dc00;
            }
            &:hover {
                color: #0b2766;
            }
        }
    }
}
.agence-map-container {
    max-width: 1120px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    @media (max-width: 767px) {
        padding: 0 15px;
    }
    .google-map {
        .contact_map {
            div#map {
                width: 100%;
                height: 477px;
                border-radius: 20px;
            }
        }
    }
}

.virtual {
    .agance_container {
        max-width: 988px;
        width: 100%;
        padding: 0 50px;
        margin: 0 auto;
        @media (max-width: 767px) {
            padding: 0 15px;
        }
        .main-banner {
            display: flex;
            width: 100%;
            gap: 20px;
            margin-top: 90px;
            @media (max-width: 767px) {
                flex-wrap: wrap;
            }
            .eterbik-images {
                width: 32.7%;
                img,
                video {
                    border-radius: 20px;
                }
                @media (max-width: 767px) {
                    display: none;
                }
            }
            .mobile-view-images {
                display: none;
                @media (max-width: 767px) {
                    width: 100%;
                    display: block;
                    img,
                    video {
                        width: 100%;
                        border-radius: 40px;
                    }
                }
            }
            .content-expertiso {
                // width: 67.3%; // hide banner image on virtual agency page
                width: 100%;
                padding: 25px 0px;
                @media (max-width: 767px) {
                    width: 100%;
                    padding: 0px;
                    // margin-top: 50px; // hide banner image on virtual agency page
                }
                h5 {
                    font-size: 12px;
                    font-weight: 800;
                    line-height: 13.2px;
                    letter-spacing: 3px;
                    text-transform: uppercase;
                    color: #5673b1;
                }
                h1 {
                    font-size: 56px;
                    line-height: 56px;
                    font-family: "Lato";
                    font-weight: 800;
                    color: #0b2766;
                    margin: 12px 0px;
                }
                p {
                    font-size: 20px;
                    font-weight: 500;
                    line-height: 34px;
                    color: #0b2766;
                }
                .sub-content-exper {
                    display: flex;
                    gap: 20px;
                    padding-top: 22px;
                    margin-bottom: 15px;
                    @media (max-width: 767px) {
                        display: block;
                    }
                    .exper-text {
                        width: 50%;
                        max-width: 410px;
                        @media (max-width: 767px) {
                            width: 100%;
                        }
                        p {
                            font-size: 16px;
                            line-height: 27.2px;
                            color: #5673b1;
                            padding-bottom: 14px;
                        }
                        &:first-child {
                            padding-right: 2px;
                        }
                    }
                }
                a {
                    background: #fff100;
                    padding: 16px 20px;
                    border-radius: 55px;
                    border: none;
                    font-weight: 800;
                    font-size: 14px;
                    line-height: 17px;
                    cursor: pointer;
                    color: #0b2766;
                    transition-property: color;
                    transition: all 0.5s ease-in-out;
                    position: relative;
                    overflow: hidden;
                    z-index: 1;
                    display: inline-block;
                    text-align: center;
                    &:before {
                        content: "";
                        position: absolute;
                        z-index: -1;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        background: #f0dc00;
                        border-radius: 100%;
                        transform: scale(0);
                        transition-property: transform;
                        transition-duration: 0.5s;
                        transition-timing-function: ease-out;
                    }
                    &:hover:before {
                        transform: scale(2);
                    }
                }
            }
        }
    }
    .agence_info_section {
        .bg_img {
            @media (min-width: 768px) and (max-width: 991px) {
                max-height: 576px;
            }
        }
        &:before {
            top: -112px;
            background-image: url(/images/agence_top_shape-new.svg);
        }
        &:after {
            background-image: url(/images/agence_bottom_shape-new.svg);
            bottom: 290px;
            background-position: center;
            background-size: cover;
            height: 260px;
        }
        .agence_info_container {
            max-width: 988px;
            .agence_info_wrapper {
                padding: 195px 0 50px;
                text-align: start;
                @media (max-width: 767px) {
                    padding: 90px 0 50px;
                }
                @media (min-width: 1499px) and (max-width: 1801px) {
                    padding: 178px 0 35px;
                }
                ul {
                    li {
                        font-size: 16px;
                        font-weight: 400;
                    }
                }
                .btn_grid {
                    padding: 50px 0 0;
                }
            }
        }
    }
    .satisfaction_section {
        margin: 215px auto 110px;
    }
    .gm-style iframe + div {
        border: none !important;
    }
}

@media (max-width: 767.5px) {
    .agence_info_section {
        &:after,
        &:before,
        .bg_img {
            display: none;
        }
    }
    .agance_container,
    .agence_info_container {
        padding: 0 20px;
    }
    .head_single {
        padding: 30px 0 30px;
        text-align: center;
    }
    .agence_banner {
        .slider_block {
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
            .slick-dots {
                right: 0;
                width: 100%;
            }
        }
        .content {
            width: 100%;
            padding-left: 0;
            .contact_wrap {
                margin: 10px 0 0px;
                text-align: center;
                ul {
                    li {
                        justify-content: center;
                        &:first-child {
                            img {
                                top: 2px;
                                width: 12px;
                            }
                        }
                        img {
                            top: 5px;
                            width: 18px;
                        }
                        span,
                        a {
                            font-size: 12px;
                            padding: 0 0 0 5px;
                            line-height: 160%;
                        }
                    }
                }
                &:last-child {
                    ul {
                        li {
                            img {
                                top: 6px;
                                width: 18px;
                            }
                        }
                    }
                }
            }
        }
    }
    .agence_info_wrapper {
        padding: 80px 0 50px;
        text-align: center;
        .info_txt {
            font-size: 16px;
            line-height: 150%;
        }
        ul {
            li {
                &:first-child,
                &:last-child {
                    max-width: initial;
                    padding: 0;
                    width: 100%;
                }
            }
        }
        .btn_grid {
            padding: 35px 0 0;
            flex-wrap: wrap;
            p {
                font-size: 16px;
                width: 100%;
            }
            .btn_box {
                width: 100%;
                padding: 20px 0 0;
                .btn_block {
                    margin: 0 10px 10px 10px;
                }
            }
        }
    }
}
@media (min-width: 768px) and (max-width: 991.5px) {
    .head_single {
        padding: 60px 0 30px;
    }
    .agence_banner {
        .slider_block {
            width: 60%;
        }
        .content {
            width: 40%;
            padding: 20px 0 0 20px;
            .contact_wrap {
                margin: 0 0 10px;
                ul {
                    margin: 5px 0 0;
                    li {
                        padding: 0;
                        a,
                        span {
                            font-size: 12px;
                        }
                        img {
                            width: 18px;
                        }
                        &:first-child {
                            img {
                                width: 12px;
                            }
                        }
                    }
                }
                &:last-child {
                    ul {
                        li {
                            img {
                                width: 18px;
                            }
                        }
                    }
                }
            }
        }
    }
    .agence_info_section {
        .bg_img {
            max-height: 385px;
        }
    }
    .agence_info_wrapper {
        padding: 60px 0 165px;
        ul {
            min-height: 140px;
            li {
                &:first-child {
                    max-width: initial;
                    width: 50%;
                }
                &:last-child {
                    max-width: initial;
                    width: 50%;
                }
            }
        }
        .btn_grid {
            padding: 40px 0 0;
            p {
                font-size: 14px;
            }
        }
    }
}
@media (min-width: 992px) and (max-width: 1199.5px) {
    .agence_banner {
        .slider_block {
            width: 60%;
        }
        .content {
            width: 40%;
            padding: 10px 0 0 30px;
            .contact_wrap {
                margin: 0 0 10px;
                ul {
                    li {
                        span {
                            font-size: 16px;
                            line-height: 150%;
                        }
                    }
                }
            }
        }
    }
    .agence_info_wrapper {
        padding: 120px 0 165px;
    }
    .agence_info_section {
        .bg_img {
            max-height: 537px;
        }
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .agence_info_wrapper {
        padding: 178px 0 165px;
    }
}
@media (min-width: 1500px) and (max-width: 1800px) {
    .agence_info_section {
        &:after {
            height: 190px;
        }
        .bg_img {
            max-height: 520px;
        }
    }
}
@media (min-width: 1500px) and (max-width: 1800px) {
    .agence_info_section {
        &:after {
            height: 220px;
        }
        .bg_img {
            max-height: 490px;
        }
    }
}
@media (min-width: 1801px) and (max-width: 1920px) {
    .agence_info_section {
        &:after {
            height: 210px;
        }
        .bg_img {
            max-height: 510px;
        }
    }
}
@media (min-width: 1921px) {
    .agence_info_section {
        .bg_img {
            max-height: 531px;
            max-width: 1600px;
            margin: 0 auto;
            right: 0;
        }
        &:before {
            background-image: url(/images/agence_top_shape_large.svg);
            max-width: 1600px;
            margin: 0 auto;
            right: 0;
        }
        &:after {
            background-image: url(/images/agence_bottom_shape_large.svg);
            height: 180px;
            right: 0;
            max-width: 1600px;
            margin: 0 auto;
            background-size: inherit;
        }
    }
}
