body {
    /*font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    height: 100vh;
    position: relative;
}

.card-header h2 a {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    margin-left: 0;
    color: white;
    text-decoration: none;
    font-weight: 600;
}

body:before /* {
    content: "none";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}*/
.wrapper-106 {
    border-radius: 6px;
    box-shadow: 3px 3px 0px 0 #cfd1d2;
    border: 1px solid #f3f7f8;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

p {
    /*color: #b3b3b3;*/
    color: black;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a,
    a:hover {
        text-decoration: none !important;
    }

.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.top-bar {
    padding: 7px 10px 0px 10px;
    background: #019fa8;
}

    .top-bar a {
        color: #ffffff;
        font-size: 12px;
    }

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%;
    padding: 15px;
}

    /* @media (max-width: 991.98px) {
    .site-navbar {
      padding-top: 3rem;
      padding-bottom: 3rem; } } */
    .site-navbar .toggle-button {
        position: absolute;
        right: 0px;
    }

    .site-navbar .site-logo {
        position: absolute;
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 0;
        margin: 0;
        padding: 0;
        z-index: 3;
    }

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

    .site-navbar .site-navigation .site-menu .active {
        color: #007bff !important;
    }

    .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block;
    }

    .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
    }

        /* .site-navbar .site-navigation .site-menu > li > a {
            margin-left: 15px;
            padding: 20px 0px;
            color: black !important;
            display: inline-block;
            text-decoration: none !important;
        }*/

        .site-navbar .site-navigation .site-menu > li > a {
            margin-left: 15px;
            padding: 20px 0px;
            color: #686868 !important;
            display: inline-block;
            text-decoration: none !important;
            font-weight: 600;
        }

            .site-navbar .site-navigation .site-menu > li > a:hover {
                color: #007bff;
            }

    .site-navbar .site-navigation .site-menu .has-children {
        position: relative;
    }

        .site-navbar .site-navigation .site-menu .has-children > a {
            position: relative;
            padding-right: 20px;
        }

            .site-navbar .site-navigation .site-menu .has-children > a:before {
                position: absolute;
                content: "\e313";
                font-size: 16px;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: 'icomoon';
            }

        .site-navbar .site-navigation .site-menu .has-children .dropdown {
            visibility: hidden;
            opacity: 0;
            top: 100%;
            position: absolute;
            text-align: left;
            border-top: 2px solid #007bff;
            -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
            padding: 0px 0;
            margin-top: 20px;
            margin-left: 0px;
            background: #fff;
            -webkit-transition: 0.2s 0s;
            -o-transition: 0.2s 0s;
            transition: 0.2s 0s;
        }

            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                position: absolute;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    display: none;
                    bottom: 100%;
                    left: 20%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    border-color: rgba(136, 183, 213, 0);
                    border-bottom-color: #fff;
                    border-width: 10px;
                    margin-left: -10px;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                text-transform: none;
                letter-spacing: normal;
                -webkit-transition: 0s all;
                -o-transition: 0s all;
                transition: 0s all;
                color: #000 !important;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
                    color: #007bff !important;
                    background: #f8f9fa;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                list-style: none;
                padding: 0;
                margin: 0;
                min-width: 200px;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                    padding: 9px 20px;
                    display: block;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                        background: #f8f9fa;
                        color: #ced4da;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                    content: "\e315";
                    right: 20px;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                    left: 100%;
                    top: 0;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                    background: #f8f9fa;
                    color: #ced4da;
                }

        .site-navbar .site-navigation .site-menu .has-children:hover > a,
        .site-navbar .site-navigation .site-menu .has-children:focus > a,
        .site-navbar .site-navigation .site-menu .has-children:active > a {
            color: #007bff;
        }

        .site-navbar .site-navigation .site-menu .has-children:hover,
        .site-navbar .site-navigation .site-menu .has-children:focus,
        .site-navbar .site-navigation .site-menu .has-children:active {
            cursor: pointer;
        }

            .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
            .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
            .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                -webkit-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
                margin-top: 0px;
                visibility: visible;
                opacity: 1;
            }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            cursor: pointer;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
                color: #ced4da;
            }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529;
    }

        .site-mobile-menu .site-nav-wrap a:hover {
            color: #007bff;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li .nav-link.active {
            color: #007bff;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 20px;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 16px;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

    .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em;
    }

        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
            width: auto;
        }

            .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
                padding-left: 15px !important;
            }

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 70px !important;
}

    .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

    .sticky-wrapper .site-navbar {
        background: #fff;
    }

        .sticky-wrapper .site-navbar .site-logo a {
            color: #fff;
        }

        .sticky-wrapper .site-navbar ul li a {
            color: rgba(255, 255, 255, 0.7) !important;
        }

            .sticky-wrapper .site-navbar ul li a.active {
                color: #fff !important;
            }

    .sticky-wrapper.is-sticky .site-navbar {
        background: #fff;
        -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    }

        .sticky-wrapper.is-sticky .site-navbar .site-logo a {
            color: #007bff;
        }

        /*.sticky-wrapper.is-sticky .site-navbar ul li a {
            color: #000 !important;
        }*/

        .sticky-wrapper.is-sticky .site-navbar ul li a.active {
            color: #007bff !important;
        }

    .sticky-wrapper .shrink {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

.carousel-control-prev {
    background: none;
    border: none;
}

.carousel-control-next {
    background: none;
    border: none;
}



/*------search section----*/

@media (max-width: 600px) {
    .wrapper-btnsearch {
        padding: 5px;
        height: 100%;
        width: 30%;
    }
}

.wrapper-btnsearch {
    padding: 5px;
    height: 100%;
    width: 30%;
}

@media (max-width: 600px) {
    .wrapper-search {
        text-align: center;
        margin-top: 10px;
    }
}

.search-section {
    background: #f8f8f8;
    padding: 20px 0px;
}

.input-group .input-group-addon [type="submit"],
.input-group .input-group-addon button {
    border: none;
    border-radius: 0;
}

.btn-wrapper210 {
    padding: 0 28px;
    line-height: 45px;
    background: #ff6726;
    color: #fff;
}

    .btn-wrapper210:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.domain-search .input-group + p {
    color: #fff;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    margin-top: 15px;
    margin-bottom: 0;
}

.input-group {
    box-shadow: 1px 2px 8px 0 rgb(0 0 0 / 14%);
}

    .input-group > .form-control:not(:last-child) {
        height: 45px;
        font-size: 12px;
    }

    .input-group .input-group-addon [type="submit"] {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.pack_planner {
    text-align: left;
    padding: 0;
    float: left;
    margin: 12px 10px 0px 0px;
    /* display: inline-block; */
    border-radius: 20px;
    border: 1px solid #fff;
    line-height: 23px;
    background: #fff;
    padding: 0px 15px 0px 0px;
}

    .pack_planner a {
        text-align: left;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        margin: 12px 0px 0px 0px;
        line-height: 30px;
    }

    .pack_planner .img_icon {
        margin-right: 8px;
        vertical-align: top;
        margin-top: 0px;
        background: #ffd2b1;
        border-radius: 30px;
        display: inline-block;
    }

        .pack_planner .img_icon img {
            max-width: 30px;
            vertical-align: top;
            margin-top: 0px;
            border-radius: 30px;
        }

@media screen and (max-width: 648px) {
    .pack_planner {
        padding: 0px 10px 0px 0px;
    }
}

@media screen and (max-width: 648px) {
    .pack_planner a {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .upload_rx {
        padding: 0px 10px 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .upload_rx {
        margin: 5px 0px;
    }
}

@media screen and (max-width: 648px) {
    .search-section {
        padding: 20px 0px 10px 0px;
    }
}

.upload_rx {
    text-align: left;
    padding: 0;
    float: left;
    margin: 12px 10px 0px 0px;
    /* display: inline-block; */
    border-radius: 20px;
    border: 1px solid #fff;
    line-height: 23px;
    background: #fff;
    padding: 0px 10px 0px 0px;
}

    .upload_rx a {
        text-align: left;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        margin: 12px 0px 0px 0px;
        line-height: 30px;
    }

    .upload_rx .img_icon {
        margin-right: 8px;
        width: 30px;
        vertical-align: top;
        margin-top: 0px;
        background: #cef0f3;
        border-radius: 30px;
        display: inline-block;
    }

        .upload_rx .img_icon img {
            max-width: 24px;
            vertical-align: top;
            margin-top: 0px;
            border-radius: 30px;
            margin-left: 3px;
            margin-top: 3px;
        }

.docs_consult_home {
    text-align: left;
    padding: 0;
    float: left;
    margin: 12px 10px 0px 0px;
    /* display: inline-block; */
    border-radius: 20px;
    border: 1px solid #fff;
    line-height: 23px;
    background: #fff;
    padding: 0px 15px 0px 0px;
}

    .docs_consult_home a {
        text-align: left;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        margin: 12px 0px 0px 0px;
        line-height: 30px;
    }

    .docs_consult_home .img_icon {
        margin-right: 8px;
        width: 30px;
        vertical-align: top;
        margin-top: 0px;
        background: #c8e2fb;
        border-radius: 30px;
        display: inline-block;
    }

        .docs_consult_home .img_icon img {
            max-width: 30px;
            vertical-align: top;
            border-radius: 30px;
            margin-left: 1px;
            margin-top: 1px;
        }

@media screen and (max-width: 648px) {
    .upload-pnl {
        margin: 10px 0px 6px 0px;
    }
}

@media screen and (max-width: 648px) {
    .upload_rx a {
        font-size: 12px;
    }
}

/*------search section----*/




/*------Check Up Package Start----*/

.special-offer {
    width: 100%;
    padding: 40px 0 40px;
    background: #fff;
    float: left;
}

.marbottom {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }
}

#special-offer-heading h1,
.popular-section h2 {
    color: #1a9ca6;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0;
}

@media screen and (max-width: 648px) {
    .special-offer {
        min-height: 468px;
    }
}

@media only screen and (max-width: 1199px) {
    .marbottom {
        margin-bottom: 15px;
        padding: 0;
    }
}

@media screen and (max-width: 698px) {
    #special-offer-heading a {
        margin-left: 0;
    }
}

@media only screen and (max-width: 590px) {
    .special-offer {
        padding: 20px 0;
    }
}

@media screen and (max-width: 648px) {
    #special-offer-heading h1 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    #special-offer-heading h1 {
        font-size: 21px !important;
    }
}

@media screen and (max-width: 648px) {
    #fbd_disp {
        min-height: 398px;
    }
}

/*------Check Up Package End----*/




