html,
body {
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Exo 2', sans-serif;
    
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    /*overflow-x: hidden;*/
}
*:focus {
    box-shadow: 0 0 0 0 !important;
}
a{
    text-decoration: none;
    color: white;
}
a:hover{
    text-decoration: none;
    color: rgb(0, 0, 0);
}
:root {
    --white: #ffffff;
    --black: #000000;
    --pink: #ed008c;
    --pink_opa: #ed008caa;
    --pink_time: #ce0078;
    --blue: #00adef;
    --blue_opa: #9bbf1c;
    --blue_time: #0089be;
    --background: #f3f3f3;
    --orange: #e3858c;
    --light_black: #323232;
}
/* ul {
    list-style: none;
} */
.footer-i ul,
#contact  ul{
    list-style-type: none;
}
.row-rev ul li::marker{
    color: red;
}
#project{
background: var(--background);
padding: 50px 0;
}
#project h5{
    color: red;
  
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
}
/* .carousel-item,
.carousel-item .active{
    padding: 15px 20px;

} */
#project span{
    margin: 0;
}
#project ul li::marker{
    color: red;
}
#project ul li{
    font-weight: bold;
    line-height: 2.5;
}
#project .image img{
width: 80%;
margin-bottom: 41px;
}

.book_appointment {
    color: var(--white);
    background: -webkit-linear-gradient(left, #9bbe1b 0%, #9bbe1b 100%);
    background: linear-gradient(to right, #9bbe1b 0%, #9bbe1b 100%);
    border-radius: 100px;
    border: none;
    height: 40px;
    margin-top: 35px;
}
.navbar ul li {
    margin: 35px 2px 0 2px;
}


.navbar-brand {
    margin-right: 0;
}
.navbar-brand img {
    width: 250px;
}
.navbar-brand img:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  
}
.navbar-brand img{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bg-light {
    background-color: #fff!important;
}

.navbar {
  padding-bottom: 0;
}
.navbar-nav {
    align-items: baseline;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--black);
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
a.active {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #99c215;
    text-decoration-thickness: 2px;
    color: var(--black);
}
/*.actives:after {*/
/*    content: '';*/
/*    background: -webkit-linear-gradient(left, #9bbe1b 0%, #9bbe1b 100%);*/
/*    background: linear-gradient(to right, #9bbe1b  0%, #9bbe1b 100%);*/
/*    display: block;*/
/*    height:2px;*/
/*    bottom: 0px;*/
/*    -webkit-transition: all 0.3s ease !important;*/
/*    transition: all 0.3s ease !important;*/
/*}*/
.menu-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}
.menu-btn-burger {
    width: 35px;
    height: 4px;
    background: #000a;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu-btn-burger:before,
.menu-btn-burger:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 4px;
  background: #000a;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu-btn-burger:before {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
.menu-btn-burger:after {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
}
.menu-btn.open .menu-btn-burger {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    background: transparent;
}
.menu-btn.open .menu-btn-burger:before {
    -webkit-transform: rotate(45deg) translate(35px, -35px);
            transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-btn-burger:after {
    -webkit-transform: rotate(-45deg) translate(35px, 35px);
            transform: rotate(-45deg) translate(35px, 35px);
}
.btn-3 {
    display: inline-block;
    position: relative;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #9abf1a  0%, #373189     100%);
    background: linear-gradient(to right, #9abf1a   0%, #373189    100%);
    border-radius: 100px;
    margin-top: 30px;
    margin-bottom: 0 !important;
}
/* .modal-body .mb-3{
    margin-bottom: 0 !important;

} */
/*.modal-body .mb-3:hover{*/
/*    margin-bottom: 0 !important;*/

/*}*/
#facilities .gen-ped h4{
    color: #9bbe1b;
    font-size: 20px;
    font-weight: bold;
}
#demo1 .carousel-item,
#demo3 .carousel-item{
    padding: 15px 10px;
}
.points{
    padding: 50px 0;
}
.points ul li i{
margin-right: 10px;
font-size: 24px;
color: #3755a1;
}
.points ul li{
margin-bottom: 10px;
color: rgb(0 0 0 / 56%);
font-weight: bold;
}
.points h2{
    color: #37308e;
    font-weight: 600;
    margin-top: 50px;
    

}
.points ul{
    list-style: none;
    padding: 0;
}
.programs-ofr{
    position: relative;
    margin: 80px 0;
}
.programs-ofr h3{
text-align: center;
color: #37308e;
font-weight: bold;
font-size: 34px;

}
.one {
    margin-bottom: -3rem;
    margin-left: 10%;

}
#gall{

    padding:114px 0px 0px;
}
#cls-gallery h3,
#fest-gallery h3,
#gallery h3{
color: #37308e;

    font-size: 34px;
}
.academ-img{
    max-width: 100%;
    height: auto;
    /* border: 10px solid #6c757d; */
    border-radius: 25px;
    position: relative;

  
}
.academ-img:after{
    content: "";
    border: 3px dashed #366d35;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(5deg);
    border-radius: 25px;
    z-index: 500;
    

}
.academ-img img{
    transition: all 0.5s ease;
    border: 10px solid #9bbf1c;
    border-radius: 25px;

}
.academ-img img:hover{
transform: scale(1.1);

}
#parents-say h3{
    margin-bottom: 20px;
}

#parents-say h3{
    color: #37308e;
    font-size: 34px;
}
#facilities h4{
    color: #37308e; 
    font-size: 34px;
}
#facilities h3{
    color: #37308e; 
}
.activities h3{
text-align: center;
margin-bottom: 50px;
color: #37308e;
font-weight: bold;
font-size: 34px;
}
.activities {
    margin: 80px 0;
}

