:root {
  --primary-color: #3bb77e;
  --secondary-color: #c7bb03;
  --dark:#253d4e;
}
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "quicksand";
  src: url("../fonts/Quicksand-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "quicksand-semi";
  src: url("../fonts/Quicksand-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "quicksand-medium";
  src: url("../fonts/Quicksand-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "quicksand-bold";
  src: url("../fonts/Quicksand-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "impact";
  src: url("../fonts/impact.ttf") format("truetype");
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "quicksand";
  color: var(--dark);
}
*{
  box-sizing: border-box;
  margin: 0;
}
a{
  text-decoration: none;
  display: inline-block;
}
li{
  list-style-type: none;
}
ul{
  padding: 0;
}
input:focus {
  outline: 0;
}
img{
  max-width: 100%;
}
p {
  line-height: 28px;
  font-size: 16px;
}
.mt-20{
  margin-top: 20px;
}
.container{
  width: 1270px;
  margin: auto;
}
.flex{
  display: flex;
}
.wrap{
  flex-wrap: wrap;
}
.coldir{
  flex-direction: column;
}
.rowdir{
  flex-direction: row;
}
.acenter{
align-items: center;   
}
.jcenter{
  justify-content: center;
}
.jbetween{
  justify-content: space-between;
}
.afelxstart{
  align-items: flex-start;
}
.afelxend{
  align-items: flex-end;
}
.jflexstart{
  justify-content: flex-start;
}
.jflexend{
  justify-content: flex-end;
}
.grow{
  flex-grow: 1;
}
.shrink{
  flex-shrink: 0;
}
.ful_wid{
  width: 100%;
}
img{
  width: 100%;
}
.pos_relative{
  position: relative;
}
.logo {
  max-width: 180px;
}
.btn_style {
  background: var(--primary-color);
  color: #fff;
  padding: 15px 25px;
  font-family: "Montserrat-SemiBold";
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
}
.btn_style:hover{
  background: var(--dark);
}
.header {
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  z-index: 9;
}
.menu{
  margin-right: 30px;
}
.menu a {
  font-size: 16px;
  color: var(--dark-blue);
  padding: 15px 5px;
  margin: 0 10px;
  font-family: 'quicksand-bold';
  position: relative;
  overflow: hidden;
}
.menu a:hover, .menu a.activev {
  color: var(--primary-color);
}
.contact-bld{
  font-family: quicksand-bold;
}
.contact-reg{
  font-family: quicksand;
}
.newtag {
  background: var(--secondary-color);
  padding: 3px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
.newTop-bar {
  border-top: 1px solid #ececec;
  padding: 15px 0 0 0;
  margin-top: 10px;
}
.f14{
  font-size: 14px;
}
.f16{
  font-size: 16px;
}
.f18{
  font-size: 18px;
}
.f20{
  font-size: 20px;
}
.contact-inform {
  margin-left: 10px;
  margin-right: 30px;
}
.banner .item{
  position: relative;
}
.banner_ctn {
  position: absolute;
  left: 0;
  width: 40%;
  top: 30%;
  right: 0;
  margin: auto;
  text-align: center;
}
.banner_hastag {
  font-size: 24px;
  color: var(--primary-color);
  font-family: 'quicksand-bold';
}
.bannerTitle {
  font-size: 60px;
  color: var(--dark-blue);
  margin: 10px 0 20px 0;
  font-family: 'quicksand-bold';
  line-height: 62px;
  letter-spacing: -1px;
}
.bannerParagarph {
  font-size: 14px;
  color: var(--dark-blue);
  margin-bottom: 50px;
  font-family: "Montserrat-Medium";
  max-width: 90%;
}
.bestBanner_left {
  width: 35%;
  position: relative;
  left: -30px;
}
.bestBanner_ctn {
  width: 40%;
}
.bestBanner_award {
    width: 30%;
}
.bestBanner {
  background: var(--dark-blue);
  height:400px;
  border-radius: 20px;
  margin-top: -200px;
  position: relative;
  overflow: hidden;
}
.heading {
  font-size: 48px;
  font-family: "quicksand-bold";
  color: var(--dark);
  line-height: 48px;
}
.subHeading{
  font-size: 16px;
  font-family: "Poppins-SemiBold";

}
.heading span{
  color: var(--primary-color);
}
.bestBanner .heading span{
    color: #a7b7ff;
}
.bestBanner .heading{
  color: #fff;
}
.bestBannerPara {
  color: #fff;
  font-size: 14px;
  max-width: 85%;
  margin: 20px 0 30px 0;
}

.bestBanner_award {
  width: 270px;
  height: 270px;
  background: #f7f8fe;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.awardheading {
  font-size: 22px;
  font-family: "Poppins-ExtraBold";
  color: var(--dark-blue);
  max-width: 50%;
  text-align: center;
  line-height: 28px;
}
.awardSubheading {
  font-size: 16px;
  font-family: "Poppins-Bold";
  margin: 20px 0 10px 0;
}
.awardIcon {
  width: 20%;
  margin: 0 auto;
  display: inline-block;
}
.bestBanner_award a {
  background: var(--primary-color);
  color: #fff;
  width: 90px;
  height: 70px;
  border-radius: 50%;
  display: block;
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: -35px;
  line-height: 40px;
}
.companyExpCardIcon {
  width: 90px;
  height: 90px;
  padding: 15px;
  border-radius: 10px;
  background: var(--primary-color);
  flex-shrink: 0;
}
.companyExpCard {
  flex-basis: 30%;
  padding: 60px 30px 0px 30px;
}
.companyExpCardCtn{
  font-size: 18px;
  font-family: "Montserrat-SemiBold";
  margin-left: 20px;
}
.compnayBlog{
  padding-bottom: 100px;
}
.div_padding{
  padding: 100px 0;
}

.techCard {
  width: 33%;
  background: #fff;
  border-radius: 10px;
  padding: 0 20px 0 20px;
  position: relative;
  margin: 0 20px 0 0;
}
.tcenter{
  text-align: center;
}
.techCardImage {
  max-width: 23%;
  margin: auto;
}
.techCardCtnTitle {
  color: var(--primary-color);
  font-size: 24px;
  font-family: "quicksand-bold";
  padding-top: 20px;
}
.techCardCtn p{
  margin: 20px 0;
  font-size: 16px;
  text-align: center;
}
.brandName{
  color: var(--dark-blue);
  font-size: 16px;
  font-family: "Montserrat-Bold";
  text-align: center;
}
.ouTechnologiesInr{
  margin-top: 80px;
}
.product {
  width: 130px;
  border: 5px solid #fff;
  box-shadow: 2px 2px 20px rgb(0 0 0 / 20%);
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}
.product img {
  object-fit: cover;
  height: 100%;
}
.videoCard {
  background: var(--primary-color);
  border-radius: 20px;
  margin-right: 20px;
  width: 25%;
  overflow: hidden;
  position: relative;
}
.videoCard .thumbnail{
  height: 100%;
  object-fit: cover;
}
.videoCardTitle .heading{
  color: #fff;
}
.shape {
  position: absolute;
  right: 0;
  bottom: 50px;
  max-width: 40%;
}
.videoCardTitle {
  padding: 30px;
  position: relative;
  min-height: 250px;
}
.videoDetil{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.videoCard:hover .videoDetil{
  opacity: 1;
  visibility: visible;
}
.videoDetil::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(0 0 0 / 30%);
}
.playBtn {
  background: #ef0e0e;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 35%;
  margin: 0 auto;
  z-index: 4;
  cursor: pointer;
}
.playBtn img {
  max-width: 20px;
}
.videoTitle {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 3;
  transition: all .5s ease-in-out;
}
.videoCard:hover .videoTitle{
  bottom: 0;
}
.videoTitleName {
  padding: 20px 30px;
  display: block;
  background: var(--primary-color);
  color: #fff;
  font-family: "Montserrat-Medium";
}
.slick-arrow{
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin-top: 60px;
  margin-right: 5px;
  text-indent: 0px;
  border: 0;
  font-size: 0;
}
 .slick-prev{
  background: #fff url(../images/arrow.png) no-repeat 27px 24px;
  transform: rotateY(180deg);
  position: absolute;
  left: 30px;
  top: 40%;
  z-index: 8;
}
 .slick-next {
  background: #fff url(../images/arrow.png) no-repeat 26px 24px;
  position: absolute;
  right: 30px;
  top: 40%;
  z-index: 8;
}
.slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.slick-dots li button{
  width: 15px;
  height: 15px;
  background: #ccc;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  margin-right: 5px;
}
.sildeNav span:hover{
  opacity: 1;
}
.tesimoial {
  margin-top: 80px;
  padding: 0 80px;
}
.tesimoial .slick-list{
padding-top: 60px;
}
.tesimoialItem{
  margin-right: 50px;
}

.tesimoialItemCtn{
  font-size: 14px;
  font-family: "Montserrat-Medium";
  padding: 40px;
  color: var(--dark-blue);
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  position: relative;
  text-align: center;
}
.tesimoiaCard .quote{
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
}
.tesimoiaCard{
  position: relative;
}
.quote_left {
  background: url(../images/quote_left.png) 0 0 / cover;
  left: 30px;
  top: -20px;
}
.quote_right {
  background: url(../images/quote_right.png) 0 0 / cover;
  right: 30px;
  bottom: -20px;
}
.tesiProfile{
  margin-top: 30px;
}
.testprofileImage{
  width: 80px;
  height: 80px;
  background: #ccc url(../images/profile.png) center / cover;
  border-radius: 50%;
}
.testUserName{
  font-size: 16px;
  color: var(--dark-blue);
  margin-left: 10px;
}
.doctorCardBlg{
  margin-top: 80px;
}
.doctor{
  background: var(--bg);
}
.doctorCard{
  flex-basis: 25%;
  padding: 0 20px;
}
.doctorName{
  font-size: 24px;
  color: var(--dark-blue);
  font-family: "poppins-Bold";
}
.doctorDesc{
  font-size: 14px;
  color: var(--dark-blue);
  font-family: "Montserrat-Regular";
}
.doctorCardImage {
  max-width: 90%;
  margin: auto;
}
.doctorDetail {
  margin: 20px 0;
}
.doctorSm a{
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #eaebf1;
  margin-right: 10px;
}
.doctorSm a:last-child{
  margin-right: 0;
}
.doctorSm a:hover{
  background: var(--primary-color);
}
.doctorSm a:hover i{
  color: #fff;
}
.footer{
  background: var(--dark);
  padding: 50px 0;
}
.footLogo {
  max-width: 40%;
  margin-bottom: 30px;
}
.footerTitle{
  color: #becbff;
  font-family: "Montserrat-medium";
  margin-bottom: 20px;
  font-size: 18px;
  flex-basis: 40%;
}
.footerAbout p {
  color: #fff;
  font-family: "Montserrat-Medium";
  font-size: 14px;
  max-width: 85%;
}
.footerAbout{
  flex-basis: 30%;
}
.footerblg{
  flex-basis: 20%;
}
.footerContact {
  flex-basis: 30%;
  border-radius: 10px;
  overflow: hidden;
}
.footerblg ul li a {
  padding: 8px 0;
  color: #fff;
  font-family: "Montserrat-Medium";
  font-size: 14px;
}
.footerblg ul li a:hover{
  color: #becbff;
}
.footerContact li{
  color: #fff;
  line-height: 30px;
}
.copyRight{
  padding: 10px 0;
  background: #0a0a25;
}
.copyRight p{
  text-align: center;
  color: #fff;
}
.inrBanner {
  background: url(../images/inr_banner.png) no-repeat 0 0/ cover;
  background-attachment: fixed;
  position: relative;
}
.inrBanner::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--dark);
  opacity: 0.8;
}
.inrBannerHeading{
  position: relative;
}
.inrBannerHeading .heading{
  margin-bottom: 15px;
  font-size: 50px;
}
.inrBannerHeading .subHeading, .inrBannerHeading .heading{
  color: #fff;
}
.aboutLeft{
  width: 45%;
  padding-left: 30px;
}
.aboutRight{
  width: 55%;
  padding-left: 0;
}
.animate-item {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #80d2af;
  position: absolute;
  right: 70px;
  top: 11px;
  z-index: -1;
  animation: jumping 5s ease-in-out infinite;
}
.animate-item-pos2{
  left: 90px;
  top: 80px;
  width: 100px;
  height: 100px;
  animation: jumping2 5s ease-in-out infinite;
}
@keyframes jumping {
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(20px);
  }
  100%{
    transform: translateY(0);
  }
}
@keyframes jumping2 {
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-10px);
  }
  100%{
    transform: translateY(0);
  }
}
.animate-item span{
  font: 16px quicksand-bold;
  color: var(--dark);
}
.sticky-logo {
  transform: rotate(90deg);
  position: absolute;
  transform-origin: 0;
  top: -50px;
  left: -30px;
  z-index: -1;
}
.sticky-logo h2 {
  font-family: impact;
  text-transform: uppercase;
  font-size: 90px;
  opacity: 10%;
}
.think-inr {
  max-width: 70%;
  margin: 0 auto;
}
.think-love{
  background: #fefaf2;
}
.think-image {
  width: 45%;
}
.think-ctn{
  width: 35%;
}
.aboutparagraph {
  margin-top: 30px;
  max-width: 90%;
}
.aboutparagraph p{
  margin-bottom: 20px;
}
.award{
  position: relative;
}
.award::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 30%;
  background: var(--dark);
  z-index: -1;
}
.award .heading{
  color: #fff;
}
.marginPara{
  margin: 25px auto 0 auto;
  max-width: 60%;
  color: #fff;
}
.award .techCardImage{
  max-width: 20%;
}

