/*-=- MIN-WIDTH -=-*/
@media (min-width: 768px) {
    .navbar_mobile_btns {
        display: none;
    }

    .benefits_wrapper .section_title,
    .recent_winner_wrapper .section_title {
        margin-bottom: 40px;
    }

    /*-=- Forms -=- */
    .wp-login-lost-password,
    .forgetmenot {
        display: inline-block;
        width: 50%;
    }

    .wp-login-lost-password {
        float: right;
        text-align: right;
    }

    .forgetmenot {
        float: left;
    }
}

@media (min-width: 992px) {
    .recent_winner_block {
        margin-top: 110px;
    }

    .recent_winner_wrapper .row>div:nth-child(2) .recent_winner_block {
        margin-top: 0;
    }

    .past_winners_wrapper .recent_winner_block {
        margin-top: 0;
    }

    .login_img img {
        height: 100vh;
    }

    .login_left {
        padding: 50px 60px;
        height: 100vh;
        overflow: auto;
    }

    .login_form_wrapper {
        margin: auto 0;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }

    /*-=-=- Header -=-=-*/
    .nav-item {
        margin: 0 12px;
    }

    .navbar-nav .nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: #fff;
        pointer-events: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar-nav .nav-link.active::before,
    .navbar-nav .nav-link.show::before,
    .navbar-nav .nav-link:hover::before {
        width: 100%;
    }

    .navbar-nav .vmc_no_active .nav-link.active::before {
        width: 0;
    }

    .navbar-nav .vmc_no_active .nav-link.active:hover::before {
        width: 100%;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        width: 100%;
    }

    .about_content {
        max-width: 400px;
        margin: 0 auto;
    }

    .odd_even_content {
        max-width: 400px;
        margin: 0 auto;
    }

    .odd_even_slider_content {
        max-width: 400px;
        margin: 0 auto;
    }

    .upcoming_giveaways_row {
        max-width: 737px;
    }

    .recent_winner_name_block {
        column-gap: 34px;
    }

    .recent_winner_block .content {
        padding: 30px;
    }

    .testimonial_inner_block {
        padding: 71px 97px 56px;
    }

    .upcoming_giveaways_block .left {
        max-width: 320px;
    }

    .upcoming_giveaways_block .right,
    .upcoming_giveaways_block .right img {
        max-width: 385px;
        width: auto;
    }

    .upcoming_giveaways_block .right img {
        min-width: 385px;
    }

    .recent_winner_wrapper.spacer_bottom {
        padding-bottom: 90px;
    }

    .login_left {
        padding: 50px 80px;
    }

    .profile_nav_item {
        margin-right: 0;
    }

    .profile_nav_link {
        padding: 4px 12px 4px 18px;
    }

    .profile_nav_link::before {
        width: 5px;
        height: 100%;
        top: 0;
        bottom: auto;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1264px;
    }

    .login_left {
        padding: 50px 120px;
    }
}

