@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");


/*Outfit Fonts*/
@font-face {
    font-family: 'OutfitBold';
    src: url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OutfitExtraBold';
    src: url('../fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('../fonts/Outfit-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OutfitMedium';
    src: url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OutfitLight';
    src: url('../fonts/Outfit-Light.woff2') format('woff2'),
        url('../fonts/Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OutfitSemiBold';
    src: url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OutfitRegular';
    src: url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    font-family: 'OutfitRegular';
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
   background: #b89841;
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
}
.text-blue{
    color: #b89841;
}
.text-orange{
    color: #ff9000;
}
h2{
    font-size: 30px;
    font-family: 'OutfitExtraBold';
}
.top-right i {
    font-size: 22px;
}
.top-left ul,
.top-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
}

.top-left li,
.top-right li {
    display: flex;
    align-items: center;
}

.top-left a,
.top-right a {
    color: #fff;
    text-decoration: none;
}


.top-header {
    background: #000;
    padding: 6px 0;
    font-size: 14px;
}

.top-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-left {
    color: #fff;
}

.top-left a {
    color: #fff;
    text-decoration: none;
    margin-left: 6px;
}

.top-left i {
    color: #f4b41a; 
    margin-right: 5px;
}

.top-right a {
    color: #f4b41a;
    margin-left: 12px;
    transition: 0.3s ease;
}

.top-right a:hover {
    color: #f4b41a;
}

.service-img img {
    height: 303px;
}

/*Top-Header*/
.top-header{
    padding: 8px 0;
}
.navbar-brand img{
    height: 60px;
}
.top-links{
    z-index: 5;
}
/* ===============================
   FIX EXTRA HEIGHT IN OWL CARDS
   =============================== */

.patient-education-carousel .owl-item {
    height: auto !important;
}

.patient-education-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.event-img img {
    width: 100%;
    height: 300px;         
    object-fit: cover;
    display: block;
}

.patient-education-text {
    padding: 12px;
    flex-grow: 1;
}

.patient-education-text label {
    display: block;
    line-height: 1.4;
    margin: 0;
}

.patient-education-box a {
    text-decoration: none;
}

/* Text animation */
#noMoreGallery {
    position: relative;
    font-size: 16px;
    color: #b89841;
    letter-spacing: 1px;
    margin-top: 30px;
    animation: blinkGlow 1.8s ease-in-out infinite;
}

/* Side lines */
#noMoreGallery span {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 1px;
    background: linear-gradient(to right, transparent, #b89841, transparent);
    animation: lineBlink 1.8s ease-in-out infinite;
}

#noMoreGallery span:first-child {
    left: -90px;
}

#noMoreGallery span:last-child {
    right: -90px;
}

/* Text blink + glow */
@keyframes blinkGlow {
    0% {
        opacity: 0.3;
        text-shadow: none;
    }
    50% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(184,152,65,0.7);
    }
    100% {
        opacity: 0.3;
        text-shadow: none;
    }
}

/* Line breathing animation */
@keyframes lineBlink {
    0% {
        opacity: 0.2;
        transform: scaleX(0.7);
    }
    50% {
        opacity: 1;
        transform: scaleX(1);
    }
    100% {
        opacity: 0.2;
        transform: scaleX(0.7);
    }
}
/* custom add end */

/* Mobile */
@media (max-width: 768px) {
    .top-header-inner {
        flex-direction: column;
        gap: 6px;
    }
}

.contacts-link {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    display: inline-block;
}
.contacts-link li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
/*    border-right: 1px solid #ff9000;*/
    padding-right: 3px;
}
.contacts-link li a {
    color: #000;
    padding: 0 4px;
    font-size: .9rem;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 0.2px;
    font-weight: 100;
    font-family: 'OutfitMedium';
}
.contacts-link li a i{
    color: #ff9000;
}
.contacts-link li a:hover {
    color: #b89841;
}
.contacts-link li:last-child {
    border-right: 0px solid #fff;
    padding-right: 0px;
}

