html {
  scroll-behavior: smooth;
}
h1{
    font-size:45px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    font-family: 'Maven Pro', sans-serif;
}
h2{
    color: #3e3e3e;
    font-size:38px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    font-family: 'Maven Pro', sans-serif;
}
h3{
    font-size:30px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
h4{
    font-size:20px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    font-family: 'Maven Pro', sans-serif;
}
h6{
    font-size:18px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    font-family: 'Maven Pro', sans-serif;
}
h5{
    font-size: 25px;
    line-height: 33px;
    padding: 0;
    margin: 0;
    font-family: 'Maven Pro', sans-serif;
}
p{
    font-size:18px;
    color: #fff;
    line-height: 28px;
    padding: 15px 0;
    margin: 0;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}
li{
    font-size:18px;
    color: #fff;
    line-height: 28px;
    list-style-type: none;
    padding: 5px 0;
    margin: 0;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}
.heading span{
    color: #cc0000;
}
.heading{
    padding: 0 0 50px;
    text-align: center;
}
/*nav-sec*/
@media all and (min-width: 992px) {
     .navbar .dropdown-menu-end{
         right:0;
         left: auto;
    }
     .navbar .nav-item .dropdown-menu{
         display:block;
         opacity: 0;
         visibility: hidden;
         transition:.3s;
         margin-top:0;
    }
    
     .navbar .dropdown-menu.fade-down{
         top:80%;
         transform: rotateX(-75deg);
         transform-origin: 0% 0%;
    }
     .navbar .dropdown-menu.fade-up{
         top:180%;
    }
     .navbar .nav-item:hover .dropdown-menu{
         transition: .3s;
         opacity:1;
         visibility:visible;
         top:100%;
         transform: rotateX(0deg);
    }
}
    .navbar-dark .navbar-brand{
        width: 20%;
    }
    .navbar-brand img{
        width: 80%;
    }
    .navbar{
        padding: 0;
    }
    .navbar .nav-item:hover .nav-link{
         color: #091164;
    }
    .navbar .nav-item .nav-link{
         color: #000;
         font-size: 15px;
         padding: 0 13px;
         letter-spacing: 0.2px;
         font-family: 'Poppins', sans-serif;
    }
    .dropdown-item{
         line-height: 23px;
         color: #000;
         font-size: 14px;
         letter-spacing: 0.2px;
         font-family: 'Poppins', sans-serif;
    }
    .navbar-dark .navbar-nav .nav-link:focus{
        color: #000;
    }
    .dropdown-menu li{
        padding: 0;
    }
.desktop-nav{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 5px 6em;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.03);
}
.navbar-nav{
    padding: 0 5px;
}
.call-btn{
    outline: none;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 0 7px;
    padding: 10px 20px;
    background:#000066;
    display: block;
}
.call-btn:hover{
    background: #cc0000;
    color: #fff;
}
a{
    text-decoration: none!important;
}

.search-box {
    position: relative;
    display: flex;
    bottom: 0;
    left: 25px;
    right: 0;
    margin: 0 35px 0 0;
}

.search-input {
    width: 100%;
    font-size: 16px;
    padding: 10px 45px 10px 15px;
    background-color: #f4f4f4;
    color: #6c6c6c;
    border: none;
    border-radius: 6px;
    transition: all .4s;
}

.search-input:focus {
  border:none;
  outline:none;
  box-shadow: 0 1px 4px #b7babf;
  -moz-box-shadow: 0 1px 4px #b7babf;
  -webkit-box-shadow: 0 1px 4px #b7babf;
}

.search-btn {
  background-color: transparent;
  font-size: 18px;
  padding: 6px 9px;
  margin-left:-45px;
  border:none;
  color: #6c6c6c;
  transition: all .4s;
  z-index: 10;
}

.search-btn:hover {
  transform: scale(1.2);
  cursor: pointer;
  color: black;
}

.search-btn:focus {
  outline:none;
  color:black;
}

/*banner-sec*/
.banner-sec{
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10em 0 5em;
}

