/* ----------- Section Slider ----------------------- */
#slider{ 
    padding: 8% 0 0 0;
    background: #1C3153;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#slider h1{
    font: 700 65px / 65px "Sen";
    letter-spacing: 0;
    color: #fff;
}
.slider-img{
  position: relative;
  z-index: 1;
      margin-top: 30px;
}
.slider-img img{
 position: relative;
    top: 106px;
}
.slider-img::after{
 content: '';
  position: absolute;
  width: 65%;
    padding-bottom: 50%;
  background: #E6D0B6;
  border-radius: 50%;
  clip-path: inset(0 0 50% 0);
  margin: 0 auto;
  z-index: -1;
  left: 0;
  right: 0;
  top:0;
   animation: floatMove 6s ease-in-out infinite;
}

@keyframes floatMove {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
#slider .hvr-bounce-to-right::before {
  background: #fff;
}
.slide-button a:hover{
  color: #1C3153;
}

/* ---------------- Section Our Services ------------------- */
#our-services {
  background-color: #F4F8FB;
      padding: 5% 0;
}
#our-services .service-inner {
  background-color: #E6D0B6;
    padding: 25px 20px 120px;
  border-radius: 0;
}
#our-services .services-small-title,#our-features .feature-main-content span{
  font:500 30px/48px "Sacramento";
  letter-spacing: 1px;
  color: #0f0f0f;
  display: inline-block;
}

#our-services .our-services-content:hover .service-inner {
  background-color:#1C3153;
}
#our-services .our-services-content:hover a, #our-services .our-services-content:hover .services-text{
  color: #fff;
}
#our-services .our-services-content:hover img{
  border-color: #fff;
}
#our-services .all-services a {
    margin: 10px auto;
    position: relative;
    z-index: 1;
    letter-spacing: 0px;
    text-align: center;
    background-color: #1C3153;
    padding: 14px 35px;
    display: inline-block;
    border-radius: 50px;
    font: 600 20px / 30px "Sen";
    color: #ffffff;
}
#our-services .all-services:before,#our-services .all-services:after{
    content: "";
    height: 3px;
    background-color: #eceef1;
    display: block;
    margin-top: 0;
}
#our-services .services-text {
    font: 100 15px / 26px "Sen";
    color: #0F0F0F;
}
#our-services .service-img img {
    border-radius: 50%;

}
#our-services .service-img{
    border-radius: 50%;
  /* margin: 0 auto; */
  margin: -90px auto 0;
  width: max-content;
  position: relative;
  border: 10px solid #fff;
}

/* Circle border animation layer */
#our-services .service-img::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: -10px; /* match border thickness */
  border-radius: 50%;
  border: 10px solid transparent;
  border-top-color: transparent; /* initial color */
  transform: rotate(0deg);
  transition: border-color 0.3s ease;
  z-index: 1;
  animation: none;
}

#our-services .our-services-content:hover .service-img::before {
  border-color: #E6D0B6;
  animation: rotateCircle 1s linear forwards;
}

/* Border drawing animation */
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
    border-color: #E6D0B6 transparent transparent transparent;
  }
  to {
    transform: rotate(360deg);
    border-color: #E6D0B6 #E6D0B6 #E6D0B6 #E6D0B6;
  }
}
#our-services .our-services-content a {
  font: 700 26px / 40px "Sen";
  color: #0f0f0f;
  display: inline-block;
}
#our-services .our-services-content{
  text-align: center;
  margin-top: 8%;
  border-radius: 3px;
}
#our-services .all-services{
  position: relative;
}
.all-services:before {
  position: absolute;
  background: #e1dee0;
  width: 38%;
  top: 50%;
  left: 0;
}
.all-services:after{
  position: absolute;
  background: #e1dee0;
  width: 38%;
  top: 50%;
  right: 0;
}
/*-------------------- Section Appointment ------------------------- */
#appointment{
  background-color: #E6D0B6;
  padding: 0 0 10em;
  position: relative;
}
#appointment .appointment-content{
  padding-top: 5%;
  padding-bottom: 0px;
}

