    /* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;900&family=Signika:wght@400;600;700&display=swap'); */
    
    @font-face {
        font-family: 'Poppins';
        src: url('../webfonts/Poppins-Medium.eot');
        src: url('../webfonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../webfonts/Poppins-Medium.woff2') format('woff2'), url('../webfonts/Poppins-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    
    body {
        color: #242424;
        font-family: 'Poppins';
        overflow-x: hidden;
    }
    
    a {
        color: #242424;
    }
    
    html {
        scroll-behavior: smooth;
    }
    
    .px-0 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .btn-border-orange {
        background: transparent;
        border: 1px solid #FFAA38;
        border-radius: 2px;
        font-weight: 600;
        color: #FFAA38 !important;
		font-size: 1.5rem !important;		
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5 !important;
    }
    
    .section {
        padding: 0 40px;
    }
    
    .btn-white {
        background: #FFFFFF;
        font-size: 16px;
        color: #1F86C1;
        letter-spacing: 0.25px;
        font-weight: 700;
        border-radius: 4px;
        outline: unset;
        border: none;
        padding: 10px 20px;
    }
    
    .bg-light-green .btn-white {
        color: #569F47;
    }
    
    #lifeinsurance {
        width: 100%;
    }
    /* Header Start */
    
    .main-header .navbar {
        padding: 10px 30px;
    }
    
    .main-header .navbar .navbar-nav {
        display: flex;
        align-items: center;
    }
    .main-header .navbar .navbar-nav .nav-item {
    padding: 0 20px;}
    .main-header .navbar .navbar-nav .nav-item a {
        font-size: 14px;
        color: #242424;
        letter-spacing: 0.3px;
        text-align: right;
        line-height: 14px;
        font-weight: 500;
        transition: 0.5s;
    }
    .minicart-wrapper{
    top: 20%;
    position: absolute;
    right: 16px;
    z-index: 1999;}
    .main-header .navbar .navbar-nav .nav-item a:hover {
        color: #FFAA38;
        transition: 0.5s;
    }
    
    .main-header .navbar .navbar-brand img {
        max-width: 256px;
    }
    /* Header End */
    /* Banner Section  Start*/
    
    .banner-sec {
        background: #1B4B9E;
       /* padding: 30px 30px 0;*/
    }
    
    .banner-sec h1 {
        font-size: 56px;
        color: #FFFFFF;
        letter-spacing: 1px;
        line-height: 64px;
        font-weight: 900;
    }
    
    .banner-sec h1 span {
        color: #FFAA38;
    }
    
    .banner-sec p {
        opacity: 0.6;
        font-size: 18px;
        color: #FFFFFF;
        letter-spacing: 0.38px;
        line-height: 32px;
        font-weight: 500;
    }
    /* Banner Section  End*/
    
/* welcome section*/
.welcome-sec{
    background: #efefef;
    padding: 30px 65px;
    text-align: center;
}
.welcome-sec h1 {
    font-size: 3rem;
    margin-bottom: 2rem;}

.welcome-sec p {font-size: 2rem;}

    .big-title {
        padding: 30px 0 15px;
    }
    
    .big-title h1 {
        font-size: 48px;
        color: #242424;
        letter-spacing: 1px;
        line-height: 56px;
        font-weight: bold;
    }
    
    .big-title h1 .span-title {
        color: #1F86C1;
    }
    /* Protection Section Start */
    div#medical-plans .dark-bg-sec {
    		padding: 16px 30px;
	}
    .dark-bg-sec {
        padding: 40px 30px;
        height: 100%;
    }
    
    .bg-light-blue {
        background: #D8E9F4;
    }
    
    .bg-light-green {
        background: #E6F2E4;
    }
    
    .bg-light-orange {
        background: #F6ECDF;
    }
	
	.bg-light-yellow {
        background: #fffbce;
    }
    
    .dark-bg-sec h2 {
        font-size: 32px;
        color: #242424;
        letter-spacing: 0.5px;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 15px;
    }
	
	.bg-light-green p {font-size: 14px;color: #569F47;letter-spacing: 0.25px;font-weight: 500;padding-top:15px;}
    
    .detail-sec {
        padding: 40px 50px;
    }
    
    .bg-light-blue-desc {
        background: #e9f3f9;
    }
    
    .bg-light-green-desc {
        background: #F0F5EF;
    }
    
    .bg-light-orange-desc {
        background: #FCF6EE;
    }
	
	.bg-light-yellow-desc {
        background: #fffde7;
    }
    
    .bg-light-blue-desc.detail-sec.top-border {
        border-top: 4px solid #d4e8f3;
    }
    
    .bg-light-green-desc.detail-sec.top-border {
        border-top: 4px solid #e6f2e4;
    }
    
    .bg-light-orange-desc.detail-sec.top-border {
        border-top: 4px solid #F6ECDF;
    }
    
    .detail-sec .desc-btn-part h3 {
        font-size: 24px;
        color: #242424;
        letter-spacing: 0.38px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 40px;
        min-height: 60px;
    }
    
    a.clickhere {
        color: #1F86C1;
        display: block;
    }
    
    .detail-sec .desc-btn-part p {
        font-size: 16px;
        color: #242424;
        letter-spacing: 0.25px;
        line-height: 36px;
        font-weight: 400;
        margin: 10px 0;
    }
    
    .detail-sec .desc-btn-part h2.price-rate {
        font-size: 20px;
        color: #333333;
        letter-spacing: 0.31px;
        line-height: 36px;
        font-weight: 400;
        margin: 0;
    }
    
    .detail-sec .desc-btn-part h2.price-rate .span-clr {
        font-size: 32px;
        color: #1F86C1;
        letter-spacing: 0.5px;
        font-weight: 500;
    }
    
    .bg-light-green-desc .desc-btn-part h2.price-rate .span-clr {
        color: #569F47;
    }
    
    .detail-sec .more-btn {
        margin-top: 50px;
    }
    
    .desc-btn-part .small-top-size {
        margin-top: 30px;
    }
    
    .top-space-sec {
        margin-top: 20px;
    }
    
    .bg-light-green-desc .more-btn {
        color: #569F47;
    }
    
    .detail-sec .more-btn .learn-more {
        font-size: 20px;
        color: #fff;
        letter-spacing: 0.31px;
        font-weight: 400;
        text-decoration: none;
        opacity: 0.5;
        margin-top: 15px;
        transition: 0.5s;
    }
    
    .bg-light-green-desc .more-btn .learn-more {
        color: #569F47;
    }
    
    .bg-light-orange-desc .more-btn .learn-more {
        color: #F89920;
    }
    
    .detail-sec .more-btn .learn-more span {
        margin-left: 10px;
    }
    
    .detail-sec .more-btn .learn-more span img {
        width: 35px;
    }
    
    .detail-sec .logo-img {
        min-height: 55px;
        max-height: 55px;
    }
    
    .detail-sec .logo-img.bottom-space {
        margin-bottom: 25px;
    }
    
    .detail-sec .more-btn .learn-more span svg {
        width: 15px;
    }
    
    .detail-sec .more-btn:hover .learn-more {
        opacity: 1;
        transition: 0.5s;
    }
    
    .detail-sec .desc-btn-part p.small-txt {
        font-size: 12px;
        color: #242424;
        letter-spacing: 0;
        line-height: 12px;
        font-weight: 400;
        margin-top: 40px;
    }
    
    .protection-sec.top-border-title {
        border-top: 4px solid #39b6ff34;
        margin-top: 70px;
    }
    
    .detail-sec.box-layouts {
        padding: 20px 0px 40px;
    }
    
    .box-layouts-1 {
        padding: 40px 30px !important;
        margin-bottom: 30px;
    }
    
    .box-layouts .bg-light-blue-desc {
        background: #EEF2F5;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.10);
        border-radius: 8px;
    }
    
    .box-layouts .desc-btn-part h3 {
        margin: 30px 0 15px;
        min-height: unset;
    }
    
    .box-layouts .desc-btn-part p {
        font-size: 16px;
        color: #242424;
        letter-spacing: 0.25px;
        line-height: 24px;
        font-weight: 400;
    }
    
    .box-layouts .desc-btn-part h2.price-rate {
        margin-top: 10px;
    }
    
    .box-layouts .bg-light-blue-desc {
        padding: 20px;
        border-radius: 8px;
        height: 100%;
    }
    
    .box-layouts .desc-btn-part p.small-txt.light-txt {
        opacity: 0.5;
        font-size: 12px;
        color: #242424;
        letter-spacing: 0;
        line-height: 12px;
        font-weight: 400;
        margin: 0;
    }
    /* Protection Section End */
    /* Footer Section Start */
    
    .footer-sec {
        padding: 70px 40px 120px;
        background: #242424;
        margin-top: 40px;
    }
    
    .footer-sec .footer-txt {}
    
    .footer-sec .footer-txt h4 {
        opacity: 0.4;
        text-transform: uppercase;
        font-size: 24px;
        color: #FFFFFF;
    }
    
    .footer-sec .footer-txt h2 {
        font-size: 32px;
        color: #FFFFFF;
        letter-spacing: 0.5px;
        line-height: 40px;
        font-weight: 700;
    }
    
    .footer-sec .footer-txt p {
        opacity: 0.4;
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 0.42px;
        line-height: 30px;
        font-weight: 500;
        margin-top: 40px;
    }
    
    .footer-sec .footer-txt p.bold {
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 0.5px;
        line-height: 30px;
        font-weight: 700;
        opacity: 1;
    }
    
    .footer-form .form-group {
        margin-bottom: 40px;
    }
    
    .footer-form .form-group label {
        opacity: 0.76;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0.33px;
        line-height: 24px;
        font-weight: 400;
    }
    
    .footer-form .form-group label span {
        color: red;
    }
    
    .footer-form .form-group input {
        padding: 5px 15px;
        height: 45px;
    }
    
    .footer-form .btn-primary {
        background: #39B7FF;
        border-radius: 5px;
        padding: 7px 25px;
        text-transform: uppercase;
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 1px;
        line-height: 32px;
        font-weight: 600;
    }
    
    .bottom-footer {
        background: #2b2b2b;
        padding: 20px 0;
    }
    
    .bottom-links ul {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        margin-bottom: 0;
		padding:0;
    }
    
    .bottom-links ul li {
        margin: 0 25px 0 0;
        opacity: 0.7;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0.5px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .bottom-links ul li a {
        color: #fff;
    }
    
    .formRow input,
    .formRow textarea,
    .formRow select {
        border: 1px solid #c2c2c2;
        /* height: 35px; */
        background: #fff !important;
        width: 100%;
        padding: 6px 10px;
    }
    
    .formRow textarea {
        height: 102px;
    }
    
    .formRow {
        margin-bottom: 15px;
    }
    
    .formRow label {
        display: block;
    }
    
    .footerOuter {
        padding-top: 80px;
        padding-bottom: 80px;
        background: #e9f3f9;
    }
    
    .footerOuter .section {
        width: 871px;
        margin: 0 auto;
        padding: 0;
    }
    
    .amcform-next {
        display: inline-block;
        margin: 20px auto;
        min-width: 120px;
        padding: 10px;
        background: #434897;
        border: 1px solid #434897;
        color: #fff;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 600;
        margin-left: 0px;
        margin-right: 10px;
        font-size: 1.4rem;
        box-sizing: border-box;
        vertical-align: middle;
    box-shadow: none !important;
    }
    
    .formRow label span {
        color: red;
    }
    
    a.learn-more {
        background-color: #1F86C1;
        border-radius: 5px;
        font-size: 14px !important;
        padding: 7px 15px;
        color: #fff;
    }
    
    a.learn-more svg {
        color: #fff !important;
    }
    
    .bg-light-orange-desc a.learn-more {
        background-color: #F89920 !important;
        color: #fff !important;
    }
    
    .bg-light-green-desc .more-btn a.learn-more {
        background-color: #569F47 !important;
        color: #fff !important;
    }
    
    .innerPageHeader {
        background-image: linear-gradient(180deg, #1B4B9E 0%, #11387A 100%);
        padding: 30px 45px;
    }
    
    .breadcrumb {
        background: none;
        padding: 0px;
    }
    
    .innerTitle {        
    font-size: 48px;
        color: #FFFFFF;
        letter-spacing: 1px;
        line-height: 64px;
        font-weight: 900;
    }
    
    .innerTitle span {
        color: #FFAA38;
    }
    
    .breadcrumb {
        padding-top: 0px;
    }
    
    .breadcrumb li a {
        color: #fff;
    }
    
    .breadcrumb-item.active {
        color: #fff;
        opacity: 0.6;
    }
    /* .container {
        margin-top: 100px;
        margin-bottom: 100px;
    }
     */
    
    .carousel-inner img {
        width: 100%;
        height: 100%;
    }
    
    #custCarousel .carousel-indicators {
        position: static;
        margin-top: 20px;
    }
    
    #custCarousel .carousel-indicators>li {
        width: 100px;
    }
    
    #custCarousel .carousel-indicators li img {
        display: block;
        opacity: 0.5;
    }
    
    #custCarousel .carousel-indicators li.active img {
        opacity: 1;
    }
    
    #custCarousel .carousel-indicators li:hover img {
        opacity: 0.75;
    }
    
    .container-custom {
        padding: 50px;
    }
    
    .productTitle {
        font-size: 48px;
        color: #242424;
        letter-spacing: 1px;
        line-height: 56px;
        font-weight: 700;
    }
    
    .productTitle span {
        color: #1F86C1;
    }
    
    .prices {
        padding: 30px 0;
        font-size: 40px;
        color: #242424;
        letter-spacing: 1px;
        line-height: 40px;
        font-weight: 500;
    }
    
    .prices span {
        font-size: 16px;
        padding-right: 20px;
        color: #242424;
        letter-spacing: 0.5px;
        line-height: 16px;
        font-weight: 400;
    }
    
    .productRight select {
        background: #EFF2F4;
        height: inherit;
        border-radius: 3px;
        padding: 10px;
    }
    
    .createAccount a {
        background-color: #fff !important;
    color: #1F86C1 !important;
    border: 2px solid #1F86C1;
    border-radius: 3px;
    padding: 15px;
    width: 100%;
    font-weight: 500 !important;
    display: block;
    font-size: 1.4rem;
    }
    
    .createAccount a:hover {
        background: #EFF2F4;
        text-decoration: none;
    }

    .createAccountNew {
        background-color: #fff !important;
        /*color: #1F86C1 !important;*/
        border: 2px solid #1F86C1;
        border-radius: 3px;
        padding: 15px;
        width: 100%;
        font-weight: 500 !important;
        display: block;
        font-size: 1.4rem;
    }
    
    .productrow {
        border-bottom: 2px solid #CCD1D4;
    }
    
    .carousel-indicators {
        padding: 15px 0 40px 0 !important;
        margin: 0 !important;
    }
    
    .carousel-indicators li {
        height: auto;
    }
    
    .productContent h2 {
        font-size: 32px;
        color: #242424;
        letter-spacing: 0.5px;
        line-height: 40px;
        padding-top: 30px;
        font-weight: 700;
    }
    
    .productContent p {
        font-size: 16px;
        color: #242424;
        letter-spacing: 0.5px;
        line-height: 26px;
        font-weight: 400;
    }
    
    .productContent ul {
        padding: 0;
        margin: 0;
    }
    
    .productContent ul li {
        list-style: none;
        background: url(../img/arrowli.png) no-repeat;
        background-position: left 8px;
        background-size: 20px;
        padding: 7px 0 10px 30px;
    }
	.f_size_small {font-size: 14px !important;}
	.f_size_midium {font-size: 14px !important;}
	.MT-1{margin-top: 1rem;}
	.span_blue {color: #1F86C1;}
	.nav-sections {/*display :none !important;*/z-index:9999 !important;}
	.header.content {    padding: 0;}
	/*.minicart-wrapper {display :none !important;}*/
	.compare.wrapper {display :none !important;}
	.block-search{display :none !important;}
	.page-footer {padding-bottom: 0 !important;}
	.footer.content{display :none !important;}
	.columns .column.main{padding-bottom: 0 !important;}
	.sub-point{margin-block-start: 0em !important; margin-block-end: 0em !important; padding-inline-start: 18px !important; margin-top: 15px !important;}
	.PLR-0 {padding-left:0px; padding-right: 0px;}
	.PR-0 {padding-right:0px; }
	.MB-0 {margin-bottom:0px !important;}
	.MR-10 {margin-right:10px;}
    .household-full-section{padding: 0 25px 40px 25px;}
	button:focus, button:active, button:hover {
    background: #ffffff;
    border: 0px solid #ccc;
    color: #333;
    box-shadow: none !important;}	
	.MT-25{margin-top: 25px;}
	.MT-35{margin-top: 35px;}
	.MT-20{margin-top: 20px;}	
	.MT-15{margin-top: 15px;}
	.MR-25{margin-right: 25px;}
	.feedback_block .right_side_bar {width: 55% !important;padding-left: 0 !important;	}
	.feedback_block .right_img h2 {font-size: 32px;}
	.feedback_block .left_side_bar {background-color: transparent !important;
    padding-left: 0 !important;    width: 45% !important;}
	.amcform-next {font-size: 22.4px !important;}
	.formRow label {
    display: block;
    margin-bottom: 0.5rem !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.formRow input, .formRow textarea, .formRow select {
    border: 1px solid #c2c2c2 !important;
    /* height: 35px; */
    background: #fff !important;
    width: 100%;
padding: 6px 10px !important;}
.cms-home select {font-size: 14px !important;}
    /* Footer Section End */
    /* Responsive */
    /* product page */
	
	.breadcrumbs {
        background-image: none;
        padding: 40px 45px;
    }
	.breadcrumbs a {
    color: #006bb4;
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}
.breadcrumbs .item:not(:last-child):after {	
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/" !important;
    font-size: 1.6rem !important;
    line-height: 24px;
}
	.breadcrumbs strong {
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff;
    opacity: 0.6;
}
.catalog-product-view .page-main{padding: 50px;}
.page-product-configurable .page-main .page-title, .product-info-main .page-title {
    font-size: 48px;
    color: #242424;
    letter-spacing: 1px;
    line-height: 56px;
font-weight: 700;     position: inherit;     top: 0;     padding-left: 0;}

.page-layout-1column .product-info-main {width:50% !important;}
.page-layout-1column .product-info-main .product.attribute.overview {
border-top: 2px solid #CCD1D4;    
    z-index: 10;
    width: 92vw;
    position: relative;
    margin-left: -50vw;
    left: 10%;
    padding: 50px 0;}
.page-layout-1column .product.media {
    width: 50% !important;
}
.product-options-bottom p strong{font-size: 1.6rem;color: #242424;}
.product-options-wrapper .label span {font-size: 1.4rem;font-weight: 500;}
.product-options-wrapper .form-group .super-attribute-select{
    background: #EFF2F4 !important;
    height: inherit;
    border-radius: 3px !important;
    padding: 10px;
    font-size: 1.6rem;}
	.product-info-main .product.attribute.overview .value h2 {
    font-size: 32px;
    color: #242424;
    letter-spacing: 0.5px;
    line-height: 40px;
    padding-top: 30px;
    font-weight: 700;}
	.product-info-main .product.attribute.overview ul {
    padding: 0;
    margin: 0;
	}
	.product-info-main .product.attribute.overview ul li {
    list-style: none;
    background: url('arrowli.png') no-repeat;
    background-position: left 8px;
    background-size: 20px;
    padding: 7px 0 10px 30px;
    font-size: 16px;
	margin-bottom: 0px !important}
	
	.product-info-main .product.attribute.overview ul.decimal_li li {
    list-style: decimal;
    background: none;
    background-position: left 8px;
    background-size: 20px;
    padding: 7px 0 10px 7px;
    font-size: 16px;
	margin-bottom: 0px !important;	
    margin-left: 18px;}
	.product-info-main .product.attribute.overview ol.decimal_li li {
    list-style: decimal;
    background: none;
    background-position: left 8px;
    background-size: 20px;
    padding: 7px 0 10px 7px;
    font-size: 16px;
	margin-bottom: 0px !important;	
    margin-left: 18px;}
	
	.product-info-main .product.attribute.overview ul.dot_li li {
    list-style: disc;
    background: none;
    background-position: left 8px;
    background-size: 20px;
    padding: 7px 0 10px 7px;
    font-size: 16px;
	margin-bottom: 0px !important;	
    margin-left: 18px;}
	.catalog-product-view .breadcrumbs, .product-info-main .breadcrumbs{ padding: 0;
	max-width: 100% !important;}
.product-info-main .panel-title-h1{
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 64px;
    font-weight: 900;
    position: absolute;
    top: 9%;
    padding-left: 40px;
    max-width: 100%;
	}
	.breadcrumbs{ padding: 100px 40px 45px;
    max-width: 100% !important;}
/*	.page-main .page-title{
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 64px;
    font-weight: 900;
    position: absolute;
    top: 10%;
    padding-left: 20px;}*/
	
	.productContent ul li {		
    list-style: none;
    background: url(arrowli.png) no-repeat;
    background-position: left 8px;
    background-size: 20px;
    padding: 7px 0 10px 30px;
    font-size: 16px;
    margin-bottom: 0px !important;
	}
.MTS2-5{margin-top:5%;}
.MB-10{margin-bottom: 10px !important;}
.product-info-main p, .productrow p, .product-info-main table tr td {font-size:16px !important; vertical-align: middle;}
.productContent .li_number li{
    list-style: auto !important;
    margin: 0 0 0 20px !important; 
    padding: 0 0px 5px 5px !important;
	background: none !important;
}
.productTitleFirstword {  
    color: #1F86C1;
  font-weight: bold;  
}

.fotorama__stage__frame .fotorama__img {
    min-height: 250px;
    height: auto;
    padding-right: 60px;    top: 30%;}
.gallery-placeholder {
    width: 100% !important;
    height: 450px !important;}
	.catalog-product-view .panel-title-h1 {
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 64px;
    font-weight: 900;
    position: absolute;
    top: 7%;
    padding-left: 40px;
}
.cms-page-view .page-title-wrapper h1 {
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 64px;
    font-weight: 900;
    position: absolute;
    top: 9%;
    padding-left: 40px;
}
.cms-home .modal-inner-wrap{	 
    max-width: 500px;
    margin: 1.75rem auto;}
.cms-home .modal-popup .modal-header{padding: 1rem 2rem;}
.cms-home .modal-popup .modal-title{
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    margin-bottom: 0;
    font-family: inherit;
    font-weight: 500;}
.cms-home .modal-content {
    padding: 25px;
	width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
    overflow: hidden !important;}
.cms-home .modal-close {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.25rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;	
    box-shadow: none;}
	.modal-popup .modal-footer {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.cms-home .modal-footer {
    border-top: 1px solid #e9ecef;}
	.cms-home  .modal-content label {
    font-size: 13px;
    font-weight: 500;}
.cms-home .modal-content .modal-content label {
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
    padding-right: 5px;
}
	.cms-home .modal-content select {
    font-size: 14px !important;
    background: #EFF2F4 !important;
    height: inherit;
    border-radius: 3px !important;
    padding: 8px;
    font-size: 1.6rem;
}
.contact-index-index .page-main, .customer-account-login .page-main,.customer-account-create .page-main {padding:0;}
.contact-index-index .page-main .page-title{display:none;}
.customer-account-login .page-main .page-title{display:none;}
.customer-account-create .page-main .page-title{display:none;}

.product_des_width_100 {width:50%;}
.cms-page-view .page-wrapper .breadcrumbs {display: none !important;}
.cms-page-view .innerPageHeader .breadcrumbs{padding: 0;
    display: block !important;}
.cms-page-view .page-main {padding: 0;}
.tbl_width_80 {width: 70%;}
.MT-2{margin-top: 20px !important;}
.MB-2{margin-bottom: 20px !important;}
.planstin-img-mobile {display: none;}
.fieldset .field .label span{
    font-size: 16px !important;
font-weight: 500 !important;}
.fieldset .field .control select {font-size: 13px !important;}
.product-add-form table thead th {
    font-size: 14px !important;
font-weight: 500 !important;}
.item-options dt,.item-options dd{font-size: 14px;}
#cart-totals .totals th, #cart-totals .totals td {background-color: #f5f5f5 !important; font-size: 14px !important;}
.checkout-payment-method .checkout-billing-address {font-size: 14px;}
.opc-block-shipping-information .shipping-information-content {font-size: 14px;}
#stripe-payments-card-number {width: 27em;}
#stripe-payments-card-expiry {width: 10em;}
.checkout-success,cart-empty {font-size: 14px !important;}
.left_side_bar .g-recaptcha {height: 77px;transform: scale(0.77);
    -webkit-transform: scale(0.83);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;}
	@media (min-width: 1500px){
.cms-home .header.content.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main {
    max-width: 1600px;
}
	}
    @media only screen and (max-width: 1024px) {
        .bottom-footer .bottom-links ul {
            display: block;
        }
        .footerOuter .section {
            width: 100%;
            padding: 15px;
        }
        .formRow input,
        .formRow textarea,
        .formRow select {
            width: 100%;
        }
        .detail-sec .desc-btn-part h3 {
            font-size: 14px;
        }
        .dark-bg-sec h2 {
            font-size: 28px;
            margin-bottom: 0;
        }
        .dark-bg-sec h2 br {
            display: none;
        }
        .detail-sec {
            padding: 20px;
        }
        .detail-sec .desc-btn-part h3 {
            font-size: 14px;
            margin-bottom: 5px;
            line-height: unset;
            min-height: 50px;
        }
        .detail-sec .desc-btn-part p {
            font-size: 14px;
        }
        .detail-sec .desc-btn-part p br {
            display: none;
        }
        .detail-sec .desc-btn-part h2.price-rate {
            font-size: 16px;
        }
        .detail-sec .desc-btn-part h2.price-rate span {
            font-size: 22px;
        }
        .detail-sec .logo-img {
            max-width: 80%;
        }
        .detail-sec .logo-img img {
            max-width: 130px !important;
        }
        .detail-sec .more-btn {
            margin-top: 13px;
        }
        .big-title {
            padding: 27px 15px 15px;
        }
        .big-title h1 {
            font-size: 34px;
            line-height: unset;
        }
        .detail-sec .more-btn .learn-more {
            font-size: 16px;
        }
        .detail-sec .more-btn .learn-more span svg {
            width: 22px;
        }
		.feedback_block {width: 100% !important;}
    }
    
    @media only screen and (max-width: 991px) {
        .detail-sec .desc-btn-part p.small-txt {
            margin-top: 10px;
        }
        .box-layouts .bg-light-blue-desc {
            margin-bottom: 20px;
            height: auto !important;
        }
        .bottom-footer .bottom-links ul li {
            margin: 0 9px;
            font-size: 13px;
        }
        .detail-sec.box-layouts {
            padding: 0;
        }
    }
    
    @media only screen and (max-width: 767px) {
		.big-title {
            padding: 27px 15px 15px;
        }
		.detail-sec .desc-btn-part h3 {
            font-size: 14px;
            margin-bottom: 5px;
            line-height: unset;
            min-height: auto;
            margin-top: 15px;
        }
        .show_PLR{
            padding-right: 15px;
            padding-left: 15px;}
        .catalog-product-view .page-main {
            padding: 15px;
        }
        .fotorama__stage__frame .fotorama__img{
            top: 30%;padding-right: 0px;}
        	.contactContent .contact_left {border-radius: 10px 10px 0 0px;    padding-bottom: 30px;}
        	.contactContent .contact_right { border-radius: 0px 0px 10px 10px;}
        .page-main .page-title-wrapper {
            /*background-image: linear-gradient(180deg, #1B4B9E 0%, #11387A 100%);*/
            padding: 30px 0;
        }
        .page-main .page-title-wrapper h1 {top:auto;
            position: inherit;
            font-size: 28px;
            line-height: 38px;}
        .page-product-configurable .panel-title-h1 {top:7%;
            position: inherit;
            font-size: 28px;
            line-height: 38px;background-image: linear-gradient(180deg, #1B4B9E 0%, #11387A 100%);
            padding: 30px 25px;
        	}
        	.catalog-product-view .panel-title-h1 {
            top: 7%;
            position: inherit;
            font-size: 28px;
            line-height: 38px;
            background-image: linear-gradient(180deg, #1B4B9E 0%, #11387A 100%);
            padding: 30px 25px;}
        	.product-info-main .panel-title-h1 {top:auto;
            position: inherit;
            font-size: 28px;
            line-height: 38px;background-image: linear-gradient(180deg, #1B4B9E 0%, #11387A 100%);
            padding: 30px 25px;
        	}
        	.page-product-configurable .page-main .page-title-wrapper {
            background-image: none !important;
            padding: 0 !important;
        }
        .catalog-product-view .page-main .page-title-wrapper {
            background-image: none !important;
            padding: 0 !important;
        }
                .section {
                    padding: 0 15px;
                }
                .banner-sec h1 {
                    font-size: 26px;
                    line-height: unset;
                }
                .detail-sec .logo-img {
                    min-height: auto;
                }
                .medical-right {
                    padding-top: 25px;
                }
                .mobile {
                    display: none;
                }
                .logoImg2 {
                    padding-top: 25px;
                }
                #wellness .detail-sec.box-layouts {
                    padding: 0;
                }
                #wellness .container-fluid {
                    padding: 0;
                }
                #wellness {
                    margin-top: 20px;
                }
                /* body {
                word-wrap: break-word;
            } */
                .protection-sec {
                    padding: 0 15px;
                }
                .mt-5,
                .my-5 {
                    margin-top: 0rem !important;
                }
                .dark-bg-sec {
                    padding: 15px;
                }
                .big-title h1 {
                    font-size: 26px;
                }
                .dark-bg-sec h2 {
                    font-size: 22px;
                }
        .welcome-sec h1 {
            font-size: 22px;

        }
        .welcome-sec {padding: 30px 15px;}
        .welcome-sec p {
            font-size: 20px;

        }
                .detail-sec .desc-btn-part h3 br {
                    display: none;
                }
                .detail-sec .more-btn .learn-more span img {
                    width: 22px;
                }
                .detail-sec .more-btn {
                    margin-bottom: 20px;
                }
                .footer-sec {
                    padding: 50px 17px;
                }
                .footer-sec .footer-txt h4 {
                    font-size: 18px;
                }
                .footer-sec .footer-txt h2 {
                    font-size: 24px;
                }
                .footer-sec .footer-txt p,
                .footer-sec .footer-txt p.bold,
                .footer-form .form-group label {
                    font-size: 14px;
                }
        		.gallery-placeholder {
            max-height: 350px !important;
            min-height: 250px !important;
            height: 250px !important;}
        		
        .contact-index-index .page-main .page-title-wrapper,
        .customer-account-login .page-main .page-title-wrapper,.customer-account-create .page-main .page-title-wrapper{padding:0;}
    }
	    
    @media (min-width: 300px) and (max-width: 767px) {
.sticky-top {z-index: 9 !important;}
.main-header .navbar .navbar-brand img {max-width: 200px;}
        .innerPageHeader {
            padding: 20px !important;
        }
        .innerTitle {
            font-size: 30px;
        }
        .breadcrumb {
            padding-top: 0px;
        }
        .container-custom {
            padding: 20px;
        }
        .productTitle {
            font-size: 30px;
        }
        .prices {
            font-size: 25px;
        }
        .productrow {
            padding-bottom: 35px;
        }
        .productContent h2 {
            font-size: 20px;
        }
        .bottom-footer .bottom-links ul {
            display: block;
            padding: 0;
            margin: 0;
        }
        .bottom-footer .bottom-links ul li {
            padding: 10px 0;
        }
        .big-title h1 {
            font-size: 23px;
        }
        .box-layouts-1 {
            margin: 0;
        }
		
	.feedback_block .right_side_bar {width: 100% !important;}
	.feedback_block .left_side_bar  {width: 100% !important;}
	.page-layout-1column .product.media {
    width: 100% !important;
}
.tbl_width_80 {width: 100% !important;}
.page-layout-1column .product-info-main .product.attribute.overview {	
    width: 92vw;
    position: relative;
    margin-left: 0;
    left: 0;
    padding: 20px 0;
}
.page-layout-1column .product-info-main {
    width: 100% !important;
}
.cms-page-view .page-main {padding: 0;}
.fotorama {
    max-height: 350px !important;
    min-height: 250px !important;
height: 250px !important;}
.modal-popup.modal-slide._inner-scroll .modal-inner-wrap{min-height: auto !important;}
.modal-popup.modal-slide{    left: 44px;    top: 30%;right: 44px;}
.product_des_width_100 {width:100%;}
.planstin-img-desktop {display: none;}
.planstin-img-mobile {display: block;}
    }
    @media (min-width: 300px) and (max-width: 999px) {
        .productrow {
            padding-bottom: 40px;
        }
        .footer-sec {
            padding: 50px 16px;
        }
        .mt-5,
        .my-5 {
            margin-top: 1rem !important;
        }
        .navbar-collapse {
            text-align: left;
            padding: 15px 0;
        }
        .main-header .navbar .navbar-nav {
            display: block;
            align-items: left !important;
        }
        .main-header .navbar .navbar-nav .nav-item a {
            text-align: left;
        }
        .navbar-nav li {
            border-bottom: solid 1px #d8dadb;
			padding:0 20px;
        }
        .btn-border-orange {
            margin-top: 0px !important;
            margin-bottom: 10px !important;
        }
        #wellness.protection-sec {
            padding: 0 15px;
        }
        #wellness .detail-sec.box-layouts {
            padding: 0;
        }
		.minicart-wrapper {
		top: 10%;right:28px !important;z-index: 99;}
		.main-header .navbar .navbar-nav{
    background: #ffffff;
    padding: 15px 0 0 0;}
	.navbar .navbar-toggler i {font-size: 20px;}
	.navbar .navbar-toggler {    margin-right: 20px;}
	.section-item-title .nav-sections-item-switch {font-size: 14px;}
	.column-reverse {flex-direction: column-reverse;}
.nav-sections {display:block !important;}
    }
    
    @media (min-width: 767px) and (max-width: 1024px) {
        .bottom-footer .bottom-links ul {
            display: flex;
        }
		
.tbl_width_80 {width: 100% !important;}
    }
    
    @media (min-width: 1000px) and (max-width: 1024px) {
        #dental {
            width: 100%;
        }
    }
 @media (min-width: 2000px) {.MTS2-5{margin-top:2%;}
 .page-layout-1column .product-info-main .product.attribute.overview {
    border-top: 2px solid #CCD1D4;
    z-index: 10;
    width: 53vw;
    position: relative;
    margin-left: -30vw;
    left: 10%;
    padding: 50px 0;
}
.catalog-product-view .panel-title-h1{
    padding-left: 23.8%;}
    }
@media screen and (min-width: 768px) { 
.catalog-product-view .breadcrumbs, .product-info-main .breadcrumbs {
    max-width: 100% !important;}
    }

.mark, mark {background-color: #f5f5f5 !important;}


/* FAQ Code */
//FAQ css

.faqOuterNew li.nav-item button  {
  -webkit-box-shadow: 0 0 5px 3px #E3E3E3;
  box-shadow: 0 0 5px 3px #E3E3E3;
  border: none; background-color: #fff; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; 
  margin: 0 15px;
  color: #000;
    

}

.faqOuterNew li.nav-item  button.active {
  background: rgb(    41,    38,    110  );
  /*Oldbrowsers*//*FF3.6-15*//*Chrome10-25,Safari5.1-6*/background: linear-gradient(    to right,    rgb(41, 38, 110) 0%,    rgb(24, 40, 72) 100%  );
  /*W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+*/filter:;
  progid:DXImageTransform.Microsoft.gradient( startColorstr="#29266e", endColorstr="#182848",GradientType=1 );
  /*IE6-9*/color: #fff !important;
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#29266e", endColorstr="#182848",GradientType=1 );
}


.nav-tabs { border-bottom: none !important;}

.scroller-left {
  float: left!important;
}
.scroller-right  {
  float: right!important;
  
}

.faq_Outer { position: relative; ;} 
.accordion { padding: 50px;}


.faqOuterNew {
  position:relative;
  margin:0 auto;
  overflow:hidden;
padding:5px;
  height:60px;
}

.list {
  position:absolute;
  left:0px;
  top:0px;
  min-width:3000px;
  margin-left:12px;
  margin-top:0px;
}

.list li{
display:table-cell;
  position:relative;
  text-align:center;
  cursor:grab;
  cursor:-webkit-grab;
  color:#efefef;
  vertical-align:middle;
}

.scroller {
text-align:center;
cursor:pointer;
//display:none;
padding:7px;
padding-top:11px;
white-space:no-wrap;
vertical-align:middle;

}

.scroller-right{
float:right;
}

.scroller-left {
float:left;
}



.accordion-body p { color: #676767 !important;}

.accordion-item {
  /*background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(147, 147, 147, 0.1);
  */border: none;
  margin: 0 0 20px 0;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.accordion-item .accordion-button {
    outline: none;
    padding: 1.5rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 500;
}
.accordion-item .accordion-button:focus {
  box-shadow: 0 0 0 0 #FFFBF7;
  outline: none !important;
  background: #fff !important;
  color: #000 !important;
}
.accordion-item .accordion-button {
  border-bottom: solid 1px #D9D9D9;
}
.accordion-item .accordion-button.collapsed {
  color: #000;
  background-color: none !important;
  border-bottom: solid 0px #D9D9D9;
  box-shadow: 0 0 0 0 #FFFBF7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.accordion-header { border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;}
.accordion-item .accordion-button:not(.collapsed) {
  background: none !important;
  box-shadow: 0 0 0 0 #FFFBF7;
  color: #000 !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

/* ======== new css - 24-05-2023 =========== */
.faqSection #tab_element li a {
  -webkit-box-shadow: 0 0 5px 3px #e3e3e3;
  box-shadow: 0 0 5px 3px #e3e3e3;
  border: none;
  background-color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin: 0 15px;
  color: #000;
  /* display: block; */
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.faqSection #tab_element li a span {
  margin: 0 15px;
  color: #000;
}
.faqSection #tab_element li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}

.faqSection #tab_element li.ui-state-active a {
  background: rgb(41, 38, 110);
  background: linear-gradient(
    to right,
    rgb(41, 38, 110) 0%,
    rgb(24, 40, 72) 100%
  );
  filter: ;
  progid: DXImageTransform.Microsoft.gradient(
    startColorstr= "#29266e",
    endColorstr= "#182848",
    GradientType=1
  );
  color: #fff !important;
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#29266e", endColorstr="#182848",GradientType=1 );
}
.faqSection #tab_element li.ui-state-active a span {
  color: #fff !important;
}

//.faqSection #tab_element_content .ui-widget-content .accordion div { 
    color: #212529;
    text-align: left;
    background-color: #fff;    
    padding: 1rem 1.25rem;
   border-bottom:1px solid #d9d9d9;
border-radius:0px;}

.faqSection #tab_element_content .ui-widget-content .accordion #element {
  padding:0;
  background: #ffffff;
}

.faqSection .accordion-header{ 
    background: none !important;
    box-shadow: 0 0 0 0 #FFFBF7;
    color: #000 !important;
    border-radius: 0;
    width: 100%;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.6rem;}
.faqSection #tab_element_content .ui-widget-content .accordion {
}

.accordion-item .accordion-collapse {padding: 10px;}


/* ======== new css - 25-05-2023 =========== */
.accordion-button:focus {border-color:#ffffff !important;}
.cms-faq .page-main {background: #f3fbff !important;}
.accordion-item .accordion-button:hover {border:0 !important;
    border-bottom: solid 1px #D9D9D9 !important;}
.faqSection #tab_element li a span { white-space: nowrap; }
.tabs-horiz {
    width: 100%;
    height: 70px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 0;
}
.tabs-horiz::-webkit-scrollbar {
   -webkit-appearance: none;
}

/* ======== new css - 29-06-2023 =========== */
.cms-faq1 #tab_element_content a { color: #006bb4 !important; }
.cms-faq1 #tab_element_content li{ font-weight: 400; color: #676767; }
.cms-faq1 #tab_element_content b { color: #000000 !important; }

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
    display: inline-flex;
    float: right;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;}