.banner-content h2{
    color: #fff;
}
.title {
    font-size: 17px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.title span{
    color: #cc0000;
}
.user-details {
  justify-content: space-between;
  margin: 10px 0 12px 0;
}

.user-details .input-box .details {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0.2px;
}
option:checked{
  color: #fff;
  background-color: #cc0000;
}
.user-details .input-box input::placeholder,.user-details .input-box textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.user-details .input-box input:-ms-input-placeholder,.user-details .input-box textarea::placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.user-details .input-box input::-ms-input-placeholder,.user-details .input-box textarea::placeholder { /* Microsoft Edge */
  color: #000;
}
.user-details .input-box input,.user-details .input-box select {
  height: 43px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  font-size: 14px;
  color: #000;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}
.user-details .input-box textarea{
  height: 100px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
  color: #000;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}
.banner-sec .btn {
  height: 100%;
  width: 100%;
  outline: none;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 5px;
  background: #cc0000;
  transition: 0.5s;
  margin: 10px 0 0;
  padding: 10px 0 12px;
}

.banner-sec .btn:hover {
  background: #000;
}

/*@media (max-width: 584px) {
  form .user-details .input-box {
    margin-bottom: 15px;
    width: 100%;
  }

  form .user-details {
    max-height: 300px;
    overflow-y: scroll;
  }

  .user-details::-webkit-scrollbar {
    width: 0;
  }
}*/
.model-button{
    margin: 25px auto 0 auto;
}
.input-box {
    padding: 5px 0;
}
.hm-banner-form {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.banner-content i{
    font-size: 18px;
    padding: 0 3px;
}
.banner-content ul{
    padding: 5px 0;
}
.banner-content{
    padding: 15px 0;
}

/*medical-expert-sec*/
.talk-medical-expert p{
    color: #000;
}
.talk-medical-expert{
    text-align: center;
}
.talk-medical-expert{
    padding: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 6%), 0 3px 6px rgb(0 0 0 / 8%);
    background: #fff;

    background-image: url(../images/icon/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.expert-icon img{
    width: 30%;
}
.talk-medical-expert h6{
    color: #303030;
    letter-spacing: 0;
    padding: 0 0;
    line-height: 25px;
}
.talk-medical-expert h5{
    font-size: 30px;
    line-height: 30px;
    color: #000066;
}
.expert-icon {
    padding: 0 0 10px;
}
.medical-expert{
    padding: 5em 0;
    background: #f3f3f3;
}

/*banner-end*/
.d-playbox{
    margin: 0 auto;
    padding: 27px 0;
    width:100%;
}
.marquee-sec {
    background: #e6e6e6;
}
.d-demo-wrap .jctkr-label{
    padding: 0 17px;
    line-height: 38px;
    background: #cc0000;
    font-style: italic;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgb(69 78 140);
    cursor: default;
    width: 15%;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
}
.d-demo-wrap .jctkr-label:hover{
  background: rgba(69, 78, 140,0.9);
}

.jctkr-label{
    display:inline-block
}

.emi-part{
    background-color: #ffffff;
    padding: 0;
    z-index: 999999;
    width: 85%;
    float: right;
}

.marquee {
  height: 38px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  white-space: nowrap; 
  animation: marquee 30s linear infinite;
}

.marquee p {
  float: left;
  width: 50%;
  font-size: 17px;
  padding: 0px;
  letter-spacing: 0.7px;
  color: #000066;
  line-height: 37px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.marquee p span{
    color: #cc0000;
}
.marquee div:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {text-indent: 100%;}
  100% {text-indent: -100%;}
}


.why-choose-one {
  position: relative;
  display: block;
  background-color: #050045;
  overflow: hidden;
  padding: 5em 0;
  z-index: 1;
}

.why-choose-one-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}

.why-choose-one-shape-2 {
  position: absolute;
  right: 596px;
  top: -215px;
  z-index: 2;
}

.why-choose-one-shape-2 img {
  width: auto;
  opacity: 0.4;
}

.why-choose-one-shape-3 {
  position: absolute;
  top: -260px;
  right: 150px;
}

.why-choose-one-shape-3 img {
  width: auto;
  opacity: 0.3;
}

.why-choose-one-shape-4 {
  position: absolute;
  top: -81px;
  right: 0;
}

.why-choose-one-shape-4 img {
  width: auto;
  opacity: 0.6;
}

.why-choose-one-shape-5 {
  position: absolute;
  bottom: -215px;
  right: 0;
  z-index: 1;
}

.why-choose-one-shape-5 img {
  width: auto;
  opacity: 0.5;
}

.why-choose-one-shape-6 {
  position: absolute;
  bottom: -295px;
  right: 160px;
}
.why-choose-one-shape-6 img {
  width: auto;
  opacity: 0.3;
}
.why-choose-one-img {
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.why-choose-one-img img {
  width: 80%;
}

.why-choose-one__left {
  position: relative;
  display: block;
}

.why-choose-one__left .section-title {
  margin-bottom: 31px;
}

.why-choose-one__left .section-sub-title {
  color: #fff;
}

.why-choose-one__left .section-title__title {
  color: #fff;
  padding: 0;
}

.why-choose-one__text {
  color: #97a2b7;
  line-height: 28px;
  letter-spacing: 0.6px;
}

.why-choose-one__single {
    position: relative;
    display: block;
    background-color: #11105b;
    padding: 35px 20px 32px;
    margin: 10px 0;
    text-align: center;
}

.why-choose-one__list-icon {
  position: relative;
  display: block;
  margin-bottom: 9px;
  height: 65px;
}

.choose-img {
  width: 22%;
  position: relative;
  top: 13px;
}
.choose-img1{
    width: 30%;
}
.why-choose-one__list-title-box {
  position: relative;
  display: block;
}

.why-choose-one__list-title {
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

/*about-sec*/
.about-three__left {
    position: relative;
    display: block;
}
.abt-img{
    width: 100%;
}
.about-three__img-box {
    position: relative;
    display: block;
}
.about-three__img {
    position: relative;
    display: block;
    z-index: 1;
}
.about-three__shape-1 {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
}
.about-three__location {
    position: absolute;
    bottom: 135px;
    left: -68px;
    height: 150px;
    width: 190px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.about-three__location-bg {
    position: absolute;
    top: 0;
    left: 8px;
    right: -8px;
    bottom: 0;
    z-index: -1;
}
.about-three__location-text{
    color: #fff;
    font-size: 23px;
    line-height: 30px;
}
.about-content p{
    color: #4f4f4f;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}
.about-content h2{
    color: #cc0000;
    padding: 0 0 10px;
    line-height: 40px;
}
.about-content h5{
    padding: 2px 0;
}
.about-content {
    padding: 25px 7px;
}
.about-sec {
    padding: 5em 0;
    position: relative;
    display: block;
    background: #fff;
    z-index: -1;
}
.feature-three-shape {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: -1;
}
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.feature-three-shape img {
    width: auto;
}
.section-sub-title-box {
    position: relative;
    display: inline-block;
    margin-left: 40px;
}
.section-sub-title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 3px;
}
.section-title-shape-1 {
    position: absolute;
    top: -3px;
    left: -40px;
}
.section-title-shape-1 img,.section-title-shape-2 img {
    width: auto;
}
.section-title-shape-2 {
    position: absolute;
    top: -3px;
    right: -39px;
}
.section-sub-title{
    padding: 0;
}

/*our-treatment-sec*/
.services-three {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.services-three__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.services-three .section-title {
  margin-bottom: 0;
}

.services-three__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  border: 5px solid #ffff;
  box-shadow: 0 5px 7px -5px #aaa;
}

.services-three__img::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgb(22, 36, 61);
  background: linear-gradient(0deg, rgba(22, 36, 61, 0.9164040616246498) 14%, rgba(22, 36, 61, 0.036852240896358524) 58%);
  z-index: 1;
}

.services-three__img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--insur-black-rgb), .30);
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
}

.services-three__single:hover .services-three__img:after {
  transform: translate3d(0px, 0, 0px);
}

.services-three__img img {
  width: 100%;
  border-radius: var(--insur-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__img img {
  transform: scale(1.05);
}

.services-three__content {
  position: absolute;
  bottom: 25px;
  left: 20px;
  z-index: 2;
}

.services-three__title {
    font-size: 17px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
}

.services-three__title a {
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.view-all {
    margin: 30px 0 0;
}
.services-three__single:hover .services-three__title a {
  color: var(--insur-primary);
}

.services-three__get-quote {
  position: relative;
  display: block;
  background-color: #f2f5f9;
  border-radius: 0 10px;
  padding: 39px 60px 50px;
}

.services-three__get-quote-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 33px;
}

.services-three__get-quote-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 26px;
}

.services-three__get-quote-btn {
  padding: 12px 30px 12px;
  font-size: 14px;
}
.our-treatment-sec{
    padding: 5em 0;
    background: #f3f3f3;
}


/*pop-up-window*/
.modal .modal-dialog.modal-full-width {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important
}

.modal .modal-content {
    border: 0;
    border-radius: 3px
}

.modal.fade.modal-top-left .modal-dialog {
    width: 100%;
    position: absolute;
    top: 0
}

@media (min-width:576px) {
    .modal.fade.modal-top-left .modal-dialog {
        left: 1.75rem;
        margin: 1.75rem auto
    }
}

@media (max-width:767.98px) {
    .modal.fade.modal-top-left .modal-dialog {
        width: calc(100% - (.5rem*2))
    }
}

.modal.fade.modal-top-right .modal-dialog {
    width: 100%;
    position: absolute;
    top: 0
}

@media (min-width:576px) {
    .modal.fade.modal-top-right .modal-dialog {
        right: 1.75rem;
        margin: 1.75rem auto
    }
}

@media (max-width:767.98px) {
    .modal.fade.modal-top-right .modal-dialog {
        width: calc(100% - (.5rem*2))
    }
}

.modal.fade.modal-bottom-right .modal-dialog {
    width: 100%;
    position: absolute;
    bottom: 0
}

@media (min-width:576px) {
    .modal.fade.modal-bottom-right .modal-dialog {
        right: 1.75rem;
        margin: 1.75rem auto
    }
}

@media (max-width:767.98px) {
    .modal.fade.modal-bottom-right .modal-dialog {
        width: calc(100% - (.5rem*2))
    }
}

.modal.fade.modal-bottom-left .modal-dialog {
    width: 100%;
    position: absolute;
    bottom: 0
}

@media (min-width:576px) {
    .modal.fade.modal-bottom-left .modal-dialog {
        left: 1.75rem;
        margin: 1.75rem auto
    }
}

@media (max-width:767.98px) {
    .modal.fade.modal-bottom-left .modal-dialog {
        width: calc(100% - (.5rem*2))
    }
}

.modal.fade.modal-bottom-center .modal-dialog {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

@media (min-width:576px) {
    .modal.fade.modal-bottom-center .modal-dialog {
        margin: 1.75rem auto
    }
}

@media (max-width:767.98px) {
    .modal.fade.modal-bottom-center .modal-dialog {
        width: calc(100% - (.5rem*2))
    }
}

.modal .close {
    position: absolute;
    z-index: 1;
    right: 10px !important;
    top: 10px !important;
    height: 2.5rem;
    width: 2.5rem;
    background: rgba(193, 193, 193, .3) !important;
    border-radius: 50%;
    font-size: 1.8rem;
    padding: 0
}

.modal .close:focus {
    outline: 0
}

.modal .close span {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    text-shadow: none;
    background-position: center
}

.modal .close.light span {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E")
}

.modal .close.size-sm {
    transform: scale(.5);
    right: .5rem;
    top: .5rem
}

.modal .close.close-pinned {
    top: -19px;
    right: -19px
}

.modal[data-popup=true] {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: unset;
    height: unset
}

.modal[data-popup=true].fade.modal-bottom-center .modal-dialog,
.modal[data-popup=true].fade.modal-bottom-left .modal-dialog,
.modal[data-popup=true].fade.modal-bottom-right .modal-dialog,
.modal[data-popup=true].fade.modal-top-left .modal-dialog,
.modal[data-popup=true].fade.modal-top-right .modal-dialog {
    position: fixed
}

.modal[data-popup=true].fade .modal-content {
    box-shadow: 0 20px 60px -2px rgba(18, 21, 35, .19)
}

.body-scrollable {
    overflow: unset;
    padding-right: unset !important
}

.body-scrollable .modal-backdrop {
    display: none
}

.modal-backdrop {
    background: #2d343a
}

.event-type {
    border: 3px solid #e0e6ed;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all ease .2s;
    transition-delay: .3s
}

.event-type .event-indicator {
    transition: all cubic-bezier(0, .89, .44, 1) .2s;
    transform: scale(0);
    opacity: 0;
    transition-delay: .5s
}

.show .event-type .event-indicator {
    transform: scale(1);
    opacity: 1
}

.show .event-type {
    border-color: #e0e6ed;
    background-color: #e0e6ed
}

.show .event-type.success {
    border-color: #0c9;
    background-color: #0c9
}

.show .event-type.error {
    border-color: #f2545b;
    background-color: #f2545b
}

.show .event-type.warning {
    border-color: #f7bc06;
    background-color: #f7bc06
}

.show .event-type.info {
    border-color: #19b5fe;
    background-color: #19b5fe
}

.modal .overlay {
    background-color: rgba(0, 0, 0, .35)
}

.modal .overlay-light {
    background-color: rgba(0, 0, 0, .15)
}

.modal .pull-up-lg {
    margin-top: -70px
}

.modal .border-thick {
    border-width: .3rem !important
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.pointer-events-none {
    pointer-events: none
}

.btn-cstm-light {
    color: #212841;
    background-color: #fff;
    border-color: #fff
}

.btn-cstm-light:hover {
    color: #212841;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-cstm-light.focus,
.btn-cstm-light:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.demo-panel {
    display: flex;
    overflow: hidden;
    height: 100vh
}

.demo-area {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center
}

.demo-sidebar {
    width: 320px;
    overflow: auto;
    height: 100vh;
    padding: 25px;
    background: #160f16
}

.modal-preview {
    opacity: .7;
    transition: all ease .2s;
    overflow: hidden
}

.modal-preview:hover {
    opacity: 1
}

.frame-window {
    flex: 1
}

.iframe {
    width: 100%;
    height: 100vh;
    border: 0
}

.modal-name {
    color: #fff;
    text-decoration: none;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    background: #000;
    padding: 4px 10px;
    font-size: 10px;
    left: 10px;
    border-radius: 29px;
    text-transform: uppercase;
    font-weight: 600
}

.open-frame,
.open-frame:hover {
    text-decoration: none;
    position: relative;
    display: block;
    border: 2px solid rgba(255, 255, 255, .18);
    border-radius: .25rem;
    height: 181.89px;
    background: rgba(255, 255, 255, .09)
}
.white-mode {
    text-decoration: none;
    padding: 7px 10px;
    background-color: #122;
    border-radius: 3px;
    color: #FFF;
    transition: .35s ease-in-out;
    position: absolute;
    left: 15px;
    bottom: 15px
}
.modal-dialog h5 {
    font-size: 21px;
}
.btn{
    width: 100%;
    outline: none;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 0;
    padding: 10px 20px;
    background: #cc0000;
    display: block;
}
.btn:hover{
    background: #000066;
    color: #fff;
}
.user-details .col-lg-12,.user-details .col-lg-6{
    padding: 0 10px;
}
.contact-form {
  background-color: #ffffff;
  padding: 35px;
  text-align: center;
}
.modal-dialog {
    max-width: 60%;
}

.model-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.modal-content .col-md-6{
    padding: 0;
}
.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
  font-family: 'Maven Pro', sans-serif;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #f23292;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #d30069;
}


.left i{
    left: 22px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 8%;
    margin-top: -0.5em;
}


/*treatment-tab*/
.treatment-tab-sec{
    padding: 5em 0;
}
.treatment-tab-sec .tile{
  margin:0 auto;
}
#tile-1 .nav-tabs{
    width: 70%;
    margin: 0 auto 40px;
}

#tile-1 .nav-tabs{
  position:relative;
  border:none!important;
  background-color:#fff;
  border-radius:10px;
}
#tile-1 .nav-tabs li{
  margin:0px!important;
}
#tile-1 .nav-tabs li a{
  position:relative;
  margin-right:0px!important;
  padding: 20px 40px!important;
  font-size:20px;
  border:none!important;
  color:#333;
  font-family: 'Maven Pro', sans-serif;
  background: #eee;
  margin: 0 20px;
  box-shadow: 0 5px 7px -5px #aaa;
}

#tile-1 .nav-tabs li a:hover{
  border:none;
  color: #fff;
  background: #cc0000;
}

#tile-1 .nav-tabs .active{
  background-color:#000066;
}
#tile-1 .nav-tabs .active h6,.treatment-tab-sec .nav-link:hover h6{
    color: #fff;
}
#tile-1 .nav-tabs li a:hover img {
    filter: brightness(0) invert(1);
}
#tile-1 .nav-tabs .active img {
    filter: brightness(0) invert(1);
}

