@charset "utf-8";
/* CSS Document */

/*Medium Screen*/

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    #header .top_header .phone p {
        #slider .slider_text {
            padding-bottom: 10%;
        }

        #slider {
            min-height: 350px;
        }
    }

    @media all and (max-width: 960px) and (min-width: 640px) {
        #slider {
            min-height: 95px;
        }

        #slider .carousel-indicators {
            bottom: 90px;
        }

        #slider .carousel-indicators li {
            width: 10px;
            height: 10px;
        }

        #slider .carousel-indicators .active {
            width: 10px;
            height: 10px;
            margin: 1px;
        }

        #slider .carousel-caption {
            bottom: 50px;
        }

        #slider .slider_text a.custom_btn {
            font-size: 12px;
            padding: 5px 10px 7px;
        }
    }

    @media all and (max-width: 767px) {
        #slider {
            min-height: 95px;
        }

        #slider .carousel-indicators {
            bottom: 50px;
        }

        #slider .carousel-indicators li {
            width: 10px;
            height: 10px;
            margin: 0 3px;
        }

        #slider .carousel-indicators .active {
            width: 10px;
            height: 10px;
            margin: 0 3px;
        }

        #slider .carousel-caption {
            bottom: 35px;
        }
    }

    @media all and (max-width: 640px) {
        #slider .carousel-caption {
            bottom: 15%;
        }

        .carousel-indicators li {
            top: 60px;
        }
    }

    @media all and (max-width: 480px) {
        #slider .carousel-caption {
            bottom: 0%;
        }

        .carousel-indicators li {
            top: 60px;
        }
    }

    @media all and (max-width: 320px) {
        #slider {
            min-height: 95px;
        }

        #slider .carousel-indicators {
            bottom: 25px;
        }

        #slider .carousel-indicators li {
            width: 5px;
            height: 5px;
            margin-right: 1px;
        }

        #slider .carousel-indicators .active {
            width: 5px;
            height: 5px;
            margin: 0px;
            margin-right: 1px;
        }

        #slider .carousel-caption {
            bottom: -15px;
        }
    }
}