/*= .slider-item{
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background: #FFF;
}
.slider-item .slider-image img{
  margin: 0 auto;
  width: 100%;
}
.slider-item .slider-main-detail{
  padding: 10px;
  border-radius: 0 0 5px 5px;
}
.slider-item:hover .slider-main-detail{
  background-color: #dbeeee !important;
}
.slider-item .price{
  float: left;
  margin-top: 5px;
}
.slider-item .price h5{
  line-height: 20px;
  margin: 0;
}
.detail-price{
  color: #219FD1;
}
.slider-item .slider-main-detail .rating{
  color: #777;
}
.slider-item .rating{
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}
.slider-item .btn-add{
  width: 50%;
  float: left;
  border-right: 1px solid #E1E1E1;
}
.slider-item .btn-details{
  width: 50%;
  float: left;
}
.controls{
  margin-top: 20px;
}
.btn-info,.btn-info:visited,.btn-info:hover{
background-color: #21BBD8;
border-color: #21BBD8;
}
.btn-info{
margin-left:5px;
}
.slider-main-detail:hover{
background-color: #dbeeee !important;
}
.AddCart{
margin: 0px;
padding:5px;
border-radius:2px;
margin-right:10px;
}
.review {
margin-bottom: 5px;
padding-top:5px;
} */


.owl-prev {
    left: -30px;
}

.owl-next {
    right: -30px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 90px;
}

    .owl-prev span,
    .owl-next span {
        font-size: 25px;
        color: #333;
    }

.owl-theme,
.owl-nav[class="owl-"]:hover {
    background-color: none;
}

.owl-controls .owl-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.owl-wrapper {
    width: 7980px;
    left: 0px;
    display: block;
    transform: translate3d(0px, 0px, 0px);
    transition: all 200ms ease 0s;
}

/* .owl-item {
  width: 285px;
} */

.card2 {
    min-height: 336px;
    min-height: 80px;
    padding: 10px;
}

.btn-wrapper-104 {
    font-size: 10px !important;
    font-weight: 550;
    background-color: white;
    color: black;
    border-color: white;
    box-shadow: 3px 3px 14px 0 #cfd1d2;
}

@media only screen and (max-width: 600px) {
    .btn-wrapper-104 {
        font-size: 11px;
    }
}

.btn-wrapper-104:hover {
    color: red;
}

.card-main {
    background-color: #f8f8f8;
    border-radius: 6px;
    padding: 0;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    margin: 15px 9px 25px 9px !important;
}

.special-offer .card-main {
    min-height: 100%;
}

.card-content {
    padding: 10px 15px 15px 15px;
}

.special-offer .card-main .card-heading {
    min-height: 80px;
    padding: 0;
    border-bottom: 1px solid #20b7bf;
}

/* @media only screen and (max-width: 1199px){
  .special-offer .card-main .card-heading {
      min-height: 46px;
      padding-top: 5px;
  }
  } */
.card-heading h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a2332;
    padding: 0;
    margin: 0;
    line-height: 19px;
    text-transform: capitalize;
}

.card {
    min-height: 336px;
    min-height: 80px;
    padding: 0;
}

.card-heading h2 a {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    margin-left: 0;
    color: #1a2332;
    text-decoration: none;
    word-wrap: break-word;
}

