body {
    font-family: 'Fira Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
}

/* Header css */
header *{
    font-family: 'Poppins', sans-serif !important;
}

.top_header{
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}
.login_gift_box {
    text-align: right;
}
.login_gift_box .gift_cards {
    text-decoration: none;
    color: #E64D3D;
    border: 1px solid #E64D3D;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 5px;
}
.login_gift_box .gift_cards img{
    width: 30px;
    padding-right: 10px;
}
.login_gift_box .login {
    text-decoration: none;
    background: #E64D3D;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    overflow-y: unset;
}
.cell_box {
    padding-top: 6px;
}
.cell_box a {
    text-decoration: underline !important;
    color: #212529;
}
.main_header{
    background: #033333;
    padding: 5px 0px;
}
.is-sticky .main_header{
    position: fixed;
    width: 100%;
    top: 0px;
    animation: slideDown 0.35s ease-out;
    z-index: 99999;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.logo{padding-top: 5px}

.inner_banner_section{
    background: #E64D3D;
    padding: 20px 0px;
}
.inner_banner_section .row.d-flex{
    display: flex;
    -webkit-display: flex;
    align-items: center;
}
.inner_banner_section .banner_img{
    text-align: right;
}
.inner_banner_section .banner_heading {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.logo a img{
    width: 140px;
}
.navbar-toggler-icon {
    background: url(/webp/v4/home/download.webp);
}
/* Header End css */

/*# URL=login.css */
.login-popup .login-container {
    padding: 0 45px 25px;
}

.login-popup h2 {
    margin: 0 0 30px;
}

.login-popup .login-form-1 {
    box-shadow: none;
    padding: 0;
    margin-bottom: 30px;
}

.login-form-1 {
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.2), 0 9px 26px 0 rgba(0,0,0,.19);
    margin: 0 auto;
    float: none;
    background: #fff;
}

.login-form-1 h3 {
    text-align: center;
    color: #333;
}

.login-popup .login-container form {
    padding: 0;
}

.login-popup .login-form-1 button {
    background-color: #e74c3c;
    color: #fff;
    border: 1px solid #e74c3c;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.login-popup .login-container p {
    font-size: 17px;
}

.login-popup .modal-body .popup-bdr-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid #e74c3c;
    margin-bottom: 10px;
}

.login-popup .login-container a i {
    color: #e74c3c;
    margin-right: 5px;
}

.login-container input {margin-bottom: 10px;}

.btn-block {
    display: block;
    width: 100%;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.login-popup .modal-header {
    text-align: right;
    display: inline-block;
}
/*# URL=login.css end */

.bootbox.modal{
    z-index: 999999;
}
.bootbox-accept {
    background: linear-gradient(90deg,#f1653f 0,#e64432 100%);
    border-radius: 62px;
    color: #fff;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16.5px;
    border-color: transparent;
}

.dasktop-btn-width {
    width: 50%;
    margin: auto;
}
.login-popup .modal-body .popup-bdr-btn{
    border-radius: 30px;
}
#loginBtn, #registerBtn{
    background:#e74c3c;
    color: #fff;
}
.login-container .text-center > p > a{
    color:#e74c3c;
}
.login-container .text-center > p > strong > a{
    color:#e74c3c;
}
.f-w-400{color:#e74c3c;}
.login-form-1 .input.email{
    text-align: left;
}
.login-form-1 .input.password{
    text-align: left;
}

p {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}


/* Footer css */

footer{
    background: #033333;
    padding: 20px 0px 0px;
    margin-top: 30px;
}
.footer_about_box {
    padding: 25px 15px 0 0;
}
.footer_about_box p{
    color: #fff;
    margin-top: 25px !important;
    font-size: 16px;
}
footer .policy_box {
    padding: 25px 0px;
}
footer .policy_box h5 {
    font-size: 32px;
    color: #E64D3D;
    margin-bottom: 25px;
}

footer .policy_box p a{
    text-decoration:none;
    color: #fff;
}
footer .help_faq_box {
    padding: 25px 0px;
}
footer .help_faq_box h5 {
    font-size: 32px;
    color: #E64D3D;
    margin-bottom: 25px;
}

footer .help_faq_box p a{
    text-decoration:none;
    color: #fff;
}
.footer_bottom{
    background: #002626;
    text-align: center;
    padding: 25px;
    color: #ccc;
}

footer *{
    font-family: 'Poppins', sans-serif !important;
}

.mobile_view{display: none;}
marquee a{color: #E64D3D;}
.marquee_text{padding-top: 14px;line-height: 15px;}

/**header login myaccount btn **/
.user-information-desktop {
    padding: 10px 16px;
}
.login_gift_box .btn-group{
    border: 1px solid #E64D3D;
}
.login_gift_box .btn-group a#dropdownMenuLink{
    padding: 5px 20px;
    color:#E64D3D;
}
.login_gift_box .btn-group a img{
    margin-top: -4px;
    margin-right: 3px;
}

/* Footer End css */

@media screen and (max-width: 991px) {
    .inner_banner_section .banner_heading{font-size: 30px}
    .logo a img{width: 130px;}
    .header_nav .navbar-toggler:focus{box-shadow: none;}    
}
@media screen and (max-width: 768px) {
    .cell_box{text-align: center;padding-bottom: 10px;}
    .login_gift_box {text-align: center;}
    .banner_img img{width: 100%;}    

    /*home page*/    
    .dasktop-btn-width { width: 100%; }
    .top_header{vertical-align: top;}
    .marquee_text{padding-top:0px; padding-bottom:10px;}
    .mobile_view{display: inline-block;margin-right: 15px;}
    .mobile_view img{width: 40px;}
    .desktop_view{display: none;}

}
@media screen and (min-width:320px) and (max-width:992px) {
    .header_nav{display: inline-block;width: 100%;text-align: right;}
    .header_nav .navbar-toggler{border: 1px solid #fff;}
}

