@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');

 /**Web Fonts ===========================*/
 
.montserrat, h1, h2, h3, h4, h5, h6, .col-info small, .schedule-call p, .modal .subcription-form input.button {font-family: 'Montserrat', sans-serif; font-weight:700;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{font-family: 'Montserrat', sans-serif;}
.Raleway{font-family: 'Raleway', sans-serif;}

h2{font-size:40px;color:#c69130;}
#wrap h2, #page-wrapper h2 {
    padding-bottom: 15px;
    text-align: left;
}
h4 {
    color: #c69130;
}

.transistion, a, .l-more span:before, .l-more span, .li-one span, .ex-listing, .contact-details ul li, .col-info h3, .sm-lis, .cf7mls_next.action-button, .cf7mls_back.action-button, 
.symp-form input, .symp-form input:focus{-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;}
h3.t3 {
    font-size: 24px;
    padding-bottom: 10px;
    color: #000;
}
.intro-content .f-16, .intro-content.f-16 {
    font-size: 16px;
    line-height: 30px;
     font-family: 'poppinsregular';
}
.intro-content h5{color:#89171a;font-size:20px;    padding-bottom: 15px;}

img{max-width:100%;}

.c-btn{
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background: #c69130;
    display: inline-block;
    align-items: center;
    min-width: 200px;
    padding: 25px;
    text-align: center;
    margin: 0 auto;
    margin-right: 15px;
     position: relative;
     cursor: pointer;
    border: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight:700;
}
.c-btn:hover{background:#c69130;}
.gold-btn{background:#c69130;}
.gold-btn:hover{background:#0b4298;}

::-moz-selection { background: #0b4298;color:#fff; }
::selection { background: #0b4298; color:#fff;}
.c-btn:focus{outline:none;}
.c-btn.rounded {
    border-radius: 50px !important;
    padding: 20px 25px;
    font-size: 16px;
    width: auto;
    border:2px solid #c69130;
}
.c-btn.rounded:hover, .c-btn.white:hover, .woocommerce ul.products li.product .button:hover {
    border-color: #0b4298;
    color: #ffffff;
    background: #0b4298;
}

a.c-btn.rounded.small {
    padding: 10px 20px;
    width: auto;
    min-width: auto;
    font-size: 14px;
}

.c-btn.rounded.blue-btn{background: #0b4298; border-color: #0b4298;color: #ffffff;}
.c-btn.rounded.blue-btn:hover{background:transparent;color: #0b4298;}
.c-btn.white{border-color:#fff;background:transparent;color:#fff;}
.woocommerce ul.products li.product .button {
    border: none;
    background: #c69130;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    padding: 15px 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, #checkout_login button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background-color: #c69130;
    text-transform: uppercase;
    color:#fff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #0b4298;
    color:#fff;
}

body.page header.page-entry-header {
    display: none;
}
body.woocommerce-page header.page-entry-header {
    display: block;
        text-transform: capitalize;
}


/** BLINK TEXT CSS =====**/
@-webkit-keyframes blinker {
	from {
		opacity: 1.0
	}
	to {
		opacity: .0
	}
}
.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: .9s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate
}
@-webkit-keyframes blinking {
	from {
		opacity: 1.0
	}
	to {
		opacity: .0
	}
}
.blinks {
	text-decoration: blink;
	-webkit-animation-name: blinking;
	-webkit-animation-duration: .9s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate
}


/**End Web Fonts ===========================*/

body{  font-family: 'Roboto', sans-serif;font-size: 14px;color: #141414;}

a {
    color:#0b4298;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    color: #c69130;
    text-decoration: none;
}
h1, .t-1 {
    font-size: 46px;
    color:#c69130;;
}
h6 {
    font-size: 32px;
    color: #141414;
}
#wrap {
    padding: 65px 0;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

/**PRIMARY HEADER=================**/
.primary-header ul {
    margin: 0;
}
.primary-header a {
    color: #fff;
    position: relative;
}
.primary-header {
    background: #0b4298;
    color: #fff;
    position:relative;
    overflow:hidden;
    font-size:15px;
}
.sec-1 li {
    display: inline-block;
}
.primary-header .sec-2, .sec-1 li{padding:15px 0;}
.sec-1 ul li {
    padding-right: 15px;
}
ul.social-icon li a{color: #fff;}
.direct-link i.fa {
    padding-right: 5px;
    padding-left: 10px;
}
.primary-header i.fa {
    font-size: 22px;
}
ul.social-icon li a i.fa, .direct-link a, .f-col .menu li a:before {
        -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul.social-icon li a:hover i.fa, .direct-link a:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.direct-link span {
    text-transform: uppercase;
    font-weight: 500;
    color: #c69130;
}

.direct-link li {
    padding-left: 15px;
    margin-left: 10px;
    position:relative;
}

.direct-link li:first-child {
    padding-left: 0;
    margin-left: 0;
}

ul.woo-items {
    border-left: 1px solid;
    padding-left: 30px;
    margin-left: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top:4px;
}

ul.woo-items li {
    padding-bottom: 8px;
    padding-top: 7px;
    text-transform: uppercase;
    font-weight: 600;
}

/* cart css*/
.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:24px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
    color: #fff;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #4caf50;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}

/**MENU ITEM =================**/
#site-title {
    padding: 0;
    padding-top:13px;
}

.sec-1 ul.direct-link li:nth-of-type(2):before {
    background: #0b4298;
    content: '';
    transform: skew( 
-26deg
 );
    position: absolute;
    width: auto;
    padding: 1px;
    left: -5px;
    top: 10px;
    height: 22px;
}
.sec-1 ul.direct-link li:nth-of-type(2):before {
    background: white;
    top: 13px;
}

#branding #mainnav ul li:first-child {
    border-left: none;
}
#branding #mainnav ul li:first-child:before {
    content:none;
}

#branding #mainnav ul li {
    margin-bottom: 0;
    margin-left: 10px;
}
#branding #mainnav ul li a {
    margin: 0;
    font-size: 16px;
    color: #c69130;
    padding: 12px 6px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

#branding #mainnav {
    margin: 0;
    max-width: 100%;
       float: right;
       padding-top: 35px;
       padding-bottom:25px;
}
#branding #mainnav ul li a:hover, #mainnav li.current-menu-item a {
    color: #0b4298;
}
#branding #mainnav ul ul {
    top: 3em;
}
#branding #mainnav ul ul li:before {
    content: none;
}

#branding #mainnav ul ul li {
    margin: auto;
    padding: inherit;
    text-transform: uppercase;
}

#branding #mainnav ul ul li a {
    text-transform: uppercase;
    background: #0b4298;
    border-top: 1px solid #2d5ca7;
    color: #fff;
}
#branding #mainnav ul ul li a:hover{color:#c69130;}



/*HOMEPAGE DESIGN ====================*/

.header-wrap-inner, .page-template .sabcat-header, .page-template-default .sabcat-header {background-color:#c69130;}
.header-wrap-inner h1, .page-template .sabcat-header h1, .page-template-default .sabcat-header h1{color:#fff;}
.flex-item{
    display: flex;
    align-items: center;
    min-height: 230px;
}
.home .flex-item, .home .header-wrap{
    min-height: 630px;
}

.flex-item-content p, .flex-item-content .intro-content {
    font-size: 18px;
    line-height: 36px;
    padding-top: 45px;
    text-shadow: 2px 1px 20px #fff;
    color:#0b4298;
    width:70%;
}
.page-template-plan-signup-page .flex-item-content p, .page-template-plan-signup-page .flex-item-content .intro-content{  width:100%;}
.flex-item-content .intro-content{padding-top: 15px;}
.flex-item-content .intro-heading p{padding: 0;line-height:inherit;}
.home .page-header h6 {
    font-size: 24px;
    line-height: 36px;
    color:#0b4298;
}
.flex-item-content p {
    padding-top: 15px;
    
}
.flex-item-content h1:after {
    display: block;
    content: '';
    background: #0b4298;
    height: 5px;
    width: 80px;
    margin: 15px 0;
    border-radius: 5px;
}
.header-wrap-inner .flex-item-content h1:after, .page-template .sabcat-header .flex-item-content h1:after, .page-template-default .sabcat-header .flex-item-content h1:after{
    background: #ffffff;
    margin: 0;
}

.home .flex-item-content p {
    font-size: 22px;
    font-weight: 600;
}


/**01===*/
.call-detail {
    border-left: 2px solid #d1a046;
}
.display-flex {
    display: flex;
    align-items: center;
}
.intro-call .display-flex{min-height: 245px;}
.intro-call img {
    width: 150px;
}
.intro-call {
    background: #c69130;
    padding: 65px 0;
    color: #fff;
}

.intro-call h2 {
    text-transform: uppercase;
    text-align: right !important;
    color:#fff;
}

.intro-call p {
    font-size: 22px;
}

.intro-call a.c-btn {
    margin-right: 0;
    margin-top: 15px;
}

/**02======*/
.section-margin{margin-top:85px;margin-bottom:85px;}
.inner-pages .section-margin{margin-top:65px;margin-bottom:65px;}
.smb-0{margin-bottom:0;}
.section-padding{padding-top:85px;padding-bottom:85px;}
.col-img img {
    border: 1px solid #e8f1ff;
    padding: 2px;
}

.col-info {
    text-align: justify;
}

.col-info h3, .col-info h3 a {
    text-transform: uppercase;
    color: #c69130;
    cursor: pointer;
}

.col-info h3:hover, .col-info h3 a:hover {
    color: #0b4298;
}

.col-info small {
    text-transform: uppercase;
    font-size: 16px;
    color: #0b4298;
}

.col-info small:after {content: '';display: block;width: 220px;height: 3px;background: #0b4298;margin: 15px 0;}

.col-info p {
    line-height: 26px;
    font-size: 16px;
}
.home .col-info p {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color:#004075;
    line-height: 36px;
    font-size: 18px;
}

.col-info a.c-btn.rounded.small {
    background: #c69130;
    color: #ffffff;
    border-color: #c69130;
}

.col-info a.c-btn.rounded.small:hover {
    color: #fff;
    background:#13489b;
    border-color:#13489b;
}
/*.parallax-set a.c-btn.rounded.small {
    background: none;
    color: #fff;
    border-color: #fff;
}*/

.parallax-set a.c-btn.rounded.small:hover {
    border-color: #c69130;
    color: #c69130;
}
/* 03 ===*/
.parallax-set {
    background: url(../images/parallax-min.jpg) no-repeat;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.overlay-bg {background: #0b4298f5;}
.overlay-bg small, .home .overlay-bg p{color:#fff;}
.overlay-bg .col-info small:after{background: #fff;}
.overlay-bg .col-info h3:hover{color:#fff;}

/*04==*/
.cl-img img {
    border: 1px solid #d4d4d4;
    padding: 4px;
    border-radius: 100%;
    background: #fff;
}
.cl-img img {
    border: 1px solid #d4d4d4;
    padding: 4px;
    border-radius: 100%;
    background: #fff;
    margin-top:15px;
}

.schedule-call h2 {
    color: #c69130;
    text-align:center !important;
}
.schedule-call p{text-transform:uppercase;font-size:16px;}
.schedule-call p span {
    font-size: 24px;
    color: #0b4298;
}

.schedule-call h2:after {
    display: block;
    content: '';
    background: #0b4298;
    width: 220px;
    height: 3px;
    margin: 15px auto;
}
.schedule-call {
    border-top: 1px solid #dedede;
}

.schedule-call .phone-icon {
    background: #0b4298;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    line-height: 65px;
    top: -38px;
        position: relative;
        margin:0 auto;
}

/**INNER PAGES DESIGN ========================================================*/
/**.page-template-about-page .inner-pages{text-align:justify;}**/
.inner-pages {
    line-height: 28px;
    font-size: 16px;
    text-align:justify;
}

img.im-bordered, .im-bordered-img img, .featured-image img{
    border: 1px solid #e8f1ff;
    padding: 4px !important;
}
.training-section .overlay-bg {
    background: #0b4298;
    color: #fff;
}
.right-b {
    border-right: 2px solid #476fad;
    padding-right: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.training-section i.fa {
    font-size: 125px;
    display: block;
    text-align: center;
}
.training-section a {
    color: #6fa1ef;
}
.c-section h2 span {
    font-weight: normal;
    font-size: 24px;
    display: block;
    line-height: 36px;
    padding-top: 15px;
}

.c-section span i.fa {
    color: #0b4298;
    font-size: 60px;
    position: absolute;
    margin-top: 5px;
}

.c-section {
    position: relative;
}
.c-section h2{padding-left:90px;}

.education-c {
    border-top: 1px solid #ccc;
    padding-top: 65px;
}

.education-c h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: #0b4298;
    padding-bottom: 25px;
}
.table-design th {
    background: #c69130;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

/** COACHING PAGE =========*/
.header-wrap-inner h4, .page-template .sabcat-header h4, .page-template-default .sabcat-header h4 {
    font-size: 36px;
    color: #fff;
    padding-top: 15px;
    text-transform: uppercase;
}
.gb-list li i.fa {
    padding-right: 10px;
    color: #0b4298;
}

.gb-list li {
    padding: 2px 0;
}
.blue-BG {
    background: #0b4298;
    color: #fff;
}
.coaching.parallax-set{
    background:url(../images/parallax-set2.jpeg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.coaching .overlay-bg {
    background: rgb(11 66 152 / 92%);
}
.coaching .con-info {
    border-right: 1px solid #fff;
    min-height: 350px;
    align-items: center;
    display: flex;
    position:relative;
}
.coaching .gb-list {padding-left:90px;}  
.coaching .gb-list li i.fa{color:#fff;}

.pro-rt {
    text-align: center;
}

.con-info-inner .fa.fa-quote-left {
    font-size: 65px;
    padding-bottom: 15px;
    position: absolute;
}

.list-box {
    border: 1px solid #ccc;
    padding: 4px;
    margin-top: 25px;
    position: relative;
}
.list-pricing {
    padding: 15px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    bottom: 4px;
}

.list-pricing span {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}
.list-pricing strong {
    color: #fff;
    text-shadow: 1px 2px 20px #000;
}

.list-pricing h4 {
    color: initial;
    font-size: 22px;
    background: #fff;
    padding: 10px;
}

.detail-more {
    position: relative;
    border: 1px solid #0b4298;
    margin-top: 25px;
    padding: 15px;
}

.detail-more i.fa.fa-caret-up{
    position: absolute;
    top: -23px;
    font-size: 32px;
    color: #0b4298;
    left: 50px;
}

a.link-btn {
    font-family: 'Montserrat';
    text-transform: uppercase;
}

a.link-btn i.fa {
    position: relative;
    top: -1px;
}

/** THE PROCESS =====*/

.column-custom-group .wp-block-column.blue-BG {
    padding: 0 45px 0;
    padding-bottom: 0;
    border-radius: 5px;
    position:relative;
}
.wp-block-column .fa.fa-caret-left.left-ic, .wp-block-column .fa.fa-caret-right.right-ic {
    position: absolute;
    left: -16px;
    font-size: 53px;
    color: #0b4298;
    top: 34px;
}

.wp-block-column .fa.fa-caret-right.right-ic{left:inherit;right:-16px;}
.column-custom-group h4.display-flex {
    min-height: 245px;
}
.column-custom-group .wp-block-column.blue-BG P{margin:0;}
.custom-m35{margin-top:35px;}
.col-blue{color:#0b4298;}

/** APPROACH PAGE ====*/
.app-sec-01 i.fa {
    background: #0b4298;
    color: #ffffff;
    width: 120px;
    font-size: 65px;
    text-align: center;
    margin: 15px auto;
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-sec-01 .wp-block-column {
    border: 1px solid #0b4298;
    padding: 25px;
    position: relative;
    display: flex;
    padding-left: 150px;
    align-items: center;
    justify-content: center;
}

.app-sec-01 .wp-block-column p {
    margin: 0;
}

.app-sec-02 em {
    font-size: 26px;
    color: #c69130;
    font-style: normal !important;
}


/** CONTACT PAGE DESIGN =====*/
.wp-block-contact-form-7-contact-form-selector .wpcf7-form {
    border: none;
}
.contact-top-info {
    text-align: center;
}
.contact-top-info .wp-block-column {
    border: 1px solid #c69130;
    padding: 45px 0;
    border-radius: 5px;
}

.contact-top-info .wp-block-column p {
    padding: 0 !important;
    margin: 0 !important;
}

.contact-top-info .wp-block-column:nth-of-type(2) {
    background: #0b4298;
    color: #ffff;
    border-color: #0b4298;
}

.contact-top-info .wp-block-column:nth-of-type(2) h4, .contact-top-info .wp-block-column:nth-of-type(2) a {
    color: #fff;
}
article#post-35 iframe, article#post-35 .wpcf7 {
    margin-top: 45px;
}

article#post-35 iframe {
    border: 1px solid #ccc !important;
    padding: 4px;
}

input.wpcf7-form-control.wpcf7-submit.c-btn.rounded {
    padding: 15px;
    float: right;
    margin-right: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ff0000;
    color: red;
    text-align: center;
    border-radius: 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border-radius: 5px;
    text-align: center;
}

.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 0;
    margin: 0;
}

/** BLOG PAGE DESIGN =============*/

.page-template-blog-page-php div#wrap img {
    height: auto;
    border: 1px solid #e8f1ff;
    padding: 4px;
        -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.col-info detail a {
    display: none;
}

.post-holder {
    position: relative;
    overflow:hidden;
}
.post-holder img:hover{    -webkit-transform: scale(1.3);
    transform: scale(1.1);}
    
.post-holder .col-info h3 {
    font-size: 22px;
    background: #13489b;
    padding: 10px;
    margin-bottom: 15px;
}
.post-holder .col-info h3 a {
    color: #fff;
}

.post-holder .col-info {
    position: absolute;
    bottom: 5px;
    padding: 15px;
}
.all-posts .col-md-6.mb-5:first-child {
    display: none;
}

.sm-heading h4 {
    color: #0b4298;
    font-size: 28px;
}

.post-holder .col-info h3 i.fa {
    color: #5580c3;
    font-size: 16px;
    position: relative;
    top: -1px;
}

/**==== BLOG SINGLE PAGE DESIGN ==*/

.single-post .page-header, .single-product .page-header{
    display: none;
}
header#branding{
    border-bottom: 1px solid #e2e2e2cc;
    position:relative;
    z-index:999;
}

.featured-image {
    text-align: center;
    margin-bottom: 65px;
}
.featured-image  img{height:auto;}
.single-post .single-entry-content h4 {
    margin: 25px 0;
    text-transform: uppercase;
}
nav#nav-below {
    text-transform: uppercase;
    
}
.has-large-font-size em {
    font-family: 'Montserrat' !important;
    font-style: normal !important;
}

.has-large-font-size {
    font-size: 2.25em;
    color: #0b4298;
    padding-bottom: 15px;
}
.single-post .single-entry-content {
    text-align: justify;
}
#content .post ul li, #content .page ul li, .commentlist ul li {
    list-style: disc;
}
.single-post h1 {
    color: #0b4298;
    text-align:left;
}

.single-post h2 {
    color: inherit;
}
.has-medium-font-size{line-height:36px;}

.quote-icon {
    font-size: 225px;
    color: #f3f3f3;
    position: absolute;
    top: -75px;
}

.single-post article, .relative{
    position: relative;
}

/**==== POST CAROUSEL ====*/
.post-carousel {
    background: #c69130;
    color: #fff;
    padding-top: 70px;
        margin-top: 65px;
}

.single-post div#wrap {
    padding-bottom: 0;
}

.post-carousel h2 a {
    color: #fff !important;
    line-height: 18px !important;
}

.post-carousel .wppsac-post-carousel.design-1 h2 {
    font-weight: normal;
    text-transform: uppercase;
}
.single-post .wppsac-post-carousel.design-1 .slick-prev {
    left: 10px !important;
}
.single-post .wppsac-post-carousel.design-1 .slick-next {
    right: 10px !important;
}
.single-post .wppsac-post-carousel.design-1 .slick-arrow {
    top: 37%;
}
.post-carousel h2 {
    color: #fff;
    font-weight: 600;
    padding-left: 6px;
    text-transform: capitalize;
}

/**REMEDIES PAGE DESIGN - SHOP  ===*/

.woocommerce-page #main {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto !important;
    float: none;
    padding: 0 15px;
}

.woocommerce-page div#content {
    width: 73%;
    float: right;
}
.woocommerce-page #secondary {
    width: 23%;
    margin-left: 0;
    float: left;
    padding-top:8px;
    border:none;
}
.woocommerce-page #tertiary {
    display: none;
}
ul.products {
    padding: 0 !important;
    text-align:center;
}
li.product {
    margin-bottom: 20px !important;
}

ul.products ::marker{content:none !important;}

.pro-set h3 {
    
    text-transform: uppercase;
}
h2.woocommerce-loop-product__title {
    text-transform: capitalize;
    line-height: 24px;
    text-align: center !important;
    padding-bottom: 5px !important;
    font-weight: 600;
    font-size: 16px !important;
}

span.woocommerce-Price-currencySymbol {
    display: inline-flex;
    color: #141414;
    font-weight: 600;
    padding-right:5px;
}
.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price  ins, .woocommerce div.product span.price  ins{text-decoration:none;}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #0b4298;
    font-size: 16px;
    margin:0;
}
.woocommerce ul.products li.product a img {
    border: 1px solid #ccc;
    padding: 4px !important;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.woocommerce ul.products li.product a img:hover {
   filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 0 15px;
    position: absolute;
    left: -12px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(
-45deg
);
    -webkit-transform: rotate(
-45deg
);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    z-index: 9;
    background:none;
    min-height:0 !important;
    right: inherit !important;
    left: -7px !important;
    top: 12px !important;
}
.single-product .woocommerce span.onsale, .single-product .woocommerce-page span.onsale{
    left: -10px !important;
    top: 1px !important;
}
.woocommerce span.onsale::after, .woocommerce-page span.onsale::after {
    border-right: 60px solid #B09076;
}
.woocommerce span.onsale::after, .woocommerce-page span.onsale::after {
    content: "";
    border-right: 60px solid #0b4298;
    border-bottom: 60px solid transparent;
    height: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
    position: absolute;
    left: 0;
    transform: rotate(
45deg
);
    -webkit-transform: rotate(
-45deg
);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 0;
    z-index: -1;
    top: 11px;
}


.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 5px;
    border: 1px solid #c7c7c7;
    color: #565656;
}

.woocommerce .woocommerce-result-count {
    padding-top: 8px;
    text-transform: uppercase;
}

#secondary h3.widget-title, .symp-sidebar h3.widget-title{
    color: #c69130;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

aside.widget ul.product-categories li, .symp-sidebar li {
    padding: 0 0 12px 0;
    line-height: 1.4em;
    list-style: decimal;
    margin-left: 18px;
    font-size:14px;
}
.woocommerce a.remove {
    color: #437bd4!important;}
    
    .woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #4893e0;
    padding: 10px 0 0;
    margin-top: 10px;
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong{text-transform:uppercase;}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #0b4298;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e8e8e8;
}
li.cat-item.cat-item-17, a.added_to_cart.wc-forward {
    display: none;
}
a.tag-cloud-link {
    background: #f1f1f1;
    padding: 7px;
    text-transform: capitalize;
    font-size: 14px !important;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li{margin:10px 0;}

/**SINGLE PRODUCT PAGE ===**/
.single-product div#content {
    width: 100%;
    float: none;
}
.single-product .post-carousel, .single-product div#content .quote-icon{display:none;}
div#tab-description {
    width: 100% !important;
    float: none !important;
}
.single-product .woo-none, .woo-elements {
    display: none;
}
.single-product .woo-elements {
    display: block;
}
.woo-elements h1 {
    float: right;
    width: 48%;
    text-align: left;
    font-size: 32px;
    font-weight: normal;
    margin-top: -10px;
}
.woo-elements nav#nav-below {
    position: absolute;
    right: 0;
    top: -30px;
    z-index: 99;
    opacity: 0.3;
}

.woo-elements .nav-next {
    right: 0;
    top: 0;
    width: 30px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background: #0b4298;
    height: 40px;
    margin-top: 3px;
}
.woocommerce div.product form.cart .button:hover {
    background: #c69130;
}

.woocommerce div.product .stock {
    color: #0b4298;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 600;
}
.qib-button-wrapper button.qib-button {
    background: #ececec;
}


.product_meta span.posted_in, .product_meta span.tagged_as {
    display: block;
}
.product_meta span{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #c69130;
}
.product_meta span a{ text-transform: capitalize; font-weight: normal;}
.woocommerce-product-details__short-description {
    padding-top: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    border-bottom: none;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #c69130;
        border: 1px solid #c69130;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after{content:none;}

.woocommerce-tabs h2, .related.products h2 {
    font-size: 30px;
    margin: 0;
    padding-top: 15px;
}

.woocommerce-tabs h5 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 0;
    color: #0b4298;
}

.woocommerce-tabs ul li, .woocommerce-tabs ol li {
    padding-left: 10px;
    list-style: disc;
}

.woocommerce-tabs ul, .woocommerce-tabs ol {
    padding-left: 30px;
}
.woocommerce-tabs ol li {
    list-style: decimal;
}

.single-product .woocommerce .related.products span.onsale, .single-product .woocommerce-page .related.products span.onsale {
    left: -7px !important;
    top: 12px !important;
}
#content .entry-content {
    width: 100%;
    margin: 0;
    float: none;
}
.woocommerce table.shop_attributes th{font-size:14px; text-transform:uppercase;}
.single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message{top:-5px;z-index:99;position:relative;}
.woocommerce-message {
    border-top-color: #0b4298;
}

.woocommerce-message::before {
    color: #0b4298;
}

.woocommerce-message a.button.wc-forward {
    position: absolute;
    right: 25px;
    top: 10px;
}
.wc-proceed-to-checkout .button, .form-row.place-order button#place_order{
    width:50%;
    float:right;
    background-color: #0b4298 !important;
    color: #fff;
    font-size:18px;
}
.wc-proceed-to-checkout .button:hover, button#wpmc-prev:hover, .form-row.place-order button#place_order:hover  {
    background-color: #c69130 !important;
    color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background-color: #c69130;
    color: #fff;
    padding:15px 25px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #0b4298;
    color: #fff;
}
.woocommerce-error::before{content:none;}
.woocommerce-error li {
    display: inline-block;
    width: 49%;
}
button#wpmc-prev {
    background: #0b4298;
}