.activities .row .col-lg-4 img{
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom: 20px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
   border-radius: 50%;
}
.programs-ofr .row .col-lg-4{
    text-align: center;
}
.programs-ofr .row .col-lg-4 p{
    text-align: center;
}
.programs-ofr h4{
color: #37308e;
font-weight: bold;
}
.carousel-item h5{
    font-size: 34px;
    font-weight: bold;

}
.phone {
  
    width: 260px;
}
.carousel-item p{
    font-size: 18px;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 11.25rem;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #333;
    text-align: left;
}
.parents-say{

}

.btn-3 span {
    display: block;
    padding: 8px 30px;
}
.h-100vh {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.para {
    font-weight: bold;
}
.para-2 {
    font-size: 18px
}
.teddy_doctor .head {
    margin-top: 150px;
}
.phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #9bbf1c;
    padding: 6px 6px 6px 6px;
    margin-right: 50px;
    border-radius: 100px;
}
.phone a {
    color: var(--white);
    font-size: 24px;
    text-decoration: none;
    background: #9bbf1c;
    font-weight: bold;
}
.phone:hover .phone_in_talk {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.phone_in_talk {
    color: #dc0129;
    background: var(--white);
    padding: 10px;
    border-radius: 100px;
    padding-top: 11px;
}
.service-row {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}
.gen:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gen:hover p {
    background: -webkit-linear-gradient(left, #9bbe1b 0%, #9bbe1b 100%);
    background: linear-gradient(to right, #9bbe1b 0%, #9bbe1b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    letter-spacing: 1px;
}
#story {
    background: var(--background);
}
.doctor {
    margin: 50px auto;
    /* -webkit-animation: shake 15s;
            animation: shake 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; */
}
#contact-page .img-sec img {
    -webkit-animation: shake 15s;
            animation: shake 15s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
.story_sec {
    margin: auto 0px;
    z-index: 1;

}
#story{
    position: relative;
}

.story_sec h2,
.test h2 {
    color: #37308e;
    font-weight: bold;
}
.ball {
    position: absolute;
    top: -90;
    top: -62px;
    right: 18px;
}


.story_sec span,
.test span,
.img-back span {
    height: 3px;
    width: 60px;
    background: #6c757d;
    display: block;
    margin-bottom: 40px;
}
.story_sec p {
    /* margin: 40px 0; */
    font-weight: 600;
    color: #6c757d;
}
.p-ma{
    margin-bottom: 40px;
}
.parents-say .row  .card{ 
width: 500px;
height: 300px;
/* padding: 70px 25px; */
position: relative;
background-color: #ffffff;
border-radius: 25px;
z-index: auto;
text-align: center;
display: flex;
position: relative;
align-items: center;
justify-content: center;
padding: 0 41px;
}
.parents-say .row  .card:after{ 
content: "";
border: 3px dashed green;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
transform: rotate(-5deg);
border-radius: 25px;
pointer-events: none;
}

.parents-say .row  .card-rev iframe{
        z-index: 1;
    height: 260px;
    width: 450px;
}
.parents-say .row  .card-rev{
position: relative;

}
.parents-say .row  .card-rev:after{
    content: "";
    border: 3px dashed green;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(5deg);
    border-radius: 25px;
    pointer-events: none;
}
 .des{
    margin-right: 31px;

}
  .des-ce{
    margin-left: 31px;

}
.vis-miss h3{
color:#3a5796;
}


.parents-say{
    padding: 100px 0;
    background-color: #3a5796;
}
.whiat-perent {
    color: white;
    margin-bottom:61px;
    text-align: center;

}
.whiat-perent h3{
font-size: 40px;
 
    font-weight: bold;

}

.learn {
    background: #9bbf1c ;
    color: var(--white);
    border-radius: 100px;
    padding: 5px 20px;
    border: 2px solid transparent;
}
.learn:hover {
    background: var(--white);
    color: #dc0129;
    border-radius: 100px;
    padding: 5px 20px;
    border: 2px solid #dc0129 ;
}
.yellow-bg {
    position: absolute;
    right: 0;
}
#story .lottie-pink {
    position: absolute;
    width: 300px;
    left: 0;
    bottom: 25%;
}
#story .lottie-blue {
    position: absolute;
    width: 300px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 1;
    right: 0;
    bottom: 38%;
}
#story .lottie-sky-blue {
    position: absolute;
    width: 400px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 1;
    top: 30%;
    left: -10%;
}
#story .img-col {
    z-index: 1;
    position: relative;
}
#testimonials {
    position: relative;
}
.test {
    margin-top: 100px;
    z-index: 100;
   
}
.testimonial .details {
    margin-top: 50px;
}
.testimonial .details h3 {
    margin-top: 30px;
    font-weight: bold;
}
.tstimon{
    display: flex;
    justify-content: space-between;

}
.owl-theme .owl-controls .owl-page span{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #9bbf1c;
    background: url("../images/bg1.png") no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/bg2.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/bg1.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page.active:hover span {
    border-color: #dc0129;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-buttons {
    display: none;
}
.owl-theme .owl-controls {
    margin-top: 0;
    text-align: unset;
    position: absolute;
    bottom: 100px;
}
.blue-bg {
    position: absolute;
    top: -100px;
    z-index: -1;
}
#child-laugh {
    min-height: 100vh;
    position: relative;
}
.child-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.bg_grd_strap_sec{
  position: absolute;
  bottom: 30px;
}
.strap_form{
  position: absolute;
  left: 17%;
  color: var(--white);
  bottom: 25%;
  width: 100%;
  left: 0;
}
#map iframe{
    width: 100%;
    height: 300px;
    margin-bottom:50px;
}
.strap_form h3 {
    margin: 40px 0;
}
.form-control,
/*.form-select,*/
.form-control:focus {
  background: transparent;
  color: var(--white)
}
::-webkit-input-placeholder
/*.form-select */
{
  color: var(--white) !important;
}
::-moz-placeholder,
.form-select {
  color: var(--white) !important;
}
:-ms-input-placeholder
/*.form-select */
{
  color: var(--white) !important;
}
::placeholder
/*.form-select */
{
  color: var(--white) !important;
}
select option {
    color: #000;
}
.submit_btn {
    font-weight: bold;
    background: var(--white);
    padding: 5px 20px;
    margin-top: 30px;
    border: 2px solid var(--white);
}
.submit_btn:hover {
    color: var(--white);
    background: transparent;
    border: 2px solid var(--white);
}
#contact {
    margin: 40px 0;
}
#contact iframe,
#contact h3 {
    margin: 5px 0;
}
#contact .address {
    margin: 0 0 0 45px;
}
.hours p {
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.hours p span {
    font-weight: normal;
}
[class^="bi-"]:before, [class*=" bi-"]:before {
    font-weight: 900 !important;
}
.bi-clock {
    font-size: 24px;
}
.touch_phone .fa-phone,
.touch_phone .fa-envelope {
    color: var(--white);
    background: #3a5796;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.touch_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.touch_phone h5,
.touch_phone ul {
    margin-bottom: 0;
}
.touch_phone ul {
    padding-left: 0;
}
.touch_phone ul a {
    color: var(--black);
    text-decoration: none;
}
.touch_phone .touch_heading {
    margin-left: 8px;
}
.touch_phone:hover i {
    color: var(--orange);
    background: var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid var(--orange);
}
#footer {
    background: #3a5796;
    color: var(--white);
    padding: 10px 0;
}
.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}
.icons li a{
    color: #3a5796;
    background: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    border: 2px solid #3a5796;
}
.icons li {
    border: 2px solid var(--white);
    border-radius: 5px;
    margin: 3px;
}
.footer-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-sec p {
    margin-bottom: 0;
}
.footer-sec p a {
    text-decoration: none;
    color: var(--white);
}
.icons li a:hover{
    color: var(--white);
    background: #3a5796;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    border: 2px solid var(--white);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* #about{
    margin-bottom: 100px;
} */
.icons li:hover {
    border: 2px solid #3a5796;
    border-radius: 5px;
    margin: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* .img-back {
    background-image: url('../images/banner-2.png');
    
    background-repeat: no-repeat;
    background-size: contain;
} */
.banner{
    background-image: url('../images/abou.png');
    background-repeat: no-repeat;
    
    background-size: contain;
    height: 253px;
 
    position: relative;
    z-index: 3;
        margin: -7px 0px;
}


.redire{
    position: absolute;
    right:0;
    bottom: 0;
    font-weight:bold;
        z-index: 1;
    
}
.redire p a,
.redire p{
    color: #fff;
}
.redire p{
 margin-right: 61px;
}
.banner h2{
color: white;
font-size: 48px;
font-weight: bold;
position: absolute;
top: 110px;
bottom: 0;
left: 100px;

}
.back-bnr{
background-color: #0a02768c;
height: 253px;
}
.vis-miss{
    margin-top: 80px;
}
#gallery .row{
    text-align: center;

}
.img-about {
    /* background-image: -webkit-linear-gradient(right, #9bbf1c 0%, #ed008caa 100%);
    background-image: linear-gradient(to left, #9bbf1c 0%, #ed008caa 100%); */
    /* background-color: blue ; */
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.img-about .about-head {
    color: var(--white);
    font-weight: bold;
    font-size: 50px;
}
#cls-gallery,
#fest-gallery,
#gallery{
   
    padding: 80px 0;

    background: #f8f9fa;
}
#gallery .galler{
  position: relative;
  overflow: hidden;
  cursor: pointer;

}
#gallery .title{
    position: absolute;
    display: inline-block;
    align-items: center;
    background-color: #9ac01b;
    padding: 5px 30px;
    transition: all 0.5s ease;
    text-transform: uppercase;
    top: 0;
    left: 0;
    /* right: 60%; */
    color: white;
    margin-bottom: 0;
}
#gallery .galler img:hover .title{
   
    left: 0;
   
}

