@charset "UTF-8";
/*
Theme Name: Exopress
Theme URI: http://themelooks.org/demo/exopress
Author: Themelooks
Author URI: https://themelooks.com
Description: Exopress is a Multipurpose Personal Blog WordPress Theme designed to build any kinds of Personal Blogging Website.
Version: 1.9
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exopress
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.buy-now-button-container {
    display: flex;
    justify-content: flex-end;
    flex: 1 !important;
    padding-right: 0 !important;
}
a.buy_now_button {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    padding: 12px 24px;
    white-space: nowrap;
    background-color: #fb9426;
    border: 1px solid #fb9426;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .3s ease;
    text-decoration: none;
}
.header.header div.sticky-header-hide {
    display: none !important;
}
.nav-menu > li {
    padding: 15.5px 0 !important;
}


header.header .fixed-top.fadeIn {
    display: block !important;
}

.nav-menu-cover ul.nav-menu {
    justify-content: flex-end;
    flex: 1;
    margin-right: 20px;
}

h1 {
    font-weight: 600 !important;
}

.enteraddons-newsletter-inner .enteraddons-newsletter-input {
    margin-bottom: 0;
}

/*.header-main.sticky-header {*/
/*    background-color: #fff;*/
/*    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);*/
/*    z-index: 10009;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*}*/

.form-inner-wrap input[type="email"],
.form-inner-wrap input[type="text"] {
    height: 40px;
}

.form-inner-wrap .wpcf7-submit {
 
    background-color: #FB9426;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px;
    margin-bottom: 0px;
    
}

.form-inner-wrap {
    background: #fb942612;
    padding: 21px;
    border-radius: 4px;
}

.quiz-field-wrap label {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}
.quiz-field-wrap input {
    width: 192px;
    margin: 0;
}

.page-title h1{
        font-weight: 600;
    font-style: normal;
    font-size: 44px;
}

