*{
  margin:0; 
  padding:0; 
  outline:none;
}
html {
  overflow-x: hidden;
}
body{
  background: #FAFAFA !important;
  padding: 0 !important;

}

img{
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;  
}

h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;

}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:15px;
  font-weight:300;
}

a{
  text-decoration: none !important;
}
.custom-social-icons {
  margin-left: 26px;
}
.social_widget h3 {
  font-family: Nunito Sans !important;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgba(10, 20, 47, 0.5) !important;
  margin: 0;
  padding: 0;
}
.social_widget aside {
  display: flex;
  align-items: center;
  justify-content: left;
}
.header-wrap {
  padding: 14px 0;
    position: relative;
}
.custom-social-icons a i {
  color: #0092C5;
  font-size: 18px;
  margin-right: 22px;
}

.custom-social-icons a i:hover {
  color: #000;
  transition: 0.4s ease-in-out;
}

/* Banner */

#banner {
  padding: 60px 0;
  position: relative;
  height: 825px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
.banner-main-heading h1 {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 60px;
    line-height: 127%;
  letter-spacing: 2%;
  color: #0092C5;
}
.banner-right-image img {
  position: absolute;
  right: -10px;
  top: 0;
  width: 46%;
    height: 774px;
  object-fit: scale-down;
  animation: shake 16s linear infinite;

}
.banner-buttons a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 26px;
  line-height: 127%;
  letter-spacing: 0%;
  border: 1px solid #0092C5;
  padding: 16px;
  margin-right: 20px;
  color: #0092C5;
  position: relative;
}


.banner-buttons a:hover::before{
  width: 100%;
}
.banner-buttons a:hover{
  color: #fff;
}

.banner-buttons a::before{
  background: #0092C5;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-49%);
  z-index: -1;
  transition: all 0.6s ease;
  width: 0%;
  height: 100%;
}
.banner-buttons a:hover {
  border: unset;
}



.banner-buttons {
  padding-top: 80px;
}
.banner-main-heading{
  position:relative  ;
}
.banner-main-heading::after {
  content: "";
  border: 3px solid #0092C5;
  width: 21%;
  height: 6px;
  position: absolute;
  left: 0;
}

.banner-circle1 {
  background: #0092C5;
  position: absolute;
  width: 52.4%;
  height: 100%;
  border-radius: 451px;
  right: -18%;
  top: -34%;
  z-index: -1;
  animation: upDown 4s infinite;

}
.banner-circle2 {
  background: #65D5FC;
  position: absolute;
  width: 50%;
  height: 100%;
  border-radius: 451px;
  right: -13%;
  top: -42%;
  animation: upDown 4s infinite;
  z-index: -2;
}
.banner-circle3 {
  background: #96E4FF;
  position: absolute;
  width: 50%;
  height: 100%;
  border-radius: 451px;
  right: -11.9%;
  top: -46%;
  z-index: -3;
  animation: upDown 4s infinite;

}









/* About us */
#about {
  padding: 160px 0;
  position: relative;
  background: #F6FDFF;
  z-index: 1;
}
.about-us-contents h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #0092C5;

}
.about-us-contents h3 {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  color: #000;
}
.about-us-contents p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
}


.about-us-points h6 {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 51px;
  letter-spacing: 0%;
  color: #000;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 26px;
}
.about-us-points h6::before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #0092C5;
  position: absolute;
  left: 0;
}
.about-learn-more-button a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFF;
  background: #0092C5;
  padding: 18px 30px;
  position: relative;
  z-index: 1;
  width: max-content;
  height: 100%;
  display: flex;
}



.newseltter-left-image img {
  width: 100%;
  height: 368px;
  margin-left: 34px;
  position: relative;
  z-index: 1;
  margin-top: 34px;
}
.newseltter-left-image{
  position: relative;
}
.newseltter-left-image:hover::after {
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
  }
  
  .newseltter-left-image::after {
    content: "";
    width: 0%;
    position: absolute;
    height: 0%;
    top: 0;
    left: 0;
    border-radius: 18px;
    opacity: 0.30;
    bottom: 0;
    margin: auto;
    background: #0092C5;
    display: block;
    right: 0;
    margin-left: 34px;
    margin-top: 34px;
    z-index: 1;

  }


