@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");

.logo img {
    width: 210px;
}

.bg-banner {
    border-top: 1px solid #f2f2f2;
    min-height: 414px;
    background: url(../images/banner/bg-banner.jpg);
    background-size: 85%;
    padding: 30px 0 0;
    float: left;
    width: 100%;
}
.inner {
    width: 1050px;
    margin: 0 auto;
}
.search-buttons {
    width: 100%;
    float: left;
}
li.tablinks.active i {
    background: #3bb44b;
}
.search-buttons li {
    cursor: pointer;
    float: left;
    list-style: none;
    text-align: center;
    background: none;
    padding: 0px;
    width: 16.6%;
    border: none;
    border-radius: 100px;
}

.search-buttons li i {
    background: #3857a5;
    font-size: 25px;
    border-radius: 100px;
    height: 60px;
    line-height: 64px;
    width: 60px;
    color: #fff;
}

.search-buttons li p {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    font-family: "Montserrat", sans-serif;
    margin: 7px 0 0;
}

.tabcontent {
    display: none;
}

.search-box {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}
.search-info {
    float: left;
    width: 55%;
}

.search-location {
    width: 30%;
    float: left;
    position: relative;
}

.search-btn {
    float: left;
    width: 15%;
}
.search-info .form-control {
    padding-left: 20px !important;
    border-radius: 0px !important;
}
.search-box .form-control {
    height: 45px;
    padding-left: 33px;
    border-radius: 4px 0px 0px 4px;
    border-right: 0px;
}
.search-btn {
    background: #3857a5;
    color: #fff;
    height: 45px;
    border-radius: 0px 4px 4px 0px;
}

.bg-banner h2 {
    text-align: center;
    color: #333;
    margin: 0 0 25px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
}

.btn.search-btn:hover {
    background: #45dc4a;
    color: #fff;
    transition: 0.5s;
}