@media only screen and (max-width: 590px) {
    .special-offer h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .special-offer h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .special-offer .card-main .cards-content h5 {
        font-size: 15px;
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 1199px) {
    .cards-content h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .cards-content ul li {
        padding-top: 7px !important;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .cards-content ul li {
        padding-top: 7px !important;
        font-size: 14px;
    }
}

.special-offer .card-main .cards-content {
    margin-top: 10px;
    padding-bottom: 5px !important;
}

.cards-content h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    padding: 0 0 6px 0;
    margin: 0;
}

.cards-content ul {
    padding: 0 0 0 16px;
    margin: 0;
    min-height: 80px;
}

.parameter_min {
    min-height: 95px !important;
    font-family: 'Poppins', sans-serif;
}

.cards-content ul li {
    padding-top: 3px;
    line-height: 18px;
    color: #1a2332;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.parameter_min li {
    line-height: 16px !important;
    padding-bottom: 0;
}

.cards-content ul li a {
    color: #1a2332;
    padding-left: 0;
    margin-left: 0;
    text-decoration: none;
    font-size: 13px;
    display: block;
}

.know-more-opt {
    display: inline-block;
    font-weight: 400;
    border-radius: 30px;
    padding: 2px 8px;
    border: 1px solid #00a0a8;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #00a0a8;
    margin: 5px 0 0 0;
    transition: .3s ease-in-out;
}

.pricebar {
    margin: 15px 0 0 0;
}

.exclusive_price {
    border-radius: 5px;
    border: 1px solid #f8e6c8;
    background: #fff;
    width: 100%;
    height: 46px;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .exclusive_price .coupon_left {
        display: inline-block;
        width: 45%;
        vertical-align: top;
        padding: 0px;
        text-align: center;
        margin-top: 0px;
    }

    .exclusive_price .exc_right {
        vertical-align: top;
        /* display: inline-block; */
        width: 53%;
        background: rgb(251, 178, 56);
        background: linear-gradient(117deg, rgba(251, 178, 56, 1) 0%, rgba(251, 198, 110, 1) 52%, rgba(237, 154, 16, 1) 100%);
        border-radius: 0px 4px 4px 0px;
        height: 44px;
        text-align: center;
        float: right;
    }

        .exclusive_price .exc_right span {
            font-size: 11px;
            line-height: 11px;
            color: #333;
            display: block;
            margin-top: 6px;
            font-weight: 600;
        }

        .exclusive_price .exc_right .exc_slash {
            font-size: 13px;
            color: #333;
            display: inline-block;
            margin: 0px;
            text-decoration: line-through;
            margin-right: 4px;
        }

            .exclusive_price .exc_right .exc_slash span.rupeesign {
                display: inline-block;
                font-size: 13px;
            }

        .exclusive_price .exc_right h6.exc_mainprice {
            display: inline-block;
            font-size: 18px;
            color: #333;
            font-weight: 700;
            margin: 0px;
            padding: 0px;
        }

    .exclusive_price .exc_mainprice span.rupeesign {
        display: inline-block;
        font-size: 18px;
        color: #333;
        font-weight: 600;
    }

    .exclusive_price .coupon_left span {
        color: #333;
        text-transform: uppercase;
        font-size: 9px;
        line-height: 10px;
        margin-top: 5px;
    }

    .exclusive_price .coupon_left p {
        color: #333;
        font-size: 13px;
        text-transform: uppercase;
        margin: 0px;
        padding: 0px;
        line-height: 14px;
        font-weight: 600;
    }

@media screen and (max-width: 648px) {
    .exclusive_price {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .special-offer .card-main {
        margin: 5px 12px 10px 12px !important;
        min-height: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .cards-content {
        padding: 10px 15px 0 15px;
    }
}

/* @media only screen and (min-width:992px) {
  .owl-item {
    width: 265px !important;
  }
}

@media only screen and (max-width:1240px) and (min-width:1366px) {
  .owl-item {
    width: 280px !important;
  }
} */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .exclusive_price .exc_right h6.exc_mainprice {
        font-size: 14px
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .exclusive_price .exc_right span {
        font-size: 9px;
    }
}

@media only screen and (max-width: 1199px) {
    .special-offer .card-main .card-heading {
        min-height: 46px;
        border-bottom: 1px solid #20b7bf;
        padding-top: 5px;
    }
}

@media only screen and (max-width:600px) {
    .owl-carousel .owl-nav button.owl-next {
        margin-right: 25px;
        /*    margin-top: 40px;
*/
    }
}

@media only screen and (max-width:600px) {
    .owl-carousel .owl-nav button.owl-prev {
        margin-left: 25px;
        /*margin-top: 40px;*/
    }
}

.owl-carousel .owl-nav button.owl-next {
    top: 38%;
}

.owl-carousel .owl-nav button.owl-prev {
    /*  margin-top: 50px;
*/
    top: 38%;
}

.btn-warning2 {
    color: #ffffff;
    background-color: #f16948;
    border-color: #f16948;
}

.card-wrapper-1 {
    text-transform: uppercase;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-wrapper-2 {
    color: white;
    font-size: 15px;
    line-height: 19px;
}

.terms_exclusive {
    font-size: 13px;
    font-style: italic;
    margin-top: -20px;
    color: #444;
}

@media screen and (max-width: 648px) {
    .terms_exclusive {
        margin-top: 0px;
    }
}

.terms_exclusive a {
    margin-left: 0px;
    color: #00a0a8;
}

.clearfix {
    clear: both;
}

@media screen and (max-width: 648px) {
    .benefits_cst {
        margin-bottom: 15px;
    }
}

.benefits_cst {
    display: block;
    background: rgb(244, 233, 206);
    letter-spacing: 0.4px;
    background: radial-gradient(circle, rgb(253 248 234) 0%, rgba(244, 233, 206, 0) 62%);
    text-align: center;
    font-size: 14px;
    color: #a9852c;
    padding: 10px 0px;
    cursor: pointer;
}

    .benefits_cst img {
        width: 15px;
        display: inline-block;
        margin-right: 13px;
        margin-top: -6px;
    }

    .benefits_cst a {
        color: #a9852c;
        font-size: 14px;
        margin-left: 0px;
    }

@media screen and (max-width: 648px) {
    .benefits_cst {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .special-offer .btn-danger {
        padding: 6px 40px 6px 19px;
        position: relative;
        margin-top: 0;
    }
}

.btn-danger {
    color: #fff;
    background-color: #f16948;
    border-color: #f16948;
    transition: .3s ease-in-out;
}

.btn {
    border-radius: 50px;
    transition: .3s ease-in-out;
    font-size: 16px;
}

.btn-wrapper {
    color: #fff;
    font-size: 14px;
    background-color: #15cad4;
    width: auto;
    height: auto;
    border-color: #20B7BF;
}

    .btn-wrapper:hover {
        background-color: #199096;
    }

.btn-danger:hover {
    color: #fff;
    background-color: #f16948;
    border-color: #f16948;
}

.special-offer .btn-danger {
    padding: 10px 60px 10px 40px;
    position: relative;
    margin-top: 15px;
}


/*--------------Services Section-------------*/

.scan-service-section {
    padding: 0;
    text-align: center;
    background: #f8f8f8;
    clear: both;
}

.healthrisktitle {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

@media screen and (max-width: 648px) {
    .healthrisktitle {
        font-size: 21px !important;
    }
}

.healthrisktitle {
    color: #00a0a8;
    text-decoration: none;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0;
}

.mid-section {
    width: 100%;
    margin: 30px auto;
}

@media screen and (max-width: 648px) {
    .mid-section {
        margin: 15px auto;
    }
}

@media screen and (max-width: 698px) {
    .mid-section {
        margin: 10px auto 15px auto;
    }
}

.service-s a {
    text-decoration: none;
    color: #000;
    margin: 0;
}

.service-s img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #00A0A8;
}

.service-s h5 span {
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
}

.service-s h5 {
    font-weight: 600;
    color: #00A0A8;
    font-size: 20px;
}

.service-s p {
    font-size: 13px;
    color: #393939;
    font-weight: 400;
    margin: 10px 0 10px 0;
    padding: 0 6%;
    min-height: 127px;
}

.service-s {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 12px;
    background: #fff;
    margin: 1% 0;
    padding: 0;
    text-align: center;
}

    .service-s a h2 {
        font-weight: 600;
        color: #393939;
        font-size: 22px;
        margin: 10px 0 0 0;
        padding: 0;
    }

.mid-section {
    width: 100%;
    margin: 30px auto;
}

    .mid-section .owl-slider {
        min-height: 550px;
    }

.scan-service-section .btn-danger {
    padding: 10px 60px 10px 40px;
    position: relative;
    margin-top: 35px;
}

@media only screen and (max-width: 590px) {
    a.btn.btn-danger {
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}

.scan-service-section .btn-danger {
    padding: 10px 60px 10px 40px;
    position: relative;
    margin-top: 15px;
}

/*-----download app start------*/

/*.downloadapp-section {
    width: 100%;
    float: left;
    padding: 60px 0;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: top left;
}*/
.downloadapp-section {
    width: 100%;
    float: right !important;
    padding: 60px 0;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: top right;
}

    .downloadapp-section h3 {
        color: white;
        font-weight: 600;
        font-size: 32px;
    }

    .downloadapp-section p {
        padding-bottom: 30px;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: white;
        margin-bottom: 0;
        padding-top: 20px;
    }

@media only screen and (max-width: 767px) {
    .downloadapp-section::before {
        content: '';
        position: absolute;
        background-color: #03584cc9;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-h3 {
        color: #20b7bf !important;
    }
}

@media only screen and (max-width: 600px) {
    .downloadapp-section h3 {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .downloadapp-section p {
        color: #fff;
        font-size: 14px;
    }
}

@media only screen and (max-width: 590px) {
    .downloadapp-section {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .downloadapp-section {
        position: relative;
    }
}

@media only screen and (max-width: 1024px) {
    .downloadapp-section {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .downloadapp-section h3 {
        color: #fff;
    }
}

@media only screen and (max-width: 600px) {
    .downloadapp-section h3 {
        font-size: 20px;
        color: #fff;
    }
}


/*--------why choose us start---------*/


.choose-us {
    background-color: #f6f6f6;
    padding: 0px 0 10px;
    float: left;
    width: 100%;
}

.wrapper-chooseus {
    text-align: center;
    padding: 0px 45px 0px 45px;
}

.marbottom {
    margin-bottom: 20px;
}

.choose-us h3 {
    color: #1a9ca6;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0;
}

.choose-icon {
    padding: 5px 6px;
    margin-bottom: 25px;
    margin-top: 35px;
}

    .choose-icon .icon-area span {
        font-size: 32px;
        line-height: 30px;
        letter-spacing: -1px;
        color: #e3e3e3;
        font-weight: 600;
        font-style: italic;
        padding: 0 15px 0 0;
    }

    .choose-icon .icon-area img {
        max-width: 55px;
        vertical-align: bottom;
    }

.icon-content p {
    padding-top: 15px;
    font-size: 13px;
    line-height: 19px;
    color: #2a2a2a;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 590px) {
    .wrapper-chooseus {
        padding: 0px;
    }
}

@media only screen and (max-width: 590px) {
    .choose-us {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .choose-us {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .choose-us {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .marbottom {
        margin-bottom: 15px;
        padding: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .choose-us h3 {
        font-size: 23px !important;
    }
}

@media only screen and (max-width: 767px) {
    .choose-icon {
        min-height: 100px;
        margin-bottom: 15px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .choose-icon {
        min-height: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .choose-icon {
        padding: 10px 9px;
    }
}

@media only screen and (max-width: 1199px) {
    .choose-icon {
        padding: 15px 7px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .icon-content p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .icon-content p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1199px) {
    .icon-content p {
        font-size: 14px;
    }
}

.col-xs-6 {
    float: left;
    width: 50%;
}

/*----video section start-------*/

.media-video {
    background: #20b7bf;
    padding: 50px 0 40px;
    float: left;
    width: 100%;
}

    .media-video h3 {
        color: white;
        font-size: 30px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 20px;
    }

        .media-video h3 span {
            color: white;
        }

.contentlabs {
    width: 100%;
    padding-right: 65px;
    padding-top: 20px;
}

    .contentlabs p {
        color: #717171;
        line-height: 20px;
        font-size: 16px;
        font-weight: 400;
        text-align: justify;
    }

    .contentlabs a {
        display: block;
    }

.youtubemedia {
    /* margin-top: 20px;
margin-bottom: 10px; */
    padding: 5px 50px;
}

.readmore {
    margin-left: 0px;
    font-size: 16px;
    color: #fff;
}

.readmore {
    background-color: #f27d27;
    padding: 10px 20px;
    color: #fff;
    float: left;
    margin-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
    .media-video h3 {
        font-size: 23px !important;
    }
}

@media screen and (max-width: 698px) {
    .media-video h3 span {
        display: block;
    }
}

@media screen and (max-width: 698px) {
    .youtubemedia {
        padding: 0;
    }
}

@media screen and (max-width: 698px) {
    .contentlabs {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 698px) {
    .contentlabs p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 590px) {
    a.btn.btn-wrapper {
        margin-bottom: 2rem;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .contentlabs img {
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .col-lg-7 {
        width: 58.33333333%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-7 {
        width: 58.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5 {
        width: 41.66666667%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 41.66666667%;
    }
}


/*----video section start-------*/

.media-video {
    background: #20b7bf;
    padding: 50px 0 40px;
    text-align: center;
}

.youtubemedia {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.content {
    max-width: 900px;
    text-align: justify;
}

    .content p {
        color: white;
        font-size: 16px;
        line-height: 1.5;
    }

.readmore {
    display: inline-block;
    padding: 10px 20px;
    background: #ff9800;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
}

.video-scroll-container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
}

.video-wrapper {
    display: flex;
    gap: 15px;
}

    .video-wrapper iframe {
        width: 560px;
        height: 315px;
        border: none;
    }

@media only screen and (max-width: 768px) {
    .video-wrapper iframe {
        width: 100%;
        height: auto;
    }
}

.video-scroll-container::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

.video-scroll-container::-webkit-scrollbar-track {
    background: transparent;
}

.video-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

    .video-scroll-container::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5);
    }

/*--------subscribe--------*/
.subscribe-section {
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: #20b7bf;
}

    .subscribe-section h3 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        margin-top: 0;
    }

    .subscribe-section .input-group {
        margin-top: 20px;
    }

.subscriptionarea {
    margin: 0 auto;
}

/*Clearing Floats*/
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}


.search-wrapper {
    border-radius: 40px;
    background-color: white;
}


    .search-wrapper input {
        /* width: 400px;
  padding-left: 20px; */
        padding: 10px 5px;
        float: left;
        font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
        background: #fff;
        border-radius: 40px;
        border-top-style: none;
    }

        .search-wrapper input:focus {
            outline: 0;
            background: #fff;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
        }

        .search-wrapper input::-webkit-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
            padding-left: 20px;
        }

        .search-wrapper input:-moz-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
        }

        .search-wrapper input:-ms-input-placeholder {
            color: #999;
            font-weight: normal;
            font-style: italic;
            border-style: none;
        }

    .search-wrapper button {
        overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 40px;
        width: 110px;
        font: 13px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
        color: #fff;
        background: #f27d27;
        border-radius: 40px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    }

        .search-wrapper button:hover {
        }

        .search-wrapper button:active,
        .search-wrapper button:focus {
            background: #198cff;
            outline: 0;
        }

            .search-wrapper button:focus:before,
            .search-wrapper button:active:before {
                border-right-color: #c42f2f;
            }

        .search-wrapper button::-moz-focus-inner {
            / remove extra button spacing for Mozilla Firefox / border: 0;
            padding: 0;
        }

.subscribe-section .input-group {
    margin-top: 20px;
}

.subscriptionarea {
    margin: 0 auto;
}

.subscribe-section input {
    padding-left: 20px;
}

.subscriptionarea .subscribeform {
    width: 600px;
}

.wrapper-311 {
    justify-content: end;
}

.subscribe-section .form-control {
    padding-left: 30px;
    font-size: 14px;
    height: 50px;
    border-color: transparent;
    border-radius: 25px !important;
    float: left;
}

.submitnwsltr {
    position: absolute;
    right: 15px;
    z-index: 99;
}

.subscriptionarea .subscribebutton {
    margin-left: 0 !important;
}

.subscribe-section .btn {
    min-height: 50px;
    border-radius: 25px !important;
    background: #f27d27;
    color: #fff;
    width: 110px;
    height: 40px;
}

.subscribe-section button {
    / padding: 14px 50px !important;
    / font-size: 16px;
    border: none;
    box-shadow: none;
}

.wrapper-10 {
    position: relative;
    display: table;
    border-collapse: separate;
}

@media only screen and (max-width: 590px) {
    .subscribe-section h3 {
        font-size: 22px;
    }
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}


.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("/images/testbodypart.jpeg") fixed center center;
    background-size: cover;
    padding: 60px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 4px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }


/*--------body section---------*/


.body-section {
    background-color: #f3f7f8;
    padding: 30px 0px 55px 0px !important;
    width: 100%;
    float: left;
}

    .body-section h5 {
        color: #465960;
        font-size: 17px;
        margin-bottom: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        margin-top: 0;
        margin: 0px 0px 5px 0px;
    }

.pill {
    height: 0px;
    border-radius: 2px;
    color: #ff9800;
    border: 2px solid currentColor;
    width: 25%;
    margin: 10px 0px 16px 0px !important;
}

.wrapper-7 {
    border: 1px solid #f3f7f8;
    border-radius: 5px !important;
    box-shadow: 0px 0px 2px 0 #cfd1d2;
    cursor: pointer;
}

.wrapper-8 {
    border: 1px solid #f3f7f8;
    border-radius: 5px !important;
    border: none;
}

.wrapper-title {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #4c565c;
    padding-top: 10px
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.wrapper-101 {
    padding: 10px 0px 10px 0px;
}

.wrapper-102 {
    /*margin-bottom: 10px;*/
    margin-top: 10px;
    /* background-color: #f3f7f8;*/
}

.wrapper-103 {
    background: #e1ebed;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    width: 30px !important;
}

.pack_age {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #f3f7f8;
}

.btn-wrapper-104 {
    font-size: 12px;
    font-weight: 550;
    background-color: white;
    color: black;
    border-color: white;
    box-shadow: 3px 3px 14px 0 #cfd1d2;
}

    .btn-wrapper-104:hover {
        color: red;
    }

.wrapper-100 {
    margin-top: 3rem;
}

.wrapper-106 {
    border-radius: 5px;
    box-shadow: 3px 3px 0px 0 #cfd1d2;
    border: 1px solid #f3f7f8;
}

.wrapper-107 {
    background-color: white;
    border: none;
    padding: 0.75rem 0.25rem;
}

.wrapper-311 {
    justify-content: end;
}

@media only screen and (max-width: 600px) {
    .body-section {
        padding: 55px 20px 55px 20px;
    }
}

@media only screen and (max-width: 600px) {
    .wrapper-7 {
        margin: 0px 0px 15px 0px;
    }
}


@media only screen and (max-width: 600px) {
    .column {
        float: left;
        padding: 10px;
        width: 20%;
    }
}

@media only screen and (max-width: 600px) {
    .column-right {
        margin-top: 1rem;
        width: 43%;
    }
}

@media only screen and (max-width: 600px) {
    .middle {
        width: 37%;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-311 {
        justify-content: center;
    }
}

/*ipad media query*/
/* @media only screen and (max-width: 767px){
.body-section::before {
    content: '';
    position: absolute;
    background-color: #03584cc9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
} */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .wrapper-7 {
        margin: 0px 0px 15px 0px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .wrapper-311 {
        justify-content: center;
    }
}

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
    .wrapper-311 {
        justify-content: center;
    }
}

@media all and (device-width: 1024px) and (device-height: 600px) and (orientation:portrait) {
    .wrapper-311 {
        justify-content: center;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .body-section {
        padding: 55px 20px 55px 20px;
    }
}

/*ipad media query end*/

@media (max-width:801px) {
    .wrapper-7 {
        margin: 0px 0px 15px 0px;
    }
}


@media only screen and (max-width: 600px) {
    .btn-wrapper-104 {
        font-size: 11px;
    }
}




/*--------Checkup package page start-------*/

.special-offer1 {
    width: 100%;
    padding: 40px 0 40px;
    background: #f8f8f8;
    float: left;
}

.marbottom {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }
}

#special-offer1-heading h1,
.popular-section h2 {
    color: #1a9ca6;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0;
}

@media screen and (max-width: 648px) {
    .special-offer1 {
        min-height: 549px;
    }
}

@media only screen and (max-width: 1199px) {
    .marbottom {
        margin-bottom: 15px;
        padding: 0;
    }
}

@media screen and (max-width: 698px) {
    #special-offer1-heading a {
        margin-left: 0;
    }
}

@media only screen and (max-width: 590px) {
    .special-offer1 {
        padding: 20px 0;
    }
}

@media screen and (max-width: 648px) {
    #special-offer1-heading h1 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    #special-offer1-heading h1 {
        font-size: 21px !important;
    }
}

@media screen and (max-width: 648px) {
    #fbd_disp {
        min-height: 398px;
    }
}








.card-main1 {
    background-color: #f8f8f8;
    border-radius: 6px;
    padding: 0;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    margin: 15px 9px 25px 9px !important;
}

.special-offer1 .card-main1 {
    min-height: 336px;
}

.card-content1 {
    padding: 10px 15px 0 15px;
}

.special-offer1 .card-main1 .card-heading1 {
    min-height: 80px;
    padding: 0;
}


.card-heading1 h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a2332;
    padding: 0;
    margin: 0;
    line-height: 19px;
    text-transform: capitalize;
}

.card1 {
    min-height: 336px;
    min-height: 80px;
    padding: 0;
}

.card-heading1 h2 a {
    font-size: 17px;
    font-family: Ubuntu, sans-serif;
    margin-left: 0;
    color: #1a2332;
    text-decoration: none;
}

@media only screen and (max-width: 590px) {
    .special-offer1 h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .special-offer1 h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .special-offer1 .card-main1 .cards-content1 h5 {
        font-size: 15px;
        margin-bottom: 7px;
    }
}

@media only screen and (max-width: 1199px) {
    .cards-content1 h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .cards-content1 ul li {
        padding-top: 7px !important;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .cards-content1 ul li {
        padding-top: 7px !important;
        font-size: 14px;
    }
}

.special-offer1 .card-main1 .cards-content1 {
    margin-top: 5px;
    padding-bottom: 5px !important;
}

.cards-content1 h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    padding: 0 0 6px 0;
    margin: 0;
}

.cards-content1 ul {
    padding: 0 0 0 16px;
    margin: 0;
    min-height: 80px;
}

.parameter_min1 {
    min-height: 95px !important;
    font-family: 'Poppins', sans-serif;
}

.cards-content1 ul li {
    padding-top: 3px;
    line-height: 18px;
    color: #1a2332;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.parameter_min1 li {
    line-height: 16px !important;
    padding-bottom: 0;
}

.cards-content1 ul li a {
    color: #1a2332;
    padding-left: 0;
    margin-left: 0;
    text-decoration: none;
    font-size: 13px;
    display: block;
}

.know-more-opt1 {
    display: inline-block;
    font-weight: 400;
    border-radius: 30px;
    padding: 2px 8px;
    border: 1px solid #00a0a8;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #00a0a8;
    margin: 5px 0 0 0;
    transition: .3s ease-in-out;
}

.pricebar1 {
    margin: 15px 0 0 0;
}

.exclusive_price1 {
    border-radius: 5px;
    border: 1px solid #f8e6c8;
    background: #fff;
    width: 100%;
    height: 46px;
    margin-bottom: 0px;
    margin-top: 15px;
}

    .exclusive_price1 .coupon_left1 {
        display: inline-block;
        width: 45%;
        vertical-align: top;
        padding: 0px;
        text-align: center;
        margin-top: 0px;
    }

    .exclusive_price1 .exc_right1 {
        vertical-align: top;
        / display: inline-block;
        / width: 53%;
        background: rgb(251, 178, 56);
        background: linear-gradient(117deg, rgba(251, 178, 56, 1) 0%, rgba(251, 198, 110, 1) 52%, rgba(237, 154, 16, 1) 100%);
        border-radius: 0px 4px 4px 0px;
        height: 44px;
        text-align: center;
        float: right;
    }

        .exclusive_price1 .exc_right1 span {
            font-size: 11px;
            line-height: 11px;
            color: #333;
            display: block;
            margin-top: 6px;
            font-weight: 600;
        }

        .exclusive_price1 .exc_right1 .exc_slash1 {
            font-size: 13px;
            color: #333;
            display: inline-block;
            margin: 0px;
            text-decoration: line-through;
            margin-right: 4px;
        }

            .exclusive_price1 .exc_right1 .exc_slash1 span.rupeesign1 {
                display: inline-block;
                font-size: 13px;
            }

        .exclusive_price1 .exc_right1 h6.exc_mainprice1 {
            display: inline-block;
            font-size: 18px;
            color: #333;
            font-weight: 700;
            margin: 0px;
            padding: 0px;
        }

    .exclusive_price1 .exc_mainprice1 span.rupeesign1 {
        display: inline-block;
        font-size: 18px;
        color: #333;
        font-weight: 600;
    }

    .exclusive_price1 .coupon_left1 span {
        color: #333;
        text-transform: uppercase;
        font-size: 9px;
        line-height: 10px;
        margin-top: 5px;
    }

    .exclusive_price1 .coupon_left1 p {
        color: #333;
        font-size: 13px;
        text-transform: uppercase;
        margin: 0px;
        padding: 0px;
        line-height: 14px;
        font-weight: 600;
    }

@media screen and (max-width: 648px) {
    .exclusive_price1 {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .special-offer1 .card-main1 {
        margin: 5px 12px 10px 12px !important;
        min-height: 332px;
    }
}

@media only screen and (max-width: 1024px) {
    .cards-content1 {
        padding: 10px 15px 0 15px;
    }
}


@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .exclusive_price1 .exc_right1 h6.exc_mainprice1 {
        font-size: 14px
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .exclusive_price1 .exc_right1 span {
        font-size: 9px;
    }
}

@media only screen and (max-width: 1199px) {
    .special-offer1 .card-main1 .card-heading1 {
        min-height: 46px;
        padding-top: 5px;
    }
}
/*donload report page*/

.wrapper-12 {
    border: 1px solid #ccc;
    border-radius: 5px !important;
    box-shadow: 0px 3px 14px 0 #4f4e4e;
    padding: 10px;
    background-color: white;
}

.wrapper-1 {
    background-color: #f8f8f8;
}

.wrapper-13 {
    text-align: center;
    color: black;
}

.wrapper-80 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}

.btn-wrapper-81 {
    background-color: #14bbc0;
    border: none;
    color: white;
    font-size: 15px;
}

    .btn-wrapper-81:hover {
        background-color: #04969a;
        border: none;
        color: white;
        font-size: 15px;
    }




/*------------book page start-------------------*/

.panel-block {
    border-radius: 10px;
    box-shadow: 0px 16px 28px 0px #24242414;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    height: 206px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1487px) {
    .more {
        font-size: 12px !important;
    }
}

.more {
    border: none;
    color: #20b7bf;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 1487px) {
    .panel-block {
        padding: 15px;
    }
}

/* @media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
    .pro{
    width: 50%!important;
  }
}  */

@media (max-width: 768px) {
    .main-content {
        padding: 0px 20px 20px 20px !important;
    }
}

@media (max-width: 1487px) {
    .btn-test {
        font-size: 9px !important;
    }
}

@media (max-width: 1440px) {
    .main-content {
        padding: 0px !important;
    }
}

@media (max-width: 1487px) {
    .btn-danger-test {
        font-size: 9px !important;
    }
}

@media only screen and (max-width: 600px) {
    .panel-block {
        margin-bottom: 0px !important;
    }
}

.btn-test {
    border-radius: 4px;
    background-color: #15cad4;
    border-color: #20b7bf;
    color: #fff;
    font-size: 12px;
    border: 0px;
    padding: 8px 0px 8px 0px !important;
    transition: .3s ease-in-out;
}

    .btn-test:hover {
        background-color: #1d99a0;
    }

.btn-danger-test {
    color: #fff;
    font-size: 12px;
    border: 0px;
    border-radius: 4px;
    padding: 8px 10px;
    background-color: #ff865b;
    border-color: #f16948;
    transition: .3s ease-in-out;
}

    .btn-danger-test:hover {
        background-color: #d1583b;
    }

.testName {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}

.parameterText {
    color: black;
    font-size: 12px;
    margin: 8px 0;
    letter-spacing: 0.02em;
    font-family: 'Poppins', sans-serif;
}

.testPrice {
    color: #263238;
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0;
    letter-spacing: 0.03em;
    display: flex;
}

.main-content {
    padding: 0px 60px 20px 60px;
    width: 100%;
}

.card-main2 {
    background-color: #f8f8f8;
    border-radius: 6px;
    padding: 0;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    margin: 0px 9px 25px 9px;
}

.box-label .btn {
    color: black;
    padding: 0;
    font-size: 0.8rem
}


select {
    outline: none;
    padding: 6px 12px;
    margin: 0px 4px;
    color: #999;
    font-size: 0.85rem;
    width: 300px;
}

#select2 {
    border: 1px solid #777;
    color: #999
}

#pro {
    border: none;
    color: #333;
    font-weight: 700;
    padding-left: 0px;
    width: initial
}

#filterbar {
    width: 19%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    float: left;
    margin-top: 3rem;
}

    #filterbar input[type="radio"] {
        visibility: hidden
    }

        #filterbar input[type='radio']:checked {
            background-color: #16c79a;
            border: none
        }

    #filterbar .btn.btn-success {
        background-color: #15cad4;
        color: #fff;
        border: none;
        width: 115px;
        height: 35px;
    }

        #filterbar .btn.btn-success:hover {
            background-color: #019fa8;
            color: #fff;
        }



    #filterbar .btn-success:not(:disabled):not(.disabled).active,
    #filterbar .btn-success:not(:disabled):not(.disabled):active {
        background-color: #16c79a;
        color: #fff
    }

label {
    cursor: pointer
}

.tick {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    font-size: 0.9rem;
    margin: 0
}

    .tick input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

.check {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
}

.tick:hover input ~ .check {
    background-color: #f3f3f3
}

.tick input:checked ~ .check {
    background-color: #ffffff
}

.check:after {
    content: "";
    position: absolute;
    display: none
}

.tick input:checked ~ .check:after {
    display: block;
    transform: rotate(45deg) scale(1)
}

.tick .check:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid rgb(0, 0, 0);
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) scale(2)
}

.box {
    padding: 10px
}

.box-label {
    color: #11698e;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    margin-bottom: 1rem;
}

#inner-box,
#inner-box2 {
    /*height: 150px;*/
    overflow-y: scroll
}

#inner-box2 {
    height: 132px
}

    #inner-box::-webkit-scrollbar,
    #inner-box2::-webkit-scrollbar {
        width: 6px
    }

    #inner-box::-webkit-scrollbar-track,
    #inner-box2::-webkit-scrollbar-track {
        background-color: #ddd;
        border-radius: 2px
    }

    #inner-box::-webkit-scrollbar-thumb,
    #inner-box2::-webkit-scrollbar-thumb {
        background-color: #333;
        border-radius: 2px
    }