.about-learn-more-button a:hover::before{
  width: 100%;
}
.about-learn-more-button a:hover{
  color: #fff;
}
.newseltter-left-image{
  position: relative;
  overflow: hidden;
}
.newseltter-left-image::before {
  content: "";
  background: #FFFFFF;
  width: 94%;
    height: 368px;
  position: absolute;
  left: 0;
  top: 0;

}
.about-learn-more-button a::before{
  background: #000000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
    transition: all 0.6s ease;
  width: 0%;
  height: 100%;
}



.about-learn-more-button {
  margin-top: 32px;
}

.testii-video-background-image {
  position: absolute;
  top: 0;
  width: 46%;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 542px;
}
.testii-video-background-image::after {
  content: "";
  background: #0092C5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -28px;
  left: 32px;
  z-index: -1;
}



/* Close Button */
.popup-close {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: -25px;
  transition: ease 0.25s all;
  -webkit-transform: translate(-50%, -51%);
  border-radius: 10px;
  background: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #0092C5;
  font-weight: 700;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-inner {
  width: 100%;
  height: 100%;
}
.popup-inner embed {
  height: 480px;
  border-radius: 20px;
  border: 12px solid #fff;
  width: 100%;
}


.popup {
  width: 100%;
  display: none;
  position: absolute;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;

}

.about-us-videos {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.popup-close:hover {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
  background: #000000;
  color: #fff;

}
.ps_video a i {
  color: #FFFFFF80;
  backdrop-filter: blur(26px);
  padding: 20px;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 84px;
  font-size: 25px;
  background: rgba(255, 255, 255, 0.5);
}
.ps_video a i:hover {
  transition: 0.8s ease-in-out;
  background: #000000;
  color: #fff;
}
.services-box:hover .services-image {
  animation: tada 4s linear infinite;
}
.about-us-video-background-image {
  overflow: hidden;
}
.testii-video-background-image img {
  height: 542px;
  animation: pulse 8s linear infinite;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}
.outer_video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ps_video {
  text-align: center;
  backdrop-filter: blur(26px);
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 84px;
}



.ps_video {
  text-align: center;
}
.ps_video a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ps_video a span {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333;
  padding-left: 14px;
}


/* Counter */
.counter_box h4 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 58px;
  line-height: 80px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #0092C5;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-counter h6 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #252B42;
}


/* Why Choose us */
#why-choose-us {
  padding: 60px 0;
  position: relative;
}
.why-choose-us-details h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #0092C5;
}
.why-choose-us-details h3 {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  color: #000;
}
.why-choose-us-points h6 {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 56px;
  letter-spacing: 0%;
  margin: 0;
  padding: 0;
  color: #000;
  position: relative;
  padding-left: 32px;
}
.choose-learn-more-button a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFF;
  background: #0092C5;
  padding: 18px 30px;
  position: relative;
  z-index: 1;
}
.choose-learn-more-button a:hover::before{
  width: 100%;
}
.choose-learn-more-button a:hover{
  color: #fff;
}

.choose-learn-more-button a::before{
  background: #000000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
    transition: all 0.6s ease;
  width: 0%;
  height: 100%;
}


.choose-learn-more-button {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 20px;
}
.why-choose-us-points h6::before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #0092C5;
  position: absolute;
  left: 0;
  font-size: 32px;
}
#topabr i {
  color: #fff;
  font-size: 12px;
}


#why-choose-us .why-choose-us-images {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(26, 28px);
  position: relative;
}
.why-choose-us-images img {
  width: 100%;
  height: 100%;
}
#why-choose-us .why-choose-us-images .choose-us-image-one {
  grid-column-start: 12;
  grid-column-end: 21;
  grid-row-start: 4;
  grid-row-end: 20;
  position: relative;
  z-index: 1;

}
#why-choose-us .why-choose-us-images .choose-us-image-two{
  position: relative;
}
#why-choose-us .why-choose-us-images .choose-us-image-one{
  position: relative;
}

.choose-us-image-one:hover::after {
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
  }
  
  .choose-us-image-one::after {
    content: "";
    width: 0%;
    position: absolute;
    height: 0%;
    top: 0;
    left: 0;
    opacity: 0.30;
    bottom: 0;
    margin: auto;
    background: #0092C5;
    display: block;
    right: 0;
  }

