@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  font-weight: 400;
}

section {
  padding: 20px 0;
}

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

.f12 {
  font-size: 12px;
  line-height: 20px;
}

.f14 {
  font-size: 14px;
  line-height: 22px;
}

.f18 {
  font-size: 18px;
  line-height: 26px;
}

.f20 {
  font-size: 20px;
  line-height: 28px;
}

.f50 {
  font-size: 50px;
  line-height: 52px;
}

/*Font Weight*/

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 500;
}

.f600 {
  font-weight: 600;
}

.f700 {
  font-weight: 700;
}

.f800 {
  font-weight: 800;
}

.f900 {
  font-weight: 900;
}

.f20 {
  font-size: 20px;
  line-height: 28px;
}

.bps-img {
  width: 200px;
}

.blue {
  color:#010066;
}

.red {
  color: #b9bdc1;
}

.heading_wrapper {
  margin-bottom: 40px;
}

.heading_wrapper img {
  width: 70px;
}

/*Colors
--------------------------------------*/

/*Buttons
--------------------------------------*/
.btn{
    color: #000;
    background: linear-gradient(135deg, #eb2d2d 0%, #eb2d2d 22%, #d21414 22%, #d21414 28%, #bb1111 28%, #bb1111 72%, #ae1010 72%, #ae1010 100%);
    background-size: 200% 100%;
    background-position: 0 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 20px 12px;
    border-radius: 32px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.6s ease 0s;
    margin: 30px 0;
}
.btn:hover{ 
    color: #fff; 
    background-position: 100% 0;
}
.btn:before{ 
    content:"";
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    transition: all 0.5s;
    z-index: -1;
}
.btn:hover:before{ opacity: 0; }
@media only screen and (max-width: 767px){
    .btn{ margin-bottom: 30px; }
}


/*HEADER
--------------------------------------*/
.header {
  background-color: #4abfd1;
}

.head-call .call-icon {
  margin-left: 10px;
}

.head-call .call-icon i {
  color: #fff;
  font-size: 18px;
}

/*NAVABAR
--------------------------------------*/
.navbar {
  padding: 0px;
  /* position: fixed; */
  /* top: 40px; */
  z-index: 10;
  width: 100%;
  background: #fff;
  transition: 0.6s all;
  border-bottom: 1px solid #ebf4f5;
}

.navbar-expand-md.fixed-top .navbar-nav .dropdown-menu {
  top:100%;
}

.navbar.fixed-top {
  top: 0;
  background: #4abfd1;
}

.navbar-brand {
  width: 210px;
  padding: 8px 0;
}

.navbar.fixed-top .navbar-brand.logo-x {
  display: none;
}

.navbar.fixed-top .navbar-brand.logo-y {
  display: block;
}

.navbar .navbar-brand.logo-x {
  display: inline-block;
}

.navbar .navbar-brand.logo-y {
  display: none;
}  

.navbar-expand-md .navbar-nav .nav-link {
      padding:28px 6px 32px;
    line-height: inherit;
    font-size: 18px;
    color: #212529;
    font-family: 'Oswald', sans-serif;
}

.fixed-top.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  /*padding: 18px 32px;*/
}

.navbar-expand-md .navbar-nav .nav-item:hover .nav-link {
  color: #ae1010;
}

.fixed-top.navbar-expand-md .navbar-nav .nav-item:hover .nav-link {
  color: #242424;
}

.dropdown-item.active,
.dropdown-item:hover, 
.dropdown-item:active {
  background-color: #4abfd1;
  color: #fff;
}

.dropdown-item.drop-down-title {
  background: linear-gradient(153.43deg,#0066b2 0,#003d6b 100%);
  color: #fff;
}

.btn-less {
  background: linear-gradient(153.43deg,#0066b2 0,#003d6b 100%);
  color: #fff;
  padding: 10px 20px;
}



/*FOOTER
--------------------------------------*/
.footer {
  background: #4abfd1;
  padding: 80px 0 0px;
}

.footer ul li {
  margin-bottom: 5px;
}

.footer-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-links p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}

.footer-links p i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 16px;
  line-height: 18px;
}

.social-icons i {
  font-size: 24px;
  line-height: 40px;
}