.modal-content .form-modal-style {
    background: #0000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}
.form-modal-style {
    background: -webkit-gradient(linear, left bottom, left top, from(#141513), to(black));
    background: -o-linear-gradient(bottom, #141513, black);
    background: linear-gradient(0deg, #141513, black);
    text-align: center;
    padding: 20px 30px;
    border-radius: 7px;
    overflow: hidden;
}

.register-content {
    width: 530px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.nav-login i {
    font-size: 18px !important;
    margin-right: 5px !important;
    color: #3857a5;
    /* margin-bottom: 10px !important; */
}

.form-modal-style .form-control {
    margin-bottom: 15px;
    height: 45px;
}

.btn.btn-main {
    background: #3857a5;
    color: #fff;
    font-size: 14px;
    padding: 9px 20px;
    text-transform: uppercase;
}
.btn.btn-main:hover {
    background: #3bb44b;
    color: #fff;
}
.form-modal-style h2 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 15px 0;
    color: #333;
}

.hr {
    background: #dcdcdc;
    height: 1px;
    margin: 25px 0;
}

#s2id_leadadd_mode_of_enq .select2-default {
    color: #f00 !important;
}

.bg-grey {
    background: #f9f9f9;
}

.ptb-40 {
    padding: 40px 0;
}

.footer-links > ul > li a i {
    color: #3657a4;
    margin-right: 7px;
}
.left-text a {
    color: #fff;
}
.left-text i {
    margin-right: 10px;
}

.text-grey {
    color: #333;
}

.search-location i {
    position: absolute;
    left: 13px;
    top: 15px;
    color: #3857a5;
}
 
@media screen and (max-width: 768px) {
    form section.breadcrumb-area .search-box{
    padding:0px !important;
}
.sidebar-heading .main-heading h2 {
    margin: 0px !important;
}
.sidebar-widget.mt-30 {
    margin-top: 10px  !important;
}
form section.breadcrumb-area {
    padding: 5px 0 12px !important;
}
.shop-category-area {
    padding: 20px 0 !important;
}
    .main-navigation.d-lg-block.nav-login ul li:nth-child(3) {
    padding: 0px 11px !important;
}
.mean-container .mean-nav ul li a {
    background: #fff;
}    
.mean-container .mean-nav ul li a i {
    margin-right: 10px;
    color: #3857a5;
}

    .main-navigation.d-lg-block.nav-login {
    float: left;
    width: 78%;
}
.main-navigation.d-lg-block.nav-login ul li {
    float: left;
    width: 50%;
}

    #scrollUp {
    width: 45px;
    height: 45px;
    border: 1px solid #3657a4;
    background-color: #ffffff;
    color: #3657a4;
    line-height: 10px;
    right: 24px;
    bottom: 75px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
}
    .section-title h2 {
     font-size: 20px;
        
    }
    a.side-icon.call {
  
    right: 26px;
    bottom: 18.5%;
}
    .bg-banner {
    border-top: 1px solid #f2f2f2;
    min-height: auto;
     padding: 15px 0 0;
    float: left;
    width: 100%;
}
.sticky-nav.menu_fixed {
    padding: 5px 0 5px 0;
    
}
.search-buttons li p {
    font-size: 13px;
    letter-spacing: -0.1px;
    margin: 7px 0 0;
    line-height: 19px;
}
    .health-product-style {
        width: 100% !important;
        margin: 20px auto 0;
        float: none;
    }
    .bg-white-content {
        margin-bottom: 20px !important;
    }
    .search-detail-style .product-decs {
        padding: 10px 0 !important;
    }
    .mini-cart-warp {
        padding: 3px 0;
    }
    .mini-cart-content ul li:last-child {
        border-bottom: 0px !important;
    }
    .mini-cart-warp .digit-cart {
        top: -5px !important;
    }
    .mini-cart-content {
        width: 320px !important;
    }
    .mini-cart-content.cart-visible {
        padding: 0 15px 15px;
    }
    .search-detail-style .discount-style {
        margin: 0px !important;
    }
    .search-detail-style .row {
        padding-bottom: 10px;
    }
    .search-detail-style .price-style {
        margin: 4px 0 0 !important;
        font-size: 23px;
    }
    .list-product .discount-style {
        margin-right: 10px;
    }
    .register-content {
        max-width: 100% !important;
    }
    .dropdown-content {
        min-width: 310px !important;
    }
    .checkout-billing-style {
        margin-top: 20px;
    }

    .bg-white-content {
        padding: 15px !important;
    }

    .bg-white-content .detail-style {
        text-align: right;
        padding: 0px 0px !important;
    }
    .detail-style {
        text-align: left !important;
        padding: 0px 10px 20px !important;
    }
    p.discount-style {
        margin-right: 13px;
    }
    .detail-style p {
        display: inline-flex;
    }
    .inner {
        width: 100% !important;
    }
    .search-buttons li {
    width: 33.3%;
    margin: 8px 0;
    }
    .bg-banner h2 {
        margin: 0 0 15px;
    }
    .bg-banner {
        background: #f9f9f9;
    }
    .left-text {
        font-size: 15px !important;
    }
    .header-right-nav a {
        padding: 5px 0;
    }
    .res-xs-flex {
        margin: 6px 0;
    }
    .d-none-responsive {
        display: block !important;
    }
    .d-block-responsive {
        display: none !important;
    }
/*    .logo img {*/
/*    width: 100% !important;*/
/*    margin-top: 0;*/
/*}*/
.logo img {
        width: 140% !important;
        margin-top: 8px;
    }
    .logo {
        width: 100% !important;
    }
    .main-navigation ul li a {
        padding: 6px 6px;
        color: #253237;
        font-weight: 400;
        position: relative;
    }
    .cart-info {
        margin: 10px 0px 0 0 !important;
    }
    .main-navigation ul li a {
        padding: 24px 9px 0 0px;
        color: #253237;
        font-weight: 400;
        position: relative;
    }
    .main-navigation ul li a {
        padding: 0 0;
        font-size: 15px;
    }
    .main-navigation ul li a {
    text-align: center;
    width: 100%;
}
    .count-cart:before {
        margin: 10px 0;
    }

    .count-cart:after {
        position: absolute;
        top: 24px;
        left: -11px;
    }
     
    .search-btn {
        width: 100% !important;
        
    }
    .main-navigation.d-lg-block.nav-login ul li:nth-child(4) {
        padding: 0 7px !important;
        
    }
     .search-location .form-control, .search-info .form-control{
         border-radius:0px !important;
     }
    .search-location{
    float: left;
    width: 30% !important;
 }
 .search-info {
    float: left;
    width: 70% !important;
 }
    .search-buttons li i {
        background: #3857a5;
        font-size: 18px;
        border-radius: 100px;
        height: 45px;
        line-height: 45px;
        width: 45px;
        color: #fff;
    }
 .bg-banner h2 {
    font-size: 17px;
    font-weight: 600;
}
    .header-top-nav {
        padding: 6px 0px 0 !important;
        display: none;
    }
    .search-box {
        margin: 10px 0 0;
        padding: 0 20px;
    }
    .search-box .form-control {
        border-right: 1px solid #e4e7ea !important;
        border-bottom: 0px;
    }
    .call-us-style a {
        margin: 15px 0;
        display: block;
    }
    .call-us-style {
        text-align: center !important;
    }
    .call-us-style .col-md-5 {
        text-align: center !important;
    }

    .footer-top,
    .ptb-40 {
        padding-top: 20px 0px !important;
    }
    .copy-text {
        margin-bottom: 0px !important;
    }
    .call-us-style .col-lg-5 {
        text-align: center !important;
    }
}

.d-none-responsive {
    display: none;
}
.d-block-responsive {
    display: block;
}

.call-us-style {
    background: #f9f9f9;
    padding: 20px 0;
}

.btn-style {
    background: #3d59a2;
    color: #fff !important;
    padding: 7px 15px;
    margin: 15px 0 0;
}
.btn-style:hover {
    background: #4caf50;
    color: #fff;
    text-decoration: none;
}
p.price-style {
    color: #4caf50;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
}

p.price-style span {
    font-style: initial;
    color: #9c9c9c;
    font-weight: 100;
    font-size: 19px;
    margin-right: 10px;
    text-decoration: line-through;
}

p.discount-style {
    background: #d3ffd5;
    font-weight: 700;
    font-style: italic;
    /* line-height: 22px; */
    padding: 4px 15px 2px;
    margin: 12px 0 10px;
    border-radius: 5px;
    color: #309e35;
    display: inline-block;
    font-size: 18px;
    border: 1.4px dashed #4ba24f;
}

.detail-style {
    text-align: right;
    padding: 0px 18px;
}

.product-detail-style ul li {
    display: block;
    font-size: 14px;
    padding: 2px 0;
}

.main-head-detail {
    background: #f6f6f6;
    padding: 10px 17px 1px;
    width: 100%;
}

.main-head-detail h2 a {
    color: #3d59a2;
    font-size: 16px;
    margin: 0px 0 10px;
}

.product-detail-style ul li i {
    color: #3d59a2;
    /* overflow: hidden; */
    width: 10px;
    margin-right: 10px;
}

ul.list-style li {
    font-weight: 400;
    color: #333;
    list-style: circle;
}
ul.list-style {
    padding-left: 30px;
}

.main-head-detail h3 a {
    color: #3d59a2;
    font-size: 19px;
    margin: 3px 0 10px;
}

.bg-white-content {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 30px -33px #000;
}

.section-title h4 {
    font-size: 20px;
    color: #3d59a2;
    margin: 10px 0;
}

.list-style-main li {
    padding: 8px 0;
    border-bottom: 1px solid #f6f6f6;
    font-size: 14px;
}

.list-style-main {
    margin-bottom: 10px;
}

.doctor-style {
    text-align: left;
    padding: 10px 0 15px;
}

.doctor-style .btn-style {
    margin: 10px 0 0;
}

.dp-style {
    height: 45px;
    border: 2px solid #3d59a2;
    width: 45px;
    margin: -2px 13px 0 0;
    padding: 8px 10px;
    font-size: 24px;
    float: left;
    background: #ffffff;
    color: #3d59a2;
    border-radius: 58px;
}

.location-style {
    padding: 12px 10px;
    background: #f6f6f6;
    font-size: 16px;
    position: relative;
}

.location-style span {
    right: 8px;
    border-radius: 18px;
    position: absolute;
    padding: 0px 8px;
    background: #3d59a2;
    font-size: 13px;
    color: #fff;
}

.location-style i {
    color: #3d59a2;
    margin-right: 5px;
}

.select-search-style {
    width: 1000px;
    margin: 0 auto;
}

.select-search-style {
    width: 500px;
    height: 60px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 8px 10px;
    background: #f6f6f6;
    margin: 0 auto 30px;
}

.select-search-style .form-control {
    width: 100%;
    padding: 0px 15px;
    border-radius: 5px;
}

.list-product.near-me-style .product-decs {
    min-height: 100px;
    padding: 14px 12px;
}

.labcart-style p.price-style {
    margin: 10px 0;
    font-size: 21px;
    font-weight: 600;
}

.labcart-style .product-decs {
    padding: 0px 0;
}

.bg-white-content.labcart-style .btn {
    padding: 5px 11px;
    font-weight: 100;
    font-size: 15px;
}

.list-cart-style li {
    padding: 6px 0;
    border-bottom: 1px solid #f6f6f6;
    width: 100%;
    float: left;
    font-family: "Montserrat", sans-serif;
}

li,
p,
.btn {
    font-family: "Montserrat", sans-serif;
}

.list-cart-style li b {
    width: 50%;
    font-weight: 600;
    float: left;
}

.list-cart-style {
    float: left;
    width: 100%;
}

.list-cart-style li span {
    width: 50%;
    float: left;
    text-align: right;
}

.bg-white-content.list-cart-style .btn {
    margin: 20px 0 0;
    display: block;
    width: 100%;
    float: left;
}

.bg-green {
    background: #4caf50;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
}

.bg-icon i {
    font-size: 26px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-color: #dce4ec;
    padding: 11px 15px;
    color: #748494;
    justify-content: center;
    align-items: center;
}

.bg-icon span {
    position: absolute;
    margin: 13px 7px;
}

ul.list-style-dots li {
    list-style: circle;
    font-size: 12px;
}

ul.list-style-dots {
    padding-left: 10px;
}

.file-upload {
    display: block;
    text-align: center;
    font-size: 12px;
}
.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 49px;
    line-height: 40px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 1px 13px;
    color: #34495e9e;
    display: inline-block;
    height: 45px;
    font-size: 27px;
    line-height: 44px;
}
.file-upload .file-select .file-select-name {
    line-height: 40px;
    margin-top: 3px;
    display: inline-block;
    padding: 0 10px;
    position: absolute;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}
.banner-style {
    background: url(../images/banner/bg-blur.png);
    /*padding: 30px 0;*/
    padding: 66px 0;
    background-size: cover;
}

.banner-style img {
    width: 100%;
}

.banner-style h4 {
    color: #fff;
    font-weight: 500;
    font-size: 33px;
    margin-top: 60px;
    width: 440px;
}

.banner-style h4 span {
    color: #24ef2c;
}

.btn-style-main {
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #304e9a;
    padding: 10px 24px;
    box-shadow: 0 0 10px -8px #000;
    text-transform: uppercase;
    color: #ffffff;
    background: #3857a5;
    /* border: 2px solid #3857a5; */
    margin: 25px 0 10px 0;
}

.btn-style-main:hover {
    background: #4caf50;
    color: #fff;
    border: 1px solid #4caf50;
}

#booking-form .modal-dialog {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 20px 0;
}
.form-modal-style .close {
    position: absolute;
    right: -9px;
    line-height: 22px;
    font-weight: 600;
    font-size: 22px;
    text-shadow: none !important;
    top: -7px;
    color: #fff !important;
    opacity: 1;
    padding: 0 6px;
    width: 25px;
    line-height: 27px;
    height: 25px;
    border-radius: 35px;
    background: #3857a5;
}
.btn-close {
    position: absolute;
    top: -17px;
    right: -15px;
    background: #3857a5;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    border-radius: 31px;
    line-height: 0;
}
.btn-close:hover {
    background: #fff;
    color: #3857a5;
}
#booking-form .form-control {
    width: 100%;
}