/**CART PAGE ===*/
.page-id-236 div#secondary, .page-id-237 div#secondary{
    display: none;
}

.page-id-236 div#content, .page-id-237 div#content{
    width: 100%;
}

#content table tr th{text-transform: uppercase;}
input#coupon_code {
    height: 31px;
    width: auto !important;
}
.page-id-236 .woocommerce a.remove {
    margin: 0 auto;
}

/** DATA SUBMIT PAGE ===*/
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        max-width: 100%;
    flex: auto;
    width:100%;
}
#main{overflow:visible;}
.cart_totals h2 {
    text-align: right !important;
    font-weight: normal;
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 25px;
}
#content table tr th {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #f3f3f3;
}


/** FORM DESIGN =========*/
.woocommerce-billing-fields, .woocommerce-address-fields, .woocommerce-account-fields {
    margin-left: -15px;
    margin-right: -15px;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    width: 50%;
    clear: none;
    float: left;
    padding: 10px 15px;
}
.wpmc-steps-wrapper h3 {
    padding: 0 15px 25px;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #c69130;
}
.wpmc-nav-wrapper {
    clear: both;
}

.select2-container .select2-selection--single {
    height: 50px;
    border-radius: 0 !important;

}
.wpmc-step-item.wpmc-step-billing.current {
    min-height: 350px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
    right: 5px;
}

