.cs_quote_shape img {
     filter: brightness(0.5);
}
.divserv ul li{
       margin-bottom: 10px;
}
/*--------------------------------------------------------------
  16. Testimonial
----------------------------------------------------------------*/
 
.cs_doctor.cs_style_3 {
  /* box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.05); */
  overflow: hidden;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid #c9c4b129;
  border-bottom: 7px solid #c9c4b163;
}.cs_doctor.cs_style_3 .cs_doctor_thumb img {
  width: 100%;
}.cs_doctor.cs_style_3 .cs_doctor_info {
  padding: 20px 20px;
  text-align: center;
}
.grecaptcha-badge{    display: none;}
.cs_about_thumb .imgvisinbackground {
  /* border-bottom-left-radius: 210px; */
  height: 475px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 5px;
  border-radius: 15px;
  box-shadow: 0 0px 20px 0px rgb(0 0 0 / 25%);
  background-color: #ffffff;
  background-repeat: no-repeat;
}

  .bacteam {
   height: 315px;
  width: 100%;
  background-position: center;
  background-size: cover; 
  background-repeat: no-repeat;
}


.imgvisinbackground:after {
  content: '';
  background-color: #f5e2e6;
  width: 100%;
  position: absolute;
  top: 35px;
  bottom: -30px;
  right: 42%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(50%);
  border-radius: 10px;
  z-index: -1;
  opacity: .7;
}
 
.boxsidemenu {
  background-color: var(--gray);
  padding: 30px 30px 45px;
  margin-bottom: 40px;
  line-height: 35px;
  list-style: none;
  border-radius: 5px;
}
  .service-category a {
  position: relative;
  display: inline-block;
  padding: 18px 20px;
  background-color: var(--white);
  width: 100%;
  font-weight: 600;
  z-index: 9;
  text-transform: capitalize;
}
  .service-category a:not(:last-child) {
  margin-bottom: 10px;
}
   