.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.social-icons li a {
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ff9000;
    color: #fff;
    background: #ff9000;
    display: inline-block;
    transition: 0.3s;
    margin: 0 3px;
    font-size: 13px;
}
.social-icons li a:hover {
    background: #fff;
    color: #ff9000;
    border: 1px solid #ff9000;
}

/*Main Menu*/
.main-menu{
    color: #000;
    background: #1fb4eb;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    font-family: 'OutfitMedium';
    transition: 0.3s;
    padding-left: 30px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}
.main-menu form a {
    color: #fff;
    font-size: 14px;
    font-family: 'OutfitMedium';
    transition: 0.3s;
}
.main-menu form a:hover {
    color: #000;
}
.main-menu form a i{
    margin-right: 3px;
}

/*Banner*/

.banner .carousel-caption{
    position: absolute;
    left: 9%;
    top:35%;
    text-align: left;
    width: 40%;
}
.banner .carousel-caption label{
    color: #000000;
    font-weight: bold;
    font-style: normal;
    font-size: 2.8rem;
    font-family: 'OutfitExtraBold';
}
.banner .carousel-caption label span{
    color: #b89841;
}
.banner .carousel-caption p{
    color: #000;
    font-size: 1.3rem;
    font-family: 'OutfitMedium';
}
.common-btn {
    background: #b89841;
    color: #fff;
    font-family: 'OutfitMedium';
    text-align: center;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #b89841;
    margin-right: 7px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
}
.common-btn:hover, .common-btn:focus {
    text-decoration: none;
    outline: none;
    color: #b89841;
    background: transparent;
    border: 1px solid #b89841;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    color: #b89841;
    background: #4e4e4e;
    width: 23px;
    height: 23px;
}
.carousel-indicators [data-bs-target]{
    background-color: #b89841;
}
.carousel-indicators {
    bottom: 20px;
}
.carousel-caption h2 {
    font-size: 3rem;
    color: #000000;
    font-family: 'OutfitExtraBold';
}

/*About CSS*/
.about{
    background: url('../images/about-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.common-heading{
    font-family: 'OutfitExtraBold';
    font-size: 2.2rem;
    color: #000;
}
.font-med{
    color: #575757;
    font-family: 'OutfitMedium';
    font-size: 1.1rem;
}

.btm-bdr {
    border-bottom: 1px solid #ff9000;
}
.btm-bdr-2 {
    border-bottom: 1px solid #b89841;
}
.checked-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.checked-list li{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 24px;
    font-family: 'OutfitRegular';
    color: #212529;
}
.checked-list li:before{
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: .9rem;
    border-radius: 50%;
    color: #00aeef;
    left: 0;
    top: 0px;
}

/*Core Services CSS*/

.footer-clinic {
  font-size: 14px;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 16px;
}

.site-title {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.address-block {
  margin-bottom: 18px;
}

.address-block h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.address-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.address-row i {
  color: #d4af37;
  font-size: 16px;
  margin-top: 3px;
}

.address-row p {
  margin: 0;
  line-height: 1.6;
 
}


.service-box {
  background: #fff;
  border-bottom: 3px solid #b89841;
  height: 100%;
  transition: 0.3s;
  border-radius: 12px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-icon {
  font-size: 28px;
  color: #d4af37;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 15px 0 20px;
}

.testimonial-img {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.testimonial-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f1f1f1;
}

.testimonial-name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  color: #222;
}

/* Dropdown container */
.navbar .dropdown-menu {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 0;
    margin-top: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    min-width: 260px;
}


.navbar .dropdown-menu .dropdown-item {
    padding: 14px 18px;
    font-size: 15px;
    color: #222;
    border-bottom: 1px solid #d9d9d9;
    transition: background 0.25s ease, color 0.25s ease;
}

.navbar .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: #f7f7f7;
    color: #000;
}

.navbar .dropdown-menu hr {
    display: none;
}

.core-services{
    padding: 60px 0;
    background: url(../images/service-background.jpg);
    margin-top: 60px;
}

.service-text h4{
    font-family: 'OutfitSemiBold';
    font-size: 1.2rem;
    color: #575757;
}
.service-box:hover{
    background: rgb(20,43,148);
    background: #b89841;
}
.service-box:hover .service-text h4 {
    color: #fff;
}
.service-box:hover .service-text p {
    color: #fff;
}
.read-text{
    color: #000;
}

.core-services .service-text a{
    color: #b89841;
}
.core-services .service-text:hover a{
    color: #fff;
}

hr:not([size]).small-line {
    width: 85px;
    height: 4px;
    background: #b89841;
    opacity: 1;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 0;
}

/*happy-customers*/
.happy-customers{
    padding: 50px 0;
    background: #f6f6f6;
}
.testimonial-box{
    background: #fff;
    padding: 20px;
}
.testimonial-box hr{
    width: 16%;
    color: #ff9000;
}
.testimonial-img {
    text-align: center;
}
.happy-customers .owl-carousel .owl-item img {
    display: inline-block;
}
.testimonial-img img{
    height: 100px;
    width: 100px !important;
/*    border: 3px solid #ff9000;*/
    border-radius: 50%;
}
.testimonial-box h6{
    color: #36c9ff;
    font-family: 'OutfitMedium';
}
.testimonial-text p{
    font-size: .9rem;
}
.owl-carousel .owl-stage{
    display: flex;
}
.testimonials-text{
    background: url('../images/teatimonial-bg-1.png');
}
}

