html {
    scroll-behavior: smooth;
}

.vrpa .free-landing {
    background: #1a1a1a;
}

.pvg .free-landing {
    background: #1a172e;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    color: #fff;
}

.close_modal {
    position: absolute;
    right: 0;
    margin: 0 auto;
    width: 50px;
    z-index: 100;
    height: 50px;
    background: #fff;
    color: #000;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5.5vh;
    left: 0;
    cursor: pointer;
}

.trial-modal .modal-dialog {
    cursor: pointer;
}

.with-error input {
    border: 2px solid var(--porn-color);
}

.error-div {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0;
    color: var(--main-color);
    font-weight: 600;
    padding: 2px 0;
}

.modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    top: 7vh;
    left: 0;
    border-radius: 20px;
}

.modal .form-group.acceptance-field {
    min-height: 28px;
}

.modal-content {
    display: flex;
    justify-content: stretch;
}

.modal-content>div {
    flex: 1;
}

.modal-content>div>div {
    height: 100%;
}

.modal-content ._now_box .features-list .feature-p {
    color: #000;
}

.modal-content .free-registration .features-list .feature-p {
    color: #fff;
}

.modal-content .features-list li {
    padding: 0;
}

#free-registration-form .acceptance-checks,
#newsletter-subs-form .acceptance-checks {
    font-size: 13px;
    line-height: 16px;
    margin: 10px 0 5px;

}

#free-registration-form .acceptance-checks a,
#newsletter-subs-form .acceptance-checks a {
    color: #fff;
    text-decoration: underline;
}

.modal-content .free-registration {
    background: #1f1f1f;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.free-expired ._now_box {
    border-radius: 20px !important;
}

.free-expired .modal-content ._now_box .header_buy_box {
    border-radius: 20px 20px 0 0 !important;
}

.free-registration-header {
    background: #000;
    text-align: center;
}

.free-form-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.free-registration-header p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.free-features {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-flex;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 3px;
    line-height: 1;
    margin-bottom: 5px;
}

#free-registration-form input {
    background: #444;
    height: 32px;
}

#free-registration-form button {
    background: #fff;
    color: #000;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    transition: all linear .2s;
}

#free-registration-form button:hover {
    background: #000;
    color: #fff;
}

.modal-content ._now_box {
    padding: 0;
}

.modal-content ._now_box .header_buy_box {
    border-radius: 0 20px 0 0;
}

.modal-content ._now_box {
    border-radius: 0 20px 20px 0;
    background: #fff;
}

.modal-content ._now_box>div,
.modal-content .free-registration>div {
    padding: 20px;
}

.header_buy_box {
    background: var(--main-color);
}

.vrj ._now_box .btn-default:hover {
    background: #000;
}

#herobaner {
    /* background:url('../../img/landings/interactives/eden-ivy.webp');
     background-repeat: no-repeat;
     background-size: 70% auto;
     background-position: -20% -100px;*/
    position: relative;
    z-index: 1;
}

.left-img {
    /*width:40%;  
     max-width:740px;*/
    width: 740px;
    height: 740px;
    background: url('../../img/landings/free/agatha-vega-bn-vr.webp');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 100%;
}

.right-img {
    /*width:40%;  
     max-width:740px;*/
    width: 740px;
    height: 740px;
    background: url('../../img/landings/free/scarlet-jones-bn-vr.webp');
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-size: 100%;
}

.vrg .left-img {
    /*width:40%;  
     max-width:740px;*/
    width: 740px;
    height: 740px;
    background: url('../../img/landings/free/jay-roberts-bn-vr.webp');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 100%;
}

.vrg .right-img {
    /*width:40%;  
     max-width:740px;*/
    width: 740px;
    height: 740px;
    background: url('../../img/landings/free/andy-star-bn-vr.webp');
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-size: 100%;
}

.vrt .left-img {
    /*width:40%;  
     max-width:740px;*/
    width: 740px;
    height: 740px;
    background: url('../../img/landings/free/mirella-ferraz-bn-vr.webp');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 100%;
}

.vrt .right-img {
    /*width:40%;  
     max-width:740px;*/
    width: 740px;
    height: 740px;
    background: url('../../img/landings/free/izzy-wild-bn-vr.webp');
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-size: 100%;
}

.vrpa .left-img {
    /*width:40%;  
     max-width:740px;*/
    width: 740px;
    height: 740px;
    background: url('../../img/landings/free/jason-carrera-bn-vr.webp');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 100%;
}