#gallery .readmore {
    position: absolute;
    display: inline-block;
    align-items: center;
    background-color: #9ac01b;
    padding: 5px 6px;
    transition: all 0.5s ease;
    text-transform: uppercase;
   
    bottom:20px;
 
    /* right: 0; */
    color: white;
    transform: translateX(147px);
   

}
#project h2{
    color: #37308e;
    font-weight: 600;


}
#project .doctor {
    margin: 0;
}
#gallery .galler img:hover .readmore {
    transform: translateX(0);
}

#gallery .readmore .fa-image{
    font-family: 'FontAwesome';
    margin-right: 5px;
}
#gallery .readmore h6{
    margin-bottom: 0;
    
}
#gallery .galler img:hover .title p{
bottom: 13px;
right: -2px;
}

#gallery .title h6{
    margin-bottom: 0;
    color: white;
}

#gallery .row .col-lg-4 img{
    margin-bottom: 20px;
}

.galler img{
border-bottom-left-radius: 20px;
border-top-right-radius: 20px; 
margin-bottom: 41px;
transition: all 0.5s ease;
width: 100%;
}
.galler:hover img{
    transform: scale(1.1);
  

}
.galler:hover .readmore{
    transform: translateX(55px) !important;
    bottom: 6px !important;
}
/* .vis-miss {
    margin-top: 60px;
} */
.vis-miss span,
#members .line,
#doctors .line {
    height: 3px;
    width: 60px;
    background: #dc0129;
    display: block;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(50% + 50px);
    padding: 0 70px 0 5px;
    margin: 0 0 30px;
    float: left;
}
.main-timeline .timeline-content{
    color: var(--black);
    background:#9bbf1c;
    padding: 20px 45px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: block;
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.main-timeline .timeline-content:hover{ 
    text-decoration: none; 
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: "";
    background: #9bbf1c;
    position: absolute;
    top: 15px;
    left: -5px;
    right: -70px;
    bottom: 15px;
    z-index: -1;
}
.main-timeline .timeline-content:after{
    background: var(--white);
    left: 22px;
    right: 22px;
    top: 0;
    bottom: 0;
}
.main-timeline .timeline-icon{
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -55px;
}
.main-timeline .title{
    color: #9bbf1c;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}
.main-timeline .description{
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    padding: 0 5px 0 70px;
    margin: 0 0 30px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: -70px;
    right: -5px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: -55px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content{ 
    background: #dc0129; 
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ 
    background: #dc0129; 
}
.main-timeline .timeline:nth-child(4n+2) .title{ 
    color: #dc0129; 
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content{ 
    background:#9bbf1c; 
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ 
    background: #9bbf1c; 
}
.main-timeline .timeline:nth-child(4n+3) .title{ 
    color: #9bbf1c; 
}
#members {
    margin: 50px 0;
}
.our-team{
    overflow: hidden;
    text-align: center;
}
.pic{
    position: relative;
}
.pic img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.timeline ul{
    list-style-type: disc;
}
.social_media_team{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #dc012999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.team-prof{
    position: relative;
    top:50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.post-title{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
}
.post{
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.our-team:hover .pic img{
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
}
.our-team:hover .social_media_team{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#doctors {
    margin: 50px 0;
}
.our-doctor{
    position: relative;
    margin: 35px 0;
}
.our-doctor img{
    width:100%;
    height: auto;
    z-index:1;
    -webkit-transform:translateY(0px);
            transform:translateY(0px);
    -webkit-transition: all 0.50s ease;
    transition: all 0.50s ease;
}
.our-doctor:hover img{
    -webkit-transform:translateY(-60px);
            transform:translateY(-60px);
}
.our-doctor .doctor-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    color: #2b2f3e;
    padding: 20px 0;
    text-align: center;
    background:#fff;
    -webkit-transform:translateY(0px);
            transform:translateY(0px);
    -webkit-transition: all 0.50s ease-in-out 0s;
    transition: all 0.50s ease-in-out 0s;
}
.our-doctor:hover .doctor-content{
    -webkit-transform:translateY(46px);
            transform:translateY(46px);
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.our-doctor .doctor-title{
    font-size:19px;
    color:#444;
    margin:0;
    letter-spacing:1px;
}
.our-doctor .doctor-title small{
    display: block;
    color:#444;
    margin:1% 0 3% 0;
    font-size:12px;
    text-transform: capitalize;
}
.our-doctor .social-link{
    padding:0;
    margin:0;
    list-style:none;
}
.our-doctor .social-link li{
    display: inline-block;
    margin-right:2%;
}
.our-doctor .social-link li a{
    color:#444;
    -webkit-transition: all 0.50s ease;
    transition: all 0.50s ease;
    text-decoration: none;
}
.our-doctor .social-link li a:hover{
    color: #e143eb;
}
#contact-page {
    margin-top: 100px;
    margin-bottom: 50px;
}
#contact-page .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.content{
    margin: 50px 0;
}
.content h3{
text-align: center;
color: #de0124;
font-weight: bold;
font-size: 34px;
}
.content p{
width: 530px;
text-align: center;
margin: auto;
font-weight: bold;
color: #5b5b5bbd;
}
#parents-say h2{
    color:#37308e;
    margin-bottom: 100px;
    font-size: 34px;
}
#parents-say .row{
    margin: 50px 0;

}
.about-us h3{

    color: white;
    margin-bottom: 21px;
}
.row-prev ul li::marker{
    color: red;
}
.sty{
    color: black;  
    font-weight: 0;  
}
.row-prev ul li{
    line-height: 2;
}
.row-rev ul li{
    line-height: 2;

}

.about-us{
 padding: 80px 0;
 /* background: #dee2e652; */
 text-align: center;
}
.abut-us{
    padding: 50px 0;
    background-color: #e9ecef;
}
.abut-us h3{

    font-weight: 600;
    font-size: 40px;
    color: #37308e;
    margin-bottom: 20px;
}
.montessori .row .im{
position: relative;
}
.about-us .row .im{
position: relative;
}
.montessori .row .im img{
width: 90%;
border: 10px solid #9bbf1c;
border-radius: 25px;
}

.about-us .row .im img{
width: 90%;
border: 10px solid #9bbf1c;
border-radius: 25px;
}
.montessori .row .im:after{
    content: "";
    border: 3px dashed #366d35;
    position: absolute;
    width: 90%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(5deg);
    border-radius: 25px;
    z-index:500;
   
}
.montessori{
   padding: 50px 0;
   background: var(--background);
}
.about-us .row .im:after {
    content: "";
    border: 3px dashed #366d35;
    position: absolute;
    width: 90%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(5deg);
    border-radius: 25px;
    z-index:500;
    margin-left: 30px;
}
.about-us .row {

align-items: center;
justify-content: center;


}
.mission{
  padding-bottom: 50px;
}
.about-sesion{
background-color: #e9ecef;
padding: 50px 0;
}

.about-us .row h3{
font-weight: bold;
color: #3254a0;

}
.get {
    margin-bottom: -70px;
    margin-top: 70px;
}
#contact-page .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#contact-page .form-control {
    color: var(--black);
    border: none;
    border-bottom: 1px solid var(--blue_opa);
    margin: 20px 0;
    border-radius: 0;
}
#contact-page ::-webkit-input-placeholder {
    color: var(--black) !important;
}
#contact-page ::-moz-placeholder {
    color: var(--black) !important;
}
#contact-page :-ms-input-placeholder {
    color: var(--black) !important;
}
#contact-page ::placeholder {
    color: var(--black) !important;
}
.first-column {
    position: relative;
}
.first-column .submit {
    background: #9bbf1c;
    color: var(--white);
    font-weight: bold;
    border-radius: 100px;
    border: 2px solid #9bbf1c;
}
.first-column .submit:hover {
    color: #9bbf1c;
    background-color: var(--white);
    border: 2px solid #9bbf1c;
}
#contact-page {
    position: relative;
}
#contact-page .img-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
#contact-page .img-sec img{
    z-index: 1;
}
#contact-page .lottie-pink2 {
    position: absolute;
    width: 275px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 62%;
    left: 5%;
}
#contact-page .lottie-blue2 {
    position: absolute;
    width: 250px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 65%;
    right: 0%;
    z-index: 10;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#contact-page .lottie-sky-blue2 {
    position: absolute;
    width: 300px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 60%;
    left: 0%;
    z-index: 10;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#connect {
    margin: 50px;
}
#connect h3 {
    margin: 50px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#connect .card i {
    color: #9bbe1b;
}
#connect .card .card-body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#connect p {
    margin-bottom: 0;
}
#connect .phone-info {
    margin-left: 20px;
} 
#connect .phone-info a {
    text-decoration: none;
    color: var(--black);
} 
#connect .card:hover {
    border: 1px solid #3d3889;
    box-shadow: 2px 2px 2px 2px #3d3889;
}
#connect .card:hover i{
    -webkit-animation: shake 0.8s ease;
            animation: shake 0.8s ease;
}
#connect .connect-col {
    padding: 10px;
}
.gen-ped .row,
.gen-ped .row .img-sec,
.p-icu .row,
.p-icu .row .img-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.p-icu {
    background: var(--background);
    padding: 25px 0;
}
#facilities .img-sec:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
     filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur in="SourceAlpha" stdDeviation="2" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: grayscale(100%) drop-shadow(2px 2px 2px);
            filter: grayscale(100%) drop-shadow(2px 2px 2px);  
}
.top #myBtn {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #9bbf1c;
    right: 2%;
    bottom: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    color: var(--white);
    cursor: pointer;
    border: 2px solid #9bbf1c;
    display: none;
    z-index: 100;
}
.top i{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top:hover i{
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
.top:hover {
    background: #9bbf1c;
    border: 2px solid #dc0129;
}


/* media queries */

@media screen and (max-width: 1536px) {
    .strap_form{
      left: 12%;
    }
    .bg_grd_strap_sec{
        bottom: -100px;
    }
    /* #contact {
        margin-top: 130px;
    } */
    
    #map {
        margin-bottom: -60px;
    }
    #story .lottie-pink {
        left: 0;
        bottom: 27%;
    }
}
@media screen and (max-width: 1440px) {
    .strap_form{
      left: 10%;
    }
    .bg_grd_strap_sec{
        bottom: -80px;
    }

}
@media screen and (max-width: 1366px) {
    .strap_form{
        left: 0%;
      }
    /* nav ul li {
        margin: 35px 5px 0 0;
    } */
    .phone {
        margin-right: 0;
    }
    .owl-theme .owl-controls {
        bottom: 40px;
    }
 
    #map {
        margin-bottom: -50px;
    }
    #contact-page .img-sec {
        margin-top: 40px;
    }
    #contact-page .lottie-sky-blue2 {
        top: 55%;
        left: -5%;
    }
}
@media screen and (max-width: 1280px) {
    .strap_form{
      left: 8%;
      bottom: 40px
    }
    .bg_grd_strap_sec{
        bottom: -60px;
    }
    #contact {
        margin-top: 90px;
    }
  
}
@media screen and (max-width: 1152px) {
    .book_appointment {
        height: 60px;
        margin-top: 35px;
    }
    nav ul li {
        margin: 35px 0px 0px 0px;
    }
    .teddy_doctor .head {
        margin-top: 80px;
    }
    .phone a {
        font-size: 19px;
    }
    .strap_form{
        left: 9%;
    }
    .bg_grd_strap_sec{
        bottom: -20px;
    }
    .strap_form h3 {
        margin: 20px 0;
    }
    #contact {
        margin-top: 60px;
    }
    .hours p span {
        margin-left: -20px;
    }
    .navbar-brand img {
        width: 150px;
        margin-top: 30px;
    }
    .owl-theme .owl-controls {
        bottom: -50px;
    }
    #child-laugh {
        margin-top: 100px;
    }

    .get {
        margin-bottom: -15px;
    }
    #story .lottie-blue {
        width: 250px;
        right: -5%;
        bottom: 36%;
    }
    #story .lottie-sky-blue {
        width: 300px;
    }
    #contact-page .lottie-blue2 {
        width: 200px;
        bottom: 60%;
        right: 0%;
    }
    #contact-page .lottie-sky-blue2 {
        width: 250px;
        top: 48%;
        left: -5%;
    }
    .banner {
        
    height: 216px;
    }
    .back-bnr {
        height: 216px;
    }
}
@media screen and (max-width: 1024px) {
    .strap_form{
        left: 5%;
        bottom: 20px;
    }
    .bg_grd_strap_sec{
        bottom: 0px;
    }
    #contact {
        margin-top: 30px;
    }
   
    #map {
        margin-bottom: 10px;
    }
    #contact-page .lottie-pink2 {
        bottom: 50%;
        left: 2%;
    }
}
@media screen and (max-width: 992px) {
 
    #contact-page .first-column{
        padding: 30px;
    }
}
@media screen and (max-width: 991px) {
    nav ul li {
        margin: 2px;
    }
    nav ul {
        float: right;
    }
    .navbar-brand img {
        width: 220px;
        margin-top: 0;
    }
    .book_appointment {
        margin-top: 5px;
        height: 35px;
    }
    .btn-3{
        margin-top: 5px;
    }
    .yellow-bg {
        display: none;
    }
    .bg_grd_strap .big-bg {
        display: none;
    }
    .strap_form {
        background: -webkit-linear-gradient(left, #9bbf1c 0%, #dc0129 100%);
        background: linear-gradient(to right, #9bbf1c 0%, #dc0129 100%);
        width: 100vw;
    }
    .bg_grd_strap_sec{
        bottom: 60px;
    }
    #contact {
        margin-top: -40px;
    }
    .get_touch {
        display: -ms-grid;
 
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .icons {
        margin-right: 35px;
    }
    .teddy_doctor .head {
        margin-top: 50px;
    }
    .learn {
        margin-bottom: 50px;
    }
    .blue-bg {
        display: none;
    }
    .testimonial .details,
    .testimonial img {
        margin-top: 20px;
    }
    .owl-theme .owl-controls {
        bottom: -80px;
        left: 30%;
    }
    #child-laugh {
        margin-top: 120px;
    }
 
    .post-title{
        font-size: 22px;
    }
    #contact-page .name {
        display: block;
    }
    #contact-page .first-column{
        padding: 20px;
    }
    #map {
        margin-bottom: 60px;
    }
    #story .lottie-blue {
        width: 300px;
        right: 0%;
        bottom: 36%;
    }
    #story .lottie-sky-blue {
        width: 400px;
        top: 30%;
        left: -10%;
    }
    #contact-page .lottie-pink2 {
        bottom: 40%;
        left: 0%;
        width: 200px;
    }
    #contact-page .lottie-blue2 {
        width: 200px;
        bottom: 50%;
        right: 0%;
    }
    #contact-page .lottie-sky-blue2 {
        width: 200px;
        top: 36%;
        left: -5%;
    }
}
@media screen and (max-width: 768px) {
 
    .img-about .about-head {
        font-size: 40px;
    }
    .our-doctor{
        margin-bottom: 15%;
    }
    #contact-page {
        margin-top: 0px;
    }
    .menu-btn-burger {
        width: 30px;
        height: 3px;
    }
    .menu-btn-burger:before,
    .menu-btn-burger:after {
      width: 30px;
      height: 3px;
    }
}
@media screen and (max-width: 540px) {
    .teddy_doctor .child-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .teddy_doctor .head {
        margin-top: 0;
    }
    .phone {
        margin-right: 300px;
    }
    .submit_btn {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .bg_grd_strap_sec{
        bottom: -130px;
    }
    #contact {
        margin-top: 140px;
    }
    .hours,
    .location {
        display: -ms-grid;
     
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer-sec {
        display: -ms-grid;
      
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
   
    .img-about .about-head {
        font-size: 30px;
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        text-align: center;
        padding: 70px 0 5px 0;
        margin: 0 0 30px;
    }
    .main-timeline .timeline-content{ 
        padding: 40px; 
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        left: 20px;
        right: 20px;
        top: -70px;
        bottom: -5px;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        left: 0;
        right: 0;
        top: 20px;
        bottom: 20px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        padding: 10px 0;
        -webkit-transform: translateX(-50%) translateY(0);
                transform: translateX(-50%) translateY(0);
        top: -70px;
        left: 50%;
        right: auto;
    }
    .main-timeline .title{ 
        font-size: 20px; 
    }
    #contact-page .first-column {
        padding: 10px;
    }
    #contact-page .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    #contact-page {
        margin-top: 10px;
    }
    #map {
        margin-bottom: -100px;
    }
    .get {
        margin-bottom: 0;
        margin-top: 50px;
    }
    #story .lottie-sky-blue {
        width: 300px;
    }
    #contact-page .lottie-pink2 {
        bottom: 50%;
        left: 0%;
        width: 250px;
    }
    #contact-page .lottie-blue2 {
        width: 250px;
        bottom: 60%;
        right: 0%;
    }
    #contact-page .lottie-sky-blue2 {
        width: 300px;
        top: 52%;
        left: -5%;
    }
}
@media screen and (max-width: 425px) {
    nav ul li {
        margin: 2px;
    }
    nav ul {
        float: right;
        margin-top: 20px;
    }
    .book_appointment {
        margin-top: 5px;
    }
    .phone {
        margin-right: 180px;
    }
    .bg_grd_strap_sec{
        bottom: -60px;
    }
    #contact {
        margin-top: 80px;
    }
    .test {
        margin-top: 50px;
    }
    .testimonial .details {
        margin-top: 0;
    }
    .owl-theme .owl-controls {
        left: 20%;
    }
 
    .img-about .about-head {
        font-size: 25px;
        margin-bottom: 0;
    }
    #map {
        margin-bottom: -50px;
    }
    #story .lottie-pink {
        width: 200px;
        bottom: 20%;
    }
    #story .lottie-blue {
        width: 200px;
        right: -5%;
        bottom: 30%;
    }
    #story .lottie-sky-blue {
        width: 250px;
    }
    #contact-page .img-sec {
        margin-top: 30px;
    }
    #contact-page .lottie-pink2 {
        bottom: 45%;
        left: 0%;
        width: 250px;
    }
    #contact-page .lottie-sky-blue2 {
        width: 250px;
        top: 45%;
        left: -5%;
    }
  
}
@media screen and (max-width: 414px) {
   
    .img-about .about-head {
        font-size: 25px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 400px) {
    .phone {
        margin-right: 150px;
    }
    .footer-sec {
        display: block;
    }
    .hours,
    .location,
    .get_touch {
        display: block;
    }
   
    .main-timeline .timeline {
        width: 100%;
    }
    #contact-page .lottie-sky-blue2 {
        width: 200px;
        top: 40%;
        left: -5%;
    }
}
@media screen and (max-width: 375px) {
    .phone {
        margin-right: 130px;
    }
    .bg_grd_strap_sec{
        bottom: -30px;
    }
    #contact {
        margin-top: 50px;
    }
    .owl-theme .owl-controls {
        left: 15%;
    }

    #connect .connect-col {
        padding: 10px 0;
    }
    #story .lottie-sky-blue {
        width: 200px;
        top: 25%;
    }
    #contact-page .lottie-pink2 {
        bottom: 45%;
        left: 0%;
        width: 200px;
    }
    #contact-page .lottie-blue2 {
        width: 200px;
        bottom: 55%;
        right: 0%;
    }
    .menu-btn-burger {
        width: 28px;
        height: 2px;
    }
    .menu-btn-burger:before,
    .menu-btn-burger:after {
      width: 28px;
      height: 2px;
    }
}
@media screen and (max-width: 320px) {
    .phone {
        margin-right: 80px;
    }
    .bg_grd_strap_sec{
        bottom: 10px;
    }
    #contact {
        margin-top: 20px;
    }
    
    #map {
        margin-bottom: 20px;
    }
    #story .lottie-blue {
        width: 160px;
    }
    #contact-page .lottie-pink2 {
        bottom: 37%;
        left: 0%;
    }
    #contact-page .img-sec {
        margin-top: 50px;
    }
    #contact-page .lottie-blue2 {
        width: 200px;
        bottom: 50%;
        right: -5%;
    }
    #contact-page .lottie-sky-blue2 {
        width: 200px;
        top: 25%;
        left: -5%;
    }
}


