﻿body {
    margin: auto;
    padding: 0;
    overflow-x: hidden;
}

html, body {
    scroll-behavior: smooth;
}



img {
    max-width: 100%;
}

a {
    text-decoration: none;
}
.benefit-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .benefit-container {
        max-width: 90%;
    }
}

/*Header Style*/

.site-main::before {
    background: none !important;
}


.side-menu-open, .logo.pull-left {
    width: auto;
    z-index: 1000;
}

.side-menu-open {
    margin-left: auto;
}

.site {
    padding: 0 !important;
}

/*Banner Style*/

.banner {
    position: relative;
}





/*Respnosive Style*/

.bannerPage-desktop-img img, .bannerPage-mobile-img img {
    width: 100%;
}

@media (min-width: 1200px) {
    .bannerPage-mobile-img img {
        display: none;
    }
}

@media (max-width: 1199px) {

    .bannerPage-desktop-img img {
        display: none;
    }

    .bannerPage-mobile-img img {
        display: block;
    }
}

.banner .benefit-container {
    position: relative;
    z-index: 2;
}


/*Boxes Style*/

.b-box {
    padding: 50px 0;
    background-color: #efe8d8;
}

h1.b-box-title {
    color: #e90030;
    margin-bottom: 20px;
    font-size: 33px;
}

.b-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1170px;
    margin: auto;
}

p.b-box-describtion {
    font-size: 18px;
    font-family: Poppins;
    color: #898989;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 20px;
}


.b-box-dark {
    padding: 50px 0;
    background-color: #766962;
}

.b-box-dark-title {
    display: flex;
    justify-content: center;
}

    .b-box-dark-title h1 {
        color: #ffffff;
        margin-bottom: 0;
        font-size: 33px;
    }


/*Swiper Style*/
.swiper {
    width: 100%;
    height: 100%;
}

    .swiper.servise-section-swiper, .swiper.why-visa-section-swiper {
        padding: 50px 20px;
        height: 400px;
        max-height: 780px;
        max-width: 1170px;
    }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100px;
        height: 100px;
        max-width: 100%;
        object-fit: cover;
    }

.service-swiper, .why-visa-swiper {
    background: none;
}

h1.b-box-visa-service-first-title {
    color: #ffffff;
    font-size: 20px;
}

h2.b-box-visa-service-second-title {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
}


h1.b-box-why-visa-first-title {
    color: #6e6359;
    font-size: 20px;
}

h2.b-box-why-visa-second-title {
    color: #6e6359;
    font-size: 20px;
    margin-bottom: 20px;
}

.b-box-visa-service-details p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.b-box-why-visa-details p {
    color: #6e6359;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.b-box-visa-service-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.b-box-why-visa-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


    .b-box-visa-service img, .b-box-why-visa-details img {
        margin-bottom: 20px;
    }

.swiper.servise-section-swiper .swiper-button-next, .swiper.servise-section-swiper .swiper-button-prev {
    color: white;
}

    .swiper.servise-section-swiper .swiper-button-next:after, .swiper.servise-section-swiper .swiper-button-prev:after {
        font-size: 20px;
    }

.swiper.why-visa-section-swiper .swiper-button-next, .swiper.why-visa-section-swiper .swiper-button-prev {
    color: #6e6359;
}

    .swiper.why-visa-section-swiper .swiper-button-next:after, .swiper.why-visa-section-swiper .swiper-button-prev:after {
        font-size: 20px;
    }

.b-box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .b-box-title h1 {
        color: #e90030;
        margin-bottom: 20px;
        font-size: 33px;
    }

    .b-box-title p {
        font-size: 18px;
        font-family: Poppins;
        color: #898989;
        line-height: 1.7;
        font-weight: 500;
    }


.video-box {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

    .video-box video {
        max-width: 100%;
        width: 1100px;
        border: 5px solid #ffffff;
    }

.LearnMoreSection {
    display: flex;
    justify-content: center;
}

    .LearnMoreSection a {
        background-color: #ee2040;
        color: white;
        text-decoration: none;
        padding: 10px 50px;
        font-size: 18px;
        font-weight: 400;
        border-radius: 8px;
        transition: 1s;
    }

        .LearnMoreSection a:hover {
            background-color: white;
            color: #ee2040;
            transition: 1s;
        }
.LearnMoreSection {
    display: flex;
    justify-content: center;
}

    .LearnMoreSection a {
        background-color: #ee2040;
        color: white;
        text-decoration: none;
        padding: 10px 50px;
        font-size: 18px;
        font-weight: 400;
        border-radius: 8px;
        transition: 1s;
    }

        .LearnMoreSection a:hover {
            background-color: white;
            color: #ee2040;
            transition: 1s;
        }

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.btn.btn-xs, body, .alert, div.wpcf7-mail-sent-ng, div.wpcf7-validation-errors, .search-result-title, .contact-form .form-group label, .contact-form .form-group .wpcf7-not-valid-tip, .wpcf7 .form-group label, .wpcf7 .form-group .wpcf7-not-valid-tip, .heading-subtitle, .top-bar-style-2, .large-above-menu.style-2 .widget_anpstext {
    font-family: Poppins;
}

.b-box-why-visa-details li {
    position: relative;
    font-size: 18px;
    max-width: 400px;
    margin-bottom: 10px;
    color: #6e6359;
}

    .b-box-why-visa-details li:before {
        content: "●";
        margin-right: 8px;
    }

.b-box-why-visa-first-title {
    margin-bottom: 20px;
}


.b-box-light {
    background-color: white;
}

.b-box-light-title h1 {
    color: #e90030;
}


.panel-group {
    margin-top: 40px;
}

.faq_new .panel p {
    font-size: 14px;
    color: #898989;
    line-height: 1.7;
}

.faq_new ol.num-circle li {
    font-size: 14px;
    color: #898989;
    line-height: 1.7;
}

.faq_new .panel li {
    font-size: 14px;
    color: #898989;
    line-height: 1.7;
}

.b-box-white {
    margin: 50px 0;
}

@media only screen and (max-width: 480px) {
    .b-box-dark-title h1,.b-box-title h1 {
        font-size: 24px;
    }

    h1.b-box-why-visa-first-title {
        font-size: 17px;
    }
}