.top-header {
    background-color: #fff    !important;
    border-bottom: 1px solid forestgreen;
}

ul.header-menu {
    margin-left: 15px;
}
.btn.style__view-popular-packages {
    background-color: #fff;
    color: #eb4b51 !important;
    border: 1px solid;
    font-size: 14px;
    text-align: center;
}
    .btn.style__view-popular-packages:hover, .btn.style__view-popular-packages:active, .btn.style__view-popular-packages:focus {
        background-color: #eb4b51 !important;
        color: #ffffff !important;
        border: 1px solid;
        font-size: 14px;
    }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.red-search-icon {
    color: #2b569a;
}

.mr-10 {
    margin-right: 10px;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mt-10 {
    margin-right: 10px;
}

.mtop-10 {
    margin-top: 10px;
}

.pl-15 {
    padding-left: 15px;
}
blockquote {
    margin: 0 0 1rem;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
}
i.fa.fa-shield {
    padding: 18px 22px !important;
}

i.fa.fa-star-o {
    padding: 18px 20px !important;
}

i.fa.fa-address-book {
    padding: 18px 20px !important;
}
.navbar {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    min-height: 0px !important;
    padding: 0px;
}
/*.navbar-nav {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}*/
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}




.form-control {
    font-style: normal;
}

.banner-h2 {
    font-size: 40px !important;
    color: #235595 !important;
}
.top-header-links {
    color: #6b6667;
    font-size: 16px;
    margin-right: 20px;
    margin-top: -10px;
    float: left;
}
p.profile-detail {
    color: #fff;
}

h6.right.h6_pt {
    color: #fff;
}
.top-header-links-float {
    float: right;
    padding: 10px;
    margin-left: -100px;
}
.controler-section {
    width: 98%;
    /* position: relative; */
    margin-top: 249px;
    left: 0;
    right: 0;
    padding: 13px;
    background-color: #5486c3;
    /* z-index: 9; */
    margin-bottom: 5px;
    box-shadow: 0px 15px 10px -15px #111;
    border-radius: 8px;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
   
}
.navbar-light .navbar-toggler {
    
    border: 0 !important;
}
    .navbar-light .navbar-toggler-icon i {
        background-image: none;
        font-size: 25px;
        color: #fff;
    }

.subscribe-form .form-group input {
    border: 1px solid forestgreen;
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 14px;
    border-radius: 3px;
    font-style: normal;
}
.subscribe-form {
    width: 100%;
    /*display: flex;*/
    padding: 0px 0px;
}

@media (max-width:600px) {
    .subscribe-form {
        margin-bottom: -15px;
    }
    form.subscribe-form.checkout {
        margin-bottom: 10px;
    }
}
@media (min-width:768px) {
    .desk-menu li a {
        color: #fff !important;
        padding: 8px!important;
        font-weight: bold;
    }
}
@media (min-width:768px) and (max-width:992px) {
    /*.tablet-show-menu {
        display: block !important;
    }*/

    .toppest-header {
        display: none;
    }

    .cart-item {
        font-size: 14px;
        display: block;
    }

    button.btn.btn-sm.btn-checkout {
        /*margin: 5px 0px 0px 10px !important;*/
    }
}
@media  (min-width:992px) {
    .toppest-header {
        display: flex;
    }
    .modal-content {
        width: 50%;
    }
}







.modal {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(51, 51, 51, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.modal-container {
    display: flex;
    max-width: 720px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.3s;
    background: #fff;
    transform: translateY(100px) scale(0.4);
}

.modal-title {
    font-size: 26px;
    margin: 0;
    font-weight: 400;
    color: #55311c;
}

.modal-desc {
    margin: 6px 0 30px 0;
}

.modal-left {
    padding: 60px 30px 20px;
    background: #fff;
    flex: 1.5;
    transition-duration: 0.5s;
    transform: translateY(80px);
    opacity: 0;
}

.modal-button {
    color: #7d695e;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    cursor: pointer;
    border: 0;
    outline: 0;
    padding: 10px 40px;
    border-radius: 30px;
    background: white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
}

    .modal-button:hover {
        border-color: rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.8);
    }

.modal-right {
    flex: 2;
    font-size: 0;
    transition: 0.3s;
    overflow: hidden;
}

    .modal-right img {
        width: 100%;
        height: 100%;
        transform: scale(2);
        -o-object-fit: cover;
        object-fit: cover;
        transition-duration: 1.2s;
    }
a.popup__close {
    margin-top: -17% !important;
    margin-right: -10px;
}

.modal.is-open {
    height: 100%;
    background: rgba(51, 51, 51, 0.85);
}

    .modal.is-open .modal-button {
        opacity: 0;
    }

    .modal.is-open .modal-container {
        opacity: 1;
        transition-duration: 0.6s;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    .modal.is-open .modal-right img {
        transform: scale(1);
    }

    .modal.is-open .modal-left {
        transform: translateY(0);
        opacity: 1;
        transition-delay: 0.1s;
    }

.modal-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal-buttons a {
        color: rgba(51, 51, 51, 0.6);
        font-size: 14px;
    }

.sign-up {
    margin: 60px 0 0;
    font-size: 14px;
    text-align: center;
}

    .sign-up a {
        color: #8c7569;
    }

.input-button {
    padding: 8px 12px;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 4px;
    background: #8c7569;
    font-family: "Nunito", sans-serif;
    transition: 0.3s;
    cursor: pointer;
}

    .input-button:hover {
        background: #55311c;
    }

.input-label {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #8c7569;
    transition: 0.3s;
}

.input-block {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: 0.3s;
}

    .input-block input {
        outline: 0;
        border: 0;
        padding: 4px 0 0;
        font-size: 14px;
        font-family: "Nunito", sans-serif;
    }

        .input-block input::-moz-placeholder {
            color: #ccc;
            opacity: 1;
        }

        .input-block input:-ms-input-placeholder {
            color: #ccc;
            opacity: 1;
        }

        .input-block input::placeholder {
            color: #ccc;
            opacity: 1;
        }

    .input-block:focus-within {
        border-color: #8c7569;
    }

        .input-block:focus-within .input-label {
            color: rgba(140, 117, 105, 0.8);
        }

.icon-button {
    outline: 0;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    background: 0;
    padding: 0;
    cursor: pointer;
}

.scroll-down {
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #7d695e;
    font-size: 32px;
    font-weight: 800;
    transform: translate(-50%, -50%);
}

    .scroll-down svg {
        margin-top: 16px;
        width: 52px;
        fill: currentColor;
    }

@media (max-width: 750px) {
    .modal-container {
        width: 90%;
    }

    .modal-right {
        display: none;
    }
}





.popup.book-a-test {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    /*width: 100vw;*/
    /*height: 100vh;*/
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: 0.64s ease-in-out;
}

.popup-inner.book-test {
    position: relative !important;
    align-items: center !important;
    width: 90% !important;
    transition: 0.64s ease-in-out !important;
    max-width: 100%;
    height: auto;
}







.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 13;
    visibility: hidden;
    opacity: 0;
    overflow: hiden;
    transition: 0.64s ease-in-out;
}

.popup-inner {
    position: relative;
    bottom: -100vw;
    right: -100vh;
    display: flex;
    align-items: center;
    max-width: 800px;
    max-height: 600px;
    width: 40%;
    height: 45%;
    background-color: #fff;
    transform: rotate(32deg);
    transition: 0.64s ease-in-out;
}
.popup__photo-image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    height: 100%;
    overflow: hidden;
}
.popup__photo {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    height: 100%;
    overflow: hidden;
}

    .popup__photo img {
        width: auto;
        height: 100%;
    }

.popup__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    
}

    .popup__text h1 {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 2rem;
        text-transform: uppercase;
        color: #0A0A0A;
    }

    .popup__text p {
        font-size: 0.875rem;
        color: #686868;
        line-height: 1.5;
    }

.popup:target {
    visibility: visible;
    opacity: 1;
}

    .popup:target .popup-inner {
        bottom: 0;
        right: 0;
        transform: rotate(0);
    }

.popup__close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    font-weight: 300;
    border-radius: 100%;
    background-color: #2c5c96;
    z-index: 4;
    color: #fff !important;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
    

    .right-header-menues {
        vertical-align: text-bottom;
    }

    .tablet-show-menu {
        display: none;
    }

.controller-bttn {
    background-color: forestgreen !important;
    color: #fff;
    border: 1px solid #2b569a;
    padding: 3px;
    margin-left: 10px;
    width: 100%;
}

    .controller-bttn:hover, .controller-bttn:active, .controller-bttn:focus {
        background-color: #2b569a !important;
        color: #fff;
        border: 1px solid;
        padding: 3px;
        margin-left: 10px;
        width: 100%;
    }

button.btn.btn-primary.model-btn.product-item-bttn {
    background-color: #fff;
    color: #e86193 !important;
    border: 1px solid;
}
form.quick-book {
    padding: 10px;
}
    .form-group {
        margin-bottom: 13px !important;
        width: 100%;
    }

    .inputbox-margin {
        margin-left: 8px;
    }

    .inputbox-rightpadding {
        padding-right: 10px !important;
    }

    .upload-pre-text {
        padding-left: 20px;
        text-align: justify;
        font-size: 14px;
    }
.breadcrumb-section h2 {
    font-weight: normal;
    margin: 0px;
    font-size: 30px;
    color: #2b569a !important;
}

    .upload_btn_pt {
        padding-top: 5px;
    }

