/* Global */
html {
    scroll-behavior: smooth;
}
body{
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
}
a{
    color: #0089D1;
}
.f-15{
    font-size: 15px;
}
.f-20{
    font-size: 20px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px
}
.mb-0{
    margin-bottom: 0;
}
ul, ol {
    font-size: 16px;
    line-height: 24px;
    padding-left: 18px;
}
.ul-none{
    list-style: none;
    margin: 0;
    padding: 0;
}
.section-ld-ul {
    list-style: none;
    padding-left: 40px;
}
.bg-lightgray{
    background-color: #F5F5F5;
}
.bg-darkblue{
    background-color: #0F0C29;
}
.border-bottom-gray{
    border-bottom: 1px solid #E0E0E0;
}
.border-bottom-black{
    border-bottom: 1px solid #000;
}
.section-ld {
    padding: 100px 0;
}
.section-ld .section-ld-title{
    font-weight: 700;
    font-size: 49px;
    line-height: 120%;
    margin-bottom: 30px;
}
.section-ld .section-ld-title-md{
    font-size: 39px;
    font-weight: 400;
    line-height: 46.8px;
}
.section-ld .section-ld-title-sm{
    font-size: 24px;
    line-height: 33px;
    color: #4E4F53;
    text-decoration: none;
}
.section-ld .section-ld-desc{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
}
p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.logo img{
    max-width: 100px;
}
.btn-group{
    max-width: 400px;
    width: 100%;
}
.btn-group .row{
    margin-left: -10px;
    margin-right: -10px;
}
.btn-group .row > .col-btn{
    padding: 7.5px 10px;
}
/* Button */
.btn-outlined{
    background-color: #FFFFFF;
    border: 1px solid #FF473E;
    color: #FF473E;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.btn-outlined:hover, .btn-outlined:focus, .btn-outlined:active{
    background-color: #FF473E;
    border: 1px solid #FF473E;
    color: #fff;
    text-decoration: none;
}
.btn-filled-white{
    background-color: #fff;
    border: 1px solid #F2F2F2;
    color: #0F0C29;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.btn-filled-white:hover, .btn-filled-white:focus, .btn-filled-white:active{
    background-color: #fff;
    border: 1px solid #F2F2F2;
    color: #0F0C29;
    text-decoration: none;
}
.btn-filled-black{
    background-color: #333333;
    border: 1px solid #F2F2F2;
    color: #fff;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.btn-filled-black:hover, .btn-filled-black:focus, .btn-filled-black:active{
    background-color: #333333;
    border: 1px solid #F2F2F2;
    color: #fff;
    text-decoration: none;
}
.btn-radius5{
    border-radius: 5px;
}
.btn-radius100{
    border-radius: 100px;
}
.btn-size-lg{
    font-size: 18px;
    line-height: 30px;
    padding: 16px 70px;
}
.btn-size-md {
    padding: 10px 30px;
    font-size: 20px;
    line-height: 120%;
}
.btn-size-sm {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 22px;
}
.btn-size-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
}
.btn-block {
    display: block;
    width: 100%;
}