.award .techCard {
    padding: 30px;
    box-shadow: 0 0 60px rgb(0 0 0 / 5%);
}
.award .techCardCtnTitle{
  border: 0;
  padding: 0;
}
.award .techCardCtn p {
  text-align: center;
  line-height: 22px;
}
.vision .tesimoialItemCtn{
 padding: 0;
 text-align: left;
 border: 0;
}
.vision .testprofileImage{
  margin-bottom: 20px;
}
.vision .testprofileImage{
  background: #fff;
}
.vision .tesimoial{
  margin-top: 0;
}
.count{
  background: var(--primary-color);
}
.countItem .subHeading{
  color: #fff;
}
.countItem .heading{
  color: #fff;
}
.countItem {
  flex-basis: 25%;
  border-right: 1px dashed #fff;
}
.countItem:last-child{
  border-right: 0;
}
.specialPara{
  font-family: "Montserrat-Regular";
  font-style: italic;
  font-size: 22px;
}
.aboutClinic{
  padding: 0% 0 0% 8%;
}
.contactDetail{
  flex-basis: 30%;
}
.appointment{
  flex-basis: 60%;
}
.contactIcon {
  max-width: 6%;
  margin-right: 20px;
}
.contact .heading{
  margin-bottom: 40px;
}
.contactInfo li{
  padding-top: 40px;
}
.contactInfo li:first-child{
  padding-top: 0;
}
.appSection li{
  flex-basis: 49%;
  margin-bottom: 10px;
}
.appSection li input, .appSection li textarea{
  width: 100%;
  background: #f4f2f2;
  padding:18px 20px;
  border-radius: 5px;
  border: 0;
  font-family: "Montserrat-Regular";
  font-size: 16px;
}
.appSection li.textField{
  flex-basis: 100%;
}
.appSection li textarea{
  height: 130px;
  resize:vertical;
  
}
.appSection li a.btn_style{
  padding: 15px 60px;
  border-radius: 50px;
} 
.map iframe{
  width: 100%;
  height: 400px;
}
.cost_table{
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}
.cost_table td, .cost_table th{
  border: 1px solid #ddd;
  padding: 15px 20px;
  font-size: 15px;
}
.cost_table th.type, .cost_table th.desc{
  width:320px;
}
.cost_table p b{
  font-family: "Montserrat-Bold";
}
.costImage {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.costBarnd{
  width: 130px;
}
.costImage img{
  object-fit: cover;
  height: 100%;
}
.costing{
  border-top: 1px dashed #ccc;
}
.costNav{
  margin-bottom: 30px;
}
.costNav li a{
  padding: 10px 20px;
  background: #eee;
  border-radius: 50px;
  margin: 5px;
  color: var(--dark-blue);
  font-size: 14px;
  font-family: "Montserrat-Semibold";
}
.love-tumb{
  position: absolute;
}
.love-thumb-pos-1{
  left: 10%;
  top: 0;
  animation: jumping 5s ease-in-out infinite;
}
.love-thumb-pos-2{
  top: 40%;
  left: 0;
  animation: jumping2 5s ease-in-out infinite;
}
.love-thumb-pos-3{
  top: inherit;
  bottom: 0;
  left: 10%;
  animation: jumping 5s ease-in-out infinite;
}
.love-thumb-pos-4{
  right: 10%;
  animation: jumping2 5s ease-in-out infinite;
  
}
.love-thumb-pos-5{
  right: 0%;
  top: 40%;
  animation: jumping 5s ease-in-out infinite;
}

.love-thumb-pos-6{
  right: 10%;
  bottom: 0;
  animation: jumping2 5s ease-in-out infinite;
}
.home-pro{
  border-top: 1px solid #ececec ;
}
.pro-slider {
  width: 45%;
  border-right: 1px solid rgb(240, 240, 240);
  border-radius: 10px;
}
.pro-slider img{
  max-width: 50%;
  margin: auto;
}
.pro-section{
  margin-top: 50px;
}
.pro-thumb{
  width: 55%;
}
.pro-slider .slick-arrow{
  display: none !important;
}
.pro-thumb li {
  flex-basis: 25%;
  border-right: 1px solid rgb(240, 240, 240);
  border-bottom: 1px solid rgb(240, 240, 240);
  padding: 30px 40px;
  text-align: center;
}
.pro-thumb li span{
  margin-top: 20px;
  display: block;
}
.pro-slider span{
  text-align: center;
  display: block;
  font-family: 'quicksand-bold';
  font-size: 22px;
  margin-top: 30px;
}
.pro-thumb li:nth-child(5){
  border-bottom: 0;
}
.pro-thumb li img{
  transition: all .3s ease-in-out;
}
.pro-thumb li:hover img{
  transform: scale(1.1);
}
.pro-thumb li:nth-child(6){
  border-bottom: 0;
}
.pro-thumb li:nth-child(7){
  border-bottom: 0;
}
.pro-thumb li:nth-child(8){
  border-bottom: 0;
}
.brand{
  margin-top: 50px;
}
.brand .item img{
  max-width: 80%;
  display: block;
  margin: auto;
}
.branding{
  padding-top: 0;
}

 .brands .techCardImage {
  max-width: 70%;
}
 .brands {
  margin: 10px;
  width: 18%;
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 10px;
}
.brandSocilaPara{
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}
.brandSocilaPara::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}
.brandSocilaPara span{
  background: #fff;
  padding-right: 20px;
}

.pro-page-thumb {
  width: 100%;
}
.pro-page-thumb li{
  flex-basis: 19.5%;
  padding: 30px 20px;
    text-align: center;
    border: 1px solid rgb(240, 240, 240);
    margin: 5px 0;

}
.pro-page-thumb li img {
  width: 95%;
  margin-bottom: 20px;
  height: 210px;
  object-fit: contain;
}
.pro-page-card a{
  color: var(--dark);
}
.proName{
  font-family: "quicksand-semi";
  margin: 5px 0;
  font-size: 20px;
  color: var(--dark);
}
.pro-page-card p {
  font-size: 13px;
  line-height: 20px;
}

.pro-page-thumb li img{
  transition: all .3s ease-in-out;
}
.pro-page-thumb li:hover img{
  transform: scale(1.1);
}