html,
body{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
body{
    background-color: #ffffff;
    overflow-x: hidden;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*--- Elements ----*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    margin: 0 0 25px;
    padding: 0;
    font-weight: 600;
}
h1,
.h1{
    font-size: 48px;
    line-height: 58px;
}
h2,
.h2{
    font-size: 48px;
    line-height: 58px;
}
h3,
.h3{
    font-size: 44px;
    line-height: 52px;
}
h4,
.h4{
    font-size: 36px;
    line-height: 44px;
}
h5,
.h5{
    font-size: 20px;
    line-height: 28px;
}
h6,
.h6{
    font-size: 18px;
    line-height: 24px;
}
p{
    margin: 0 0 25px;
}
p:empty{
    display: none;
}
b, strong {
    font-weight: 600;
}
a{
    text-decoration: none;
    outline: none;
    color: #084879;
}
a:hover,
a:focus{
    color: #999999;
}
ul{
    margin: 0 0 25px 15px;
    padding: 0 0 0 25px;
    list-style: disc;
}
li{
    margin: 0 0 5px;
    padding: 0;
}
img{
    border: none;
    max-width: 100%;
    height: auto;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
select,
textarea{
    outline: none !important;
    padding: 18px 25px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    border: 1px solid #E6E8EA;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
}
select{
        -moz-appearance:none; /* Firefox */
        -webkit-appearance:none; /* Safari and Chrome */
        -o-appearance:none;
    appearance:none;
    background-image: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 38px;
}
input[type=submit],
button[type=submit]{
    background-color: #084879;
    color: #ffffff;
    font-family: "Kanit", sans-serif;
    padding: 13px 30px;
    text-align: center;
    border-radius: 37px;
        -moz-border-radius: 37px;
        -webkit-border-radius: 37px;
        -o-border-radius: 37px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.02em;
    display: inline-block;
    border: none;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
}
input[type=submit]:hover,
button[type=submit]:hover{
    background-color: #999999;
    color: #ffffff;
}

::placeholder {
    color: #818181;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #818181;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #818181;
}

:-moz-placeholder { /* Firefox 18- */
    color: #818181;
}

/* =WordPress Core - Sassified.
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, 
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a {
    img {
        &.alignright {
            float: right;
            margin: 5px 0 20px 20px;
        }

        &.alignnone {
            margin: 5px 20px 20px 0;
        }

        &.alignleft {
            float: left;
            margin: 5px 20px 20px 0;
        }

        &.aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto
        }
    }
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;

    &.alignnone {
        margin: 5px 20px 20px 0;
    }

    &.alignleft {
        margin: 5px 20px 20px 0;
    }

    &.alignright {
        margin: 5px 0 20px 20px;
    }

    img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }
}

/* Element */

.cbtn{
    background-color: #084879;
    color: #ffffff;
    font-family: "Kanit", sans-serif;
    padding: 13px 50px;
    text-align: center;
    border-radius: 37px;
        -moz-border-radius: 37px;
        -webkit-border-radius: 37px;
        -o-border-radius: 37px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.02em;
    display: inline-block;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
}
.main-nav .menu-join-network{
	padding:5px 25px 0 25px;
}
.main-nav .menu-join-network span{
	color:#fff;
}

.cbtn-sm{
    font-size: 18px;
    line-height: 26px;
    padding: 13px 30px;
}
.cbtn-orange{
    background-color: #FF9600;
    color: #000000;
}

.cbtn:hover,
.cbtn:focus{
    background-color: #999999;
    color: #ffffff;
}

.text-blue{
    color: #084879;
}
.text-orange{
    color: #FF9600;
}
.text-white{
    color: #ffffff;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-80{
    margin-bottom: 80px;
}

/**
* Header
*/
.site-header{
    padding: 0 0 30px;
}
.header-wrap{
    display: flex;
    flex-wrap: wrap;
}
.header-left{
    width: 25%;
}
.header-right{
    width: 75%;
    padding-right: 50px;
}
.top-links{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 15px 0 20px;
    list-style: none;    
    justify-content: flex-end;
    font-size: 14px;
}
.top-links > li{
    padding: 0;
    margin: 0;
    position: relative;
}
.top-links > li img{
    margin: 0 auto 2px;
    display: block;
}
.top-links > li span{
    display: block;
}
.top-links > li a{
    color: #084879;
}
.top-links > li a:hover{
    color: #999999;
}
.top-links > li span.cart-number{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    background-color: #1DABDF;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
    color: #000000;
}


.main-nav{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding: 0;
    list-style: none;  
    justify-content: flex-end;
    align-items: center;
}
.main-nav > li{
    padding: 0 25px;
    position: relative;
}
.main-nav > li > a,
.main-nav > li > span{
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
    font-weight: 500;
}
.main-nav > li > i{
    display: inline-block;
    padding-left: 6px;
}
.main-nav > li:hover > a,
.main-nav > li:hover > span,
.main-nav > li:hover > i{
    color: #084879;
}
.main-nav > li > a.cbtn{
    color: #ffffff;
}
.main-nav > li > a.cbtn:hover{
    color: #ffffff;
    background-color: #999999;
}
.sub-menu{
    display: none;
}
.menu-button{
    display: none;
}

/**
* Content
*/

.page-main{
    padding-bottom: 80px;
}

.form-group{
    margin: 0 0 23px;
}
.search-wrap{
    background-color: #084879;
    border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
    padding: 34px 55px;
}
.search-wrap label{
    color: #ffffff;
    display: block;
    margin: 0 0 4px;
    padding-left: 25px;
    font-weight: 500;
}
.search-wrap input[type=text],
.search-wrap select{
    border: none;
    background-color: #ffffff;
    border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -o-border-radius: 30px;
}
.search-wrap input[type="submit"]{
    background-color: #FF9600;
    width: 100%;
    color: #1F2131;
    font-size: 32px;
    line-height: 32px;
}

/**
* Listing grid
*/
.listing-column{
    margin-bottom: 83px;
}
.listing-column .listing-item{
    height: 100%;
}
.listing-item{
    border: 1px solid #376D94;
    border-radius: 18px;
        -moz-border-radius: 18px;
        -webkit-border-radius: 18px;
        -o-border-radius: 18px;
    padding: 36px 36px 27px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    /*box-shadow: 1px 2px 4px rgba(62, 53, 120, 0.4);*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.listing-thumbs{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 17px;
    margin: 0 0 10px;
}
.listing-thumbs .listing-thumb{
    width: 50%;
}
.listing-thumbs .listing-thumb img{
    width: 119px;
    height: 119px;
    object-fit: contain;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
    border: 1px solid #084879;
    max-width: 100%;
    max-height: 100%;
}
.listing-thumbs .listing-icon{
    width: 25%;
}
.listing-title{
    margin: 0 0 10px;
}
.listing-title a{
    color: #000000;
}
.listing-title a:hover{
    color: #084879;
}
.listing-license{
    color: #084879;
    font-size: 15px;
    margin-bottom: 10px;
}
.listing-direction{
    font-size: 16px;
    color: #2E2E2E;
    font-weight: 500;
    margin-bottom: 30px;
}
.listing-direction i{
    color: #A9A9A9;
    display: inline-block;
    padding-right: 10px;
}
.listing-excerpt{
    margin-bottom: 30px;
}
.cbtn-listing-more{
    font-size: 16px;
    line-height: 24px;
}
.listing-featured{
    position: absolute;
    top: -46px;
    left: 0;
    width: 100%;
}
.listing-featured img{
    width: 168px;
}

.sc-home-2{
    padding-bottom: 100px;
}
.sc-waves{
    background: url(../images/Waves.svg) no-repeat scroll center 100px;
    background-size: 77px;
    padding-top: 180px;
}
.sc-waves .sc-title{
    margin-bottom: 83px;
}

.sc-dotted{
    position: relative;
}
.sc-dotted:before,
.sc-dotted:after{
    width: 66px;
    height: 37px;
    content:'';
    position: absolute;
    background-size: 66px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../images/circles.svg);
}
.sc-dotted:before{
    top: 0;
    left: 15px;
}
.sc-dotted:after{
    bottom: 0;
    right: 15px;
}

.start-box{
    background-color: #084879;
    color: #ffffff;
    border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -o-border-radius: 30px;
    padding: 51px 20px 96px;
    height: calc(100% - 26px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.start-box h4{
    margin-bottom: 45px;
}
.sc-dotted{
    padding-top: 60px;
    padding-bottom: 60px;
}
.ads-wrap-vertical{
    width: 300px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
.compiling{
    padding-top: 80px;
    padding-bottom: 80px;
}
.sc-subscribe{
    background-color: #1F2131;
    padding: 143px 0;
}

.singup-wrap{
    position: relative;
}
.singup-wrap form{
    margin: 0;
    padding: 0;
    border: none;
}
.singup-wrap input[type=email],
.singup-wrap input[type=text]{
    width: 100%;
    background-color: transparent;
    margin: 0;
    border: 1px solid #E5E5E5;
    border-radius: 60px;
    padding: 24px 156px 24px 35px;
    color: #ffffff;
}
.singup-wrap input[type=submit]{
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #FF9600;
}
.sc-articles-reviews{
    padding-top: 100px;
    padding-bottom: 100px;
}
.title-dotted span:before,
.title-dotted span:after{
    width: 66px;
    height: 36px;
    content:"";
    display: inline-block;
}
.title-dotted span:before{
    background: url(../images/circles.svg) no-repeat scroll 0 0;
    margin-right: 50px;
}
.title-dotted span:after{
    background: url(../images/circles.svg) no-repeat scroll 0 0;
    margin-left: 50px;
}
.findfyi{
    padding-top: 60px;
    padding-bottom: 100px;
}

/**
* Footer
*/
.site-footer{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.footer-main{
    background-color: #1F2131;
    color: #ffffff;
    padding: 100px 0;
}
.footer-main strong{
    font-weight: 600;
}
.footer-main p{
    margin-bottom: 20px;
}
.footer-main .menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-main .menu > li{
    padding: 0;
    margin: 0 0 10px;
}
.footer-main .menu > li > a{
    color: #ffffff;
}
.footer-main .menu > li > a:hover{
    color: #999999;
}
.site-bottom{
    background-color: #084879;
    padding: 20px 0;
    font-weight: 500;
    color: #ffffff;
}
.woocommerce-checkout h3,
.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.woocommerce-MyAccount-content h2{
    margin: 0 0 25px !important;
    font-size: 32px;
    line-height: 40px;
}
.woocommerce-checkout input[type=text], 
.woocommerce-checkout input[type=email], 
.woocommerce-checkout input[type=tel], 
.woocommerce-checkout select, 
.woocommerce-checkout textarea{
    padding: 13px 15px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #E6E8EA;
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 20px;
    font-size: 16px;
    padding: 13px 15px;
    display: block;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url(../images/Down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    display: block;
    height: 100%;
    padding: 0 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
#order_review_heading{
    padding-top: 50px;
}
.woocommerce form .form-row{
    margin: 0 0 20px;
}
.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input{
    top: 50%;
    margin-top: -10px;
}
.edit-account input[type=radio]{
    margin-right: 10px;
}
.search-page-content{
    padding-top: 80px;
}


/**
* External link
*/
.external-left:before,
.external-right:after,
.menu-item.external-left > a:before,
.menu-item.external-right > a:after{
    display: inline-block !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    background: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
}
.external-left:before,
.menu-item.external-left > a:before{
    margin-right: 5px;
    content: "\f08e";
}
.external-right:after,
.menu-item.external-right > a:after{
    margin-left: 5px;
    content: "\f08e";
}
.menu-item.external-left:before,
.menu-item.external-right:after{
  display: none !important;
}

/**
* PDF link
*/
.pdf-left:before,
.pdf-right:after,
.menu-item.pdf-left > a:before,
.menu-item.pdf-right > a:after{
    display: inline-block !important;
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    background: none !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
}
.pdf-left:before,
.menu-item.pdf-left > a:before{
    margin-right: 5px;
    content: "\f1c1";
}
.pdf-right:after,
.menu-item.pdf-right > a:after{
    margin-left: 5px;
    content: "\f1c1";
}
.menu-item.pdf-left:before,
.menu-item.pdf-right:after{
  display: none !important;
}

/**
* Product grid
*/
.woocommerce .products ul, 
.woocommerce ul.products{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    padding: 0 15px;
    margin: 0 0 30px;
}
.woocommerce ul.columns-4 li.product, 
.woocommerce-page ul.columns-4 li.product{
    width: 25%;
}
.product-item-inner{
    height: 100%;
    border: 1px solid #376D94;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -o-border-radius: 18px;
    padding: 36px 36px 27px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woocommerce ul.products li.product .button{
    background-color: #084879;
    color: #ffffff;
    font-family: "Kanit", sans-serif;
    padding: 13px 20px;
    text-align: center;
    border-radius: 37px;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    -o-border-radius: 37px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: inline-block;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
.woocommerce ul.products li.product .button:hover{
    background-color: #999999;
    color: #ffffff;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    padding: 10px 0;
    margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover, 
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover, 
.woocommerce ul.products li.product h3:hover{
    color: #084879;
}
.woocommerce ul.products li.product .price{
    color: #084879;
    font-size: 15px;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product .price .from{
    color: #084879;
    font-size: 15px;
}

/**
* Product detail
*/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    color: #084879;
    font-size: 18px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
    background-color: #084879;
    color: #ffffff;
    font-family: "Kanit", sans-serif;
    padding: 13px 50px;
    text-align: center;
    border-radius: 37px;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    -o-border-radius: 37px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: inline-block;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #084879;
    color: #ffffff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{
    background-color: #084879;
    color: #ffffff;
}
.single_variation_wrap:after{
    display: block;
    content:"";
    clear: both;
}
.single_variation_wrap .woocommerce-variation-price{
    display: block;
    margin: 0 0 20px;
}
.woocommerce-variation.single_variation-1{
    background-color: #eee;
    padding: 20px;
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    margin: 0 0 25px;
}
.related.products{
    clear: both;
}
.related.products h2{
    font-size: 36px;
    line-height: 44px;
}
.price-preview h1{
    font-size: 28px;
    line-height: 36px;
}
.price-preview h3{
    font-size: 28px;
    line-height: 36px;
}
.total-breakdown{
    font-size: 16px;
    line-height: 24px;
}
.total-breakdown p{
    margin: 0 0 10px;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 10px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{
    background-color: #084879;
    color: #ffffff;
    font-family: "Kanit", sans-serif;
    padding: 10px 24px;
    text-align: center;
    border-radius: 37px;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    -o-border-radius: 37px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: inline-block;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
.woocommerce-message {
    border-top-color: #FF9600;
}
.woocommerce-message::before {
    color: #FF9600;
}
.woocommerce-info {
    border-top-color: #084879;
}
.woocommerce-info::before {
    color: #084879;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    outline: none !important
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 15px 0 0;
}
.woocommerce .quantity .qty {
    width: 100px;
    text-align: center;
    padding: 14px 25px;
}
.listing-description-wrap{
    position: relative;
}
.suggestionButton{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FF9600;
    color: #000000;
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}

.faq-term-list{
    margin-bottom: 60px;
}
.faq-term-list .title{
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.faq-term{
    margin: 0;
    padding: 0;
    list-style: none;
}
.faq-term-item{
    border-bottom: 1px solid #E5E5E5;
    padding-top: 20px;
    padding-bottom: 12px;
    margin: 0;
}
.faq-term-title{
    padding-bottom: 8px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}
.faq-term-title:after{
    content: "\2b";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #000000;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.faq-term-content{
    padding-bottom: 20px;
    display: none;
}
.faq-term-content p{
    margin: 0 0 15px;
}
.faq-term-item.active{
    padding-bottom: 0;
}
.faq-term-item.active .faq-term-title:after{    
    content: "\f068";
    color: #084879;
}
.upgrade-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.upgrade-wrap .upgrade{
    max-width: 800px;
    background-color: #ffffff;
    padding: 60px 25px 25px;
    position: relative;
    font-size: 24px;
    line-height: 32px;
}
.upgrade-close{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 36px;
    cursor: pointer;
}
.filter-search{
    margin-bottom: 50px;
}
.filter-search .inner{
    background-color: #f2f2f2;
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    padding: 15px;
}
.filter-search select{
    padding: 16px 25px;
}
.filter-search input[type=submit]{
    width: 100%;
}
.blog-post{
    margin: 0 0 50px;
}
.blog-post .entry-excerpt p{
    margin: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    padding: 10px 10px 10px;
    width: 200px;
    max-width: 100%;
}
.woocommerce table.shop_table th{
    font-weight: 500;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    font-weight: 500;
}
.sc-adsrorate{
    padding: 60px 0;
    text-align: center;
}
.sc-home-2 .sc-title {
    margin-bottom: 83px;
}


/*
* Contact
*/
.contact-wrap{
    border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
    background-color: #505159;
    display: flex;
    flex-wrap: wrap;
}
.contact-left{
    width: 40%;
    padding: 28px 45px;
}
.citem{
    margin-bottom: 18px;
    font-weight: 500;
}
.cbox{
    background-color: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 22px 22px 22px 78px;
    background-position: 22px 22px;
    background-repeat: no-repeat;
    background-size: 36px;
}
.cbox-phone{
    background-image: url('../images/Headphone.svg');
}
.cbox-email{
    background-image: url('../images/Email2.svg');
}
.cbox-address{
    background-image: url('../images/Location.svg');
}
.cbox-phone span{
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}
.contact-right{
    width: 60%;
    padding: 28px 45px;
    background-color: #084879;
    color: #ffffff;
    border-radius: 0 20px 20px 0;
        -moz-border-radius: 0 20px 20px 0;
        -webkit-border-radius: 0 20px 20px 0;
        -o-border-radius: 0 20px 20px 0;
}
.ftitle{
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 600;
}
.citem h4{
    color: #084879;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
}
.citem p{
    margin: 0 0 8px;
}
.cform .form-inner{
    margin: 0 -15px;
}
.vfbp-form .vfb-has-error {
    margin-bottom: 24px;
}
.vfbp-form .vfb-has-error .vfb-form-group {
    margin-bottom: 0;
}
.vfbp-form .vfb-has-error .vfb-help-block, 
.vfbp-form .vfb-has-error .vfb-control-label, 
.vfbp-form .vfb-has-error .vfb-radio, 
.vfbp-form .vfb-has-error .vfb-checkbox, 
.vfbp-form .vfb-has-error .vfb-radio-inline, 
.vfbp-form .vfb-has-error .vfb-checkbox-inline {
    color: #DF4949;
}
.vfbp-form .vfb-form-control{
    outline: none !important;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    border: 1px solid #E6E8EA;
    background-color: #ffffff;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    height: auto;
}
.vfbp-form select.vfb-form-control{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -o-appearance:none;
    appearance:none;
    background-image: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 38px;
}
.vfbp-form textarea.vfb-form-control{
    height: 170px;
}
.vfbp-form .vfb-form-group,
.vfbp-form .vfb-name-block .vfb-form-group {
    margin-bottom: 24px;
}
.vfbp-form label{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 22px;
    display: block;
}
.vfb-fieldType-submit{
    text-align: center;
}
.cform .vfbp-form .btn-primary{
    background-color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 35.88px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #084879;
    padding: 8px 60px;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
.cform .vfbp-form .btn-primary:hover{
    background-color: #999999;
    color: #ffffff;
}
.vfb-name-block:after{
    clear: both;
    content:"";
    display: block;
}
.cform .vfbp-form .vfb-has-success .vfb-control-label{
    color: #ffffff;
}
.sc-book{
    padding: 56px 0;
}
.sc-book p:empty{
    display: none;
}
.sc-book h2{
    font-size: 44px;
    line-height: 52px;
    font-weight: 500;
}
.book-author{
    background-color: #084879;
    color: #ffffff;
}
.book-info h2{
    margin-bottom: 15px;
}
.book-info .book-by{
    margin-bottom: 10px;
}
.amazone-note{
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.amazone-link{
    margin-bottom: 10px;
	margin-top: 50px;
}
.amazone-link:hover{
    opacity: 0.8;
}
.book-author{
    padding-top: 0;
    position: relative;
}
.author-avatar{
    position: relative;
}
.author-avatar img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
    border: 4px solid #f5980c;
    position: absolute;
    top: -100px;
    right: 0;
    margin: 0;
}
.author-title{
    padding-top: 56px;
    position: relative;
    text-transform: uppercase;
}
.author-title:before{
    width: 80px;
    height: 4px;
    background-color: #999999;
    content: "";
    display: inline-block;
    margin-right: 20px;
}
.author-name{
    font-weight: 500;
}
.book-others h2{
    margin-bottom: 50px;
}
.woocommerce div.product div.summary:after{
    clear: both;
    display: inline-block;
    content:"";
}
.up-sells{
    clear: both;
    width: 100%;
}
/*
* Blog
*/
.title-border {
    border-bottom: 1px solid #247796;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.post-item{
    box-shadow: 0px 10px 30px 0px #3D5B7D26;
    border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
    margin-bottom: 40px;
}
.post-image{
    border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
    background-color: #E1E1E1;
}
.post-image a{
    position: relative;
    display: block;
    padding-top: 56.25%;
}
.post-image img,
.post-video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        -o-border-radius: 15px 15px 0 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.post-video .fluid-width-video-wrapper{
    padding: 0 !important;
    position: static !important;
}
.post-inner{
    padding: 15px 40px 40px;
}
.post-inner p{
    margin: 0;
}
.entry-title a {
    color: #000000;
}
.entry-title a:hover {
    color: #084879;
}
.post-metas{
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 30px;
    padding-bottom: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.post-metas span{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.post-category a{
    background: #084879;
    padding: 2px 12px 4px 12px;
    color: #ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    display: inline-block;
}
.post-date{
    position: relative;
}
.post-date:before{
    display: inline-block;
    content:"";
    width: 5px;
    height: 5px;
    background-color: #247796;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 10px;
}
.post-excerpt {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.post-excerpt p{
    margin: 0;
}
.post-more{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E1E1;
    color: #084879;
    flex: 0 0 60px;
}
.post-more:hover{
    border: 1px solid #084879;
    color: #084879;
}
.wp-pagenavi {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DAE6F9;
    color: #212529;
}
.wp-pagenavi span,
.wp-pagenavi span.current{
    color: #247796;
    border: 1px solid #247796;
}

.blog-widget{
    margin-bottom: 48px;
}
.search-form{
    position: relative;
}
.search-form input[type=text]{
    width: 100%;
    background: #EEF5FF82;
    border: none;
    padding: 18px 70px 18px 20px;
    margin: 0;
    outline: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.search-form button{
    background: #084879;
    padding: 15px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: none;
    outline: none;
}
.search-form button:hover,
.search-form button:focus{
    background-color: #999999;
    color: #ffffff;
}

.blog-widget .widget-title{
    font-weight: 700;
    margin-bottom: 20px;
}
.cat-list-item{
    margin-bottom: 14px;
}
.term-link-item{
    display: flex;
    width: 100%;
    position: relative;
    border: 1px solid #084879;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    align-items: center;
    color: #000000;
}
.cat-thumb{
    width: 70px;
    flex: 0 0 70px;
    min-height: 70px;
    height: 100%;
    background-color: #084879;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    display: inline-block;
    border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        -o-border-radius: 5px 0 0 5px;
}
.term-link-item:before{
    
}
.term-link-item i{
    right: 10px;
    position: absolute;
}
.term-link-item:hover{
    color: #084879;
}
.popular-item{
    display: flex;
    margin: 0 0 16px;
}
.popular-thumb{
    width: 25%;
}
.popular-thumb img{
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    width: 100%;
    height: 70px;
    object-fit: cover;
    object-position: center;
}
.popular-right{
    width: 75%;
    padding-left: 15px;
}
.popular-right .stitle {
    margin-bottom: 4px;
}
.popular-right .entry-date{
    font-size: 16px;
    line-height: 24px;
}

.single-post-title{
    border-bottom-color: #A96D43;
}
.single-thumb{
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 16px;
}
.single-thumb img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
}
.quote-box{
    box-shadow: 0px 10px 30px 0px #3D5B7D26;
        -moz-box-shadow: 0px 10px 30px 0px #3D5B7D26;
        -webkit-box-shadow: 0px 10px 30px 0px #3D5B7D26;
        -o-box-shadow: 0px 10px 30px 0px #3D5B7D26;
    padding: 96px 50px 50px;
    background-color: #ffffff;
    position: relative;
    border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
    margin-top: 48px;
    margin-bottom: 48px;
}
.quote-box:before{
    width: 121px;
    height: 101px;
    background: url(../images/quote-open.svg) no-repeat scroll 0 0;
    content:"";
    display: block;
    position: absolute;
    left: 34px;
    top: -15px;
}
.qcontent{
    font-style: italic;
    line-height: 34px;
    margin-bottom: 20px;
}
.qauthor{
    position: relative;
    font-weight: 700;
}
.qauthor:after{
    position: absolute;
    right: 0;
    bottom: 4px;
    content:"";
    display: inline-block;
    background: #084879;
    width: 100px;
    height: 6px;
}
.post-tags{
    border-top: 1px solid #DAE6F9;
    padding-top: 30px;
    margin-top: 48px;
}
.post-tags a{
    border: 1px solid #247796;
    font-size: 14px;
    line-height: 20px;
    color: #084879;
    display: inline-block;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    padding: 4px 12px;
    margin-left: 10px;
}
.post-tags a:hover{
    border-color: #FF9600;
    background-color: #1DABDF;
    color: #ffffff;
}
.author-box{
    box-shadow: 0px 10px 15px 0px #177EF740;
        -moz-box-shadow: 0px 10px 15px 0px #177EF740;
        -webkit-box-shadow: 0px 10px 15px 0px #177EF740;
        -o-box-shadow: 0px 10px 15px 0px #177EF740;
    border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
    background-color: #084879;
    color: #ffffff;
    position: relative;
    display: flex;
    margin-top: 48px;
    margin-bottom: 48px;
}
.author-box:before{
    content:"";
    background-color: #B0B0B0;
    width: 196px;
    height: 196px;
    display: none;
    border-radius: 15px 0 0 15px;
        -moz-border-radius: 15px 0 0 15px;
        -webkit-border-radius: 15px 0 0 15px;
        -o-border-radius: 15px 0 0 15px;
}
.author-inner{
    padding: 20px 40px 20px;
}
.author-position{
    margin: 0;
}
.author-thumb{
    border-radius: 15px 0 0 15px;
        -moz-border-radius: 15px 0 0 15px;
        -webkit-border-radius: 15px 0 0 15px;
        -o-border-radius: 15px 0 0 15px;
    width: 196px;
    display: flex;
    flex: 0 0 196px;
    align-items: center;
    justify-content: center;
    background-color: #B0B0B0;
}
.author-thumb img{
    width: 96px;
}
.author-inner h5{
    margin: 0 0 5px;
}
.author-links{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 5px 0 10px;
    font-size: 20px;
    line-height: 38px;
}
.author-links > li{
    padding: 0;
    margin: 0;
}
.author-links > li a{
    color: #ffffff;
}
.author-links > li a:hover{
    color: #999999;
}

.post-nav-link{
    display: flex;
    gap: 250px;
    justify-content: space-between;
    border-top: 1px solid #DAE6F9;
    padding-top: 40px;
    margin-top: 40px;
}
.post-nav-right{
    text-align: right;
}
.post-nav-item span{
    display: block;
}
.post-nav-item a{
    color: #000000;
}
.post-nav-item a:hover{
    color: #084879;
}
.nav-label{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 30px;
    margin-bottom: 16px;
}
.nav-title{
    font-weight: 700;
    margin-bottom: 4px;
}
.nav-date{
    font-size: 14px;
    line-height: 20px;
}
.post-nav-left .nav-label{
    background-image: url(../images/arrow-left.svg);
    background-position: left center;
    padding-left: 40px;
}
.post-nav-right .nav-label{
    background-image: url(../images/arrow-right.svg);
    background-position: right center;
    padding-right: 40px;
}

@media (min-width: 768px){
    .filter-search .form-group{
        margin: 0;
    }
}

@media (min-width: 992px){
    .singup-title{
        margin: 0;
    }
    .book-info-left{
        padding-right: 25px;
    }
    .book-info-right{
        padding-left: 25px;
    }
    .sidebar-articles{
        padding-left: 35px;
    }
}

@media (min-width: 1024px){
    .sub-menu{
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #084879;
        z-index: 99;
        min-width: 220px;
        list-style: none;
        box-shadow: 0px 4px 9px 0px #0000001A;
            -moz-box-shadow: 0px 4px 9px 0px #0000001A;
            -webkit-box-shadow: 0px 4px 9px 0px #0000001A;
            -o-box-shadow: 0px 4px 9px 0px #0000001A;
        border-radius: 0;
        margin: 0;
        padding: 10px 0 8px;
        display: none;
    }
    .sub-menu > li{
        margin: 0;
        padding: 0;
        position: relative;
    }
    .sub-menu > li > a{
        color: #ffffff;
        font-size: 16px;
        line-height: 24px;
        display: block;
        padding: 8px 16px;
    }
    .sub-menu > li > a:hover,
    .sub-menu > li > a:focus{
        color: #FF9600;
    }
    .main-nav > li > a,
    .main-nav > li > span{
        padding-bottom: 8px;
        display: inline-block;
    }
    .main-nav > li:hover > .sub-menu{
        display: block;
    }
    .main-nav > li.main-nav-articles  > .sub-menu{
        width: 380px;
    }
    
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1500px;
    }
    .col-right-img-1{
        padding-left: 80px;
    }
    .start-box{
        margin-right: 50px;
    }
    .text-padding-right{
        padding-right: 30px;
    }
    .text-padding-left{
        padding-left: 30px;
    }
}

@media (max-width: 1599px){
    body{
        font-size: 18px;
        line-height: 28px;
    }
    .header-right{
        padding-right: 25px;
    }
    .top-links{
        padding: 10px 0 15px;
    }
    .main-nav{
        margin: 0 -16px;
    }
    .main-nav > li {
        padding: 0 16px;
    }
    .main-nav > li > a, 
    .main-nav > li > span,
    .main-nav > li > a.cbtn{
        font-size: 16px;
        line-height: 24px;
    }   
    .main-nav > li > a.cbtn{
        padding: 10px 24px;
    }
    .listing-item{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px){
    .header-left {
        width: 23%;
    }
    .header-right{
        padding-right: 15px;
        width: 77%;
    }
    .main-nav {
        margin: 0 -10px;
    }
    .main-nav > li {
        padding: 0 10px;
    }
    .main-nav > li > a, 
    .main-nav > li > span,
    .main-nav > li > a.cbtn{
        font-size: 14px;
        line-height: 22px;
    }  
    .main-nav > li > a.cbtn {
        padding: 8px 15px;
    }
}

@media (max-width: 1199px){
    body{
        font-size: 16px;
        line-height: 26px;
    }
    h1,
    .h1{
        font-size: 32px;
        line-height: 40px;
    }
    h2,
    .h2{
        font-size: 32px;
        line-height: 40px;
    }
    h3,
    .h3{
        font-size: 28px;
        line-height: 36px;
    }
    h4,
    .h4{
        font-size: 24px;
        line-height: 32px;
    }
    h5,
    .h5{
        font-size: 20px;
        line-height: 28px;
    }
    h6,
    .h6{
        font-size: 16px;
        line-height: 24px;
    }
    .woocommerce ul.columns-4 li.product, 
    .woocommerce-page ul.columns-4 li.product{
        width: 33.33333%;
    }
}

@media (max-width: 1023px){
    .header-left {
        width: 55%;
    }
    .header-right{
        padding-right: 15px;
        width: 45%;
    }
    .top-links{
        gap: 25px;
    }
    .top-links > li span {
        display: none;
    }
   
    .main-nav{
        position: fixed;
        top: 0;
        left: -325px;
        opacity: 0;
        background-color: #084879;
        height: 100%;
        z-index: 999999;
        box-shadow: 0px 4px 9px 0px #0000001A;
        width: 320px;
        max-width: 320px;
        margin: 0;
        padding: 50px 15px 15px;
        transition: all 0.4s ease-out;
            -moz-transition: all 0.4s ease-out;
            -webkit-transition: all 0.4s ease-out;
            -o-transition: all 0.4s ease-out;
    }
    .main-nav > li{
        padding: 10px 0;
    }
    .main-nav > li > a,
    .main-nav > li > span{
        padding: 0;
        color: #ffffff;
    }
    .main-nav > li > i{
        color: #ffffff;
    }
    .main-nav > li:hover > a, 
    .main-nav > li:hover > span, 
    .main-nav > li:hover > i {
        color: #ffffff;
    }
    .main-nav > li i,
    .main-nav > li.menu-item-has-children i{
        float: right;
        padding: 6px;
    }
    .main-nav > li > a.cbtn{
        background-color: #ffffff;
        color: #084879;
        font-weight: 600;
    }
    .main-nav > li > a.cbtn:hover{
        background-color: #999999;
        color: #ffffff;
    }
  
    .sub-menu{
        position: static;
        background-color: transparent;
        box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -o-box-shadow: none;
        padding: 5px 0 0 15px;
        margin: 0;
        list-style: none;
    }
    .sub-menu > li{
        padding: 10px 0;
        margin: 0;
    }
    .sub-menu > li > a{
        padding: 0;
        color: #ffffff;
        font-weight: 400;
        font-size: 16px;
    }
    .button-open{
        display: block;
        font-size: 40px;
        line-height: 40px;
        float: right;
    }
    .button-open:hover,
    .button-open:focus{
        color: #084879;
    }
    .button-close{
        position: fixed;
        top: 15px;
        left: 282px;
        z-index: 999999;
        font-size: 32px;
        line-height: 32px;
        color: #ffffff;
    }
    .button-close:hover,
    .button-close:focus{
        color: #ffffff;
    }
    .menu-active .button-close{
        display: block;
    }
    .menu-active .main-nav{
        display: block;
        left: 0;
        opacity: 1;
    }
    .sc-home-2 {
        padding-bottom: 50px;
    }
    .sc-home-4.sc-waves{
        padding-top: 140px;
        background-position: center 70px;
    }
    .sc-home-4 .listing-item{
        margin-top: 60px;
    }

}

@media (max-width: 991px){
    .start-logo img{
        width: 100px;
    }
    .start-box{
        padding-bottom: 51px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sc-subscribe{
        padding: 80px 0;
    }
    .articles-reviews{
        padding-bottom: 80px;
    }
    .title-dotted span:before, 
    .title-dotted span:after{
        display: none;
    }
    .findfyi{
        padding-bottom: 80px;
    }
    .findfyi-text{
        padding-bottom: 60px;
    }
    .footer-main{
        padding: 80px 0 50px;
    }
    .footer-widget{
        margin: 0 0 30px;
    }
    .woocommerce ul.columns-4 li.product, 
    .woocommerce-page ul.columns-4 li.product{
        width: 50%;
    }
    .contact-right,
    .contact-left{
        width: 100%;
    }
    .contact-right{
        border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        -webkit-border-radius: 0 0 20px 20px;
        -o-border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 767px){
    input[type=text], input[type=email], input[type=tel], select, textarea{
        padding: 15px 20px;
    }
	.main-nav .menu-join-network{
		padding:0px;
	}
    .search-wrap{
        padding: 20px 20px;
        margin-bottom: 25px;
    }
    .search-wrap input[type="submit"]{
        font-size: 20px;
        line-height: 20px;
    }
    .col-right-img-1 img{
        width: 70%;
    }
    .listing-column {
        margin-bottom: 50px;
    }
    .listing-item{
        height: auto;
    }
    .compiling .mb-80{
        margin-bottom: 50px;
    }
    .singup-wrap input[type=email], 
    .singup-wrap input[type=text]{
        padding-left: 25px;
    }
    .singup-wrap input[type=submit]{
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .sc-articles-reviews {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .footer-main{
        padding: 50px 0 10px;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 50%;
        margin: 0 0 30px;
        padding: 0 15px;
        float: none;
    }
    .col-sidebar{
        padding-bottom: 30px;
    }
    .contact-left,
    .contact-right{
        padding-left: 15px;
        padding-right: 15px;
    }
    .cbox-email a{
        word-wrap: break-word;
    }
    .ftitle {
        font-size: 26px;
        line-height: 34px;
    }
    .sc-adsrorate {
        padding: 40px 0;
        text-align: center;
    }
    .post-metas{
        flex-wrap: wrap;
    }
    .post-tags a{
        margin-bottom: 4px;
    }
    .author-box {
        display: block;
    }
    .author-thumb {
        width: 100%;
        padding: 15px 0;
        text-align: center;
        border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        -o-border-radius: 15px 15px 0 0;
    }
    .author-inner {
        padding: 20px 20px 20px;
    }
    .post-nav-item .nav-title,
    .post-nav-item .nav-date{
        display: none;
    }
    .sidebar-articles{
        padding-top: 30px;
    }
}

@media (max-width: 575px){
    .woocommerce ul.columns-4 li.product, 
    .woocommerce-page ul.columns-4 li.product{
        width: 100%;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100%;
    }
    .post-inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .post-excerpt {
        align-items: flex-end;
    }
}

@media (max-width: 479px){
    .copyright span{
        display: block;
        text-align: center;
    }
    .upgrade-wrap .upgrade{
        font-size: 18px;
        line-height: 30px;
    }
}