/* Header */
.header-cont{
    height: 100px;
    justify-content: space-between;
}
.header-menu-list,
.header-cont{
    display: flex;
    align-items: center;
} 
.header-menu-list{
    margin: 0 -20px;
}
.header-menu-list li.menu-item{
    padding: 10px 15px;
    position: relative;
}
.header-menu-list li.menu-item a{
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    text-decoration: none;
}
.header-menu-list li.menu-item.current-menu-item a{
    font-weight: 700;
}
.menu-mobile {
    z-index: 9999;
    position: fixed;
    background-color: rgba(50,50,50,.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mobile-cont {
    display: block;
    width: 320px;
    background-color: #0F0C29;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 9999;
    padding: 15px 20px;
    left: -320px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mobile-cont .header-menu .main-header-menu{
    display: block;
    width: 100%;
    height: inherit;
}
.menu-mobile.show {
    opacity: 1;
    visibility: inherit;
}
.menu-mobile.show .mobile-cont {
    left: 0;
}
.menu-mobile-btn{
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}
.menu-mobile-btn .line{
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    margin-bottom: 6px;
}
.menu-mobile .header-menu-list{
    flex-direction: column;
    align-items: unset;
}
.menu-mobile .header-menu-list li.menu-item{
    padding-top: 15px;
    padding-bottom: 15px;
}
.menu-mobile .logo{
    display: block;
    margin-bottom: 20px;
}
.menu-mobile .btn-close{
    position: absolute;
    right: 20px;
    top: 20px;
    color: black;
    font-size: 30px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.55s ease-in-out;
    -moz-transition: all 0.55s ease-in-out;
    -ms-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}
.menu-mobile .btn-close:hover {
    background-color:#FF473E;
    color: white;
    opacity: .7;
    transform: rotate(360deg);
}
.header-menu-list .sub-menu{
    margin: 0;
    padding: 0;
    position: absolute;
    min-width: 270px;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid #ededed;
    z-index: 100;
    display: none;
    list-style: none;
}
.header-menu-list .sub-menu li.menu-item{
    padding: 10px 30px;
}
.header-menu-list .sub-menu li.menu-item{
    border-bottom: 1px solid #ededed;
}
.header-menu-list li.menu-item-has-children:hover .sub-menu{
    display: block!important;
}
.header-section{
    background-color: #0F0C29;
}
@media(min-width: 992px){
    .menu-mobile-btn{
        display: none;
    }
}
@media(max-width: 991px){
    .main-header-menu-desktop{
        display: none;
    }
    .header-menu-list .sub-menu{
        display: block;
    }
}
/* Footer */
.footer-main .col-footer .footer-title{
    margin-bottom: 5px;
}
.footer-main .menu-footer-list{
    margin-bottom: 20px;
}
.footer-main .menu-footer-list li a{
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.form-custom .form-footer-wrapper{
    position: relative;
    overflow: hidden; 
}
.menu-sub-menu-footer-container{
    margin-bottom: 5px;
}
.form-custom .wpcf7 form .wpcf7-response-output{
    margin: 15px 0;
}
.form-custom form span.wpcf7-not-valid-tip {
    bottom: -22px;
    left: 0;
}
.form-custom input, .form-custom select{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #CACDCF;
    padding: 5px 10px;
}
.form-custom textarea{
    border: 1px solid #CACDCF;
    width: 100%;
}
.form-custom input[type=submit]{
    max-width: 125px;
    padding: 12px 35px;
    font-size: 16px;
    line-height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #FF473E;
    color: #FF473E;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.form-custom input[type=submit]:hover{
    background-color: #FF473E;
    color: #fff
}
.form-footer input[type=email]{
    max-width: 250px;
    float: left;
}
.form-footer .your-email {
    float: left;
    margin-right: 10px;
}
.sub-menu-footer .container{
    padding-top: 20px;
}
.sub-menu-footer .sub-menu-footer-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sub-menu-footer .sub-menu-footer-list li{
    padding: 0 8px;
}
.sub-menu-footer .sub-menu-footer-list li a{
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
/* Homepage */
.features-row{
    padding: 25px 0;
}
.package-list.row{
    margin-left: -10px;
    margin-right: -10px;
}
.package-list.row .package-item{
    padding: 10px;
    display: flex;
}
.package-item-price{
    font-weight: bold;
    font-size: 60px;
    line-height: 75px;
}
.price-tag{
    margin-left: 5px;
}
.package-item-wrapper .btn-outlined{
    padding: 10px 40px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    background-color: #FFF;
    color: #000;
    border: none;
    border-radius: 100px;
}
.package-item-wrapper{
    background: #6FCF97;
    border: 1px solid #CACDCF;
    color: #fff;
    border-radius: 20px;
    padding: 20px 20px 120px;
    width: 100%;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.package-item-wrapper a{
    color: #fff;
}
.package-item-wrapper .package-item-name{
    margin-bottom: 1.2rem;
}
.package-item-wrapper .package-item-name a{
    color: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.package-item-wrapper.deluxe-package{
    background: #FFF7F7;
    border: 10px solid #FFE4E4;
}
.package-item-wrapper.deluxe-package .package-item-name{
    color: #FE5249;
}
.package-item-wrapper .package-item-price{
    display: inline-block;
    margin-bottom: 1.2rem;
}
.package-item-wrapper .package-item-price del{
    display: inline-block;
    font-size: 26px;
    margin-left: 5px;
    text-decoration: line-through;
    color: #ccc;
}
.package-item-wrapper .package-item-price ins{
    text-decoration: none;
}
.package-item-wrapper .package-item-img{
    height: 200px;
}
.package-item-wrapper .package-item-img img{
    max-width: 100%;
}
.package-item-wrapper .package-item-desc > *{
    font-size: 20px;
}
.package-item-wrapper .package-item-desc ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.package-item-wrapper .package-item-desc ul li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
}
.package-item-wrapper .package-item-desc ul li::before {
    content: '';
    background-image: url(../images/icons/white_check.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.package-item-wrapper a:hover{
    text-decoration: none;
}
.package-item-wrapper:hover .package-item-name a{
    color: #fff;
}
.package-item-wrapper .license-text{
    margin-top: 15px;
}
.package-item.package-item-custom .package-item-wrapper{
    background-color: transparent;
    color: #000;
}
.package-item.package-item-custom-dark .package-item-wrapper{
    background-color: #333333;
    border: 1px solid #FFFFFF;
    color: #fff;
}
.package-item.package-item-custom .package-item-wrapper .btn-outlined{
    background: linear-gradient(90deg, #FFE259 0%, #FFA751 100%);
    position: unset;
    width: 100%;
    transform: unset;
    margin-top: 30px;
}
.package-item.package-item-custom-dark .package-item-wrapper .btn-outlined{
    background: linear-gradient(90deg, #FFE259 0%, #FFA751 100%);
    position: unset;
    width: 100%;
    transform: unset;
    margin-top: 30px;
}
.package-list.row{
    margin-bottom: 60px;
}
body.logged-in > header {  
    margin-top: 32px;  
}  
@media(max-width: 320px){
    .mobile-cont{
        width: calc(100% - 80px);
    }
}
/* Cart */
#mini-cart-count{
    position: fixed;
    right: 0;
    top: 200px;
    background-color: #FF473E;
    padding: 10px;
    z-index: 1000000;
}
#mini-cart-count a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#mini-cart-count .icon_cart{
    display: inline-block;
    background: url(../images/cart.png) no-repeat 0 3px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
#mini-cart-count .amount{
    display: inline-block;
}
.button.add_to_cart_button.added:after{
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    color: #FF473E;
    font-weight: bold;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
/* Cart Checkout */
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th{
    padding: 6px 10px;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
}
.woocommerce form .form-row textarea{
    padding: 5px 10px;
}
@media (min-width: 992px){
    .woocommerce-page table.cart td.actions .input-text#coupon_code {
        width: auto;
    }
}

#billing_address_1_field .required, #billing_city_field .required, #billing_state_field .required, #billing_postcode_field .required {
    display: none;
}
/* Login Page */
#ticket-form,
#contact-form{
    max-width: 600px;
    width: 100%;
    padding: 35px 55px;
    margin: 25px auto;
    background: #fff;
    border: 1px solid #ccc;
}
#ticket-form h3,
#contact-form h3{
    color: #3E3E3E;
    margin-bottom: 15px;
}
.ticket_error{
    color: #dc3232;
    font-size: 14px;
}
.ticket_success{
    color: #46b450;
    font-size: 14px;
}

.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}

.grecaptcha-badge:hover {
width: 256px !important;
}
.web-slider .web-slider-item{
    padding: 20px;
    cursor: pointer;
}
.web-slider .web-slider-item img{
    max-width: 100%;
    margin: auto;
    transition: all 300ms ease;
}
.web-slider .web-slider-item .web-slider-item-title{
    margin-top: 30px;
    margin-bottom: 10px;
}
.web-slider .web-slider-item .web-slider-item-desc{
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}
.web-slider .web-slider-item.slick-center img{
    transform: scale(1.1);
}
.mobile-slider .mobile-slider-item{
    padding: 20px 35px;
    cursor: pointer;
}
.mobile-slider .mobile-slider-item img{
    max-width: 100%;
    margin: auto;
    transition: all 300ms ease;
}
.mobile-slider .mobile-slider-item .mobile-slider-item-title{
    margin-top: 30px;
    margin-bottom: 10px;
}
.mobile-slider .mobile-slider-item .mobile-slider-item-desc{
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}
.mobile-slider .mobile-slider-item.slick-center img{
    transform: scale(1.1);
}
.tab-content.tab-content-slider>.tab-pane{
    display: block;
}
.tab-content.tab-content-slider>.tab-pane *{
    max-height: 0;
}
.tab-content.tab-content-slider>.tab-pane.active *{
    max-height: 100%;
}
.slider-tabs.nav-tabs{
    border: none;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}
.slider-tabs.nav-tabs .nav-link{
    background-color: transparent;
    border: 1px solid #F2F2F2;
    color: #fff;
    border-radius: 100px;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    padding: 10px 50px;
}
.slider-tabs.nav-tabs .nav-link.active{
    background-color: #F2F2F2;
    color: #333333;
}
.slider-tabs-dark.nav-tabs .nav-link{
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    color: #333;
    border-radius: 100px;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    padding: 10px 50px;
}
.slider-tabs-dark.nav-tabs .nav-link.active{
    background-color: #333;
    color: #fff;
}
.tab-content-grid .mobile-slider .mobile-slider-item{
    padding-left: 25px;
    padding-right: 25px;
}
.tab-content-grid .web-slider .web-slider-item{
    padding-left: 20px;
    padding-right: 20px;
}
.modal-slider .modal-content{
    background-color: transparent;
    border: none;
}
.web-slider .slick-list,
.mobile-slider .slick-list{
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
@media(max-width: 1800px){
    .web-slider .slick-list {
        padding-left: 25%!important;
        padding-right: 25%!important;
    }
    .mobile-slider .slick-list {
        padding-left: 10%!important;
        padding-right: 10%!important;
    }
}
@media(max-width: 991px){
    .modal-slider .modal-dialog{
        max-width: 90vw
    }
}
@media(max-width: 768px){
    .web-slider .slick-list{
        padding-left: 10%!important;
        padding-right: 10%!important;
    }
    .mobile-slider .slick-list{
        padding-left: 15%!important;
        padding-right: 15%!important;
    }
    .mobile-slider .mobile-slider-item{
        padding-left: 20px;
        padding-right: 20px;
    }
    .slider-tabs.nav-tabs{
        gap: 10px;
    }
    .mobile-slider .mobile-slider-item{
        text-align: center;
    }
}
@media(max-width: 375px){
    .web-slider .slick-list{
        padding-left: 5%!important;
        padding-right: 5%!important;
    }
}
.btn-header{
    background: linear-gradient(90deg, #FFE259 0%, #FFA751 100%);
    border-radius: 100px;
    display: inline-block;
    font-size: 16px;
    line-height: 120%;
    padding: 10px 20px;
    color: #000000;
}
.btn-header:hover, .btn-header:focus{
    text-decoration: none;
    color: #000000;
}
.section-ld#profile{
    background: linear-gradient(90deg, #FFEEEE 0%, #DDEFBB 100%);
}
.features-list .features-item{
    margin-top: 70px;
}
.features-list .features-item .features-item-link{
    color: #000;
}
.features-list .features-item .features-item-link:hover{
    color: #000;
    text-decoration: none;
}
.features-list .features-item img{
    margin-bottom: 20px;
}
.features-list .features-item .features-item-desc{
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}
.profile-slider .profile-slider-item img{
    max-width: 100%;
    margin: 0 auto;
}
.profile-slider .slick-dots{
    bottom: -30px;
}
.section-ld#faqs{
    background-color: #333333;
    color: #fff;
}
.faqs-list{
    padding-top: 20px;
}
.faqs-list .faqs-list-item{
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.faqs-list .faqs-list-item .faqs-list-item-question{
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.faqs-list .faqs-list-item .faqs-list-item-answer{
    font-size: 16px;
    margin-top: 10px;
}
.section-ld#addons{
    background-color: #7A8BFF;
}
.features-list .features-list-item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.features-list .features-list-item .features-list-item-icon{
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/green_check.png);
}
.features-list .features-list-item .features-list-item-info{
    margin-left: 20px;
}
.features-list .features-list-item .features-list-item-info .features-list-item-info-name{
    font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
}
.features-list .features-list-item .features-list-item-info .features-list-item-info-desc{
    color: #828282;
}
#webModal .web-slider-modal-prev,
#webModal .web-slider-modal-next{
    width: 30px;
    height: 30px;
}
.web-slider-modal-btn{
    cursor: pointer;
}
.web-slider-modal-btn img{
    max-width: 100%
}
#webModal .web-slider-modal-prev{
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
#webModal .web-slider-modal-next{
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
#mobileModal .mobile-slider-modal-prev,
#mobileModal .mobile-slider-modal-next{
    width: 30px;
    height: 30px;
}
#mobileModal .mobile-slider-modal-prev{
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
#mobileModal .mobile-slider-modal-next{
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-slider-modal-btn{
    cursor: pointer;
}
.mobile-slider-modal-btn img{
    max-width: 100%
}
.web-slider-modal .web-slider-item img,
.mobile-slider-modal .mobile-slider-item img{
    margin: auto;
    max-width: 100%;
}
.web-slider-modal > .web-slider-item + .web-slider-item,
.mobile-slider-modal > .mobile-slider-item + .mobile-slider-item{
    display: none
}
.tab-content-slider .web-slider > .web-slider-item + .web-slider-item,
.tab-content-slider .mobile-slider > .mobile-slider-item + .mobile-slider-item{
    display: none
}
.modal-slider-close{
    position: fixed;
    top: 20px;
    right: 30px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    cursor: pointer
}
@media(max-width: 768px){
    .section-ld{
        padding: 50px 0;
    }
    .section-ld .section-ld-title{
        font-size: 36px;
    }
    .features-list .features-item{
        margin-top: 30px;
    }
}
.logo-footer{
    margin-bottom: 20px;
}
/* Affiliate Page */
.border-bottom-red{
    position: relative;
}
.border-bottom-red::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color:#FF473E;
    height: 1px;
    width: 230px;
    bottom: 0;
}
.how-list{
    display: flex; 
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.how-list .how-list-item{
    max-width: 100%; 
    flex: 0 0 100%; 
    margin-bottom: 40px;
}
.how-list .how-list-item .how-list-item-wrap{
    display: flex;
    align-items: center;
}
.how-list .how-list-item .how-list-item-wrap .how-list-item-icon{
    margin-right: 40px; 
    flex-shrink: 0; 
    width: 32px;
}
.policy-list{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
/* Blog Page */
.blog-posts{
    padding-bottom: 30px;
}
.post-item{
    margin-bottom: 20px;
}
.section-loadmore{
    text-align: center;
}
.section-loadmore .loadmore-btn{
    color: #FF473E;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
.main-content-post .suggest {
    color: rgba(21,20,26,.5);
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.main-content-post ul,
.main-content-post ol{
    font-size: 16px;
}
@media(max-width: 991px){
    .main-content-post .body-content{
        padding: 20px 0;
    }
}
.promote-badge{
    background-color: #22D3EE;
    padding: 20px 0;
    position: relative;
}
.promote-badge.hidden{
    display: none;
}
.promote-badge .promote-badge-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.promote-badge .promote-badge-link:hover{
    text-decoration: none;
}
.promote-badge .promote-badge-wrap{
    display: flex;
    align-items: center;
    gap: 25px;
    padding-right: 40px;
    position: relative;
}
.promote-badge .promote-badge-wrap .promote-badge-wrap-img{
    max-height: 120px;
    max-width: 130px;
    flex-shrink: 0;
}
.promote-badge .promote-badge-wrap .promote-badge-wrap-content{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}
.promote-badge .promote-badge-wrap .promote-badge-wrap-content .promote-badge-wrap-content-logo{
    display: inline-block;
    max-height: 25px;
    margin-bottom: 10px;
}
.promote-badge-btn{
    display: inline-block;
    background-color: #000000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
}
.promote-badge-btn:hover{
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}
.promote-badge .promote-badge-wrap .promote-badge-close-btn{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
@media(max-width: 991px){
    .promote-badge .promote-badge-wrap .promote-badge-wrap-img,
    .promote-badge .promote-badge-wrap .promote-badge-wrap-action{
        display: none;
    }
}
@media(max-width: 575px){
    .promote-badge .promote-badge-wrap .promote-badge-wrap-content{
        font-size: 16px;
        line-height: 1.5;
    }
}

.apps-list{

}
.apps-list .apps-item{
    margin-bottom: 50px;
}

.apps-list .apps-item:nth-child(odd) .apps-item-figure{
    order: 1;
}
.apps-list .apps-item:nth-child(odd) .apps-item-main{
    order: 2;
    padding-left: 80px;
    text-align: left;
}

.apps-list .apps-item:nth-child(even) .apps-item-figure{
    order: 2;
}
.apps-list .apps-item:nth-child(even) .apps-item-main{
    order: 1;
    padding-right: 80px;
    text-align: left;
}

.apps-list .apps-item .apps-item-warp{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.apps-list .apps-item .apps-item-figure{
    width: 285px;
    min-width: 285px;
    flex-grow: 0;
}
.apps-list .apps-item .apps-item-figure img{
    display: block;
    max-width: 100%;
    width: 100%;
}
.apps-list .apps-item .apps-item-main{
    flex-grow: 1;
}
.apps-list .apps-item .apps-item-title{
    font-size: 39px;
    line-height: 56px;
    font-weight: 400;
    color: #000000;
}
.apps-list .apps-item .apps-item-desc{
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
}
@media(max-width: 767px){
    .apps-list .apps-item .apps-item-warp{
        flex-wrap: wrap;
    }

    .apps-list .apps-item .apps-item-figure{
        width: 100%;
        min-width: 0;
    }

    .apps-list .apps-item:nth-child(2n+1) .apps-item-figure {
        order: 1;
    }
    .apps-list .apps-item:nth-child(2n+1) .apps-item-main {
        order: 2;
        padding-left: 0;
        text-align: left;
    }
    .apps-list .apps-item:nth-child(2n) .apps-item-figure {
        order: 1;
    }
    .apps-list .apps-item:nth-child(2n) .apps-item-main {
        order: 2;
        padding-right: 0;
        text-align: left;
    }
}

.download-apps{

}
.download-apps .download-apps-link{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px;
}
.download-apps .download-apps-link img{
    max-width: 250px;
}
.package-item-check{
    margin-bottom: 5px;
}
.package-item-checkbox{
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}
.package-item-checkbox input[type="checkbox"]{
    position: absolute;
    left: 5px;
    top: 5px;
}

@media (min-width: 1200px) {
    .header-section .container {
        max-width: 1260px;
    }
}

.note-section {
    background-color: #FFF8E4;
    border-radius: 20px;
    padding: 20px;
    font-size: 16px;
}
.pwa-content{
    padding-right: 80px;
}
.pwa-content .pwa-title{
    font-size: 39px;
    font-weight: 400;
    line-height: 46.8px;
    margin-bottom: 10px;
}
.how-to-add-content .how-to-add-content-title{
    font-size: 31px;
    font-weight: 400;
    line-height: 37.2px;
}
.showcases-item{
    margin-bottom: 40px;
    text-align: center;
}
.showcases-item a{
    text-decoration: none;
}
.showcases-item .showcases-item-name{
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    margin-top: 10px;
}
.section-ld-ul-hosting {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 60px;
    padding: 0;
}
.section-ld-ul li {
    position: relative;
    padding: 8px 0;
}
.section-ld-ul li::before {
    content: "";
    display: block;
    background-image: url(../images/icons/blue_check.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: -26px;
}
.hostings-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.hostings-list-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.hostings-list-item-wrap {
  border: 1px solid #D9D9D9;
  color: #1E1E1E;
  font-size: 14px;
  border-radius: 16px;
  position: relative;
}
.hostings-list-item-wrap-badge {
  background-color: #0088FF;
  color: #FFFFFF;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 20px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.hostings-list-item-wrap-top {
  padding: 25px;
  background-color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.hostings-list-item-wrap-top-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
.hostings-list-item-wrap-top-price span {
  font-weight: 600;
  color: #0088FF;
}
.hostings-list-item-wrap-top-duration {
  margin-bottom: 8px;
}
.hostings-list-item-wrap-top .btn-base {
  font-size: 14px;
  border-radius: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.hostings-list-item-wrap-body {
  background-color: #F5F5F5;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 20px 25px;
}
.hostings-list-item-wrap-body-ul {
  list-style: none;
  padding-left: 25px;
}
.hostings-list-item-wrap-body-ul li {
  position: relative;
  padding: 6px 0;
}
.hostings-list-item-wrap-body-ul li::before {
  content: "";
  display: block;
  background-image: url(../images/icons/blue_check.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: -26px;
}
.key-list {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -40px;
}
.key-list-item {
  padding: 0 25px;
  margin-bottom: 40px;
}
.key-list-item-content {
  background-color: #F5F5F5;
  padding: 24px;
  border-radius: 16px;
  height: 100%;
  transition: box-shadow 0.3s;
}
.key-list-item-content-icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.key-list-item-content-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.key-list-item-content:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .key-list-item {
    padding: 0 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .key-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -15px;
  }
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}