/* ..........Navbar code - START.......... */
#btns > a {
    width: 120px;
    height: 35px;
    border-radius: 50px;
    margin-left: 10px;
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
    cursor: pointer;
}

#btns > a {
    background-color: #267E6B;
    color: white;
    letter-spacing: 1.3px;
    margin-top: 0;
}

#btns > a:hover {
    background-color: #0d4b3d;
    transition: all .1s ease-in-out;
}

.droplist > a {
    font-size: 20px;
    margin-top: 15%;
    margin-top: 14px;
    margin-bottom: -3px;
}

#navbar {
    width: 100%;
    height: 100px;
    display: flex;
    position: fixed;
    background-color: #FFD85D;
    padding-top: 15px;
}
#navbar > a > img {
    width: 160px;
    height: 50px;
    margin: 25px 0 0px 40px;
    cursor: pointer;
}

#msnavdrop {
    position: fixed;
    visibility: hidden;
    z-index: 5;
    margin-top: 80px;
    width: 110%;
    margin-left: -10px;
    height: 900px;
    background-color: #FFD85D;
}
#msnavdrop > div {
    font-size: 20px;
    margin: 10px 0 0 40px;
    height: 400px;
}
#msnavdrop > div > div {
    margin-top: 20px;
    cursor: pointer;
}
#msnavdrop > div > hr {
    margin-bottom: 70px;
    margin-left: -40px;
}
#msnavdrop > div > div:hover {
    color: #267E6B;
}
#msnavdrop > div > div > div {
    background-color:#FFF28B;
    margin-top: 10px;
    padding: 5px 0 5px 20px;
    border-radius: 5px;
    width: 85%;
}
#msnavdrop > div > div > div {
    color: black !important;
    cursor: default;
    font-size: 17px;
}
#msnavdrop > div > div > div > div,a {
    margin: 10px;
    margin-left: 0px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}
#msnavdrop > div > div > div > div:hover {
    color: #145a4b;
}

#msnavdropsignup {
    width: 120px;
    height: 36px;
    color: white;
    background-color: #267E6B;
    text-align: center;
    padding-top: 12px;
    border-radius: 40px;
    margin-top: 80px !important;
}
#msnavdropsignup:hover{
    background-color: #105546;
    color: white !important;
}
.mssub {
    display: none;
}


@media only screen and (max-width: 600px) {
    #navbar {
        display: flex;
    }
    #option {
        display: none;
    }
    #btns {
        display: none;
    }
    #workdrop {
        display: none;
    }
    #workdrop {
        display: none;
    }
    #employdrop {
        display: none;
    }
    #familydrop {
        display: none;
    }
    #careerdrop {
        display: none;
    }

    #burger {
        position: fixed;
        display: flex;
        flex-direction: column;
        width: 45px;
        height: 40px;
        margin-top: 25px;
        margin-left: 85%;
        cursor: pointer;
    }
    #burger > div {
        width: 90%;
        height: 1.5px;
        background-color: rgb(41, 41, 41);
        margin: auto;
    }
    #cross {
        position: fixed;
        display: none;
        flex-direction: column;
        width: 45px;
        height: 40px;
        margin-top: -26px;
        margin-left: 86%;
        cursor: pointer;
    }
    #cross > p {
        font-size: 45px;
    }
}


@media only screen and (min-width: 600px) {
    #navbar {
        margin-top: -17px;
    }
    #option {
        display: none;
    }
    #btns {
        display: none;
    }
    #workdrop {
        display: none;
    }
    #employdrop {
        display: none;
    }
    #familydrop {
        display: none;
    }
    #careerdrop {
        display: none;
    }

    #burger {
        position: fixed;
        display: flex;
        flex-direction: column;
        width: 45px;
        height: 40px;
        margin-top: 25px;
        margin-left: 85%;
        cursor: pointer;
    }
    #burger > div {
        width: 90%;
        height: 1.5px;
        background-color: rgb(41, 41, 41);
        margin: auto;
    }
    #cross {
        position: fixed;
        display: none;
        flex-direction: column;
        width: 45px;
        height: 40px;
        margin-top: -26px;
        margin-left: 86%;
        cursor: pointer;
    }
    #cross > p {
        font-size: 45px;
    }
}