.profile-title {
    background: #efefef;
    padding: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #212121;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 12px;
    font-weight: bold;
	text-align:center !important;
}

    .product-item-new img {
        border-radius: 4%;
    }

    .bg-gray img {
        border-radius: 4%;
        box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 0 3px 0 rgba(0,0,0,.12);
    }




    .con-info img {
        border-radius: 4%;
    }



    .add-to-cart {
        background-color: #fff;
        color: #ff0000 !important;
        border: 0px;
        font-size: 14px;
    }

        .add-to-cart:hover, .add-to-cart:active, .add-to-cart:focus {
            background-color: #9c060d !important;
            color: #ffffff !important;
            border: 0px;
            font-size: 14px;
        }

.product-item-bttn {
    background-color: #fff;
    color: #6b6667 !important;
    border: 0;
    font-size: 15px;
    margin-right: 8px;
}

    .product-item-bttn:hover, .product-item-bttn:active, .product-item-bttn:focus {
        background-color: #ffffff !important;
        color: #6b6667 !important;
        border: 0;
        font-size: 16px;
    }

    .product-item-bttn-ml {
        /*margin-left: 20px;*/
    }

    @media (max-width:1440px) {

        .product-item-bttn {
            /*margin-left: 8%;*/
        }

        .product-item-bttn-new {
            /*margin-left: 8%;*/
        }
    }

    @media (max-width:600px) {

        .product-item-bttn {
            /*margin-left: 9%;*/
        }
    }

    .bonus-section {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .bonus-container {
        padding: 13px 20px 11px 20px;
        background-color: #5486c3;
        border-radius: 8px;
        width: 98%;
        margin: 0px auto;
        display: none;
    }

    .font-bold {
        font-weight: bold;
    }

    .bonus-div-border {
        border-right: 1px solid #fff;
        text-align: center;
        padding-top: 10px;
    }

        .bonus-div-border p {
            font-size: 18px;
        }

    .bonus-div-text {
        /*margin: auto;*/
    }

        .bonus-div-text p {
            padding-top: 15px;
            font-style: italic;
            padding-left: 40px;
        }

        .bonus-div-text h3 {
            padding-left: 40px;
        }

    .bonus-div-next {
        color: #fff;
        font-size: 37px;
    }

  

    img.footer-img {
        box-shadow: 0 6px 12px rgba(32,33,39,.08);
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
    }

    a.footer-img-hover:hover {
        box-shadow: 0 6px 12px rgb(32 33 39 / 18%);
    }

    .most-booked-container {
        margin-top: 0px;
    }

    .saving-container {
        padding: 13px 20px 11px 20px;
        background-color: #5486c3;
        border-radius: 8px;
        width: 98%;
        margin: 0px auto;
        display: none;
    }

    .saving-div-border {
        border-right: 1px solid #fff;
        text-align: right;
        padding-right: 60px;
        padding-top: 18px;
    }

    .fa-upload:before {
        color: #eb4b51;
        margin-right: 5px;
    }

    .video-section {
        margin-top: -40px;
    }

    .blog-section-text h4 {
        font-size: 18px;
    }

    .bg-gray {
        background-color: #eaf2fc;
        padding: 15px;
    }

    .bg-dark-gray {
        background-color: #eee;
    }

    .video-section-text {
        margin: auto;
    }

    .video-section p {
        padding-top: 15px;
    }

    .video-section-container {
        margin-top: 20px;
    }

    .coverage-section {
        margin-top: 8px;
        display: none;
    }

    .blog-section {
        margin-top: 30px;
    }

        .blog-section p {
            padding: 10px;
        }
.product-item-bttn-profile:hover {
    background-color: forestgreen;
    border-color: forestgreen;
    color: #fff !important;
}
.btn-primary:focus {
    box-shadow: none!important;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: forestgreen !important;
    border-color: darkgreen !important;
}
.sub-footer-section {
    background-color: #f9f9f9;
    padding: 10px;
}
.btn-primary:disabled {
    background-color: #2b569a;
    border-color: #fff;
    color: #fff !important;
}

.sub-footer-section p {
    margin-bottom: 0px;
    font-size: 14px;
}

    .qr-code {
        text-align: center;
        margin: auto;
    }

    .profile-tab-section {
        margin-top: 100px;
        margin-bottom: 10px;
    }

    /*my style- neha gupta
*/



    .t-profile {
       
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

.footer-widget.about-widget a:hover {
    color: darkorange;
}

.pi-text:hover {
    /*box-shadow: 2px 6px 15px 6px #e7e4e4;*/
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%), 0 69px 18px 0 rgb(0 0 0 / 0%);
}
    }

    .profile-tab-section-new {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .h6_pt {
        padding-top: 7px;
    }

/*.p-form {
    background-color: #eb4b51;
    padding: 15px;
    width: 45%;
    float: right;
    border-radius: 8px;
    margin-top: 5em;
    border-top-right-radius: 74px;
    border-bottom-left-radius: 74px;
}
*/



.our_expert_container img {
    border-radius: 4%;
    box-shadow: 0 5px 7px rgba(33,33,33,.07);
    width: 300px;
}

    h2.h-text {
        color: #fff;
        text-align: left;
        text-transform: inherit !important;
        font-size: 25px ;
        transition: none !important;
    }

    h4.p-text {
        color: #fff;
        font-weight: 400;
        margin-top: 10px;
        font-size: 18px;
        margin-left: 25px;
    }

    .site-btn.book {
        transition: none !important;
        background-color: #fff;
        color: #f46770;
        border-radius: initial;
        line-height: 8px;
        border: 1px solid #ddd;
    }

    .f-button {
        text-align: center;
    }

    .site-btn.remove.sb-line.sb-dark {
        background-color: #5b5959;
        border-radius: inherit;
        line-height: 8px;
        color: #fff;
        border: 1px solid #ddd;
        transition: none !important;
    }

    .social-links-warp {
        border-top: none;
    }

    .more-details {
        float: right;
        text-align: center;
        width: 60%;
        margin-right: 15%;
        background-color: #5b5959;
    }

    h3.m-text {
        padding: 5px;
        font-size: 18px;
        color: #fff;
    }

    section.register_navbar.mb-5 {
        margin-top: 25px;
    }

    .table-bordered {
        border: 1px solid #dee2e6;
        background-color: #5486c3;
        color: #fff;
        width: 60%;
        text-align: center;
    }

        .table-bordered td, .table-bordered th {
            border: 1px solid #dee2e6;
            font-size: 16px;
        }

h3.txt_our_experts {
    color: #2c5c96;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight:bold;
}

.font-weight-bold {
    font-weight: 600 !important;
    color: #2b569a;
    font-size: 18px;
    margin-top: 15px;
}

.s-test {
    color: #25252594;
    font-size: 18px;
    font-weight: bold;
}

.tab {
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

        /* Style the buttons inside the tab */
        .tab button {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 8px 16px;
            transition: 0.3s;
            font-size: 20px;
            width: 50%;
            font-weight: 600;
           
        }

            /* Change background color of buttons on hover */
            .tab button:hover {
                background-color: #ddd;
            }

            /* Create an active/current tablink class */
            .tab button.active {
                background-color: #2b569a;
                color: #fff;
            }

    /* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 5px 7px rgba(33,33,33,.07);
}
}


    }

    p.about-test {
        font-size: 16px;
        font-family: calibri;
        margin-bottom: 5px;
    }

    .b-color {
        background-color: #fff;
        padding: 10px;
    }

    .card-header {
        background-color: #fff;
        padding: 0px;
        font-size: 17px;
        color: #fff;
        border-radius: 5px;
    }

    .mb-0 {
        color: #fff;
        text-decoration: none;
    }

    .card {
        border: none;
        background-color: #fff;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding-left: 25px;
    padding-top: 0px;
    color: #6b6667;
}

    .btn-link:hover {
        color: #000;
        text-decoration: none;
    }

    .btn.btn-link.collapsed {
        color: #000;
    }

    .btn.btn-link {
        float: right;
    }

    .accordion > .card > .card-header {
        border-radius: 3px;
        /* margin-bottom: -1px; */
        margin-bottom: 10px;
    }

    .tabs-heading {
        color: #000;
        font-size: 16px;
        padding: 20px;
        line-height: 38px;
    }

    .btn-link {
        font-weight: 400;
        color: #000;
        text-decoration: none;
    }

    li.active {
        /*background-color: #f46770;*/
    }

    .btn:active:focus, .btn:focus {
        outline: none;
        outline-offset: 0px;
    }

    .btn-link:focus, .btn-link:hover {
        color: #23527c;
        text-decoration: none;
        background-color: transparent;
    }

    .nav-tabs {
        border-bottom: none;
        padding-bottom: 10px;
    }

        .nav-tabs > li > a {
            margin-right: 0px;
            line-height: 1.42857143;
            border: 0px solid transparent;
            border-radius: 0px 0px 0 0;
            background-color: #fff;
            color: #000;
        }

        .nav-tabs > li {
            float: left;
            margin-bottom: -1px;
            width: 50%;
            text-align: center;
        }

    .tab-content > .active {
        display: block;
        background-color: #fff;
    }

    .mb-0 {
        color: #fff;
        text-decoration: none;
        margin-top: 0px;
        font-size: 16px;
    }

    i.fa.fa-caret-right {
        font-size: 20px;
    }

    i.fa.fa-caret-down {
        font-size: 20px;
    }

    .mb-5, .my-5 {
        margin-bottom: 0px !important;
    }

    .site-btn {
        display: inline-block;
        border: none;
        font-size: 14px;
        font-weight: 600;
        min-width: 40%;
        padding: 10px;
        border-radius: 50px;
        text-transform: inherit;
        line-height: normal;
        cursor: pointer;
        text-align: center;
    }
    /*my style- neha gupta
*/
    .test-scrolling-div {
        height: 500px;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        overflow-y: scroll;
    }

    h6.font-weight-bold.mb-3 {
        color: black;
        margin-left: -25px;
        border-bottom: 1px solid #f46770;
        line-height: 35px;
    }

    h6.mb-3.price {
        margin-left: -25px;
        font-weight: 100;
    }

    form.multi-range-field.w-100.mb-1 {
        margin-left: -25px;
    }

    .form-check.pl-0.mb-3 {
        margin-bottom: 6px !important;
    }

    .scroll {
        height: 500px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    #style-1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    #style-1::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    #style-1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #f46770;
    }

    input[type="checkbox"] {
        visibility: hidden;
    }

    label {
        cursor: pointer;
    }

    input[type="checkbox"] + label:before {
        border: 1px solid #f46770;
        content: "\00a0";
        display: inline-block;
        font: 16px/1em sans-serif;
        height: 16px;
        margin: 0 10px 0 0;
        padding: 0;
        vertical-align: middle;
        width: 16px;
    }

    input[type="checkbox"]:checked + label:before {
        background: #fff;
        color: #f46770;
        content: "\2713";
        text-align: center;
    }

    input[type="checkbox"]:checked + label:after {
        font-weight: bold;
    }

    input[type="checkbox"]:focus + label::before {
        outline: rgb(59, 153, 252) auto 5px;
    }

    .test-img {
        width: 100px;
        height: 100px;
        border-radius: 50px;
    }

    .test_row_container {
        background: #ffffff;
        border: 1px solid #f3f1f1;
    }

    .blog-entry .text {
        position: relative;
        border-top: 0;
        border-radius: 2px;
    }

        .blog-entry .text .heading {
            font-size: 18px;
            margin-bottom: 16px;
            font-weight: 400;
        }

    .test-menu {
        /*background-color: #eee;*/
        width: 100%;
        float: left;
        padding: 20px;
    }

    .t-profile {
       
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 300px;
        height: 8px;
        background: #f46770;
        border: none;
        border-radius: 10px;
    }

    input[type=range] {
        -webkit-appearance: none;
    }

        input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            border: none;
            height: 16px;
            width: 16px;
            border-radius: 50%;
            background: #f46770;
            margin-top: -4px;
        }

    h6.mb-3.price {
        margin-left: -25px;
        font-weight: 100;
        margin-bottom: -10px !important;
    }

    .p-15 {
        padding: 15px;
    }