@-webkit-keyframes shake {
    0% { 
        -webkit-transform: translate(1px, 1px) rotate(0deg); 
                transform: translate(1px, 1px) rotate(0deg); 
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
                transform: translate(-1px, -2px) rotate(-1deg); 
    }
    20% { 
        -webkit-transform: translate(-3px, 0px) rotate(1deg); 
                transform: translate(-3px, 0px) rotate(1deg); 
    }
    30% { 
        -webkit-transform: translate(3px, 2px) rotate(0deg); 
                transform: translate(3px, 2px) rotate(0deg); 
    }
    40% { 
        -webkit-transform: translate(1px, -1px) rotate(1deg); 
                transform: translate(1px, -1px) rotate(1deg); 
    }
    50% { 
        -webkit-transform: translate(-1px, 2px) rotate(-1deg); 
                transform: translate(-1px, 2px) rotate(-1deg); 
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
                transform: translate(-3px, 1px) rotate(0deg); 
    }
    70% { 
        -webkit-transform: translate(3px, 1px) rotate(-1deg); 
                transform: translate(3px, 1px) rotate(-1deg); 
    }
    80% { 
        -webkit-transform: translate(-1px, -1px) rotate(1deg); 
                transform: translate(-1px, -1px) rotate(1deg); 
    }
    90% { 
        -webkit-transform: translate(1px, 2px) rotate(0deg); 
                transform: translate(1px, 2px) rotate(0deg); 
    }
    100% { 
        -webkit-transform: translate(1px, -2px) rotate(-1deg); 
                transform: translate(1px, -2px) rotate(-1deg); 
    }
}