/*keyhole-surgery*/
.keyhole-surgery{
    background: url('../images/keyhole-surgery-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.keyhole-surgery h2 span{
    color: #ff9000;
}
.keyhole-surgery-text {
    width: 60%;
}

/*patient-education*/
.patient-education{
    padding: 60px 0;
    background: #f6f6f6;
}
.patient-education-box {
    background: #fff;
    text-align: center;
    height: 100%;
    transition: 0.4s;
}
.patient-education-box:hover{
    background: #ff9000;
}
.patient-education-text {
    padding: 24px;
}
.patient-education-box label{
    font-size: 1rem;
    font-family: 'OutfitSemiBold';
    color: #333;
    margin-bottom: 0;
    transition: 0.4s;
}
.patient-education-box label a{
    font-size: 1rem;
    font-family: 'OutfitSemiBold';
    color: #333;
    margin-bottom: 0;
    transition: 0.4s;
}
.patient-education-box:hover label a{
    color: #fff;
}
.patient-education-box:hover label{
    color: #fff;
}
.patient-education-box:hover p{
    color: #fff;
}
.play-icon-btn {
    position: absolute;
    display: inline-block;
    top: 32%;
    left: 0;
    right: 0;
    text-align: center;
}
.owl-carousel .owl-theme .play-icon-btn img {
    width: 60px;
    display: inline-block;
    animation: zoom-in-zoom-out 2s ease infinite;
}
.thumbs-services-area .item img {
    border-radius: 7px;
    margin-bottom: 30px;
}
.owl-carousel .owl-theme img {
    object-fit: cover;
    object-position: top;
}
.owl-carousel .owl-item img {
    display: block;
    /* width: 100%; */
}
.owl-carousel .play-icon-btn img{
    width: auto;
    margin: 0 auto;
}
.modal-body .btn-close {
    right: -40px;
    top: -35px;
    color: #fff;
    position: absolute;
    font-size: 26px;
    z-index: 2;
    padding: 0px 5px 8px 5px;
    background: transparent;
    opacity: 1;
}

/*counter-achive*/
.counter-achive{
    padding: 30px 0;
    background: #01a0e4;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../images/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-achive ul li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #fff;
}
.counter-achive ul li:last-child {
    border-right: 1px solid transparent;
}
.counter-achive ul li:before {
    background: transparent;
    border: 1px solid transparent;
}
.counter-achive ul li i{
    font-size: 30px;
}
.counter-achive ul li label{
    font-size: 26px;
    font-family: "montserratbold";
    font-weight: normal;
    margin-top: 5px;
}
.counter-achive ul li span{
    font-size: 14px;
}
.counter-achive ul li i, .counter-achive ul li label, .counter-achive ul li span {
    display: block;
    color: #fff;
}

/*news-events*/
.news-events{
    background: #f6f6f6;
}
.news-events .patient-education-icon img{
    border: 2px solid #1fb4eb;
}
.news-events .patient-education-icon img:hover{
    border: 2px solid #ff9000;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

/*accreditation-awardl*/
.accreditation-award .specialties-box img{
    border: 8px solid #fff;    
}

/*Latest Blog css*/
.latest-blog{
    padding: 60px 0;
}
.blog-text{
    padding: 20px;
}

.blog-text p i{
    color: #38ab9c;
}
.blog-text label{
    font-family: 'OutfitSemiBold';
    font-size: 1.1rem;
}
.owl-carousel .owl-stage-outer{
    padding-bottom: 15px;
}

.latest-blog .blog-text:hover a{
    color: #b89841;
}


/*footer footer-list-phone*/

.footer-list-phone li {
    margin-top: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 51px;
}

.footer-list-phone li:before {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: 40px;
    border-radius: 50%;
    color: #21a6b2;
    left: 0;
    top: -10px;
}
.footer-list-phone li a {
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
    display: block;
    font-size: 15px;
}

.footer-list-phone li a:hover {
    text-decoration: none;
    color: #4cd23d;
    padding-left: 10px;
}
.footer-list-phone .fa-map-marker-alt {
    color: #4cd23d;
}
/* footer section */
footer{
    padding: 35px 0;
    background: url(../images/footer-bg.png);
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    position: relative;
    color: #fff;
}
footer h5{
    color: #ffffff;
    font-size: 18px;
    font-family: 'OutfitSemiBold';
}
footer .icon-box i{
     font-size: 3.5rem;
     color: #b89841;
}
.icon-box span{
    font-size: 1rem;
}

.footer-list li {
    margin-top: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 24px;
}

.footer-list li:before {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: 15px;
    border-radius: 50%;
    color: #b89841;
    left: 0;
    top: -3px;
}
.footer-list li a {
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
    display: block;
    font-size: 15px;
}

.footer-list li a:hover {
    text-decoration: none;
    color: #b89841;
    padding-left: 10px;
}
.footer-list .fa-map-marker-alt {
    color: #b89841;
}
.btm-bdr{
    padding-bottom: .7rem;
    border-bottom: 1px solid #b89841;
}

.social-icons-2{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1rem !important;
}
.media-icons li a{
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #b89841;
    color: #fff;
    display: inline-block;
    background: #b89841;
    transition: 0.3s;
    margin: 0 3px;
    padding-right: 0px !important;
}
.media-icons li a:hover{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.img-box{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.copyright a{
    color: #575757;
}

/*Bottom to Top*/
button.scroltop:focus {
    outline: 0 !important;
}
button.scroltop {
    border-color: #b89841;
    border-radius: 50%;
    background: #b89841;
    border-style: solid;
    border-width: 0;
    bottom: 93px;
    color: #fff !important;
    cursor: pointer;
    display: none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
button.scroltop:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    background: inherit;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
button.scroltop:after {
    border: 1px dashed;
    background: 0 0;
    transform: scale(1.2);
    transition: all 0.5s;
}
button.scroltop:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0) scale(1.2);
    }
    to {
        -webkit-transform: rotate(360deg) scale(1.2);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0) scale(1.2);
    }
    to {
        -moz-transform: rotate(360deg) scale(1.2);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0) scale(1.2);
    }
    to {
        transform: rotate(360deg) scale(1.2);
    }
}