.treatment-tab{
    text-align: center;
    padding: 15px 0;
}
.treatment-tab h6{
    color: #000;
    line-height: 20px;
    padding: 13px 0 8px;
    font-size: 16px;
}
.treatment-tab p {
    font-size: 12px;
    color: #333;
    line-height: 11px;
    padding: 0;
}
.treatment-tab img{
    width: 65%;
}
.tab-icon{
    width: 30%;
}
.treatment-tab-sec .nav-link h6{
    color: #000066;
    line-height: 20px;
    padding: 10px 0 0px;
}

/*review-sec*/
.testimonial-page .testimonial-one__single {
    margin-bottom: 30px;
}
.testimonial-one__single {
    position: relative;
    display: block;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.testimonial-page .testimonial-one__single {
    margin-bottom: 30px;
}
.testimonial-one__single:hover {
    transform: translateY(-10px);
}
.testimonial-one__single:hover .testimonial-one__shape-1>img {
    mix-blend-mode: luminosity;
    opacity: .20;
}
.testimonial-one__client-sub-title{
    padding: 0;
    margin: 0;
}
.testimonial-one__single-inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 55px 60px 35px;
    border-radius: 20px;
    margin: 3px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.testimonial-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}
.testimonial-one__shape-1>img {
    width: auto !important;
    mix-blend-mode: normal;
    opacity: 1;
    border-top-right-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-bottom: 26px;
}
.testimonial-one__client-img-box {
    position: relative;
    display: block;
    width: 100%;
    max-width: 115px;
    z-index: 1;
}
.testimonial-one__client-img-box:before {
    position: absolute;
    content: "";
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background-image: -moz-linear-gradient(-29deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
    background-image: -webkit-linear-gradient(-29deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
    background-image: -ms-linear-gradient(-29deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
    border-top-left-radius: 45px;
    z-index: -1;
}
.testimonial-one__client-img-box>img {
    width: 100% !important;
    border-top-left-radius: 45px;
    border: 6px solid #ffffff;
}
.testimonial-one__quote {
    position: absolute;
    top: -28px;
    right: -33px;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 7%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-one__quote>img {
    width: auto !important;
}
.testimonial-one__client-content {
    margin-left: 45px;
    position: relative;
    top: 3px;
}
.testimonial-one__client-review {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.testimonial-one__client-details {
    position: relative;
    display: block;
}
.testimonial-one__client-name {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 34px;
}
.testimonial-one__client-sub-title {
    font-size: 14px;
    color: #015fc9;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.testimonial-one__text {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    padding: 15px 0;
    margin: 0;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}
.review-sec {
    position: relative;
    display: block;
    background-color: #f2f5f9;
    padding: 5em 0;
    overflow: hidden;
    z-index: 1;
}
.testimonial-one-shape-2 {
    position: absolute;
    top: -40px;
    right: 0;
    mix-blend-mode: luminosity;
}
.testimonial-one-shape-2 img {
    width: auto;
    mix-blend-mode: luminosity;
    opacity: .15;
}
.testimonial-one-shape-3 {
    position: absolute;
    bottom: -90px;
    left: 0;
    mix-blend-mode: luminosity;
}
.testimonial-one-shape-3 img {
    width: auto;
    mix-blend-mode: luminosity;
    opacity: .15;
}
@-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
            animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
.btn-slider{
    display: flex;
    margin: 30px auto 0;
}
.btn-slider .col-lg-6{
    padding: 0 5px;
}
.review-sec .carousel-inner {
    padding: 0 0 1.3em;
}
.testi-btn{
    width: 100%;
    outline: none;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2px;
    border-radius: 0px;
    transition: 0.5s;
    margin: 0;
    padding: 6px 15px;
    background: #cc0000;
}
.testi-btn:hover{
    background-color:#000066;
    color: #fff;
}


/*more-information*/
.tracking {
  position: relative;
  display: block;
  padding: 5em 0 0;
}

.tracking__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 57px 80px 57px;
  background-color: #0c0666;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.tracking-shape-1 {
  position: absolute;
  bottom: 0;
  left: -55px;
}

.tracking-shape-1 img {
  width: auto;
  opacity: 0.4;
}

.tracking-shape-2 {
  position: absolute;
  top: 50px;
  left: -100px;
}

.tracking-shape-2 img {
  width: auto;
  opacity: 0.5;
}

.tracking-shape-3 {
  position: absolute;
  top: -15px;
  right: -192px;
  z-index: 1;
}

.tracking-shape-3 img {
  width: auto;
  opacity: 0.5;
}

.tracking-shape-4 {
  position: absolute;
  top: 50px;
  right: -55px;
}

.tracking-shape-4 img {
  width: auto;
  opacity: 0.5;
}

.tracking__left {
  position: relative;
  display: flex;
}

.tracking__icon {
  position: relative;
  display: flex;
}

.tracking__icon span {
  font-size: 65px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.tracking__content {
  margin-left: 30px;
}
.tracking__btn-box {
    overflow: hidden;
    z-index: 1;
    margin: 20px 0 0;
}
.tracking__sub-title {
  font-size: 14px;
  color: #c2dfff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0;
  line-height: 18px;
}

.tracking__title {
  color: #fff;
  letter-spacing: 1px;
  line-height: 47px;
  font-weight: 600;
}

.blink_text {
 animation-name: blinker;
 animation-duration: 2s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}

/*network-hospital*/
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}
.hospital-network img{
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: .50;
}
.hospital-network img:hover{
    opacity: 1;
}
.slide-track{
    padding: 10px 0 0;
}
.hospital-network{
    padding: 4em 0;
}


/**footer-sec*/
.ftr-cont{
    padding: 5em 0 4em;
}
.footer-section {
  display: block;
  z-index: 1;
  padding: 0 6em;
  background:#05013c;
  position: relative;
}
.site-footer-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: color-burn;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.footer-text ul li a i {
    background-color: #cc0000;
    font-size: 24px;
    float: left;
    padding: 7px;
    border-radius: 3px;
    color: #fff;
    margin: 1px 10px 0 0;
    width: 40px;
    height: 40px;
    text-align: center;
}
.footer-text a{
    padding: 0!important;
}
.footer-text li{
    line-height: 22px!important;
    margin: 8px 0!important;
}
.footer-widget ul{
    padding: 0;
    margin: 0;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-widget ul li a span{
    position: relative;
    top: 7px;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 0;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.social-menu i{
    color: #000;
    font-size: 21px;
    line-height: 30px;
}

.footer-widget-heading h3,.footer-widget-address h3 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.7px;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before,.footer-widget-address h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #cc0000;
}
.social-menu ul li a:hover{
    padding: 0!important;
}
.footer-widget ul li a::before{
    display: none;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 3px 0;
  margin: 1px 0;
  line-height: 22px;
}
.footer-widget ul li a:hover{
  color: #fff;
  padding-left: 6px;
}
.footer-widget ul li a::before {
    content: "- ";
}
.footer-widget ul li a {
    font-size:15px;
    color: #7e7e7e;
    line-height: 15px;
    list-style-type: none;
    padding: 5px 0;
    margin: 0;
    position: relative;
    transition: 0.5s;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.social-menu ul{
    position: absolute;
    left: 30%;
    display: inline-flex;
    top: 69%;
}
.footer-social-icon span{
    color: #7e7e7e;
    line-height: 23px;
}
.social-menu ul li{
    list-style: none;
    margin: 0 3px;
}

.social-menu ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}
.social-menu ul li a:hover{
    background-color: #cc0000;
}
.social-menu ul li a:hover i{
    color: #fff;
}
.footer-last-sec p{
    margin: 0;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
    text-align: right;
}
.footer-last-sec{
    padding: 3px;
    border-top: 1px solid #515151;
}
.ftr-list li a{
    margin: 0;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
    text-align: right;
    transition: 0.5s;
}
.ftr-list li a:hover{
    color: #fff;
}
.ftr-list ul{
    padding: 0;
    margin: 0;
}
.ftr-list li {
    display: inline-block;
    padding: 12px 10px;
}

/*back-to-top*/
.scrollToTopBtn i{
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    vertical-align: text-top;
}
.scrollToTopBtn {
  background-color: #cc0000;
  border: 2px solid #000066;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 23px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease
}
    
.showBtn {
  opacity: 1;
  transform: translateY(0)
}


/*inner-banner*/
.inner-banner{
    position: relative;
    z-index: 1;
    background-position: 0 0;
    background-size: cover;
    background-repeat: repeat;
    overflow: hidden;
    padding: 6em 0 2em;
}

.cataract-row{
    padding: 25px 0 0;
}
.cataract-sec h6{
    font-size: 20px;
    color: #000;
    line-height: 27px;
}
.graph-para p{
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
}
.cataract-sec p{
    color: #000;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 0;
}
.cataract-content .col-lg-3{
    padding: 0;
}
.cataract-sec{
    padding: 6px 0;
}
.cataract-content {
    padding: 50px 0;
}
.graph {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.graph span.bar1 {
    -webkit-animation: bar1 5s infinite;
}
.graph span.bar1 {
    height: 28px;
    background-color: rgb(204,0,0,0.25);
}
.graph span.bar2 {
    -webkit-animation: bar2 5s infinite;
}
.graph span.bar2 {
    height: 37px;
    background-color: rgb(204,0,0,0.25);
}
.graph span.bar3 {
    -webkit-animation: bar3 5s infinite;
}
.graph span.bar3 {
    height: 56px;
    background-color: rgb(204,0,0,0.25);
}
.graph span.bar4 {
    -webkit-animation: bar4 5s infinite;
}
.graph span.bar4 {
    height: 71px;
    background-color: rgb(204,0,0,0.25);
}
.graph span {
    width: 35px;
    margin: 0 10px;
    border-radius: 4px;
    display: block;
    background: #cc0000;
}
@-webkit-keyframes bar1 {  
    0% { background-color: rgb(204 0 0); }
    20%,80% { background-color: rgb(204,0,0,0.55); }
    100% { background-color: rgb(204,0,0,0.25); }
}
@-webkit-keyframes bar2 {  
    0%,20% { background-color: rgb(204,0,0,0.25); }
    40%,80% { background-color: rgb(204,0,0,0.70); }
    100% { background-color: rgb(204,0,0,0.25); }
}
@-webkit-keyframes bar3 {  
    0%,20%,40% { background-color: rgb(204,0,0,0.25); }
    60%,80% { background-color: rgb(204,0,0,0.85); }
    100% { background-color: rgb(204,0,0,0.25); }
}
@-webkit-keyframes bar4 {  
    0%,20%,40%,60% { background-color: rgb(204,0,0,0.25); }
    80% { background-color: rgb(204,0,0,1); }
    100% { background-color: rgb(204,0,0,0.25); }
}
.cataract-content h2 span{
    color: #cc0000;
}
.cataract-content h2{
    color: #000;
    font-size: 45px;
}

/*price-sec*/
.table__head{
     color: #FFF;
     font-weight: 700;
     background: #9b4085;
     background: -moz-linear-gradient(-45deg, #cc0000 0%,#000066 100%);
     background: -webkit-linear-gradient(-45deg, #cc0000 0%,#000066 100%);
     background: linear-gradient(135deg, #cc0000 0%,#000066 100%);
     white-space: nowrap;
}
 .table-bordered td, .table-bordered th{
     border: 0px solid #FFF;
}

 .winner__table{
     white-space: nowrap;
}
.table-responsive>.table-bordered {
    text-align: center;
}
.text-service{
    text-align: left;
}
th,td{
    font-weight: 400;
    text-align: inherit;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}

/*service-banner*/
.service-banner{
    position: relative;
    z-index: 1;
    background-position: 0 0;
    background-size: cover;
    background-repeat: repeat;
    overflow: hidden;
    padding: 8em 0 6em;
}
.inner-content {
    text-align: right;
    padding: 2em 0;
}
.inner-content p{
    color: #444343;
    padding: 15px 0;
    font-size: 16px;
}
.inner-content h1 span{
    color: #cc0000;
}



.health-nxt-para p{
    color: #444343;
    font-size: 16px;
    line-height: 27px;
    padding: 5px 0;
    text-align: justify;
}
.health-nxt-para {
    padding: 3em 0;
}

.package-box {
  background: #fff;
  background-image: url(../images/icon/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  transition: 0.5s;
  padding: 20px 25px;
  border-left: 5px solid #cc0000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 200px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.package-box:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation-name: example;
  animation-duration: 0.25s;
  border-left: 5px solid #000066;
  transform: translateY(-10px);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.package-box a li{
    color: #000066;
    font-size: 16px;
    line-height: 27px;
    padding: 5px 0;
    letter-spacing: 0.5px;
}
.package-box p{
    color: #444343;
    font-size: 16px;
    line-height: 27px;
    padding: 0;
}
.package-box h4{
    color: #cc0000;
    font-weight: 600;
    font-family: 'Maven Pro', sans-serif;
    font-size: 30px;
}
.package-box a li:hover{
    color: #cc0000;
}
.package-box ul{
    padding: 0;
    margin: 0;
}
.package-heading h2{
    font-size: 27px;
}
.package-heading span{
    color: #cc0000;
}
.package-heading{
    text-align: center;
    padding: 0 0 30px;
}
.package-list {
    padding: 25px 0;
}
.checkup-list{
    position: relative;
    display: block;
    background-color: rgb(242,245,249,0.7);
    padding: 2em 0;
    overflow: hidden;
    z-index: 1;
}

.contact-section{
  position: relative;
  background-color: #fff;
  padding:5em 0;
}

.contact-section .small-container{
  max-width: 1000px;
  margin: 0 auto;
}

.contact-section .upper-box{  
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

.contact-section .upper-box h3{ 
  font-size: 38px;
  font-weight: 500;
}

.contact-section .upper-box .text{
  position: relative;
  margin-top: 10px;
}   


.contact-section .form-box{
  position: relative;
  margin-bottom: 20px;
}

.contact-section .contact-box{
  position: relative;
  margin-bottom: 20px;
}

.contact-form-sec{
    position: relative;
    background: rgb(234,242,245,0.9);
    padding: 40px;
    height: 490px;
}
.cont-left{
    background: rgb(208 222 227 / 90%);
    padding: 35px;
    height: 490px;
}
.cont-img{
    width: 82%;
    object-fit: cover;
    margin: 0 auto;
    display: table;
}
.contact-form-sec h3{
    text-align: center;
    padding: 0 0 30px;
}
.contact-form-sec h3 span{
    color: #cc0000;
}
.form-box .col-lg-4,.form-box .col-lg-8{
    padding: 0;
}
.contact-form-sec .form-group{
  position:relative;
  margin-bottom:20px; 
}

.contact-form-sec .form-group input[type="text"],
.contact-form-sec .form-group input[type="email"],
.contact-form-sec .form-group textarea,
.contact-form-sec .form-group select{
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  font-weight: 400;
  height: 60px;
  box-shadow: 0 0 0px rgba(0,0,0,0.10);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form-sec .form-group input:focus,
.contact-form-sec .form-group select:focus,
.contact-form-sec .form-group textarea:focus{
  border-color:3px solid #cc0000;
}

.contact-form-sec .form-group textarea{
  height: 220px;
  resize: vertical;
}

.contact-form-sec .form-group button{
  text-transform: capitalize;
}

.contact-info-block{
  position: relative;
  margin-bottom: 30px;
}

.contact-info-block .inner{
    background:rgb(236,236,236,0.5);
    background-image: url(../images/icon/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    transition: 0.5s;
    position: relative;
    padding: 30px 20px;
    padding-left: 80px;
    transition: all 300ms ease;
    border-bottom: 3px solid #cc0000;
}
input:focus-visible,textarea:focus-visible {
    outline:none;
    border-radius: 3px;
}

.contact-info-block .inner:hover{
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0,0,0,0.10);
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  border-bottom:3px solid #cc0000;
}

.contact-info-block .fa{
  position: absolute;
  left: 30px;
  top: 35px;
  font-size: 47px;
  line-height: 1em;
  color: #cc0000;
  display: inline-block;
  margin-bottom: 10px;
}
.contact-info-block:last-child .fa{
    font-size: 33px;
}
.contact-info-block:first-child .fa{
    font-size: 35px;
}
.contact-info-block h4{
    font-size: 20px;
    line-height: 25px;
    color: #1b1b1b;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.7px;
}

.contact-info-block p a{
    font-size: 16px;
    color: #2d2d2d;
}
.contact-info-block p{
    padding: 0;
    color: #2d2d2d;
    font-size: 16px;
}
.google-map{
    padding: 0 0 5em 0;
}





/*side-fixed btn*/
.social-wrap-sidebar {
    position: fixed;
    top: 40%;
    right: -136px;
    margin-right: 8px;
    z-index: 999;
    list-style-type: none;
}
.social-wrap-sidebar li {
    padding: 5px 10px;
    padding-left: 5px;
    background-color: #cc0000;
    margin-bottom: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 12px #737373;
    transition: 0.5s;
    font-family: 'Poppins', sans-serif;
}
.social-wrap-sidebar li img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
.social-wrap-sidebar li a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    padding-left: 5px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}
.social-wrap-sidebar li:hover {
    margin-left: -72%;
}


/*specialist-doctors-sec*/
.specialist-doctors li{
    color: #5c5c5c;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 20px;
    position: relative;
    transition: opacity 2s ease-in 0s;
}
.specialist-doctors a:hover{
    background: #cc0000;
    border-bottom: 2px solid #9d0000;
}
.specialist-doctors a:hover li {
    color: #fff;
}
.specialist-doctors a{
    background: #f5f6f7;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 15px 0;
    border-bottom: 2px solid #b4b4b4;
    box-shadow: inset 0 0 8px #d1d1d1;
}
.specialist-doctors ul{
    padding: 0;
    margin: 0;
}
.specialist-doctors-sec{
    padding: 5em 0;
    background: #fff;
}


/*specialties-sec*/
.specialties-sec-box{
    padding: 35px;
    background-color: rgb(242,245,249,0.7);
}
.specialties-sec-box h3{
    border-left: 4px solid #cc0000;
    color: #323232;
    clear: both;
    padding-left: 10px;
}
.specialties-doctor h4 img{
    margin: 0 7px 0 0;
}
.specialties-doctor h4{
    padding: 0 0 5px;
}
.specialties-sec-box p{
    color: #555555;
    font-size: 16px;
    line-height: 22px;
    padding: 25px 0 0;
}
.specialties-sec{
    padding: 5em 0;
    position: relative;
    display: block;
    background: #fff;
    z-index: -1;
}
.specialties-right{
    padding: 15px;
    background-color: rgb(242,245,249,0.7);
}
.specialties-right h6{
    border-left: 2px solid #cc0000;
    width: 100%;
    background: #eee;
    line-height: 35px;
    padding: 0 0 0 10px;
    font-size: 16px;
}
.specialties-sec .col-lg-9{
    padding: 0;
}
.specialties-doctor{
    padding: 15px;
    background-color: #fff;
}
.specialties-doctor ul{
    padding: 0;
    margin: 0;
}
.specialties-doctor li{
    color: #000;
    font-size: 12px;
    line-height: 18px;
    border-bottom: 2px dashed #eee;
    padding: 10px 0;
}
.specialties-doctor li:last-child{
    border: none;
}
.specialties-doctor li b{
    font-size: 14px;
    line-height: 23px;
}