.vrpa .right-img {
    /*width:40%;  
     max-width:740px;*/
    width: 740px;
    height: 740px;
    background: url('../../img/landings/free/samantha-cruuz-bn-vr.webp');
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-size: 100%;
}

.vrj .left-img {
    /*width:40%;  
     max-width:740px;*/
    width: 740px;
    height: 740px;
    background: url('../../img/landings/free/japan-24.webp');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 100%;
}

.vrj .right-img {
    /*width:40%;  
     max-width:740px;*/
    width: 740px;
    height: 740px;
    background: url('../../img/landings/free/japan-26.webp');
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-size: 100%;
}

body.free-vr-porn-section .l-main {
    padding-top: 0 !important;
}

.free-landing .videoListContainer {
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 15px;
    height: auto !important;
}

.free-landing .videoListContainer .videoItem {
    /*min-width: auto!important;*/
    max-width: 450px !important;
    margin-top: 0;
    position: relative !important;
}

.container {
    max-width: 1370px;
    width: 100%;
}

.hero_right {
    padding-left: 50%;
    padding-bottom: 5%;
}

.alt_websites {
    display: flex;
    justify-content: stretch;
}

.alt_websites>div {
    margin: 0 5px;
    flex: 1;
}

.no-credit {
    display: flex;
    margin-bottom: 15px;
    height: 28px;
}

.no-credit .dest {
    background: #ffc600;
    color: #23282c;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 3px;
}

.no-credit .dest img {
    margin-right: 2px;
}

.free-landing .herobaner-content {
    min-height: 60vh;
    text-align: center;
    padding-top: 150px;
    /*max-width: 1024px;*/
    margin: 0 auto;
}

.free-videos-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.free-landing .free-videos-cta .videoListContainer {
    width: auto !important;
    margin-right: 8px;
}

body.vrpa .like-container-listado .like-percentage {
    color: #fff;
}

@media (max-width:1024px) {
    .free-videos-cta {
        flex-wrap: wrap;
    }

    .free-videos-cta .buy_box_w {
        width: 100%;
    }

    .free-landing .free-videos-cta .videoListContainer {
        margin-right: 0;
    }
}

.free-landing .compatible-devices {
    padding-bottom: 50px;
}

.free-landing .compatible-devices.unique-section {
    padding-top: 0px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #333;
    position: relative;
    z-index: 1;
}

.free-landing .compatible-devices h3 {
    color: #fff;
}

.herobaner-content .btn-default:hover {
    background-color: #000;
    color: #fff;
}

.free-landing .videoItem .videoInfo,
.dashboard .videoItem .like-container-listado,
.free-landing .videoItem .like-container-listado>.ratings-icon,
.free-landing .videoItem .videoItemInner .video-model {
    color: #fff !important;
}

.free-landing .videoItem .videoItemInner .video-models {
    text-align: left;
}

.alt_websites_section {
    background: #000;
    padding: 20px 0 100px;
}

.alt_websites_section .tittle_comp.w_line .header_module {
    background: #000;
}

.free-landing .devices-home img {
    opacity: 0.3;
    transition: all linear .2s;
}

.free-landing .devices-home a:hover img {
    opacity: 1;
}

#free-registration-form .acceptance-checks,
#newsletter-subs-form .acceptance-checks {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    -webkit--select: none;
    -moz--select: none;
    -ms--select: none;
    -select: none;
}

/* Hide the browser's default checkbox */
#free-registration-form .acceptance-checks input,
#newsletter-subs-form .acceptance-checks input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #444;
}



/* On mouse-over, add a grey background color */
#free-registration-form .acceptance-checks:hover input~.checkmark,
#newsletter-subs-form .acceptance-checks:hover input~.checkmark {
    background-color: #444;
}

/* When the checkbox is checked, add a blue background */
#free-registration-form .acceptance-checks input:checked~.checkmark,
#newsletter-subs-form .acceptance-checks input:checked~.checkmark {
    background-color: var(--porn-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#free-registration-form .acceptance-checks input:checked~.checkmark:after,
#newsletter-subs-form .acceptance-checks input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#free-registration-form .acceptance-checks .checkmark:after,
#newsletter-subs-form .acceptance-checks .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.title-p {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 15px;
}

.compatibility {
    opacity: 0.6;
    margin-top: 50px;
}

.compatibility p {
    font-size: 12px;
}