#booking-form .form-control {
    border: 1px solid #cacaca;
    line-height: 26px;
    width: 100%;
    height: 40px;
}
.booking-form-style {
    background: #f3f3f3;
    padding: 20px;
}

#booking-form .modal-header {
    background: #f3f3f3;
}

#booking-form .modal-header h4 {
    font-size: 18px;
    color: #000;
}

.booking-form-style textarea {
    min-height: 70px;
}

.nice-select.form-control.open .list {
    min-width: 150px;
    margin: 0px;
}

.text-btn-style {
    color: #3857a5;
}
.content-style {
    text-align: center;
    background: #fff;
}
.content-style img {
    height: 70px;
    margin: 0 0 10px;
}

.content-style {
    padding: 20px 20px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}

.content-style h4 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    color: #333;
}

.content-detail-style h4 {
    color: #3d59a2;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.content-detail-style h5 {
    text-align: center;
    font-size: 18px;
    margin: 20px 0 0;
    color: #333;
    line-height: 30px;
}

.content-detail-style h5 a {
    color: #3859a5;
    font-weight: 600;
}

ul.content-list-style li {
    list-style: circle;
    padding: 2px 0;
}
ul.content-list-style {
    padding-left: 20px;
}
.form-style h6 {
    margin: 0px 0 15px;
    text-align: center;
    font-size: 27px;
    color: #fff;
}