.footer .call-icon,
.appt-btn1 .call-icon {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    margin-right: 30px;
}

.footer .call-icon.icon-fb,
.appt-btn1 .call-icon.icon-fb {
    background-color: #3b5998;
}

.footer .call-icon.icon-insta,
.appt-btn1 .call-icon.icon-insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.footer a:hover {
  color: #fff;
}

.footer-logo {
  width: 100px;
  margin-bottom: 10px;
}

.copyright-content {
  padding: 8px 0;
  border-top: 2px solid #3da5b5;
  margin-top: 30px;
  background: #3da5b5;
}

.copyright-content p {
  color: white;
}


.footer-stick {
    display: none;
}

/*HOME PAGE
--------------------------------------*/
/*carousel*/
.carousel {
  margin-top: 73px;
}

.carousel .carousel-item {
  position: relative;
}

.carousel .carousel-item .banner-caption {
  position: absolute;
  top: 50%;
  left: 150px;
  margin-top: -60px;
}

.expert-item h5 {
  background-color: #ff6b12;
}

.abt_txt .heading_wrapper {
  margin-bottom: 10px;
}

.abt_txt .heading_wrapper h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.about_wrapper {
  background: url("../images/spine-bg.png") no-repeat top left;
  background-size: contain;
}

.exp-num span {
  font-size: 80px;
  line-height: 60px;
  color: #ae1010;
  font-family: 'Oswald', sans-serif;
}

.exp-num {
  margin-top: 50px;
}

.exp-num h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 9px;
}

.sec-feature {
  background-color: #020150;
}

.feature-box {
  z-index: 9;
  background-color: rgba(0,0,0,.27);
  position: relative;
  padding: 28px 35px 36px;

}

.feature-box .featured-title {
  margin-bottom: 30px;
}

.feature-box .featured-title h3 a {
  color: #fff;
  font-weight: 400;
}

.feature-box .featured-title a i {
  margin-left: 40px;
  display: inline-block;
  color: #fff;
}

.feature-box span {
  display: inline-block;
  margin-left: 49px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.05);
}

.feature-box img {
  width: 160px;
}

/*******************************************/
.sec-tips {
    background: url("../images/healthy-heart-bg.jpg");
    background-size: cover;
}

.sec-tips .mid-tip {
  position: relative;
  margin: 0 auto;
  margin: 200px 0;
}

.sec-tips .mid-tip img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border: 4px solid #ae1010;
}


.sec-tips .mid-tip:before {
  content: "";
  position: absolute;
  top: -150px;
  left: 27%;
  height: 500px;
  width: 500px;
  border: 4px dashed #ae1010;
  border-radius: 50%;
  -webkit-animation: spin-right 50s linear infinite;
  animation: spin-right 50s linear infinite;
}

.sec-tips .tip-lap {
  position: absolute;
  width: 100px;
  
}

.sec-tips .tip-lap img {
  border: 1px solid #ae1010;
  border-radius: 50%;
}

.sec-tips .tip-1 {
  top: 0;
  left: 50%;
  margin-left: -50px;
}

.sec-tips .tip-2 {
  top: 0;
  left: 50%;
  margin-left: 150px;
  margin-top: 110px;
}

.sec-tips .tip-3 {
  top: 50%;
  left: 50%;
  margin-top: 15px;
  margin-left: 190px;
}

.sec-tips .tip-4 {
  bottom: 0;
  margin-bottom: 34px;
  margin-left: 50px;
  left: 50%;
}

.sec-tips .tip-5 {
  bottom: 70px;
  left: 350px
}

.sec-tips .tip-6 {
  bottom: 47%;
  margin-bottom: -60px;
  left: 260px;
}

.sec-tips .tip-7 {
  top: 50%;
    margin-top: -210px;
    left: 320px
}

