url/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover, .btn-light:hover {
    background: #CFF1FB;
    border-color: #B6D5E7;
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.banbox{height: 320px;}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #06A3DA;
    transform: skew(40deg);
}
.navbar{
    height: 4rem;
}
.navbar .logo img{
    height: 60px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 25px 15px 20px 10px;
    font-size: 18px;
    color: rgb(246,247,251);
    outline: none;
    transition: .5s;
}
.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px 20px 10px;
}
.carousel-caption{
    top: 5%;
    bottom: unset;
    left: 5%;
    right: unset;
    text-align: left;
    padding: 0;
}
.carousel-caption h1{
    font-size: 3rem;
}
.carousel-caption h2{
    font-size: 2rem;
    color: #06A2D5;
}
.left{
    float: left;
}
.share{
    height: 30px;
    float: right;
    margin-right: 20%;
}
@media (max-width: 991.98px) {
    .navbar {
      height: auto;
    }
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .navbar-toggler {
        position: absolute;
        top: 10px;
        right: 10px;
        
    }
    .navbar-light .navbar-toggler {
      color: unset;
      border: 2px solid #9AD5EA;
    }
    .navbar-toggler:focus {
      text-decoration: none;
      box-shadow: unset;
    }
    .navbar-light .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgb(154,213,234)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    }
    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 0px;
        padding: 20px;
        background: #28377a;
        z-index: 9;
    }
}




.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -10%;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(189, 204, 227, 0.85), rgba(137, 150, 162, 0.85)), url(../img/inner_banner.jpg) center center no-repeat;
    /*background: url(../img/inner_banner.jpg) center center no-repeat;*/
    /*background-size: cover;*/
    background-size: 100%;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}