.form-style {
    background: #0808088c;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 0 9px -4px #000;
}

.form-style .btn {
    padding: 6px 0;
    border-radius: 4px;
    font-size: 16px;
}

.checkout-style .d-block-100 {
    width: 100%;
    height: 39px;
    line-height: 27px;
    border: 1px solid #ced4da;
}

.checkout-billing-style h4 span.text-muted {
    font-size: 20px;
    color: #3456a8 !important;
}

.checkout-billing-style .badge-pill {
    background: #3d59a2;
    border-radius: 6px;
    font-size: 16px;
    line-height: 19px;
}

.checkout-billing-style li.list-group-item {
    padding: 8px 20px;
    color: #333;
    font-weight: 900;
}

.checkout-billing-style .btn-secondary {
    background: #4caf50;
}

.content-100 {
    float: left;
    width: 100%;
    background: #3857a5;
}

.content-80 {
    background: #fbfbfb;
    width: 82%;
    min-height: calc(100vh - 111px);
    padding: 40px;
    float: left;
}

.content-20 {
    float: left;
    width: 18%;
}

.list-dashboard li {
    font-size: 15px;
    padding: 15px 25px;
    border-bottom: 1px solid #2f4c94;
    line-height: 0px;
}
.list-dashboard li i {
    margin-right: 5px;
}
.list-dashboard li a {
    color: #fff;
}