/* ---------- Animation ---------- */
@-webkit-keyframes spin-right {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*Testimonial-----------------------------*/
.choose-sec .choose-img {
  position: relative;
}

.choose-sec .choose-img .choose-img-wrap {
  position: absolute;
  margin-top: 30px;
  top: 50%;
  left: 0;
  width: 485px;
}

.choose-text {
  /* background-color: #015964;
  padding: 40px;
  position: relative;
  z-index: 2; */
  padding-left: 30px;
}

.choose-text:after {
  /* content: "";
  width: 100%;
  height: 100%;
  background-color: #006774;
  position: absolute;
  left: -120px;
  top: 0;
  z-index: -1; */
}

.stat-wrap,
.stat-line  {
  border-left: 5px solid #003e46;
    padding-left: 20px;
}

.stat-wrap span {
  color: #fff;
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;

}


/*Testimonials--------------------------------------------------------*/

.testimonials .slide-item {
    position: relative;
    padding: 24px;
    transition: background-color 0.1s ease 0s;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: rgba(17, 17, 17, 0.05);
    margin-bottom: 20px;
    min-height: 334px;
}

.testimonials.pg-review .slide-item {
    min-height: auto;
}

.testimonials .slide-item .star-icon {
    width: 150px;
    padding-left: 40px;
}

.testimonials .slide-item .google-icon {
    width: 36px;
    position: absolute;
    top: 26px;
    left: 18px;
}

.testimonials .slide-item h5 {
    font-weight: bold;
    padding-left: 40px;
}

.testimonials .star-img {
    width: 200px;
    margin-bottom: 30px;
}

/*ABOUT PAGE
--------------------------------------*/
.page-banner {
  background: url("../images/page-banner.jpg") no-repeat center right;
  background-size: contain;
  height: 300px;  
}

.page-banner h1 {
  padding-top: 130px;
  color: #fff;
}

.abt-doctor {
  /*background: url("../images/about-bg.jpg") no-repeat center right;
  background-size: cover;
  background-attachment: fixed;*/
  background-color: #f2f2f2;
}

.affliations {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 11px 17px rgb(0 0 0 / 58%);
  margin: 30px 0;
}

.aff-img {
  width: 150px;
}

.color-bg {
  background-color: #f2f2f2;
}

#accordion .panel{
    border: none;
    border-bottom: 1px solid #ae1010;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: -5px;
}
#accordion .panel:last-child{ border-bottom: none; }
#accordion .panel-heading {
    padding: 0;
    border-radius: 0;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 20px 15px 30px;
    background: #4abfd1;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border: none;
    transition: all 1s ease 0s;
    margin-top: 10px;
}
#accordion .panel-body{
    padding: 25px 20px 15px 40px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    background: #ae1010;
    border: none;
    position: relative;
}

#accordion .panel-body p {
  color: #fff;
}
#accordion .panel-body:before{
    content: "";
    border-top: 15px solid #4abfd1;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 30px;
}
#accordion .panel-body:after{
    content: "";
    width: 8px;
    height: 60px;
    background: #4abfd1;
    position: absolute;
    top: 25%;
    left: 0;
}

#accordion .panel-body ul li {
  position: relative;
  padding-left: 30px;

}

#accordion .panel-body ul li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #fff;
}

.sec-media iframe {
  border: 3px solid #ae1010;
}

/*SERVICE LIST
--------------------------------------*/
.navbar1 p {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.navbar1 .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
  box-sizing: border-box;
  color: #ae1010;
  /*padding: 10px 20px;*/
  /*background-color: #fff;*/
  /*border: 2px solid #003d6b;*/
}

.navbar1 ul li a {
  color: #000;
  border-bottom: none;
}

.para-10 {
  padding-bottom: 10px;
}

.para-15 {
  padding-bottom: 15px;
}

.para-20 {
  padding-bottom: 20px;
}

.service-content h2 {
  border-bottom: 2px solid #444;
  margin: 30px 0;
}

.service-content ul li {
  position: relative;
  padding-left:0px;
}

.service-content ul li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
  
}

