body {
    font-family: "Source Sans Pro", sans-serif !important;
    /* background: #eeeeee; */
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth;
}

.public-shop-menu .dropdown-menu {
    margin-top: -10px !important;
}

.public-shop-menu .dropdown:hover .dropdown-menu {
    display: block;
}

.card-box {
    width: 100%!important;
    height: 450px;
}

.bottom-item {
    position: absolute!important;
    left: 20px;
    bottom: 20px;
}

.borderTop {
    border-top: 4px solid #F6067D !important;
}

.card-box-container {
    position: relative;
}

.card-text {
    left: 5%;
    right: 5%;
    width: 90%;
    font-size: 15px!important;
    position: absolute;
    bottom: 0!important;
    border-radius: 10px;
}

.rounded-corner {
    border-radius: 12px !important;
}

.font-size-small {
    font-size: 15px;
}

.linebreak {
    margin-top: 5px !important;
    display: inline-flex !important;
}

.font-size-medium {
    font-size: 19px;
}

.text-slider-size {
    width: 50% !important;
}

.short-description {
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-line-title {
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rounded-pill {
    border-radius: 40px !important;
}


/* cookies */

.cookie-box {
    display: none;
    width: 400px !important;
}


/* background color */

.bg-purple {
    background-color: #501F54;
}

.bg-pink {
    background-image: linear-gradient(to right, #F6067D, #00E3FF) !important;
}

.btn-info {
    background-image: linear-gradient(to right, #312D79, #00E3FF) !important;
    color: #fff;
}

.bg-skyblue {
    background-color: #00E3FF;
}

.bg-blue {
    background-color: #1c3762 !important;
}

.bg-lightgrey {
    background-color: #eeeeee;
}

.bg-plane-pink {
    background-color: #e32283;
}

.card {
    border: none !important;
}

.bg-lightgreen {
    background-color: #f2f9fb;
}

.bg-creamlight {
    background-color: #f5f5f7;
}


/* text color */

.text-gradient {
    color: #E32283;
    background-image: -webkit-linear-gradient(0deg, #E32283 24%, #00E3FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.text-blue {
    color: #1c3762;
}

.text-pink {
    color: #F6067D;
}


/* service header background video */

.background-video {
    position: relative;
    background-color: #000;
    height: 460px;
    min-height: 460px;
    width: 100%;
    overflow: hidden;
}

.background-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.background-video .container {
    position: relative;
    z-index: 2;
}

.background-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    /*height: 100%;*/
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 1;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.main-sidebar #sidebar {
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100vh;
    z-index: 999;
    background: #f2f9fb;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.main-sidebar #sidebar.active {
    left: 0;
}

.main-sidebar #dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f2f9fb;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

.main-sidebar #sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

.main-sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #f2f9fb;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */


/* #content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
} */


/* End Of Side Bar */


/* logo size*/

.ap-video-size {
    width: 100% !important;
    height: 400px !important;
}

.shop-top-image {
    width: 75% !important;
}

.icon-size {
    width: 100% !important;
}

.product-image {
    width: 100% !important;
}

.ss5l-image {
    width: 100% !important;
    height: 350px !important;
}

.sp200ml-image {
    width: 100% !important;
    height: 630px !important;
}

.hs5l-image {
    width: 100% !important;
    height: 500px !important;
}

.small-image {
    width: 86% !important;
}


/* ribbon coupon */

.ribbon-coupan {
    font-size: 18px;
    position: relative;
    display: inline-block;
    /* margin:5em;*/
    text-align: center;
}

.text-coupon {
    display: inline-block;
    padding: 0.5em 1em;
    min-width: 20em;
    line-height: 1.2em;
    background-image: linear-gradient(to right, #f6067d, #00e3ff) !important;
    position: relative;
}

.ribbon-coupan:after,
.ribbon-coupan:before,
.text-coupon:before,
.text-coupon:after,
.bold:before {
    content: '';
    position: absolute;
    border-style: solid;
}

.ribbon-coupan:before {
    top: 0.3em;
    left: 0.2em;
    width: 100%;
    height: 100%;
    border: none;
    background: #EBECED;
    z-index: -2;
}

.text-coupon:before {
    bottom: 100%;
    left: 0;
    border-width: .5em .7em 0 0;
    border-color: transparent #f6067d transparent transparent;
}

.text-coupon:after {
    top: 100%;
    right: 0;
    border-width: .5em 2em 0 0;
    border-color: #00e3ff transparent transparent transparent;
}

.ribbon-coupan:after,
.bold:before {
    top: 0.5em;
    right: -2em;
    border-width: 1.1em 1em 1.1em 3em;
    border-color: #f6067d transparent #f6067d #f6067d;
    z-index: -1;
}

.bold:before {
    border-color: #EBECED transparent #EBECED #EBECED;
    top: 0.7em;
    right: -2.3em;
}


/* search bar */

.search-container {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 50px;
    vertical-align: bottom;
}

.searchbutton {
    cursor: pointer !important;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
}

.search:focus+.searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    color: black;
}

.search {
    position: absolute;
    left: 49px;
    /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    /* background-color: white; */
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search:focus {
    width: 363px;
    /* Bar width+1px */
    padding: 0 16px 0 0;
}

.expandright {
    left: auto;
    right: 49px;
    /* Button width-1px */
}

.expandright:focus {
    padding: 0 0 0 16px;
}


/* new */


/* end new */


/* smartphones, iPhone, portrait 480x320 phones */

@media (min-width:320px) {
    /*  */
    .tablet-view {
        display: none !important;
    }
    .medcare-leaf {
        width: 40px!important;
    }
    .medcare-logo {
        width: 50px;
    }
    .custom-container {
        padding: 0px 10px !important;
    }
    .microsure-logo-header {
        width: 40px !important;
    }
    .microsure-logo {
        width: 80px !important;
    }
    .header-font-size {
        font-size: 13.6px !important;
    }
    .mobile-view {
        display: none;
    }
    .mobile-view-hide {
        display: none;
    }
    .fa-lg {
        font-size: 15px !important;
    }
    .third-header .nav-link {
        font-size: 13px!important;
        padding: 4px 3px !important;
    }
    .mobile-view {
        display: none;
    }
    .brand-border-radius {
        height: 120px !important;
        border-radius: 30px !important;
        width: 100% !important;
    }
    /*  */
    .shop-top-image {
        width: 100%!important;
    }
    .font-size-small {
        font-size: 14px!important;
    }
    .display-none {
        display: none !important;
    }
    .full-width {
        /*margin:0px!important;*/
        padding: 0px !important;
    }
    .linebreak {
        margin-top: 5px !important;
        display: inline-flex !important;
    }
    /* .index-container {
        padding: 0px 10px !important;
    } */
    /* .btn-info {
        width: 30% !important;
        font-size: 14px !important;
    } */
    h1,
    .h1 {
        font-size: 22px !important;
    }
    h2,
    .h2 {
        font-size: 20px !important;
    }
    h3,
    .h3 {
        font-size: 19px !important;
    }
    h4,
    .h4 {
        font-size: 18px !important;
    }
    h5,
    .h5 {
        font-size: 16px !important;
    }
    h6,
    .h6 {
        font-size: 14px !important;
    }
    .display-4 {
        font-size: 28px !important;
    }
    #second-order {
        order: 2 !important;
    }
    #first-order {
        order: 1 !important;
    }
    .ap-video-size {
        margin: 0px !important;
        width: 100% !important;
        height: 300px !important;
    }
    .shop-top-image {
        width: 35% !important;
    }
    .msg-section {
        font-size: 12px !important;
    }
    .name-length {
        display: -webkit-box;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .icon-size {
        width: 40% !important;
    }
    .product-image {
        width: 80% !important;
    }
    .ss5l-image {
        width: 100% !important;
        height: auto !important;
    }
    .sp200ml-image,
    .hs5l-image {
        width: 100% !important;
        height: auto !important;
    }
    .width-75 {
        width: 100% !important;
    }
    .small-image {
        width: 75% !important;
    }
}


/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

@media (min-width:481px) {
    /*  */
    .tablet-view {
        display: none !important;
    }
    .medcare-logo {
        width: 60px;
    }
    .medcare-leaf {
        width: 40px!important;
    }
    .custom-container {
        padding: 0px 30px !important;
    }
    /* .index-container {
        padding: 0px 30px !important;
    } */
    .microsure-logo-header {
        width: 50px !important;
    }
    .microsure-logo {
        width: 100px !important;
    }
    .header-font-size {
        font-size: 14px !important;
    }
    .mobile-view {
        display: none;
    }
    .mobile-view-hide {
        display: block;
    }
    .medcare-leaf {
        width: 50px!important;
    }
    .mobile-481-view {
        display: block !important;
    }
    .fa-lg {
        font-size: 17px!important;
    }
    .third-header .nav-link {
        font-size: 14px!important;
        padding: 4px 8px !important;
    }
    .brand-border-radius {
        border-radius: 30px !important;
        height: 120px !important;
        width: 100% !important;
    }
    /*  */
    .shop-top-image {
        width: 100%!important;
    }
    .font-size-small {
        font-size: 14px!important;
    }
    .display-none {
        display: none !important;
    }
    .full-width {
        /*margin:0px!important;*/
        padding: 0px !important;
    }
    .linebreak {
        margin-top: 5px !important;
        display: inline-flex !important;
    }
    h4,
    .h4 {
        font-size: 18px !important;
    }
    h5,
    .h5 {
        font-size: 17px !important;
    }
    h1 {
        font-size: 23px !important;
    }
    h2,
    .h2 {
        font-size: 20px !important;
    }
    h3,
    .h3 {
        font-size: 22px !important;
    }
    h6,
    .h6 {
        font-size: 14px !important;
    }
    .display-4 {
        font-size: 28px !important;
    }
    #second-order {
        order: 2 !important;
    }
    #first-order {
        order: 1 !important;
    }
    .ap-video-size {
        margin: 0px !important;
        width: 100% !important;
        height: 300px !important;
    }
    .shop-top-image {
        width: 35% !important;
    }
    .msg-section {
        font-size: 12px !important;
    }
    .name-length {
        display: -webkit-box;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .icon-size {
        width: 40% !important;
    }
    .product-image {
        width: 80% !important;
    }
    .ss5l-image {
        width: 100% !important;
        height: auto !important;
    }
    .sp200ml-image,
    .hs5l-image {
        width: 100% !important;
        height: auto !important;
    }
    .width-75 {
        width: 100% !important;
    }
    .small-image {
        width: 75% !important;
    }
}


/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

@media (min-width:641px) {
    /*  */
    .tablet-view {
        display: none !important;
    }
    .medcare-logo {
        width: 60px;
    }
    .medcare-leaf {
        width: 50px!important;
    }
    .custom-container {
        padding: 0px 30px !important;
    }
    /* .index-container {
        padding: 0px 30px !important;
    } */
    .microsure-logo-header {
        width: 60px !important;
    }
    .microsure-logo {
        width: 110px !important;
    }
    .header-font-size {
        font-size: 14px !important;
    }
    .mobile-view {
        display: block!important;
    }
    .third-header .nav-link {
        font-size: 14px!important;
        padding: 4px 10px !important;
    }
    .brand-border-radius {
        border-radius: 30px !important;
        height: 130px !important;
        width: 100% !important;
    }
    /*  */
    .tablet-container {
        padding: 0 60px!important;
    }
    .padding-bothside {
        padding: 0 10px!important;
        margin: 0 10px !important;
    }
    .only-tablet {
        display: block !important;
    }
    #second-order {
        order: 2 !important;
    }
    #first-order {
        order: 1 !important;
    }
    .shop-top-image {
        width: 100%!important;
    }
    .font-size-small {
        font-size: 14px!important;
    }
    .display-none {
        display: none !important;
    }
    .full-width {
        margin: 14px!important;
        padding: 0px !important;
    }
    .linebreak {
        margin-top: 5px !important;
        display: inline-flex !important;
    }
    h4,
    .h4 {
        font-size: 18px !important;
    }
    h5,
    .h5 {
        font-size: 17px !important;
    }
    h1 {
        font-size: 23px !important;
    }
    h2,
    .h2 {
        font-size: 20px !important;
    }
    h3,
    .h3 {
        font-size: 22px !important;
    }
    h6,
    .h6 {
        font-size: 14px !important;
    }
    .display-4 {
        font-size: 28px !important;
    }
    .ap-video-size {
        margin: 0px !important;
        width: 100% !important;
        height: 300px !important;
    }
    .shop-top-image {
        width: 35% !important;
    }
    .msg-section {
        font-size: 12px !important;
    }
    .name-length {
        display: -webkit-box;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .icon-size {
        width: 40% !important;
    }
    .product-image {
        width: 80% !important;
    }
    .ss5l-image {
        width: 100% !important;
        height: auto !important;
    }
    .sp200ml-image,
    .hs5l-image {
        width: 100% !important;
        height: auto !important;
    }
    .width-75 {
        width: 100% !important;
    }
    .small-image {
        width: 75% !important;
    }
}


/* tablet, landscape iPad, lo-res laptops ands desktops */

@media (min-width:1040px) {
    /*  */
    .medcare-logo {
        width: 70px;
    }
    .medcare-leaf {
        width: 60px!important;
    }
    /* .index-image {
        width: 100% !important;
        height: 420px!important;
    } */
    .custom-container {
        padding: 0px 50px !important;
    }
    .index-container {
        padding: 0px 0px !important;
    }
    .microsure-logo-header {
        width: 70px !important;
    }
    .microsure-logo {
        width: 140px !important;
    }
    .header-font-size {
        font-size: 14.8px !important;
    }
    .mobile-view {
        display: block !important;
    }
    .tablet-view {
        display: block !important;
    }
    .mobile-481-view {
        display: none !important;
    }
    .third-header .nav-link {
        font-size: 14.8px!important;
        padding: 4px 8px !important;
    }
    /*  */
    #second-order {
        order: 2 !important;
    }
    #first-order {
        order: 1 !important;
    }
    .shop-top-image {
        width: 100%!important;
    }
    .font-size-small {
        font-size: 14px!important;
    }
    .full-width {
        margin: 14px!important;
        padding: 0px !important;
    }
    .linebreak {
        margin-top: 5px !important;
        display: inline-flex !important;
    }
    h4,
    .h4 {
        font-size: 18px !important;
    }
    h5,
    .h5 {
        font-size: 17px !important;
    }
    h1 {
        font-size: 23px !important;
    }
    h2,
    .h2 {
        font-size: 20px !important;
    }
    h3,
    .h3 {
        font-size: 22px !important;
    }
    h6,
    .h6 {
        font-size: 14px !important;
    }
    .display-4 {
        font-size: 28px !important;
    }
    .ap-video-size {
        margin: 0px !important;
        width: 100% !important;
        height: 300px !important;
    }
    .shop-top-image {
        width: 35% !important;
    }
    .msg-section {
        font-size: 12px !important;
    }
    .name-length {
        display: -webkit-box;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .icon-size {
        width: 40% !important;
    }
    .product-image {
        width: 80% !important;
    }
    .ss5l-image {
        width: 100% !important;
        height: auto !important;
    }
    .sp200ml-image,
    .hs5l-image {
        width: 100% !important;
        height: auto !important;
    }
    .width-75 {
        width: 100% !important;
    }
    .small-image {
        width: 75% !important;
    }
    .brand-border-radius {
        border-radius: 30px !important;
        height: 140px!important;
        width: 100% !important;
    }
}


/* hi-res laptops and desktops */

@media (min-width:1281px) {
    /*  */
    .medcare-logo {
        width: 80px!important;
    }
    .medcare-leaf {
        width: 60px!important;
    }
    .custom-container {
        padding: 0px 120px !important;
    }
    .index-container {
        padding: 0px 0px !important;
    }
    .microsure-logo-header {
        width: 70px !important;
    }
    .microsure-logo {
        width: 150px !important;
    }
    .header-font-size {
        font-size: 15px !important;
    }
    .mobile-view {
        display: block !important;
    }
    .tablet-view {
        display: block !important;
    }
    .third-header .nav-link {
        font-size: 15px!important;
        padding: 4px 14px !important;
    }
    /*  */
    #second-order {
        order: 1 !important;
    }
    #first-order {
        order: 2 !important;
    }
    .brand-border-radius {
        border-radius: 30px !important;
        height: 160px!important;
        width: 100% !important;
    }
    .h1,
    h1 {
        font-size: 40px !important;
    }
    h2,
    .h2 {
        font-size: 35px !important;
    }
    h3,
    .h3 {
        font-size: 30px !important;
    }
    h4,
    .h4 {
        font-size: 25px !important;
    }
    h5,
    .h5 {
        font-size: 20px !important;
    }
    h6,
    .h6 {
        font-size: 17px !important;
    }
}