.choose-us-image-two:hover::after {
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
  }
  
  .choose-us-image-two::after {
    content: "";
    width: 0%;
    position: absolute;
    height: 0%;
    top: 0;
    left: 0;
    opacity: 0.30;
    bottom: 0;
    margin: auto;
    background: #0092C5;
    display: block;
    right: 0;
  }





#why-choose-us .why-choose-us-images .choose-us-image-two {
  grid-column-start: 2;
  grid-column-end: 11;
  grid-row-start: 7;
  grid-row-end: 25;
}
.choose-us-backround {
  background: #00B2FF1F;
  grid-column-start: 1;
  grid-column-end: 16;
  grid-row-start: 1;
  grid-row-end: 23;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
}
.choose-highly-skilled-box {
  background: #0092C5;
  grid-column-start: 6;
  grid-column-end: 14;
  grid-row-start: 2;
  grid-row-end: 9;
  position: relative;
  z-index: 1;
}
.choose-highly-skilled-box h5 {
  font-family: Nunito Sans;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 10px 0px;
}
.choose-highly-skilled-box h6 {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 20%;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 0;
  width: 50%;
}
.choose-highly-skilled-box svg {
  width: 64px;
  height: 64px;
}
.choose-highly-skilled-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.choose-happy-patient-box {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px #00000040;
  grid-column-start: 9;
  grid-column-end: 19;
  grid-row-start: 21;
  grid-row-end: 24;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.choose-user-icon-svg {
  position: absolute;
  left: 10px;
  top: 10px;
}
.choose-user-icon-svg svg {
  width: 103px;
  height: 103px;
}
.choose-happy-patient-image img {
  width: 64px;
  height: 64px;
  margin: 0 -10px;
  border-radius: 275px;
  animation: pulse 4s infinite;
}

.choose-happy-patient-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-happy-patient-text h5 {
  font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    padding: 0;
    margin: 0;
}
.choose-happy-patient-text h6 {
  font-family: Inter;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  padding: 0;
  margin: 0;
}





/* TEStimonial */
.owl-nav {
  display: none;
}
.owl-dots{
  display: none;
}
#testimonial {
  position: relative;
  padding: 60px 0;
}

.testimonial-heading h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #0092C5;
  margin: 0;
  padding: 0;
}
.testimonial-heading p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
}
.testimonial-heading {
  width: 64%;
}
.testimonial-content p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 0;
  padding: 21px 0;
}
.testi-title a {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}
.testimonial-box {
  background: #F6FDFF;
  padding: 28px;
  border-top-left-radius: 50px;
  position: relative;
  z-index: 1;

}

.testimonial-stars span i {
  color: #F5BF00;
  font-size: 14px;
}
.testi-title {
  padding-left: 18px;
}
#single-testimonial-page {
  padding: 60px 0;
}
.testimonial-see-more-button a:hover {
  color: #000;
  transition: 0.6s ease-in-out;
}
.about-widget-nail-phone-box {
  display: flex;
  align-items: center;
  justify-content: left;
}
.services-see-more-button a:hover {
  color: #000;
  transition: 0.6s ease-in-out;
}
.about_me .phone {
  margin-left: 28px;
}

.testimonial-see-more-button a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #0092C5;
  text-decoration: underline !important;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.testimonial-headings-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}





/* Newsletter */
#newsletter {
  position: relative;
  background: #0092C5;
  padding: 60px 0;
}
.newsletter-heading h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
}
#newsletter input[type="submit"]:hover {
  background: #FF685B;
  transition: 0.8s ease-in-out;
}
.newsletter-heading p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
  padding: 26px 0;
}


#newsletter input[type="text"] {
  background: #F4F4F4;
  height: 70px;
  border: 1px solid #CFCFCF;
  padding: 16px;
  width: 100%;
}
#newsletter input[type="text"]::placeholder {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
}
#newsletter input[type="submit"] {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
  background: #000;
  height: 70px;
  border: unset;
  text-align: center;
  padding: 20px 40px;
  margin-left: 16px;;
}



#newsletter .wpcf7-form p {
  display: flex;
  align-items: center;
  justify-content: left;
}