#appointment .appointment-shortcode {
  padding: 35px;
  background-color: #fff;
  position: absolute;
  top: 57%;
  left: 0;
  width: 75%;
  right: 0;
  margin: 0 auto;
  box-shadow: 0px 3px 13px #1B1B1B0F;
}
#appointment .appointment-content span,#appointment .appointment-content .contact-sub-title{
  margin: 0 auto;
  display: block;
  letter-spacing: 1px;
  padding: 0 0 15px 0;
  font: 500 30px/28px "Sacramento" !important;
  color: #1C3153;
}
#appointment .appointment-shortcode span,.newsletter-form-box span,.wpcf7 form .wpcf7-response-output{
  font: 500 14px/18px "sen" !important; 
  color: #f00 !important;
}
.wpcf7 form .wpcf7-response-output{
  width: 50%;
}
#appointment .appointment-shortcode input,#appointment .appointment-shortcode select,#appointment .appointment-shortcode textarea{
  background-color: #f5f8f9;
  border:none;
  border-radius: 50px;
  padding: 16px 20px;
  width: 100%;
  font:700 14px/20px "Sen";
  color: #6e8480;
}
#appointment .appointment-shortcode textarea {
  border-radius: 10px;
  height: 120px;
  margin-bottom: 0;
}
#appointment .appointment-shortcode input::placeholder,#appointment .appointment-shortcode textarea ::placeholder,#appointment .appointment-shortcode select option{
  font:700 14px/20px "Sen";
  color: #6e8480;
}
#appointment .appointment-shortcode input[type="email"]{
  margin-top: 20px;
}
#appointment .appointment-shortcode input[type="submit"] {
  background-color: #E6D0B6;
  padding: 8px 27px;
  display: inline-block;
  border-radius: 50px;
  font: 600 18px / 35px "Sen";
  color: #1C3153;
  margin-top: -15px;
}
#appointment .appointment-shortcode input[type="submit"]:hover{
  background-color: #1C3153;
  color: #fff;
}
#appointment .appointment-content span{
  padding:0;
}
#visits:after {
  content: '>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

/*------------------------our-feature -------------------*/
#our-features {
  background-color: #F4F8FB;
  padding-top: 15%;
      padding-bottom: 5%;
}