.footer-outline-btn {
    background: #transparent;
    color: #fff;
    font-family: 'montserratmedium';
    text-align: center;
    padding: 7px 20px;
    margin-top: 10px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    border: 1px solid #fff;
    margin-right: 7px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
}
.footer-outline-btn:hover, .footer-outline-btn:focus {
    text-decoration: none;
    outline: none;
    color: #4cd23d;
    background: transparent;
    border: 1px solid #4cd23d;
}

/*internal-pages*/

.internal-page-heading {
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    text-align: center;
}
.internal-banner h1 {
    font-size: 2.1rem;
    font-family: 'OutfitExtraBold';
    color: #333232;
}
.mob-view-only {
    display: none;
}
.internal-banner{
    position: relative;
}
.internal-banner h1{
    font-size: 2.1rem;
    font-family: 'OutfitExtraBold';
    color: #333232;
}
.internal-page-heading {
    position: absolute;
    right: 0;
    left: 0;
    top: 30%;
    text-align: center;
}
.breadcrumb {
    margin-bottom: 0;
}
.breadcrum-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    z-index: 0;
    background: rgb(0 0 0 / 60%);
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrum-bg ol li a {
    text-decoration: none;
    color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

/*contact-us*/
.contact-us {
    margin-top: 3.8rem;
}
.contact-us i{
    font-size: 4.3rem;
}
.contact-us i:hover{
    transform: rotate(360deg);
    transition: 0.7s;
}
.contact-us p{
     font-size: 1.2rem;   
}
.how-it-works-box {
    cursor: pointer;
    padding: 5px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
    background: #fff;
    color: #000;
    border-bottom: 3px solid #b89841;
}
.w-80{
    width: 80%;
    margin: 0 auto;
}
.form-control {
    border: 1px solid #b89841 !important;
}
.how-it-works-text{
    padding: 15px;
    padding-top: 20px;
}
.how-it-works-text label {
    color: #ff9000;
    padding: 15px auto;
    font-family: 'montserratbold';
}
.sc-shadow{
    box-shadow: 5px 0px 15px 0px #ccc;
}

.how-it-works-text p {
    margin-top: 7px;
    margin-bottom: 4px;
    line-height: 25px;
    font-size: 0.9rem;
    color: #000;
    transition: 0.3s;
}

.how-it-works-text a {
    margin-top: 7px;
    margin-bottom: 4px;
    line-height: 25px;
    font-size: 0.9rem;
    color: #000;
    transition: 0.3s;
}
.how-it-works-text h6{
    font-family: 'OutfitSemiBold';    
}
.how-it-works-text i{
    color: #b89841;
    display: block;
    font-size: 36px;
    padding-bottom: 12px;
    transition: 0.3s;
}
.how-it-works-box:hover{
    background: #b89841;
}
.how-it-works-box:hover i{
    color: #fff;
}
.how-it-works-box:hover label {
    color: #fff;
}
.how-it-works-box:hover p{
    color: #fff;
}
.how-it-works-box:hover a{
    color: #fff;
}
.how-it-works-text span{
    font-family: 'montserratbold';    
    display: block;
}

.add-contact strong{
	font-size:0.9rem!important;
}

.spc-section {
    padding: 60px 0;
}

.spc-heading {
    font-weight: 600;
    margin-bottom: 30px;
}

.spc-card {
    text-decoration: none;
    display: block;
    height: 100%;
}

.spc-box {
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.spc-img img {
    height: 230px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.spc-text {
    padding: 18px;
    text-align: center;
}

.spc-text h4 {
    font-size: 18px;
    margin: 0;
    color: #0b3c5d;
}

.spc-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    background-color: #b89841 !important;
}

.spc-box:hover .spc-img img {
    transform: scale(1.08);
}

@media (max-width: 767px) {
    .spc-img img {
        height: 200px;
    }
}

.spc-box:hover .spc-text h4 {
    color: #ffffff !important;
}

.spc-box:hover .spc-img img {
    transform: scale(1.08);
}
section.inner-page {
    margin-top: 60px;
}

/* Section */
.image-gallery {
    padding: 60px 0;
    background: #f8f9fb;
}

/* Heading */
.gallery-heading {
    font-weight: 600;
}

.gallery-heading span {
    color: #b89841;
}

/* Card */
.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Image */
.gallery-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Overlay */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
    text-decoration: none;
}

/* Icon */
.gallery-overlay i {
    color: #fff;
    font-size: 26px;
    background: #b89841;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover effects */
.gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

/* Loader & End text */
.gallery-loader {
    margin-top: 15px;
}

.gallery-loader .spinner-border {
    color: #b89841;
}

.gallery-end-text {
    margin-top: 15px;
    color: #777;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 767px) {
    .gallery-card img {
        height: 220px;
    }
}

/*Blog*/
.blog {
    padding: 50px 0;
}
.border-wide {
    border: 10px solid #b89841;
}
.blog hr.gray-line {
    border-bottom: 1px dashed #ccc;
}
.blog h4 {
    font-family: 'OutfitSemiBold'; 
}
.page-item.active .page-link {
    background-color: #b89841;
    border-color: #b89841;
}
.page-link:hover {
    color: #b89841;
}
.blog ul {
    margin-top: 0!important;
}
.pagination li a{
    font-family: 'OutfitSemiBold';
    color: #b89841;
}
.blog h3 {
    font-family: 'OutfitSemiBold'; 
}
.blog h1 {
    font-family: 'OutfitSemiBold';
}
.single-blog-img img{
    margin: 20px o;
}

/*Gallery CSS*/
.image-gallery{
    padding: 50px 0;
}
.gallery-item--thumb img{
    width: 100%;
}

.gallery-item:hover .gallery-item--thumb:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.gallery-item:hover .gallery-item--thumb a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 50%;
}

.gallery-item:hover .gallery-item--content p {
  color: #fff;
}

.gallery-item--thumb {
  position: relative;
}

.gallery-item--thumb:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(25 198 255 / 80%);
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.gallery-item--thumb a {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
  font-size: 30px;
  color: #fff;
  width: 100px;
  height: 100px;
  border: 1px dashed #fff;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.gallery-item--content {
  margin-top: 20px;
}

.gallery-item--content h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 17px;
}