.border-red {
    box-shadow: 0px 1px 6px #d3dee5;
}

    @media (min-width: 320px) and (max-width: 767px) {
        .p-form {
            background-color: #f46770;
            padding: 15px;
            width: 100%;
            float: left;
        }

        .more-details {
            float: left;
            text-align: center;
            width: 100%;
            background-color: #5b5959;
        }

        .table-bordered {
            border: 1px solid #dee2e6;
            background-color: #5486c3;
            color: #fff;
            width: 100%;
            text-align: center;
        }

        .t-profile {
            width: 100%;
        }
    }

    @media (max-width: 768px) {
        .p-form {
            background-color: #f46770;
            padding: 15px;
            width: 100%;
            float: left;
        }

        .more-details {
            float: left;
            text-align: center;
            width: 100%;
            background-color: #5b5959;
        }

        .table-bordered {
            border: 1px solid #dee2e6;
            background-color: #5486c3;
            color: #fff;
            width: 100%;
            text-align: center;
        }
    }

    .book-now-bttn {
        background-color: #444;
        color: #fff;
        padding: 6px 16px;
        font-size: 14px;
        border: 1px solid #eee;
        margin-top: 10px;
    }

        .book-now-bttn:hover, .book-now-bttn:active, .book-now-bttn:focus {
            background-color: #9c060d !important;
            color: #fff;
            padding: 6px 16px;
            font-size: 14px;
            border: 1px solid #eee;
            margin-top: 10px;
        }

    .input-text {
        color: #444;
        border-radius: 5px;
        font-style: normal;
        margin-bottom: 15px;
        margin-right: 10px;
    }
.btn.all-common-btn {
    padding: 0.4rem .75rem ;
}

.otp-bttn {
    background-color: #ffffff;
    color: #e86193;
    height: 100%;
    border: 1px solid #e86193;
    font-size: 14px;
    font-weight: normal;
    width: 35%;
    max-width: 100%;
    margin-bottom: 0px;
}

button.btn.btn-primary.model-btn.product-item-bttn:hover {
    background-color: #e86193 !important;
    color: #fff !important;
    border: 1px solid;
}

input.btn.btn-primary.controller-bttn.otp-bttn {
    color: #ffffff !important;
    font-style: normal;
    width: auto;
    border: 1px solid #2b569a;
    background: #2b569a !important;
}
    input.btn.btn-primary.controller-bttn.otp-bttn:hover {
        background-color: #2b569a !important;
        width: auto;
        color: #ffffff !important;
        border: 1px solid !important;
    }

.otp-bttn:hover, otp-bttn:focus, otp-bttn:active {
    background-color: #2b569a !important;
    color: #fff;
    border: 1px solid #2b569a;
}
    /* Popup Box */

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 8888; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fff;
        margin: 10vh auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #fff;
        width: auto; /* Could be more or less, depending on screen size */
    }

    .product-item-bttn-new {
        background-color: #fff;
        color: #ff0000 !important;
        border: 0px;
        /*margin-left: 7%;*/
        font-size: 14px;
    }

        .product-item-bttn-new:hover, .product-item-bttn-new:active, .product-item-bttn-new:focus {
            background-color: #9c060d !important;
            color: #ffffff !important;
            border: 0px;
            font-size: 14px;
        }

.product-item-bttn-profile {
    background-color: #fff;
    color: forestgreen !important;
    border: 1px solid darkgreen;
    font-size: 14px;
}


        /*.product-item-bttn-profile:hover, .product-item-bttn-profile:active, .product-item-bttn-profile:focus {
            background-color: #eb4b51 !important;
            color: #ffffff !important;
            border: 1px solid #eb4b51;
            font-size: 14px;
        }*/



        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

    button.button {
        background-color: #fff;
        color: #ff0000;
        border: 0px;
        font-size: 16px;
    }

        button.button:hover, .button:active, .button:focus {
            color: #fff;
            background-color: #9c060d00 !important;
        }

    @media (max-width: 768px) {
        .p-form {
            background-color: #f46770;
            padding: 15px;
            width: 100%;
            float: left;
        }
        
        .more-details {
            float: left;
            text-align: center;
            width: 100%;
            background-color: #5b5959;
        }

        .table-bordered {
            border: 1px solid #dee2e6;
            background-color: #5486c3;
            color: #fff;
            width: 100%;
            text-align: center;
        }
    }

    @media (max-width:600px) {
        .controler-section {
            width: 95%;
            top: auto;
            margin-top: 43px;
            padding: 20px;
            background-color: #5486c3;
            z-index: 9;
            margin-bottom: 0px;
        }
        input.btn.btn-primary.controller-bttn.otp-bttn {
           margin-bottom: 10px;
        }
        .controller-bttn {
            background-color: forestgreen !important;
            color: #fff;
            border: 1px solid;
            padding: 7px;
            margin-left: 0px;
            margin-top: 10px;
            margin-bottom: -5px;
            width: 100%;
        }
        .upload-button {
            margin-top: 15px !important;
        }
        h4.text-center.heading {
            font-size: 20px !important;
        }
        .otp-bttn {
            margin-bottom: 10px !important;
        }
            .inputbox-margin {
            margin-left: 0px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .upload-pre-text {
            white-space: nowrap;
            padding-right: 10px;
        }

        .saving-div-border {
            border-right: none;
            text-align: center;
        }

        .bonus-div-border {
            border-right: none;
            text-align: center;
        }
    }

    .product-item-display {
        display: flex;
    }

    @media(max-width:600px) {
        .bottom-logos-links {
            margin-bottom: 20px;
        }
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 20% !important;
        margin-right: -10px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 20% !important;
        margin-left: -10px;
    }

    .carousel-control.left {
        background-image: none !important;
    }

    .carousel-control.right {
        background-image: none !important;
    }

    .check-out-title {
        text-align: center;
        font-weight: 500;
        padding: 25px;
    }

    .address-card {
        height: auto;
        padding: 10px;
        border: 1px solid #ccc;

    }

    .delet-icon-bttn {
        background-color: transparent;
        color: #eb4b51;
        border: 0px;
        font-size: 16px;
        float: right;
    }

        .delet-icon-bttn:hover, .delet-icon-bttn:active, .delet-icon-bttn:focus {
            background-color: #9c060d !important;
            color: #ffffff;
            border: 0px;
            font-size: 16px;
        }

button.btn.btn-sm.btn-danger {
    background-color: #fff;
    color: #2b569a;
    width: 75%;
}

    .add-bttn {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
    }

    @media (max-width:600px) {
        .add-bttn {
            position: relative;
            margin-top: 20px;
        }
    }

    @media (max-width:600px) {
        .upload-section-padding {
            padding: 15px;
        }
    }

    .white-space {
        white-space: pre;
    }

    .text-black {
        color: #000;
    }

    .m-auto {
        margin: auto;
    }

    /*.btn {
        padding: .2rem .75rem !important;
    }*/

    .middle_container {
        padding: 0px 0px;
    }

.counter-box {
    background-color: #2b569a;
    border: none;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    width: 27px;
}

.plus-minus-box {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    color: #2b569a;
    text-align: center;
}
#feedback a {
    z-index: 99999999999999999!important;
}
.modal {
    z-index: 9999999999 !important;
}