#our-features .feature-main-content {
  max-width: 35%;
  margin: 0 auto 2%;
}
#our-features .feattitle a {
    font: 700 22px / 27px "Sen";
    color: #111111;
    letter-spacing: 0;
    margin-bottom: 12px;
}
#our-features .our-features-content img {
    width: 100%;
    height: 100%;
    padding: 25px;
}
.our-features-img{
    margin-bottom: 15px;
    background-color: #E6D0B6;
    width: 110px;
    height: 110px;
    border-radius: 80px;
    padding: 5px;
    margin: 0 auto 20px;
}
#our-features .our-features-content p{
    font: 400 15px / 30px "Sen";
    color: #1C3153;
        display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#our-features .feature-read-more{
  display: block;
  padding: 0 0 15px;
  font: 700 18px / 28px "Sen";
  color: #0f0f0f;
}
#our-features .feature-read-more:hover{
  color: #111111;
}
#our-features .our-features-content{
  position: relative;
  z-index: 1;
}
#our-features .our-features-content::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 8px;
  background-color: #E6D0B6;
  transition: height 0.3s ease-in-out;
}
#our-features .our-features-content:hover::after{
  background-color: #1C3153;
  height: 100%;
}
#our-features .our-features-content {
  padding: 6% 5% 4% 5%;
}
#our-features .our-features-content:hover h3,#our-features .our-features-content:hover p, #our-features .our-features-content:hover a{
  color: #fff;
}
#our-features .our-features-content:hover  .our-features-img{
  background: #fff;
}
#our-features .our-features-content:hover img{
      animation: 0.5s ease-in-out 0s 1 normal none running swing;

}
/*------------------- why choose us ----------------------*/
#why-choose-us .choose-content {
  background-color: #1C3153;
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  z-index: 9999;
}
#why-choose-us{
  position: relative;
  background-color: #eceef17a;
  z-index: 1;
}
#why-choose-us .choose-inner {
    padding: 3em 15em 2em 18em;
}
#why-choose-us .choose-inner span {
  font: 500 30px/40px "Sacramento";
  color: #ffffff;
  letter-spacing: 1px;
}
#why-choose-us .choose-inner h2 {
    font: 700 50px / 60px "Sen";
    color: #ffffff;
    width: 70%;
    margin-bottom: 30px;
}
.choose-right-img {
  clip-path: polygon(13% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 685px !important;
  position: absolute !important;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.choose-right-img img{
   width: 100%;
       height: 100%;
}
#why-choose-us .no-box {
    font: 700 95px / 80px "Sen";
    color: rgb(220 216 216 / 50%);
    display: flex;
    align-items: center;
    -webkit-animation: blink 1.8s infinite alternate;
}
#why-choose-us .choose-text h4 {
  font: 700 18px/30px "Sen";
  color: #ffffff;
  margin-bottom: 0;
}
#why-choose-us .choose-text p {
font: 400 15px / 20px "Sen";
  color: #ffffff;
  margin: 0;
}
.choose-us-box{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#why-choose-us .choose-us-box:last-child{
  /*padding-bottom: 25px;*/
}
.no-box::after,.no-box::before{
  content: '';
  background-color: #1C3153;
  height: 100%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  position: absolute;
  left: 48%;
  top: 50%;
  z-index: 1;
  border-radius: 5px 5px;
  transition: all 0.5s 
  ease-in-out 0.2s;
}
.choose-us-wrapper:hover .no-box::before{
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.choose-us-wrapper:hover .no-box::after{
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}
/*------------------- Section covids symptons ----------------------*/
#symptoms-us{
  background: #E6D0B6;
}
.symptoms-content span {
  font:500 30px/38px "Sacramento";
  color: #0e0e0e;
}

.symptoms-content p {
    font: 400 16px / 25px "Sen";
    color: #000000;
    margin-top: 10px;
}
.symptoms-content .choose-text {
  margin: 20px 0;
}
.symptoms-content .choose-text h2 {
  font: 700 20px / 36px "Sen";
  color: #1C3153;
  letter-spacing: 0;
}
.symptoms-content .choose-text p {
  font: 400 16px / 25px "Sen";
  color: #000000;
  margin:0;
}
#symptoms-us .symptoms-content .choose-us-wrapper {
  margin: 35px 0;
}
#symptoms-us .symptoms-right-img img{
box-shadow: -25px 25px 0px -1px #ffffff;
}
#symptoms-us .no-box img{
  box-shadow: -8px 8px 0px -1px #ffffff;
}
.symptoms-right-img {
  margin-top: 4em;
}
#symptoms-us .symptoms-right-img:hover img{
  box-shadow: -25px 28px 0px 2px #1C3153;
  transition: all 0.5s  ease-in-out 0.2s;
}
/*------------------- Section About Us ----------------------*/
#about-us{
  margin-top: -20px;
  padding-bottom: 3%;
}
#about-us .hvr-bounce-to-right:before{
  background-color: #fff;
}
#about-us .about-us-content span{
  letter-spacing: 1px;
  font:500 30px/40px "Sacramento";
  color: #fff;
}

#about-us .about-us-content p {
  padding-top: 5px;
  font:400 16px/36px "Sen";
 color: #fff;
}
#about-us .about-us-content a{
  margin: 10px auto;
  position: relative;
  z-index: 1;
  letter-spacing: 0px;
  text-align: center;
  background-color: #E6D0B6;
  padding: 14px 50px;
  display: inline-block;
  border-radius: 50px;
  font: 600 20px / 30px "Sen";
  color: #1C3153;
}