:root{ --main-color: #79C617; }
.pricingTable{
    color: var(--main-color);
    background: linear-gradient(to right bottom,#eee,transparent,#eee);
    text-align: center;
    padding: 60px 0 40px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.pricingTable .pricingTable-header{
    text-align: left;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
}
.pricingTable .pricingTable-header:before,
.pricingTable .price-value:before{
    content: '';
    background-color: var(--main-color);
    height: 30px;
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}
.pricingTable .title{
    background-color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    padding: 5px 15px 5px 10px;
    margin: 0;
    border-radius: 0 50px 50px 0;
    box-shadow: 10px 0 0 var(--main-color),10px 0 10px rgba(0,0,0,0.3);
    display: inline-block;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color: #777;
    font-size: 19px;
    font-weight: 500;
    line-height: 35px;
    padding: 0 15px 0 35px;
    margin: 0 0 10px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: var(--main-color);
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 8px;
}
.pricingTable .pricing-content li.disable:before{ content: "\f00d"; }
.pricingTable .price-value{
    color: var(--main-color);
    font-size: 30px;
    font-weight: 600;
    text-align: right;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
}
.pricingTable .price-value span{
    background-color: #fff;
    padding: 5px 10px 5px 15px;
    border-radius: 50px 0 0 50px;
    box-shadow: -10px 0 0 var(--main-color),-10px 0 10px rgba(0,0,0,0.3);
    display: inline-block;
}

@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }
}

.sec-cta {
  background: url("../images/cta-bg.png") no-repeat center center;
  background-size: cover;
  min-height: 300px; 
  position: relative;
}

.sec-cta a {
  position: absolute;
  top: 80px;
  left: 650px;
  background: #e5c157;
  padding: 8px 10px;
}


/*CONTACT PAGE
--------------------------------------*/
:root{ --main-color: #ae1010; }
.serviceBox{
    color: var(--main-color);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 35px 28px 25px;
    position: relative;
    z-index: 1;
    min-height: 235px;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    border-radius: 25px;
    border: 10px solid var(--main-color);
    clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1 !important;      
}   
.serviceBox:after{
    border-width: 3px;
    clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
}
.serviceBox .service-icon{
    font-size: 40px;
    margin: 0 0 10px;
}
.serviceBox .title{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #555;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin: 0s;
}
.serviceBox.gray{ --main-color: #252D36; }
.serviceBox.purple{ --main-color: #BE2EDD; }
.serviceBox.blue{ --main-color: #0bb7ce; }
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 40px; }
}

.consult-wrap {
  margin-bottom: 40px;
}

.consulting-sec {
  background-color: #f2f2f2;
}

.consult-info {
  color: #0066b2;
  text-align: center;
  padding: 80px 20px;
  margin: 0 -5px;
  border: 12px solid #0066b2;
  border-left: 12px solid #0066b2;
  border-top: 12px solid #0066b2;
  position: relative;
  z-index: 1;
  background-color: #fff; 
}

.consult-info:before {
  content: "";
  width: calc(100% - -1px);
  height: calc(100% - -1px);
  border: 12px solid #6EA2C9;
  border-top: 12px solid #427396;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}


/*--------------RESPONSIVE---------------
--------------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

@media (min-width: 768px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 5px;
  }

  h3 {
    font-size: 18px;
    line-height: 26px;
  }

  section {
    padding: 40px 0 20px;
  }

  .btn {
    padding: 5px 15px;
  }

  .navbar-brand {
    width:80%;
    padding-left: 15px;
  }

  .navbar .navbar-toggler {
    color: #000;
  }
  
  .fixed-top.navbar .navbar-toggler {
      color: #fff; 
  }

  .fixed-top.navbar-expand-md .navbar-nav .nav-link {
      padding: 8px 32px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
      padding: 8px 32px;
  }

  .choose-sec .choose-wrap {
    padding: 30px 50px;
  }

  .page-banner {
    height: 196px;
  }

  .page-banner h1 {
    padding-top: 80px;
    font-size: 22px;
    line-height: 30px;
  }


  .footer-stick {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
 }
 
 .sec-cta a {
     display: none;
 }
 
 .sec-cta {
    min-height: auto;
 }
 
 .choose-sec .choose-img .choose-img-wrap {
    position: static;
    width: auto;
 }
    
    .footer-stick .call-btn {
       background: linear-gradient(153.43deg,#0066b2 0,#003d6b 100%);
       padding: 10px 0;
     }
    
    .choose-sec .choose-img .choose-img-wrap {
        position: static;
        margin-top: 30px;
        top: 50%;
        left: 0;
        width: auto;
    }
    
    .stat-wrap {
        margin-bottom: 30px;
    }
    
    .page-banner {
        background: url(../images/page-banner.jpg) no-repeat center right;
        background-size: cover;
        height: 250px;
    }
    
    .sec-tips .mid-tip:before {
        display: none;
    }
    
    .page-banner h1 {
        padding-top: 137px;
    }
    
    .sec-healthy-tips {
        position: relative;
    }
    
    .sec-healthy-tips .tip-lap {
        
        margin-bottom: 30px;
    }
    
    .sec-healthy-tips .tip-lap img {
        border-radius: 50%;
        border: 1px solid #272727;
    }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}

.text-block{
    margin-top: 20px;
    padding-left: 15px;
}

.text-block p{
    margin-top: 10px;
    text-align: justify;
}

.sub--list li{
    margin-bottom: 10px;
    text-align: justify;
}
/* new css start */
.footer-links p a.txt-foot{
    color:#ffffff!important;
}
.contact-txt{
     color:#121212!important;
}
.txt-header{
  color:#ffffff;
}
.consulting-box {
  padding: 0px 20px;
  border: 2px double #ffe5d1;
  text-align: center;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 270px;
}
.consulting-box img {
  top: -46px;
  position: relative;
  /*background: #fff;*/
  /* padding: 2px; */
  width: 250px;

}
.consulting-box img.img1{
  top: -35px;
  position: relative;
  background: #fff;
  padding: 2px;  
  width: 150px;

}

.consulting-box h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #343433;
  line-height: 30px;
}
.consulting-box p {
  color: #393a3a;
  padding-bottom: 30px;
}
.consulting-box p i {
  font-size: 20px;
 
}
.pbmit-heading-subheading h2.pbmit-title {
  font-size: 33px;
  line-height: 60px;
  letter-spacing: -1.2px;
  margin-bottom: 0;
  font-weight: 400;
}
.pbmit-heading-subheading h4.pbmit-subtitle {
  color: #cc5a0d;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1.7px;
}
.pbmit-heading-subheading.text-center {
  margin-bottom: 45px;
}
.another-area{
  padding-top: 50px;
}
.clinic-para {
  background: #ffd5c4;
  padding: 22px 16px;
  height: 250px;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom: 3px solid #f3bfab;
  border-top: 3px solid #f3bfab;

}
.txtt{
  margin-bottom: 45px;
  padding: 22px 13px;

}
.clinic-para h3{
  padding-bottom: 20px;
}
.icons-1 img{
  width: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -84px;
  background: #fff;
  border-radius: 50px;
  padding: 10px;
  box-shadow: rgb(131 38 1) 0px 7px 29px 0px;
  box-shadow: rgb(199 117 84) 0px 2px 2px 3px inset, rgb(120 37 3) 0px 50px 100px -20px, rgb(118 36 3) 0px 30px 60px -30px;
}

.img-serv{
  width: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.px-3.py-5.bg-light{
  text-align: center;
}
.sec-second{
  text-align: center;
}
button.btn-serv{
  background-color: #ffffff;
  width: 150px;
  border-radius: 50px;
  padding: 5px 5px;
  margin-top: 20px;
  border-color: #007281;
}
button.btn-serv1{
  background-color: #ffffff;
  /* width: 150px; */
  /* border-radius: 50px; */
  /* padding: 1px 5px; */
  /* margin-top: 20px; */
  /* border-color: #007281; */
  border: none;
}
.display-4{
  font-size: 35px;
  font-size: 35px;
  margin-top: 9px;
  margin-bottom: 25px;
}
/* -------------- */


#coderskull-area {
  padding:20px 0;
}
#coderskull-area h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 9px;
}
#coderskull-area p {
font-size: 16px;
  text-align: center;
  margin :0px 137px;
}
.coderskull-title h3.sec-txt a{
  font-size: 16px;
  color: #ffffff;
  opacity: 1;
  font-family: 'Poppins', sans-serif;
  text-transform: none;
}
.coderskull-title h3.sec-txt{
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
}
.coderskull-caption {
position: absolute;
z-index: 1;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
vertical-align: middle;
justify-content: center;
  padding:10px;
  text-align: center;
}
.coderskull-caption h3 {
font-size: 20px;
line-height: 100%;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.coderskull-caption h3 a {
font-size: 22px;
color: #064a54;
opacity: 1;
}
.coderskull-caption h3 a:hover {
/* text-decoration: none; */
}
.coderskull-col {

  margin-bottom: 40px;
padding:10px
}
.coderskull-col .img-responsive {
  width: 100%;
}
.coderskull-title {
height: 100%;
margin: 30px;
border: 1px solid #ededdb;
display: flex;
flex-direction: column;
vertical-align: middle;
justify-content: center;
}
.coderskull-title a {
color: #fff;
font-size: 50px;
margin-bottom: 25px;
}

.coderskull-col h3 {
filter: alpha(opacity=0);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,-37%,0);
}
.coderskull-col a, .coderskull-col p {
/* opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-200%,0); */
}

.coderskull-col:hover h3 {
/* opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,0%,0); */
}
.coderskull-col:hover a, .coderskull-col:hover p {
/* opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-30%,0); */
}
.img-responsive{
width:100%;
height:auto;
}
.overlay {
height: 100%;
display: flex;
flex-direction: column;
vertical-align: middle;
justify-content: center;
background: #4abfd1;
}
.overlay:hover {
/* background: #4abfd1;
transition: all 0.6s ease 0s;  */
}

.img11{
  width: 80px;
}
img.img11 {
  width: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* second service start */
/* SECTION VERTICAL TABS */
.starter-template {
  padding: 40px 15px;
}

.card {
  /* width: 300px !important;  */
}
.nav--tabsec{
  text-align: center;
}
.nav-tabs {
  margin-bottom: 50px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #006774;
  font-size: 24px;
  background-color: #ffeaea;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  font-size: 24px;
  border-top-right-radius: 0.25rem;
  color: #495057;
}
.btn-serv1{

 
}
.btn-serv1:focus{
  outline: none;

}

i.fa-solid.fa-arrow-right.arrow-side {
  color: #ae1010;
}
span.top-txt {
  text-align: center;
  font-size: 16px;
  color: #212529;
  font-weight: 600;
}
.service1{
  margin-bottom: 2rem!important
}
.sec-drop{
margin-top: 20px;
}
.drop-1{
  padding-left: 0px;
  margin-top: 15px;

}
.dropdown-menu.proc{
  width: 698px;
  margin-left: -300px;
  padding: 10px 19px;
}
.drop-1 li a{
  color: #000;
    font-size: 16px;
    text-decoration: none;
    list-style-type: none;
}
.drop-1 li { 
  padding: 3px 0px;

}

.dropdown-menu{
  top: 101%;
}
.txt-nav{
  font-size: 24px;
    margin-left: 10px;
    color: #3e4344;
}
.abt_txt {
  padding: unset;
}
.footer1-txt{
  color: #363634!important;
}


/* --------------- */

.section-counter {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  /* background-color: #f9f9f9; */
  /* padding: 20px; */
  border-radius: 10px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
  padding-left: 20px;
}

.counter-item {
  text-align: center;
  margin: 15px 10px;
}

.counter {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(135deg, #a7eef9, #0f8597);
}

.counter:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.counter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #c6ebf1;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  opacity: 0.8;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.counter-number {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  /* font-family: "Helvetica", sans-serif; */
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); */
  /* transition: color 0.3s ease; */
  line-height: 11px;

}

.counter:hover .counter-number {
  color: #fff;
}

.counter-label {
  font-size: 15px;
  color: #fff;
  /* font-family: "Arial", sans-serif; */
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
  transition: color 0.3s ease;
}

.counter:hover .counter-label {
  color: #fff;
}

/* Responsive Styles */
@media screen and (max-width: 767px) {
  .counter-number {
    font-size: 20px;
    line-height: 0px;
  }

  .counter-label {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .counter-number {
    font-size: 32px;
  }

  .counter-label {
    font-size: 13px;
  }
}
.whychose-txt{
  color: #000;
  font-size: 24px;
}
section.why-chose-section{
  margin-bottom: 70px;
    margin-top: 20px;
}
/* second service ends */
.serv-drop{
  border: none;
  background: unset;
  padding:28px 20px;
  line-height: inherit;
  font-size: 18px;
  color: #212529;
  font-family: 'Oswald', sans-serif;
}
button:focus{
  outline: none;
}
.serv-drop.normal-view:hover{
  color: #ae1010;
}
.serv-drop.normal-view:hover{
  color: #ae1010;
}
.fixed-top.navbar-expand-md .navbar-nav button#dropdownMenuButton{
  color: #ffffff!important;
}
.fixed-top.navbar-expand-md.navbar-nav button#dropdownMenuButton:hover{
  color: #000000!important;
}
.fixed-top.navbar-expand-md.navbar-nav button#dropdownMenuButton.serv-drop.normal-view.dropdown-toggle::after{
  color: #020202!important;
}
.serv-drop.normal-view.dropdown-toggle::after{
  color: #000000!important;
}
.fixed-top.navbar-expand-md .navbar-nav .nav-item.nav-link .serv-drop.normal-view.sticky-view:hover{
  color: #000;
}