.slider {
    position: relative;
    z-index: 1;
    height: 5px;
    margin: 0 15px
}

    .slider > .track {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: #ddd
    }

    .slider > .range {
        position: absolute;
        z-index: 2;
        left: 25%;
        right: 25%;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: #36a31b
    }

    .slider > .thumb {
        position: absolute;
        top: 2px;
        z-index: 3;
        width: 20px;
        height: 20px;
        background-color: #36a31b;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(63, 204, 75, 0.705);
        transition: box-shadow .3s ease-in-out
    }

        .slider > .thumb::after {
            position: absolute;
            width: 8px;
            height: 8px;
            left: 28%;
            top: 30%;
            border-radius: 50%;
            content: '';
            background-color: #fff
        }

        .slider > .thumb.left {
            left: 25%;
            transform: translate(-15px, -10px)
        }

        .slider > .thumb.right {
            right: 25%;
            transform: translate(15px, -10px)
        }

        .slider > .thumb.hover {
            box-shadow: 0 0 0 10px rgba(125, 230, 134, 0.507)
        }

        .slider > .thumb.active {
            box-shadow: 0 0 0 10px rgba(63, 204, 75, 0.623)
        }


.del {
    text-decoration: line-through;
    color: red
}

@media(min-width:1199.6px) {
    /* #filterbar {
    width: 25%
  } */
}