.theiaStickySidebar {
    background: #3857a5;
    height: 100%;
    padding: 0 0 50px;
}

.list-dashboard li:first-child {
    text-align: center;
}

ul.user-profile li {
    width: 50%;
    float: left;
    padding: 9px 0;
    border-bottom: 1px solid #efefef;
}

.dashboard-head {
    /* background: #fbfbfb; */
    padding: 0 0 13px 0;
    margin: 0 0 10px 0;
    color: #3857a5;
    border-bottom: 1px solid #efefef;
    font-size: 20px;
}

ul.user-profile li b {
    width: 75px;
    color: #444;
    text-transform: capitalize;
    float: left;
}
.change-password-style {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 15px -15px #000;
    padding: 30px;
}

ul.user-profile li span {
    margin-left: 7px;
}

.dashboard-1 {
    background: linear-gradient(100deg, #366fff, #3857a5);
}

.dashboard-2 {
    background: linear-gradient(100deg, #4caf50, #25a72a);
}

.dashboard-1,
.dashboard-2 {
    border: none;
    /* margin: 0 0px 0 30px; */
    /* padding: 13px; */
    width: 100%;
    height: 195px;
    /* float: left; */
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

h4.dash-head {
    color: #fff;
    text-transform: uppercase;
    font-size: 57px;
    /* font-style: italic; */
    font-family: "Montserrat", cursive;
    margin-bottom: 5px;
    font-weight: 100;
    padding-top: 15px;
    padding-left: 25px;
}

p.dash-p {
    font-size: 18px;
    color: #fff;
    padding-left: 23px;
}

a.dash-btn {
    display: block;
    padding: 7px;
    text-align: center;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: #00000033;
    color: #fff;
}

.dashboard-1 .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: 23px;
    right: -2px;
    z-index: 0;
    font-size: 118px;
    color: rgba(0, 0, 0, 0.15);
}

.dashboard-2 .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 0;
    font-size: 110px;
    color: rgba(0, 0, 0, 0.15);
}

.single-blog-post {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.table-data-main th {
    padding: 7px;
}

.auto-add-style {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 30px -33px #000;
}

.pt-40 {
    padding-top: 40px;
}
.auto-add-style .btn {
    border-radius: 0.25rem;
    text-transform: inherit;
    font-size: 15px;
    margin: 15px 0 0;
}
.auto-add-style .btn-edit {
    background: #4caf50;
    width: 100%;
    color: #fff;
    padding: 4px 0;
}

.auto-add-style h5 {
    color: #333;
    margin: 0 0 6px;
}

.auto-add-style p {
    font-size: 15px;
    color: #333;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    right: 0;
    padding: 10px 20px 20px;
    position: absolute;
    background-color: #ffffff;
    min-width: 340px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 33px;
}
.dropdown-content .single-shopping-cart {
    padding: 10px 0;
}
.dropdown-content .default-btn {
    background: #3857a5;
    color: #fff;
}
.dropdown-content .default-btn:hover {
    background: #4caf50;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn.count-cart {
    top: 9px;
}
.cart-info a {
    color: #3857a5;
    font-size: 20px;
    margin-top: 2px;
    display: block;
}

.mini-cart-warp .digit-cart {
    position: absolute;
    font-size: 15px;
    right: -10px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 60px;
    top: -7px;
    font-weight: 100;
    background: #4caf50;
    width: 20px;
    height: 20px;
}

.location-search-style input {
    width: 70%;
    border-radius: 5px 0 0 5px;
    float: left;
    border-right: 0px;
}

.location-search-style .btn {
    width: 30%;
    border-radius: 0px 5px 5px 0;
    float: left;
}

.search-detail-style .btn-style {
    margin: 0;
}

.search-detail-style .price-style {
    margin: 20px 0 0;
}

.search-detail-style .discount-style {
    margin-top: 20px;
}

.lab-test-style .btn.btn-style {
    margin: 5px 0;
    font-size: 15px;
    padding: 5px 10px;
}

.lab-test-style p.price-style {
    font-size: 22px;
    margin-bottom: 6px;
}

.location-search-style .btn-style {
    padding: 8.5px 0;
    font-size: 13px;
}

.btn-block {
    border: none;
    border-radius: 0px;
}

.health-product-style .search-info {
    width: 85%;
}

.health-product-style {
    width: 800px;
    margin: 20px auto 0;
    float: none;
}


/***************************************************/
.nav-bar-main .dropbtn {
    background: none;
    color: #253237;
    font-weight: 700;
    /* padding: 16px; */
    /* font-size: 16px; */
    border: none;
}

.nav-bar-main .dropdown {
    position: relative;
    display: inline-block;
    top: 0;
}

.nav-bar-main .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.nav-bar-main .dropdown-content a {
    color: #253237;
    padding: 12px 16px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 4px 0 !important;
}

.nav-bar-main .dropdown-content a:hover {background-color: #ddd;}

.nav-bar-main .dropdown:hover .dropdown-content {display: block;}

.nav-bar-main .dropdown:hover .dropbtn {background: none;}