.cart-delet-bttn {
    width: 100px;
    height: 100px;
    background-color: #fff !important;
    border-radius: 50%;
    border: 2px solid #2b569a;
    font-size: 14px;
    color: #2b569a !important;
    font-weight: bold;
    text-align: center;
    padding: 0px 5px 0px 5px;
    margin-left: 8px;
}

    .cart-delet-bttn:hover, .cart-delet-bttn:active, .cart-delet-bttn:focus {
        width: 100px;
        height: 100px;
        background-color: #fff;
        border-radius: 50%;
        border: 2px solid #2b569a;
        font-size: 14px;
        color: #eb4b51;
        font-weight: bold;
        text-align: center;
        padding: 0px 5px 0px 5px;
    }

    .right {
        float: right;
    }

.txt_forgot_pass {
    cursor: pointer;
    color: forestgreen !important;
    text-decoration: underline;
    white-space: nowrap;
    padding: 18px 10px 0px 0px;
    font-size: 12px !important;
}

.cart-hr {
    border-top: 1px solid #2c5c96 !important;
    margin: 10px 0px 20px 0px;
}

button.btn.btn-sm.btn-checkout {
    background-color: #ffffff;
    color: forestgreen;
    border: 1px solid forestgreen;
    width: 100%;
    white-space: nowrap;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
}


    button.btn.btn-sm.btn-checkout:hover, button.btn.btn-sm.btn-checkout:active, button.btn.btn-sm.btn-checkout:focus {
        background-color: forestgreen;
        color: #fff;
        border: 1px solid #fff !important;
        /*width: 75%;*/
    }

button.btn.btn-sm.btn-modal {
    background-color: #fff;
    color: #2b569a;
    border-color: #2b569a;
    white-space: nowrap;
    margin: 15px 30px 0px 10px;
    font-size: 14px;
}

        button.btn.btn-sm.btn-modal:hover, button.btn.btn-sm.btn-modal:active, button.btn.btn-sm.btn-modal:focus {
            background-color: #2b569a;
            color: #fff;
            border-color: #2b569a !important;
        }

    .control_lbl_new {
        margin: 8px 0px;
    }

.checkout-first-div {
    background-color: #fff;
    display: flex;
    padding: 15px;
    box-shadow: 0px 1px 6px #d4d8db;
}

    @media (max-width:600px) {
        .checkout-first-div {
            display: block;
        }
    }

    .profile-banner-form {
        background-color: #eb4b51;
        border: 1px solid #fff;
        padding: 10px;
        left: 0;
        right: 0;
        width: 60%;
        margin: -20px auto;
        box-shadow: 0px 15px 10px -15px #111;
    }

        .profile-banner-form h6 {
            color: #fff;
        }

    .checkout-input-margin {
        margin-left: 8px;
    }

    .blog-section-text {
        margin: 10px 0px;
    }

    .mt_img {
        margin-top: -25px;
    }

    .cart-details-div {
        background-color: #fff;
        display: block;
        padding: 0px;
    }
    .checkout_body_scroll {

        padding: 10px 10px 0px;
    }

    .cart-item {
        font-size: 14px;
        display: flex;
    }

    .fa-info {
        color: #5486c3;
    }

    /*.form-control {
        height: calc(1.8rem + 2px) !important;
    }*/

    button.btn.btn-sm.btn-booking {
        background-color: #fff;
        color: #eb4b51;
        border-color: #eb4b51;
        width: 50%;
        white-space: nowrap;
        margin: 0px 0px 0px 10px;
        font-size: 14px;
    }

.chkout_form_control {
    height: 32px;
    margin-right: 10px;
}

.chkout_second_form_control {
    height: 32px;
}

.txt_pl {
    padding-left: 15px;
}
        button.btn.btn-sm.btn-booking:hover, button.btn.btn-sm.btn-booking:active, button.btn.btn-sm.btn-booking:focus {
            background-color: #9c060d;
            color: #fff;
            border-color: #9c060d !important;
            width: 75%;
        }

    @media (max-width: 2560px) {
        .product-item .pi-text {
            width: 50%;
        }
    }

    @media (max-width: 1440px) {
        .product-item .pi-text {
            width: 85%;
        }
    }

    @media screen and (max-width:767px) {
        .bonus-container {
            padding: 0px 0px 0px 0px;
        }

        .saving-container {
            padding: 0px 0px 0px 0px;
        }

        .bg-gray {
            margin-left: 15px !important;
            margin-right: 15px;
        }

        .mt-column-4 {
            width: 100% !important;
            margin-bottom: 5% !important;
        }
    }

    @media screen and (min-width:767px) {
        .mt_img {
            margin-top: 0px;
        }

        .blog-section-text {
            margin: 0px 0px;
        }

        .control_lbl_new {
            margin: 0px 0px 20px 0px !important;
        }
    }


    @media screen and (max-width:1025px) {

        .top-letest-product-section {
            padding-top: 283px;
        }

        .up-item.top-header-links.hide_mobile.JDHide {
            text-align: right;
            margin-top: 0px;
        }

        .middle_container {
            padding: 0px 0px;
        }

        .product-item .pi-text {
            width: 98%;
            height: 44%;
            left: 3.5%;
        }

        .product-item-new .pi-text {
            width: 88%;
        }

        .product-item-new .pi-text-slide {
            width: 88%;
        }

        .product-item .pi-links {
            left: 0px;
        }

        .product-item-new .pi-links {
            left: 0px;
        }

        .profile-title {
            font-size: 24px;
            padding-left: 20px;
            margin-bottom: 10px;
        }

        .upload-pre-text {
            font-size: 12px;
        }

        .button.btn.btn-sm.btn-checkout {
            margin: 0px;
        }

        button.btn.btn-sm.btn-booking {
            width: 73%;
        }
    }

    /*@media screen and (min-width: 1920px) {
    .product-item-new .pi-text {
        width: 88%;
    }
}ppp*/

    @media screen and (max-width: 767px) {
        .controler-section {
            top: 153px;
        }
    }

@media (max-width:1024px) and (min-width:767px) {
    .product-item-new .pi-text {
        width: 102% !important;
        margin: 0px auto;
        left: 2.5%;
    }
}

    @media (max-width:992px) and (min-width:767px) {
        .top-letest-product-section {
            padding-top: 172px;
        }
        .owl-carousel .owl-item img {
            padding-left: 0px !important;
        }
        .popup__photo img {
            display: none;
        }

        .popup__text {
            width: 100%;
        }

        .popup-inner {
            width: 85%;
            height:40%;
        }
        section.widget.easy_store_promo_items {
            padding: 0px 20px 10px 45px;
        }

        /*.middle_container {
            padding: 30px 0px;
        }*/

        .product-item .pi-text {
            width: 72%;
            height: 35%;
            left: 0%;
        }

        .bg-gray {
            margin-left: 15px !important;
            margin-right: 15px;
        }

        .mt-column-4 {
            width: 50% !important;
        }

        .product-item-new .pi-text {
            width: 100%;
            /*margin: -42px auto;*/
            left: 2.5%;
        }

        .product-item-new.pi-pb.most-frequently-booked {
            margin-top: 45px;
            margin-bottom: -10px;
        }

        .product-item-new .pi-text-slide {
            width: 100%;
        }

        .product-item-bttn {
            /*margin-left: 2%;*/
        }

        .product-item-bttn-new {
            /*margin-left: 2%;*/
        }

        .product-item-bttn-profile {
            /*margin-left: 2%;*/
        }

        .product-item-new .pi-text-slide {
            margin: -60px auto;
        }

        .product-item .pi-links {
            left: 0px;
        }

        .controler-section {
            margin-top: 127px;
        }
    }


    @media screen and (max-width: 767px) {
        .top-letest-product-section {
            padding-top: 168px;
        }
       
    }

    @media screen and (max-width: 600px) {

        .product-item .pi-text {
            width: 83%;
            height: 37%;
            left: 0%;
        }
        .popup__photo img {
            display: none;
        }
        .popup__text {
            
            width: 100%;
            }
        .header-search-form {
           
        }
        .top-header-links-float {
           margin-left: -10px;
        }
        .es-section-wrapper.widget-section {
            display: none;
        }
        /*.top-header-links {
           
            margin-top: -3px;
            float: none;
        }*/
            .owl-carousel .owl-item img {
            padding-left: 0px !important;
        }
        .product-item .pi-links {
            left: 0px;
        }

        .product-item-bttn-new {
            /*margin-left: 1%;*/
        }

        .product-item-bttn-profile {
            /*margin-left: 1%;*/
        }
    }


    @media screen and (min-width:2560px) {
        .product-item-new .pi-text {
            width: 50%;
        }
    }

    @media (min-width:992px) and (max-width:1025px) {
        .controler-section {
            margin-top: 180px;
        }
    }

    @media (min-width:1339px) and (max-width:1439px) {
        .controler-section {
            margin-top: 250px;
        }
    }

    @media (min-width:1440px) {
        .controler-section {
            margin-top: 270px;
        }
    }