#about-us  .sec-heading{
   color: #fff;
}
/*--------------------- How to protects ---------------------*/
#how-it-work .work-head{
  padding: 0px 0;
}
#how-it-work .work-head span{
  font:500 30px/28px "Sacramento";
  color: #0f0f0f;
}

#how-it-work .blog-titles p {
  margin: 25px 0 2em;
  font: 700 22px / 26px "Sen";
  color: #1C3153;
}
#how-it-work .work-blog-content {
  background-color: #1C3153;
  margin: 15px 0 25px;
  padding: 25px;
  position: relative;
  z-index: 0;
}
#how-it-work .work-blog-content span {
font: 700 22px / 45px "Sen";
  color: #ffffff;
}
#how-it-work .work-blog-content p {
  font: 400 16px / 28px "Sen";
  color: #ffffff;
}
#how-it-work .blog-titles p span.last_slide_head{
  color: #2a537f;
}
#how-it-work .work-blog-content img{
  border: 5px solid #fff;
  border-radius: 50%;
  width: 100%;
}
#how-it-work .work-blog-content::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width:0;
    background-color: #E6D0B6;
    transition: width 0.3s ease-in-out;
}
#how-it-work .work-blog-content:hover::after{
    background-color: #E6D0B6;
    width: 100%;
}
#how-it-work .work-blog-content:hover span,#how-it-work .work-blog-content:hover p {
  color: #1C3153;
}
/*--------------------- Section Testimonials ---------------------*/
.home #testimonials {
  background-color: #fff;
  margin-top: -150px;
}
#testimonials .testimonial-main-content{
  margin-bottom: 20px;
}
#testimonials span.testi-small-title {
  font: 500 30px/38px "Sacramento";
  color: #0f0f0f;
}
#testimonials .testimonials-wrqpper{
  padding-top: 20px;
  padding-bottom: 50px;
}
#testimonials .testimonials-contents p{
  font: 500 17px / 30px "Sen";
  color: #0f0f0f;
  padding-bottom: 86px;
  max-width: 75%;
  margin: 0 auto;
}
#testimonials .client-image:before {
  content: "";
  width: 3px;
  height: 54px;
  position: absolute;
  top: -73px;
  background: #1C3153;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#testimonials .testimonials-contents img{
  border-radius: 50%;
}
#testimonials .testimonials-contents .client-title{
  font: 500 25px/45px "Sen";
  color: #0f0f0f;
  display: block;
  padding-top: 10px;
}
#testimonials .testimonials-contents .client-desig{
  font: 400 18px/20px "Sen";
    color: #1C3153;
}
#testimonials .testimonials-contents .client-image{
  display: inline-block;
  position: relative;
}
#testimonials .owl-carousel .owl-nav i{
    color: #1C3153;
  font-size: 25px;
}
#testimonials .owl-carousel .owl-nav{
      position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 25%;
    bottom: 15%;
}
/* #testimonials button.owl-prev {
  position: absolute;
  left: 38%;
  top: 55%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
  outline: none;
}
#testimonials button.owl-next {
  position: absolute;
  right: 38%;
  top: 55%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
  outline: none;
} */
/*--------------- Section Our Gallery ------------------------*/
#our-gallery{
  background-color: #eceef1;
}
#our-gallery .our-gallery-head{
  padding-bottom: 40px;
}
#our-gallery .our-gallery-head span{
  font: 500 30px/40px "Sacramento";
  color: #0f0f0f;
}
#our-gallery .our-gallery-head h2{
  font: 700 43px/45px "Sen";
  color: #2a537f;
}
#our-gallery .gallery-shortcode{
  overflow-x: hidden;
}
.vw_gallery_front li{
  position: relative;
}
.vw_gallery_front img {
  width: 100%;
  padding: 15px;
}