p#billing_address_1_field, p#billing_postcode_field, p#shipping_postcode_field, p#shipping_address_1_field  {
    clear: both;
}

p#shipping_address_2_field {
    padding-top: 46px;
}

p#billing_address_2_field {
    margin-top: 36px;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce form .form-row label {
    display: block;
}
.woocommerce form .form-row input, .woocommerce form .form-row select, .woocommerce form .form-row textarea {
    border: 1px solid #ccc;
    padding: 15px;
    height: 50px;
}

p#order_comments_field {
    width: 100%;
    padding:10px 0;
}
.woocommerce form .form-row textarea{height:150px;}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 15px;
    margin: 0 0 2em;
    position: relative;
    background-color: #ffffff;
    color: #515151;
    border-top: 3px solid #c69130 !important;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{content:none;}

form.checkout_coupon.woocommerce-form-coupon .form-row {
    padding: 0;
}
.checkout_coupon input#coupon_code {
    width: 100% !important;
    height: 50px;
}

.checkout_coupon button.button {
    margin-left: 5px;
    height: 50px;
}
form.checkout_coupon.woocommerce-form-coupon {
    background: #f3f3f3;
}
ul.woocommerce-error {
    padding: 15px !important;
    margin: 0;
    padding-bottom: 0 !important;
}
ul.woocommerce-error li {
    color: red;
    padding: 8px;
}

/**PAYMENT PAGE ===*/

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ffffff;
    border-radius: 5px;
    color: inherit;
    border: 1px solid #ccc;
}

ul.wc_payment_methods.payment_methods.methods li {
    list-style: none !important;
}

ul.wc_payment_methods.payment_methods.methods li label {
    text-transform: uppercase;
    font-weight: 600;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: #0b4298;
    color: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #0b4298;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
    
a.about_paypal {
    padding-left: 15px;
    text-transform: capitalize;
    font-weight: normal;
    font-weigh:600;
}

.page-id-3 .single-entry-content h3 {
    text-transform: uppercase;
    font-size: 22px;
    color: #0b4298;
    margin: 25px 0 15px;
}

.form-row.place-order {
    width: 100%;
}

.form-row.place-order {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 15px !important;
}

.form-row.place-order p {
    font-weight: 600;
}

.form-row.place-order button#place_order {
    height: 60px;
    width: 50%;
    margin-bottom: 45px;
}


