@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;200;300;400;500;600;700;800;900;1,100..900&display=swap');



/*------- Kwyframes -------- */

@keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-100px); }
        100% { transform: translateY(0); }
    }

@keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-20px); }
        100% { transform: translateY(0); }
    }

body
{

    font-family: 'Plus Jakarta Sans', sans-serif;
}

body p, body span
{
    letter-spacing: 0.3px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Montserrat", sans-serif;
    color:#575757;
    
}

h1
{
    font-size:3.5rem!important;
    font-weight:700;
    line-height: 1.2em;
}

h3
{
    font-size: 22px;    
}

.hco-banner-carousel .item-overlay
{
    display: grid;
    justify-content: center;
    position: absolute;
    top: 0;
    height: 100%;
    align-items: center;
    padding: 0 5%;
}

.web-doc-info
{
    overflow: hidden;
}

.web-doc-info img
{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 2px solid #d5a214;
    padding: 3px;
    float: left;
    margin-right:15px;
}


.nav-two nav .navbar-nav .nav-item a.active
{
    color:#fdd618 !important;
}

li.phone i
{
    font-size: 30px!important;
    color: #eb1c5e!important;
    vertical-align:middle;
}

.main-nav nav .navbar-nav .nav-item a i
{
    top:0!important;
    margin-right: 5px;
}

.content-overlay p
{
    font-size: 18px;
}

.hco-why-choose span
{
    color:#d5a214;
}

.hco-banner-doc .doc-icon
{
    width: 60px;
    height: 60px;
    border: 2px solid #2e3e54;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: grid;
    margin-right:10px;
}

.hco-banner-doc .doc-content h4
{
    line-height: 1em;
    margin-bottom:0;
}

.hco-banner-doc .doc-content h4 span
{
    font-size:16px;
}

.hco-banner-carousel .content-overlay h5
{
    color:#ee215b;
}

.hco-ptb
{
    padding:100px 0;
}

.hco-pt
{
    padding-top:100px;
}

.hco-pb
{
    padding-bottom:100px;
}


.hco-border-content
{
    text-align: center;
    position:relative;
    
}

.hco-border-content p
{
    font-size:18px;
}

.hco-border-content .default-btn
{
    margin-top:20px;
}

.hco-border-content img
{
    margin:7px 0;
}

.hco-border-top
{
    position:relative;
    top:-50px;
}

.hco-why-section .why-col-block-one
{
    border:1px dashed #2e3e54;
    padding: 20px;
    border-radius: 100%;
    width:80px;
}
    
.hco-why-section .col-lg-4
{
    border-right: 3px solid #ffffff;
    padding:10px 10px;
}

.hco-circle
{
    width: 800px;
    height: 800px;
    position: absolute;
    background: #2e3e540d;
    display: grid;
    justify-content: center;
    align-items: center;
    align-self: center;
    border-radius: 100%;
    top: -480px;
    z-index: 0;
    left: 21%;
}

.text-center
{
    text-align:center;
}

.hco-doc-section
{
    background:#273242;
}

