* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}

a,
a:hover,
button:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

button {
  font-size: 13px !important;
}

button:active,
button:focus,
button,
a:active,
a:focus {
  outline: none !important;
}

p,
label {
  margin: 0px;
}

p {
  color:#252525;
  font-size:17px;
}

img {
  max-width: 100%;
}

body {
  font-family:"Dosis", serif;;
  font-style: normal;
  font-size: 16px;
}

input {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
}
.header-top{
  background-color: #FF6682;
  color: #ffffff;
  display: block;
  padding:2px 10px;
}
.header-contact{
  display: inline-flex;
  position: relative;
  padding-left: 25px;
  align-items: center;
}
.header-contact p{
  color:#ffffff;
  font-size: 14px;
  display: block;
  font-weight: 500;
  padding-top: 3px;
}
.header-contact img{
  height:30px;
  margin-right: 5px;
  display: inline-block;
}
.header-contact span{
  font-size: 12px;
  
}
header{
  background-color: #ffffff;
  padding:5px 0px;
}
header nav{
  background-color: none;
}
.logo img{
  height:75px;
}
.logo{
  font-weight: bold;
  color:#1A2D59;
  font-size:20px;
  margin-right:50px;
}
.navbar-expand-lg{
  padding: 0px;
}
.navbar-nav > li{
  margin:0px 5px;
  position: relative;
}
.navbar-nav > li > a{
  color:#56509F;
  padding:6px 0px;
  font-size: 17px;
  font-weight:600;
  border-bottom:2px solid #ffffff;
}
.navbar-nav li a:hover, .navbar-nav li a.active{
  border-bottom:2px solid #56509F;
  color:#56509F!important;
}
.navbar-nav .nav-item:hover .dropdown-menu{
  display: block;
}
.navbar-nav .dropdown-menu li a{
  border-bottom:2px solid #ffffff;
}

.main-banner{
  position: relative;
}
.banner-text{
  /*background-color: rgba(86,80,159,0.9);*/
  display: block;
  position: absolute;
  top:15vh;
  margin: auto;
  z-index: 1;
  width:800px;
  color:#ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding:30px 40px;
}

.banner-text span{
  text-transform: uppercase;
  font-size: 17px;
  display: block;
  margin-bottom:20px;
  letter-spacing: 2px;
}
.banner-text h1{
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom:15px;
  font-size:43px;
  line-height:38px;
  margin-bottom:20px;
}
.banner-text p{
  font-size: 17px;
  color:#ffffff;
  display: block;
  margin-bottom: 20px;
}
.theme-btn{
  display: inline-block;
  background: #ffffff;
  color:#1A1A1A;
  padding-top:20px;
  padding:10px 20px;
  font-weight:600;
  font-size: 15px;
  transition: all .5s;
  outline: none;
  border:none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border:1px solid #444444;
}
.theme-btn i{
  transition: transform 0.1s ease-in-out;
  display: inline-block;
}
.theme-btn:hover i {
  transform: translateX(5px); /* Moves arrow slightly to the right */
}