.herobaner-content-free {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.herobaner-content-free h1 {
    font-size: 60px !important;
    font-weight: 800 !important;
    margin-bottom: 20px;
    /*letter-spacing:-5px;*/
}

.claim_and_btn {
    padding-top: 50px;
}

.claim_and_btn .big_text {
    margin-bottom: 10px;
}

.herobaner-content h1 span {
    color: var(--main-color);
}

.propertis-list-img-text li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.propertis-list-img-text li img {
    margin-right: 5px;
}

.propertis-list-img-text li>div {
    line-height: 1.2;
}

.free-landing {
    color: #fff;
}

.button_section {
    margin-top: 20px;
    text-align: center;
}

.button_section .btn-default:hover {
    background: #000;
    color: #fff;
}

.valor-device {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
}

.valor-device>div {
    max-width: 350px;
    width: 50%;
    text-align: center;
}

.various-categories {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
}

.various-categories>div {
    max-width: 400px;
    width: 50%;
    text-align: center;
    padding: 0 15px;
}

.various-categories>div strong {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
}

.valor-device>div p {
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
}

.valor-device a {
    color: #fff;
    transition: all linear .2s;
}

.valor-device a img {
    transition: all linear .2s;
}

.valor-device a:hover img {
    transform: scale(1.1);
    opacity: 0.7;
}

.headset_features {
    background: #000;
    padding: 80px 0;
}

.headset_features .container {
    display: flex;
    align-items: center;
}

.headset_features .container>div {
    flex: 1;
    width: 50%;
}

.headsets_options {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.headsets_options>div {
    width: 25%;
    padding: 15px;
    text-align: center;
}

.headsets_options>div p {
    font-size: 13px;
    line-height: 18px;
}

.headset_features .container .headset_data {
    text-align: left;
    padding-left: 40px;
}

.headset_features .container .headset_data .tittle_comp.w_line .header_module {
    background: #000;
    padding-left: 0;
}

.headset_data .tittle_comp {
    margin-top: 0;
    text-align: left;
    margin-bottom: 30px;
}

.headset_data h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 15px 0 5px 0;
    color: #dbc179;
}

.headset_data .tittle_comp p {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin: auto;

}

.herobaner-content-free p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.best-free-vr-porn {
    border: 2px solid #fff;
    display: flex;
}

.best-free-vr-porn h2 {
    /*font-size:48px;*/
    font-size: clamp(28px, 48px, 5vw);
    font-weight: 600;
    white-space: nowrap;
}

.left_box {
    border-right: 2px solid;
}

.left_box p {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

.right_box {
    text-align: center;
    flex: auto;
}

.best-free-vr-porn>div {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.features {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.feature {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px
}

.features h3 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    white-space: nowrap;
}

.features img {
    margin-right: 5px;
}

.slider {
    height: 50px;
    padding-left: 5px;
    overflow: hidden;
    /* hide the text outside the slider div area */
}

.slider div {
    color: #fff;
    height: 50px;
    margin-bottom: 50px;
    padding: 2px 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.slider div h3,
.slider div h4,
.slider .h3 {
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 14px;
}

.slider-text1 {
    /*background: lightgreen;*/
    animation: slide 15s linear infinite;
}

.last_text {
    text-align: center;
    padding: 50px 0 100px;
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
}

.last_text h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 5px;
}

.last_text h2 span {
    color: var(--porn-color);
}

.last_text p {
    font-size: 16px;
    line-height: 24px;
}

/*.slider-text2 {
    background: skyblue;
}
.slider-text3 {
    background: lightcoral;
}*/
@keyframes slide {
    0% {
        margin-top: -300px;
    }

    5% {
        margin-top: -200px;
    }

    33% {
        margin-top: -200px;
    }

    38% {
        margin-top: -100px;
    }

    66% {
        margin-top: -100px;
    }

    71% {
        margin-top: 0px;
    }

    100% {
        margin-top: 0px;
    }
}

.videos_list {
    /*margin-top:40px;*/
    padding-top: 170px;
    margin-top: -130px;
}

.free-video-box {
    background: rgba(255, 255, 255, .1);
    height: 100%;
}

.free-video-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.free-video-text {
    max-width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}

.free-video-text img {
    margin-top: 20px;
}

.free-video-box h2,
.free-video-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.free-video-box p {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}

.free-video-box .btn {
    background: #fff;
    color: #111;
    width: fit-content;
    margin-top: 15px;
}

.free-video-box-link {
    margin-top: auto;
}

.alt_websites_section .vrpa .free-video-box .btn:hover {
    background: var(--ion-color);
    color: #fff;
}

.alt_websites_section .vrt .free-video-box .btn:hover {
    background: var(--trans-color);
    color: #fff;
}

.alt_websites_section .vrg .free-video-box .btn:hover {
    background: var(--gay-color);
    color: #fff;
}

.alt_websites_section .vrj .free-video-box .btn:hover {
    background: var(--jap-color);
    color: #fff;
}

.free-video-box h2 span,
.free-video-box h3 span,
.free-video-text span,
.like-container-listado span.fa {
    color: var(--main-color);
}

.vrj .-ribbon {
    background: var(--jap-color);
}

.slider-wrapper {
    display: flex;
    align-items: center;
}


.videoItemInner .videoInfo {
    color: #fff !important;
}

.free-landing .videos_list .free-video-video {
    width: 32%;
}

.free-psvr-porn .row {
    display: flex;
    align-items: center;
}

.change-plan-btn {
    display: none;
}

.vrp .comparative-section {
    padding-bottom: 50px;
}

.comparative-section table {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    color: #000;
}

.comparative-section table thead th {
    background: #000;
    color: #fff;
}

.comparative-section table thead th,
.comparative-section table tbody td {
    width: 25%;
    padding: 10px;
    text-align: center;
}

.comparative-section table tbody tr:nth-child(even) td {
    background: rgba(0, 0, 0, 0.05);
}

.resubmit-news .free-form-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 42px;
}

.resubmit-news .free-registration-header p {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
}

.resubmit-news #newsletter-subs-form {
    text-align: center;
}

.modal-dialog.resubmit-news {
    max-width: 500px;
}

.resubmit-news #newsletter-subs-form>.form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.resubmit-news #newsletter-subs-form .btn-default:hover {
    background: #000;
}

