*{
     font-family: "Sarabun", sans-serif;
}
.bgclr-th1{
background:#ECFEF1;
}


body {
   font-family: "Sarabun", sans-serif;
  font-weight: 100;
  font-style: normal;
}

/* Headings */
h1, h2, h3,  h5, h6 {
  font-family: "Noto Serif", sans-serif;
}

p, li{
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}
.th{
    font-size: 45px;
    line-height: 60px;
}
.txth-clr{
   color: #525354;
}
.bclr{
color:#003F67;
}
.fclr{
        color: #359280;
}
.bclr2{
  background:  #F3F9FF;
}
.bclr3{
background:#ECFEF1;
}
.p-80{
    padding: 80px 0;
}
.p-60{
    padding: 60px 0;
}
.roof-section{
    position: relative;
}
.rbgclr1{
background: radial-gradient(50% 50% at 50% 50%, #F1F8FF 0%, #ECFEF1 100%);
}
.rbgclr2{
    background: #BAFFCD;
}
.roof-txt{
    padding: 30px 7rem;
}
.w50{
    width:50px;
}
.logo-alt{
    width:100%;
}
.error{
    color: red;
    font-size: 12px;
}
.roof-form{
        width: 60%;
    margin: auto;
    border-radius: 15px;
}
.heart{
position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-37%);
}
.heart img{
    width: 75%;
}
.accordion-button:focus{
    box-shadow:none !important;
}
/* Body text */
body, p, span, li, a {
  font-family: "Sarabun", sans-serif;
}
.whypoint-h{
    font-family: "Sarabun", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    color: #0A0A0B;
}

footer{
    background: #156d95;
}
.socialf a svg{
    color:#2e3192;
}
.socialf a{
    padding: 7px;
    line-height: 30px;
    font-size: 18px;
    color: #2e3192;
}
.socialf li{
    background: white;
    width: 30px;
    height: 30px;
    margin-right: 25px;
    border-radius: 50px;
}

.img-txt{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.form-select:focus{
    box-shadow:none !important;
}
.form-control:focus{
   box-shadow:none !important; 
}
.testimonial-section .content {
     width: 100%;
    position: relative;
    background: white;
    border-radius: 15px;
}

.form-select{
        color: #6e6e6e !important;
}

.testimonial-section .photos {
  width: 95%;
  margin: 0 auto 20px;
  /* display: flex; */
  justify-content: center;
}

.eapps-widget-toolbar-panel-wrapper{
    display:none;
}

.for-widget{
    background: #ffffff;
    width: 100%;
    height: 80px;
    position: absolute;
    top: -55px;
    z-index: 10;
}
.hdr-a .arrow-circle svg{
        transform: rotate(-2deg) !important;
}
.testimonial-section .thumbnails {
  /* height: 400px;
  margin: 10px; */
  /* display: flex; */
  /* justify-content: center;
  position: relative;
  overflow: hidden;
  transition: transform .3s;
  border-radius: 15px; */
}

.testimonial-section .content::before {
    font-family: "Font Awesome 6 Free";
    content: "\f10d";
    font-weight: 900;
    color: #003f67;
    margin-right: 5px;
    padding: 10px;
    font-size: 55px;
}

 .testimonial-section .content::after {
  content: " \f10e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #003f67;
    margin-right: 5px;
    padding: 10px;
    font-size: 55px;
        position: relative;
    text-align: end;
    left: 88%;
}

.testimonial-section .thumbnails img {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 15px;
}

/* .testimonial-section .black {
  text-align: center;
  background:white;
  background-blend-mode: multiply;
  color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
      border-radius: 15px;
} */

.testimonial-section .title {
  color: black;
  font-size: 12px;
  align-self: center;
  /* position: absolute;
  z-index: 10;
    height: 100%;
    padding: 20px; */
}

/* .testimonial-section .black,.testimonial-section  .title {
  transition: opacity .3s;
} */

/* .testimonial-section .thumbnails:hover {
  cursor: pointer;
  transform: scale(1.05);
  z-index: 20;
  border-radius: 15px;
}

.testimonial-section .thumbnails:hover .black,
.testimonial-section .thumbnails:hover .title {
  opacity: 0;
}

.testimonial-section .testi-name{
display: flex;
    flex-direction: column;
    align-items: end;
}

.testimonial-section .always-show {
  opacity: 1 !important;
  transition: none !important;
  position: relative;
  z-index: 20;
} */
.rating{
        width: 30%;
}
.testi-gimg{
        object-fit: contain !important;
    width: 150px;
    margin-left: 15px;
}
.rooftesti{
       font-size: 18px;
    line-height: 38px;
}
.testimonial-section .thumbnails{
        margin-top: 30px;
}
/* Only hide title text on hover */
/* .testimonial-section .thumbnails:hover .title {
  opacity: 0;
} */

.web-btn a,.web-btn button{
    background: #003F67;
    padding: 10px 20px;
    border-radius: 60px;
    text-decoration: none;
    color: white;
        border: none;
        /* z-index: 199999999; */
}
.web-btn a:hover{
    color: white;
}

 .web-btn a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    position: relative;
     /* z-index: 199999999; */
}