.theme-btn:hover{
  background: #EBC15B;
  color:#444444;
  border:1px solid #EBC15B;
}
.theme-btn-outline-white{
  display: inline-block;
  background: none;
  color:#ffffff;
  padding:10px 20px;
  font-size: 15px;
  transition: all 1s;
  outline: none;
  border:1px solid #ffffff;
  letter-spacing: 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.theme-btn-outline-white:hover{
  background: #EBC15B;
  border-color:#EBC15B;
  color:#1A1A1A;
}
.about-blocks{
  position: relative;
  padding:30px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #95CC47;
  padding-left:90px;
  height: 100%;
}
.about-blocks img{
  width: 50px;
  position: absolute;
  left: 20px;
}
.about-blocks *{
  color:#ffffff;
}
.about-blocks a{
  color:#ffffff;
}
.about-blocks h3{
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}
.about-blocks p{
  margin-bottom: 10px;
}
.about-blocks.orange{
  background: #FFAF40;
}
.about-blocks.pink{
  background: #FF6666;
}

.age-group{
  border-radius:20px;
  margin-bottom: 10px;
  min-height: 122px;
}
.age-group strong{
  margin-bottom:5px;
}
.age-group.green{
  border:2px solid #95CC47;
}
.age-group.orange{
  border:2px solid #FFAF40;
}
.age-group.pink{
  border:2px solid #FF6666;
}

#about{
  margin-top:-80px;
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
}
.story{
  background: #ffffff;
  border-radius:20px;
  -webkit-border-radius:20px;
  box-shadow: 2px 3px 0px rgba(79,82,192,0.2);
  -webkit-box-shadow: 2px 3px 0px rgba(79,82,192,0.2);
  background-image: url('../images/book.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) calc(100% - 15px);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
  text-align: left;
  height: 100%;
}
.story label{
  background: #FF6666;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  padding: 5px 19px;
  position: absolute;
  top: -17px;
  right: 29px;
  border-radius: 3px;
  font-weight: 500;
  display: none;
}
.story .position-relative{
  border-top:2px solid #FF6666;
}
.story h4{
  margin-bottom:10px;
  color:#56509F;
  font-size:20px;
}
.story p{
  margin-bottom: 15px;
  font-size: 15px;
  display: block;
  min-height: 211px;
  padding-bottom: 6px;
}
.story-pic{
  width: 100%;
  height:170px;
  object-fit: cover;
  object-position: center;
  background: #fbfbfb;
  object-fit: contain;
}
.building{
  position: absolute;
  right: 0px;
  bottom:0px;
  z-index: 1;
}
.about-section{
  background: #0C4992;
  padding:50px 0px;
  
}
.about-block img{
  height:40px;
  display: inline-block;
  margin-bottom:10px;
}
.about-block h3{
  color:#ffffff;
  font-size:22px;
  display: block;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.about-block p{
  color:#ffffff;
  font-size:14px;
  display: block;
}
.block-border{
  border-right:1px solid #ffffff;
  padding-right: 30px;
  margin-right: 10px;
}
.arrow-down{
  margin: auto;
  position: absolute;
  display: inline-block;
  left: calc(50% - 75px);
  z-index: 1;
}
.arrow-down img{
  height: 94px;
}
.about-img{
  width: auto;
  object-fit: cover;
  border-radius: 100px 0px 100px 0px;
}
.title{
  display: block;
  margin-bottom: 15px;
}
.title span{
  color:#FF6666;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 25px;
  position: relative;
}
.title h2{
  color: #56509F;
  font-size: 40px;
  display: block;
  line-height: initial;
  font-weight: 600;
  margin-bottom: 10px;
}


.title-white span, .title-white h2{
  color:#ffffff;
}

.stories{
  background: #FFF9F2;
  position: relative;
  margin-top: -70px;
}
.shape-bottom{
  position: absolute;
  bottom:0px;
  width: 100%;
}

.testimonial-slider-outer{
  max-width: 800px;
}
.gallery-section .slick-dots{
  display: none!important;
}
.gallery-section img{
  border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-indicators{
  max-width: 1194px;
  margin: auto;
  justify-content: start;
  bottom:10%;
  display: none;
}
.carousel-indicators button {
  width: 12px;
  height:2px!important;
  width:40px!important;
  background-color: #ccc;
}
.carousel-indicators .active {
  background-color: #D31245;
}
.img-banner{
  height:75vh;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.animate-swipe-right.swipe {
  animation: swipeRight 0.5s;
  opacity: 1;
}
.animate-swipe-left.swipe {
  animation: swipeLeft 1s;
  opacity: 1;
}
.animate-swipe-up.swipe {
  animation: swipeDown 1.5s;
  opacity: 1;
}
.animate-swipe-down.swipe {
  animation: swipeUp 1.5s;
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeLeft {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeDown {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeUp {
  0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.family-visit{
  padding-top: 150px!important;
}
.family-visit h3, .family-visit p{
  color:#ffffff;
  display: block;
  margin-bottom:20px;
  width:85%;
}
.family-visit img{
  margin-top: 10px;
}
.family-visit-block{
  border-left:1px solid #ffffff;
  border-top:1px solid #ffffff;
  padding: 30px;
}
.family-visit-shape{
  position: absolute;
  top:0px;
  z-index:2;
  margin-top:-2px!important;
  width: 100%;
}

.faq-outer{
  padding: 80px 0px 125px;
  overflow: hidden;
  background: #f2f1f6;
}

.inner-banner{
  background-color: #56509F;
  height:auto;
  width: 100%;
  padding:25px 0px;
  background-image: url('../images/banner-bg.png');
  background-repeat: no-repeat;
  background-position: calc(80vw - 200px) center;
}
.inner-banner img{
  height:160px;
  width: 100%;
  object-fit: cover;
  display: none;
}
.inner-banner h1{
  color:#ffffff;
  margin-bottom: 10px;
}
.breadcrumb{
  display: block;
  color:#ffffff;
  font-size: 14px;
  margin-bottom:5px;
}
.breadcrumb a{
  color:#ffffff;
}
.breadcrumb span{
  opacity: .7;
}

.best-service::before{
  content:'';
  position: absolute;
  top:0px;
  left:0px;
  bottom:0px;
  right:0px;
  background-color: rgba(0,0,0,0.65);
}
.best-service h2{
  color: #ffffff;
  font-size:40px;
  position: relative;
}
.team-info{
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom:0px;
  width: 100%;
  transition: all 0.5s;
}
.team-info span{
  font-size: 22px;
  font-weight: 600;
}
.team-info label{
  font-size: 14px;
}
.team{
  position:relative;
  overflow: hidden;
  background-color: #000000;
}
.team img{
  width: 100%;
  height: 375px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: luminosity;
  transition: all 500ms linear;
  transition-delay: 0.2s;
}
.team:hover .team-info{
  padding: 10px 10px 40px;
}

.team:hover img{
  transform: scale(1.1) rotate(0deg);
  opacity: 0.20;
  mix-blend-mode: normal;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
footer{
  position: relative;
  padding: 0px 0px 20px;
  background: #FFF9F2;
  border-top: 2px solid #56509F;
}
footer > img{
  position: absolute;
  bottom:100%;
  width: 100%;
}
footer h4{
  color:#56509F;
  font-size:20px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer h6{
  color:#595959;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: normal;
  margin-bottom:10px;
}
.footer-link a{
  color:#595959;
  font-size: 16px;
  display:block;
  margin-right: 20px;
  margin-bottom: 10px;
}
footer p{
  color:#595959;
}
.social-media{
  align-items: center;
}
.social-media a{
  width: 35px;
  height: 35px;
  border:1px solid #FF6682;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  color: #56509F;
  display: inline-flex;
  font-size:20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-right:7px;
}
.social-media a:hover{
  background: #56509F;
  color:#ffffff;
  border:1px solid #56509F;
}
.copright{
  padding:20px 0px 0px;
  border-top:1px solid #dddddd;
  display: block;
  margin-top:20px;
  font-size: 16px;
  text-align: center;
}
.history-title{
  color:#000000;
  font-size:30px;
  font-weight: bold;
  /* border-bottom:4px solid #D31245; */
  display: inline-block;
  padding-bottom:7px;
}
.history-section p{
  font-size: 14px;
  line-height: 24px;
}
.success-key{
  background-color: #2c2765;
}
.stats{
  display: block;
  position: relative;
  padding-left: 76px;
}
.stats span{
  color: #EBC15B;
  font-size: 35px;
  display: block;
  line-height: 36px;
  font-weight: 600;
}
.stats p{
  color:#ffffff;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  margin-top:3px;
}
.stats i{
  background: #ffffff;
  color: #2c2765;
  font-size: 31px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  position: absolute;
  left: 0px;
  top: 0px;
} 
.gallery-outer .img-responsive{
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.nav-tabs button, .nav-tabs button:hover{
  font-size: 15px!important;
  color:#1A2D59;
  font-weight: 500;
}
.nav-tabs button.active{
  color:#D31245!important;
}

.contact-info1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-icon {
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 90px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 30px;
  color: #D31245;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.contact-detail {
  padding-left: 20px;
}
.contact-detail label {
  font-size: 14px;
  display: block;
}
.contact-detail span {
  color: #252525;
  font-size: 16px;
  font-weight: 500;
}
.send-message {
  width: 100%;
  padding: 25px 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.send-message h3 {
  font-size: 24px;
  display: block;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  color:#252525;
}
.form-field {
  display: block;
  margin-bottom: 20px;
}
.form-field label {
  font-size: 15px;
  display: block;
  color: #252525;
  margin-bottom: 5px;
}
.form-input, .form-select {
  border: 1px solid #aaaaaa;
  display: block;
  padding: 8px 13px;
  font-size: 14px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
.form-textarea {
  border: 1px solid #A6B1C8;
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 188px;
  resize: none;
}


.read-more {
  font-size: 14px;
  color: #141B22;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease-in-out;
}

/* Move arrow on hover */
.read-more i {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

/* Underline effect */
.read-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* Distance from text */
  width: 0%;
  height: 2px;
  background-color: #FF5733; /* Underline color */
  transition: width 0.3s ease-in-out;
}
.story-details .read-more{
  position: static;
}

/* Hover effect */
.read-more:hover {
  color: #FF5733; /* Change color on hover */
}

.read-more:hover i {
  transform: translateX(5px); /* Moves arrow slightly to the right */
}

.read-more:hover::after {
  width: 100%; /* Expands underline */
}



.family-visit{
  background-image: url('../images/meme.png');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.family-visit::after{
  content:'';
  width: 100%;
  height: 100%;
  background-color: rgba(61,61,156,0.9);
  left: 0px;
  top:0px;
  z-index: 1;
  position: absolute;
}
.family-visit .row{
  position: relative;
  z-index: 2;
}
.faq-wrapper{
  border-radius:20px;
  -webkit-border-radius:20px;
  box-shadow: 2px 3px 0px rgba(79,82,192,0.2);
  -webkit-box-shadow: 2px 3px 0px rgba(79,82,192,0.2);
  display: block;
  padding:30px 40px;
  background: #ffffff;
  max-width: 100%;
  margin: auto;
}
.faq-wrapper h2{
  color:#56509F;
  font-size:32px;
  display: block;
  color:#56509F;
}
.accordion-button, .accordion-body, .accordion-item{
  background: none!important;
  border:none!important;
  box-shadow: initial!important;
  padding:7px 0px!important;
}
.faq-wrapper .accordion-button{
  font-size: 20px!important;
  color: #141B22!important;
  padding: 10px 0px!important;
  font-weight: 500;
}
.faq-wrapper .accordion-item{
  display: block;
  border-bottom:1px solid #DDDDDD!important;
}

.subscribe-outer{
  background-color: #56509F;
  display: flex;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  align-items: center;
  top: -60px;
  position: relative;
}
.subscribe-outer span{
  flex:1;
  font-size: 30px;
  color:#ffffff;
}
.subscribe{
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  width: 500px;
  max-width: 100%;
  display: flex;
}
.subscribe input{
  border:none;
  flex:1;
  padding-right: 10px;
}
.footer-logo{
  margin-bottom: 20px;
  height: 82px;
}
.footer-about p{
  width: 70%;
  font-size: 16px;
}
.get-in-touch p{
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  width: 90%;
}
.get-in-touch p i{
  position: absolute;
  color: #56509F;
  left: 0px;
  top:0px;
}
.social-media p{
  font-size: 16px;
}
.floating-icons{
  position: fixed;
  right: 20px;
  bottom:20px;
  z-index: 10;
}
.floating-icons a img{
  height: 50px;
}
.carousel-control-prev{
  left:-25px;
}
#about .container{
  position: relative;
  z-index: 3;
}
.group-img {
  height: 300px;
  background-image: url(../images/meme.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.mission-title {
  color: #21397D;
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 7px solid #FF6682;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.mission-section{
  margin-bottom:60px;
}
.management-img{
  border:1px solid #dddddd;
  padding: 17px;
  border-radius: 10px;
}
.management-img img{
  display: block;
  margin-bottom:15px;
}
.management-img h5{
  font-size: 18px;
  color:#56509F;
}
.management-img p{
  font-size: 13px;
}
.dropdown-item.active, .dropdown-item:active{
  background: none;
}
.inner-content h5 strong{
  color:#56509F;
}
.card ul{
  padding-left:0px;
  list-style: none;
}
.card ul li{
  position: relative;
  padding:8px 0px 8px 18px;
  border-bottom:1px solid #dddddd;
  font-size: 17px;
}
.inner-content ul li:before{
  content:'\F285';
  font-family: "bootstrap-icons";
  position: absolute;
  top:11px;
  left:0px;
  font-size: 13px;
}
.inner-content img{
  border-radius: 50px 0px 50px 0px;
}
.inner-content h4{
  color: #56509F;
}


.testimonial-slider {
  width:100%;
  margin: auto;
  text-align: center;
  height:384px;
  background: #FF6666;
  display: flex;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius:20px;
}

.testimonial {
  padding: 20px;
}
.testimonial img{
  width: 100px;
  height: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  object-fit: cover;
  margin: auto;
  margin-bottom: 15px;
  border:3px solid #ffffff;
}

.testimonial p {
  font-size:22px;
  color:#ffffff;
  font-weight: 500;
}

.testimonial h4 {
  margin-top: 10px;
  font-weight: bold;
  color: #ffffff;
  font-size:18px;
}
.testimonial-slider .slick-dots > li{
  width: 10px;
  height: 10px;
}
.testimonial-slider .slick-dots button{
  border:1px solid #FF6666;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}
.testimonial-slider .slick-dots button::before{
  display: none;
}
.testimonial-slider .slick-dots .slick-active button{
  background-color:#FF6666;
}
.faq-outer h3{
  color: #56509F;
}
.age-group-right, .card{
  border:2px solid #56509F;
  border-radius: 10px;
  padding: 20px;
}
.facility-left{
  padding-left: 0px;
  list-style: none;
  margin-bottom: 20px;
}
.facility-left li{
  margin-bottom: 5px;
}
.facility-left i{
  margin-right: 5px;
  color: #56509F;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}
.services{
  border: 1px solid #dddddd;
  padding: 31px;
  height: 100%;
}
.services span{
  width:100px;
  height:100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border:2px solid #FF6682;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  margin-bottom:10px;
  transition: transform 0.3s ease-in-out;
}
.services:hover span {
  transform: scale(1.2);
}
.services span img{
  height:50px;
}
.services h6{
  font-size: 20px;
  font-weight:600;
  display: block;
  margin-bottom:8px;
}
.services p{
  font-size:16px;
}

.contact-form input, .contact-form textarea{
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  border-radius:10px;
  line-height: 18px;
  padding: 14px 20px;
  color: #545454;
  margin-bottom: 10px;
  font-size: 16px;
}
.contact-form textarea{
  height:100px;
  resize: none;
}
.contact-right .services{
  position: relative;
  text-align: center;
  border:none;
  padding:0px;
}

.contact-right .services span{
  margin: auto;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
.contact-right .services span img{
  height: 50px;
}
.contact-form-wrapper{
  max-width: 1000px;
  margin: auto;
}
.service-card {
  transition: transform 0.3s ease-in-out;
  padding: 10px;
  height: 100%;
}
.service-card:hover {
  transform: translateY(-5px);
}
.service-card .theme-btn{
  margin-top: 20px;
}
.dropdown-toggle::after{
  top: 2px;
  position: relative;
  margin-left: 0px;
}
.navbar-nav .dropdown-menu.show{
  display: none;
}
.inner-content h5{
  color:#252525;
  font-weight: normal;
  /* font-size: 17px; */
}
.fixed-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
.counter {
  font-size: 2rem;
  font-weight: bold;
  color: #ff5733;
}


/* Modal (popup) background */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Modal content (image) */
.modal-content {
  max-width: 80%;
  max-height:80vh;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
  width:80%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* Close button */
.close {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.close:hover {
  color: #ff5733;
}

/* Next & Previous buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  user-select: none;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.prev { left: 20px; }
.next { right: 20px; }
.datepicker{
  padding: 10px 13px;
}
.active.day, .month.focused.active{
  background: #FF6682 !important;
}
.datepicker .prev, .datepicker .next{
  top:17px;
  background: none;
  color: inherit;
}

.prev:hover, .next:hover {
  background: rgba(255, 255, 255, 0.2);
}
.motto-vision{
  position: absolute;
  right: 13px;
  bottom:0px;
  padding:0px 0px 0px;
  background:rgba(255, 255, 255, 0.8);
  z-index:1;
  width:400px;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  flex-direction: column;
}
.motto-vision h3{
  padding: 15px 20px;
  display: flex;
  color:#ffffff;
  justify-content: space-between;
  background:#56509F;
  border-radius: 10px 10px 0px 0px;
}
.motto-vision p{
  padding: 15px 20px 15px;
  display: block;
  color:#000000;
  border-top:1px solid rgba(0, 0, 0, 0.2);
  height:110px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: color-mix(in srgb, #ffffff 20%, transparent) transparent;
  background: rgba(255, 255, 255, 0.4);
}
.motto-vision i{
  font-size: 20px;
  color:#ffffff;
}
.motto-text.hidden {
  display: none;
}
.search-top{
  width:200px;
  height: 30px;
  display: inline-block;
  background: #ffffff;
  border-radius:4px;
  -webkit-border-radius:4px;
  position: relative;
  padding-right: 20px;
}
.search-top input{
  background: none;
  border:none;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
  font-size: 15px;
}
.search-top i{
  position: absolute;
  top: 4px;
  right: 7px;
  color: #444444;
  font-size: 15px;
}
.about-blocks{
  position: relative;
}
.about-blocks > i{
  position: absolute;
  left: 35px;
  top: 24px;
  font-size: 33px;
}

.about-row{
  border:1px solid #dddddd;
  padding:10px 18px;
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #ffffff;
  /* border-bottom:2px solid #dddddd; */
  box-shadow: 2px 3px 0px rgba(79, 82, 192, 0.2);
  -webkit-box-shadow: 2px 3px 0px rgba(79, 82, 192, 0.2);
}
.about-row h3{
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}
.about-row p{
  display: block;
  margin-bottom:3px;
  font-size: 16px;
}
.about-row a{
  color:#FF6666;
}
.our-treat{
  border:1px solid #dddddd;
  padding: 15px;
  height: 100%;
}
.our-treat span{
  font-size:16px;
  text-transform: uppercase;
  font-weight:600;
  display: block;
  text-align: center;
  margin-top: 25px;
  line-height: 22px;
  color: #56509F;
}
.our-treat img{
  height:100px;
  width: auto;
}
.mobile-link{
  display: none;
}
.mobile-link a{
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color:#000000!important;
}
#about h2{
  color: #56509F;
}


.modal-backdrop{
  z-index: 1;
}
.modal-content{
  margin: auto;
}
.date-field{
  position: relative;
}
.date-field i{
  position: absolute;
  right:10px;
  top:4px;
}
textarea.form-control{
  resize: none;
}

.video-card iframe, .video-card video{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius:10px;
  -webkit-border-radius:10px;
}
.video-card{
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 3px 20px 0px #dddddd;
}


.quick-view{
  border-bottom:2px solid #56509F;
  padding: 30px 0px;
}
.quick-view img{
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.video-title{
  background: #f5f5f5;
  padding: 15px;
  border-left: 5px solid #56509F;
  font-size: 23px;
  font-weight: 600;
}
#aboutSlider img{
  height: 431px;
  width: 100% !important;
  object-fit: cover;
}
#interventionAccordion h2 button{
  font-size: 22px !important;
  font-weight: 600;
}
#about .accordion-item{
  padding:10px;
}
#about .accordion-item {
  padding: 10px !important;
  border-bottom: 1px solid #dddddd !important;
  margin-bottom: 0px;
  border-radius: 5px !important;
}

.accordion-button:not(.collapsed){
  color:#56509F;
}
.inner-content ul{
  list-style: none;
  padding-left: 0px;
}
.inner-content ul li{
  position: relative;
  padding-left: 18px;
}
#about .accordion-body strong{
  font-weight:600!important;
}
p strong{
  font-weight:600!important;
}

.accordion-body{
  color: #444444;
}
#interventionAccordion h2 button{
  color: #56509F;
}
.accordion-item{
  background: #ffffff!important;
}
.banner-main .theme-btn, .banner-main .theme-btn:hover{
  border:1px solid #ffffff;
  background: #ffffff!important;
  color:#444444;
}
.story-details{
  display: flex;
  flex-direction: column;
}
.simple-ul li:before{
  top:5px!important;
}
.simple-ul li{
  margin-bottom:5px;
}
#aboutSlider .carousel-control-prev{
  left: -2px;
}
.banner-text h1{
    text-shadow: 0px 2px 7px #000;
    -webkit-text-shadow: 0px 2px 7px #000;
    line-height: 54px;
    font-weight: bold;
}
.img-banner{
    object-position: top;
}


@media only screen and (max-width:13600px) {
  .logo{
    margin-right: 25px;
  }
  .stats span{
  display: inline;
}
}

@media only screen and (max-width:1200px) {
  .banner-results{
    display: none;
  }
  .carousel-indicators{
    left: 45px;
  }
  .img-banner {
    height: 480px;
  }
  .about-blocks h3{
    font-size: 18px;
  }
  .about-blocks p{
    font-size: 13px;
  }
  .title h2{
    font-size:35px;
  }
  .stories{
    margin-top: -42px;
  }
  .contact-form-wrapper {
    max-width: 928px;
    margin: auto;
    padding: 0px 15px;
  }
  .logo{
    margin-right:20px;
  }
  .logo img {
    height: 60px;
  }
  .navbar-nav > li {
    margin: 0px 3px;
  }
  .online-therapy{
    display: none;
  }
}

@media only screen and (max-width:992px) {
  .img-banner {
    height: 400px;
  }
  .banner-text{
    top:84px;
  }
  .banner-text h1{
    font-size: 30px;
  }
  
  .block-border{
    border:none;
    padding: 0px;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid rgba(255,255,255,.2);
  }
  .about-img{
    margin: 50px 0px;
  }
  .mission-section .border-end {
    border-right:none!important;
    border-bottom:1px solid rgba(255, 255, 255, .2) !important;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .history-title{
    margin-bottom: 20px;
  }
  .contact-left{
    margin-bottom: 30px;
  }
  header .social-media{
    display: none;
  }
  .banner-text {
    top: 59px;
  }
  .banner-text{
    padding: 24px;
  }
  #about {
    margin-top: 40px;
  }
  .banner-text{
    width: 400px;
  }
  .about-img{
    height: auto;
    width: 100%;
    margin: 0px;
  }
  .subscribe{
    width: 50%;
  }
  .subscribe-outer span{
    font-size:26px;
    margin-bottom: 10px;
  }
  .family-visit {
    padding-top: 70px !important;
  }
  
  .banner-text span{
    margin-bottom: 4px;
  }
  .banner-text h1{
    margin-bottom:10px;
  }
  .banner-text p{
    margin-bottom:10px;
  }
  .theme-btn{
    padding: 7px 20px;
  }
  .banner-text span{
    font-size: 14px;
  }
  .our-treat-outer{
   /* flex-direction: column;*/
  }
  .book-appointment{
    display: none;
  }
  .mobile-link{
    display: block;
  }
}
@media only screen and (max-width:575px) {
  .banner-text{
    margin: 0px 10%;
    width: 80%;
    left: 0px;
  }
  .banner-text h1 {
    font-size: 22px;
  }
  .about-section {
    padding: 50px 15px;
  }
  .navbar-nav li a{
    padding: 16px 0px;
  }
  .about-img{
    height: auto;
  }
  .img-banner {
    height: 284px;
  }
  .header-top .social-media{
    display: none;
  }
  .nav-tabs .nav-link{
    width: 100%;
    border:1px solid #dddddd!important;
    border-radius: 0px;
  }
  .nav-tabs .nav-item{
    width: 100%;
  }
  .subscribe-outer{
    flex-direction: column;
  }
  .subscribe {
    width: 100%;
  }
  .stories {
    margin-top: -17px;
  }
  .banner-text h1{
    line-height: 25px;
  }
  .banner-text p {
    font-size: 13px;
  }
  .banner-text{
    top:30px;
  }
  .carousel-control-prev {
    left: 0px;
  }
  .faq-wrapper{
    padding: 20px;
  }
  .services{
    text-align: center;
    padding:20px;
  }
  .services span{
    margin: auto;
    margin-bottom: 15px;
  }
  .search-top{
    display: none;
  }
  .navbar-nav .dropdown-menu li a{
    padding: 10px;
  }
  .our-treat span {
    font-size: 22px;
  }
  .faq-outer h3{
    font-size: 30px;
  }
  .header-contact{
    padding-left: 0px;
    padding-top: 5px;
  }
  .navbar-nav li a {
      padding: 10px 0px;
  }
  .banner-text{
      height: 100%;
      top: 0px;
      display: flex;
      align-items: start;
      flex-direction: column;
      justify-content: center;
      width: 100%;
  }
  .mission-section{
    margin-bottom: 0px;
  }
  .mission-section p{
    padding-left: 17px;
    margin-top: -10px;
  }
  .mission-section .row{
    position: relative;
  }
  .mission-section .row > div{
    margin-bottom:20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .mission-section .row > div:last-child{
    border:none;
    margin-bottom: 0px;
  }
  .mission-section i{
    position: absolute;
    right: 15px;
    font-size: 34px;
  }
  .mission-section{
    padding: 0px 12px;
  }
  .nav-item button{
    font-size: 17px;
  }
}