/**USER DASHBOARD ===**/
.woocommerce-account div#content {
    width: 100%;
}
.woocommerce-account div#secondary {
    display: none;
}

nav.woocommerce-MyAccount-navigation {
    border: none;
    padding: 0;
    background: #0b4298;
    border-radius: 5px;
}

nav.woocommerce-MyAccount-navigation li a {
    list-style: none !important;
    text-transform: uppercase;
    font-weight: 500;
    border-top: 1px solid #0a377d;
    padding: 15px !important;
    display: block;
    color:#fff;
}

nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
    border-radius: 0 0 5px 5px;
}
nav.woocommerce-MyAccount-navigation li:first-child a {
    border: none;
    border-radius: 5px 5px 0 0;
}

nav.woocommerce-MyAccount-navigation li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

nav.woocommerce-MyAccount-navigation li a:hover {
    background: #c69130;
}


nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
    border-radius: 0 0 5px 5px;
}

nav.woocommerce-MyAccount-navigation ul {
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-address-fields p {
    clear: both;
}
.woocommerce-address-fields button.button {
    padding: 15px 25px;
    margin:0 15px;
    clear: both;
    float:right;
}
.woocommerce-account h3 {
    color: #c69130;
    text-transform: uppercase;
}

button.woocommerce-Button.button {
    padding: 15px 25px;
}
.woocommerce-MyAccount-content div.clear{clear:none;}
.woocommerce-MyAccount-content fieldset {
    background: #f1f1f1;
    clear: both;
    margin: 15px;
    padding-bottom: 5px;
}
.woocommerce-MyAccount-content fieldset legend {
    font-weight: 500;
    padding: 15px;
    margin: 0;
    background: #f1f1f1;
}
.woocommerce-MyAccount-content fieldset span {
    display: block;
    width: 100%;
}

.woocommerce form .form-row em {
    font-size: 12px;
    color: #0b4298;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 0.7em;
    top: 1em;
    display: inline-block;
    width: auto;
}

form.woocommerce-EditAccountForm.edit-account .button {
    float: right;
    margin-right: 15px;
}

.woocommerce-Address {
    background: #f1f1f1;
    margin-bottom: 25px;
    padding: 15px;
    border-top: 2px solid #ccc;
}

.woocommerce-Address address {
    padding: 0 !important;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    background: #0b4298;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 5px;
}

p.ma-info strong {
    font-size: 32px;
    color: #c69130;
}
p.ma-info {
    font-size: 22px;
}

p.ma-info-sec {
    font-size: 16px;
    line-height: 32px;
    border-top: 2px solid #c69130;
    padding-top: 15px;
}


.woocommerce form .form-row.woocommerce-invalid label {
    color: #f00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #f00;
}


ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0;
    margin: 0;
    background: #0b4298;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    list-style: none !important;
    padding: 25px !important;
    font-size: 12px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li span.woocommerce-Price-currencySymbol {
    color: #fff;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-transform: uppercase;
    font-weight: 600;
    color: #0b4298;
}
h2.woocommerce-order-details__title {
    text-transform: capitalize;
}
section.woocommerce-customer-details h2 {
    text-transform: capitalize;
    font-size: 24px;
    text-transform: uppercase;
    color: #0b4298;
}

.woocommerce-customer-details address {
    background: #f3f3f3;
    padding: 15px !important;
    line-height: 30px;
    width: 50% !important;
}
/**LOGIN PAGE DESIGN ===*/
div#customer_login .row {
    margin: 0 -30px;
}
 .woocommerce div#customer_login form .form-row, form.woocommerce-ResetPassword.lost_reset_password .form-row{
    float:none;
    clear:both;
    width:100%;
    padding:0;
}
div#customer_login span.password-input {
    display: block;
    width: 100%;
}
div#customer_login form.woocommerce-form, form.woocommerce-ResetPassword.lost_reset_password {
    background: #f1f1f1;
    border: none;
    padding: 25px;
    border-radius:4px;
}
.woocommerce div#customer_login form .form-row label {
    display: block;
    line-height: inherit;
    width: 100%;
}

.woocommerce div#customer_login button.button {
    display: block !important;
    float: none;
    margin: 0;
    padding: 15px 25px;
    margin-top: 15px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
    height: auto;
}
div#customer_login .woocommerce-privacy-policy-text {
    background: #0b4298;
    padding: 15px;
    border-radius: 4px;
    margin: 0;
    color: #fff;
    margin-bottom: 4px;
}

div#customer_login .woocommerce-privacy-policy-text p {
    margin: 0;
}

div#customer_login .woocommerce-privacy-policy-text p a {
    color: #e6b863;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    padding-top: 20px;
}
p.woocommerce-LostPassword.lost_password {
    position: relative;
    float: right;
    top: -38px;
}
.woocommerce div#customer_login form .show-password-input, .woocommerce-page div#customer_login form .show-password-input {
    right: 0.7em;
}
form.woocommerce-ResetPassword.lost_reset_password {
    width: 70%;
    margin: 35px auto 0;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    margin-top: 15px;
}
.f-600{font-weight:600;}
p.psw-size {
    font-size: 20px;
    color: #0b4298;
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    margin-right: 5px;
}
.woocommerce-order-pay .form-row {
    padding: 0 !important;
    padding-top: 25px !important;
    width: 100% !important;
    font-weight: 600;
}

.woocommerce-Address address {
    line-height: 30px;
    padding: 15px !important;
    border-left: 2px solid #c69130;
}

/**CHECKOUT LOGIN ===**/
#checkout_login form.woocommerce-form.woocommerce-form-login.login {
    padding: 0;
}

#checkout_login p:first-child {
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    /* text-align: center; */
}

#checkout_login input#woocommerce-login-nonce {
    height: initial !important;
}

#checkout_login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    padding: 0;
}

#checkout_login button.woocommerce-button.button.woocommerce-form-login__submit {
    float: none !important;
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 15px 25px;
    height: 60px;
    background: #0b4298;
    font-size: 18px;
}

#checkout_login p.lost_password {
    position: absolute;
    right: 15px;
    bottom: 13px;
}

div#checkout_login {
    position: relative;
}

/**RESET PASSOWRD ====*/
form.woocommerce-ResetPassword.lost_reset_password p:first-child {
    text-transform: uppercase;
    font-weight: 600;
}

form.woocommerce-ResetPassword.lost_reset_password .form-row span {
    display: block;
    width: 100%;
}

form.woocommerce-ResetPassword.lost_reset_password  span.required, .required {
    display: inline-block !important;
    width: auto !important;
}
form.woocommerce-ResetPassword.lost_reset_password .show-password-input, form.woocommerce-ResetPassword.lost_reset_password  .show-password-input {
    right: 0.7em;
    top: 1em;
    display: inline-block !important;
    width: auto !important;
}
.woocommerce-view-order .woocommerce-MyAccount-content p:nth-of-type(1) {
    text-transform: uppercase;
    font-weight: 600;
}
.woocommerce-customer-details address p{ font-weight: normal !important;}

/** WOOCOMMERCE PAGINATION ===*/
ul.page-numbers {
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #0b4298 !important;
    border-right: 0 !important;
        margin-top: 20px !important;
}

ul.page-numbers li {
    margin: 0 !important;
    padding: 0 !important;
    border-color: #0b4298 !important;
}

ul.page-numbers li a, ul.page-numbers li span {
    padding: 12px !important;
}

ul.page-numbers li span.page-numbers.current, ul.page-numbers li a:hover {
    background: #0b4298 !important;
    color: #fff !important;
}

/**SYMPOTMS PAGE DESIGN =====**/

.sym-steps a.c-btn:hover {
    border-color: #fff;
}

.set-col {
    border-top: 2px solid #c69130;
    padding-top: 15px;
}
.set-col p{margin:0;}
.sym-steps {
    background: #0b4298;
    color: #fff;
}

.sym-steps h2, .sym-steps h4 {
    color: #fff;
}

.flex-col {
    width: 20%;
    padding: 15px;
    border-left: 1px solid #fff;
    text-align: center;
    margin-top: 15px;
}

.flex-col:first-child {
    border: none;
}

.age-col span {
    font-size: 54px;
    color: #77a8f5;
}

.age-col {
    font-size: 24px;
    padding: 25px 0;
}