/*------------- Section Our Team --------------------*/
#our-teams{
  padding:5em 0;
}
#our-teams .our-teams-head,#our-teams .our-teams-contents{
  padding: 15px;
}
#our-teams .our-teams-head span{
  font:500 30px/38px "Sacramento";
  color: #bbbbbb;
}

#our-teams .our-teams-contents img{
  border-radius: 50%;
  box-shadow: 0px 5px 30px 0px rgba(214,215,216,0.57);
}
#our-teams .our-teams-contents .teams-title{
  padding-top: 15px;
  display: block;
  font: 600 26px/45px "Sen";
  color: #000000;
}
#our-teams .our-teams-contents .teams-desig{
  font: 400 15px/25px "Sen";
  color: #8d8d8d;
}
/*----------------- Section Newsletter ---------------------------*/
#newsletter{
  padding: 0;
}
#newsletter .left-box{
  padding: 10% 5% 30px 20%;
}
#newsletter .right-box{
  padding: 5% 10% 8% 8%;
  height: 100%;
  background-color: #ffffff;
}
#newsletter .news-box,#newsletter .banner-box{
  padding: 0;
  margin:0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#newsletter span {
  font: 500 30px/38px "Sacramento";
  color: #f4f8fb;
}
#newsletter .news-box h3 {
  color: #ffffff;
  margin: 0% 2% 5% 0;
}
.newsletter-form-box{
  position: relative;
}
#newsletter input[type="email"] { 
    border: 3px solid #fff;
    font-size: 16px;
    padding: 16px 19px;
    margin: 0 0 0px 0;
    height: auto;
    width: 100%;
    background: transparent;
    max-width: 92%;
    border-radius: 50px;  
}
#newsletter input::placeholder{
  font:400 14px/38px "Sen";
  color: #ffffff;
}
#newsletter input[type="submit"] {
   padding: 8px 35px;
    font: 700 18px / 40px "Sen";
    color: #00386c;
    border: none;
    background-color: #fff;
    border-radius: 50px;
    right: 1em;
    position: absolute;
    top: 0;
}
#newsletter input[type="submit"]:hover{
  background: #E9D5BE;
}
.banner-box h3{
  font: 700 40px / 45px "Sen";
  color: #1C3153;
  margin:0;
}
.box-inner2{
  max-width: 36% !important;
}
.banner-box .right-box p {
  font: 400 16px/30px "Sen";
  color: #121212;
  margin: 1em 1em 1em 0em;
  text-align: left;
}
.banner-box .right-box .app-outer .text-b-inner p{
  font: 400 16px/25px "Sen";
  color: #00386c;
  margin: 5% 0% 0% 0%;
  text-align: left;
}
.banner-box .right-box .box-inner1 i{
  margin-left: 16px;
}
.banner-box .right-box .box-inner-text1{
  padding-left: 0px !important;
}
#emergency-contact .left-innerbox1{
    display: block;
    text-align: right;
}
#emergency-contact .left-innerbox2{
    display: block;
    text-align: left;
}
#emergency-contact .left-box p{
  font: 100 15px / 24px "Sen";
  color: #FFFFFF;
}
.left-inner .icon-b-inner,#emergency-contact .left-inner .icon-b-inner{
  display: inline-flex;
  align-items: center;
}
#emergency-contact .app-outer .left-inner i{
  color: #E9D5BE;
  margin-right: 5px;
  padding: 12px 0;
}
.banner-box .right-box .left-inner i{
  color: #1C3153;
  margin-right: 5px;
  padding: 12px 0;
}
.banner-box .right-box .left-inner a:hover,#emergency-contact .left-inner a:hover{
    background-color: #E9D5BE;
    border: 3px solid #E9D5BE;
    color: #1C3153;
}
.banner-box .right-box .left-inner:hover a,.banner-box .right-box .left-inner:hover i,#emergency-contact .left-inner:hover a,#emergency-contact .left-inner:hover i{
  color: #1C3153;
}
.left-box .wpcf7-spinner{
    position: absolute;
    right: -35px;
    top: 15px;
    margin: 0 5px;
}
/*-------------- Section Our Blogs -----------------*/
#our-blogs{
  background-color: #F3F7F8;
}
#our-blogs .our-blogs-head{
  padding-bottom: 30px;
}
#our-blogs .our-blogs-head span{
  font:500 30px/38px "Sacramento";
  color: #0f0f0f;
}