.resubmit-news .acceptance-checks {
    line-height: 30px;
    text-align: left;
}

.resubmit-news .modal-content .free-registration {
    border-radius: 20px;
}

.free-vr-porn-section .campaign-sticky-footer,
.free-vr-porn-section .l-subfooter.at_bottom,
.free-vr-porn-section .footer-categories,
.free-vr-porn-section .footer-about,
.free-vr-porn-section .footer-network,
.free-vr-porn-section .footer-newsletter-inscription {
    display: none;
}

@media (max-width: 600px) {
    .modal-dialog.resubmit-news {
        width: auto;
        max-width: 100%;
        left: 0;
    }

    .resubmit-news .acceptance-checks {
        line-height: 16px;
    }

    .resubmit-news .free-form-title {
        font-size: 32px;
        line-height: 32px;
    }

    .resubmit-news .free-registration-header p {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width: 1180px) {
    .herobaner-content {
        padding-top: 70px;
    }

    .hero_right {
        padding-left: 40%;
    }

    .free-landing #herobaner {
        background-size: 60% auto;
        background-position: -50% 0;
    }

    .best-free-vr-porn h2 {
        font-size: 36px;
    }

    .features h3 {
        font-size: 13px;
    }

    .free-video-text {
        max-width: 60%;
    }

    .free-landing .videos_list .free-video-video {
        width: 32%;
    }
}

@media (max-width: 1024px) {
    .herobaner-content {
        min-height: 85vh;
    }

    .best-free-vr-porn h2 {
        font-size: 30px;
        line-height: 1;
    }

    .left_box p {
        font-size: 16px;
    }

    .feature {
        padding: 0 5px;
    }

    .features h3 {
        font-size: 13px;
    }

    .features img {
        width: 15px;
        height: 15px;
    }

    .compatibility {
        margin-top: 30px;
        margin-bottom: 20px;
    }

}

@media (max-width: 900px) {
    .herobaner-content {
        min-height: auto;
    }

    .title-p {
        font-size: 18px;
    }

    .free-landing #herobaner {
        background-size: 70% auto;
        background-position: -85% 0;
    }

    .modal .form-group {
        margin-bottom: 5px;
    }

}