/*-=- MAX-WIDTH -=-*/
@media (max-width:1199px) {

    /*-=-=- Header -=-=-*/
    .navbar_btns {
        order: 2;
        margin-left: auto;
        margin-right: 15px;
    }

    .navbar-toggler {
        order: 3;
    }

    .navbar-collapse {
        order: 4;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1;
        background: linear-gradient(261.55deg, #11273F 36.04%, #11181C 74.72%);
        background: #373737;
        max-height: 100dvh;
        overflow-y: auto;
        padding: 0 15px;
        z-index: 99;
    }

    .navbar-nav {
        padding-bottom: 30px;
    }

    .navbar_mobile_btns {
        padding: 0 0 30px;
    }

    .navbar-collapse>* {
        max-width: 930px;
        margin: 0 auto;
    }

    .navbar-nav .nav-link {
        display: inline-block;
    }

    .nav-item.dropdown::after {
        position: absolute;
        content: "";
        right: 0px;
        top: 5px;
        width: 35px;
        height: 35px;
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7L12.5404 17L22 7' stroke='%23ABBCD6' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        transition: all 0.3s ease;
    }

    .nav-item.dropdown.open::after {
        transform: rotate(180deg);
    }

    .navbar-nav .dropdown-menu {
        --bs-dropdown-padding-x: 0;
        --bs-dropdown-padding-y: 0;
        --bs-dropdown-bg: transparent;
        --bs-dropdown-border-color: transparent;
        --bs-dropdown-border-radius: 0;
    }

    .profile_wrapper {
        padding: 70px 0;
    }

    .profile_navbar_wrapper {
        margin-bottom: 20px;
    }
    .tab_grid .nav li .nav-link {
        font-size: 26px;
        height: 60px;
    }
    .members_benefits_wrap .row .col-md-6 {
        padding: 15px 10px;
    }
    .benefits_box {
        padding: 10px;
        min-height: 200px;
    }
    .benefits_box_img {
        width: 140px;
        height: 140px;
        padding: 15px;
    }
    .benefits_box_img img {
        max-width: 85px;
        width: 100%;
        max-height: 60px;
    }
    .benefits_box_content {
        width: calc(100% - 140px);
        padding-left: 15px;
        padding-top: 15px;
    }

    .benefits_box_title {
        padding-bottom: 10px;
        max-width: 290px;
    }

    .benefits_box_title h3 {
        font-size: 28px;
    }

    .benefits_box_para p {
        font-size: 20px;
    }
    .pro_box_img {
        height: 230px;
    }

    .carousel_product .Perks_benefits_img, .full_video {
        height: 650px;
    }

    .modal-content form#saveShipping .modal-body .membership_modal_header h2 {
        font-size: 28px !important;
        line-height: 30px;
    }
    
}