.steps h3 {text-transform: uppercase;font-size: 20px;color: #c69130;}

.sym-steps h2 {
    padding-bottom: 35px !important;
}
.steps h4 {
    text-transform: uppercase;
    font-size: 16px;
    background: #fff;
    color: #000;
    width: 25%;
    margin: 0 auto 15px;
    color: #0b4298;
    padding: 4px;
    border-radius: 20px;
    text-align:center;
}
.sym-steps a.c-btn {
    margin: 65px auto 0;
    display: block;
    width: 20%;
    max-width: 20%;
}

.grey-bg{
    
    background: #f3f3f3;
    padding: 25px;
    border-radius: 5px;
    
}

.sc-step-col.display-flex {
    justify-content: center;
    min-height: 200px;
    border-left: 1px solid #0b4298;
    padding: 0 50px;
    margin-top: 25px;
}
.sc-step-col.display-flex.nb {
    border: none;
    padding-left: 0;
}
.sc-step-col a.c-btn.rounded {
    margin: 0 auto;
    width:100%;
}

.sm-lis {
    border: 1px solid #eaeaea;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #cccccc8c;
}

.sm-lis {
    border: 1px solid #eaeaea;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #cccccc8c;
    position: relative;
    margin: 35px 0;
}

.sm-lis.alt, .sm-lis:hover {
    background: #0b4298;
}
.sm-lis.alt a.link-btn, .sm-lis:hover a.link-btn {
    color: #c69130;
}

.sm-lis.alt small, .sm-lis:hover small{
    color: #0b4298;border-color: #0b4298;
}
.sm-lis.alt h4, .sm-lis:hover h4{color:#fff;}
.sm-lis h4 {
    font-size: 18px;
    padding-top: 40px;
    text-align: left;
}

.sm-lis small {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 600;
    position: absolute;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid #eaeaea;
    top: -27px;
}

.sm-lis  a.link-btn{font-size:14px;}

/**SYMPTOMS CHECKER PAGE DESIGN =====**/
.cf7mls_next.action-button, .cf7mls_back.action-button {
    background-color: #c69130;
    border-radius: 50px;
    font-weight: 600;
    margin: 25px 0px 26px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 14px;
}
.cf7mls_back.action-button{
    background-color: #e3e3e3;    
}

.cf7mls_next.action-button:hover, .cf7mls_back.action-button:hover{background-color: #0b4298;opacity:1; color:#fff;}

 section.radio-section aside:not(.active-new) {
	 display: none;
}
section.radio-section aside.active-new:first-of-type ~ .buttons .prev, section.radio-section aside.active-new:first-of-type ~ .buttons .submit {
	 display: none;
}
section.radio-section aside.active-new:not(:last-of-type) ~ .buttons .submit {
	 display: none;
}
section.radio-section aside.active-new:last-of-type ~ .buttons .next {
	 display: none;
}
section.radio-section .buttons {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px;
}

section.radio-section .buttons a {
   cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}
 
section.radio-section a.button.secondary.next.right {
    border-left: 2px solid #ccc;
    color: #0b4298;
}
section.radio-section aside.active-first.active-new:first-of-type ~ .buttons .next {
    border:none;
}


/**NEW CLASS DESIGN****/
 section.radio-section-next aside:not(.active-new-next) {
	 display: none;
}
section.radio-section-next aside.active-new-next:first-of-type ~ .buttons .prev, section.radio-section-next aside.active-new-next:first-of-type ~ .buttons .submit {
	 display: none;
}
section.radio-section-next aside.active-new-next:not(:last-of-type) ~ .buttons .submit {
	 display: none;
}
section.radio-section-next aside.active-new-next:last-of-type ~ .buttons .next {
	 display: none;
}
section.radio-section-next .buttons {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px;
}

section.radio-section-next .buttons a {
   cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
}
 
section.radio-section-next a.button.secondary.next.right {
    border-left: 2px solid #ccc;
    color: #0b4298;
}
section.radio-section-next aside.active-first-next.active-new-next:first-of-type ~ .buttons .next {
    border:none;
}

/*****/

.symp-form .wpcf7 form.sent .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    color: #ffffff;
    font-size: 24px;
    background: #0b4298e0;
    border-radius: 0;
    padding: 4px;
    line-height: 36px;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding:0 10%;
}
.cf7mls_progress_bar_percent_wrap .cf7mls_progress_barinner, .cf7mls_progress_bar_per_mobie_wrap .cf7mls_progress_barinner {
    background: #0b4298;
}

.radio-section h6, .radio-section-next h6 {
    text-align: left;
    font-size: 18px;
    color: #0b4298;
    line-height: 26px;
}

.radio-section p.info, .radio-section-next p.info  {
    color: #c69130;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.symp-form .wpcf7-validation-errors {
    position: absolute;
    top: 0;
    color: #fff !important;
    background: #ff0000e8;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    left: 0;
    text-align: center;
}


.radio-block {
    padding: 15px;
    display: block !important;
}

.radio-block input {
    width: auto !important;
    position: relative;
    top: 1px;
    margin-right: 5px !important;
}

.radio-block .wpcf7-list-item {
    margin: 0 !important;
    width: 100% !important;
    line-height: 28px;
    text-align: left !important;
}

.radio-block span.wpcf7-list-item-label {
    padding-left: 5px;
}
.small-info-req p {
    font-size: 12px;
    padding: 3px 0;
    margin: 0;
    line-height: 16px;
    color:#fff;
}

.small-info-req {
    background: #c69130;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    color:#fff;
}

.symp-sidebar li.current-menu-item a {
    font-weight: 600;
}


/**01=====**/
.symp-form .wpcf7-form {
    border: 1px solid #0b4298;
    border-radius: 5px;
}
.f-intro {
    text-align: left;
}


.f-intro h3 {
    color: #0b4298;
    padding-bottom: 18px;
}

.f-intro h4 {
    text-transform: uppercase;
    font-size: 20px;
}

.f-intro h4:before {content: '';display: block;height: 3px;background: #0b4298;width: 50%;margin-bottom: 25px;/* padding-top: 2px; */}
.symp-form input.wpcf7-form-control.wpcf7-submit.c-btn.small.rounded {
    padding: 12px;
    background: transparent;
    border-color: #0b4298;
    color: #0b4298;
}
.symp-form input.wpcf7-form-control.wpcf7-submit.c-btn.small.rounded:hover {
    opacity:1;
    border-color: #c69130;
    color: #c69130;
}
.symp-form input {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 15px;
    width:100%;
}
.symp-form input:focus{
    border-color:#0b4298;
}
.symp-form fieldset br {
    display: none;
}
.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
    position: relative;
    top: -15px;
}
.cf7mls_progress_bar li .cf7mls_progress_bar_title {
    font-size: 14px;
    text-transform: uppercase;
}
.symp-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
}

/**RADIO SECTION ===**/
.radio-section ul li, .radio-section-next ul li {
    text-align: center;
    color: #0b4298;
    font-size: 14px;
}

.radio-section ul, .radio-section-next ul  {
    background: #eaedef;
    border-radius: 4px;
    padding: 5px 0 0;
}
.radio-section ul input, .radio-section ul label, .radio-section-next ul input, .radio-section-next ul label {
    margin: 0 !important;
    padding: 0;
}
.radio-section .wpcf7-form-control, .radio-section-next .wpcf7-form-control  {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio-section .wpcf7-form-control  .wpcf7-list-item, .radio-section-next .wpcf7-form-control  .wpcf7-list-item  {
    width: 33.3%;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.radio-loop em {
    font-style: normal;
    color: red;
}
.fieldset-cf7mls-wrapper .radio-section .wpcf7-not-valid-tip{top:0;}

/**OUTPUT RESULT ===**/

.output-info h3 {
    font-size: 28px;
    color: #0b4298;
}

.output-info h4 {
    padding-bottom: 15px;
}

/** RECIPE PAGE DESIGN ====***/
.rec-cat a {
    display: block;
    background: #f7f7f7;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 50px;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 4px 0px 0px #eaeaea;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

.rec-posts {
    padding-left: 50px;
}

.rec-img img {
    width: 235px !important;
    max-width: 100%;
    display: block;
    height: 235px !important;
    border-radius: 100%;
    box-shadow: 5px 1px 6px #ccc;
}
.rec-img a {
    display: block;
}
.rec-details {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    font-size:12px;
}

.rec-details li {
    display: inline-block;
    width: 33.3%;
    float: left;
}

.rec-details h6 {
    text-transform: uppercase;
    font-size: 14px;
    margin:0;
}
.rec-info p a {
    display: none;
}
.rec-info h3 a {
    color: #c69130;
}
.rec-info h3 a:hover {
    color: #0b4298;
}

/** RECIPE SINGLE PAGE DESGN ====**/
.single-format-gallery .post-carousel, .single-format-gallery .quote-icon, .single-format-gallery nav#nav-below, .recipe-single-design{
    display: none;
}
.single-format-gallery .recipe-single-design{
    display: block;
}

.single-format-gallery .recipe-blogging .container {
    width: 66%;
}

.single-format-gallery .recipe-blogging .container .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0  100%;
    display: block;
}

.single-format-gallery .recipe-blogging .featured-image img {
    width: 100%;
}

.single-format-gallery .recipe-blogging  .featured-image {
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
}
.single-format-gallery.single-post .recipe-blogging h1 {
    text-align: center;
}
.recipe-blogging .rec-details {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    margin-bottom: 35px;
    text-align: center;
    border-top:none;
}
.recipe-blogging .rec-details h6 {
    color: #0b4298;
}
.recipes_details {
    padding-bottom: 55px;
}
.recipes_details h3 {
    color: #c69130;
    margin: 15px 0;
}

.recipes_details ol li {
    list-style: decimal;
}

.recipes_details ul li {
    list-style: circle;
}

.recipes_details ul, .recipes_details ol {
    margin-left: 20px;
}

.recipes_details strong {
    color: #0b4298;
}
.second-rec-col .rec-posts {
    padding-left: 0;
}

.second-rec-col .rec-img img {
    width: 210px !important;
    height: 210px !important;
    box-shadow: 5px 1px 6px #000e25;
}

.rec-cat {
    padding-top: 25px;
}


.second-rec-col a:hover {
    color: #fff !important;
}

.second-rec-col h6 {
    color: #91bdff;
}

.section-category-carousel .feat-img {
    height: 260px;
    border-radius: 100%;
}

.section-category-carousel .overlay-layer {
    background: #00000054;
    border-radius: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-category-carousel .overlay-layer h3 a {
    color: #fff;
}

.section-category-carousel .overlay-layer h3 {
    font-size: 24px;
}

.recipes-carousel {
    border: 1px solid #ccc;
    margin-bottom: 65px;
    position: relative;
    padding-top: 65px;
    padding: 10px;
    padding-top: 45px;
}

.wppsac-post-image-bg img {
    width: 100%;
    height: 260px !important;
}
.single-format-gallery .wppsac-post-image-bg img {
    width: 100%;
    height: 204px !important;
}

.recipes-carousel h3 {
    z-index: 1;
    background: #fff;
    position: absolute;
    top: -19px;
    color: #c69130;
    padding: 0 15px;
    font-size: 28px;
    text-transform: uppercase;
}


.recipes-carousel h2.wppsac-post-title a {
    font-size: 18px !important;
    color: #0b4298 !important;
}

/** === CATEGORY PAGE DESIGN ==**/

/**CATEGORY-PAGE DESIGN =======================*/
.category #content .post {
    float: left;
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 65px;
}

.category #content .post .entry-post-format {
    box-shadow: 5px 1px 6px #ccc;
    border: 1px solid #ececec;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.category #content .post .entry-post-format .entry-post-format {
    padding: 0;
}

.category #main{width:100%;}
.category #content .post img {
    width: 100% !important;
    height:275px;
    border-radius:5px;
}

.category p.pics-count {
    display: none;
}

.category footer.entry-meta {
    display: none;
}
.category .entry-post-format p {
    display: none;
}