@media only screen and (min-width: 1000px) {
    #option {
        display: flex;
        margin-left: 10%;
        width: 900px;
    }
    #option > div {
        margin: auto 5%;
        width: 20%;
        cursor: pointer;
    }
    #option > div:hover {
        color: #267E6B;
    }
    #btns {
        display: flex;
        margin: auto ;
        margin-right: 40px;
    }
    #btns > div {
        width: 120px;
        height: 35px;
        border-radius: 50px;
        margin-left: 10px;
        text-align: center;
        padding-top: 15px;
        font-weight: 600;
        cursor: pointer;
    }
    #btns > div:nth-child(1) {
        border: 1px solid black;
        letter-spacing: 0.6px;
    }
    #btns > div:nth-child(1):hover {
        color: white;
        background-color: #267E6B;
        border: 1px solid #267E6B;
        transition: all .1s ease-in-out;
    }
    #btns > div:nth-child(2) {
        background-color: #267E6B;
        color: white;
        letter-spacing: 1.3px;
    }
    #btns > div:nth-child(2):hover {
        background-color: #0d4b3d;
        transition: all .1s ease-in-out;
    }

    #burger {
        display: none;
    }
    #cross {
        display: none;
    }

    #msnavdrop {
        display: none;
    }
    

    .droptxt {
        margin: 0px 0 0 40px;
        width: 270px;
    }
    .droptxt > p:nth-child(1) {
        font-size: 35px;
    }
    .droptxt > p:nth-child(2) {
        font-size: 17px;
        margin-top: -20px;
    }
    .droplist {
        display: flex;
        flex-direction: column;
        margin-left: 200px;
        margin-top: auto;
        margin-bottom: auto;
    }
    .droplist > div:nth-child(1) {
        margin-top: 0;
    }
    .droplist > div {
        font-size: 20px;
        margin-top: 15%;
    }
    .droplist > div:hover {
        color: #0d4b3d;
        cursor: pointer;
    }
    .droplist > div > a {
        margin-left: 0px;
    }
    #workdrop {
        display: flex;
        position: fixed;
        z-index: 1;
        width: 100%;
        height: 200px;
        background-color: #FFD85D;
        margin-top: 83px;
        margin-left: -7px;
        visibility: hidden;
    }
    #employdrop {
        display: flex;
        position: fixed;
        z-index: 2;
        width: 100%;
        height: 250px;
        background-color: #FFD85D;
        margin-top: 83px;
        margin-left: -7px;
        visibility: hidden;
    }
    #familydrop {
        display: flex;
        position: fixed;
        z-index: 2;
        width: 100%;
        height: 250px;
        background-color: #FFD85D;
        margin-top: 83px;
        margin-left: -7px;
        visibility: hidden;
    }
    #careerdrop {
        display: flex;
        position: fixed;
        z-index: 2;
        width: 100%;
        height: 250px;
        background-color: #FFD85D;
        margin-top: 83px;
        margin-left: -7px;
        visibility: hidden;
    }
}

/* NavBar end */

/* Body */
body{
    margin: 0px;
    margin-right: -1px
}
button:hover{
    background-color:rgb(4, 70, 70);
}
#cont > div{
    background-color: white;
    height: auto;
    margin: px;
    width: 100%;
    margin-top: 0px;
    overflow-y:hidden;
}
#cont{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 90px;
}
#cont > div > img{
    height: 100%;
    width: 100%;

}
#box{
   display: flex;
   flex-direction: column;
}
#box > div{
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    
}
#box > div:nth-of-type(1){
   margin-top: 100px;
   
}
#box  h1{
    font-size: 10px;
    padding-top: 3%;
    padding-left: 5%;
}
#box h3{
    font-size: 1.125rem;
    line-height: 1.778;
    padding-left: 5%;
    font-family: 'Roboto', sans-serif;
}
#box h2{
    font-size: 3rem;
    margin: 0px;
    line-height: 1.1667;
    padding-left: 5%;
    padding-top: 2%;
    font-weight: 300;
    color: darkslategray;
    font-family: 'Noto Serif SC', serif;
}
.ft-wt{
   font-weight: lighter;
}
.start-button{
   margin-left: 4%;
   margin-top: 20px;
   height: 50px;
   width: 142px;
   border-radius: 30px;
   background-color: teal;
   color: white;
   padding-bottom: 0%;
   text-align: center;

}
#box h6{
    font-size: 1px;
}
.txt-align{
    text-align: center;
}
#box h5{
    font-size: .875rem;
    line-height: 1.4286;
    padding-top: 5%;
    padding-left: 5%;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
