/* Fonts
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
.prompt-font{
  font-family: "Prompt", sans-serif;
}
@font-face {
  font-family: 'caviar-dreams';
  src: url('./fonts/CaviarDreams.ttf')  format('truetype');
}

/* GLOBAL STYLES
-------------------------------------------------- */
  body {
    padding-top: 3rem;
    color: #333333;
    font-family: "Prompt", sans-serif;
  }
  
  body .prompt-font {
    font-family: "Prompt", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

  .font-caviar{
    font-family: 'caviar-dreams';
    font-size: normal;
  }
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  .carousel {
    margin-bottom: 4rem;
  }

  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  .carousel-item {
    height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  .marketing-home {
    height: calc(100vh - 104px);
  }
  .marketing-home .featurette{
    height:100%;
  }
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }


  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }

  .featurette-divider2{
    margin: 0;
  }
  

  .featurette-heading {
    letter-spacing: -.05rem;
  }

  h1.featurette-heading{
    font-size: 60px;
    color:#3A827E;
    font-family: 'caviar-dreams';
    line-height: 1.2 !important;
    margin-top: 60px !important;
  }
  .btn.btn-outline-success{
    border-color: #3A827E;
    color: #3A827E;
  }
  .btn.btn-outline-success:hover{
    background-color: #3A827E;
    color:#FFFFFF;
  }
  .cube-font{
    font-size: 250px;
    color:#3A827E;
  }
  /* RESPONSIVE CSS
  -------------------------------------------------- */

  /* colors= green-#3A827E, pink-#DAB3B4 */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
      font-family: 'caviar-dreams';
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 3rem;
    }
  }
  
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }

  h1,h2{
    color: #3A827E;
    
  }
  h1,h2,h3,h4,h5{
    font-family: 'caviar-dreams';
  }

  /*--- Fonts ---*/
  /* .titillium-web-extralight {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .titillium-web-light {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .titillium-web-regular {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .titillium-web-semibold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .titillium-web-bold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .titillium-web-black {
    font-family: "Titillium Web", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .titillium-web-extralight-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .titillium-web-light-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .titillium-web-regular-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .titillium-web-semibold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .titillium-web-bold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: italic;
  } */
  
  /*bootstrap override*/
  .page-Content .btn{
    border-radius: 0;
  }

  /*--- colors ---*/

  .page-Content .red{color:#FF0000;}
  .page-Content .blue {color:#0B73B9;}
  .page-Content .white {color:#FFFFFF;}
  .page-Content .green {color: #3A827E;}
  .page-Content .pink {color: #DAB3B4;}
  .page-Content .green-teel {color:#2a5555;}
  .page-Content .blue-teel {color:#2E6590;}
  .page-Content .dark-blue {color:#031725 !important;}
  
  .page-Content .gray-bg{ 
    background-color: #E4E2DD;    
    border-top: rgba(0, 0, 0, 0.2);
    padding-top: 3rem;
  }
  .page-Content .blue-teel-bg {
    background-color:#000000;
    padding-top: 3rem;
    padding-bottom: 2rem;
    color:#DAB3B4;
  }
  .page-Content .blue-teel-bg h3,
  .page-Content .blue-teel-bg h4{
    color:#FFFFFF;
  }
  .page-Content .green-teel-bg {
    background-color:#F1F0F0;
    padding-top: 1.5rem;
    color:#3A827E;
  }
  /*--- Custom styles starting ---*/
  
  .page-Content .green-teel-bg h4 a{
    color:#3A827E;
  }
  .page-Content .green-teel-bg h4 a:hover{
    color:#FF0000;
  }
  .page-Content .our-services .slick-slide .service-text{
    height:200px;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    padding:15px;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    justify-content: center;
    position: relative;
  }
  .page-Content .our-services .slick-slide .service-text::before{
    content:'';
    background-color: rgba(0, 0, 0, 0.3);
    width:100%;
    height:100%;
    left:0;
    position: absolute;
  }
  .page-Content .our-services .slick-slide .service-text > h4{
    color:#FFFFFF;
    text-align: center;
    z-index:4;
  }
  .page-Content .our-services .slick-active,
  .page-Content .our-services .slick-slide{
    opacity: 1;
  }
  /*--- Speciality ---*/
  .page-Content .our-special .slick-slide .service-text{
    height: 200px;
    width: 100%;
    background-color: #ebebeb;
    padding: 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  /* .page-Content .our-special .slick-slide .service-text::before{
    content:'';
    background-color: rgba(0, 0, 0, 0.3);
    width:100%;
    height:100%;
    left:0;
    position: absolute;
  } */
  .page-Content .our-special .slick-slide .service-text > h4{
    color:#031725;
    z-index:4;
  }
  .page-Content .our-special .slick-active,
  .page-Content .our-special .slick-slide{
    opacity: 1;
  }
  .page-Content .our-special .slick-slide img{
    width:60px;
    height:60px;
    object-fit: contain;
  }
  /*------*/
  .page-Content .our-doctors h4{
    margin-bottom:5px;
    margin-top:5px;
  }
  .page-Content{
    padding-top: 104px;
    background-color:#FFFFFF;
  }
  .page-Content header{
    color: #0B73B9;
   }
  .page-Content .navbar{
    background-color: #FFFFFF;
    padding: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .page-Content header .navbar-brand{
    padding-top:5px;
    padding-bottom: 10px;
    color:#0B73B9;
  }
  .page-Content header .navbar-brand img{
    width:200px;
    /* position: absolute; */
  }
  .page-Content header .navbar-brand div{
    margin-left:70px;
    margin-top:6px;
    margin-bottom:6px;
    color:#000000;
  }
  .page-Content header .navbar-brand div > span{
    font-size: 14px;
    line-height: 1;
    display: block;
  }
  .page-Content .carousel-item .carousel-bg-img{
    height: 100%;
    width: 100%;
    background-position: top center;
    background-size: cover;
    position: relative;
  }
  .page-Content .carousel-item .carousel-bg-img:before{
    content:'';
    width:100%;
    height:100%;
    position: absolute;
  }
  .page-Content .featurette .bg-img{
    height: 100%;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  .page-Content .featurette .bg-img img{
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .page-Content .header-nav ul{
    align-items: center;
    display: flex;
  }
  .page-Content .header-nav ul li a > i{
    font-size: 26px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 5px;
    /* position: absolute; */
  }
  .page-Content .header-nav ul li a.contact > i{
    font-size: 28px;
    color:#FF0000;
  }
  .page-Content .header-nav ul li a > div{
    /* padding-left: 35px; */
    line-height: 1.1;
  }
  .header-nav ul li > a{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    /* min-width: 150px; */
    color: #3A827E;
    align-items: center;
    display: flex;
  }
  .header-nav ul li a:hover{
    color:#DAB3B4;
  }
  .page-Content  .our-doctors .container{
    margin-bottom: 5rem;
  }
  .page-Content .location-block{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .page-Content .social-media{
    display: inline-block;
  }
  .page-Content .social-media i{
    font-size: 26px;
    margin-right:15px;
    color: #3A827E;
  }
  .page-Content .social-media a{
    display: inline-block;
  }
  .page-Content .social-media i:hover,  
  .page-Content .social-media i:focus{
    color: #DAB3B4;
  }
  .page-Content .gRating{
    position: relative;
    /* border: 1px solid #ddd; */
    display: inline-block;
    /* padding: 5px 10px; */
  }
  .page-Content .gRating i{
    position:absolute;
    left:8px;
    margin-top: -8px;
  }
  .page-Content .gRating div{
    margin-left:50px;
  }

/*footer  #031725*/

  footer ul{
    list-style: none;
    margin-left:0;
    padding-left:0;
  }
  footer ul li{
    padding-bottom:2px;
  }
  footer a{
    color:#FFFFFF;
  }


  /*New page */
  .lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  
  .on-bg{background-color: #00aeef;}
  .on-white-bg{background-color: #FFFFFF;}
  .on-white{color:#FFF;}
  .on-black{color:#291f20;}

  .page-Content1 h1{
    color:#FFFFFF;
    font-size: 58px;
    margin-top: 70px;
    margin-bottom: 40px;
    font-family: 'caviar-dreams';
    line-height: 1.1;
  }
  .page-Content1 p{
    font-size: 26px;
    font-weight: normal;
    line-height: 1.3;
    font-weight: 300;
  }
  .page-Content1 .on-blk{
    font-weight: 700;
    font-size: 54px;
    line-height: 0.8;
  }
  .page-Content1 .btn.btn-on-light{
    font-weight: 600;
    border-radius: 0;
    padding-left:35px;
    padding-right:35px;
    margin-top:10px;
    margin-bottom:10px;
  }
  .page-Content1 .btn.bg-on-outline{
    border-radius: 5px;
    padding-left:20px;
    padding-right:20px;
    margin-top:5px;
    margin-bottom:5px;
  }
  .page-Content1 .onlogo{
    color:#FFFFFF;
    margin-top: 20px;
  }
  .page-Content1 .onlogo img{
    width: 340px;
    margin-top: 30px;
    margin-left: 20px;
  }
  .page-Content1 .left-col-space{
    padding-left: 20px;
    padding-right:20px;
  }
  .page-Content1 hr{
    border: 1px solid #fff;
    opacity: 0.7;
  }
  .page-Content1 .on-white-bg{
    padding-left:40px;
    padding-right:40px;
    padding-top: 50px;
  }

  .page-Content1 .on-profile .per-blk{
    position: relative;
  }
  .page-Content1 .on-profile img{
    width:130px;
    position: absolute;
  }
  .page-Content1 .on-profile .t-blk{
    margin-left:160px;
    min-height: 145px;
  }
  .page-Content1 .on-profile .t-blk .t-1{
    color:#bbb;
    font-size: 13px;
    line-height: 1.2;
  }
  .page-Content1 .on-profile .t-blk .t-2{
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .page-Content1 .on-profile .t-blk .t-3{
    color:#bbb;
    font-size: 14px;
    line-height: 1.2;
  }
  .page-Content1 .on-profile .t-blk .t-4{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
  }
  @media (min-width: 1200px){
    .page-Content1 .container{
      max-width: 1000px;
    }
  }

  .services-blk .card{
    margin-bottom: 10px;
  }
  .services-blk .card .card-header{
    background-color: #DAB3B4;
  }
  .services-blk .card .card-header button{
    text-decoration: none;
    color: #FFF;
    padding: 0;
    font-size: 18px;
  }

  .services-blk .bannerimg img,
  .marketing .bannerimg img{
    width: 100%;
    max-height: 300px;
    margin-top:16px;
    object-fit: cover;
  }

  .services-blk .service-tabs.nav-pills .nav-link{
    color: #000000;
    text-align: left;
    font-family: 'caviar-dreams';
    width:150px;
  }

  .services-blk .service-tabs.nav-pills .nav-link.active,
  .services-blk .service-tabs.nav-pills .show>.nav-link{
    background-color: #DAB3B4;
    color:#FFFFFF;
  }

  .header-nav .input-group-prepend input:focus{
    box-shadow: none;
  }

  #successMsg{
    position: absolute;
    background: #3A827E;
    color: #fff;
    margin: 0 auto;
    top: -50px;
    padding: 8px 12px;
    width: 100%;
    border-radius: 5px;
    z-index: 99;
    display: none;
  }

  @media only screen 
  and (min-width: 834px) 
  and (max-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .marketing-home{
      height:inherit;
    }
    .navbar>.container{
      max-width: 100%;
    }
    .page-Content header .navbar-brand img{
      width:160px;
    }
}

@media only screen 
and (max-width: 768px){
  .marketing-home{
    height:inherit;
  }
  .navbar>.container{
    max-width: 100%;
  }
  .page-Content header .navbar-brand img{
    width:160px;
  }
  .header-nav .input-group-prepend input{
    width:160px !important;
  }
  .header-nav .input-group{
    justify-content: center;
    margin-bottom: 5px;
  }
  .header-nav ul li > a{
    padding-top:10px;
    padding-bottom:10px;
  }
}

@media only screen 
and (max-width: 560px){
  .our-services .slick-list .slick-slide{
    margin:0 5px;
  }
}