@media (min-width:300px) and (max-width:420px) {
    .homeSecondContainer {
        margin-top: 20px;
    }

    .homeSecondContainer .sectionContainer {
        flex-direction: column;
        height: 60vh;
    }

    .homeSecondContainer .sectionContainer .child1 {
        align-self: flex-start;
        width: 60% !important;
        height: auto;
        margin-bottom: 20px;

    }

    .homeSecondContainer .sectionContainer .child1 img {
        /* width: 800px;
        height: 200px; */
    }

    .homeSecondContainer .sectionContainer .child2 {
        align-self: flex-end;

    }

    .homeSecondContainer .sectionContainer .child1 img {
        width: 100%;
    }

    .homeSecondContainer .sectionContainerTwo {
        width: 100% !important;
        margin: 0;
        padding: 80px 40px !important;
    }

    .homeSecondContainer .sectionContainerTwo p {
        font-size: 13px !important;
        margin-top: 20px !important;
    }

    .homeSecondContainer .sectionContainerThree {
        width: 100% !important;
        margin-top: -80px !important;
        flex-direction: column;
        margin: 0px;
        /* justify-content: center !important; */
    }

    .homeSecondContainer .sectionContainerThree .child1 {
        align-self: flex-start;
        width: 80% !important;
    }

    .homeSecondContainer .sectionContainerThree .child1 img {
        height: auto !important;
    }

    .homeSecondContainer .sectionContainerThree .child2 {
        align-self: flex-end;
        width: 80% !important;
        margin-top: 70px;
    }

    .homeSecondContainer .sectionContainerFour .child1 img {
        height: auto !important;
        width: 100% !important;
    }

    .homeSecondContainer .sectionIntroductorySection {
        flex-direction: column;
        gap: 0px;
    }

    .homeSecondContainer .sectionIntroductorySection .child1 {
        width: 100% !important;
    }

    .homeSecondContainer .sectionIntroductorySection .child2 {
        width: 90% !important;
    }

    .homeSecondContainer .sectionIntroductoryTwo {
        flex-direction: column;
        margin-bottom: 0px !important;
        width: 100vw !important;
        margin-top: 200px !important;
        height: 100%;
    }

    .homeSecondContainer .sectionIntroductoryTwo .child1 {
        width: 100% !important;
        justify-content: center;
    }

    .homeSecondContainer .sectionIntroductoryTwo .child1 img {
        width: 140px;
        height: 120px;
    }

    .homeSecondContainer .sectionIntroductoryTwo .child2 {
        width: 100% !important;
        margin-bottom: 220px !important;
    }

    .homeSecondContainer .sectionContainerFour {
        width: 100% !important;
        margin-top: 120px !important;
        flex-direction: column;
    }

    .homeSecondContainer .sectionContainerFour .child1 {
        width: 100% !important;
        height: auto !important;
    }

    .homeSecondContainer .sectionContainerFour .child2 {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .homeSecondContainer .sectionContainerFive {
        width: 100% !important;
        margin-top: 160px !important;
        flex-direction: column;
    }

    .homeSecondContainer .sectionContainerFive .child1 {
        width: 100% !important;
        height: auto !important;
    }

    .homeSecondContainer .sectionContainerFive .child2 {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .homeSecondContainer .coverDiv {

        background-color: #E5E3D4;
    }

    .swiper-container {
        height: 60% !important;
    }

    .swiper-slide {
        font-size: 14px !important;
    }

    .swiper-slide p {
        width: 80% !important;
        line-height: 20px;
    }

    .swiper-button-prev {
        color: #000 !important;
        z-index: 100;
        margin-left: 0px !important;
    }

    .swiper-button-next {
        color: #000 !important;
        z-index: 100;
        margin-right: 0px !important;
    }
}

@media (min-width:421px) and (max-width:900px) {
    .homeSecondContainer {
        margin-top: 20px;
    }

    .homeSecondContainer .sectionContainer {
        flex-direction: column;
        height: 60vh;
    }

    .homeSecondContainer .sectionContainer .child1 {
        align-self: flex-start;
        width: 60% !important;
        height: auto;
        margin-bottom: 20px;

    }

    .homeSecondContainer .sectionContainer .child1 img {
        /* width: 800px;
        height: 200px; */
    }

    .homeSecondContainer .sectionContainer .child2 {
        align-self: flex-end;

    }

    .homeSecondContainer .sectionContainer .child1 img {
        width: 100%;
    }

    .homeSecondContainer .sectionContainerTwo {
        width: 100% !important;
        margin: 0;
        padding: 150px 40px !important;
    }

    .homeSecondContainer .sectionContainerTwo p {
        font-size: 13px !important;
        margin-top: 20px !important;
    }

    .homeSecondContainer .sectionContainerThree {
        width: 100% !important;
        margin-top: -80px !important;
        flex-direction: column;
        margin: 0px;
        /* justify-content: center !important; */
    }

    .homeSecondContainer .sectionContainerThree .child1 {
        align-self: flex-start;
        width: 80% !important;
    }

    .homeSecondContainer .sectionContainerThree .child1 img {
        height: auto !important;
    }

    .homeSecondContainer .sectionContainerThree .child2 {
        align-self: flex-end;
        width: 80% !important;
        margin-top: 70px;
    }

    .homeSecondContainer .sectionContainerFour .child1 img {
        height: auto !important;
        width: 100% !important;
    }

    .homeSecondContainer .sectionIntroductorySection {
        flex-direction: column;
        gap: 0px;
    }

    .homeSecondContainer .sectionIntroductorySection .child1 {
        width: 100% !important;
    }

    .homeSecondContainer .sectionIntroductorySection .child2 {
        width: 90% !important;
    }

    .homeSecondContainer .sectionIntroductoryTwo {
        flex-direction: column;
        margin-bottom: 0px !important;
        width: 100vw !important;
        margin-top: 200px !important;
        height: 100%;
    }

    .homeSecondContainer .sectionIntroductoryTwo .child1 {
        width: 100% !important;
        justify-content: center;
    }

    .homeSecondContainer .sectionIntroductoryTwo .child1 img {
        width: 140px;
        height: 120px;
    }

    .homeSecondContainer .sectionIntroductoryTwo .child2 {
        width: 100% !important;
        margin-bottom: 220px !important;
    }

    .homeSecondContainer .sectionContainerFour {
        width: 100% !important;
        margin-top: 120px !important;
        flex-direction: column;
    }

    .homeSecondContainer .sectionContainerFour .child1 {
        width: 100% !important;
        height: auto !important;
    }

    .homeSecondContainer .sectionContainerFour .child2 {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .homeSecondContainer .sectionContainerFive {
        width: 100% !important;
        margin-top: 160px !important;
        flex-direction: column;
    }

    .homeSecondContainer .sectionContainerFive .child1 {
        width: 100% !important;
        height: auto !important;
    }

    .homeSecondContainer .sectionContainerFive .child2 {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .homeSecondContainer .coverDiv {
        /* height: 100vh !important; */
        padding-bottom: 20px;
    }

    .swiper-container {
        height: 60% !important;
    }

    .swiper-slide {
        font-size: 14px !important;
    }

    .swiper-slide p {
        width: 80% !important;
        line-height: 20px;
    }

    .swiper-button-prev {
        color: #000 !important;
        z-index: 100;
        margin-left: 0px !important;
    }

    .swiper-button-next {
        color: #000 !important;
        z-index: 100;
        margin-right: 0px !important;
    }
}
@media (min-width:1100px) and (max-width:1300px) {
    .homeSecondContainer .sectionContainerThree {
        margin-top: -60px ;
    }
    .homeSecondContainer .sectionIntroductoryTwo{
        gap: 15px;
    }
}
@media (min-width:1301px) and (max-width:1600px){
    .homeSecondContainer .sectionContainerThree {
        margin-top: -90px;
    }
}
/* @media (min-width:1601px) and (max-width:1700px){
    .homeSecondContainer .sectionContainerThree {
        margin-top: -190px !important;
    }
} */