h2 b{
    color: teal;
}
.care-page-image{
    width: 100%;

}
.cont2{
    height:450px;
    width: 70%;
    margin-top: 250px;
    text-align: center;
    margin: auto;
    padding-top: 70px;
}
.cont2 > h1{
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.2;
}
.cont2 > p{
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
    font-size: 13px;
}
#box2{
    height:auto;
    display: flex;
    padding-top: 50px;
    width: 100%;
    column-gap: 30px;
}
#box2 div{
    flex-direction: column;
    height: auto;
    width: 100%;
}

#box2 img{
    width: 64px;
    height: 64px;
}
#box2 h2{
    font-size: 20px;
    line-height: 1.778;
    text-align: left;
    color: teal;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
#box2 p{
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding-top: 10px;
    font-size: 13px;
}
.age p{
    font-style: italic;
    font-size: 2px;
}
.cont2 h1{
    font-family: 'Noto Serif SC', serif;
    text-align: center;
    margin-bottom: 20px;
}
.cont3{
    height: 700px;
    width:70%;
    margin: auto;
}
.cont3 p,.cont4 p, .para2 p ,.box3 p,.main p,.cont6 p{
    text-align: center;
    font-family: ApercuPro,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
    padding-bottom: 20px;
}
.main p{
    padding-bottom: 0px;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 17px;
    font-family: ApercuPro,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;;
}
#box3{
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    width: 100%;
    height: 650px;
}
#box3 > div{
    
    width: 100%;
    height: auto;
    margin-top: 40px;
    
}
#box3 img{
    height: 40%;
    width:100%;
}
.boy-image{
    background-color:rgba(255,243,206) ;
    
}
.girl-image{
    background-color: rgba(215,231,253);
}
#box3 h2{
    padding-left: 30px;
    padding-top: 30px;
    font-weight: 20;
    font-size: 25px;
    color:#263238 ;
    font-family: 'Noto Serif SC', serif;
}
.header{
    text-align: center;
    margin-top: 150px;
    color: #263238;
    font-size: 22px;
    font-family: 'Noto Serif SC', serif;
}
.header-main{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin-top: 150px;
    color: #263238;
    font-size: 22px;
}
.header2{
    text-align: center;
    font-family: 'Noto Serif SC', serif;
    margin-top: 150px;
    color: #263238;
    font-size: 40px;
    font-weight: 300;
}
#box3 p{
    font-family: 'Roboto', sans-serif;
    font-size: 0.5;
    text-align:start;
    padding-left: 30px;
    padding-right: 80px;
    font-weight:50;
}
.cont4{
    width: 88%;
    padding: 3rem 4rem;
    display: flex;
    flex-direction: row;
    margin: auto;
}
.flex-box1{
    width: 100%;
    flex-direction: column;
    row-gap: 25px;
}
.flex-box2{
    display: flex;
    flex-wrap: wrap;
    padding-left: 3%;
    padding-top: 2%;
}
.icon-box{
    display: grid;
    grid-template-columns: 11% 76%;
    width: 62%;
    grid-column-gap: 16px;
    
    margin-left: 30px;
}