/* teams */
.team-heading h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #0092C5;
  margin: 0;
  padding: 0;
  text-align: center;
}
.team-member img{
  width: 100%;
}
.team-social-icons a i:hover {
  color: #0092C5;
  transition: 0.8s all;
}
.team-social-icons a i {
  color: #FF685B;
  font-size: 20px;
  margin: 4px;
}
.team-social-icons {
  text-align: center;
  margin: 8px 0 0;
}
.team-box:hover {
  transform: translate(0px, -20px);
  transition: 1s ease;
}
.team-heading p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
  text-align: center;
}

#team {
  position: relative;
  padding: 60px 0;
}
.team-title a h5 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #252B42;
  padding: 0;
  margin: 0;
}
.team-box {
  box-shadow: 0px 0px 8.7px 0px #00000017;
}
.team-details-box {
  background: #FFF;
  padding: 16px;
}
.team-designation h6 {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #737373;
  margin: 0;
  padding: 8px 0px 0;
}
#team .owl-carousel .owl-item {
  margin: 10px 0;
}

/* OUr Services */
#services {
  position: relative;
  padding: 60px 0;
  background: #F6FDFF;
}
.services-heading h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #0092C5;
  margin: 0;
  padding: 0;
}
.services-heading p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
  width: 62%;
}
.services-see-more-button a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #0092C5;
  text-decoration: underline !important;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.services-heading-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.services-title a h5 {
  font-family: IBM Plex Sans;
  font-weight: 700;
  font-size: 24px;
  line-height: 113%;
  letter-spacing: 0%;
  color: #021526;
  margin: 0;
  padding: 21px 0;
}
.services-content p {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 119%;
  letter-spacing: 0%;
  color: #163048;
  margin: 0;
}
.services-image {
  width: 110px;
  height: 110px;
  background: #E6F5FC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.services-box {
  border: 1px solid #0215265C;
  padding: 48px 20px;
  position: relative;
  z-index: 1;
}


.services-box:hover .services-title a h5{
  color: #fff;
}
.services-box:hover .services-content p{
  color: #fff;

}
.services-box:hover::after {
  opacity: 1;
  transition: 0.5s ease-in-out;
  right: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;

}
.services-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  height: 0%;
  background: #0092C5;
  z-index: -1;
  left: 0;
  opacity: 0;
}


.testimonial-box:hover::after {
  opacity: 1;
  transition: 0.5s ease-in-out;
  right: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;

}
.testimonial-box::after{
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  background: #0092C5;
  z-index: -1;
  right: 0;
  opacity: 0;
  border-top-left-radius: 50px;

}
.testimonial-box:hover .testi-title a{
  color: #fff;
}

.testimonial-box:hover .testimonial-content p{
  color: #fff;
}

/* Faq */
#faqs {
  background: #F6FDFF;
  padding: 60px 0;
}
.faqs-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.faqs-heading h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #0092C5;
  margin: 0;
  padding: 0;
  text-align: center;
}
.faqs-heading p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
  text-align: center;
  width: 63%;
}

.accordion-button {
  font-family: Nunito Sans;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: capitalize;
  color: #000;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.accordion-button:not(.collapsed) {
  color: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
}
.faq-left-image {
  position: relative;

}
.faq-left-image img {
  width: 100%;
  height: 100%;
  border-radius: 11px;
}

.faq-left-image:hover::after {
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
  }
  
  .faq-left-image::after {
    content: "";
    width: 0%;
    position: absolute;
    height: 0%;
    top: 0;
    left: 0;
    border-radius: 18px;
    opacity: 0.30;
    bottom: 0;
    margin: auto;
    background: #0092C5;
    display: block;
    right: 0;
  }



.faq-card {
  box-shadow: 7px 7px 20px 0px #0000001A;
  background: #FFF;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 25px 10px;
}
.accordion-header {
  padding: 0 !important;
}
.accordion-item {
  background-color: unset !important;
  border: unset !important;
  width: 100%;
}
.panel-body p {
  text-align: left;
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: 2%;
  color: #696984;
}
#faqs .panel-body p {

  padding-top: 14px;
}
.accordion-button:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}
.accordion-body {
  padding: 0rem 1.25rem 1rem !important;
}
.accordion-question-icon i {
  background: #0092C5;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
}

/* Fleet INFORMATION */
#fleet-information {
  background: #F6FDFF;
  padding: 60px 0;
}