.web-btn  .arrow-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /* transform: translateY(-5px); */
    transition: transform 0.3s ease;
}

.web-btn a:hover .arrow-circle {
    /* transform: translateY(0); */
}

.web-btn  .arrow-circle svg {
    color: black;
    font-size: 16px;
    transform: rotate(-30deg);
}


.bg-testi{
    background: url(../images/doctors/bg.png);
     background-size: cover;
  background-position: center;
}
.baby-form{
 background: url(../images/baby-bg.png);
     background-size: cover;
  background-position: center;
}
.plastic-bg{
    background: url(../images/cosmatic/p-bg.png);
     background-size: cover;
  background-position: center; 
}
.doc-image img{
    height: 334px;
    object-fit: contain;
}
.doc-text{
    background: white;
    padding: 38px;
    border-radius: 20px;
    border: 2px solid #82CE74;
}
.doc-text h3{
    font-size: 25px;
}
.doc-text h4{
      font-size: 18px;
    margin-bottom: 24px;
}
.baby-formbox{
    background: white;
    padding: 18px;
    border-radius: 15px;
}

.care-box{
       border: 1px solid #8080803b;
    border-radius: 15px;
    height: 100%;
}
.carebox-txt{
     padding: 20px 20px;
}
.carebox-txt h4{
        font-family: "Sarabun", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    color: #1F2123;
}
.carebox-txt p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    color: #525354;
}
.care-box img{
    border-radius: 15px 15px 0px 0px;
}

.top-section{
     background: url(../images/main-baby.png);
     background-size: cover;
  background-position: center;
}
.borderg{
    border-bottom: 4px solid green;
}
.bordery{
    border-bottom: 4px solid #003f67;
}


.service-offered .nav-pills .nav-link{
    color: #989898;
    border-bottom: 1px solid #98989857;
    border-radius: 0;
    width: 100%;
    text-align: left;
    padding-left: 0;
}

.service-offered .nav-pills .nav-link.active,.service-offered .nav-pills .show>.nav-link{
color:#1F2123;
    background: none;
}
.service-offered .nav{
        align-items: baseline;
}
.f-numbers li {
    list-style: none;
}

.f-numbers li a{
    color:white;
    text-decoration: none;
}
.seroff-box{
    padding-left: 45px;
}
.seroff-box h4{
    margin-top: 15px;
    padding: 15px 0;
}
.faqs-box button{
    color: black;
    font-size: 18px;
    padding: 25px 10px;
}

.faqs-box .accordion-button:focus{
    box-shadow:none;
}

.faqs-box .accordion-button:not(.collapsed){
    color:#525354;
}