i.fa.fa-stop-circle {
  font-size: 12px;
  color: #3392a1;
  padding-right: 6px;
}
.drop-1 li {
   
  list-style-type: none;
}
/* .serv-drop:hover .dropdown-menu {
  display: block;
} */

.dropdown-item{
  padding: 0.25rem 10px;
}
#carousel-example-1z{
display: block;
}
.mobile-banner{
  display:none;
}

.btn-serv1 a{
color: #000;
text-decoration: none;
}
.btn-serv1 a:hover{
  color: #ae1010;
  text-decoration: none;
  }





@media (max-width: 768px) {
  nav.navbar{
    max-height: 100vh;
    overflow: auto;
   -webkit-overflow-scrolling: touch;
   }
  .abt_txt {
    padding: 10px 0px 0px;
}
  .mobile-banner{
    display: block;
    margin-top: 80px;
  }
  #carousel-example-1z{
    display:none;
    }
  .serv-drop.normal-view.dropdown-toggle::after{
    color: #ffffff!important;
  }
  .drop-1 li {
   
      list-style-type: none;
  }
  .drop-1 {
    padding-left: 0px;
    margin-top: 15px;
}
    .navbar-expand-md .navbar-nav .nav-link{
    color: #ffffff;
  }
  div#navbarSupportedContent{
    background: #4abfd1;
  }
  
  button#dropdownMenuButton:focus{
    outline:none;
  }
  .serv-drop {
    border: none;
    background: #4abfd1;
    padding: 10px 33px;
    line-height: inherit;
    font-size: 18px;
    /* padding: 10px 0px; */
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
  }
 
  section.why-chose-section {
    padding: 0px 0 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}

  .counter{
    width: 100px;
    height: 100px;
  }
  .choose-text{
    padding-left: 0px;
    margin-top: 20px;

  }
  .section-counter{
    padding-left: 0px;
  }
  .counter-item {
    margin: 15px 0px;
  }
  .carousel {
    margin-top: 64px;
}
.coderskull-col {
  margin-bottom: 10px;
 
}
#coderskull-area {
  padding: 10px 0;
}
#coderskull-area h2{
margin-bottom: 15px;
}
.mb-5, .my-5 {
  margin-bottom: 1rem!important;
}
#coderskull-area p{
  margin: 0px 0px;
}
.ml-5, .mx-5{
  margin-left: 0rem!important;
}
.mr-5, .mx-5 {
  margin-right: 0rem!important;
}
.mb-4, .my-4 {
  margin-bottom: 0.5rem!important;
}
.mt-4, .my-4 {
  margin-top: 10px;
}
.pb-5, .py-5 {
  padding-bottom: 1rem!important;
}
.pt-5, .py-5 {
  padding-top: 1rem!important;
}
.card{
  margin-bottom: 20px;
}
.display-4{
  margin-bottom: 0px;
}
.consulting-box{
  margin-bottom: 60px;
}
.another-area {
  padding-top: 0px;
}
.dropdown-menu.proc{
  width: 100%;
  margin-left: 0;
    padding: 0px 0px;
}
}
.service-txt{
    color: #000;
    border-bottom: none;
    font-size:20px;
}
.txt-li{
    margin-left:20px;  
}



/* @media (max-width: 767px) 

{
    .dropdown:hover .dropdown-menu {
    display: none;
    margin-top: auto;
}
} */


