﻿body {
    margin: 0px;
    padding: 0px;
}

@media (max-width:1400px) {
   

    .header {
        display: block;
    }

    .header-mobile {
        display: none;
    }
    .header-inner{
        padding:20px 10px;
    }



    .first-section-container {
        padding: 20px 0px 0px 0px;    
    }



    .second-section-container{
        padding: 0px;
    }


    .third-section-container {
        padding: 0px 0px;
    }



    .fourth-section-container{
        padding:0px 0px;
    }



    .fifth-section-container {
        padding: 0px 0px;
    }



    .sixth-section-containers{
        padding:0px 0px;
    }



    .seventh-section-container{
        padding:0px 0px;
    }
}



    @media (max-width:680px) {
        .header {
            display: none;
        }
        .book-mobile {
            display: block;
        }

        #back-to-top-section {
            display: none;
        }



        /*------HEADER BLOCK---------*/
        .header-mobile {
            display: block;
            position: fixed;
            z-index: 2;
            top: 0px;
            padding: 20px 10px 20px 10px;
            align-items: center;
            background-color: #0A3767;
            left: 0;
            right: 0;
        }

        .mob-content {
            position: relative;
            display: flex;
            justify-content: space-between;
        }

        .logo-img {
            width: 34%;
        }

        .mobilemenu {
            position: relative;
            height: 45px;
            width: 43px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #0A3767;
        }




        /* Toggle Block */
        .toggle {
            cursor: pointer;
            height: 2px;
            width: 22px;
            position: relative;
            background-color: white;
            display: block;
            transition: all 0.3s ease;
        }

            .toggle::before {
                content: '';
                height: 2px;
                width: 22px;
                background-color: white;
                position: absolute;
                top: -7px;
                transition: all 0.3s ease;
            }

            .toggle::after {
                content: '';
                height: 2px;
                width: 22px;
                background-color: white;
                position: absolute;
                transition: all 0.3s ease;
                top: 7px;
            }

        .menu-list {
            background: white;
            position: absolute;
            font-family: rubik, sans-serif;
            margin: 0;
            padding: 0;
        }
        .menu-item a{
            color:black;
        }
        .menu-item li
        a {
            text-decoration: none;
            list-style: none;
            font-size: 16px;
            color: black;
            font-family: 'Inter';
            display: block;
            padding: 5px 20px;
        }

        .menu-item {
            border-bottom: 1px solid #888;
            display: block;
            align-items: center;
            position: relative;
            margin-bottom: 0;
            padding: 15px 0 15px 10px;
        }
        
        /* Hide menu by default */
        .menu-list {
            width: 100%;
            z-index: 4;
            display: none;
        }

        .menu-list1 {
            padding-left: 0px;
        }

        .menu-list2 {
            display: none;
            padding: 0;
        }

        .menu-item.open > .menu-list2 {
            display: block;
        }

        /* When menu is open – show X icon */
        .menu-open .toggle {
            background: transparent;
        }


        .menu-list2 a {
            color: black;
            font-size: 15px;
            font-weight: 700;
        }

            .menu-list2 a:hover {
                color: red;
            }

        .menu-open .toggle::before {
            transform: rotate(45deg);
            top: 0;
        }

        .menu-open .toggle::after {
            transform: rotate(-45deg);
            top: 0;
        }

        /* Show when toggled */
        .menu-list.show {
            display: block;
            margin-top: 71px;
        }

        .icon-mobile {
            margin-top: 30px;
        }

        .icon-mobile-section {
            display: flex;
            gap: 50px;
            width: 50%;
            margin: auto;
            justify-content: center;
        }



        .call-section-mobile {
            padding-top: 10px;
            margin: auto;
            width: 75%;
        }

        .logo-img-mobile {
            padding: 40px;
            width: 85%;
            margin: auto;
        }



        .home-banner{
            margin-top:90px;
        }




        .know-section-container a {
            font-size: 25px;
        }
        .foto-section-container {
            display: block;
            padding: 10px;
        }
        .foto-section-heading{
            font-size:20px;
        }
        .foto-section-p{
            font-size:17px;
        }
        .learn{
            font-size:15px;
        }
        .foto-section-container1, .foto-section-container2, .foto-section-container3{
            margin-bottom:20px;
        }


        .first-section {
            margin-top: 5px;
        }
        .first-section-container {
            display: block;
            padding: 10px 0px 0px 0px;
        }
        .first-section-content {
            width: 99%;
            margin: auto;
            padding: 10px 15px 40px 15px;
        }
        .first-section-img{
            width:99%;
            margin:auto;
        }
        .first-section-content h4{
            font-size:16px;
        }
        .first-section-content h2{
            font-size:25px;
        }
        .first-section-content p{
            font-size:16px;
        }
        .quote-main{
            margin-top:0px;
        }
        .quote{
            font-size:16px;
        }



        .second-section{
            margin-top:40px;
        }
        .second-section-container {
            display: block;
        }
        .second-section-content {
            width: 99%;
            margin: auto;
            padding: 10px 15px 40px 15px;
        }

        .second-section-img {
            width: 99%;
            margin: auto;
        }

        .second-section-content h4 {
            font-size: 16px;
        }
        .second-section-content p{
            font-size:16px;
        }
        .second-section-content h2 {
            font-size: 25px;
        }




        .third-section {
            margin-top: 40px;
        }
        .third-section-heading {
            font-size: 13px;
            padding: 8px;
        }
        .third-section-content{
            display:block;
        }
        .third-section-img{
            padding-bottom:20px;
        }
        .third-section-content1, .third-section-content2, .third-section-content3, .third-section-content4 {
            padding: 10px 30px 25px 30px;
            margin-bottom: 20px;
            margin-top: 0px;
        }
            .third-section-content1 p, .third-section-content3 p, .third-section-content4 p{
                font-size:15px;
            }




            .fourth-section {
                margin-top: 30px;
            }
        .fourth-section-container {
            display: block;
        }

        .fourth-section-content {
            width: 99%;
            margin: auto;
            padding: 10px 13px 20px 13px;
        }

        .fourth-section-img {
            width: 99%;
            margin: auto;
        }

        .fourth-section-content h4 {
            font-size: 16px;
        }

        .fourth-section-content h2 {
            font-size: 20px;
        }
        .fourth-section-content p{
            font-size:16px;
        }




        .fifth-section {
            margin-top: 30px;
        }
        .fifth-section-container {
            display: block;
        }

        .fifth-section-content {
            width: 99%;
            margin: auto;
            padding: 10px 15px 20px 15px;
        }

        .fifth-section-img {
            width: 99%;
            margin: auto;
        }
        .accordion{
            font-size:16px;
        }
        .panel p{
            font-size:15px;
        }
        .fifth-section-content h4 {
            font-size: 16px;
        }

        .fifth-section-content h2 {
            font-size: 25px;
        }




        .sixth-section{
            margin-top:27px;
        }
        .sixth-section-heading{
            font-size:24px;
        }
        .sixth-section-container {
            display: block;
            padding: 0px 15px 20px 15px;
            margin:0px;
        }
        .sixth-section-container1{
            width:100%;
        }
        .sixth-section-content{
            padding:0px 0px;
        }
            .sixth-section-content h2{
                font-size:25px;
            }
            .sixth-section-content p {
                font-size: 16px;
                text-align:left;
            }
        .sixth-section-container2 {
            width: 100%;
            padding-top: 35px;
        }



        .seventh-section{
            margin-top:30px;
        }
        .seventh-section-container{
            display:block;
        }
        .seventh-section-content {
            width: 100%;
            padding: 10px 10px 30px 15px;
        }
            .seventh-section-content h2{
                font-size:22px;
            }
            .seventh-section-content h4{
                font-size:20px;
            }
        .seventh-section-img{
            width:100%;
        }




        .swiper-section {
            padding: 50px 0px 50px 0px;
        }
        .swiper-content li{
            font-size:16px;
        }
        .swiper-content h3{
            font-size:30px;
        }



        .eigth-section {
            margin-top: 40px;
        }
        .eigth-section-heading {
            font-size: 23px;
        }
        .eigth-section-container {
            margin-bottom: 20px;
        }
        .eigth-section-container1 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0px;
        }
        .eigth-section-content1 {
            margin: auto;
            margin-bottom: 15px;
            width: 130px;
            height: 130px;
        }
        .eigth-section-content{
            padding-top:4px;
        }
        .check-mark {
            width: 30px;
            height: 30px;
        }
            .check-mark img{
                padding:4px;
            }
        .check-mark-p {
            font-size: 14px;
            margin-top: -15px;
        }
            .check-mark-p span {
                font-size: 16px;
            }




        .footer-container {
            display: block;
            padding: 20px;
        }
        .footer-logo {
            width: 50%;
            margin: auto;
            margin-top: 18px;
        }
        .footer-heading{
            margin-top:-15px;
        }
        .footer-p a {
            padding: 0px;
            line-height: 17px;
        }
        .footer-container3 {
            margin-top: 30px;
        }
        .location {
            margin-left:40px;
        }
        .main-location {
            margin-bottom: 15px;
        }




        .copyright-inner-part {
            display: block;
            padding: 20px 0 75px 0;
        }
        .left {
            margin-bottom: 20px;
            width: 100%;
        }
        .right {
            width: 100%;
        }



        .about-section {
            margin-top: 91px;
        } 





        .contact-section1 {
            padding: 40px 20px 40px 20px;
        }
        .contact-section1-part2 {
            width: 100%;
        }
            }