.gallery-item--content p {
  font-size: 14px;
  line-height: 24px;
  padding: 0px 20px;
  color: #7a8a9e;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}




.common-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.common-list li{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 24px;
    font-family: 'OutfitMedium';
    color: #4d5e67;
}
.common-list li:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: .9rem;
    border-radius: 50%;
    color: #b89841;
    left: 0;
    top: 0px;
}

.checked-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.checked-list li{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 24px;
    font-family: 'OutfitMedium';
    color: #4d5e67;
}
.checked-list li:before{
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: .9rem;
    border-radius: 50%;
    color: #b89841;
    left: 0;
    top: 0px;
}

.round-checked-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.round-checked-list li{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 24px;
    font-family: 'OutfitMedium';
    color: #4d5e67;
}
.round-checked-list li:before{
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: .9rem;
    border-radius: 50%;
    color: #00aeef;
    left: 0;
    top: 0px;
}

.star-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.star-list li{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 24px;
    font-family: 'OutfitMedium';
    color: #4d5e67;
}
.star-list li:before{
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: .9rem;
    border-radius: 50%;
    color: #00aeef;
    left: 0;
    top: 0px;
}

.pdf-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pdf-list li{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 7px;
    position: relative;
    padding-left: 24px;
    font-family: 'OutfitMedium';
    color: #4d5e67;
}
.pdf-list li:before{
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: bold;
    border: 2px solid transparent;
    position: absolute;
    font-size: .9rem;
    border-radius: 50%;
    color: #00aeef;
    left: 0;
    top: 0px;
}
ol {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-top: 15px;
}
ol li {
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
    position: relative;
    padding-left: 5px;
}