/*Starts CSS for healthtips*/
/*.healthtips_container {
    width: 80%;
    margin-top: 50px;
    margin: 0px auto;
}*/

#content-wrapper {
    margin: 40px auto 30px;
}

#main-wrapper {
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.05);
    float: left;
    overflow: hidden;
    width: calc(100% - 335px);
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
    margin: 0;
    border: 1px solid #ebebf3;
    border-radius: 3px;
}

.blog-post {
    display: block;
    overflow: hidden;
    word-wrap: break-word;
}

.post-item-inner {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 0 0px;
    border-radius: 3px;
}

#breadcrumb {
    font-size: 12px;
    font-weight: 400;
    height: auto;
    background-color: #fdfdff;
    color: #aaa;
    line-height: 0px;
    padding: 0px 15px;
    margin: 10px 0px 15px;
    border-bottom: 2px solid #f2f2f6;
}

    #breadcrumb a, #breadcrumb em {
        display: inline-block;
    }

    #breadcrumb a {
        color: #aaa;
        transition: color .17s;
    }

a, a:visited {
    text-decoration: none;
}

#breadcrumb .delimiter:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-size: 7px;
    font-weight: 900;
    font-style: normal;
    vertical-align: middle;
    margin: 0 3px;
}

.item-post h1.post-title {
    color: #000000;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 0 15px;
    margin: 0 0 15px;
}

.post-item-inner .post-meta {
    padding: 0 15px;
}

.post-meta {
    overflow: hidden;
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
}

    .post-meta .post-author, .post-meta .post-date {
        float: left;
        display: inline-block;
        margin: 0 10px 0 0;
    }

        .post-meta .post-author:before, .post-meta .post-date:before {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            margin: 0 3px 0 0;
            font-size: 11px;
        }

    .post-meta a {
        color: #aaa;
        transition: color .17s;
    }

    .post-meta .post-author, .post-meta .post-date {
        float: left;
        display: inline-block;
        margin: 0 10px 0 0;
    }

.item-post .post-body {
    width: 100%;
    font-size: 15px;
    line-height: 1.6em;
    overflow: hidden;
    box-sizing: border-box;
    margin: 15px 0 20px;
}

.post-body a {
    transition: color .17s ease;
}

.separator a {
    clear: none !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.item-post .post-body img.lazy-yard {
    opacity: 1;
}

.item-post .post-body img {
    max-width: 100%;
}

.item-post .post-body img {
    max-width: 100%;
    transition: opacity .35s ease,transform .35s ease;
    border-radius: 7px;
    height: 260px;
}
.heading-background {
    padding: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
    color: forestgreen;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 12px;
    font-weight: bold;
}

blockquote {
    font-style: italic;
    color: #888;
    border: 1px solid #dbe2ea;
    background: rgba(1, 255, 36, 0.058823529411764705);
    margin-left: 0;
    margin-left: 0;
    padding: 10px 15px;
}

.widget .post-body ul, .widget .post-body ol {
    line-height: 1.5;
    font-weight: 400;
}

.post-body ul li {
    list-style: none;
}

    .post-body ul li:before {
        content: "\f105";
        margin-right: 5px;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

.sidebar .widget {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 35px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.05);
}

.right_container {
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.05);
    margin-top: 20px;
    border: 1px solid #ccc;
}

.top_border {
    border-top: 2px solid #f2f2f6;
    padding-top: 7px;
    margin-top: 10px;
}

.txt_know_more {
    text-align: right;
    padding-left: 10px;
    color: #212121;
}

.txt_header {
    /*padding: 0px 27px;*/
    color: #525252;
    font-weight: bold;
    font-size: 19px;
}

.div_share {
    text-align: right;
    color: gray;
    float: right;
    margin-bottom: 10px;
    
}

.span_share {
    padding-right: 13px;
}

.healthtip_question {
    font-weight: bold;
    margin-bottom: 0px;
}

.healthtip_answer {
    font-weight: normal;
}


.recent_tips_mt {
    padding-top: 0px;
}

.post-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 1;
    opacity: 1;
    transition: opacity .35s ease,transform .35s ease;
}

    .post-thumb:hover {
        opacity: .9;
        transform: scale(1.02);
    }

.healthtip_answer li {
    font-size: 16px;
    color: #585858;
    line-height: 1.6;
    text-align: justify;
}

ul.healthtip_answer li::before {
    content: none !important;
    margin-right: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

ul.healthtip_answer li {
    list-style: square;
    margin-left: 20px;
}

.italic_txt {
    font-weight: normal;
    font-style: italic;
}



@media screen and (max-width:1025px) {
    .healthtips_container {
        width: 100%;
    }
}

@media screen and (max-width:992px) {
    .div_share {
        width: 23%;
    }

    .item-post .post-body img {
        height: auto;
    }
}

@media screen and (max-width:767px) {
    .div_share {
        width: 33%;
    }

    .recent_tips_mt {
        padding-top: 12px;
    }
}

/*CSS Starts for Share button*/
.modal-content-share {
    background-color: #ffffff;
    margin: 10vh auto;
    padding: 10px;
    border: 1px solid #fff;
    width: 62%;
}

/*.fa:hover {
    opacity: 0.7;
}*/

i.fa.fa-share-alt {
    font-size: 17px;
    width: 16px;
    text-align: center;
    text-decoration: none;
    margin: 5px 0px 5px 4px;
    border-radius: 40%;
}

a.fa.fa-facebook {
    padding: 9px 8px;
    font-size: 22px;
    width: 40px;
    text-align: center;
    margin: 2px 6px;
    border-radius: 50%;
    background: #3B5998;
    color: white;
}

a.fa.fa-twitter {
    padding: 9px 8px;
    font-size: 22px;
    width: 40px;
    text-align: center;
    margin: 2px 6px;
    border-radius: 50%;
    background: #55ACEE;
    color: white;
}

a.fa.fa-linkedin {
    padding: 9px 8px;
    font-size: 22px;
    width: 40px;
    text-align: center;
    margin: 2px 6px;
    border-radius: 50%;
    background: #007bb5;
    color: white;
}

@media screen and (max-width:767px) {
    .modal-content-share {
        width: 90%;
    }
}
.healthtip_container {
    background: #f0f0fa;
}
.recent_tips_mt h3 {
    color: #2b569a;
}

.top_border h5 {
    color: #7ba5e8;
}


/*mobile view css from sameer*/


@media screen and (max-width:480px) {
    .navbar-toggler {
        position: absolute !important;
        top: 14px !important;
    }
    .mt_mob {
        margin-top: 22px!important;
    }
    .shopping-card span {
        position: absolute;
        top: -2px;
        left: 100%;
        height: 20px;
        min-width: 20px;
        color: #fff;
        font-size: 11px;
        background: #a2a2a2!important;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 30px;
        padding: 2px 2px;
        margin-left: -7px;
    }
    .parsonal-wrapper #myaccount h2{
        text-align:center!important;
    }
    #editUserDetails .modal-dialog{
        max-width:100%!important;
        padding:15px!important;
    }
    #editUserDetails .modal-dialog {
        width: 100% !important;
    }
    .flex-column {
        flex-direction: inherit !important;
    }
    .new-tabs-book .nav a{
        width:50%!important;
    }


    .toppest-header {
        height: auto !important;
    }
    .font-weight-bold {
        font-weight: 600 !important;
        color: #777777;
        font-size: 10px !important;
    }

    .up-item.top-header-links .shopping-card {
        position: absolute !important;
        top: -93px !important;
        right: 25px !important;
        color: #fff !important;
    }

    .upload-pre-text {
        padding-left: 0px !important;
        text-align: justify !important;
    }

    /*.site-logo img {
        width: auto !important;
    }*/

    .site-logo.JDHide {
        margin: 0 auto !important;
        display: table!important;
    }
    form.right-section {
        float: left!important;
    }
    .upld-mobile {
        color: #6b6667;
        font-size: 16px;
        font-weight: normal;
        position: absolute !important;
        top: -31px !important;
        right: 0 !important;
        font-size: 12px!important;
    }
    .header-search-form {
       
    }
    .header-search-form input {
        padding: 0 5px !important;
        font-size: 12px!important;
    }
    #performSearch1 i {
        font-size: 18px!important;
    }
    .header-search-form button {
        position: absolute!important;
        height: 100%!important;
        right: 10px!important;
    }
    .top-header-links{
        margin-top:0!important;
    }
    .top-header-links-float a {
        font-size: 12px !important;
    }
    .top-header-links-float {
        float: left!important;
    }
    .quik-bk {
        vertical-align: middle !important;
    }
    .owl-carousel .owl-item img {
        margin-top: 2em!important;
    }
    #feedback a {
        display: block;
        position: fixed;
        right: 0px;
        top: inherit !important;
        z-index: 9999;
        padding-top: 0px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        bottom: 0 !important;
        width: 35px!important;
    }
    .product-item-new.pi-pb a {
        font-size: 11px!important;
    }
    .product-item-new.pi-pb p {
        font-size: 10px !important;
    }
    .pi-links {
        font-size: 10px!important;
    }

    .btn.btn-primary.product-item-bttn-profile.product-item-bttn-ml.all-common-btn a {
        vertical-align: text-top;
    }
    
    .new-profile-desktop .pi-text h6 {
        font-size: 12px !important;
    }
    .product-item-new.pi-pb .pi-text {
        border: 1px solid #4776a661 !important;

    }