.icon-img{
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.icon-img img {
    width: 28px;
    height: auto;
}

.icon-dis h3{
    margin-top: 0px;
    color: #2C333F;
    font-family: 'Roboto', sans-serif;
}
.women-image{
    height: 100%;
    width: 100%;
}
.cont5{
    height: auto;
    width: 100%;
    background-color: rgba(222,235,233);
    margin-top: 50px;
    padding-bottom: 5%;
}
.para2{
    text-align: center;
    width: 60%;
    height: auto;
    font-weight: 1;
    margin: auto;
    padding-top: 30px;
    font-size: 25px;
    text-align: center;
    font-family: ApercuPro,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    color: #4a5a61;
}
.cont6{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.container {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-auto-rows: minmax(100px, auto);
    gap: 0px;
    height: auto;
    width: 80%;
    padding-top: 28px;
    padding-left: 10%;
}
.container > div{
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
.team{
    height:auto;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 0px;
}
.team img{
    width: 50%;
    height: 80%;
    border-radius: 40%;
    padding-top: 10px;
}
.team-dis{
    width: 100%;
    height:40% ;
    text-align: center;
}
.team-dis h3{
    font-family: Gabriela,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 20px;
}
.team-dis p .cont7-para{
    font-family: ApercuPro,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: 2;
    margin-top: 0px;
}

.cont7{
    display: flex;
    width: 80%;
    height: auto;
    flex-direction: row;
    background-color: #ffaa00;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23ffb100' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23ffb800' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ffbe00' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ffc500' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23ffcc00' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ffd914' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23ffe529' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23ffef3d' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23fff852' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ffff66' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    margin: auto;
    margin-top: 150px;
}

.cont7 div:nth-of-type(1){
    padding-left: 10%;
}

.cont7 h1{
    font-size: 60px;
    font-weight: 300;
    padding-top: 30px;
    font-family: Gabriela,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
}
.cont7 p{
    font-size: 20px;
    padding-top: 0px;
    font-family: ApercuPro,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.cont7 b{
    color: teal;
}
.cont7-img{
    width: 100%;
    height: auto;
}

.cont7-img img{
    width: 55%;
    height: auto;
    padding-left: 30%;
    padding-bottom: 20px;
}
.book-now{
    padding-top: 20px;
    margin-bottom: 80px;
    width: 140px;
    height: auto;
    background-color: teal;
    border-radius:  30px;
    padding-bottom: 20px;
    color: white;
    margin-top: 5%;
}
.book-session{
    width: 152px;
    border-radius: 30px;
    height: auto;
    padding-top: 0px;
    font-size: 1;
    background-color: white;
    border: 1px solid teal;
    color: teal;
    text-align: center;
    font-family: ApercuPro,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    padding-left: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-left: 67px;
}
.bottom-head{
    height: 100px;
    width: 100%;
    text-align: center;

}
.bottom-head h1{
    margin-top: 100px;
    text-align: center;
    font-family: Gabriela,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
    color: #263238;
    font-size: 44px;
}
.cont8{
    padding: 0px 10%;
    height: 200px;
    width: 80%;
    padding-top: 70px;
    display: grid;
    grid-template-columns: repeat(4,2fr);
    grid-column-gap: 21px;
   
}
.bottom-head p{
    text-align: center;
    font-family: ApercuPro,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: 2px;
    padding-top: 0px;
    padding-bottom: 20px;
}
.cont8 img{
    height: 96%;
    width: 95%;
    padding: 2px
}



/* For Medium Screen */
@media only screen and (min-width: 768px) and (max-width: 979px) {
    #burger{
        margin-left: 73%;
    }
    #cont{
      flex-direction: column;
      width: 100%;
      height: auto;
    }  
    #cont > div{
      background-color: #FFD85D;
    }
    #box h2{
        font-size: 32px;
        font-weight: 300;
        color: darkslategray;
    }
    .start-button{
        width: 18%;
        height: 60px;
    }

    #box h5{
        font-size: 17px;
    }
    #cont > div > img{
        max-height: 80%;
    }
    .cont2{
        height: auto;
        width: 79%;
    }
    .cont2 p{
        font-size: 10px;
         margin-left: 0%;
    }
    .cont2 > h1{
        margin-left: 0%;
    }
    #box2{
        row-gap: 25px;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        width: 100%;
        row-gap: 0px;
        margin-left: 0%;
    } 

    #box2 p{
        text-align: center;
    }
    #box2 h2{
        font-size: 25px;
        color: teal;
        font-family: 'Playfair Display', serif;
        text-align: center;
    }
    #box3{
        flex-direction: column;
    }
    .main{
        padding-top: 70%;
        padding-right: 7%;
    }
    .header-main{
        font-size: 30px;
    }
    .cont4{
        flex-direction: column;
        width: 80%;
        
    }
    .women-image{
        padding: 2%;
        width: 90%;
    }
    .icon-dis{
        width: 100%;
    }
    .flex-box2{
        padding-left: 0%;
    }
    .icon-box{
        margin-left: 0px;
        width: 100%;
    }
    .book-session{
        height: 53px;
        width: 164px;
    }
    .header2{
        font-size: 30px;
        font-weight: bold;
    }
    .love-brigthline{
        margin-top: -120px;
    }
    .para2{
        font-size: 22px;
    }
    .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(100px, auto);
        gap: 0px;
        height: auto;
        width: 91%;
        padding-top: 28px;
    }
    .cont6 p{
        padding-left: 0px;
        padding-right: 0px;
    }
    .cont7{
        flex-direction: column-reverse;
    }
    .cont7-img img{
        padding-left: 24%;
    }
    .cont7 div:nth-of-type(1){
        padding-left: 2%;
    }
    .cont7 h1{
        font-size: 40px;
    }
    .cont7 p{
        font-size: 19px;
    }
    .book-now{
        margin-left: 37%;
    }
    .cont8{
        grid-template-columns: repeat(1,1fr);
        width: 50%;
        height: auto;
        margin-left: 100px;
    }
}