.all-graduates h3{
    font-size: 24px;
    font-family: 'montserratbold';    
}
.common-list li a {
    font-size: .9rem;
    color: #575757;
}
ol li a{
    color: #4d5e67;
}
ol li a:hover{
    color: #2ab7d4;
}
.play-icon {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    text-align: center;
}
.play-icon img {
    width: 65px;
    height: 65px;
    background: transparent;
    animation: zoom-in-zoom-out 2s ease infinite;
}
.speak-info {
    background: rgb(0 0 0 / 84%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 20px;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sidebar-right small{
    color: #ff0000;
    font-size: 15px;
    font-family: 'OutfitMedium';  
}

.navbar-dark {
        border-radius: 0;
        display: block;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
    .top-contact-links {
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        z-index: 10;
        right: 50px;
        top: 10px;
    }
    .top-contact-links a {
        color: #fff;
    }
    .top-social-links li a{
        color: #fff;
    }
    .top-contact-links a i{
        color: #fff;
    }
.only-mob-view{
        display: none !important;
    }
.gallery-item--thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
a.page-numbers {
    margin: 0 5px;
}

/*keyhole-surgery*/
.keyhole-surgery{
    background: url('https://drnikhilverma.com/wp-content/themes/dronainfotech/images/keyhole-surgery-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    margin-top: 60px;
}
.keyhole-surgery h2 span{
    color: #ff9000;
}
.keyhole-surgery-text {
    width: 60%;
}
/*counter-achive*/
.counter-achive{
    padding: 30px 0;
    background: #01a0e4;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../images/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.counter-achive ul li {
    display: inline-block;
    text-align: center;
    border-right: 1px solid #fff;
}
.counter-achive ul li:last-child {
    border-right: 1px solid transparent;
}
.counter-achive ul li:before {
    background: transparent;
    border: 1px solid transparent;
}
.counter-achive ul li i{
    font-size: 30px;
}
.counter-achive ul li label{
    font-size: 26px;
    font-family: "montserratbold";
    font-weight: normal;
    margin-top: 5px;
}
.counter-achive ul li span{
    font-size: 14px;
}
.counter-achive ul li i, .counter-achive ul li label, .counter-achive ul li span {
    display: block;
    color: #fff;
}

/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {

}
@media only screen and (max-width: 767px) {

    .top-links.text-end{
        text-align: center !important;
    }
    .top-header {
        text-align: center;
    }
    .only-mob-view{
        display: block !important;
    }
    .only-desktop-view{
        display: none !important;
    }
    .contacts-link{
        text-align: center;
    }
    .internal-banner{
        height: 200px;
    }
    .internal-banner img {
        height: 200px;
        object-fit: cover;
    }
/*     .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        padding-bottom: 7px;
    } */
    .navbar-light .navbar-toggler-icon {
/*         background: url('../images/bars-solid.png'); */
        background-size: 100%;
    }

    .tog-mob {
    background: #b89841;
    }
    .nav-colm{
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    }

    h2 {
        font-size: 1.6rem;
    }
    .keyhole-surgery-text {
        width: 100%;
    }
    footer .icon-box i {
        font-size: 2.9rem;
    }
    .img-box {
        margin-bottom: 10px;
    }
    .footer-list ol, ul {
        padding-left: 0rem !important;
        margin-top: 1rem;
    }
    hr:not([size]).small-line {
        margin-bottom: 0px;
    }
    .counter-achive ul li:nth-child(2) {
        border-right: 1px solid transparent;
        margin-bottom: 30px;
    }
    .counter-achive ul li:nth-child(1) {
        margin-bottom: 30px;
    }
    .about-text p {
        font-size: 15px;
    }
    .about-us.btm-bdr {
        padding-bottom: 0;
    }
    .about-us label {
        font-size: 1rem;
    }
    .about-text h5 {
        font-size: 1.1rem;
    }
    .about-us h1 {
        font-size: 1.6rem;
    }
    .about-us {
        margin-top: 12px;
    }
    .about-img {
        padding: 0 48px;
    }
    h2 {
        font-size: 1.6rem;
    }
    .banner-caption p {
        font-size: 1.1rem;
    }
    .banner .carousel-caption label {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    .banner .carousel-caption {
        left: 12%;
        top: 0;
        width: 75%;
    }
    .contacts-link {
        padding: 5px 0;
    }
}


@media (max-width: 991px) {
    .top-header {
        display: none;
    }
    .navbar-brand img {
    height: 60px;
    width: 260px;
}
}