.profile-title {
    padding-left: 0px!important;
}
    .product-slider .owl-item {
        width: 135px !important;
    }
    .owl-prev{
        display:none;
    }
    .owl-next {
        display: none;
    }
    .product-item-new.pi-pb.most-frequently-booked {
        margin-top: 10px;
        margin-bottom: 0px !important;
    }
    #Profile {
        margin-top: 2em !important;
    }
    .blog h4 {
        font-size: 12px!important;
    }
    .middle .text {
        font-size: 10px!important;
    }
    .product-item-new .pi-text {
        width: 100%!important;
    }
    .video-section h4 {
        font-size: 12px !important;
    }
    .video-section .col{
        width:33.33%!important;
    }
    .video-section .container{
        padding:0;
    }
    .guide-section .team-crl h4 {
        padding-left: 0px !important;
        padding-right: 0px !important;
        line-height: 15px !important;
        margin-bottom: 10px !important;
    }
    .guide-section .health-page-thumbnail {
        border-radius: 16px;
        height: 300px !important;
    }
    .health-tips-container .content.company-desc {
        margin: 1em 0em !important;
    }
    .copd-row .col {
        width: 33.33% !important;
    }
    .bredcrum-title {
        font-size: 26px!important;
        font-weight: 700!important;
    }
    .guide-section .thumbnail .caption {
        padding: 0px!important;
        color: #333;
    }
    .guide-section .team-crl h6 {
        font-size: 14px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: left !important;
        color: #828282 !important;
        font-weight: normal !important;
    }
    ul.nav.nav-tabs.l-panel li {
        float: left !important;
        margin-bottom: 1em !important;
        width: 126px !important;
    }
    .shopping-card {
        position: absolute !important;
        right: 30px !important;
        top: 20px !important;
        color: #ffffff !important;
    }
    .breadcrumb {
        padding: 8px 0px!important;
    }
    .first-middle {
        transform: translate(-50%, -75%) !important;
    }
    li.nav-item.header-menu {
        padding: 5px 0px !important;
    }
    #what-we-do .card{
        margin-bottom:0!important;
        padding:0px!important;
    }
    .signin-box {
        padding: 0px!important;
        width: 100%!important;
    }
    .contact-page-form {
        padding: 0px 0px !important;
    }
    .modal-body .feature {
        margin-bottom: 27px!important;
    }
    .content.company-desc .breadcrumb-section.breadcrumb {
        background: #dbe2ea !important;
    }
    .mobile-user-icon mobile-user-icon{
        margin-right:1em!important;
    }
    .header-nav-link.up-item.top-header-links.JDHide {
        font-size: 13px!important;
        font-weight: bold!important;
        color: #2c5c96!important;
    }
    .store {
        margin-right: 0px!important;
    }
    .mob-app-logoes {
        height: 20px;
        width: 20px;
        margin-top: 4px!important;
        margin-left: 10px!important;
    }
    .user-data-row {
        background: #228B22!important;
        padding: 5px !important;
    }
    .user-data-row .header-nav-link.up-item.top-header-links.JDHide {
        padding-top: 2px!important;
    }
    .header-top.top-header {
        padding: 0px 0 5px!important;
    }
    i.fa-user-circle {
        font-size: 15px!important;
        line-height: 0px!important;
        padding-left: 0px!important;
    }
    .user-data-row .d {
        padding: 5px !important;
    }
    .youtube-owl .owl-video-tn {
        height: 142px !important;
        width: 200px !important;
    }



    .test-filter-icon i {
        text-align: right !important;
        font-size: 25px !important;
        color: #fe2739 !important;
        margin-top: 5px !important;
    }
    .test-img{
        display:none;
    }
    #ProductList tbody tr td a {
        font-size: 12px!important;
    }
    #ProductList tbody tr td {
        font-size: 12px !important;
        
    }
        #ProductList tbody tr td button a {
            font-weight: bold!important;
        }
        #ProductList tbody tr:last-child {
            text-align: center !important;
        }
    #ProductList tbody tr td button {
        border: 1px solid #2b569a !important;
        width: 85px !important;
    }
    .test-menu {
        padding: 0px !important;
    }
    h6.font-weight-bold.mb-3 {
        color: #fe2739 !important;
    }
    .form-check-label.small.text-uppercase.card-link-secondary {
        color: #888888!important;
    }
    a.site-btn{
        float:left!important;
    }
    .button.upload-pre-text.quik-bk {
        font-size: 12px!important;
    }
    .req-call-back {
        font-size: 12px !important;
    }
    .mobile-bar img {
        display: flex!important;
    }
    .fa.fa-bars {
        color: #000;
    }
    .header-nav-link.avtar-style {
        color: #2c5c96!important;
    }
    #ProductList tbody tr td:nth-child(3){
        white-space:nowrap;
    }
    .breadcrumb-section h1 {
        font-weight: normal !important;
        margin: 0px !important;
        font-size: 25px !important;
        color: #2c5c96 !important;
    }
    .sidebar-whatsapp li:first-child img {
        width: 33px !important;
        height: 33px !important;
        margin: 0 auto !important;
        display: inline-block !important;
        border-bottom: 1px solid #c9d2dc !important;
        padding-bottom: 0px !important;
    }
    .sidebar-whatsapp li:nth-child(2) a {
        font-size: 20px !important;
        font-weight: bold!important;
        padding-left: 0!important;
    }
    .sidebar-whatsapp {
        text-align: center;
        background: #2c5c962e !important;
    }
    .top-header-links {
        margin-right: 10px!important;
    }
    .toppest-header {
        background-color: #ffffff!important;
    }
    .fa.fa-shopping-cart.text_cart {
        color: #000 !important;
    }
    .button.upload-pre-text.quik-bk img{
        width: 17px!important;
        height: 17px!important;
    }
    .button.upload-pre-text.upld-mobile img {
        width: 23px !important;
        height: 21px !important;
    }
    .popup-mobiles {
        padding-top: 0px!important;
		display:none;
    }
    .popup-mobiles li {
        margin-right: 00px !important;
    }
    .popup-mobiles li a {
        margin-right: 3px !important;
        padding-right: 4px!important;
    }
    .login-container .overlay-img img{
        display:none!important;
    }
    .ads{
        padding:0px!important;
    }
    .overlay-css {
        margin: inherit!important;
        display: table!important;
        margin-bottom: 1em!important;
    }
    h2.h-text {
        color: #fff;
        text-align: left;
        text-transform: inherit !important;
        font-size: 22px !important;
        transition: none !important;
    }
    .overlay-list .s {
        border-right: none!important;
    }
}
@media screen and (max-height: 450px) {
    .filter-mobile .sidenav {
        padding-top: 15px;
    }

        .filter-mobile .sidenav a {
            font-size: 18px;
        }

}
@media screen and (min-height: 767px) {
    /*.toppest-header {
        height: 40px!important;
    }*/
}
.most-booked-section{
    margin-top:2em;
}
li.nav-item.header-menu {
    padding: 5px 10px;
}
#what-we-do p{
    text-align:justify;
}
.video-section h4{
    font-size:18px;
}
.copd-row h4 {
    font-size: 18px;
}
.user-align {
    vertical-align: -webkit-baseline-middle;
}
.form-desktop {
    float: right!important;
    position: absolute!important;
    right: 5px!important;
}
i.fa-user-circle {
    font-size: 22px;
    padding-left: 10px;
    color:#fff;
}
.desk-menu li a {
    color: #fff!important;
    padding:10px;
    font-weight:bold;
}
.desk-menu {
    padding-top: 7px;
}
.toppest-header {
    height: 40px;
}
.popup-mobiles {
    padding-top: 8px;
    text-align: end!important;
}
#cartPageLink {
    vertical-align: middle;
}
.user-align .top-header-links a {
    color: #6b6667!important;
}
.popup-mobiles li:nth-child(6) {
    margin-right: 25px!important;
}
.p-form.text-white {
    background-color: #2b569a;
    padding: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.8;
}
.set-bg {
    height: 400px !important;
    overflow: hidden;
    background: radial-gradient(rgb(0 86 255 / 24%), rgb(44 92 150 / 28%)),url(https://wellness.thyrocare.com/newassets/img/7.jpg) top center !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 999999999;
}

.col-box {
    justify-content: center;
    align-items: center;
    display: contents;
}

.profile-banner {
    width: 100% !important;
}
.overlay-list li {
    
    vertical-align: -webkit-baseline-middle;
}
.overlay-list li p{
    margin-bottom:0;
}
.overlay-list li h6 {
    padding-top:0px;
}
.about-col h2 {
    color: #2c5c96;
}
.about-col p {
    font-size: 18px;
}
.guide_top_div.our_expert_container {
    display: flex;
    width: 100%;
    justify-content: center;
}
.profile-cards {
    background: #f3f3f3;
    padding: 2.5em 0em 2em;
}
.txt_our_experts {
    text-align: center;
    margin-bottom: 1em;
    font-size: 36px;
    color: #2b569a;
}
.overlay-css {
    margin: 0 auto;
    display: table;
    margin-bottom:1em;
}
.overlay-list .s {
    border-right: 1px solid #fff;
}
.tp-leftarrow{
    display:none;
}
.tp-rightarrow {
    display: none;
}

.signup_form h2 {
    font-weight: 600;
    color: #2b569a;
    font-size: 25px;
    margin-top: 0;
}

.signup_form input {
    font-size: 14px;
}
.signup_form input {
    padding: 5px;
    width: 100%;
    border-radius: 3px;
    outline: 0;
    font-size: 12px;
    color: #848484;
    border: 1px solid #d6d6d6;
    background-color: white;
}

.signup_form .proceed {
    background-color: #2b569a;
    color: #fff;
    text-transform: capitalize;
    border: 0;
    width: 100%;
}

.signup_form button {
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 14px;
}

.tab_container {
    border: 1px solid gray;
    border: 1px solid #CCD1D1;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.mt_mob {
    background: #fff;
    color: #2b569a;
    border: 1px solid #2b569a;
    padding: 5px 10px !important;
    font-size: 14px;
    border-radius: 4px;
    width: 100%;
    margin-top: 1.5em;
}

.chk_bg {
    background: #e9ecee;
}

.p1:after {
    background-color: #2c5c96;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 15%;
    margin: 4px auto;
}

.txt_checkout{
    font-size:14px;
}

.txt_chkgray {
    color: #686b78;
}

#header {
    z-index: 9000;
    overflow: auto;
    text-align: left;
    padding: 10px 0;
    transition: all 0.15s linear;
}

    #header.active {
        padding-left: 23px;
    }