.category .entry-post-format h2.entry-title {
    font-size: 22px;
    margin: 0 !important;
    padding: 0;
}
#content .entry-post-format .gallery-thumb {
    width: 100%;
    float: none;
    margin: 0;
}


/*FOOTER======================================================================*/
footer#colophon {
    width: 100%;
    background: #0b4298;
    color: #fff;
}

.primary-footer{padding:50px 0;}
.secondary-footer {
    background: #c69130;
    color: #fff;
    padding: 15px 0;
}

footer#colophon a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 0 15px;
    font-size: 12px;
}
footer#colophon a:hover{color:#c69130;}

footer#colophon li {
    display: inline-block;
}
.f-column.two a:first-child, .f-column li:nth-of-type(1) a:first-child {
    padding-left: 0 !important;
    border-left: 0 !important;
}
.f-column.two a.last{padding-right:0 !important;}
.f-column img {
    width: 85px;
    display: block;
    margin-bottom: 15px;
}

.primary-footer h3.widget-title {
    font-size: 18px;
    text-align: right;
    padding-bottom: 15px;
}

.f-column.two {
    padding-top: 42px;
}

.secondary-footer a {
    text-transform: initial !important;
    padding: 0 !important;
    border: none !important;
    color: #f5d79f !important;
}
.secondary-footer span{font-size:12px;}
.secondary-footer span {
    font-size: 12px;
    display: block;
    color: #f5d79f;
}

.disclaimer-wrap h6 {
    font-size: 18px;
    color: #fff;
}

.disclaimer-wrap p {
    font-size: 12px;
    margin: 0 0 5px;
    color: #94beff;
}

.disclaimer-wrap h6 {
    padding: 15px 0 0;
    border-top: 1px solid #114fb1;
}

/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
    width:100%;background:white;z-index:300;transform: translateZ(0);
    transition:all 0.5s; /* Effect for switching from .fixed to static */
}
.float-panel .content-area {margin:2px auto;}
.float-panel a {font-size:16px;text-decoration:none;color:#444;display:inline-block;}
.float-panel .fa-gg {color:#F0595C;font-size:30px;vertical-align:middle;transition:all 1s;}
/* when class="float-panel fixed" */
.fixed {box-shadow:0 2px 6px rgba(0,0,0,0.2);padding:4px 0;animation:slide-down 0.7s;opacity:0.9;}
.fixed .fa-gg {transform: rotate(360deg); }
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}


.fixed nav#mainnav {
    padding: 4px 0 0 !important;
}
.fixed ul{margin:0;}
a.m-display {
    display: none;
}
.fixed a.m-display {
    display: block;
}
.fixed a.l-display {
    display: none;
}
.fixed #site-title {
    padding: 5px 0;
}
.fixed hgroup#site-title img {
    max-width: 20%;
}

/** BAC2TOP ======**/
#backtop {
            position: fixed;
            left: auto;
            right: 20px;
            top: auto;
            bottom: 20px;
            outline: none;
            overflow: hidden;
            color: #fff;
            text-align: center;
            background-color: rgb(198 145 48);
            height: 40px;
            width: 40px;
            line-height: 40px;
            font-size: 26px;
            border-radius: 2px;
            cursor: pointer;
            transition: all 0.3s linear;
            z-index: 999999;
            opacity: 1;
            display: none;
        }
        #backtop:hover {
            background-color:#0b4298;
        }
        #backtop.mcOut {
            opacity:0;
        }
        
 
 
 
/** CODING ENDS =========================================
=========================================================
=========================================================
=========================================================
======================================================**/  


#customer_login .u-column1.col-1, #customer_login .u-column2.col-2 {
    width: 48%;
    float: left;
    max-width: 48%;
}

/** MODAL DESIGN ===**/

.newsletter-section {
    background: #022254;
    padding: 25px 0;
    border-top: 5px solid #c69130;
}

.newsletter-section #mc_embed_signup form{pading:0}
.newsletter-section #mc_embed_signup {
    background: transparent;
}

.col-md-12.w-50 {
    flex: 0 0 70%;
    max-width: 70%;
    margin: 0 auto;
}
.lf-box {
    padding: 15px 0;
}

.newsletter-section h3 {
    text-transform: uppercase;
}

.newsletter-section i.fa {
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
}

.newsletter-section .col-md-8.n-space {
    padding: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.newsletter-section .col-md-4.n-space {
    padding-left: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.newsletter-section input {
    border: none !important;
    border-radius: 5px !important;
    height: 55px;
    background: #ffffff;
    color: #062f6f;
    width: 100% !important;
    padding-left:15px;
    border-radius: 50px 0 0 50px !important;
}

.newsletter-section input.button {
    background: #c69130 !important;
    height: 55px !important;
    border: 2px solid #c69130 !important;
    /* font-weight: 600 !important; */
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    text-transform: uppercase;
    border-radius: 0 50px 50px 0 !important;
    padding-left: 0 !important;
}

.newsletter-section input.button:hover {
    background: transparent !important;
    color: #c69130 !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    border-color:#fff !important;
}

.newsletter-section ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #174990;
  opacity:1;
}
.newsletter-section ::-moz-placeholder { /* Firefox 19+ */
   color:  #174990;
  opacity:1;
}
.newsletter-section :-ms-input-placeholder { /* IE 10+ */
  color:  #174990;
  opacity:1;
}
.newsletter-section :-moz-placeholder { /* Firefox 18- */
   color: #174990;
  opacity:1;
}

/**==============MODAL DESIGN*/
.modal-open {
    padding: 0 !important;
}
.modal {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: linear-gradient( 
0deg
 , #c69131 0%, #0a4498 100%);
}
.modal-content div#mc_embed_signup {
    background: transparent;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
        cursor: crosshair;
        z-index: 9999;
}
.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 650px;
}
.modal-content {
    padding: 2em;
    background: #fff;
    border: 1px solid #0b429885;
    box-shadow: 11px 11px 0px 0px #072a61;
    border-radius: 0;
    position:relative;
    padding-bottom: 1.5em;
}

.mobile-cross {
    position: relative;
    left: 11px;
    color: #fff;
    cursor: pointer;
}

.mobile-cross i.fa {
    background: #c69130;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.modal .subcription-form {
    margin: 0 auto;
    padding-top: 25px;
}
.modal-content p {
    font-size: 16px;
    border-bottom: 1px solid #1950a5;
    padding-bottom: 15px;
}

.modal .subcription-form input.button {
    background: #c69130 !important;
    color: #ffffff;
    border-color: #c69130 !important;
    height: 55px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: 'Roboto' !important;
}
.modal .subcription-form input {
    color: #174990 ;
    border: 2px solid #174990 !important;
    width: 100% !important;
    background-color: transparent;
    border-radius: 5px !important;
    height: 55px;
    padding-left:15px;
    margin-bottom:15px;
}
.modal .subcription-form input.button:hover {
    border-color: #c69130;
    background: transparent !important;
    color: #c69130 !important;
    letter-spacing: 1px;
}
.modal #mc_embed_signup form{padding:0;}

.modal .subcription-form  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #174990;
  opacity:1;
}
.modal .subcription-form ::-moz-placeholder { /* Firefox 19+ */
   color:  #174990;
  opacity:1;
}
.modal .subcription-form :-ms-input-placeholder { /* IE 10+ */
  color:  #174990;
  opacity:1;
}
.modal .subcription-form :-moz-placeholder { /* Firefox 18- */
   color: #174990;
  opacity:1;
}

/** PRODUCT CATEGORY PAGE DESGN =====================**/

li.product-category.product mark.count {
    display: none;
}

h2.woocommerce-loop-category__title {
    text-align: center !important;
    text-transform: uppercase;
    padding-top: 22px !important;
    font-size: 20px !important;
    font-weight: 600;
}
aside.widget ul.product-categories li ul.children li {
    list-style: disc;
    margin: 0 0 0 15px;
    font-weight: normal;
}

aside.widget ul.product-categories li ul {
    margin: 0 !important;
    padding: 15px 0 0 0 !important;
}

aside.widget ul.product-categories li.cat-parent {
    font-weight: 500;
}