@media (max-width:991px) {

    .h1,
    h1 {
        font-size: 65px;
    }

    .h2,
    h2 {
        font-size: 40px;
    }

    .h3,
    h3 {
        font-size: 34px;
    }

    .h4,
    h4 {
        font-size: 28px;
    }

    .h5,
    h5 {
        font-size: 22px;
    }

    .display-1 {
        font-size: 65px;
    }

    .display-2 {
        font-size: 55px;
    }

    /*-=-=- Header -=-=-*/
    .navbar-collapse>* {
        max-width: 690px;
    }

    /*-=-=- Sections -=-=-*/
    .linear_bg_light_wrapper {
        border-radius: 0px 0px 30px 30px;
    }

    /*-=-*/
    .banner_wrapper {
        padding: 75px 0;
    }

    .about_wrapper {
        padding: 85px 0 65px;
    }

    .about_wrapper img {
        width: 100%;
    }

    .about_content {
        margin-top: 40px;
    }

    .odd_even_wrapper {
        padding: 85px 0 65px;
    }

    .odd_even_wrapper img {
        width: 100%;
    }

    .odd_even_content {
        margin-top: 40px;
    }

    .odd_even_slider_wrapper {
        padding: 85px 0 65px;
    }

    .odd_even_slider_content {
        margin-top: 40px;
    }

    .price_wrapper {
        padding: 65px 0 20px;
    }

    .step_wrapper {
        padding: 35px 0 50px;
    }

    .upcoming_giveaways {
        padding: 80px 0 60px;
    }

    .recent_winner_wrapper {
        padding: 80px 0 20px;
    }

    .benefits_wrapper {
        padding: 60px 0 95px;
    }

    .benefits_wrapper .img img {
        width: 100%;
    }

    .benefits_wrapper .content {
        margin-top: 40px;
    }

    .brand_logo_wrapper {
        padding: 95px 0 95px;
    }

    .testimonial_wrapper+.brand_logo_wrapper {
        padding: 35px 0 95px;
    }

    .swiper.plans_slider {
        padding: 0 40px 80px;
    }

    .vid-sec {
        padding-bottom: 80px;
    }

    .p-btn span {
        width: 80px;
        height: 80px;
        font-size: 28px;
    }

    .vid-sec .btn-div {
        margin-top: 30px;
    }

    .tabs_wrapper {
        padding: 80px 0;
    }

    .tab_grid .nav li .nav-link {
        font-size: 20px;
        height: 55px;
    }

    .tabs_title {
        margin-bottom: 35px;
    }

    .tabs_title h2 {
        margin-bottom: 10px;
    }

    .sub_banner_content {
        min-height: 270px;
    }

    .members_benefits_wrap {
        padding: 50px 0 20px;
    }

    .benefits_box_img {
        width: 90px;
        height: 90px;
        padding: 15px;
    }
    .benefits_box {
        min-height: auto;
    }
    .benefits_box_img img {
        max-width: 60px;
        max-height: 35px;
    }
    .benefits_box_content {
        width: calc(100% - 90px);
        padding-left: 10px;
        padding-top: 10px;
    }
    .benefits_box_title h3 {
        font-size: 22px;
    }
    
    .previous_winner_banner {
        padding: 60px 0px;
    }

    .previous_winner_banner .about_content {
        margin: 0px;
    }

    .previous_winner_banner .about_content h1 {
        font-size: 40px;
    }

    .previous_winner_banner .about_content p {
        margin-bottom: 5px;
    }

    .btn__grid {
        margin: -5px;
        padding-top: 15px;
    }

    .btn__grid .btn_wrap {
        padding: 5px;
    }

    .btn__grid .btn_wrap .btn.btn-secondary {
        padding: 4px 0px 8px;
        height: 50px;
        font-size: 18px;
    }

    .Major_luxury_Wrap {
        padding: 60px 0px;
    }

    .Major_luxury_Wrap .row .col-md-3 {
        width: 33.3333%;
        padding: 20px 10px;
    }

    .rental__wrap {
        padding: 60px 0px;
    }

    .rentail_products {
        padding: 60px 0;
    }

    .rentail_products .row .col-md-4 {
        width: 50%;
        margin-bottom: 40px;
    }

    .pro_box_content h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .previous_winner_banner .col-md-5 {
        width: 45%;
    }

    .previous_winner_banner .col-md-7 {
        width: 55%;
    }

    .full_video .content button {
        width: 60px;
        height: 60px;
    }

    .carousel_product .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        margin: 2px 5px;
    }

    .carousel_product .Perks_benefits_img, .full_video {
        height: 430px;
    }

    /* 991 ends here */
}