.fleet-information-details h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #0092C5;
  margin: 0;
  padding: 0;
}
.fleet-information-details h3 {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  color: #000;
}
.information-points h6 {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #000;
  margin: 0;
  padding: 0;
}
.information-learn-more-button a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFF;
  background: #0092C5;
  padding: 14px 24px;
  position: relative;
  z-index: 1;
}
.information-learn-more-button a:hover::before{
  width: 100%;
}
.information-learn-more-button a:hover{
  color: #fff;
}

.information-learn-more-button a::before{
  background: #000000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
    transition: all 0.6s ease;
  width: 0%;
  height: 100%;
}


.information-learn-more-button {
  display: flex;
  margin-top: 20px;
}
.information-points h6 {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #000;
  margin: 0;
  padding: 0;
    padding-left: 0px;
  padding-left: 26px;
  position: relative;
}
.information-points h6::before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #0092C5;
  position: absolute;
  left: 0;
}



#fleet-information .information-images-box {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(15, 24px);
        gap: 14px;
  position: relative;
}

#fleet-information .information-images-box .information-image1 {
  grid-column-start: 2;
  grid-column-end: 9;
  grid-row-start: 4;
  grid-row-end: 14;
  position: relative;
  z-index: 1;
  animation: upDown 4s infinite;

}

#fleet-information .information-images-box .information-image2 {
  grid-column-start: 4;
  grid-column-end: 14;
  grid-row-start: 1;
  grid-row-end: 12;
}

#fleet-information .information-images-box .information-image3 {
  grid-column-start: 6;
  grid-column-end: 13;
  grid-row-start: 6;
  grid-row-end: 16;
  position: relative;
  z-index: 1;

}
.information-images-box img {
  width: 100%;
  height: 100%;
}
.information-image1 img {
  border: 10px solid #FFFFFF;
}
.information-image3 img {
  border: 10px solid #FFFFFF;
}


/* process */
#process {
  padding: 60px 0 100px;
  position: relative;
  background-size: 100% 100%;
  background-position: center;
}
.process-heading h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
  width: 64%;
}
.process-points h6 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
  padding-left: 28px;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.process-points span {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 80px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #FFF;
  animation: fadeIn 2s infinite;
}
.process-points {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 90px;
}

/* OUR bLOGS */
#our-blogs {
  background: #F6FDFF;
  position: relative;
  padding: 60px 0;
}
.blog-heading h2{
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #0092C5;
  margin: 0;
  padding: 0;
  text-align: center;
}
.blog-heading p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
  width: 63%;
  text-align: center;
}
.blog-title a h5 {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #252641;
  margin: 0;
  padding: 0;
}
.blogs-content p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
    line-height: 180%;
  letter-spacing: 2%;
  color: #696984;
  margin: 0;

}
.navigation span {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFF;
  background: #0092C5;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
}
.navigation {
  margin-top: 38px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
a.next.page-numbers {
  margin: 0;
}
.navigation a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFF;
  background: #0092C5;
  padding: 12px 20px;
  position: relative;
  z-index: 1;
  margin: 4px;
}
.navigation a:hover{

  color: #FFF;
  background: #000;

}
.blog-right-box{
  display: flex
  ;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
}
.services-page .services-box {
  border: 1px solid #0215265C;
  padding: 48px 18px;
  position: relative;
  z-index: 1;
}
.blogs-left-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.blogs-left-contents .blogs-image-box {
  height: 275px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px;

}
.blogs-image-box img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
}

.blog-contents-left:hover .blogs-image-box::after {
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
  }
  
  .blogs-image-box::after {
    content: "";
    width: 0%;
    position: absolute;
    height: 0%;
    top: 0;
    left: 0;
    border-radius: 20px;
    opacity: 0.30;
    bottom: 0;
    margin: auto;
    background: #0092C5;
    display: block;
    right: 0;
  }