.header-wrap.sabcat-header .flex-item {
    min-height: 380px;
}
.header-wrap.sabcat-header .flex-item h1{color:#fff;}
.overlay-gradient {
    background-color: transparent;
    background-image: linear-gradient( 
89deg
 , #232323c7 0%, #25252500 100%);
    color: #fff;
}


.page-template .header-wrap.sabcat-header .flex-item, .page-template-default .header-wrap.sabcat-header .flex-item{
    min-height: 230px;
}
.page-template .header-wrap.sabcat-header .overlay-gradient, .page-template-default .header-wrap.sabcat-header .overlay-gradient {
    background-color: transparent;
    background-image: linear-gradient( 
89deg
 , #fff0 100%, #ffffff05 100%);
    color: initial;
}

.header-wrap.sabcat-header .flex-item-content h1:after{background:#fff;}

/** MAIN PRODUCT PAGE DESIGN =====**/

.woocommerce-page div#content {
    width: 100%;
}
.woocommerce-page #secondary {
    display: none;
}

.theme-custom ul.products {
    text-align: left;
}

.theme-custom .woocommerce ul.products li.product a img {
    width: 35%;
    float: left;
    margin-right: 35px !important;
}

.theme-custom h2.woocommerce-loop-product__title {
    text-align: left !important;}


.theme-custom .woocommerce .related.products ul, .theme-custom .related.products h2.woocommerce-loop-product__title, .theme-custom .related.products .product-category h2.woocommerce-loop-product__title{text-align:center !important;}
.theme-custom .woocommerce .related.products ul.products li.product a img,  .theme-custom .woocommerce ul.products li.product-category a img {
    width: 100%;
    float: left;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    display: none;
}

.term-description {
    background: #0b4298;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 25px;
    font-size: 18px;
    top: 0;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.term-description p {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.woocommerce.columns-2 {
    padding-top: 130px;
}
.woocommerce.columns-2 .products.columns-2 li.product {
    border-spacing: 0 1.25px;
    display: inline-block;
    margin-left: -.18125rem;
    margin-top: -.4375rem;
    padding: 1.75rem .5rem;
    width: 49.9%;
    margin-right: 0;
    margin-bottom: 0 !important;
}

.products.columns-2 li.product {
    border-bottom: 1px solid #d5d3c6;
    margin-top: 0;
}
.products.columns-2 li.product:not(:last-child) {
    border-bottom: 1px solid #d5d3c6;
}
.woocommerce.columns-2  .products.columns-2 li.product h2.woocommerce-loop-product__title {
    padding-top: 20px !important;
}
.products.columns-2 li:nth-child(odd) {
    border-right: 1px solid #d5d3c6;
}
.products.columns-2 li.product {
    padding: 35px !important;
}
.products.columns-2 li.product a {
    position: relative;
    display: block;
}

.products.columns-2 li a.added_to_cart.wc-forward {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    width: 50%;
    float: right;
}
.woocommerce .products.columns-2 li.product .button {
    margin-top: 2em;
}

span.mega-menu-description {
    display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {
    font-weight: normal;
    color: #dc8f1a;
}
        
/** WEBSITE RESPONSIVENESS STARTS FROM HERE ===================================================================================================**/  
.mobile-display{display:none;}
.primary-header.mobile-display .sec-1 {
    padding: 15px 0;
}
.primary-header .col-md-6.col-sm-6.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt{top: 8px;}

.page-template-try-free .flex-item-content .intro-content, .page-template-plan-and-pricing .intro-content, .page-template-testimonial-page .flex-item-content .intro-content{
    width: auto;
}

.page-template-expertise-page div#wrap {
    padding-top: 50px;
}
.page-template-expertise-detail .intro-content {
    display: none;
}
.pswp__caption__center {
    text-align: center;
    max-width: 100%;}

/**RESPONSIVE MENU STYLE ==================**/
.mobmenu-left-panel .mob-cancel-button {
    color: #fff !important;
}
#mobmenuleft .mob-expand-submenu, #mobmenuleft > .widgettitle, #mobmenuleft li a, #mobmenuleft li a:visited, #mobmenuleft .mobmenu-content h2, #mobmenuleft .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name, .mobmenu-content .mobmenu-tabs-header li {
    border-top: 1px solid #ffffff21;
    color:#fff !important;
}
.mob-menu-logo-holder img {
    display: block;
    text-align: center;
    margin: 15px auto;
    filter: brightness(0) invert(1);
}
.mob-menu-header-holder.mobmenu {
    background:#c69130;
}
li.nb a {
    text-transform: none !important;
}
.mob-menu-logo-holder > .headertext span, .mobmenu input.mob-menu-search-field{text-transform:uppercase!important;font-weight:700 !important;}
.mob-expand-submenu {
    border-top: none !important;
}
.mob-expand-submenu i {
    font-size: 18px !important;
}
.mobmenu-content li > .sub-menu li {
    padding-left: 0 !important;
}

.mobmenu-content li > .sub-menu li a {
    padding-left: 30px;
}
.mb-logo, .mobile-display{display:none;}
section.related.products h2 {
    text-transform: capitalize;
}

/*Madni Css Start*/

.page-id-2625 .page-header {
  display: none;
}

.text_center{
	margin-bottom: 0 !important;
}

.text_center h2{
	text-align: center !important;
  	line-height: 1.2;
	padding-bottom: 0 !important;
}

#wpcf7-f2642-p2625-o1 form {
  border: 0;
	text-align: center;
}


#wpcf7-f2642-p2625-o1 .wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
  background: #F2ECE0;
  box-shadow: 0px 10px 0 0 #AB936D;
  border: 0;
  padding: 20px 10px;
  border-radius: 20px;
	width: 85%;
}

#wpcf7-f2642-p2625-o1 .wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email::placeholder{
	text-align: center;
}

:is(#wpcf7-f2642-p2625-o1 .wpcf7-form-control.wpcf7-submit.has-spinner, #wpcf7-f2642-p2625-o1 .wpcf7-spinner) {
  display: none;
}

.container.banner-headings {
  text-align: center;
}

.container.banner-headings h4{
	font-size: 48px !important;
	font-family: "Gilda Display", Sans-serif;
	color: #000;
	position: relative;
}

.container.banner-headings h4::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  height: 40px;
  width: 40px;
  background: #D89221;
}

.container.banner-headings h4.last-child::before{
	left: 18%;
}


/*Madni Css End*/

/***/

@media screen and (max-width:1199px){
    
    .woocommerce.columns-2 .products.columns-2 li.product h2.woocommerce-loop-product__title {
    padding-top: 10px !important;
}
    
header#branding .container, footer#colophon .container{
    width: 100%;
    max-width: 100%;
} 
/***h1, h2, h3, h4, h5, h6{text-align: left;}***/
h1, .t-1 {
    font-size: 46px;
}
.col-info h3, .col-info h3 a {
       font-size: 24px;
}
.coaching .gb-list {
    padding-right: 40px;
}
.steps h3{text-align:center;}
.sc-step-col a.c-btn.rounded{font-size:12px;}
.inner-pages{text-align:left;}
.woocommerce-page #main{max-width:960px;}
h2.woocommerce-loop-product__title{min-height:63px;}
.woocommerce span.onsale, .woocommerce-page span.onsale{top:13px !important;}
.wc-proceed-to-checkout .button, .form-row.place-order button#place_order{width:100%;}
.rec-img img{height:215px !important;}
.second-rec-col div {
    width: 100%;
    max-width: 100%;
}
.section-category-carousel .overlay-layer, .section-category-carousel .feat-img{height:215px;}
.section-category-carousel .feat-img .details{margin:0 auto;}
.section-category-carousel .overlay-layer h3, .recipe-blogging .rec-details h6{text-align:center;}
.category #content .post img{height:230px;}
.wppsac-post-slider h2.wppsac-post-title a, .wppsac-post-carousel h2.wppsac-post-title a {
    font-size: 18px;
    font-weight: 600;}
 .wppsac-post-slider h2.wppsac-post-title{line-height:20px;} 
 .single-post h1 {
    font-size: 32px;
}
.col-info h3 {
    text-align: left;
}

}

@media screen and (max-width:1099px){
#branding #mainnav ul li a{padding:12px 8px;font-size:14px;}
}


@media screen and (max-width:1024px){
    
    .woocommerce.columns-2 .products.columns-2 li.product h2.woocommerce-loop-product__title {
    padding-top: 0!important;
    min-height: 0;
}
    .single header#branding{border:none;}
.header-wrap-inner, .page-template .sabcat-header, .page-template-default .sabcat-header {
    background-color: #0b4298;
}
footer#colophon a{padding:0 12px;}
.home .flex-item, .home .header-wrap {
    min-height: 550px;
}
.steps h4{width:35%;}
.sym-steps a.c-btn{max-width:50%;}
.woocommerce-page #secondary{margin:0;padding:8px 0;}

.second-rec-col div .col-md-7, .second-rec-col div .col-md-5, .rec-posts .col-md-7, .rec-posts div .col-md-5 {
    flex: 0 0 100%;
    text-align: center;
    display: block;
    max-width:100%;
}
.rec-img img {
    display: block;
    margin: 0 auto 15px;
}
.rec-img img {
    height: 175px !important;
    width: 175px !important;
}
.single-format-gallery .recipe-blogging .container {
    width: 100%;
}
#content {
    width: auto;
    float: none;
}
.second-rec-col .rec-posts {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
.second-rec-col .rec-posts .row {
    margin: 0;
}

}


@media screen and (max-width: 991px){
    
    .theme-custom ul.products, .theme-custom h2.woocommerce-loop-product__title {
    text-align: center !important;
}

.theme-custom .woocommerce ul.products li.product a img {
    width: 100%;
    float: none;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
}
    
.section-category-carousel .overlay-layer, .section-category-carousel .feat-img{
    height:320px;
}
.section-category-carousel h2 {
    text-align: center !important;
    padding-bottom: 45px !important;
}

.woocommerce-page #main {
    max-width: 720px;
}
.price_slider_amount .price_label {
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 600;
}
.category #content .post{width:50%;}

.post-holder .col-info h3 a {
    font-size: 16px;
}
.wppsac-post-image-bg img {
    width: 100%;
    height: 170px !important;
}

.single-post .post-carousel.woo-none .wppsac-post-carousel.design-1 .slick-arrow{top:25%;}
.intro-call h2 {
    font-size: 28px;
}
.home .page-header h6 {
    font-size: 18px;
    line-height: 28px;
}
.home .flex-item, .home .header-wrap {
    min-height: 460px;
}
.home .header-wrap .container {
    background: #ffffff00;
    width: 100%;
    max-width: 100%;
}
.list-pricing h4 {
    font-size: 16px;
}
.sc-step-col.display-flex {
    justify-content: center;
    min-height: 0;
    border-left: none;
    padding: 0;
    margin-top: 25px;
    display: block;
    border: none;
}
.sc-step .col-md-7, .sc-step .col-md-5 {
    max-width: 100%;
    flex: 0 0 100%;
}
.sc-step-col a.c-btn.rounded {
    font-size: inherit;
}
.sym-lists .col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
}
.symp-checker .col-md-3, .symp-checker .col-md-9 {
    max-width: 100%;
    flex: 0 0 100%;
}

.symp-sidebar li {
    display: inline-block;
    padding-left: 0;
    margin: 0;
}

.symp-sidebar li a {
    background: #eaedef;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
}
.symp-sidebar li.current-menu-item a {
    font-weight: 600;
    background: #0b4298;
    color: #fff;
}

p.cf7mls_number {
    font-weight: 700;
    color: #0b4298 !important;
}

.cf7mls_number_step_wrap {
    font-weight: 700;
    text-transform: uppercase;
}

    
    
}

@media screen and (max-width:880px){
    
    .term-description{top:-5px;}
    .woocommerce.columns-2 {
    padding-top: 200px;
}

.page-header {
    position: relative;
    top: -5px;
    z-index: 9999;
}

.primary-header ul.social-icon.float-right {
    display: none;
}
.primary-header .col-md-6.col-75 {
    flex: 0 0 70%;
    max-width: 70%;
}

.primary-header .col-md-6.col-25 {
    max-width: 30%;
    flex: 0 0 30%;
}

ul.woo-items {
    padding-left: 0;
    margin-left: 0;
    border:none;
}
.intro-call {
    margin-top: -5px;
}
footer#colophon a {
    padding: 0 5px;
}




}



