.logo-light, .logo-dark{
    max-width: 200px;
    max-height: 70px;
}

.footer .footer-widget-nav, .footer .footer-widget-about {
    margin-top: 0px;
}

.contact-panel {
    position: relative;
    z-index: 2;
    padding: 60px;
    border-radius: 20px;
    background-color: unset;
    box-shadow: none;
}

.fancybox-layout1 .fancybox-item, .fancybox-layout2 .fancybox-item {
    padding: 20px;
}

.footer-logo{
    width: 135px !important;
    margin-bottom: 20px;
}

.footer-link{
    font-weight: 600 !important;
}

.header-login-btn{
    line-height: unset !important;
    display: flex !important;
    color: white !important;
    height: 60px;
}

.header-login-btn:hover{
    color: white !important;
}

.header-login-btn span{
    line-height: 60px !important;
    position: relative !important;
    margin: auto !important;
}

.header-login-btn::after{
    right: 7% !important;
}

.header-login-dropdown{
    border: dotted 1px #249dd9;
    left: -18%;
    border-radius: 7px;
}

.header_item{
    line-height: unset !important;
    padding-right: 5px !important;
}

.header_item:after{
    top: 0 !important;
}

.header_item:before{
    height: 0px !important;
}

.header-top-li{
    padding: 5px 20px !important;
    height: 50px !important;
}



.navbar .nav__item .nav__item-link.active:before{
    content: "";
    position: absolute;
    bottom: -7px;
    top: unset;
    left: 0;
    width: calc(100% - 5px);
    left: 0%;
    height: 1.5px !important;
    background-color: #213360;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.workspace{
    max-height: calc(100vh - 225px); 
    min-height: calc(100vh - 225px); 
    overflow: auto;
    padding-top: 2px;
}

.filter-card{
    position: fixed; width: calc(33.33% - 30px);
}

.filter-label{
    font-size: 13px;
    margin: 0px;
    font-weight: 600;
    color: #1c2980;
    margin-bottom: 5px;
}

.filter-button{
    min-width: 120px !important;
    color: white !important;
    cursor: pointer !important;
}

.appointment-button-margin{
    margin-right: 10px !important;
}

.danger-button{
    min-width: 120px !important;
    color: white !important;
    cursor: pointer !important;
    float: right !important;
    background-color: #A92725 !important;
}

.filter-header{
    text-transform: none !important;
}

.company-name{
    padding:3px 7px !important;  
   
}

.healthcare-provider-name{
    color: #233861 !important; 
    font-weight: 600 !important; 
    line-height: 16px !important;  
    font-size:22px !important; 
    margin-bottom:10px !important;
}

.healthcare-provider-contact{
    color: #249dd9 !important; 
    margin-top:5px !important;
}

.healthcare-provider-consultation-fees{
    color: #A92725 !important;
    font-weight: 600 !important; 
    font-size: 14px !important;
    margin-bottom:0px !important; 
    /* margin-left:7px !important; */
}

.healthcare-provider-profile-pic{
    border-radius: 7px !important; 
    margin:0px !important; 
    width:100px !important;
    padding: 5px;
}

.company-card-media{
    padding-top: 0px !important; 
    padding-bottom: 0px !important; 
    border-bottom: none !important;
}

.healthcare-provider-card{
    padding: 15px !important; 
    margin-bottom: 20px !important;
}

.healthcare-provider-address-block{
    margin-bottom:0px !important; 
    margin-left:7px !important; 
    margin-top: 7px !important;
}

.company-name .healthcare-provider-address-block{
    font-size: 13px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}


.healthcare-provider-extra-info{
    font-weight: 500 !important; 
    color: #555 !important;
}

.healthcare-provider-address{
    font-weight: 700 !important; 
    color: #555 !important;
}

.marked-preference{
    margin-bottom: 0px;
    text-align: right;
    top: 0px;
    right: 0px;
    position: absolute;
    background: #A92725;
    color: white !important;
    padding: 5px 10px;
    font-weight: 600 !important;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.appointment-type{
    margin-bottom: 0px;
    text-align: right;
    top: 0px;
    right: 0px;
    position: absolute;
    background: #233861;
    color: white !important;
    padding: 5px 10px;
    font-weight: 600 !important;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.slider .slide__title {
    font-size: 65px !important;
}

.healthcare-provider-search-form{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
    background-color: rgba(255, 255, 255, .75) !important;
    border-radius: 20px !important;
    border: solid 3px #212529 !important;
}

.healthcare-provider-search-form-desc{
    color: #A92725 !important;
    font-weight: 600 !important;
}

.healthcare-provider-search-form .nice-select{
    border: solid 1px #212529 !important;
}

.price-tag{
    max-height: 50px;
}

.fancybox__content{
    align-self: center;
}

.header-topbar{
    height: 50px !important;
}

.appointment-page-buttons{
    cursor: pointer;
    min-width: unset !important;
    color: white !important;
    font-size: 13px;
    padding: 7px 15px;
    height: unset !important;
    font-weight: 600 !important;
}

.btn_normal_weight{
    font-weight: 500 !important;
}