.blog-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.blog-right-posts .blog-post-tag {
  position: absolute;
  bottom: 0px;
  right: 20px;
}
.blogs-image-box {
  position: relative;
}
.blog-post-tag h6 a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2%;
  background: #0092C5;
  color: #FFF;
  padding: 3px 12px;
  border-radius: 80px;
}
.single-page-metaimage img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.metabox span {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #252B42;
  margin-right: 30px;
}
.metabox span a {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-align: center;
  color: #252B42;
}
.metabox {
  margin-bottom: 18px;
}
.meta-box-question {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #0092C5;
  margin: 0;
  padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Medical Assistance */

#medical-assistance {
  padding: 60px 0;
  position: relative;
}
.assistance-heading h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
}
.assistance-heading p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 41px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
}
.assistance-heading p span {
  font-weight: 700;

}
.assistance-right-image img {
  width: 100%;
  height: 598px;
  object-fit: contain;
  animation: shake 16s linear infinite;

}
.assistance-learn-more-button a {
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFF;
  background: #0092C5;
  padding: 16px 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
      width: 180px;

}


.assistance-learn-more-button a:hover::before{
  width: 100%;
}
.assistance-learn-more-button a:hover{
  color: #fff;
}

.assistance-learn-more-button a::before{
  background: #000000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
    transition: all 0.6s ease;
  width: 0%;
  height: 100%;
}



.assistance-heading h3 {
  font-family: Nunito Sans;
  font-weight: 900;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #0092C5;
  margin-bottom: 0;
  margin: 0 10px;
}
.assistance-heading h6 {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 123%;
  letter-spacing: 4px;

  color: #0092C5;
  width: 50%;
  margin: 0;
  padding: 0;
}
.assistance-skilled-text {
  display: flex;
  align-items: center;
  justify-content: left;
}
.assistance-button-box {
  display: flex;
  align-items: center;
  justify-content: left;
}
.available-text-services {
  background: #0092C5;
  width: 168px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 82px;
  position: absolute;
  top: 28px;
  left: 18px;
  box-shadow: 0px 4px 20px 0px #00000033;
  animation: tada 16s linear infinite;

}
.available-text-services h3 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  color: #FFF;
}
.available-text-services h6 {
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 0;
}



/* Banner IMage */
.banner-image .card {
  background-color: unset !important;
  padding: 60px !important;

}
.banner-image::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  z-index: -1;
}
.banner-image {
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 1;
}


.banner-image .entry-title {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 38px;
  line-height: 127%;
  letter-spacing: 2%;
  color: #fff;
}
.banner-image .bradcrumbs span {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 15px;
  line-height: 127%;
  letter-spacing: 2%;
  color: #fff;

}
.bradcrumbs {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 15px;
  line-height: 127%;
  letter-spacing: 2%;
  color: #fff;
}
.bradcrumbs a {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 15px;
  line-height: 127%;
  letter-spacing: 2%;
  color: #FF685B;
  padding-right: 18px;

}
.bradcrumbs a:hover {
  color: #fff;
  transition: 0.4s ease-in-out;
}
/* Services Single page */
#singleService .nav-pills .nav-link {
  border-radius: .25rem;
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 127%;
  letter-spacing: 0%;
  border: 1px solid #0092C5 !important;
  padding: 16px;
  margin-right: 20px;
  color: #0092C5;
  position: relative;
  text-align: left;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#singleService {
  padding: 60px 0;
  position: relative;
}
#singleService .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #0092C5 !important;
  color: #fff;
}
#singleService .service-image {
  background: #E6F5FC;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  border-radius: 80px;
  margin-right: 20px;
}
.service-para {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
}
.service-paragraph {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
}
.service-heading {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #0092C5;
  margin-top: 25px;
}
.single-srevice-title a {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 32px;
    line-height: 54px;
  letter-spacing: 0%;
  color: #000;
}
.single-srevice-title {
  margin-bottom: 12px;
}
.services-page {
  position: relative;
  padding: 60px 0;
}

/* Faq page*/
.faq-page {
  padding: 60px;
}
.faq-page .card-header {
  background-color: unset !important;
  border-bottom: unset !important;
}
.accordion-body {
  padding: 0 17px !important;
}
.faq-page .panel-body p {
  text-align: left;
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: 2%;
  color: #696984;
  margin: 0;
  padding: 17px 0 0;
}



/* Blog Single pages */
#full-width-blog {
  padding: 60px 0;
}
#sidebar {
  background: #FAFAFA;
  padding: 24px 15px;
  height: fit-content;
  border: 1px solid #0092C5;
}