#our-blogs .our-blogs-contents{
  margin-bottom: 30px;
}
#our-blogs .our-blogs-contents .blogs-title{
  font: 700 24px "Sen";
  color: #1C3153;
}
#our-blogs .blog-title {
  background-color: #E9D5BE;
  padding: 30px 20px;
}
#our-blogs .our-blogs-contents .blogs-meta{
  padding-top: 20px;
}
#our-blogs .our-blogs-image {
  position: relative;
}
#our-blogs .our-blogs-image span{
  font: 400 16px / 25px "Sen";
  color: #1C3153;
  display: inline-block;
  padding:10px 10px;
}
#our-blogs .our-blogs-contents:hover .blog-title{
  background-color: #1C3153;
}
#our-blogs .our-blogs-contents:hover .blogs-title{
  color: #fff;
}
.our-blogs-contents .our-blogs-image:hover img {
    opacity: 1;
    -webkit-animation: flash 2s;
    animation: flash 2s;
}
.our-blogs-image img{
    height: 230px;
  object-fit: cover;
}
/*------------------ Section Our Video ------------------------*/
#our-video .video-bg {
  border-radius: 50%;
  max-width: 310px;
  padding: 120px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  border: 10px solid #fff;
  position: relative;
  z-index: 1;
  top: 95px;
  background-size: 100% 100%;
  animation: ripplei 2s infinite;
}
#our-video .video-play-icon i {
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
#our-video span.video-small-title {
  font: 500 30px/28px "Sacramento";
  color: #f4f8fb;
}
#our-video h2{
  margin: 0 auto;
  font: 700 50px / 66px "Sen";
  max-width: 50%;
  color: #ffffff;
}
#our-video .modal{
  top: 6em;
}
/*Timming*/
#timming span {
  font: 400 17px / 40px "Sen";
  color: #998282;
}
#timming .timming-content {
 max-width: 700px;
 position: relative;
 left: 0;
 right: 0;
 margin: 0 auto;
 bottom: 197px;
 background-color: #fff;
box-shadow: 0px 3px 27px #1B1B1B30;
 height: 100%;
 padding: 165px 21px 40px;
}
#timming .timming-content .line{
  font:400 12px/20px "Sen";
  color: #99828261;
}
/*------------------Emergency contact-----------------------------*/
#emergency-contact{
  padding: 10px;
}

#emergency-contact .left-box {
  background-color: #1C3153;
  padding: 2em 3em 3em;
  margin-right: 25%;
  margin-left: -5%;
}
#emergency-contact .left-box span {
  font: 500 28px/28px "Sacramento";
  color: #fff;
  margin-bottom: 10px;
}
#emergency-contact .left-box h3 {
  font: 700 43px/50px "Sen";
  color: #fff;
}
#emergency-contact .right-box H3{
  font: 700 35px/45px "Sen";
}
.banner-box .right-box .left-inner a{
    font: 600 18px / 30px "Sen";
    color: #1C3153;
    padding: 10px 15px;
    background: transparent;
    border: 3px solid #E9D5BE;
    border-radius: 50px;
}
#emergency-contact .left-box a{
   font: 600 18px / 30px "Sen";
    color: #E9D5BE;
    padding: 10px 15px;
    background: transparent;
    border: 3px solid #E9D5BE;
    border-radius: 50px;
}
.banner-box .right-box .left-inner a{
  padding: 14px 35px;
}
#emergency-contact .right-box {
    text-align: center;
  border-top: 2px solid #0000000d;
}