@media (max-width:767px) {
    :root {
        --bs-body-font-size: 18px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 2.5rem;
    }

    .h1,
    h1 {
        font-size: 45px;
    }

    .h2,
    h2 {
        font-size: 36px;
    }

    .h3,
    h3 {
        font-size: 32px;
    }

    .display-1 {
        font-size: 45px;
    }

    .display-2 {
        font-size: 45px;
    }

    label {
        font-size: 18px;
        line-height: 22px;
    }

    /*-=-=- Buttons -=-=-*/
    .btn {
        --bs-btn-padding-x: 20px;
        --bs-btn-padding-y: 9.5px;
        --bs-btn-padding-yb: 11.5px;
        --bs-btn-font-size: 18px;
        --bs-btn-line-height: 20px;
    }

    .btn-primary,
    .button-primary,
    .btn-dark {
        --bs-btn-padding-y: 10.5px;
        --bs-btn-padding-yb: 12.5px;
    }

    .btn-primary-2 {
        --bs-btn-padding-x: 20px;
        --bs-btn-padding-y: 11.5px;
        --bs-btn-padding-yb: 11.5px;
    }

    .btn-linear {
        --bs-btn-padding-x: 17px;
        --bs-btn-padding-y: 7.5px;
        --bs-btn-padding-yb: 7.5px;
        --bs-btn-font-size: 16px;
        --bs-btn-line-height: 16px;
    }

    .btn-outline-linear {
        --bs-btn-padding-x: 22px;
        --bs-btn-padding-y: 7.5px;
        --bs-btn-padding-yb: 9.5px;
        --bs-btn-font-size: 16px;
        --bs-btn-line-height: 18px;
    }

    .btn-sm {
        --bs-btn-padding-y: 7.5px;
        --bs-btn-padding-yb: 9.5px;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        width: 35px;
        height: 35px;
        background-size: 35px;
        --swiper-navigation-sides-offset: 10px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        --swiper-pagination-bottom: 15px;
        padding: 8px 13px;
    }

    /*-=-=- Header -=-=-*/
    .navbar-brand img {
        max-width: 100px;
    }

    .navbar {
        padding: 18px 0;
    }

    .navbar_btns {
        margin-right: 11px;
    }

    .navbar-collapse>* {
        max-width: 500px;
    }

    /*-=-=- Footer -=-=-*/
    footer {
        padding: 60px 0 0;
    }

    .social_icons {
        margin-top: 35px;
    }

    .footer_ver_link {
        margin-top: 35px;
    }

    .footer_bottom {
        margin-top: 55px;
    }

    /*-=-=- Sections -=-=-*/
    .linear_bg_light_wrapper {
        border-radius: 0px 0px 30px 30px;
    }

    .section_title {
        margin-bottom: 35px;
    }

    /*-=-*/
    .banner_wrapper {
        padding: 55px 0;
    }

    .banner_content {
        flex-direction: column;
        gap: 35px;
        align-items: center;
    }

    .banner_content .btn_wrap {
        margin-left: 0;
        left: 0;
    }

    .inner_banner_wrapper {
        padding: 55px 0;
    }

    .inner_banner_content h1,
    .inner_banner_content .h1 {
        margin-bottom: 35px;
    }

    .entris_btn_wrap {
        min-width: unset;
        row-gap: 15px;
        padding: 20px;
        border-radius: 20px;
        flex-direction: column;
        align-items: center;
    }

    .countdown_wrapper {
        padding: 15px 15px 40px 15px;
        margin: 0 auto 35px;
    }

    .about_wrapper {
        padding: 60px 0 35px;
    }

    .about_wrapper h2,
    .about_wrapper .h2 {
        margin-bottom: 20px;
    }

    .about_wrapper .btn_wrap {
        margin-top: 30px;
    }

    .odd_even_wrapper {
        padding: 60px 0 35px;
    }

    .odd_even_wrapper h2,
    .odd_even_wrapper .h2 {
        margin-bottom: 20px;
    }

    .odd_even_wrapper .btn_wrap {
        margin-top: 30px;
    }

    .odd_even_img img {
        min-height: 350px;
    }

    .odd_even_slider_wrapper {
        padding: 60px 0 35px;
    }

    .odd_even_img_slider img {
        max-height: 350px;
        min-height: 350px;
    }

    .odd_even_slider_content .btn_wrap {
        margin-top: 30px;
    }

    .entris_btn_wrap.btn_wrap {
        margin-top: 30px;
    }

    .price_wrapper {
        padding: 35px 0 5px;
    }

    .price_block .title {
        max-width: 100%;
    }

    .step_wrapper {
        padding: 25px 0 30px;
    }

    .upcoming_giveaways {
        padding: 60px 0;
    }

    .upcoming_giveaways_block {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .upcoming_giveaways_block .right,
    .upcoming_giveaways_block .left {
        width: 100%;
    }

    .upcoming_giveaways_block .right {
        text-align: center;
    }

    .upcoming_giveaways_block .right img {
        height: 220px;
    }

    .upcoming_giveaways_block .btn_wrap {
        margin-top: 22px;
    }

    .recent_winner_wrapper {
        padding: 60px 0 5px;
    }

    .spacer-line {
        margin: 15px 0;
    }

    .benefits_wrapper {
        padding: 45px 0 60px;
    }

    .benefits_wrapper .btn_wrap {
        margin-top: 20px;
    }

    .testimonial_wrapper .section_title {
        margin-bottom: 45px;
    }

    .testimonial_wrapper .section_title h2,
    .testimonial_wrapper .section_title .h2 {
        margin-bottom: 20px;
    }

    .testimonial_inner_block .img,
    .testimonial_inner_block .img img {
        width: 125px;
        height: 125px;
    }

    .testimonial_block {
        padding-top: 60px;
    }

    .testimonial_inner_block {
        border-radius: 0px 40px 40px 40px;
        padding: 90px 20px 50px;
    }

    .brand_logo_wrapper {
        padding: 65px 20px 65px;
    }

    .testimonial_wrapper+.brand_logo_wrapper {
        padding: 25px 20px 65px;
    }

    .faq_wrapper {
        padding: 65px 0;
    }

    .form_wrapper {
        padding: 65px 0;
    }

    .tc_content_wrapper {
        padding: 65px 0;
    }

    .login_left {
        padding: 50px 20px;
    }

    /*-=-*/
    .membership_modal {
        --bs-modal-padding: 30px 20px;
    }

    .membership_step_wrapper>div {
        padding: 25px 20px;
    }

    .profile_wrapper {
        padding: 40px 0;
    }

    .discount_category_wrapper,
    .discount_block_wrapper {
        padding: 60px 0;
    }

    .discount_all_category_wrapper {
        padding-bottom: 60px;
    }

    .price_block .price,
    .price_block .btn_wrap,
    .price_block .features {
        margin-top: 20px;
    }

    .swiper.plans_slider {
        padding: 0 20px 80px;
    }

    .plans_slider::before,
    .plans_slider::after {
        width: 30px;
    }

    .vid-sec {
        padding-bottom: 60px;
    }

    .tab_grid .nav {
        margin: -3px;
    }

    .tab_grid .nav li {
        padding: 3px;
    }

    .tab_grid .nav li .nav-link {
        font-size: 15px;
        height: 50px;
        border-width: 1px;
    }

    .tab_grid .tab-content {
        padding-top: 20px;
    }

    .members_benefits_wrap .row .col-md-6 {
        width: 100%;
    }
	
	.profile_form_wrapper input[type="email"], 
	.profile_form_wrapper input[type="number"],
	.profile_form_wrapper input[type="password"],
	.profile_form_wrapper input[type="search"], 
	.profile_form_wrapper input[type="tel"],
	.profile_form_wrapper input[type="text"],
	.profile_form_wrapper input[type="url"],
	.profile_form_wrapper select{
		font-size: 18px !important;
	}

    .previous_winner_banner {
        padding: 40px 0px;
    }

    .previous_winner_banner .row {
        align-items: flex-start;
    }

    .previous_winner_banner .col-md-5 {
        width: 45%;
    }

    .previous_winner_banner .about_content h1 {
        font-size: 30px;
    }

    .previous_winner_banner .col-md-7 {
        width: 55%;
    }

    .btn__grid .btn_wrap {
        width: 100%;
    }

    .Major_luxury_Wrap {
        padding: 40px 0px;
    }

    .Major_luxury_title h2 {
        font-size: 30px;
    }

    .Major_luxury_Wrap .row .col-md-3 {
        width: 50%;
        padding: 15px 10px;
    }

    .load_more {
        margin-top: 30px;
    }

    .rental__wrap {
        padding: 40px 0px;
    }
    .rental__wrap .row .col-md-5 {
        width: 50%;
    }
    .rental__wrap .row .col-md-7 {
        width: 50%;
    }
    .rentail_products {
        padding: 40px 0;
    }
    .rentail_products .row {
        margin: 0 -6px;
    }
    .rentail_products .row .col-md-4 {
        margin-bottom: 20px;
        padding: 0 6px;
    }

    .pro_box_img {
        height: 195px;
    }

    .pro_box {
        padding: 10px 10px 90px;
    }

    .pro_box .btn_wrap {
        bottom: 20px;
        left: 10px;
        right: 10px;
    }

    .carousel_product .Perks_benefits_img, .full_video {
        height: 300px;
    }

}

@media (max-width: 600px) {
    .select_link {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 10px;
        color: #53555A;
        font-size: 20px;
        font-weight: 700;
        border-radius: 12px;
        text-align: center;
        justify-content: center;
        height: 50px;
        cursor: pointer;
        position: relative;
        background: rgb(26, 93, 246);
        background: -moz-linear-gradient(165deg, rgba(26, 93, 246, 1) 31%, rgba(175, 96, 229, 1) 100%);
        background: -webkit-linear-gradient(165deg, rgba(26, 93, 246, 1) 31%, rgba(175, 96, 229, 1) 100%);
        background: linear-gradient(165deg, rgba(26, 93, 246, 1) 31%, rgba(175, 96, 229, 1) 100%);
        background: linear-gradient(to right, #dad5a4, #d4dc8c, #ccdd8f, #e1d38a, #eac180, #eca56f);
        border: none;
    }

    .select_link::after {
        content: '';
        position: absolute;
        border-top: 2px solid #53555A;
        border-left: 2px solid #53555A;
        width: 12px;
        height: 12px;
        transform: rotate(-135deg);
        display: block;
        cursor: pointer;
        right: 15px;
        top: 15px;
        transition-duration: 0.4s;
    }

    .select_link.active-tab::after {
        transform: rotate(45deg);
        top: 20px;
    }

    .tab_grid .nav {
        margin: 0px;
        display: none;
    }
    .tab_grid.dropdown_links .nav {
        display: block !important;
    }
    .tab_grid .nav li {
        width: 100%;
        padding: 5px 0;
    }

    .tab_grid .nav li .nav-link {
        font-size: 20px;
    }

    .tabs_title {
        margin-bottom: 20px;
    }

    .tab_grid .tab-content {
        padding-top: 15px;
    }

    .sub_banner_content {
        min-height: auto;
        padding: 40px 0px;
    }

    .previous_winner_banner .col-md-5 {
        width: 100%;
    }

    .previous_winner_banner .col-md-7 {
        width: 100%;
    }

    .previous_winner_banner .about_content {
        margin: 0 0 30px;
    }

    .btn__grid .btn_wrap {
        width: 50%;
    }

    .Major_luxury_title h2 {
        font-size: 25px;
    }

    .rental__wrap .row .col-md-5 {
        width: 100%;
    }

    .rental__wrap .row .col-md-7 {
        width: 100%;
        margin-top: 30px;
    }
    .rentail_products .row .col-md-4 {
        width: 100%;
    }
    .pro_box {
        padding: 10px 10px 20px;
    }
    .pro_box .btn_wrap {
        position: static;
        margin-top: 25px;
    }

    .pro_box_img {
        height: 285px;
    }

    .mm_none {
        display: none;
    }

    .dd_none {
        display: block;
    }

    .carousel_product .Perks_benefits_img, .full_video {
        height: 545px;
    }
}

@media (max-width:575px) {
    .profile_nav_link {
        font-size: 16px;
    }

    .navbar-collapse>* {
        max-width: 100%;
    }

    .navbar-collapse {
        padding: 0 22px;
    }

    .profile_btn {
        padding: 0 10px;
    }

    .profile_dropdown {
        left: 5px;
        padding: 10px 5px;
    }

    .profile_nav_item {
        margin-right: 10px;
    }

    .discount_category_block_text,
    .discount_block_text {
        padding: 15px;
    }

    .Major_luxury_Wrap .row .col-md-3 {
        width: 100%;
    }

    .pro_box_img {
        height: 245px;
    }
    .carousel_product .Perks_benefits_img, .full_video {
        height: 500px;
    }
}

@media (max-width: 375px) {
    .pro_box_img {
        height: 225px;
    }

    .carousel_product .Perks_benefits_img, .full_video {
        height: 380px;
    }
}