@keyframes shake {
    0% { 
        -webkit-transform: translate(1px, 1px) rotate(0deg); 
                transform: translate(1px, 1px) rotate(0deg); 
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
                transform: translate(-1px, -2px) rotate(-1deg); 
    }
    20% { 
        -webkit-transform: translate(-3px, 0px) rotate(1deg); 
                transform: translate(-3px, 0px) rotate(1deg); 
    }
    30% { 
        -webkit-transform: translate(3px, 2px) rotate(0deg); 
                transform: translate(3px, 2px) rotate(0deg); 
    }
    40% { 
        -webkit-transform: translate(1px, -1px) rotate(1deg); 
                transform: translate(1px, -1px) rotate(1deg); 
    }
    50% { 
        -webkit-transform: translate(-1px, 2px) rotate(-1deg); 
                transform: translate(-1px, 2px) rotate(-1deg); 
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
                transform: translate(-3px, 1px) rotate(0deg); 
    }
    70% { 
        -webkit-transform: translate(3px, 1px) rotate(-1deg); 
                transform: translate(3px, 1px) rotate(-1deg); 
    }
    80% { 
        -webkit-transform: translate(-1px, -1px) rotate(1deg); 
                transform: translate(-1px, -1px) rotate(1deg); 
    }
    90% { 
        -webkit-transform: translate(1px, 2px) rotate(0deg); 
                transform: translate(1px, 2px) rotate(0deg); 
    }
    100% { 
        -webkit-transform: translate(1px, -2px) rotate(-1deg); 
                transform: translate(1px, -2px) rotate(-1deg); 
    }
}
/* #story{
   margin: 80px 0;
} */
 