/* For Small Screen */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    #burger{
        margin-left: 65%;
        width: 6%;
        height: 2%;
        color: black;
        padding-top: 15px;
    }
    #cont{
      flex-direction: column;
      width: 100%;
      height: auto;
      background-color: #FFD85D;
    }  
    #cont > div{
      background-color: #FFD85D;
    }
    #box h2{
        font-size: 35px;
        margin: 0px;
        padding-left: 5%;
        padding-top: 2%;
        font-weight: 300;
        color: darkslategray;
        line-height: 1.4;
    }
    .start-button{
       width: 89%;
       margin-top: 38px;
    }
    #box h1{
        font-size: 10px;
        padding-top: 5%;
        padding-left: 5%;
    }
    #box h3{
       font-size: 17px;
        padding-left: 3%;
        line-height: 1.4;
    }
    #box h5{
        font-size: 16px;
        line-height: 1.4;
        padding-top: 30px;
    }
    .cont2{
        height: auto;
        width: 100%;
    }
    .cont2 p{
        font-size: 20px;
         margin-left: 0%;
    }
    .cont2 > h1{
        margin-left: 0%;
    }
    #box2{
        row-gap: 25px;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        width: 100%;
        row-gap: 0px;
        margin-left: 0%;
        row-gap: 33px;
    } 
    
    #box2 p{
        text-align: center;
        margin-left: 0%;
        font-size: 20px;
        
    }
    #box2 h2{
        font-size: 25px;
        color: teal;
        font-family: 'Playfair Display', serif;
        text-align: center;
        font-weight: 500;
    }

    #box2 img{
        width: 27%;
        height: auto;
    }
    .cont3{
        width: 118%;
        height: auto;
        padding-left: 0%;
    }
    .header{
        font-size: 15px;
        padding-left: 16%;
        font-weight: 300;
        margin-top: 37px;
    }
    .cont3 p{
        font-size: 21px;
        padding-left: 3%;
        padding-right: 0%;
        line-height: 1.5;
    }
    #box3{
        flex-direction: column;
        width: 100%;
    }
    #box3 > div {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    #box3 h2{
        font-size: 29px;
        font-weight: bold;
        padding-left: 16px;
    }
    #box3 p{
        font-size: 20px;
        line-height: 1.5;
        padding-left: 4%;
        padding-right: 4px;
    }
    .main{
        padding-top: 0%;
        padding-right: 0%;
    }
    .main p {
        padding-bottom: 0px;
        padding-left: 13%;
        padding-right: 0%;
        font-size: 18px;
    }
    .header-main{
        font-size: 35px;
        padding-left: 2%;
    }
    .cont4{
        flex-direction: column;
        width: 118%;
        height: auto;
        padding: 0%;
        padding-top: 3%;
        row-gap: 24px;
    }
    .women-image{
        width: 100%;
    }
    .icon-dis{
        width: 100%;
    }
    .icon-dis h3 {
        font-size: 24px;
    }
    .flex-box2{
        padding-left: 0%;
    }
    .icon-box{
        margin-left: 0px;
        width: 100%;
    }
    .book-session{
        height: 53px;
        width: 89%;
        margin-left: 28px;
    }
    .header2{
        font-size: 30px;
        font-weight: bold;
    }
    .cont5{
        width: 120%;
    }
    .love-brigthline{
        margin-top: -120px;
    }
    .para2{
        font-size: 22px;
    }
    .container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: minmax(100px, auto);
        gap: 0px;
        height: auto;
        width: 100%;
        padding-top: 28px;
        padding-left: 0%;
    }
    .cont6 p{
        padding-left: 0px;
        padding-right: 0px;
    }
    .cont7{
        flex-direction: column-reverse;
        width: 100%;
    }
    .cont7-img img{
        padding-left: 8%;
        width: 89%;
    }
    .cont7 div:nth-of-type(1){
        padding-left: 2%;
    }
    .cont7 h1{
        font-size: 40px;
        padding-left: 4%;
    }
    .cont7 p{
        font-size: 19px;
        padding-left: 4%;
    }
    .book-now{
        margin-left: 2%;
        width: 90%;
        height: auto;
    }
    .cont8{
        grid-template-columns: repeat(1,1fr);
        width: 50%;
        height: auto;
        margin-left: 63px;
        padding-top: 103px;
    } 
}
/* ..........CSS For Footer - START.......... */