.hco-team-block
{
    box-shadow:0px 0px 25px #d9d9d9a8;
    display: flex;
    align-items:center;
    background:#fff;
    margin-bottom:20px;
    border-radius:5px;
    background: linear-gradient(to right, #2e3e54 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.hco-team-block .hco-team-content
{
    padding:0 40px;
    position: relative;
}

.hco-team-img
{
    max-width: 200px;
    width: 100%;
    border-right:5px solid #2e3e54;
}

.footer-bg
{
    background:transparent;
}

.hco-fac .card
{
    box-shadow: 0px 0px 50px #d9d8d869;
    border: 1px solid #f3f1f1;
}
.hco-steps .card
{
    border: none;
}
.hco-steps .card .icon-set
{
    width: 100px;
    height: 100px;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 0px 50px #ccccccc7;
    margin: 0 auto 10px;
}

.hco-service .nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
    backgrond:#ee215b!important;
}
.step-testimonials .item p
{
    font-size:20px;
}

.hco-testimonials
{
    background:#e9f0ff;
}

.hco-icon-rewiew i
{
    color:#f7b00a;
}

.hco-doc-panel .hco-team-content
{
    padding:0 20px;
}

.hco-doc-panel .hco-team-content h4
{
    font-size:16px;
    font-weight: 700;
}

.hco-doc-panel .hco-team-content .hco-doc-position
{
    font-size:14px;
}

.hco-doc-panel .hco-team-img 
{
    max-width: 170px;
    width: 100%;
}



/*---- Sidebar CSS -------------*/

.wrapper {
  width: 100%;
  padding-left: 200px;
  transition-duration: 0.5s;
}
.wrapper .sidebar {
  width: 50px;
  
  position: absolute;
  left: 0px;
  top: 50%;
  background: #333;
  white-space: nowrap;
  transition-duration: 0.5s;
  z-index: 1000;
}
.wrapper .sidebar .sb-item-list {
  width: 100%;
  height: calc(100% - 50px);
}
.wrapper .sidebar .sb-item-list > .sb-item > .sb-text {
  position: absolute;
  transition-duration: 0.5s;
}
.wrapper .sidebar .sb-item {
  display: block;
  width: 100%;
  line-height: 50px;
  color: #ccc;
  background: #333;
  cursor: pointer;
  padding-left: 7px;
  border-bottom:2px solid #fff;
}
.wrapper .sidebar .sb-item.active {
  border-left: solid 3px green;
  box-sizing: border-box;
}
.wrapper .sidebar .sb-item.active > .sb-icon {
  margin-left: -3px;
}
.wrapper .sidebar .sb-icon {
  padding-left: 10px;
  padding-right: 20px;
}
.wrapper .sidebar .sb-item:hover,
.wrapper .sidebar .sb-item.active {
  filter: brightness(130%);
}

.wrapper .sb-menu {
  position: relative;
}
/*.wrapper .sb-menu:after {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  float: right;
  margin-top: 19px;
  margin-left: -12px;
  margin-right: 5px;
  border: solid 5px transparent;
  border-left-color: #eee;
}*/
.wrapper .sb-menu > .sb-submenu {
  display: none;
}
.wrapper .sb-menu:hover > .sb-submenu {
  position: absolute;
  display: block;
  width: 200px;
  top: 0;
  left: calc(100% + 1px);
}

.wrapper .sb-submenu > .sb-item:first-child {
  border-radius: 8px 8px 0px 0px;
}

.wrapper .sb-submenu > .sb-item:last-child {
  border-radius: 0px 0px 8px 8px;
}

.doc-stat .timer
{
    font-size:40px;
}

.doc-stat .timer::after
{
    content:'+';
}

.wrapper .btn-toggle-sidebar {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #aaa;
  user-select: none;
}
.wrapper .btn-toggle-sidebar .sb-icon {
  padding-left: 15px;
}
.wrapper .btn-toggle-sidebar .sb-icon.fa-angle-double-left {
  display: inline-block;
}
.wrapper .btn-toggle-sidebar .sb-icon.fa-angle-double-right {
  display: none;
}

.wrapper.sidebar-collapse {
  padding-left: 60px;
}
.wrapper.sidebar-collapse .sidebar {
  width: 60px;
}
.wrapper.sidebar-collapse .sb-item-list > .sb-item > .sb-text {
  position: absolute;
  transform: translateX(-200%);
  opacity: 0;
}

.wrapper.sidebar-collapse .btn-toggle-sidebar .sb-icon.fa-angle-double-left {
  display: none;
}
.wrapper.sidebar-collapse .btn-toggle-sidebar .sb-icon.fa-angle-double-right {
  display: inline-block;
}

.select-hosp ul li
{
    list-style-type: none;
}
.select-hosp ul
{
    padding-left:20px;
}

.select-hosp h4
{
    font-size:20px;
}

.select-hosp .nice-select
{
    width:90%;
}

.hco-web-services .hco-service-icon img
{
    width:50px;
}
.hco-web-services .hco-service-icon
{
    width: 100px;
    height: 100px;
    display: grid;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0px 0px 24px #c5c1c1;
    border-radius: 100%;
}

.hco-service-card
{
    box-shadow: 0px 0px 65px #e9e7e7;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom:20px;
}

.hco-service-card:hover
{
    background:#2e3e54;
    transition: 0.7s;
    box-shadow:none;
}

.hco-service-card:hover h5
{
    color:#fff;
}
.hco-service-card:hover .hco-service-icon
{
    background:#fff;
    box-shadow: none;
}

.hco-service-card:hover p
{
    color:#fff;
}

.hco-anim-top 
{
    align-self: flex-end;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 200px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 200px;
}
.bounce-1 
{
    animation-name: bounce-1;
        animation-timing-function: linear;
}


.bounce-2 
{
    animation-name: bounce-2;
        animation-timing-function: linear;
}

.hco-why-col
{
    height:100%;
    background:rgb(238 33 91 / 58%);
}

.hco-why-col h5
{
    color:#fff;
}

.hco-why-col p
{
    color:#fff;
}

.hco-why-col img
{
    filter: brightness(10);
}

.hco-why-col .why-col-block-one
{
    border: 1px dashed #fff;
}

.hco-team-block:hover 
{
    
    background-position: left bottom;
    
}

.hco-team-block:hover .hco-team-content h4
{
    color:#fff;
}

.hco-team-block:hover .hco-team-content span
{
    color:#fff;
}

.hco-team-content img
{
        position: absolute;
    right: 50px;
    top: -10px;
    width: 50px;
    opacity: 0.2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.hco-why-col:hover
{
    background:rgb(0 0 0 / 77%);
}

.service-doc-slider .owl-item img
{
    width:150px;
    border-radius:100%;
    margin:0 auto;
    border: 2px solid #ee215b;
    padding: 4px;
}

.service-doc-slider .owl-item .doc-content
{
    text-align: center;
}

.service-doc-slider
{
    padding:80px 0 0;
}

.service-doc-slider .owl-stage-outer
{
    padding:40px 10px;
}

.service-doc-slider .owl-item .doc-card
{
    padding:20px 20px 25px;
    box-shadow: 0px 4px 10px 2px #e7e7e7;
    background:linear-gradient(45deg, #e9f2ff, white);
}

.doc-content h5
{
    font-size:18px;
    margin-top:10px;
}
.doc-content p
{
    font-size:13px;
}

.service-doc-slider .doc-card .card-footer 
{
    border-radius: 40px;
    border-bottom: 2px solid #ee215b;
    padding: 6px;
    width: 160px;
    margin: 0 auto;
}

.service-doc-slider .doc-card .card-footer a
{
    color:#ee215b;
}
ul.footer-social
{
    padding-left:5px;
}
ul.footer-social li {
    display: inline-grid;
    list-style-type: none;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}


/*-------== New Files ========--*/

.navbar img
{
    width:350px;
    filter:brightness(10);
}

.treatment-img-2
{
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}

.dbk-card
{
    text-align: center;
    padding: 20px;
    margin: 0 0 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 40px #ccc;
    border: 1px solid #ccc;
}

.dbk-card-icon
{
    width:80px;
    height:80px;
    margin:0 auto 10px;
    box-shadow:0px 0px 5px #ccc;
    border-radius:100%;
    display: grid;
    justify-content: center;
    align-items: center;

}

.dbk-card-icon img
{
    width:50px;
}

.dbk-card .dbk-card-val h3
{
    font-size: 30px;
    margin-bottom:0;
}

.dr-theme-btn
{
    background:#d5a214;
    padding:5px 25px 10px;
    color:#fff;
    border-radius:5px;
    border:none;
}

.web-contact-widget
{
    border:5px solid #0359a8;
    border-radius: 10px;
}

.web-doc-info h2, .web-contact-widget h2
{
    font-weight: 700;
}

.web-contact-widget input
{
    height: 50px;
}
.footer-widget ul.footer-address li
{
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 5px 0 12px;
}

.footer-widget ul li i
{
    font-size: 22px;
}

/*   Contact Page         */

.web-page-title
{
    background:#fff3d1;
    padding:80px 0;
}

.contact-info-tab img
{
    width:30px; 
    margin-right: 20px;
}

.cp-form input
{
    height:50px;
    margin-bottom:10px;
}

.web-page-sidebar ul li
{
    padding:20px 10px;
}

.web-page-sidebar .widget-post-icon
{
    width:80px;
    height:80px;
    margin-right:10px;
    float: left;
    border-radius:100%;
    border:2px solid #444;
}

.web-page-sidebar .widget-post-icon img
{
    width:100%;
    height: 100%;
    border-radius:100%;   
}

.about-page-service
{
    background: #0359a8;
    padding:20px;
    margin-top: 20px;
    border-radius: 10px;
}

.about-page-service h3
{
    color:#fff;
    padding-lef:20px;
}
.about-page-service ul li
{
    color:#fff;
    background:transparent;
    padding-left:0;
}

.about-page-service ul li i
{
    color:#efb40f;
}

.article-page-about .main-page-content ul li i
{
    color:#efb40f;   
}

.web-service-overlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, #0359a803, #0359a8b0);
}

.web-service-overlay h3 
{
    color:#fff;
}

.web-service-overlay p a
{
    color:#d5a214;
}

.web-service-overlay:hover
{
    background: #0359a8ba;
}

.web-service-card
{
    border: none!important;
}

.home-slide-nav
{
    background:none;
    border: none;
}

.btn-text-end
{
    text-align: right;
}

@media only screen and (max-width: 767px) 
    {
        
        .banner-area-two .hero-caption
        {
            padding:0 30px!important;
        }
        .banner-area-two .carousel-item .hero-caption h1
        {
            font-size: 1rem!important;
        }

        .banner-area-two .carousel-item .hero-caption h5.hide-mob
        {
            display: none;   
        }
        .banner-area-two .carousel-item .hero-caption h5
        {
            font-size:14px!important
        }

        .web-doc-info
        {
            text-align: center;
        }
        .web-doc-info img
        {
            float: none;
        }

        .treatment-area
        {
            padding:50px 0 80px;
        }

        .mean-container .mean-bar
        {
            height:90px;
            display: grid;
            align-items: center;
        }

        .hco-why-choose .hco-why
        {
            margin-bottom: 10px;
        }
        .btn-text-end
        {
            text-align: center;
            padding-top: 10px;
        }

        .section-title
        {
            text-align: center;
        }

        .hco-post .card
        {
            margin-bottom:20px;
        }

        .copy-right-text
        {
            text-align: center!important;
        }

        .web-page-title
        {
            padding:130px 0 50px;
            text-align: center;
        }

        .web-page-title h1
        {
            font-size: 1.5rem!important;
        }
    }