@media(min-width:1199.6px) {
    /* #filterbar {
    width: 25%
  } */
}

@media(max-width:1199.5px) {
    /* #filterbar {
    width: 28%
  } */

    .product-name {
        font-size: 0.8rem
    }
}

@media (max-width: 525.5px) {
    #filterbar {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 5px;
        margin-top: 0px;
    }
}

@media(max-width: 991.5px) {
    .navbar-nav1 {
        min-width: 290px;
        position: absolute;
        left: -168px;
        bottom: -146px;
        padding: 20px 10px;
        display: block;
        background-image: none;
        z-index: 2;
        background-color: red
    }

    /* #filterbar {
    width: 36%
  } */

    #sort {
        background-color: inherit;
        color: #fff;
        margin: 0;
        margin-bottom: 20px;
        width: 100%
    }

        #sort option,
        #pro option {
            color: #000
        }

    #pro,
    #select2,
    .result {
        background-color: inherit;
        color: #fff
    }
}

@media(max-width: 767.5px) {
    /* #filterbar {
    width: 50%
  } */
}

@media(max-width: 525.5px) {
    #filterbar {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 5px
    }

    #content.my-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }
}

.card-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    color: black;
}

.card-content1 {
    padding: 15px 0px 0px 0px;
}

.card-header {
    background-color: #20b7bf;
}

    .card-header h2 a {
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        margin-left: 0;
        color: white;
        text-decoration: none;
        font-weight: 600;
    }

.card-footer {
    background-color: #ffffff;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #20b7bf;
    position: absolute;
    width: 100%;
    /*padding: 30px;
    bottom: 0;*/
    left: 0px;
    padding-right: 1rem;
}

.btn-warning1 {
    color: #ffffff;
    background-color: #20b7bf;
    border-color: #20b7bf;
}

.btn-warning2 {
    color: #ffffff;
    background-color: #f16948;
    border-color: #f16948;
}

@media only screen and (max-width: 590px) {
    a.btn.btn-warning1 {
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}

.btn-1:hover {
    color: #1b1b1b;
    text-decoration: none;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    background: #20b7bf;
}

    #footer .footer-newsletter {
        padding: 50px 0;
        background: #f3f5fa;
        text-align: center;
        font-size: 15px;
        color: #444444;
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
            color: #37517e;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
            text-align: left;
        }

            #footer .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #47b2e4;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                #footer .footer-newsletter form input[type=submit]:hover {
                    background: #209dd8;
                }

    #footer .footer-top {
        padding: 60px 0 30px 0;
        background: #efefef;
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h3 {
                font-size: 21px;
                margin: 0 0 25px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 600;
                color: black;
            }

            #footer .footer-top .footer-contact p {
                font-size: 13px;
                line-height: 22px;
                margin-bottom: 0;
                color: #363636;
                font-weight: 400;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #37517e;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #47b2e4;
                    font-size: 1.50rem;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: black;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        color: #47b2e4;
                    }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #47b2e4;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #209dd8;
                color: #fff;
                text-decoration: none;
            }
    /*
    #footer .footer-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
        color: #fff;
    }*/

    #footer .copyright {
        text-align: center;
    }

    #footer .credits {
        float: right;
        font-size: 13px;
    }

        #footer .credits a {
            transition: 0.3s;
        }

@media (max-width: 768px) {
    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }
}

.footer-contact h3::after {
    content: "";
    display: block;
    width: 21%;
    height: 3px;
    background: #dd3333;
    bottom: 0;
    left: calc(50% - 20px);
    margin-top: 8px;
}



/*------------modal popup---------------*/


.card-body3 {
    padding: 10px 0px 0px 10px;
}

.container.kl {
    border: 1px solid #e9ecef;
    border-radius: 5px;
    margin-top: 20px;
}

.kl:hover {
    border: 2px solid #834bd1;
    cursor: pointer;
}

label.form-check-label {
    font-size: 16px;
}

.note {
    border-radius: 15px;
    border: none;
    border-color: grey;
    background: #e9ecef;
    padding: 8px;
    font-weight: bold;
    font-size: 10px;
    color: #bb04e9;
}

span.text-muted {
    font-size: 12px;
}

span.rate {
    margin-left: 200px;
}

span.nrate {
    margin-left: 90px;
}

.btn.btn-lg {
    background: #f16948;
}

    .btn.btn-lg span {
        text-align: center;
        font-size: 18px;
    }

@media(max-width:768px) {
    .card10 {
        padding: 0px;
        width: 100%;
    }

    /* span.rate{
	    margin-left: 150px;
}
span.nrate{
	    margin-left: 40px;
} */
}

@media(max-width:600px) {
    .wrapper-modal {
        width: auto;
    }
}

.card10 {
    / max-width: 700px;
    / padding: 0vh 5vh 0vh 5vh;
    padding-top: 7px !important;
    border: none;
    border-radius: 0;
    / margin-bottom: 5%;
    / / margin-top: 5%;
    / display: block;
    box-shadow: 0 0 10px #20b7bf;
}

.btn_5 {
    outline: none;
    background: #f16948;
    border: 0;
    color: #fff;
    font-size: 15px;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 40px;
}

@media only screen and (min-width: 768px) {
    .wrapper-300 {
        line-height: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .wrapper-300 {
        line-height: 0px;
    }
}

@media(max-width:768px) {
    .btn_5 {
        padding: 10px 11px;
    }
}

@media(max-width:600px) {
    .wrapper-301 {
        text-align: center;
    }
}

/*------------modal popup end---------------*/



/*-----------payment Page--------------*/
.login_from_section {
    background: #ecf1f8;
    padding-bottom: 40px;
}

.contain_left {
    margin: 25px 0 0 0;
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }
}

section.login_from_section .panel-clr {
    background-color: #fff;
    cursor: pointer;
    clear: both;
    text-transform: capitalize;
    color: #20b7bf;
    font-family: 'Poppins', sans-serif;
}

.wrappanel4 {
    background-color: #fff;
    width: 100%;
    float: left;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px;
    font-size: 16px;
    margin: 8px 0 0 0;
    box-shadow: 2px 2px 6px 0px #ccc;
    background-color: #20b7bf;
    border-radius: 4px 4px 0 0;
}