#lightgallery a{
    text-decoration: none;
    margin-right: 10px;
 
}
#lightgallery img{
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
margin-bottom: 10px;
}
#story .bg-text {

    text-align: center;
    color: #9bbf1c;
    font-weight: bolder;
    font-size: 38px;
    line-height: 1;
    z-index: -2;
    top: -1rem;
    left: 0;
    font-weight: 900;
}
#story h3{
text-align: center;
font-size: 50px;
color: #de0024;
font-weight: bold;
font-size: 40px;
text-transform: uppercase;
margin-bottom: 20px;
}
/* #story .row{
    margin-top: 80px;
} */
#story .title-A{
    margin-top: 50px;
}
#cr-msg{
    padding: 50px 0;
    text-transform: uppercase;
    background-color: #e9ecef;
}
#ch-msg{

    padding: 50px 0;
    text-transform: uppercase;

}
#cr-msg {
    padding: 50px 0;   
}
#ch-msg h3,
#cr-msg h3{
    font-weight: bold;
    color: #e1082aab;
    margin-bottom: 20px;

}
.montessori .row .im {
    position: relative;
}
.montessori h3{
color: #37308e;
font-weight: 600;
margin-top: 50px;
}
#cr-msg p,
#ch-msg p{
/* width: 800px; */
text-align: justify;
font-size: 15px;
}
/*#cr-msg{*/
/*padding-bottom: 80px;*/
/*}*/
.p-name {
/*float: right;*/
    font-weight: bold;
        display: flex;
    align-items: end;
    flex-direction: column;

}
.p-name p{
    margin: 0;
}
.modal-body .btn{
    /* color: #f9fafb; */
    /* border: 1px solid #de0022;
    background: #de0022; */
    float: right;

}
.modal-body .nav li {
    /* margin: 35px 5px 0 0; */
    border: 1px solid #f8f9fa;
    background: #f8f9fa;
   margin:0;
}
.modal-body {
    padding: 0;
}
.modal-body .nav {
    justify-content: center;
    background: #dee2e6;
}
.modal-body .nav-pills .nav-link{
    padding: 10px 74.8px;

    border-radius: 0;
    font-weight: bold;
}
.nav-link:focus, .nav-link {
    color: #9bbe1b;
}
.nav-pills .nav-link.active{
    background-color:#de0022;
    }
    .enquiry .title h3{
        background-color: black;
        color: white;
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        text-transform: uppercase;
     
        }
        .enquiry{
            padding: 80px;

        }
        .enquiry .row{
        margin-bottom: 10px;
        }
        .form-check {
            padding: 0%;
        }
        .enquiry .form-control{
            color: black;
        }
        .enquiry .check{
         display: flex;
         justify-content:space-between;
         margin-bottom: 20px;
         margin-left: 25px;
         

        }
        .box-a P,
        .box-b p,
        .box-c p,
        .box-d p{
          margin: 0;
        
        }
        

        
        .enquiry form{
        padding: 50px;
    border: 1px solid black;
    
}
.enquiry-f form{
    padding-bottom: 60px;
}
.l-ch{
    margin-left: 20px;
    margin-top: 20px;
}
.enquiry .container{
    background-color: white;
    padding: 0;
}
.enquiry {
    padding: 24px;
    background: #dee2e6;  
}
#story .title-A  .img-4{
    margin-top: 50px;
    text-align: center;
}
#story .title-A  .li-o{
height: 1px;
width: 200px;
color: black;
/* opacity: 38; */
padding: -7px;
border-bottom: 2px solid black;
margin: auto;
position: relative;
}
#story .title-A .li-o i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 21px;
    color: #212529;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    background: #f3f3f3;
    transform: translate(-50%, -50%);
}
.montessari h2{
    margin-bottom: 20px;
}
.img-4{
    text-align: center;
    margin-top: 50px;

}
#story .title-A {
    margin-bottom: 50px;
}
.form-l{
    position: relative;
    margin-right: 10px;
}
.form-c{
    position: absolute;
    margin-bottom: 0;
    top: 5px;
    left: 15px;

}
.form-leb{
padding-left: 85px;
}
.adm{
    display: flex;
    justify-content: space-between;

}
.form-leb1{
 
        padding-left: 110px;
    }

    .form-leb2{
 
        padding-left: 95px;
    }
    .form-leb3{
 
        padding-left: 125px;
    }
    .form-control:focus {
        border-color:#ced4da ;
    }
    /* .form-bdr{
        border-color: transparent;
        border-bottom: 1px solid #ced4da;
        border-radius: 0;
  

    } */

    #project .list li{
        font-weight: 100;
        color: black;
        margin-bottom: 10px;
     
    }
    #project .list{
        padding-left: 1rem;
    
    }
    #project h6{
    color: #37308e;
    font-size: 21px;
    font-weight: 600px;
    font-weight: bold;
    }
    .box-a{
    text-align: center;
    border: 1px solid #dc0129;
    width: 180px;
    border-radius: 5px 5px 0px 0px;
    margin: auto;
    /* margin-top: 50px; */
    }
    .box-b{
        text-align: center;
        border: 1px solid #dc0129;
        width: 180px;
        border-radius: 5px 5px 0px 0px;
        margin: auto;
      
        }
        .box-c{
            text-align: center;
            border: 1px solid #dc0129;
            width: 180px;
            border-radius: 5px 5px 0px 0px;
            margin: auto;
          
            }

            .box-d{
                text-align: center;
                border: 1px solid #dc0129;
                width: 180px;
                border-radius: 5px 5px 0px 0px;
                margin: auto;
               
                }
                .box-a h5,
                .box-b h5,
                .box-c h5,
                .box-d h5{
                background-color: #dc0129;
                color: white;
                font-size: 16px;
                font-weight: 600;
                padding: 5px 0;
                margin: 0;
                border-radius: 5px 5px 0px 0px;
                }

                .box-abcd .line{
                    border-right: 1px solid black;
                    height: 50px;
                    text-align: center;
                    width: 1px;
                  /* margin-left: 90px; */
                  margin: auto;

                }
                .points span{
                height: 3px;
                width: 60px;
                background: #6c757d;
                display: block;
                margin-bottom: 40px;
                margin-bottom: 50px;
                
                }
                .montessari h5{
                     color: red;
                    margin: 20px 0;
                    font-size: 18px;
                    font-weight: bold;
                    text-transform: capitalize;
                }
                .fa-long-arrow-down{
                    font-size: 30px;
                }
                #story .lottie-sky-blue{
                    width: 250px;
                    top: 28%;
                    left: -12%;  
                }
                #story .lottie-pink{
                    width: 230px;
                    left: 22px;
                    bottom: 27%; 
                }
                #story .lottie-blue{
                    width: 230px;
                  
                    bottom: 27%;  
                }
                
                .carousel-item video {
                  width: 100%;  /* Makes the video responsive */
                  height: 100%; /* Maintains aspect ratio */
                }
            