#full-width-blog .blogs-image-box {
  position: relative;
  height: 286px;
}
#blog-left-sidebar .blogs-image-box {
  position: relative;
  height: 286px;
}
#blog-right-sidebar .blogs-image-box {
  position: relative;
  height: 286px;
}
.accordion-button:not(.collapsed) {
  color: #0092C5 !important;
}
.wp-block-search__label {
  width: 100%;
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 12px;
}
#sidebar ul li a {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252641;
}
.blog-title a:hover h5 {
  color: #0092C5;
}
#sidebar ul li a:hover {
  color: #000000;
  transition: 0.4s ease-in;
}
#sidebar ul li {
  padding: 6px 0;
  list-style: none;
}
#sidebar ul {
  padding-left: 0;
}
#blog-left-sidebar {
  padding: 60px 0;
}
#sidebar h2 ,#sidebar h3,#sidebar h5,#sidebar h5 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  padding: 26px 0 10px;
}
.no-comments.wp-block-latest-comments {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252641;
}
.main-single-div h1 {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 46px;
  line-height: 127%;
  letter-spacing: 2%;
  color: #0092C5;
}
.socila_share a i {
  background: #0092C5;
  font-size: 21px;
  margin-right: 3px;
  color: #fff;
  padding: 9px;
  border-radius: 11px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_tag a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2%;
  background: #0092C5;
  color: #FFF;
  padding: 3px 12px;
  border-radius: 80px;
}
.socila_share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#commentform textarea {
  resize: vertical;
  width: 100%;
  height: 150px;
}
#commentform .form-submit [type="submit"]{
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFF;
  background: #0092C5;
  padding: 14px 24px;
  position: relative;
  z-index: 1;
  border: unset;
}
#full-width-blog .blog-box {
  margin-top: 16px;
}
#blog-left-sidebar .blog-box {
  margin-top: 16px;
}
#blog-right-sidebar  .blog-box {
  margin-top: 16px;
}
.feature-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
  background: #000;
  height: 52px;
  border: unset;
  text-align: center;
  padding: 8px 25px;
  margin-left: 10px;
}
.wp-block-search__input{
  background: #F4F4F4;
  border: 1px solid #CFCFCF;
  width: 100%;
}
#single-about-page {
  padding: 100px 0 60px;
}
#blog-right-sidebar {
  padding: 60px 0;
}
.content_page p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
}
#counter {
  padding: 60px 0;
}
.middle-align {
  padding: 60px 0;
}
.serch-page .middle-align {
  padding:  0;
}
.serch-page {
  padding: 60px 0;
}
.serch-page .search-field {
  width: 100%;
  border: unset;
}
.serch-page form.search-form.serach-page {
  border: 1px solid #0092C5;
  max-width: fit-content;
  padding: 0;
}
.serch-page p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
}
.serch-page .entry-title {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  color: #000;
}
.serch-page h1{
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #0092C5;
}
.serch-page  [type=submit]{
  -webkit-appearance: button;
  word-break: normal;
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFF;
  background: #000;
  height: 52px;
  border: unset;
  text-align: center;
  padding: 8px 25px;
  margin-left: 10px;
}

/* terms and services */
#tandc {
  padding: 60px 0;
}
#tandc p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 2%;
  color: #696984;
}
#tandc h2 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #0092C5;
  margin: 0;
  padding: 0;
  text-align: left;
}
#tandc h1 {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  color: #000;
}

#privacy-policy {
  padding: 60px 0;
}
.newsletter-form {
  position: relative;
}
#newsletter .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #fff !important;
  text-align: center;
  color: #fff;
  font-family: "Nunito Sans";
  position: absolute;
  bottom: -65px;
  left: 0;
}
#newsletter .wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-content h2 {
  font-family: Nunito Sans;
  font-weight: 800;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0%;
  color: #000;
}
.top-content p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 2%;
  color: #696984;
}
#disclaimer {
  padding: 60px 0;
}
#privacy-policy h3 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #0092C5;
  margin: 0;
  padding: 0;
  text-align: left;
}


/* Contact Us */

/*------------------ Contact Page -----------------*/
.contact-page-details {
  padding-bottom: 30px;
}

h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}

.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #C9AF86;
  background-color: transparent;
  width: 100%;
}