.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}
.service-item p{font-size: 0.8rem;}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.box-item{
    padding: 0px;
    margin: 0px;
    background: #06a3da;
    border: solid 1px #28377a;
}
.box-item:hover{
    background: #28377a;
}
.box-item-top{
    
}
.box-item-top i{
    font-size: 70px;
    margin-top: 20px;
    color: #fff;
    line-height: 100px;
}
.box-item-bottom{
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}
.box-item-botton{
    margin:10px 0 20px 0;
}
.box-item-botton .btn{
    width: 120px;
    border-color: #28377a;
    border-radius: 10px;
    text-align: center;
}
.box-item:hover .btn{
    color: #fff;
}
.box-item:hover .btn:hover{
    color: #28377a;
}
.border-right{solid 1px #28377a;}
.border-top{solid 1px #28377a;}
.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
 .nav-link .dropdown-toggle:hover:after{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(207,241,251);
}

.navbar-nav .dropdown-menu {
  top: 70px;
}
.sticky-top .dropdown-menu {
  top: 55px;
}
.text-right{text-align: right;}
.form-group label, .form-group select, .form-group input{
    height: 55px;
    line-height: 55px;
}
.health input{
    height: auto;
    line-height: auto;
}
.form-group select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.form-text{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0F0F11;
}
.dropdown-check-list {
  display: inline-block;
  width: 100%;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  height: 55px;
  line-height: 55px;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 40%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 10px;
  top: 40%;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
}
.form-group .dropdown-check-list input{
    height: unset;
    line-height: unset;
}
.custom-control{
    margin: 10px;
    border-radius: 5px;
    border-color: #34a1f0;
    box-shadow: 0 0 0 0.2rem #acd2ee;
}
.form-check{
  padding: 14px 15px 14px 45px;
  border-radius: 5px;
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 
}

input[type="checkbox"].form-check-input
{
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 10px;
  border-color: #34a1f0;
  box-shadow: 0 0 0 0.2rem #acd2ee;
}
.section-title span{
    font-size: 12px;
    color:red;
}
.venor_form label, .venor_form select, .venor_form input{
    height: unset;
    line-height: unset;
    margin-bottom: 10px;
}
#form_submit,#existing, #new{
    display: none;
}
.cardbox{
    width:560px;
    height: 350px;
    margin: 0 auto;
    background: url(../img/Health-card-free.jpg) center center no-repeat;
    background-size: 100%;
}

.cardbox1{
    width:560px;
    height: 350px;
    margin: 0 auto;
    background: url(../img/Vendor-card-free.jpg) center center no-repeat;
    background-size: 100%;
}
.cardbox1 .top{
        margin-left: 37%;
        color: #ffffff;
    }
    .topleft{
        float: left;
        margin: 0 5px 5px;
        padding: 2px;
        line-height: 17px;
    }
    .topleft img{
        width: 80px;
    }
    .topright {
      width: 100%;
    }
    .topright .style1{
      font-size: 25px;
      line-height: 35px;
    }
    .topright .style2 {
      width: 100%;
      float: left;
      font-size: 1rem;
      color: #ffc929;
    }
    .cardbox .content{
        position: absolute;
        width: 540px;
        margin-top: 60px;
        margin-left: 10px;
    }
    .cardbox1 .content{
        position: absolute;
        width: 540px;
        margin-top: 20px;
        margin-left: 10px;
    }
    .cardbox .left,.cardbox1 .left{
        width:250px;
        float: left;
    }
    .cardbox .middle,.cardbox1 .middle{
        position: absolute;
        left: 25%;
    }
    .midleft{
        width: 80px;
        float: left;
        margin: 5px;
        padding: 2px;
    }
    .midleft img{
        width:75px;
    }
    .midright{
        width: 310px;
        float: right;
    }
    .cardbox .style1{
        width: 100%;
        float: left;
        font-size: 1.4rem;
        color: #064f1f;
        font-weight: 600;
    }
    .cardbox .style1{
        width: 100%;
        float: left;
        font-size: 18px;
        color: #064f1f;
        font-weight: 600;
    }
    .cardbox .style2{
        width:100%;
        float:left;
        font-size:0.9rem;
        color:#01458e;
    }
    .cardbox1 .style2{
        width:100%;
        float:left;
        font-size:0.9rem;
        color:#ffc929;
    }
    .cardbox .right{
        margin: 60px 10px 0 0;
        width: auto;
        float: right;
    }
    .cardbox1 .right{
        margin: 0px 10px 0 0;
        width: auto;
        float: right;
    }
    .cardbox .photo,.cardbox1 .photo{
        width: 100px;
        height: 110px;
        margin: 10px;
    }
    .cardbox .photo img,.cardbox1 .photo img{
        height: 100%;
        padding: 0 5px 5px 0;
        background: #fff;
    }
    .cardbox .info,.cardbox1 .info{
        font-weight: 500;
        color: #000;
        font-size: 1rem;
        text-align: left;
        line-height: 1.5rem;
    }
    .cardbox .info label,.cardbox1 .info label{
        font-weight: 600;
        color: #188553;
        line-height: 1.3rem;
    }
    .right .info{
        font-weight: 500;
        color: #000;
        font-size: 1rem;
        text-align: left;
        line-height: 1.5rem;
    }
    .cardbox label,.cardbox1 label{
        color: #f70f0f;
        font-weight: 600;
    }
    .cardbox .info span,.cardbox1 .info span{
        font-size: 1.1rem;
    }
.formborder{
    padding: 10px;
    border:solid 1px #ddd;
    border-radius:5px;
}
.leftside{
    padding: 5px;
    background: #28377a;
    height: 100%;
}
.leftside .photo{
    width:100px;
    height: 100px;
    margin: 10px auto;
    background: #fff;
    border-radius: 50px;
}
.leftside .photo img{
    padding: 5px;
    width:100%;
     border-radius: 50px;
}
.menubox{
    width: 100%;
    background: #091E3E;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 5px 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
}
.menubox a{
    color: #fff;
}
.menubox:hover,.menuactive{
    background: #fff;
    color:#091E3E;
}
.menubox:hover a,.menuactive a{
    color:#091E3E;
}
.payment-button{
    width: 150px;
    height: 50px;
    background: #06a3da;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 10px;
}
.payment-button:hover{
    background: #28377a;
}
.nabh p{text-align: justify;}
.nabh th,.nabh td{
    padding-left: 5px;
    border: solid 1px #06a3da;
    line-height: 40px;
}
.w-70per{
    width:70%;
}
.w-80per{
    width:80%;
}
.carousel .carousel-item {
  height: 500px;
}
.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 500px;
}
.error_strings li{font-size:1rem; color: #ff5f5f;;}
.error_strings ul{padding-left: 0.5rem;}
#example_filter{margin-bottom: 10px;}
table.dataTable {
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #127091;
  font-size: 0.9rem;
}
.leftimp{
    margin-left: -20px;
}
#img_url{
    background: #e9ecef;
    padding: 10px;
}
.right-text{
    text-align: right;
}
.bg_green{background: #e3f4e3;}
.bg_cream{background: #f7ebe7;}
@media (max-width: 576px) {
    
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }
    .carousel-caption{
        top:0;
        padding: 0;
        margin: 0;
    }
    .carousel-caption h1 {
        font-size: 20px;
        font-weight: 600 !important;
    }
    .carousel-caption h3 {
        font-size: 17px;
    }
    .mb-5{
        margin-bottom: 1rem !important;
    }
    .py-3 {
        padding: 0;
    }
    .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-6 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
    .form-group input,.form-group select{
        margin-bottom: 10px;
    }
    .w-70per, .w-80per{
        width:100%;
        margin-bottom: 10px;
    }
    .carousel-inner{
        margin-bottom: 10px;
    }
    .carousel .carousel-item {
      height: 250px;
    }
    .carousel-item img {
        position: absolute;
        top: 0;
        left: 0;
        min-height: 250px;
    }
    .leftimp{
        margin: 0px;
        padding: 0px;
    }
    .right-text{
        text-align: left;
    }
    .cardbox .middle, .cardbox1 .middle {
      position: absolute;
      left: 15%;
      width: 75%;
    }
    .cardbox .content, .cardbox1 .content{
        width: 100%;
    }
    .cardbox .left, .cardbox1 .left {
        width: 50%;
    }
    .cardbox .photo, .cardbox1 .photo {
      width: 70px;
      height: 75px;
      margin: 10px;
    }
   
    .cardbox .right, .cardbox1 .right {
        float: right;
        margin-top: 10px;
        margin-right: 10%;
    }

}
#dob-dt,#dob-mn,#dob-yr{
    border-left: none;
    height: 40px;
    margin-top: 7px;
    font-size: 1rem;
}
.padleftno{
    padding-left: 0px;
}
.pasrightno{
    padding-right: 0px;
}