.acconActive {
    background-color: #20b7bf !important;
}

#accordion {
    margin-bottom: 0px;
}

.panel-group {
    padding-bottom: 0px;
}

.acconActive .spanText {
    color: #fff !important;
}

.labelcheckouttitle {
    display: inline-block;
    background-color: #20b7bf;
    color: white;
}

.acconActive {
    width: 24px;
    height: 24px;
    font-size: 14px;
    padding: 2px 6px;
    margin: 0 10px 0 0;
    color: #20b7bf;
    background-color: white !important;
    color: #20b7bf;
}

@media only screen and (max-width: 767px) {
    .mob_viewport {
        margin: 0px;
        padding: 0px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .contain_left {
        margin: 15px 0 0 0;
    }
}

.wrap .login-form-part {
    margin: 15px 50px 0px 20px;
}

.btn_1 {
    outline: none;
    background: #f16948;
    border: 0;
    color: #fff;
    font-size: 15px;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 40px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.ga_booking_login {
    padding: 5px;
    height: 100%;
    width: 100%;
}

    .ga_booking_login:hover {
        background-color: #d0583b;
    }

.checkout_input {
    width: 100%;
    float: left;
    padding: 20px 0px 20px 0px;
    margin: 0px;
}

.checkout_input1 {
    width: 100%;
    float: left;
    padding: 10px 0px 10px 0px;
    margin: 0px;
}

    .checkout_input1 input[type=text] {
        font-family: 'Poppins', sans-serif;
        background: #fff;
        text-transform: capitalize;
        width: 100%;
        font-size: 15px;
        border-bottom: 1px solid #000;
        padding: 0px 0px 12px;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
        outline: none;
    }

.checkout_input input[type=text] {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    text-transform: capitalize;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #000;
    padding: 0px 0px 12px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    outline: none;
}

.mb_0 {
    margin-bottom: 0px;
}

.wrap {
    background: #fff;
    float: left;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 17px;
}

.para p {
    margin-top: 20px;
    margin-bottom: 0px;
}

.para p {
    font-size: 10px;
    color: #929292;
    font-weight: 500;
}

.para ul {
    margin: 0;
    padding: 0;
}

    .para ul li {
        font-size: 12px;
        color: #313436;
        display: block;
        padding: 3px 0 0 17px;
        margin: 0;
        line-height: 15px;
    }

@media screen and (max-width: 600px) {
    .para {
        padding: 0px 15px
    }
}

.wrap .login-form-otp {
    margin: 0px 0px 0px 20px;
}

.verifycode-div {
    margin: 15px 0px 0px 0px;
}

.wrap .login-form-otp p {
    margin-top: 0px;
    margin-left: 0px;
}

.wrap .login-form-otp p {
    padding-bottom: 5px;
}

.verifycode-div p {
    padding-top: 0px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
}

.verifycode-div p {
    margin-bottom: 0;
    float: none;
    color: #565656;
}

    .verifycode-div p strong {
        font-size: 14px;
    }

    .verifycode-div p strong {
        display: block;
    }

.large_bottom_margin {
    margin-bottom: 2rem !important;
}

.split_input {
    border-spacing: 5px;
    display: block;
}

.newOTPwrap {
    text-align: left;
    margin: 0px;
}

@media (min-width: 481px) {
    .pincode-input-container {
        margin: 10px 0;
        display: inline-block !important;
    }
}

@media (min-width: 481px) {
    input.form-control.pincode-input-text {
        height: 44px;
        border: 1px solid #20b7bf;
        border-radius: 3px;
        margin-right: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .wrap .login-form-otp {
        margin-left: 0px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .wrap .login-form-otp {
        margin: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .wrap .login-form-otp p {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .verifycode-div p {
        font-size: 13px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .wrap .login-form-otp {
        margin-left: 0px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .wrap .login-form-otp p {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 600px) {
    .verifycode-div p strong {
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .verifycode-div p strong {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .wrap .login-form-otp p {
        margin: 0;
    }
}

@media only screen and (max-width: 600px) {
    .large_bottom_margin {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    /* .large_bottom_margin {
    text-align: center;
  } */
}

@media (max-width: 600px) {
    .newOTPwrap {
        margin: 10px 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .newOTPwrap {
        margin: 18px auto;
        max-width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .newOTPwrap {
        margin: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .pincode-input-container {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {

    .form-control.pincode-input-text,
    .pincode-input-text {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .wrap .login-form-otp p {
        margin: 0;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .wrap .login-form-otp p {
        margin-top: 5px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .wrap2 p {
        padding: 3px 0 3px 0;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .newOTPwrap {
        margin: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .newOTPwrap {
        margin: 18px auto;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .newOTPwrap {
        margin: 10px 0px;
    }
}

.form-control.pincode-input-text,
.pincode-input-text {
    background: #fff;
    text-align: center;
    padding: 0.75rem;
    font-size: 2.5rem;
    display: inline;
}

.form-control.pincode-input-text,
.pincode-input-text {
    background: #fff;
    width: 50px;
    margin-right: 5px;
    border-radius: 5px;
    height: 3rem;
    text-align: center;
    padding: 0.75rem;
    font-size: 2.5rem;
    border: 2px solid #1a9ca6;
    display: inline;
}

.otppagearea {
    padding: 0px;
}

    .otppagearea .col-md-8 {
        margin: 0;
        padding: 0;
    }



.error {
    color: red;
    float: left;
}

strong.text-right {
    padding-top: 10px;
}

.text-right {
    padding-right: 0px;
}

.text-right {
    text-align: right;
}

.wrapper-110 {
    all: unset;
    background: url('https://www.charbase.com/images/glyph/9662') no-repeat right;
    padding-right: 15px;
    border-bottom: 1px solid;
    background-size: 16px;
    width: 100%;
}

.input-borderless {
    width: 100%;
    border-top: 0px;
    border-bottom: 1px solid black;
    border-right: 0px;
    border-left: 0px;
    text-decoration: none;
    outline: none;
    display: block;
    / padding: 10px 0;
    / font-size: 15px;
    resize: none;
}

.package_detail {
    margin: 0px;
}

    .package_detail h2 {
        background-color: #00a0a8;
        width: 100%;
        float: left;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        border-radius: 6px 6px;
        padding: 18px 30px;
        box-shadow: 2px 2px 6px 0px #ccc;
        text-transform: uppercase;
        font-size: 15px;
    }

.package_info {
    background-color: #fff;
    border: 1px solid #dae5f3;
    width: 100%;
    float: left;
    border-radius: 4px;
    padding: 0px;
    margin: 0px 0px 7px 0px;
}

.cart-product-infos {
    padding: 10px 0px 0px 0px;
}

section.login_from_section .textcol1 {
    color: #20b7bf;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.cart-product-infos .boxlft {
    margin-left: 14px;
}

.boxlft {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
    line-height: 21px;
    padding: 0px 15px 5px 0px;
    font-weight: 400;
}

section.login_from_section del {
    font-size: 14px;
    color: red;
    padding-right: 10px;
    padding-left: 1rem;
}

.package_info2 {
    background-color: #fff;
    border: 1px solid #dae5f3;
    width: 100%;
    float: left;
    border-radius: 4px;
    padding: 0px;
    margin: 0px;
}

    .package_info2 .total-package {
        padding: 10px 10px;
    }

section.login_from_section .table {
    margin-bottom: 0px;
    font-size: 14px;
}

.table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

.package_info2 .total-package tr td {
    padding-top: 4px;
    padding-bottom: 4px;
}

.table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

.total-package table td {
    border-bottom: none;
    border-top: none !important;
}

.package-and-price-align {
    float: right;
}

.freeofcost {
    color: #2fba24;
    font-size: 11px;
    padding: 1px 8px;
    border-radius: 30px;
    border: 1px solid #2fba24;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 4px;
}

.doccharge {
    font-size: 14px !important;
    padding-right: 0 !important;
    color: #827f7f !important;
}

.space1 {
    height: 7px;
}

tr.totalpay {
    color: #cdcdcd;
    border-top: 1px dotted #cdcdcd;
    margin: 11px 0px;
    width: 100%;
}

.amt_after_discount {
    float: right;
    margin-right: 0px;
}

/* Login/OTP/Registration */


.shadow {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.login-card {
    max-width: 400px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .login-card .login-body .login-body-wrapper {
        max-width: 400px;
    }

.or-divider {
    height: 40px;
    width: 40px;
}

.btn-facebook {
    background: #4267b2;
    border-color: #4267b2;
    color: #fff;
}

    .btn-facebook:hover,
    .btn-facebook:focus {
        color: #fff;
    }

.btn-google {
    background: #db3236;
    border-color: #db3236;
    color: #fff;
}

    .btn-google:hover,
    .btn-google:focus {
        color: #fff;
    }

.main-content1 {
    height: 50vh;
}


.bgWhite {
    background: white;
    box-shadow: 0px 3px 6px 0px #cacaca;
    border-radius: 5px;
}

.frm-box {
    margin-bottom: 2rem;
}

.title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px
}

.customBtn {
    border-radius: 0px;
    padding: 10px;
}


form input {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
}

    form input[type="radio"] {
        width: 19px;
        height: 19px;
    }

.main-content {
    padding-top: 10px;
}


.btn-primary {
    padding: 0 28px;
    line-height: 45px;
    background: #ff6726;
    color: #fff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.wrapper-prim {
    border-radius: 4px;
}

.wrapper-decortn {
    text-decoration: line-through;
    text-decoration-color: red;
}

.wrapper-mrp {
    font-weight: 600;
}

.wrapper-checkpackage {
    justify-content: space-around;
}


/*-------------------know more page -------------------------*/

.Content-Main {
    padding: 60px 60px 20px 60px;
    width: 100%;
}

.productinfo {
    box-shadow: 0px 16px 28px 0px #24242414;
    padding: 38px 40px;
    border-radius: 14px;
    background-color: white;
}

.packageName {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
    font-weight: bold;
}

.Cost {
    font-size: 30px;
    color: #019fa8;
    font-family: 'Poppins', sans-serif;
    ;
    margin-bottom: 5px;
    font-weight: bold;
}

.productdesc p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #606060;
    text-transform: initial;
    margin-bottom: 10px;
}

.kart {
    margin-top: 19px;
}

.cartbuttn {
    margin-top: 19px;
}

.fullParameters {
    box-shadow: 0px 4px 12px 0px #0000000f;
    margin-top: 40px;
    padding: 40px;
    border-radius: 14px;
    background-color: white;
}

.parameter {
    color: #606060;
}

.btn-knowmore {
    border-radius: 4px;
    background-color: #20b7bf;
    border-color: #20b7bf;
    color: #fff;
    font-size: 14px;
    border: 0px;
    padding: 8px 10px;
    transition: .3s ease-in-out;
}

.parameterData {
    overflow: auto;
    max-height: 299px;
}

@media only screen and (max-width: 768px) {
    .fullParameters {
        padding: 20px;
        padding-top: 0px;
    }
}

@media (max-width: 1487px) {
    .btn-knowmore {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 768px) {
    .Content-Main {
        padding: 10px 20px 20px 20px !important;
    }
}

@media only screen and (max-width: 768px) {
    .packageName {
        font-size: 14px !important;
    }
}

/* .Collection p {
  font-size: 14px;
  margin-left: 10px;
  color: #66bb6a;
}
.Collection svg {
  width: 12px;
  fill: #66bb6a;
} */

/*--------------profile page start---------------*/

.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    /* Example: right:10px; */
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    /* Example: right:10px; */
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.top-bar .top-navbar-style {
    color: black;
}

.pro-wrapper {
    width: 100%;
    float: left;
    padding-bottom: 40px;
    /*    height:75vh;
*/
}

.fixed-bar {
    display: none;
    cursor: pointer;
}

.sidenav {
    width: 100%;
    margin: 50px 0;
    float: left;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 6px 10px rgba(148, 148, 148, .3);
    text-align: left;
}

.left-panel {
    width: 100%;
    float: left;
}

.user-area {
    padding: 20px 20px 20px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
@media (max-width: 768px) {
    .user-area {
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .sidenav .left-panel p {
        font-size: 14px;
        color: #424242;
        margin-bottom: 10px;
        font-weight: 400;
        padding: 0;
        line-height: 15px;
    }
}

@media (max-width: 1024px) {
    .user-area {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .sidenav .left-panel p {
        font-size: 14px;
        color: #424242;
        margin-bottom: 10px;
        font-weight: 400;
        padding: 0;
        line-height: 15px;
    }
}
        .user-name {
            width: 55px;
            margin-bottom: 12px;
            height: 55px;
            line-height: 55px;
            background-color: #199ca6;
            border-radius: 100%;
            color: #fff;
            text-align: center;
            font-weight: 600;
            font-size: 30px;
            flex-shrink: 0;
        }

        .user-info {
            display: flex;
            flex-direction: column;
        }

        .user-area strong {
            color: #000;
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 10px;
            display: block;
        }

        .sidenav .left-panel p {
            font-size: 14px;
            color: #424242;
            margin-bottom: 10px;
            font-weight: 400;
            padding: 0;
            line-height: 15px;
        }

        .btn-profile {
            border-radius: 4px;
            margin: 0;
            font-size: 14px;
            width: 106px;
            height: 40px;
            line-height: 40px;
            padding: 0;
            background-color: #f16948;
            border-color: #f16948;
            color: white;
        }

        .collapse-element-title {
            display: block;
            margin-bottom: 0px;
            cursor: pointer;
            position: relative;
            padding: 10px 28px;
            background: #e2eff1;
            color: #000;
            font-weight: 600;
            font-size: 16px;
        }

        @media (min-width: 768px) {
            .navbar-collapse.collapse {
                display: block !important;
                height: auto !important;
                padding-bottom: 0;
                overflow: visible !important;
            }
        }

        @media (min-width: 768px) {
            .navbar-collapse {
                width: auto;
                border-top: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }
        }

        .sidenav.left-panel.profileul {
            list-style: none;
            padding-top: 0;
            width: 100%;
            margin-left: 0;
            padding-left: 0;
        }

        .profileul li {
            padding-top: 15px;
            border-top: 1px solid #d4d4d4;
            padding-bottom: 15px;
            font-weight: 400;
        }

        .has-search .form-control {
            padding-left: 2.375rem;
        }

        .has-search .form-control-feedback {
            position: absolute;
            z-index: 2;
            display: block;
            width: 2.375rem;
            height: 2.375rem;
            line-height: 2.375rem;
            text-align: center;
            pointer-events: none;
            color: #aaa;
        }

        /*--------------profile page start---------------*/

        .dropdown-menu:before {
            position: absolute;
            top: -7px;
            left: 9px;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #ccc;
            border-left: 7px solid transparent;
            border-bottom-color: rgba(0, 0, 0, 0.2);
            content: '';
        }

        .dropdown-menu:after {
            position: absolute;
            top: -6px;
            left: 10px;
            / Example: right:10px;
            / display: inline-block;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #ffffff;
            border-left: 6px solid transparent;
            content: '';
        }

        .top-bar .top-navbar-style {
            color: black;
        }

        .pro-wrapper {
            width: 100%;
            float: left;
            padding-bottom: 40px;
        }

        .fixed-bar {
            display: none;
            cursor: pointer;
        }

        .sidenav {
            width: 100%;
            margin: 50px 0;
            float: left;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            background-color: #fff;
            padding: 0;
            box-shadow: 0 6px 10px rgba(148, 148, 148, .3);
            text-align: left;
        }

        .left-panel {
            width: 100%;
            float: left;
        }

        .user-area {
            padding: 20px 20px 20px 20px;
        }

        .user-name {
            width: 50px;
            margin-bottom: 12px;
            height: 50px;
            line-height: 50px;
            background-color: #199ca6;
            border-radius: 100%;
            color: #fff;
            text-align: center;
            font-weight: 600;
            font-size: 30px;
        }

        .user-area strong {
            color: #000;
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 10px;
            display: block;
        }

        .sidenav .left-panel p {
            font-size: 14px;
            color: #424242;
            margin-bottom: 10px;
            font-weight: 400;
            padding: 0;
            line-height: 15px;
        }

        .btn-profile {
            border-radius: 4px;
            margin: 0;
            font-size: 14px;
            width: 106px;
            height: 40px;
            line-height: 40px;
            padding: 0;
            background-color: #f16948;
            border-color: #f16948;
            color: white;
        }

        .collapse-element-title {
            display: block;
            margin-bottom: 0px;
            cursor: pointer;
            position: relative;
            padding: 10px 28px;
            background: #e2eff1;
            color: #000;
            font-weight: 600;
            font-size: 16px;
        }

        .navbar-collapse.collapse {
            padding: 0px 15px 0px 15px;
        }

        @media (min-width: 768px) {
            .navbar-collapse.collapse {
                display: block !important;
                height: auto !important;
                padding-bottom: 0;
                overflow: visible !important;
            }
        }

        @media (min-width: 768px) {
            .navbar-collapse {
                width: auto;
                border-top: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }
        }

        .sidenav.left-panel.profileul {
            list-style: none;
            padding-top: 0;
            width: 100%;
            margin-left: 0;
            padding-left: 0;
        }

        .profileul li {
            padding-top: 15px;
            border-top: 1px solid #d4d4d4;
            padding-bottom: 15px;
            font-weight: 400;
        }

            .profileul li a {
                text-decoration: none;
                display: block;
                margin-left: 5px;
                color: #252525;
                font-size: 14px;
                transition: .3s ease-in-out;
            }

        .family {
            width: 100%;
            float: left;
            background-color: #199ca6;
            color: #fff;
            padding: 0 10px;
            margin-top: 51px;
        }

            .family h3 {
                color: #fff;
                display: inline-block;
                font-family: Ubuntu, sans-serif;
                margin: 0;
                padding: 18px 10px;
                font-weight: 500;
                font-size: 21px;
            }

        .addmember {
            float: right;
        }

        .btn_2 {
            margin: 10px 0;
            padding: 9px 32px;
            margin-right: 5px;
            outline: 0;
            color: #fff;
            border-radius: 50px;
            transition: .3s ease-in-out;
            font-size: 16px;
            background-color: #f16948;
            border: none;
            transition: .3s ease-in-out;
        }

        .down-section {
            width: 100%;
            float: left;
            margin: 0 0;
            margin-bottom: 0;
            background-color: #fff;
            margin-bottom: 50px;
            box-shadow: 0 6px 10px rgba(148, 148, 148, .3);
        }

        .p-div {
            padding: 25px 15px;
        }

            .p-div .box {
                margin-top: 0;
                padding: 15px 30px 8px 30px;
                background-color: #f8f8f8;
                box-shadow: 0 6px 10px rgba(148, 148, 148, .3);
                margin-bottom: 15px;
            }

        .box {
            width: 100%;
            float: left;
            border-radius: 5px;
        }

            .box .row {
                margin-bottom: 15px;
            }

        .wrapper-table {
            border: none;
            min-height: .01%;
            overflow-x: auto;
        }

        .p-div .box .table {
            border: none;
            margin: 0;
        }

        @media only screen and (max-width: 1024px) { /* iPad Pro & smaller */
            .p-div .box {
                margin-top: 0;
                padding: 15px 15px 10px 15px;
                background-color: #f8f8f8;
                box-shadow: 0 6px 10px rgba(148, 148, 148, .3);
                margin-bottom: 15px;
            }
        }

        @media only screen and (max-width: 834px) { /* iPad Air & iPad Mini */
            .p-div .box {
                margin-top: 0;
                padding: 15px 30px 8px 30px;
                background-color: #f8f8f8;
                box-shadow: 0 6px 10px rgba(148, 148, 148, .3);
                margin-bottom: 15px;
            }
        }

        @media only screen and (max-width: 768px) { /* Standard iPads & smaller tablets */
            .p-div .box {
                margin-top: 0;
                padding: 15px 15px 10px 15px;
                background-color: #f8f8f8;
                box-shadow: 0 6px 10px rgba(148, 148, 148, .3);
                margin-bottom: 15px;
            }
        }

        @media only screen and (max-width: 480px) { /* Mobile devices */
            .p-div .box {
                margin-top: 0;
                padding: 15px 15px 10px 15px;
                background-color: #f8f8f8;
                box-shadow: 0 6px 10px rgba(148, 148, 148, .3);
                margin-bottom: 15px;
            }
        }

        .p-div .box .table > thead > tr > th {
            vertical-align: bottom;
            border-bottom: 1px solid #009688;
            display: inline-block;
            text-transform: capitalize;
            color: #000;
            font-size: 20px;
            border-top: none;
            font-weight: 500;
            padding: 0 0 10px 0;
            margin: 0 0 14px 0;
            white-space: nowrap;
        }

        .p-div .box td {
            border-top: 0;
            margin: 0;
            padding: 0;
            font-size: 16px;
            line-height: 30px;
            color: #636363;
        }

        @media only screen and (max-width: 590px) {
            .btn_2 {
                margin-bottom: 10px;
                margin-left: 0;
                margin-right: 0;
                margin-top: 0px;
            }
        }

        @media only screen and (max-width: 590px) {
            .family {
                margin-top: 15px;
                text-align: center !important;
            }
        }

        @media only screen and (max-width: 590px) {
            .addmember {
                float: none;
            }
        }

        .address {
            padding: 5px 0 0 0;
            font-size: 16px;
        }

        .site-navbar .site-navigation .site-menu > li > a:hover {
            color: #20b7bf !important;
            font-weight: bold;
        }

        .site-navbar .site-navigation .site-menu .active {
            color: #20b7bf !important;
        }

        /*------------------------------contact us page start-------------------------*/
        .innersections {
            /* background: #fff;*/
            border-radius: 15px;
            /*    padding: 20px 30px;
*/ margin-bottom: 25px;
            margin-top: 25px;
        }

        .section-headings {
            font-size: 20px;
            color: #181818;
            font-weight: 700;
        }

        .corpde h1 {
            font-size: 18px;
            font-weight: 600;
        }

        .corpde p {
            font-size: 16px;
        }

        .inner-contact {
            width: 100%;
            padding: 15px;
        }
        /*------------------------------contact us page start-------------------------*/

        .email:hover {
            font-size: 12px;
            font-weight: 600;
        }

        .contact-number:hover {
            font-size: 12px;
            font-weight: 600;
        }

        .contact-number-contact:hover {
            font-size: 16px;
            font-weight: 600;
        }

        @media (min-width: 993px) {
            .card-main {
                height: 100%;
            }
        }

        .footer-wrap {
            position: absolute;
            width: 100%;
            padding-right: 20px;
            bottom: 0;
            left: 0;
        }

        @media screen and (max-width: 600px) {
            .available-facility {
                padding-bottom: 2rem;
            }
        }

        @media screen and (max-width: 600px) {
            .wrapper-submit {
                width: 100% !important;
            }
        }

        .wrapper-submit {
            margin: auto;
        }

        @media screen and (max-width: 600px) {
            .submit-btnreport {
                width: 50% !important;
                margin: auto;
                margin-top: 15px;
            }
        }

        @media screen and (max-width: 600px) {
            .download-report {
                margin: 10px auto;
            }
        }

        @media screen and (max-width: 600px) {
            .download-report-icon {
                display: none;
            }
        }

        .links ul li a {
            margin-right: 5px;
            color: #000;
            font-size: 16px;
            line-height: 35px;
        }

        .links ul li {
            display: inline-block;
            list-style: none;
        }

            .links ul li span {
                margin-right: 5px;
            }

        .test-bg {
            background-color: #efefef;
            padding: 25px;
            border-radius: 8px;
        }

        .links ul li:hover {
            text-decoration: underline;
        }


        /*Test details Collapsable*/


        @media(max-width:992px) {
            .wrapper {
                width: 100%;
            }
        }

        .parameterData {
            overflow: auto;
            max-height: 100%;
        }

        .panel-heading {
            padding: 0;
            border: 0;
        }

        .panel-default {
            border: 1px solid #c1c1c1;
            background-color: #d4d0d03d;
            border-radius: 5px;
            border-color: #15cad46e;
        }

        .panel-collapse {
            padding: 14px;
            background-color: white;
        }

        .panel-title > a, .panel-title > a:active {
            display: block;
            padding: 15px;
            color: #00546a;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            word-spacing: 3px;
            text-decoration: none;
        }

        .panel-heading a:before {
            font-family: 'Fontawesome' !important;
            content: "\f139";
            float: right;
            transition: all 0.5s;
        }

        .panel-heading.active a:before {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .para-p {
            color: black;
        }

        .choose-icon .icon-area-knowmore img {
            width: 65px;
        }

        .footer-know-more {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            background-color: #019fa8;
            color: white;
            text-align: center;
        }


        /*Landing page searchable dropdown*/

        .input-box {
            position: relative;
            height: 40px;
            max-width: 800px;
            width: 100%;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        }

            .input-box i,
            .input-box .button {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }

            .input-box i {
                left: 20px;
                font-size: 20px;
                color: #707070;
            }

            .input-box input {
                height: 100%;
                width: 100%;
                outline: none;
                font-size: 15px;
                font-weight: 400;
                border: none;
                padding: 0 155px 0 65px;
                background-color: transparent;
            }

            .input-box .button {
                right: 2px;
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                border: none;
                padding: 6px 15px;
                border-radius: 6px;
                background-color: #4070f4;
                cursor: pointer;
            }

                .input-box .button:active {
                    transform: translateY(-50%) scale(0.98);
                }

        /* Responsive */
        /*@media screen and (max-width: 500px) {
    #products {
        padding: 10px 10px 10px 10px;
    }*/

        .input-box {
            width: 86% !important;
            border: 1px solid #019fa8;
        }

            .input-box i {
                left: 12px;
                font-size: 25px;
            }

            .input-box input {
                padding: 0 30px 0 40px;
            }

            .input-box .button {
                right: 12px;
                font-size: 14px;
                padding: 8px 18px;
            }
    }

    .d-flex {
        display: flex;
    }

    .justify-content-center {
        justify-content: center;
    }

    #Custom_data {
        background: #fff;
        margin: 24px 0px 0px 0px;
        /* Center the element horizontally */
        width: 80%;
        /* Adjust the width as needed */
        border-radius: 3px;
        box-shadow: 1px 10px 36px 0 rgba(0, 0, 0, .6);
        -webkit-box-shadow: 1px 10px 36px 0 rgba(0, 0, 0, .6);
        -moz-box-shadow: 1px 10px 36px 0 rgba(0, 0, 0, .6);
        position: absolute;
        z-index: 99;
        padding-top: 0;
        left: 50%;
        /* Move the element 50% from the left edge */
        transform: translateX(-50%);
        /* Center the element by translating it back by 50% of its own width */
    }

    .row:before {
        display: table;
        content: " ";
    }

    .cst_title {
        text-align: left;
        padding: 12px 18px;
        color: #019fa8;
        font-size: 16px;
    }

    .popular_test {
        padding-left: 20px;
    }

    .tests ul li {
        list-style: none;
        text-align: left;
        line-height: 30px;
        cursor: pointer;
        font-size: 13px;
        letter-spacing: -.2px;
    }


    .tests .test:before {
        content: "";
        position: absolute;
        left: 15px;
        top: 44px;
        bottom: 10px;
        width: 1px;
        background-color: #019fa8;
    }
    /*.tests .test:after {
    content: "+";
    float: right;
    padding-right: 13px;
    font-size: 18px;
}*/


    .demo {
        border: 0;
        height: 4px;
        background-color: #ff9800;
        width: 13%;
        margin: auto;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
    }

    .footer-package {
        background-color: white;
        padding: 25px;
        border-radius: 8px;
    }

    @media only screen and (max-width: 698px) {
        .package_mobile {
            display: none;
        }
    }

    .vertical-divider {
        border-left: 1px solid #ccc;
        height: 100%;
    }

    .test_list_opiton {
        color: #525252;
    }

    #backtotop {
        display: inline-block;
        background-color: #FF9800 !important;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 4px;
        position: fixed;
        bottom: 15px;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
        left: 20px;
    }


    @media only screen and (max-width: 600px) {
        #backtotop {
            display: none !important;
            opacity: 0 !important;
            visibility: hidden !important;
        }
    }

    #backtotop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 1em !important;
        line-height: 40px !important;
        color: #fff;
    }

    #backtotop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #backtotop:hover {
        cursor: pointer;
        background-color: #333;
    }

    #backtotop:active {
        background-color: #555;
    }

    #backtotop.show {
        opacity: 1;
        visibility: visible;
    }

    .content_space_nav {
        padding: 0px 35px 0px 0px !important;
    }

    @media only screen and (max-width: 698px) {
        .new_cst-btn {
            width: auto !important;
        }
    }

    .new_cst-btn {
        width: 95%;
    }

    .popular__packages_1 {
        font-size: 30px;
        color: white;
        font-weight: bold;
    }

    .banner_bg_color {
        background-color: #009eb3;
        border: none;
    }

    .errorBorderTextBoxCallMeBack {
        border: 1px solid red;
    }

    .ulBookTestPage {
        list-style-type: disc !important;
        padding-left: 1em !important;
        margin-left: 8px;
    }

    .mandField {
        border: 1px solid #f85454;
    }

    .know-more-img {
        width: 50%;
    }

    @media only screen and (max-width: 600px) {
        .Top_Nav_mob {
            display: none
        }
    }

    @media only screen and (max-width: 600px) {
        .mail_size {
            font-size: 11px !important;
        }
    }

    @media only screen and (max-width: 600px) {
        .space-top {
            margin-bottom: 5px;
        }

        @media only screen and (max-width: 600px) {
            .mobile-img {
                width: 33% !important;
                margin-top: 13px !important;
            }
        }

        @media only screen and (max-width: 600px) {
            .productinfo {
                margin-top: 2rem
            }
        }

        @media only screen and (max-width: 600px) {
            .knowmore_heading {
                font-size: 18px !important;
            }
        }

        @media only screen and (max-width: 600px) {
            .Cost {
                margin-top: 1rem !important;
            }
        }

        @media only screen and (max-width: 600px) {
            .choose-icon .icon-area-knowmore img {
                width: 80%
            }
        }

        @media only screen and (max-width: 600px) {

            .panel-title > a {
                font-size: 13px
            }
        }
    }

    /* Ensure the image is responsive */
    .logo-img-1 {
        width: 100%;
        height: 100%;
        max-width: 113px;
        margin-top: 10px;
        display: block;
    }

    /* For mobile screens, reduce the size of the logo */
    @media (max-width: 768px) {
        .logo-img {
            max-width: 120px; /* Smaller logo size on mobile */
        }
    }

    /* For larger screens, set a max width for the logo */
    @media (min-width: 769px) {
        .logo-img {
            max-width: 150px; /* Larger size for tablets and desktops */
        }
    }

    /* Fine-tune alignment to prevent overlap */
    .site-navbar .site-logo {
        text-align: left;
    }

    .site-navbar .site-navigation {
        text-align: right;
    }

    /* Ensure proper margin and padding to avoid overlap on smaller screens */
    .site-navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .site-navbar .row {
        margin-left: 0;
        margin-right: 0;
    }


    @media only screen and (max-width: 600px) {

        .top-row-view {
            justify-content: flex-start !important;
        }
    }

    @media only screen and (max-width: 600px) {
        .site-navbar .row {
            margin-left: -15px !important;
        }
    }

    .custom-filterbar #filterbar {
        margin-top: 0px;
    }