.emergency-img {
  display: flex;
  align-items: center;
}
#emergency-contact .newsletter-form-box input,#emergency-contact .newsletter-form-box select,#emergency-contact .newsletter-form-box textarea{
  background-color: #f5f8f9;
  border: none;
  border-radius: 50px;
  padding: 15px 20px;
  margin-bottom: 20px;
  width: 100%;
  font:700 19px/20px "Sen";
  color: #6e8480;
}
#emergency-contact .newsletter-form-box textarea {
  border-radius: 10px;
  height: 172px;
  margin-bottom: 0;
}
#emergency-contact .newsletter-form-box input::placeholder,#emergency-contact .newsletter-form-box textarea ::placeholder,#emergency-contact .newsletter-form-box select option{
  font:700 14px/20px "Sen";
  color: #6e8480;
}
#emergency-contact .newsletter-form-box input[type="submit"] {
  background-color: #E9D5BE;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 50px;
  font: 600 18px/35px "Sen";
  color: #1C3153;
  width: 100%;
  margin-bottom: -10px;
}
.newsletter-btn{
  display: block !important;
  margin: 0 auto !important;
}
#emergency-contact .newsletter-form-box input[type="submit"]:hover{
  background-color: #fff;
}
#emergency-contact .f-left-img{
  z-index: 9;
      right: -9%;
    position: relative;
}

#emergency-contact .emergency-pattern-img{
      position: relative;
    left: -40%;
    transform: translateX(-50%);
    max-width: 45%;
    top: 15%;
    z-index: 0;
    opacity: 0.4;
}
.emergency-img-wrap{
  position: relative;
  left: 10%;
      z-index: 1;
}
.emergency-img-wrap img{
clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.f-left-img-three{
  position: absolute;
  right: 0;
  z-index: 1;
  width: 190px;
  bottom: 0;
}
.f-left-img-one{
  position: absolute;
  z-index: 1;
  width: 175px;
     top: -55px;
  left: 10px;
      animation: bouncess 4s 
ease-in-out 0s infinite alternate;
}
.f-left-img-three{
  position: absolute;
  right: -15px;
  z-index: 1;
  width: 190px;
  bottom: -30px;
      animation: bouncess 4s 
ease-in-out 0s infinite alternate;
}
@-webkit-keyframes bouncess {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-20px);
  }
}
/*-------------------- Section Our Records ---------------------*/
#our-records{
  padding: 0;
  margin-top: 0;
}
#our-records .record-content {
  align-items: center;
  padding: 5% 3% 5% 13%;
}
#our-records  .record-box{
  padding: 0;
}
#our-records .inner-record-box {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5em 2em 2em;
}
#our-records .record-content h2 {
    font: 700 50px / 55px "Sen";
  color: #2a537f;
}
#our-records .record-content p {
  font:400 14px/30px "Sen";
  color: #0f0f0f;
}
#our-records .our-records-wrapper{
  padding: 0 20px 20px 20px;
  text-align: center;
}
#our-records .our-records-wrapper .record-count-no span{
  font: 600 65px / 70px "Sen";
  color: #ffffff;
}
#our-records .our-records-wrapper .record-count-title{
  font: 400 17px / 44px "Sen";
  color: #ffffff;
  padding-top: 5px;
}
#our-records .owl-carousel .owl-dots{
    text-align: left;
    position: absolute;
    left: -35%;
    bottom: 0em;
}
.record-box .owl-item img:hover {
  transform: scale(0.9) !important;
}
/*------------------ Section Our Partners -----------------*/
#partners-loop,#services-loop,#feature-loop,#testimonials #testimonials-loop,#our-teams #team-loop,
#our-records #records-loop,#blog-loop,.slide_nav{
  display: none;
}
.our-teams-contents .our-teams-contentdiv{
    position: relative;
}
.our-teams-contents .our-teams-contentdiv::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.our-teams-contents .our-teams-contentdiv:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
#our-gallery .icon_overlay{
  width: 92%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.partners-image:hover img{
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}