.footer {
    display: flex;
    background-color: #2C333F;
    color: white;
    padding: 0.5% 2%;
    height: 650px;
    margin-top: 20%;
}
.footer > div {
    margin: 3%;
}
.left-div {
    width: 45%;
}
.leader-name {
    font-size: 30px;
}
.fast {
    font-size: 18px;
    margin-top: -15px;
}
.email {
    width: 60%;
    height: 35px;
    border-radius: 5px;
    padding-left: 15px;
}
.post {
    margin-top: 25px;
}
.post > a {
    color: white;
}
.right-div {
    width: 55%;
    padding-top: 15px;
}
.table {
    display: flex;
    flex-wrap: wrap;
}
.td {
    width: 30%;
    margin-top: -15px;
}
.smooth {
    margin-left: 0px;
    color: white;
}
.stamp-last {
    margin: 20px 0px;
}
.line {
    width: 90%;
    margin-top: 0px;
}
.hr-div {
    height: 110px;
    background-color: #2C333F;
    margin-top: 1px;
    display: flex;
    padding-top: 30px;
    padding-left: 30px;
}
.hr-div a {
    color: white;
}
.hr-div > div {
    display: flex;
}
.hr-div > div > a {
    margin-left: 20px;
}
.hr-div > div:nth-child(2) {
    margin-left: 33%;
}


@media only screen and (max-width: 1000px)  {
    .footer {
        display: flex;
        flex-direction: column;
        height: 1420px;
    }
    .table {
        display: flex;
        flex-direction: column;
    }
    .stamp-last {
        margin: 30px 0;
    }
    .left-div ,.right-div {
        width: 93%;
    }
    .line {
        width: 99%;
    }


    .hr-div {
        flex-direction: column;
        height: 170px;
        padding-left: 20px;
    }
    .hr-div > div {
        flex-direction: column;
    }
    .hr-div > div:nth-child(2) {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .footer {
        height: 1500px;
    }
}

/* ..........CSS For Footer - END.......... */