.w-hbtn img{
    width: 40px;
    margin-right: 15px;
}
.ftr-yrs{
        border-top: 1px solid white;
    padding-top: 12px;
}
.so-width{
    width: 100%;
    border-radius: 15px;
}
.videoslider .swiper-slide{
    position: relative;
}
.videoslider .video-txt{
     position: absolute;
    bottom: 48px;
    padding: 12px;
    width: 100%;
    background: linear-gradient(89.77deg, #003F67 0.18%, rgba(0, 107, 174, 0.302621) 69.66%, rgba(0, 125, 205, 0) 99.81%);
        border-radius: 0 15px;
}
.videoslider .video-txt p{
margin: 0;
color:white;
}

.videoslider img{
    border-radius: 15px;
}

.specialties-tab{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #52B26C;
}
.specialties-tab.nav-pills .nav-link.active{
    background: #52B26C !important;
    padding: 10px 20px;
    color: white;
    border-radius: 15px 15px 0px 0px;
}
.specialties-tab.nav-pills .nav-link{
    border-bottom: none;
    color:black;
     padding: 10px 20px;
}

.care-pagination{
    display: flex;
    justify-content: space-between;
    top:0 !important;
    bottom: initial !important;
}

.care-pagination .swiper-pagination-bullet{
    width: 45px;
    height: 45px;
    line-height: 40px;
    border: 2px solid #BAFFCD;
    background: white;
    color:#359280;
    opacity: 1;
}
.care-pagination .swiper-pagination-bullet-active{
background: #EDFCF5;
}
.journey{
    padding-top: 9rem !important;
}
.swiper-pagination-wrapper {
  position: relative;
}

.pagination-line {
 position: absolute;
    /* bottom: 0; */
    left: 20px;
    width: 95%;
    height: 1px;
    background-color: #baffcd;
    z-index: 0;
    top: 20px;
}

.fix-footer {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: white;
    padding: 5px 0px;
    z-index: 9;
}
.fix-footer p {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.fix-footer img {
    width: 36px;
}
    .fix-footer p a span {
        float: left;
        width: 100%;
        color: #000;
    }

    .testi-icon{
            width: 55px;
    }
    .g-testi svg{
    color:#fcbf02;
    }
    .gtesti-box{
    background:#f6f6f8;
    padding:15px;
        height: 230px;
            border-radius: 5px;
    }
    .gtesti-box .g-star{
        margin-top: 12px;
    }
    .gtesti-box p{
        font-size: 16px;
    }
    .gtesti-box h5{
        margin-top:12px;
    }
    .review-link{
    background: #f6f6f8;
    margin: 12px 0;
    padding: 20px;
    border-radius: 5px;
    }
    .g-ratingimg{
    width: 330px;
    object-fit: contain;
    }



@media(max-width:1200px) {
.service-faqs .accordion-button:focus{
    box-shadow:none;
}
.service-faqs .accordion-button:not(.collapsed){
color: black;
}
 .fix-footer {
        display: block !important;
    }
    .ftr-yrs {
    margin-bottom: 70px;
    }

}

@media(max-width:767px) {
    .heart{
        display: none;
    }
    .g-ratingimg{
        width: 100%;
    }
    .roof-form {
    width: 70%;
    margin-bottom: 60px !important;
    }
    .logo-alt{
   width: 200px; 
}
.care-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    line-height: 36px;
}
.sofferd-phone .accordion-button{
    color: black !important;
}
/* .testimonial-section .thumbnails {
    height: 457px;
} */
    .testimonial-section .content::after {
        left:70%;
    }

}
@media(max-width:600px) {

    .specialties-tab.nav-pills .nav-link.active {
    padding: 10px 5px;
    }
    .specialties-tab.nav-pills .nav-link{
      padding: 10px 5px;  
    }

    
.seroff-box img{
    width:100%;
}
.seroff-box {
    padding-left: 0px;
}
.th {
    font-size: 30px;
    line-height: 45px;
}

.care-box{
        height: auto;
    margin-bottom: 30px;
}
.roof-txt {
padding: 30px 1rem;
}
.heart{
    display: none;
}
.roof-form {
    width: 88%;
    margin-bottom: 45px !important;
}
.journey {
    padding-top: 6rem !important;
}
.logo-alt{
   width: 200px; 
}
.hdr-a span{
    display:none;
}
.hdr-a a{
padding: 6px 6px;
}
}

@media (min-width: 768px) and (max-width: 991px)  {
.th {
    font-size: 27px;
    line-height: 42px;
}
.doc-text p{
margin-bottom: 0;
}
.doc-text {
    padding: 15px 20px;
}
.roof-txt {
    padding: 30px 1rem;
}
.th {
    font-size: 32px;
    line-height: 41px;
}
.roof-form{
        width: 100%;
        margin-bottom: 30px;
}
.heart img{
    display: none;
}
}

@media (min-width: 992px) and (max-width: 1200px)  {
.th {
    font-size: 38px;
    line-height: 50px;
}
.roof-form{
        width: 90%;
}
.heart img{
    display: none;
}
}