@media screen and (max-width:781px){
.contact-top-info .wp-block-column{margin-bottom:25px;}
}

@media screen and (max-width:768px){
    
    .woocommerce-customer-details address{width:100% !important}
    
    nav.woocommerce-MyAccount-navigation{margin-bottom:35px;}
    
.home .flex-item, .home .header-wrap {
    min-height: 410px;
}
h1, .t-1, h2 {
    font-size: 36px;
}
.home .flex-item .btn-set.mt-5 {
    margin: 0 !important;
}
ul.woo-items li {
    padding-right: 0;
}

a.cart-contents {
    padding-left: 10px;
}
ul.woo-items li {
    padding-bottom: 3px;}
.primary-header .sec-2, .sec-1 li {
    padding: 15px 0 0;
}
.direct-link li {
    padding-left: 15px;
}
.cart-contents-count {
    position: relative;
    top: 5px;
}
.header-wrap-inner .flex-item, .page-template .sabcat-header .flex-item, .page-template-default .sabcat-header .flex-item, .header-wrap.sabcat-header .flex-item{
    min-height: 160px !important;
}
#wrap{padding:45px 0;}
footer#colophon a {
    padding: 0 2px;
    border-left: 0;
}
.header-wrap-inner h4, .page-template .sabcat-header h4, .page-template-default .sabcat-header h4 {
    font-size: 22px;
    padding-top: 5px;}
    
.single-product header#branding {
    border: none;
}

.woo-elements h1 {
    float: none;
    width: 100%;
    margin-top: 0;
}
.pswp--open {
    z-index: 999999999;
}

.single-product p.price {
    font-size: 36px !important;
    font-weight: 600;
}

.single-product span.woocommerce-Price-currencySymbol {
    font-size: 14px;
}
.single-product .woocommerce .related.products span.onsale, .single-product .woocommerce-page .related.products span.onsale{top:13px !important;}
h2.woocommerce-loop-product__title {
    min-height: 0;
}

}

@media screen and (max-width:767px){
    .disclaimer-wrap {
    margin-top: 15px;
}
 
 .mobile-cross i.fa {
    background: #072a61;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}

.mobile-cross {
    position: absolute;
    left: 0;
    color: #fff;
    cursor: pointer;
    bottom: 48px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

   
    .f-column.two {
    padding-top: 10px;
}

    .f-column img {
    width: 100%;}
    
    .primary-footer {
    padding: 20px 0;
    text-align: center;
}
footer#colophon a {
    padding: 0 10px;}
    
.mb-logo{display:block;}
.f-column div#media_image-2 {
    display: none;
}
.f-column.float-right.two {
    float: none !important;
}
.primary-footer h3.widget-title {
    font-size: 18px;
    text-align: center;
    padding-bottom: 0;
}



.intro-call {padding: 35px 0;}
.intro-call img {width: 50px;}
.call-detail {
    text-align: center;
    border: none;
}
h2{font-size:30px;}
.intro-call h2 {
    font-size: 30px;
    text-align: center !important;
    padding-top: 25px;
}
.mobile-display-off{display:none;}
.mobile-display{display:block;}
.home .col-info {
    padding-top: 25px;
}

img.im-bordered, .im-bordered-img img, .featured-image img {
    margin-bottom: 25px;
}

.right-b {
    border-right: none;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.training-section i.fa.fa-lightbulb-o {
    display: none;
}
.inner-pages .section-margin {
    margin-top: 45px;
    margin-bottom: 45px;
}
.section-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}
.coaching .gb-list {
    padding-right: 0;
}
.coaching .con-info {
    border-right: none;
    min-height: 0;
}
.single-entry-content .wp-block-column {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    flex: 0 0 100% !important;
    flex-basis: calc(100% - 1em)!important;
}
.column-custom-group h4.display-flex {
    min-height: 0;
    display: block;
    text-align: center;
    width: 100%;
}
.column-custom-group .wp-block-column.blue-BG P {
    margin: 0;
    padding: 15px;
}
.wp-block-column:nth-child(2n) {
    margin-left: 0;
    margin-top: 15px;
}

.sym-lists .col-md-4 {
    max-width: 100%;
    flex: 0 0 100%;
}

.sym-steps .display-flex {
    display: block;
}

.flex-col .steps {
    border: 1px solid #6d9fed;
    padding: 25px;
    padding-bottom: 15px;
}
.flex-col{
    border:none;
    width: 50%;
    padding: 15px;
    text-align: center;
    margin-top: 15px;
    float: left;
}

.f-intro h3{font-size: 20px;}
.f-intro h4 {
    text-transform: uppercase;
    font-size: 16px;
}

#customer_login .u-column1.col-1, #customer_login .u-column2.col-2 {
    width: 100%;
    float: left;
    max-width: 100%;
}
ul#menu-recipe-categories li {
    display: inline-block;
}

ul#menu-recipe-categories {
    text-align: center;
    padding-bottom: 25px;
}
.rec-cat a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 15px;} 
    
    .second-rec-col.section-padding.section-margin.blue-BG{padding-top:10px;}
    .second-rec-col .rec-img img{margin-top:35px;}
.section-category-carousel .overlay-layer, .section-category-carousel .feat-img{height:250px;}
.wppsac-post-image-bg img{height:auto !important;}
.category #content .post {
    width: 100%;
    margin-bottom: 30px;
}
.category #content .post img{height:auto;}
.latest-post .col-info {
    padding-top: 25px;
}

.single-post .single-entry-content h4 {
    text-align: left;
}
h4 {
    font-size: 22px;
}
h1, h2{font-size: 26px;}
.single-post h1 {
    font-size: 26px;
    padding-bottom: 15px;
}
.single-post .post-carousel.woo-none .wppsac-post-carousel.design-1 h2{display:none;}
.single-post .post-carousel.woo-none .wppsac-post-carousel.design-1 .slick-arrow {
    top: 43%;
}

.header-wrap-inner .flex-item-content h1:after, .page-template .sabcat-header .flex-item-content h1:after, .page-template-default .sabcat-header .flex-item-content h1:after{content:none;}
.header-wrap-inner h4, .page-template .sabcat-header h4, .page-template-default .sabcat-header h4 {
    font-size: 16px;
    padding-top: 5px;
    font-weight: 600;
}

.primary-header {
    background: #052e6f;
    color: #fff;}
    
    .section-category-carousel .overlay-layer, .section-category-carousel .feat-img {
    margin: 0 auto;
    height: 200px;
    width: 200px;
}
    .rec-posts {
    padding-left: 0;
}
.rec-img img, .second-rec-col .rec-img img {
    height: 200px !important;
    width: 200px !important;
}
.header-wrap.sabcat-header .flex-item h1:after{content:none;}
.term-description {
    padding: 15px;
    font-size: 16px;
}
.term-description p {
     max-width: 100%; 
    padding: 0;
}

}

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

.primary-header .col-md-6.col-25, .primary-header .col-md-6.col-75 {
    max-width: 50%;
    flex: 0 0 50%;
}
.sec-1 ul.direct-link li:nth-of-type(2):before{content:none;}
.direct-link li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.primary-header ul li {
    padding: 5px 0 !important;
    font-size: 12px;
    margin: 0;
}
ul.woo-items {
    padding-top: 8px;
}
ul.woo-items, ul.woo-items li{display:block;text-align:center;padding-bottom:0 !important;}

.home .header-wrap .container {
    background: #ffffffa3;
    width: 100%;
    max-width: 100%;
}
ul.direct-link li:first-child span {
    display: block;
}

ul.direct-link li {
    display: block;
}
.c-btn.rounded {
    border-radius: 50px !important;
    padding: 12px 25px;}
    
    .flex-item-content p, .flex-item-content .intro-content {
    font-size: 16px;
    line-height: 28px;
    padding-top:0;
        
    }
    
    .home .flex-item, .home .header-wrap {
    min-height: 440px;
}
.intro-call h2, .page-template-symptoms-page-php h3.text-uppercase.col-blue {
    font-size: 24px;}
    
    .sym-steps a.c-btn {
    max-width: 80%;
}
.woo-elements .nav-previous, .woo-elements .nav-next {
    position: static;
    width: auto;
    float: left;
    padding: 0 5px;
}

.woocommerce-message a.button.wc-forward {
    position: static;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    text-align: center;
    /* padding-bottom: 4px; */
    margin-bottom: 5px;
}
input#coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
}

 .woocommerce form .form-row {
    width: 100%;}
    input#payment_method_paypal {
    display: block;
}
nav#nav-below {
    display: flex;
}
.nav-previous, .nav-next {
    display: inline-block;
    width: 50%;
}
#content #nav-below .nav-previous a {
    width: 100%;
    display: inline-block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
}
  
  #content #nav-below .nav-next a {
    width: 100%; 
    display: inline-block;
    text-align: right;
}
.woocommerce-page div#content, .woocommerce-page #secondary {
    width: 100%;
    float: right;
}

.woocommerce-page div#content ul.products  li{list-style:none;}
.woocommerce .woocommerce-ordering select{width:100%;padding: 12px;height: 50px;}
form.woocommerce-ordering {
    float: none !important;
    margin: 0 auto;
    text-align: center;
}
.woocommerce .woocommerce-result-count {
    padding-top: 8px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
h2.woocommerce-loop-product__title {
    min-height: 62px;
}

.col-md-12.w-50 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
}

}

@media screen and (max-width:480px){
.woocommerce.columns-2 .products.columns-2 li.product{width:100%;margin:0;}
.products.columns-2 li.product:not(:last-child){border:none;}
.woocommerce.columns-2 {
    padding-top: 140px;
}
.products.columns-2 li.product {
    padding: 0 0 35px !important;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{width:100%;}
.term-description {
    padding: 15px;
    font-size: 12px;
}

}

@media screen and (max-width:360px){
.c-btn.rounded {
    font-size: 14px;}
    .flex-col{width:100%;}
    
    .woocommerce.columns-2 {
    padding-top: 200px;
}
    
}