.cs_testimonial.cs_style_1 {
  width: 100%;
  max-width: 571px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .cs_testimonial.cs_style_1 {
    padding-top: 20px;
  }
}
.cs_testimonial.cs_style_1 .cs_testimonial_thumb {
  width: 196px;
  height: 196px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  position: relative;
}
.cs_testimonial.cs_style_1 .cs_testimonial_thumb::after {
  content: "";
  width: 254px;
  height: 254px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .cs_testimonial.cs_style_1 .cs_testimonial_thumb::after {
    width: 200px;
    height: 200px;
  }
}
.cs_testimonial.cs_style_1 .cs_testimonial_thumb img {
  border-radius: inherit;
}
@media (max-width: 991px) {
  .cs_testimonial.cs_style_1 .cs_testimonial_thumb {
    width: 160px;
    height: 160px;
    padding: 20px;
  }
}
.cs_testimonial.cs_style_1 .cs_testimonial_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 50px;
  margin-top: 35px;
  position: relative;
}
.cs_testimonial.cs_style_1 .cs_testimonial_info::after {
  content: "";
  width: 35px;
  height: 35px;
  background-color: var(--accent);
  border-radius: 5px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 991px) {
  .cs_testimonial.cs_style_1 .cs_testimonial_info {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
.cs_testimonial.cs_style_1 blockquote {
  font-weight: 500;
  margin-bottom: 22px;
}
.cs_testimonial.cs_style_1 .cs_testimonial_title {
  margin-bottom: 3px;
}
.cs_testimonial.cs_style_1 .cs_rating {
  width: 200px;
  transform: scale(0.5);
  letter-spacing: 12px;
  margin-left: -20px;
}

.cs_testimonial.cs_style_2 {
  padding: 50px 45px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_2 {
    padding: 30px 15px;
  }
}
.cs_testimonial.cs_style_2.cs_version_3 {
  padding: 40px 20px;
}
.cs_testimonial.cs_style_2.cs_version_3::after {
  display: none;
}
.cs_testimonial.cs_style_2.cs_version_3 .cs_testimonial_thumb {
  margin-bottom: 28px;
}
.cs_testimonial.cs_style_2.cs_version_3 blockquote {
  width: 100%;
  max-width: 530px;
  margin: 0 auto 31px;
}
.cs_testimonial.cs_style_2.cs_version_3 .cs_client_review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
}
@media (max-width: 450px) {
  .cs_testimonial.cs_style_2.cs_version_3 .cs_client_review {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .cs_testimonial.cs_style_2.cs_version_3 .cs_client_review .cs_rating {
    margin-left: -28px;
  }
}
.cs_testimonial.cs_style_2.cs_version_3 .cs_rating_container {
  transform: scale(0.7);
}
.cs_testimonial.cs_style_2.cs_version_3:hover .cs_quote_icon {
  background-color: var(--primary);
}
.cs_testimonial.cs_style_2 .cs_testimonial_title {
  margin-bottom: 7px;
}
.cs_testimonial.cs_style_2 .cs_testimonial_subtitle {
  margin-bottom: 26px;
}
.cs_testimonial.cs_style_2 .cs_testimonial_thumb {
  width: 135px;
  height: 135px;
  margin: 0 auto 32px;
}
.cs_testimonial.cs_style_2 .cs_testimonial_thumb > img {
  border-radius: inherit;
}
.cs_testimonial.cs_style_2 .cs_quote_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  bottom: -10px;
  transition: all 0.3s ease;
}
.cs_testimonial.cs_style_2 blockquote {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.cs_testimonial.cs_style_2::after {
  content: "";
  width: 33%;
  height: 5px;
  background-color: var(--accent_v2);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: all 0.3s ease;
}
.cs_testimonial.cs_style_2:hover {
  box-shadow: 0 6px 30px 4px rgba(0, 0, 0, 0.1);
}
.cs_testimonial.cs_style_2:hover .cs_quote_icon {
  background-color: var(--accent_v2);
}
.cs_testimonial.cs_style_2:hover::after {
  transform: translateX(-50%) scale(1);
}

.cs_testimonial.cs_style_3 {
  padding: 48px 30px 60px;
  /* box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.05); */
  border: 1px solid #f0dadd;
  border-bottom: 7px solid #aa30402e;
  border-radius: 15px;
}
.cs_testimonial.cs_style_3 .cs_avatar {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.cs_testimonial.cs_style_3 .cs_avatar_thumb {
  width: 75px;
  height: 75px;
}
.cs_testimonial.cs_style_3 .cs_avatar_title {
  margin-bottom: 3px;
}
.cs_testimonial.cs_style_3 blockquote {
  font-style: normal;
}
.cs_testimonial.cs_style_3 hr {
  width: 80%;
  border-top: 2px solid #aa3040;
  margin: 45px 52px 0;
}
.cs_testimonial.cs_style_3 .cs_quote_shape {
  left: 30px;
  bottom: 48px;
}

.cs_testimonial_shape1 {
  top: 40px;
  left: 0;
}

.cs_testimonial_shape2 {
  top: 120px;
  right: 0;
}
.cs_testimonial_shape2 img {
  transform: rotateY(180deg);
}

.cs_testimonial_shape3 {
  top: 0;
  opacity: .3;
}

.cs_testimonial_shape4 {
  top: 0px;
  right: 0;
  opacity: .3;
}
.cs_testimonial_shape4 img {
  transform: rotateY(180deg);
}

.cs_testimonial_section.cs_version_3 {
  background-color: #FFF4F8;
}
 

.bttserv {
  text-transform: capitalize;
  color: #ffffff;
  background: #b69d2f;
  padding: 10px 20px;
  border-radius: 5px;
}

.bttserv:hover {
  color: #ffffff;
  background: #4c4c49;
}
.thumb1 {
  border-bottom-left-radius: 210px;
  border: 1px solid #aa3040;
  padding: 20px;
}
.imgvisin {
  border-radius: 15px;
  box-shadow: 0px 10px 80px 0px rgba(0, 55, 106, 0.2);
  height: 520px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.mlf {
  margin-right: 10px;
}
.mborro {
  margin-bottom: 22px;
}
 .boxvision {
  border-radius: 10px;
  box-shadow: 0px 10px 80px 0px #cfcecb2e;
  padding: 20px 20px 3px;
  margin-bottom: 20px;
  background: #A3835014;
  border: 1px solid #4443410f;
 }

.imgvisin::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1E1E1E99;
  opacity: .7;
  border-radius: 15px;
 }

  .topvision {
  position: absolute;
  top: 30px;
  left: 25px;
  margin: 10px;
}

 .bottvisin {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.imgabf1 {
  border-radius: 12px;
  height: 455px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
 }

 .imgabf2 {
  border-radius: 12px;
  height: 315px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
 }

  .boaab1 {
  background: #353535;
  text-align: center;
  padding: 15px 15px 1px;
  border-radius: 12px;
  margin-top: 15px;
 }
 .mmbab {
  margin-bottom: 20px;
}


.whychoose {
  border-radius: 12px;
  height: 315px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
 }

.whychoose::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1E1E1E99;
  opacity: .7;
  border-radius: 15px;
 }



.playoper {
  background: #edd3a9;
  border-radius: 20px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
.playoper:hover {
  background: #dee2e6;
  /* color: #fff; */
}

 .imgcontact {
   border-radius: 10px;
  box-shadow: 0px 10px 80px 0px rgba(0, 55, 106, 0.2);
  height: 645px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

 

.box-services .box-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .5;
  z-index: -1;
}
.justify-content{justify-content:center}
.breadcrumb-item+.breadcrumb-item::before {color: #957138;}
.cs_btn  {
  border: none;
  padding: 13px 25px;
  line-height: 1.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border-radius: 5px;
  transition: all 0.4s ease;
  background: #b69d2f;
  margin-right: 40px;
  color: #fff;
}

.cs_btn:hover {
  background-color: #dfc34b;
  color: var(--white);
  transform: translateY(0px);
}
.slick-arrow.slick-hidden {
  display: block;
}

 

.h4slider {
  font-size: 17px;
  color: #888;
  line-height: 26px;
}

.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: #aa3040;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 19.5px 18px;
  min-width: 175px;
  border-radius: 30px;
  -webkit-perspective: 320px;
  perspective: 320px;
  border-radius: 12px;
  margin-right: 20px;
  border: 1px solid #aa3040;
  margin-bottom: 18px;
}

.th-btn:before {
  content: "";
  position: absolute;
  height: 0;
  top: 50%;
  right: 0;
  width: 0;
  background-color: #5a5a5c;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: inherit;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.th-btn:hover::before,.th-btn:hover:after,.th-btn.active::before,.th-btn.active:after {
  top: 0;
  height: 100%;
  width: 100%;
  right: unset;
  left: 0
}

.th-btn:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #5a5a5c;
}

.videobaner {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  /* display: flex; */
  position: absolute;
  line-height: 60px;
  text-align: center;
}

.spanvideo {
  margin-left: 65px;
  font-weight: 600;
  text-transform: capitalize;
}

.lang {
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Inter';
  color: #ffffff;
}

.backgroundabout {
  background: #a3835014;
  z-index: 1;
  position: relative;
  background-image: linear-gradient(to right, #fff4f6, #fff);
  /* clip-path: ellipse(147% 60% at 48% 60%); */
}

.styleabout {
  background: #f0f8ff00;
  color: #aa3040;
  border: 1px solid #aa3040;
}

.cs_about_thumb img {
  /* border-bottom-left-radius: 210px; */
}

.cs_about_thumb .imgbackground {
  border-bottom-left-radius: 210px;
  height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 5px;
  /* box-shadow: 0 0px 10px 0px rgb(0 0 0 / 19%); */
}

 

.about-title {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #282825;
  margin-bottom: 26px;
  text-align: center;
  font-family: america;
}

.line {
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #aa3040;
  margin: 0 10px;
  border-radius: 3px;
}

.cs_about_thumb .servicesground {
  margin-bottom: 20px;
  height: 251px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.mb-10 {
  margin-bottom: 13px;
  font-size: 24px;
}

.box-services p {
  line-height: 25px;
  font-size: 16px;
}

.box-services {
  /* padding: 15px 15px 15px 15px; */
  transition: all 500ms ease;
  /* box-shadow: 0 0px 20px 0px rgb(0 0 0 / 25%); */
  border: 1px solid #e7c3c4;
  border-bottom: 8px solid #aa304047;
  margin-bottom: 25px;
  /* min-height: 435px;*/
  text-align: center;
  position: relative;
  border-radius: 15px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.backgroundservices {
  background-image: linear-gradient(to right, #fffaea, #fff);
  position: relative;
  clip-path: ellipse(137% 50% at center);
}

.backgroundOperations {
  background-image: linear-gradient(to right, #fffdf3, #fff);
  position: relative;
  /* opacity: .2; */
}

.align-items {
  align-items: center;
}

.borderbaner {
  border: 1px solid #fbfbfb99;
  padding: 20px;
  border-bottom-left-radius: 210px;
  position: relative;
}

.cs_card.cs_style_1 {
  padding: 45px 20px 44px;
  border: 1px solid #dee2e6ad;
  border-bottom: 7px solid #dee2e6ad;
}

.cs_bg_filedslider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  border-bottom-left-radius: 210px;
}

.iconfoot {
  color: #fff;
  margin-right: 10px;
}

.google-map {
  box-shadow: 0 5px 20px 0px rgb(145 140 140 / 50%);
  background: #aa304057;
  padding: 7px;
  border-radius: 7px;
  padding-bottom: 0px;
  border: 2px solid #cd8c95;
}

.cs_menu_widget li a::before {
  content: "\f105";
  margin-right: 10px;
  display: inline-block;
  transform: translateY(1px);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.cs_testimonial_shape1 {
  top: 0px;
  left: 0;
  opacity: .3;
  z-index: 1;
}

.cs_testimonial_shape2 {
  top: 0px;
  right: 0;
  opacity: .3;
  z-index: -1;
}

.backgroundfooter {
  background: #1e1e1e;
  z-index: 1;
  position: relative;
  /* background-image: linear-gradient(to right, #fffaea, #fff); */
}

.backgroundfooter:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/footer_shape_1.png) left top no-repeat;
  opacity: .4;
  z-index: -1;
}

.backgroundfooter:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/footer_shape_1r.png) right top no-repeat;
  opacity: .4;
  z-index: -1;
}

.service .serviceImg  {
  display: block;
  width: 100%;
  height: 440px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 17px;
  /* box-shadow: 0px 0px 45px 0px rgb(0 0 0 / 25%); */
}

 

.service .serviceImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

 
.service .details h4 {
  color: #343a40;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}

.service .details h6 {
  color: #957138;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}

.justify-content {
  justify-content: center;
}

.exp {
  background: #fff4e2;
  border-radius: 20px;
  padding: 7px 20px;
  position: absolute;
  bottom: 20px;
  z-index: 9999;
  left: 21px;
  font-size: 15px;
  font-weight: 600;
  color: #282727;
  text-transform: capitalize;
  left: 50%;
  transform: translate(-50%, 0%);
  width: max-content;
  z-index: 0;
}
.exp:hover {
  background: #ffffff;
}
.appointment {
  color: #1E1E1E !important;
  font-family: america;
}

.iconbook {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #88898b;
}

.borderbook {
  border-top: 2px solid #d1d1d182;
  border-bottom: 2px solid #d1d1d182;
  background-image: linear-gradient(to right, #fffbf4, #ffffff);
  /* clip-path: padding-box; */
}

.backtestim {
  background-position: center;
  background-repeat: no-repeat;
  height: 385px;
  background-size: cover;
  position: relative;
}

.user {
  margin: 0 auto;
  width: 90px;
  margin-bottom: 20px;
}

.cs_avatar_info {
  /* text-align: center; */
  /* width: 290px; */
  /* position: absolute; */
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  /* line-height: 25px; */
}

.quoteleft {
  position: absolute;
  top: 38px;
  left: 10px;
  color: #daa923;
  transform: rotate(19deg);
  font-size: 26px;
}

.quoteright {
  position: absolute;
  bottom: -28px;
  right: 17px;
  color: #daa923;
  transform: rotate(19deg);
  font-size: 26px;
}

.mb-40 {
  margin-bottom: 40px;
  color: #1f1f20 !important;
  text-transform: capitalize;
  margin-top: 16px;
}

.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #aa3040;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

.back-to-top:hover {
  background-color: #696a6d;
}

.cs_pagination {
  /* display: block !important; */
  /* position: relative; */
  /* bottom: -40px !important; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  z-index: 9999;
  margin-top: 20px;
  text-align: center;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  background-color: transparent;
  border: none;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
}

.slick-dots li.slick-active button {
  background-color: #aa3040;
}

::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-thumb {
  background-color: #45474b;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
  border-radius: 1px
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 1px
}

body {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

img {
  pointer-events: none;
}

.grid {
  display: grid;
  width: 225px;
  padding: 30px 17px 15px;
  border-radius: 24px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
  margin-top: -20px;
  position: relative;
  background: #5a5a5ddb;
}

.star {
  font-size: 25px;
  font-weight: 600;
}

.mb-11 {
  margin-bottom: 6px;
}

.font {
  font-size: 15px;
  text-transform: capitalize;
}

.mb-35 {
  margin-bottom: 35px;
}

.checked {
  color: #f58695;
  font-size: 15px;
}

.mr4 {
  margin-right: 5px;
}

.cs_footer .cs_fs_18 {
  font-size: 16px;
  line-height: 1.56em;
}

.cs_contact_widget.cs_version_2 li a p:hover {
  color: #b69d2f !important; 
}

.iti {
  width: 100%;
}

.iti__country-list {
  z-index: 999;
}

 

 

.cs_handle_before_after {
  touch-action: none;
}

.activenavbar {
  color: #e14d61 !important;
  font-weight: 700;
  border-bottom: 2px solid #aa3040;
  transition: all 0.3s ease-in-out;
}

html, body {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

.imgbefore {
  border-radius: 0px;
  box-shadow: 0 0px 20px 0px rgb(0 0 0 / 25%);
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}

.imgafter {
  border-radius: 15px;
  box-shadow: 0 0px 20px 0px rgb(0 0 0 / 25%);
}

.mgaf {
  margin-bottom: 45px;
  margin-top: 70px;
}

.mgbf {
  /* margin-bottom: 35px; */
}

.arrow {
  width: 56px;
  margin-bottom: 15px;
  opacity: .4;
}

.aboutline {
  display: block;
  font-size: 25px;
  text-align: left;
}

.divserv {
  padding: 0px 15px 5px 15px;
}

.breadcumb {
  /* clip-path: border-box; */
  text-align: center;
}

.cs_author_card {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cs_centerabout {
  display: flex ;
  align-items: center;
  justify-content: center;
}

.cs_author_card .cs_author_title {
  margin-bottom: 3px;
}

.mission {
  background: #fff0c5;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #474d54;
}

.cs_author_info {
  margin-bottom: 25px;
  border-left: 1px solid #daa923;
  padding-left: 15px;
}

.cs_about_thumb .imgaboutbackground {
  /* border-bottom-left-radius: 210px; */
  height: 475px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 5px;
  border-radius: 15px;
  box-shadow: 0 0px 20px 0px rgb(0 0 0 / 25%);
  background-color: #ffffff;
}

.borderim {
  border: 1px solid #daa923;
  padding: 20px;
  border-bottom-left-radius: 210px;
}

.cs_page_header1 {
  width: 100%;
  min-height: 350px;
  margin-top: 80px;
  display: flex;
  align-items: center;
}

.breadtitle {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0px;
}

 
 

.boxpriz {
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
  border-radius: 15px;
  padding: 25px 25px;
  /* text-align: left; */
  margin-bottom: 25px;
  background: #A38350;
}

.quclr {
  color: #ffffff;
  margin-bottom: 12px;
  /* font-size: 17px; */
}

.prizcl1 {
  /* text-align: center; */
  margin-bottom: 25px;
}

.logospriz {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 26px;
  color: #957138;
}

.backgrounddoc {
  background-image: linear-gradient(to right, #fff, #fff4f6);
  position: relative;
  /* z-index: -1; */
}

.read-more:hover {
  color: #fff;
}

/*--------------------------------------------------------------
gallery
----------------------------------------------------------------*/
.cs_gallery_list {
  display: grid;
  gap: 24px;
}

.cs_gallery_list .cs_gallery_item {
  height: 390px;
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
  border-radius: 20px;
  margin-bottom: 25px;
  border: 1px solid #f9f9f9;
}

.cs_gallery_list .cs_gallery_item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs_gallery_list .cs_gallery_item .cs_gallery_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.cs_gallery_list .cs_gallery_item .cs_gallery_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
}

.cs_gallery_list .cs_gallery_item:hover .cs_gallery_overlay {
  opacity: 1;
}

.cs_gallery_list .cs_gallery_item:hover .cs_gallery_icon {
  opacity: 1;
}

/*--------------------------------
Pagination
-----------------------------------*/
.cs_pagination_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.cs_pagination_box.cs_version_3 .cs_pagination_item.active, .cs_pagination_box.cs_version_3 .cs_pagination_item:hover {
  background-color: var(--accent_v3);
  border-color: var(--accent_v3);
  color: var(--white);
}

.cs_pagination_box .cs_pagination_item {
  height: 41px;
  width: 41px;
  background-color: var(--white);
  border: 1px solid var(--border);
  color: var(--secondary);
  border-radius: 50%;
}

.cs_pagination_box .cs_pagination_item.active, .cs_pagination_box .cs_pagination_item:hover {
  background-color: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.backgroundhed {
  background: #ffffff;
  z-index: 1;
  position: relative;
  /* background-image: linear-gradient(to right, #fffaea, #ffffff); */
  border-bottom: 1px solid #e5e5e569;
  box-shadow: 0px 0px 10.6px rgb(97 97 97 / 1%);
  border-top: 1px solid #ffffff36;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.backgroundhed:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/cta-bg2.png) left top no-repeat;
  opacity: .2;
  z-index: -1;
}

.backgroundhed:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/cta-bg.png) right top no-repeat;
  opacity: .2;
  z-index: -1;
}

.bordopertion {
  border-bottom: 1px solid #dbd1d1;
}

.bordopertion:last-child {
  border-bottom: 0px solid #fdfdfd33;
}

.pddserv {
  padding: 20px 15px 15px 15px !important;
}

.clrnm {
  color: #1E1E1E;
}

.cs_gallery_list .cs_certificate {
  height: 180px;
  border: 1px solid #b9b3b3;
}

.mbcerf {
  margin-bottom: 20px;
}

.cerficon {
  background: #fff0c5;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  color: #474d54;
  margin-right: 5px;
}

 

.th-social {
  margin-top: 10px;
}

.th-social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff0c5;
  color: #495057;
  font-size: 16px;
  text-align: center;
  margin-right: 8px;
  border-radius: 6px;
}

.th-social a:hover {
  background-color: #495057;
  color: #fff0c5;
}

 

.cs_white_color {
  color: var(--white) !important;
}

.btnnews {
  border: none;
  padding: 13px 35px;
  line-height: 1.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border-radius: 5px;
  transition: all 0.4s ease;
  color: #ffffff;
  background: #a38350;
}

.btnnews:hover {
  color: #daa923;
  background: #fff;
}

.cs_contact_form.cs_version_4 .cs_form_field + label {
  transform: translate(0, -22px) scale(1);
  color: var(--secondary);
}

.cs_contact_form label {
  position: absolute;
  top: 10px;
  left: 0;
  color: var(--primary);
  padding: 0 15px;
  margin: 0 20px;
  background-color: var(--white);
  z-index: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}

.cs_contact_form .cs_form_field {
  width: 100%;
  padding: 14.5px 30px;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--border);
  border-radius: 5px;
  z-index: 1;
  color: #495057;
}

.mbcerf1 {
  margin-bottom: 35px;
}

.mmbform {
  margin-bottom: 20px;
}

.cs_appointment_wrap.cs_type_2 {
  padding: 30px 25px;
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
  border-radius: 15px;
}

.single-info-boxcon {
  background: #fff8f9;
  padding: 25px 30px 15px 30px;
  border-radius: 15px;
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #f1f1f1;
}

.iconcon i {
  display: inline-block;
  font-size: 25px;
  border-radius: 5px;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: #aa3040;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.iconcon i::after {
  position: absolute;
  right: 17%;
  bottom: -10%;
  height: 100%;
  width: 100%;
  content: "";
  background: #aa3040;
  z-index: -1;
  border-radius: 5px;
  opacity: 0.3;
}

.hed-cont {
  margin-bottom: 18px;
  font-weight: 600;
  color: #1e1d1b;
  font-size: 20px;
}

.phonecn {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #aa3040;
}

.phonecn a:hover {
  color: #626059;
}

.clrcontti {
  color: #1E1E1E !important;
}

.cs_booking {
  padding: 30px 25px;
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
  border-radius: 15px;
  border-bottom: 7px solid #daa92396;
}

.sideSocial a:hover {
  border-radius: 16px 0px 0px 16px;
  width: 48px;
  background: #45474b;
  color: #ffffff;
}

.sideSocial a:last-child {
  border-bottom-left-radius: 16px;
}

.sideSocial {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 9999;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content: start;
  direction: rtl;
}

.sideSocial a {
  width: 36px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #aa3040;
  color: #fff;
  border-bottom: 1px dashed #45474b4d;
}

.sideSocial a:first-child {
  border-top-left-radius: 16px;
}

.sideSocial a:last-child {
  border-bottom: 0px dashed #45474b4d;
}

.whats:hover {
  background: #000;
  color: #ffffff;
}

.whats {
  position: fixed;
  bottom: 145px;
  right: 20px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #28a745;
  /* display: none; */
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 0 #25d366;
  -webkit-animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
      transform: scaleX(1);
  }

  50% {
      transform: scale3d(1.05,1.05,1.05);
      box-shadow: 0 0 0 15px #baffd4;
  }

  to {
      transform: scaleX(1);
      box-shadow: 0 0 0 0 #25d366;
  }
}

.bookingbtn:hover {
  background: #000;
  color: #ffffff;
}

.booking-buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  z-index: 100;
}

.bookingbtn {
  flex: none;
  height: 51px;
  color: #ffffff;
  font-size: 19px;
  line-height: 51px;
  text-align: center;
  cursor: pointer;
  background: #957138;
  border: none;
  padding: 0px 10px;
  text-transform: capitalize;
  right: 0;
  position: fixed;
  bottom: 0;
  border-top-left-radius: 10px;
  display: none;
}

.bookingbtn.second {
  background: #28a745;
}

footer {
  padding-bottom: 0px;
}

.second {
  display: none;
}

.imgaboutbackground:after {
  content: '';
  background-color: #f5e2e6;
  width: 100%;
  position: absolute;
  top: 35px;
  bottom: -30px;
  left: 42%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 10px;
  z-index: -1;
  opacity: .7;
}

.breadcrumb-item a {
  color: #212529;
  font-size: 20px;
}

.breadcrumb-item a:hover {
  color: #daa923 ;
}

.breadcrumb-item.active {
  color: #ffffff;
  font-size: 20px;
}

.mbbread {
  margin-bottom: 15px;
}

.imgblg {
  border-radius: 15px;
  border: 1px solid #f7f7f7;
  margin-bottom: 25px;
  box-shadow: 0px 0px 10.6px rgba(97, 97, 97, 0.15);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

.cs_post_meta {
  display: flex ;
  align-items: center;
  gap: 35px;
  margin-bottom: 25px;
  margin-left: -15px;
}

.cs_post_meta li {
  display: flex ;
  align-items: center;
  gap: 8px;
}

.cs_mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cblog {
  color: #495057;
}

.columns ul li a::before {
  content: "\f105";
  margin-right: 5px;
  display: inline-block;
  transform: translateY(1px);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #daa923;
}
 
 
 

.cs_hero::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 68%;
}
.cs_site_header {
  background-color: #1E1E1E;
}
.stylewhatsapp {
  background: #f0f8ff00;
  color: #ffffff;
  border: 1px solid #ffffff;
}
 
.cs_iconbox.cs_style_3 {
  padding: 20px 30px 20px;
}
.mtbaner{margin-top: 30px;}
 
.bgsec::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 70%;
}
 .bgsec {
   position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
 .service {
  margin-bottom: 40px;
}




@media (max-width: 768px) {
  .columns ul {
      flex: 1 1 calc(50% - 20px);
    }
  }
@media (max-width: 480px) {
  .columns ul {
    flex: 1 1 100%;
  }
}
 
.cs_nav ul {
  text-transform: capitalize;
}

@media screen and (max-width: 1550px) {
  .lang {
      display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .langpc {
      display: none !important;
  }

  .lang {
      display: block !important;
  }
}

@media (min-width: 0px) and (max-width: 766px) {
  .whats {
      display: none;
  }

  .second {
      display: block;
  }

  .booking-buttons {
      position: fixed;
      bottom: 0;
      right: 0;
      width: 100%;
      display: flex;
      z-index: 100;
  }

  .bookingbtn {
      flex: 1;
      height: 54px;
      color: #ffffff;
      font-size: 17px;
      line-height: 50px;
      text-align: center;
      cursor: pointer;
      background: #aa3040;
      border: none;
      padding: 0px;
      text-transform: capitalize;
      position: initial;
      border-top-left-radius: 0px;
      display: block;
  }

  footer {
      padding-bottom: 50px;
  }

  .grid {
      margin-top: -70px;
      width: 194px;
      float: left;
      padding: 10px 5px;
      /* background: #5a5a5ddb; */
  }

  .col-61 {
      flex: 0 0 auto;
      width: 50%;
  }

  .col-6 {
      flex: 0 0 auto;
      width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
      .th-btn {
      min-width: 42%; 
}
   .mmbab {
    margin-bottom: 10px;
}

.imgabf1 {  height: 320px; 
}
.imgabf2 {  height: 180px; 
}


  .imgvisin {height: 375px;}
  .imgcontact { 
    display: none;
}
  .imgbefore {  min-height: 230px;
  }
  .mtbaner { margin-top: 0px; }
  .backgroundhed:after {
      opacity: .1;
  }

  .backgroundhed:before {
      display: none;
  }

  .boxpriz {
      padding: 15px 20px;
  }

  .cs_page_header1 {
      min-height: 160px;
  }

  .cs_about_thumb .imgaboutbackground {
      height: 250px;
      border-bottom-left-radius: 0px;
      border-radius: 10px;
  }

  .cs_fs_18 {
      font-size: 16px;
      line-height: 1.56em;
  }

  .cs_hero.cs_style_3 .cs_hero_subtitle {
      margin-bottom: 25px;
  }

  .flex-direction {
      flex-direction: column-reverse;
  }

  .cs_about_thumb .servicesground {
      height: 240px;
  }

  .box-services {
      /* padding: 15px 15px 15px 15px; */
      min-height: auto;
  }

  .cs_bg_filedslider {
      height: 360px;
  }

  .service .serviceImg {
      height: 500px;
  }

  .cs_site_header.cs_style_1 .cs_main_header_right {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  .lang {
      display: none;
  }

  .cs_about_thumb .imgbackground {
      height: 370px;
      /* border-radius: 10px; */
  }

  .mb-50 {
      margin-bottom: 30px;
  }

  .about-title {
      font-size: 28px;
  }

  .spanvideo {
      display: none;
  }

  .cs_before_after {
      height: 370px;
  }

  .grid {
      margin-top: -44px;
      width: 194px;
      padding: 10px 5px;
      /* background: #5a5a5ddb; */
  }

  .mgbf {
      margin-bottom: 10px;
  }

  .marginarrow {
      /* margin: 15px auto; */
      display: none !important;
  }

  .mgaf {
      margin-bottom: 10px;
      margin-top: 75px;
  }

  .cs_card.cs_style_1 {
      padding: 15px 20px 15px;
  }

  .mb-11 {
      margin-bottom: 4px;
  }

  .cs_about_thumb .imgbackground:after {
      left: 46%;
      border-radius: 10px;
  }

  .cs_about.cs_style_2 .cs_section_subtitle {
      margin-bottom: 26px;
      color: #1e1e1ebd;
      font-size: 16px;
  }

  .menu-content {
      background: #333333;
      padding: 3px;
  }

   
  .columns ul li {
      padding: 0px 0;
      font-size: 16px;
  }

  .menu-tabs {
      width: auto;
  }

  .menu-content li a {
      padding: 7px 4px !important;
  }

  .columns {
      gap: 0px;
  }
  .whychoose { 
    margin-bottom: 0px;height: 250px;
}
.imgblg { 
  height: 275px;
}
.cs_about_thumb .imgvisinbackground {
   height: 300px;
 
}
.bacteam {
  height: 400px;
 
}
}

@media (min-width: 991px) and (max-width: 1024px) {
  .columns {
      gap: 0px;
  }

  .menu-content li a {
      padding: 7px 4px !important;
  }

  .menu-tabs {
      width: auto;
  }

  .columns ul li {
      padding: 0px 0;
      font-size: 16px;
  }

  .menu-content {
      background: #333333;
      padding: 3px;
  }

  

  .lang {
      display: none;
  }

  .flex-direction {
      flex-direction: row;
  }

  .grid {
      display: grid ;
      margin-top: -13px;
  }

  .service .serviceImg {
      height: 500px;
  }

  .cs_bg_filedslider {
      height: 450px;
  }

  .cs_before_after {
      height: 375px;
  }

  .cs_about_thumb .imgbackground {
      height: 430px;
  }
}