.contact-box .wpcf7 input[type="text"],
.contact-box .wpcf7 input[type="email"] {
  border: unset;
  background: #FFF;
  height: 48px;
  border-radius: 30px;
  width: 100%;
  padding: 24px;
  margin: 0px 0 18px;
    background: unset;
  border: unset;
  padding: 13px 16px;
  width: 100%;
  border-radius: unset;
  border: 1px solid #0215265C;
}

.contac_form p {
  margin-bottom: 0;
}

.contact-box .contac_form input[type="submit"]:hover {
  background: #010F1C !important;
  color: #fff !important;
  transition: 0.8s ease-in-out;
}

.contact-box a:hover {
  color: #000000;
}

.contact-box .contac_form input[type="submit"] {
  margin-top: 16px;
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFF;
  background: #0092C5;
  padding: 18px 30px;
  position: relative;
  z-index: 1;
  border: unset;
}

.contact-color-bg {
  background: #F6FDFF;
  padding: 60px 0;
    margin-bottom: 34px;
}

.c_content span {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #000;
}

.contact-page-details a {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000;
}

.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%;
}

.contac_form h3 {
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #0092C5;
  text-align: center;

}

.contac_form label {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

div#single-teams {
  padding: 60px 0;
}
.view-all-teams{
  margin-top: 15px;
}
.our-team-head-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.view-all-teams a {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: right;
  color: #182226;
  border: 0.5px solid #FE7700;
  padding: 15px 30px;
  border-radius: 30px;
  overflow: clip;
  z-index: 1;
  position: relative;
  text-decoration: underline !important;
  overflow: clip;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
  }
  
  .view-all-teams a:hover {
  color: #fff;
  border: 1px solid #FE7700;
  
  }
  .view-all-teams a:after{
  position: absolute;
  content: "";
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(45deg) scale(0, -1);
    background: #FE7700;
  transition: all 0.65s;
  z-index: -1;
  }
  
  
  .view-all-teams a:hover::after {
  transform: skewX(45deg) scale(1, -1);
  }
  

.contact-box .wpcf7 input[type="text"]::placeholder {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: #828282;
}

.contact-info .head {
  color: #000;
}

.contact-address,
.contact-email,
.contact-phone {
  margin: 7px 0;
}


.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  max-width: fit-content;
  background: #0092C5;
  padding: 8px 29px;
}

span.post-title {
  padding-left: 14px;
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #fff !important;
}

.post-navigation .nav-links span {
  color: #fff;
}

.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #cccccc;
  background-color: transparent;
  width: 100%;
  background: #fff;
  border: unset;
  border-radius: 15px;
  padding: 18px;
  height: 150px;
  margin: 0px 0 18px;
    padding: 13px 16px;
  width: 100%;
  border-radius: unset;
  border: 1px solid #0215265C;
    background: unset;
}

.c_content {
  color: #ffffff;
}

.contact-page-details .contact-address {
  text-align: center;
  border: none;
  padding: 11px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0215265C; 
  padding: 12px;
  margin-bottom: 18px;
  position: relative;
}

.contact-us-form input::placeholder {
  font-family: 'Nunito Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: #000;
}

.contact-us-form textarea::placeholder {
  font-family: 'Nunito Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: #000;
}

.wpcf7-form-control.wpcf7-textarea::placeholder {
  font-family: 'Nunito Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: #000;
}

.textwidget p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #333;
}

.contact-page-details .contact-email {
  text-align: center;
  border: none;
  padding: 11px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0215265C; 
  padding: 12px;
  margin-bottom: 18px;
  position: relative;


}

.contact-page-details .contact-phone {
  text-align: center;
  border: none;
  padding: 11px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0215265C; 
  padding: 12px;
  margin-bottom: 18px;
  position: relative;
}

.search-field {
  width: 80%;
  border: unset;
}

.contact-box .wpcf7 input[type="text"]::placeholder,
.contact-box .wpcf7 input[type="email"]::placeholder {
  font-family: 'Nunito Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: #000;
}

.contact-box {
  padding: 60px 0;
}

.contact-page-details .inner-cont i {
  color: #0092C5;
  font-size: 25px;
  padding: 14px 0px;
}

.contac_form span.wpcf7-form-control-wrap input {
  margin: 0 6px 12px 0;
  border: 2px solid #cccccc;

}

#single-team {
  padding: 60px 0;
}
.test {
  padding: 60px 0;
}
.single-page-content p {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
  padding: 22px 0 0;
  margin-bottom: 0;
}