@media (max-width:600px) {
    .close_modal {
        /*position: absolute;
        right: 15px;   */
        top: 1.2vh;
        /* left: auto;*/
    }

    .herobaner-content h1 {
        font-size: 36px !important;
        margin-bottom: 15px;
    }

    .best-free-vr-porn {
        flex-wrap: wrap;
    }

    .hero_right {
        padding-left: 0;
    }

    .title-p {
        font-size: 16px;
    }

    .left_box {
        border-right: 0;
        border-bottom: 2px solid;
    }



    .alt_websites>div {
        margin-bottom: 10px;
    }

    .best-free-vr-porn>div {
        flex: 1;
        text-align: center;
        padding: 15px;
    }

    .features {
        margin-top: 15px;
    }

    .pages-dis {
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }

    .pages-dis a {
        margin: 0 5px;
        transition: all linear .2s;
        width: calc(33.3% - 10px);
        margin-bottom: 15px;
    }

    .pages-dis a:nth-child(3) {
        margin-right: 0;
    }

    .herobaner-content {
        padding-top: 150px;
    }

    .free-landing #herobaner {
        background-size: 100% auto;

    }

    .free-video-container {
        flex-wrap: wrap;
    }

    .free-video-text {
        width: 100%;
        max-width: 100%;
    }

    .free-landing .videos_list .free-video-video {
        width: 100%;
        max-width: 100%;
    }

    .free-video-video {
        margin-top: 15px;
    }

    .free-video-box h2,
    .free-psvr-porn h2 {
        font-size: 26px;
    }

    .free-landing .videoListContainer {
        flex-wrap: wrap;
    }

    .free-landing .videoListContainer .videoItem {
        width: 100%;
        min-width: 100% !important;
    }

    .videos_list .videoListContainer {
        height: auto !important;
        /* min-height:275px!important;*/
    }

    .-ribbon {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 5px 15px 15px;
        background: #111;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .-ribbon .btn-default {
        text-align: center;
        width: 100%;
    }

    .free-psvr-porn .row {
        flex-direction: column;
    }

    .headsets_options>div {
        width: 33.33%;
        padding: 5px;
        text-align: center;
    }
}

@media (max-width:1480px) {
    #herobaner {
        overflow: hidden;
    }

    .left-img {
        left: -10% !important;
    }

    .right-img {
        right: -10% !important;
    }
}

@media (max-width:1024px) {
    .free-landing .herobaner-content {
        max-width: 670px !important;
    }

    .left-img {
        left: -20% !important;
    }

    .right-img {
        right: -20% !important;
    }
}

@media (max-width:900px) {
    .free-landing .herobaner-content {
        max-width: 700px !important;
    }

    .alt_websites {
        flex-direction: column;
    }

    .alt_websites>div {
        margin-bottom: 10px;
    }

    .left-img {
        left: -30% !important;
    }

    .right-img {
        right: -30% !important;
    }

    .headset_features .container {
        flex-direction: column;
    }

    .headset_features .container>div {
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    .headset_features .container .headset_data {
        padding-left: 0;
    }
}

@media (max-width:600px) {
    .modal .form-group {
        margin-bottom: 10px;
    }

    .free-landing .herobaner-content {
        padding-top: 220px !important;
    }

    .right-img {
        display: none !important;
    }

    .left-img {
        width: 100% !important;
        left: 0 !important;
        ;
    }

    .btn-connect {
        display: flex;
        justify-content: space-between;
    }

    .herobaner-content-interactves .btn {
        padding: 15px;
        font-size: 15px;
    }

    .modal-show {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        overflow: hidden;
    }

    .modal-dialog {
        max-width: auto;
        margin: 1.75rem 20px;
        position: relative;
        width: 655px;
        transition: all linear .2s;
        top: 5vh !important;
    }

    .trial-modal .modal-content {
        flex-direction: column;
    }

    .trial-modal .modal-dialog {
        width: auto;
    }

    .trial-modal .modal-dialog .modal-left {
        max-height: 250px;
        overflow: hidden;
    }

    .trial-modal .modal-dialog .modal-content .free-registration {
        border-radius: 20px 20px 0 0;
    }

    .trial-modal .modal-dialog .modal-content ._now_box {
        border-radius: 0 0 20px 20px;
    }

    .trial-modal .change-plan-btn {
        display: none;
    }

    .modal-switch .modal-dialog {
        transform: translateX(calc(-50% + 20px));
    }

    .change-plan-btn {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        background: var(--main-color);
        color: #fff;
        align-items: center;
        justify-content: center;
    }

    .change-plan-btn>span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .change-plan-btn>span>img {
        margin: 0 5px;
    }

    .modal-switch .-plan,
    .overlay:not(.modal-switch) .free-plan {
        display: none;
    }

    .modal-switch .free-plan,
    .overlay:not(.modal-switch) .-plan {
        display: flex;
    }

    .comparative-section table thead th,
    .comparative-section table tbody td {
        width: 25%;
        padding: 10px;
        text-align: center;
        min-width: 200px;
    }
}