.txt_calender_width{
    width:100%;
}

.line_black {
    border-bottom: 2px solid #000;
    height: 10px;
}

@media screen and (max-width:767px) {
    .tab_container {
        border: none;
        box-shadow: none;
    }
    .txt_calender_width {
        width: 85%;
    }
    .cart-delet-bttn {
        margin-left: 5px;
    }
    .line_black {
       height: 15px;
    }
}

@media screen and (max-width:992px) {
    .mt_mob {
        margin-top: 0px;
    }
}

.shopping-card span {
    position: absolute;
    top: -2px;
    left: 100%;
    height: 20px;
    min-width: 20px;
    color: #fff;
    font-size: 11px;
    background: #228B22;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 2px 2px;
    margin-left: -7px;
}



no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
    .btn-primary:disabled a {
        color: white !important;
    }
    .image {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
    }

    .banner-left-text form {
        padding: 2em 1em 0em;
        background: darkgreen;
        border-radius: 10px;
    }

    .top-header-links {
        color: #6b6667;
        font-size: 16px;
        margin-right: -15px !important;
        margin-top: -10px;
        float: left;
    }



    .ban-form-sub {
        background: #fff;
        color: #212121;
        margin-top: 20px !important;
        margin: 0px auto;
        display: block;
        border-color: forestgreen;
    }

        .ban-form-sub:hover {
            background: #2b569a !important;
            color: #fff !important;
            margin: 0px auto;
            display: block;
            border-color: #2b569a;
        }

    .ban-form-get {
        background: #fff;
        color: #2b569a;
        margin-top: 20px !important;
        margin: 0px auto;
        display: block;
        border-color: #2b569a;
    }

        .ban-form-get:hover {
            background: #2b569a !important;
            color: #fff !important;
            margin-top: 20px !important;
            margin: 0px auto;
            display: block;
            border-color: #2b569a;
        }

    .banner-left-text label {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .banner-left-text button:hover {
        background: #ffffff;
        color: #2b569a;
        border-color: #2b569a;
    }

    .middle {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -90%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        width: 93%;
    }

    .blog:hover p {
        opacity: 1;
    }

    .blog:hover img {
        opacity: .1 !important;
    }

    .blog:hover .middle {
        opacity: 1;
    }

    .text {
        background-color: #2b569a;
        color: white;
        font-size: 16px;
        padding: 16px 13px;
        border-radius: 0px;
    }


    a {
        color: #2b569a;
    }

    .product-item-bttn-profile:hover a {
        color: #fff !important;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        padding-left: 0px;
    }

    .mt-column-4 {
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        width: 45%;
        margin-left: 0%;
        margin-bottom: 5%;
    }

    .promo-items-wrapper .item-icon-wrap i {
        float: left;
        font-size: 26px;
        color: #fff;
        margin-right: 10px;
        border: 1px dashed;
        padding: 18px 18px;
        text-align: center;
        border-radius: 50%;
    }

    .section-title-wrapper.no-title.es-clearfix {
        margin-top: 25px;
    }

    .promo-items-wrapper .item-title {
        display: block;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
        margin-top: 15px;
        color: #fff;
    }

    .feature_section_bg_blue {
        background: #e0e0e0;
        padding: 8px 0px 3px 0px;
        box-shadow: 0px 1px 8px #f7f7f7;
        margin-bottom: 7px;
    }

    .animated-txt {
        font-size: 18px !important;
        margin-bottom: -5px;
    }

        .animated-txt a {
            font-weight: bold;
            color: #ffffff;
        }

    .hero-bg {
        background-image:url('/images/background.jpg');
        height: auto;
        width: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
    }

    .banner-text {
        margin-left: 15px;
    }

    .banner-left-text {
        justify-content: center;
        align-items: center;
		display:flex;
        
    }

    .owl-carousel .owl-video-wrapper {
        position: relative;
        height: 100% !important;
        width: 242px !important;
    }

    .owl-carousel .owl-video-tn {
        background-size: cover;
        padding-bottom: 56.25%;
        width: 400px;
        height: 140px;
    }

    .owl-video-frame {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
    }

        .owl-video-frame iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .owl-dots {
        text-align: center;
        margin-top: 20px;
    }

    .owl-dot {
        display: inline-block;
    }

        .owl-dot span {
            width: 11px;
            height: 11px;
            background-color: #ccc;
            border-radius: 50%;
            display: block;
            margin: 5px 3px;
        }

        .owl-dot.active span {
            background-color: #000;
        }
    /*sameer css*/

    .profile-title {
        background: whitesmoke;
        padding: 10px;
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 20px;
        margin-top: 12px;
        font-weight: bold;
        text-align: center !important;
        border-radius: 10px;
    }
   
    .owl-next i {
        border: 1px solid darkgreen;
        padding: 1px 10px;
        border-radius: 50%;
        background: #ffffff;
        color: forestgreen;
        border-color: darkgreen;
    }

        .owl-next i:hover {
            background: forestgreen;
            color: #fff;
            transition: 1s;
        }

    .owl-prev i {
        border: 1px solid darkgreen;
        padding: 1px 10px;
        border-radius: 50%;
        background: #ffffff;
        color: forestgreen;
        border-color: darkgreen;
    }

        .owl-prev i:hover {
            background: forestgreen;
            color: #fff;
            transition: 1s;
        }

    /*sameer css*/

    .v-pro {
    }

    .blog-section {
        margin-top: 0;
    }

    .section-title {
        margin-top: 0;
    }

    .pi-text .pi-links {
        color: #969696;
    }

        .pi-text .pi-links span {
            font-size: 16px;
        }

    .pi-text p {
        text-align: center !important;
    }
    /*#MostfrequentlyBooked {
        background-image: url(/5afedf1d1e6ea005384f8f15/v104/images/b12.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 1em;
    }*/
    .most-booked-section {
        margin-top: 0 !important;
    }

    .youtube-boxshd {
        box-shadow: rgb(99 99 99 / 47%) 0px 2px 8px 0px;
        padding: 1em;
        border-radius: 15px;
    }

    .video-section h4 {
        font-size: 15px;
    }

    .blog {
        border-radius: 20px;
        box-shadow: rgb(99 99 99 / 47%) 0px 2px 8px 0px;
    }

    .copd-row h4 {
        font-size: 16px;
    }

    .v-pro {
        margin-bottom: 4em;
    }

    .v-vid {
        margin-bottom: 2em;
        margin-top: 2em;
    }

    /*.owl-stage-outer .btn {
        width: 100% !important;
    }*/
    /*.most-booked-sectionss .owl-item {
        width: 310px !important;
    }*/

    .product-item-new .pi-text {
        padding: 15px;
        border: 2px solid #eaeaea !important;
    }

    .pi-text a {
        color: #383838;
    }

    .btn {
        padding: 5px !important;
    }

    .icn-sec .item-info-wrap {
        font-weight: bold;
        padding-top: 10px;
        color: #757575;
    }

    .product-item-new.pi-pb new-profile {
        border: 1px solid #ccc !important;
        border-radius: 15px;
    }

    .card_i .fa.fa-info-circle {
        font-size: 25px;
        float: right;
        color: #2b569a;
    }

    .product-item-new .pi-text:hover {
        border-color: darkorange !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

        .product-item-new .pi-text:hover .btn.btn-primary.product-item-bttn-profile.product-item-bttn-ml.all-common-btn {
            background-color: darkorange;
            border-color: darkorange;
            color: #fff !important;
        }

    .product-slider .owl-nav {
        position: absolute;
        top: calc(68% - 61px) !important;
        width: 100%;
        left: 0;
    }

    .owl-carousel .owl-stage-outer {
        z-index: 99999999999999999999999 !important;
    }

    .product-slider .owl-nav button.owl-prev {
        float: left;
        z-index: 99999999999999999999999;
    }

    .product-slider .owl-nav button.owl-next {
        float: right;
        z-index: 99999999999999999999999;
    }

    .card-anc {
        width: auto !important;
        display: block !important;
    }

    .product-item-new .pi-text h6 {
        padding: 10px 0px 0px 0px;
    }

    .add-cart {
        color: #2b569a !important;
    }

    .pi-text:hover .add-cart {
        color: #fff !important;
    }

    i.fa.fa-shield {
        padding: 18px 23px !important;
        font-size: 40px;
        border: 1px dashed #2b569a;
        border-radius: 46px;
        color: #2b569a !important;
    }

    i.fa.fa-ambulance {
        padding: 18px 19px !important;
        font-size: 40px;
        border: 1px dashed #2b569a;
        border-radius: 46px;
        color: #2b569a !important;
    }

    i.fa.fa-star-o {
        padding: 18px 21px !important;
        font-size: 40px;
        border: 1px dashed #2b569a;
        border-radius: 46px;
        color: #2b569a !important;
    }

    i.fa.fa-address-book {
        padding: 18px 21px !important;
        font-size: 40px;
        border: 1px dashed #2b569a;
        border-radius: 46px;
        color: #2b569a !important;
    }

    .hero-bg button {
        width: 100px;
    }

    .most-booked-section {
        background: #ECFFDC;
		border:1px solid forestgreen;
    }

    #saving-section {
        background: #fff !important;
    }

    .most1 {
        background: #fff;
        padding-bottom: 3em;
    }

    .profile-title {
        text-align: center;
        font-size: 25px;
        margin-bottom: 0px;
        background: #fff;
        margin-top: 0px;
    }

    .hero-slider img {
        border-radius: 15px;
    }

    .card-value {
        white-space: nowrap;
        margin-top: 10px;
    }

    .card-bt {
        margin-bottom: 0px !important;
        width: 100%;
        margin-top: 13px;
        text-align: right;
    }
    /*.hero-slider {
        margin-left: 5em;
    }*/
    .hero-slider {
        margin-left: 13%;
    }

    .pi-links {
        margin-bottom: 1em;
    }

    .b {
        padding-bottom: 3em;
    }

    .b1 {
        padding-bottom: 2.5em;
    }

    .note-txt p {
        color: #808080;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 13px;
        text-align: center;
    }

    .span-note {
        color: #2b569a;
    }

    @media (max-width: 1350px) {
        .product-slider .owl-nav {
            position: absolute !important;
            left: 0 !important;
            top: 13em !important;
            text-align: center !important;
            margin-bottom: 20px !important;
            right: 0 !important;
        }

            .product-slider .owl-nav button.owl-prev {
                float: inherit;
            }

            .product-slider .owl-nav button.owl-next {
                float: inherit;
            }

        .hero-slider {
            margin-left: 0%;
        }
    }

    @media(max-width:480px) {
        .v-pro {
            margin-bottom: 0px !important;
        }

        .ban-down-head {
            font-size: 27px !important;
            color: forestgreen;
        }

        .top-header-links {
            margin-right: 5px !important;
        }

        .b {
            background-image: url(../../images/b.jpg) !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: cover !important;
            display: block;
            height: 260px;
            width: 100%;
        }
		

        .b1 {
            background-image: url(../../images/b.jpg) !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: cover !important;
            display: block;
            height: 260px;
            width: 100%;
        }

        .product-item-new.pi-pb a {
            font-size: 16px !important;
        }

        .product-slider .owl-item {
            width: 215px !important;
        }

        .hero-slider {
            margin-left: auto !important;
            margin-bottom: 1em;
        }

        .owl-carousel .owl-item img {
            margin-top: 0em !important;
        }

        #Profile {
            margin-top: 0em !important;
        }

        .profile-title {
            margin-bottom: 0 !important;
            font-size: 23px !important;
            border-radius: 10px;
        }

        .pi-text .pi-links span {
            font-size: 12px;
        }

        hr {
            margin-bottom: auto;
            margin-top: 5px;
        }

        .card_i .fa.fa-info-circle {
            font-size: 18px;
            color: #2b569a !important;
            padding-top: 7px;
        }

        .card_i h6 {
            font-size: 10px;
            white-space: nowrap;
        }

        .product-item-new .pi-links {
            position: relative;
            right: 0;
            bottom: 7px !important;
            z-index: 9;
            text-align: left;
            left: 0px;
        }

        .product-item-new .pi-text {
            padding: 10px;
        }

        .pi-text h4 {
            font-size: 12px !important;
            margin-bottom: 8px;
        }

        .product-item-new .pi-text h6 {
            padding: 0px 0px 10px 0px !important;
        }

        .card-bt {
            margin-bottom: 0px !important;
            width: 100%;
            margin-top: -35px !important;
            text-align: right;
        }

        .product-item-new .pi-links a {
            padding-top: 0px !important;
        }

        .banner-left-text {
            justify-content: inherit !important;
            align-items: inherit !important;
            display: block !important;
        }

            .banner-left-text form {
                border: 1px solid #ccc;
                
                background: forestgreen;
                border-radius: 10px;
            }
    }

    .ban-down-head {
        font-size: 35px;
        color: forestgreen;
    }
    /*Neha css*/
    .card {
        margin: 0 auto;
        border: none;
    }

    .small, small {
        font-size: 16px;
        color: forestgreen;
    }

    .card.col-md-12.mt-2 {
        background-color: transparent;
    }

    .card .carousel-item {
        min-height: 190px;
    }

    .card .carousel-caption {
        padding: 0;
        right: 35px;
        left: 35px;
        top: 15px;
        color: #3d3d3d;
        height: 250px;
        padding: 15px;
        border-radius: 12px;
        background-color: #fff;
        /*box-shadow: 0 0px 10px #ddd;*/
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #eee;
    }

    .carousel-caption:hover {
        box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(255 255 255 / 40%);
    }

    .card .carousel-caption .col-sm-3 {
        display: flex;
        align-items: center;
    }

    .card .carousel-caption .col-sm-9 {
        text-align: left;
    }

    .card .carousel-control-prev, .card .carousel-control-next {
        color: #3d3d3d !important;
        opacity: 1 !important;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        background-image: none;
        color: #fff;
        font-size: 14px;
        background-color: forestgreen;
        height: 32px;
        line-height: 32px;
        width: 32px;
        border-radius: 32px;
    }

        .carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
            opacity: 0.85;
        }

    .carousel-control-prev {
        left: -6%;
        top: 0%;
    }

    .carousel-control-next {
        right: -6%;
        top: 0%;
    }

    .midline {
        width: 60px;
        border-top: 1px solid #d43025;
    }

    .carousel-caption h2 {
        font-size: 16px;
        margin-bottom: 0px;
        margin-top: 35px;
        color: #3C4858;
    }

        .carousel-caption h2 span {
            color: #cd3a54;
        }

    .carousel-caption {
        position: initial;
    }
     @media (min-width: 320px) and (max-width: 575px) {
        .carousel-caption {
            position: relative;
            width: 90%;
            margin: 0 auto;
            height: 300px !important;
        }

        .quotes-text {
            height: 170px;
        }

       
        .carousel-control-prev-icon, .carousel-control-next-icon {
            font-size: 10px;
            height: 20px;
            line-height: 20px;
            width: 20px;
        }

       .card .carousel-caption {
            left: 0;
            top: 0;
            margin-bottom: 15px;
        }

        .processcl {
            padding-left: 12%;
        }

        .card .carousel-caption img {
            margin: 0 auto;
        }

        .carousel-control-prev {
            left: -3%;
            top: 0%;
            z-index: 999;
        }

        .carousel-control-next {
            right: 1%;
            top: 0%;
            z-index: 999;
        }

        .card .carousel-caption h3 {
            margin-top: 0;
            font-size: 16px;
            font-weight: 700;
        }
 }


    @media (min-width: 576px) and (max-width: 767px) {
        .carousel-caption {
            position: relative;
        }

        .card .carousel-caption {
            left: 0;
            top: 0;
            margin-bottom: 15px;
        }

            .card .carousel-caption img {
                margin: 0 auto;
            }

            .card .carousel-caption h3, .card .carousel-caption small {
                text-align: center;
            }

        .carousel-control-prev {
            left: 35%;
            top: 105%;
        }

        .carousel-control-next {
            right: 35%;
            top: 105%;
        }
    }

    @media (min-width: 767px) and (max-width: 991px) {
        .card .carousel-caption h3 {
            margin-top: 0;
            font-size: 16px;
            font-weight: 700;
        }

        .carousel-caption {
            height: 450px !important;
        }

        .quotes-text {
            height: 310px;
        }

        .carousel-control-prev {
            left: -5%;
            top: 0%;
        }

        .carousel-control-next {
            right: -5%;
            top: 0%;
        }
 }

    @media (min-width:1024px) {
        .carousel-caption {
            height: 280px !important;
        }
         .carousel-control-next {
    right: -5.5%;
    top: 0%;
}
        .carousel-control-prev {
    left: -5.5%;
    top: 0%;
}
        .quotes-text {
            height: 160px;
        }
    }

    @media (min-width: 1200px) {
        .carousel-caption {
            height: 250px !important;
        }

        .quotes-text {
            height: 115px;
        }
         .carousel-control-next {
    right: -6%;
    top: 0%;
}
        .carousel-control-prev {
    left: -6%;
    top: 0%;
}
       }
	   #slider {
  position: relative;
  width: 100%;
  height: 265px;
 
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
#slider ul {
  position: relative;
  list-style: none;
  height: 100%;
  width: 10000%;
  padding: 0;
  margin: 0;
  transition: all 750ms ease;
  left: 0;
}
#slider ul li {
  position: relative;
  height: 100%;
 
  float: left;
}
#slider ul li img{
  width: 100%;
  height: 265px;
}
 
#slider #prev, #slider #next {
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 2rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  text-align: center;
  color: white;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 150ms ease;
}
#slider #prev:hover, #slider #next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0;
}
#slider #prev {
  left: 10px;
}
#slider #next {
  right: 10px;
}
  

