.custom-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.menu-wrpp {
    display: flex;
}


/* .page-title  start */

.page-title {
    text-align: center;
    padding: 80px 20px;
}

.page-title.title-left {
    text-align: left;
}

.page-title span {
    font-size: 4.1em;
}

.page-title h2 {
    font-size: 4.1em;
    margin-bottom: 22px;
}

.page-title p {
    font-size: 2.2em;
}

.page-title.white-title span {
    color: var(--white-color);
}

.page-title.white-title h2 {
    color: var(--white-color);
}

.page-title.white-title p {
    color: var(--white-color);
}


/* .page-title  end */

.banner-wrapper {
    background: var(--black-color);
    position: relative;
}

.banner-wrapper .swiper-container {
    height: 100vh;
}

.scroll-down-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: var(--white-color);
    font-size: 1.4em;
    animation: bounce2 5s ease infinite;
}

@keyframes bounce2 {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

.bann-wrpp {
    position: relative;
    min-height: 500px;
}

.bann-left-wrapp {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 200px 60px 180px;
    position: absolute;
    top: 0;
    height: 100%;
    animation: fadeInUp 1s ease backwards;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

.bann-heading p {
    color: var(--white-color);
    font-size: 3em;
    text-transform: uppercase;
}

.bann-heading h2 {
    color: var(--white-color);
    font-size: 7.5em;
    text-transform: uppercase;
    line-height: 1;
}

.bann-social-wrapp {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bann-social-wrapp p {
    font-size: 2.8em;
    color: var(--white-color);
    margin-bottom: 48px;
}

.download-store {
    text-transform: uppercase;
    color: var(--black-color);
    display: flex;
    align-items: center;
	border-radius: 53px;
	justify-content: center;
}

.download-store span {
    font-size: 14px;
}

.download-store a {
    font-size: 1.6em;
    color: var(--black-color);
    display: flex;
    align-items: center;
}

.download-store i {
    margin-left: 10px;
}

.bann-heading .bann-right-wrapp {
    width: 100%;
}

.banner-slider .swiper-pagination {
    position: absolute !important;
    top: 50% !important;
    right: 20px !important;
    flex-direction: column;
    padding: 20px 15px;
}

.bann-img-wrapp img {
    width: 100%;
}

.video-img-wrap {
    position: relative;
}

.video-img-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 400px;
    /*background: rgba(0, 0, 0, 0.4);*/
}

.video-img-wrap img {
    width: 100%;
    border-radius: 400px;
}

.video-img-wrap .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-img-wrap .play-icon i {
    font-size: 4em;
    color: var(--white-color);
    margin-left: 13px;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    justify-content: center;
    align-items: center;
}

.video-box {
    position: relative;
    max-width: 100px;
    min-width: 1000px;
}

.video-box video {
    width: 100%;
}

#light {
    display: none;
    position: fixed;
    top: 0;
    left: 00%;
    background: var(--white-color);
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    cursor: pointer;
    color: var(--white-color);
    border-radius: 50px;
    background: var(--black-color);
    font-size: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1002;
    opacity: 0.9;
    height: 36px;
    width: 36px;
}

#boxclose:hover {
    background: var(--blue30-color);
}

.boxclose:before {
    content: "×";
}

#fade:hover~#boxclose {
    display: none;
}

.test:hover~.test2 {
    display: none;
}


/* Notch Menu */

.notch-bar-menu-wrap {
    display: none;
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 47px;
    padding: 28px 0;
    background: linear-gradient(218deg, #141414 34%, rgb(31, 31, 31) 69%);
    border-right: 1px solid #333333;
    border-radius: 99px;
    overflow: hidden;
    z-index: 1030;
}

.notch-bar-menu-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.notch-bar-menu-wrap li {
    height: 17px;
    width: 17px;
    display: flex;
    justify-content: center;
}

.notch-bar-menu-wrap li a {
    background-color: var(--white-color);
    border-radius: 40px;
    box-shadow: 0 0 5px var(--white-color);
    width: 7px;
    height: 7px;
    display: block;
    overflow: hidden;
    opacity: 0.25;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.notch-bar-menu-wrap li a.active {
    opacity: 1;
}

.story-slider .swiper-slide {
    height: auto;
}

.story-slide-box {
    border-radius: 40px;
    background: var(--gray60);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.stories-top {
    padding: 30px;
}

.stories-top h3 {
    font-size: 2.5em;
}

.stories-top span {
    font-size: 1.6em;
    font-weight: 600;
}

.stories-top p {
    margin-top: 20px;
    font-size: 1.8em;
}

.story-slide-box .img-wrapp {
    max-width: 450px;
    margin: 0 auto -2px;
}

.story-slider .swiper-slide.swiper-slide-active .story-slide-box .img-wrapp {
    max-width: 350px;
}

.story-slide-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
    padding-bottom: 10px;
}

.story-slide-bottom .swipe-arrow {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    margin: 0;
    background-image: none;
    width: 50px;
    height: 50px;
    background: rgba(35, 35, 35, 0.2);
    border-radius: 50%;
    box-shadow: 0px 3px 10px rgba(35, 35, 35, 0.2);
    color: var(--white-color);
}

.story-slide-bottom .swipe-arrow:hover {
    background: rgba(35, 35, 35, 0.5);
}

.story-slide-bottom .swipe-arrow:after {
    display: none;
}

.story-slide-bottom .swipe-arrow.swiper-button-prev {
    transform: rotate(80deg);
}

.swiper-pagination {
    position: inherit !important;
    bottom: inherit !important;
    background: var(--black-color);
    width: max-content;
    min-height: 47px;
    left: inherit !important;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 25px;
    gap: 20px;
}

.swiper-pagination .swiper-pagination-bullet {
    background: var(--gray60);
    margin: 0 !important;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--white-color);
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    width: max-content;
}

.story-slider .swiper-slide .story-slide-box .stories-top p {
    display: none;
}

.story-slider .swiper-slide.swiper-slide-active .story-slide-box {
    background: var(--black-color);
}

.story-slider .swiper-slide.swiper-slide-active .story-slide-box .stories-top h3 {
    color: var(--white-color);
}

.story-slider .swiper-slide.swiper-slide-active .story-slide-box .stories-top span {
    color: var(--white-color);
}

.story-slider .swiper-slide.swiper-slide-active .story-slide-box .stories-top p {
    color: var(--white-color);
    display: block;
}

.security-plans-wrapper {
    background: var(--black-color);
    border-radius: 62px;
    padding-bottom: 90px;
	position: relative;
}

.security-plans-wrapper .swiper-button-prev, .security-plans-wrapper .swiper-button-next {
  color: #fff;
  margin-top: 50px;
}

.security-plans-slider {
    margin: 0 110px;
}

.security-plans-slider .swiper-wrapper {
    display: flex;
}

.security-plans-slider .swiper-wrapper .swiper-slide {
    width: calc((100% / 4) - 20px);
    margin-right: 20px;
    height: auto;
}

.security-plans-slider .plans-list {
    border: 5px solid var(--gray40);
    border-radius: 25px;
    padding: 15px;
    display: flex;
	height: 100%;
    flex-direction: column;
}

.security-plans-slider .plans-list .plan-top .plan-price-wrapper {
    text-align: center;
}

.security-plans-slider .plans-list .plan-top .plan-price-combo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
	top: 0;
}

.security-plans-slider .plans-list .plan-top .plan-mrp {
    font-size: 15px;
    position: relative;
    font-family: var(--font-medium);
}

.security-plans-slider .plans-list .plan-top .plan-mrp::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: red;
    transform: rotate(-10deg);
    transform-origin: center;
}

.security-plans-slider .plans-list .plan-top {
    margin-bottom: 23px;
    min-height: 180px;
}

.security-plans-slider .plans-list .plan-top h3 {
    text-align: center;
    color: var(--white-color);
    font-size: 2.1em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.security-plans-slider .plans-list .plan-top p {
    font-size: 1.4em;
    color: var(--white-color);
    text-align: center;
    position: relative;
    top: 10px;
}

.security-plans-slider .plans-list .plan-top p.plan-price-gst {
    font-size: 1.8em;
    top: 0;
    font-family: var(--font-medium);
}

.security-plans-slider .plans-list ul {
    margin-bottom: 20px;
}

.security-plans-slider .plans-list ul li {
    color: var(--white-color);
    font-size: 1.5em;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    opacity: 0.5;
}

.security-plans-slider .plans-list ul li span {
    font-size: 12px;
    margin-right: 10px;
    position: absolute;
    top: 3px;
    left: 0;
}

.security-plans-slider .plans-list ul li span.icon-cross {
    color: var(--gray50);
}

.security-plans-slider .plans-list.active {
    border: 5px solid var(--white-color);
}

.security-plans-slider .plans-list.active ul li {
    opacity: 1;
}

.plan-coverage {
    font-size: 12px;
    color: #ccc; 
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4;
	min-height: 67px;
}


/* Slide-show start */

.split-slideshow {
    position: relative;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.slideshow {
    overflow: hidden;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
}

.mobile-hand-wrap {
    width: 400px;
    position: absolute;
    top: 0;
    z-index: 15;
    pointer-events: none;
}

.slideshow .slider {
    width: 100%;
    height: 403px;
    z-index: 2;
    overflow: hidden;
    border-radius: 30px;
}

.slideshow .slider * {
    outline: none;
}

.slideshow .slider .item {
    height: 403px;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}

.slideshow .slider .item .text {
    display: none;
}

.slideshow .slider .item img {
    width: 100%;
    height: 100%;
    margin-top: 1px;
}

.screen-img {
    width: 193px;
    margin: 0px auto 0px;
    height: 405px;
    overflow: hidden;
    background: var(--black-color);
    position: absolute;
    left: calc(50% - 75px);
}

.slideshow .slick-dots {
    position: absolute;
    z-index: 9999;
    width: 40px;
    height: auto;
    bottom: auto;
    top: 23%;
    right: 0;
    transform: translateY(-50%);
    left: auto;
    background: var(--black-color);
    /* display: none; */
    border-radius: 30px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.slideshow .slick-dots li {
    display: flex;
    justify-content: center;
    height: auto;
    margin: 6px 5px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: var(--white-color);
    opacity: 0.3;
}

.slideshow .slick-dots li.slick-active {
    opacity: 1;
}

.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
    display: none;
}

.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
    display: none;
}

.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}

.slideshow-text {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 100;
    width: 35%;
    text-align: right;
}

.slick-vertical .slick-slide {
    height: 230px;
}

.slideshow-text h2 {
    font-size: 4em;
    color: var(--black-color);
    pointer-events: none;
    text-transform: uppercase;
}

.slideshow-text.slideshow-text-right {
    left: inherit;
    right: 0;
    top: inherit;
    bottom: 100px;
    text-align: left;
}

.slideshow-text.slideshow-text-right .slick-slide {
    padding-right: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.slideshow-text.slideshow-text-right h2 {
    font-size: 3em;
}

.slideshow-text.slideshow-text-right p {
    font-size: 2em;
}

.the-most {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 50vw;
    max-width: 200px;
    padding: 10px;
}

.the-most img {
    max-width: 100%;
}


/* Slide-show end */

.contact-wrapp {
    background: var(--black-color);
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 50px;
    border-radius: 62px;
    overflow: hidden;
}

.email-form {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 400px;
}

.contact-form {
    width: 60%;
}

.contact-form h2 {
    font-size: 4.1em;
    margin-bottom: 15px;
    color: var(--white-color);
}

.contact-form h2 span {
    font-family: var(--font-rg);
}

.contact-form p {
    font-size: 2.2em;
    color: var(--white-color);
    margin-bottom: 30px;
}

.form-group {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.disable-section {
    opacity: 0.3;
    pointer-events: none;
}

.contact-inform {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.contact-inform .form-group {
    width: calc((100% / 2) - 10px);
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.form-group .error-msg,
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    top: calc(100% + 4px);
    left: 10px;
    font-size: 12px;
    font-family: var(--font-medium);
}

.modal-form .form-group .error-msg {
    color: var(--red-color);
}

.form-label {
    font-family: inherit;
    font-size: 0.93rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    color: var(--white-color);
    transition: all 0.2s ease;
    margin-bottom: 5px;
    display: inline-block;
}

.form-label sup {
    color: var(--red-color);
    font-family: var(--font-medium);
    font-size: 12px;
}

.form-control {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 15px 20px;
    resize: none;
    border: 1px solid var(--gray80);
    outline: none;
    color: var(--white-color);
    background: transparent;
    transition: all 0.2s ease;
    font-size: 0.93rem;
}

.custom-form-class .form-group p {
    margin-bottom: 0;
}

.form-control:not(:-moz-placeholder-shown).form-control:not(:focus)~.form-label {
    top: -0.75rem;
    left: 0;
    font-size: 0.875rem;
    z-index: 9;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-control:not(:-ms-input-placeholder).form-control:not(:focus)~.form-label {
    top: -0.75rem;
    left: 0;
    font-size: 0.875rem;
    z-index: 9;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-control:focus~.form-label,
.form-control:not(:placeholder-shown).form-control:not(:focus)~.form-label {
    top: -9px;
    left: 15px;
    font-size: 13px;
    z-index: 9;
    transition: all 0.2s ease;
    background: #fff;
    width: auto;
    padding: 0 5px;
    border-radius: 5px;
}

.form-areas {
    resize: none;
}

.form-group p {
    font-size: 1.4em;
}

.screen-reader-response ul {
    display: none;
}

.custom-form-class .two-form {
    display: flex;
    gap: 20px;
}

.custom-form-class .wpcf7-response-output,
.profile-fail .error-msg,
.profile-success .error-msg,
.auto-renewal-cancel .error-msg {
    text-align: center;
    color: var(--black-color);
    font-size: 1.5em;
    background: #ffb900;
    width: auto;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 10px 7px;
    font-family: var(--font-medium);
}

.wpcf7 form.sent .wpcf7-response-output,
.profile-success .error-msg {
    background: var(--green-color90);
}

.custom-form-class .form-btn .btn:hover {
    background: var(--white-color);
    color: var(--black-color);
}

.custom-form-class .form-btn .wpcf7-submit:hover {
    background: var(--blue30-color);
    color: var(--white-color);
}

.custom-form-class .form-btn p {
    font-size: inherit;
    margin-bottom: 0;
}

.auto-renewal-cancel {
    width: 100%;
    margin-bottom: 12px;
}

.btn-darken:hover {
    box-shadow: 0 2px 10px var(--white-color);
}

footer {
    background: var(--white-color);
    margin-top: 80px;
}

.footer-top {
    display: flex;
}

.footer-top-left {
    width: 25%;
}

.footer-top-left figure {
    margin-bottom: 25px;
}

.footer-top-left p {
    font-size: 1.4em;
    display: flex;
    gap: 10px;
    text-align: left;
}

.footer-top-left p i {
    font-size: 25px;
    margin-top: 3px;
}

.footer-top-middle {
    width: 59%;
    padding: 0 25px;
}

.footer-top-middle .widget_text {
    width: calc(100% - 9%);
}

.footer-top-middle p {
    font-size: 2em;
}

.footer-top-right {
    width: 16%;
    display: flex;
    flex-direction: column;
}

.footer-top-right p {
    font-size: 1.4em;
    margin-bottom: 16px;
}

.social-links,
.widget_block {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 34px;
    height: 34px;
    background: var(--black-color);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.8em;
}

.social-links a:hover {
    background: var(--blue30-color);
}

.social-links a img {
    width: 40px;
}

.social-links a:last-child {
    margin-right: 0px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
}

.foot-bot-left p {
    font-size: 1.4em;
}

.foot-bot-right {
    width: 25%;
}

.foot-bot-right .menu {
    display: flex;
    justify-content: flex-end;
}

.foot-bot-right a {
    font-size: 1.4em;
    text-transform: uppercase;
    color: var(--black-color);
    margin-right: 50px;
}

.foot-bot-right a:hover {
    text-decoration: underline;
}

.foot-bot-right li:last-child a {
    margin-right: 0px;
}

.foot-bot-middle {
    margin: 0 10px 0 10px;
}

.foot-bot-middle p {
    font-style: italic;
    font-size: 1.2em;
}

.goodbye-wrapp {
    display: flex;
    margin-bottom: 60px;
}

.goodbye-wrapp-left {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.app-download {
    margin-top: auto;
}

.app-download p {
    font-size: 2.2em;
    font-style: italic;
}

.app-logos a {
    margin-top: 20px;
    display: inline-block;
}

.goodbye-wrapp-right {
    width: 49%;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    padding-bottom: 6px;
}

.mobile-screen {
    position: absolute;
    top: 5px;
    z-index: 4;
    left: 0;
    border-radius: 50px;
}

.mobile-screen img {
    height: 520px;
    object-fit: contain;
}

.goodbye-wrapp-right .swiper-slide .goodbye-mobile {
    width: 230px;
    opacity: 0.6;
}

.goodbye-wrapp-right .swiper-slide .goodbye-mobile img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.goodbye-wrapp-right .swiper-slide.swiper-slide-active .goodbye-mobile {
    overflow: hidden;
    padding-top: 10px;
    margin-left: 10px;
    opacity: 1;
}

.go-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: var(--white-color);
    color: var(--black-color);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 2em;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 101;
    box-shadow: 0px 3px 10px #2323234a;
    cursor: pointer;
}

.go-top:hover {
    color: var(--white-color);
    background: var(--black-color);
}

.go-top.show {
    display: flex;
}

.wpcf7-spinner {
    vertical-align: middle;
}

footer .custom-container {
    padding-bottom: 13em;
}


/* add new design here */

.security-plans-slider .plans-list .plan-top .plan-price {
    color: var(--white-color);
    font-size: 25px;
    font-family: var(--font-bold);
    top: 0;
}

.security-plans-slider .plans-list .plan-top .plan-price span {
    margin-right: 4px;
    font-size: 27px;
    vertical-align: baseline;
}

.security-plans-slider .plans-list .plan-top .plan-price span.billing-cycle {
	font-size: 0.4em;
    vertical-align: unset;
}

.plan-btn {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.active-plan {
    background: var(--green-color90);
    font-family: var(--font-bold);
    font-size: 1.4em;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.white-bg {
    background: var(--white-color);
}

.active-plan .icon-check {
    margin-right: 10px;
}

#subscription-result {
    text-align: center;
    margin-top: 20px;
	width: 100%;
    margin-bottom: 20px;
}

#fancybox-wrap {
    height: 80vh !important;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 9px;
}
 
#fancybox-close span{
    left: 0 !important;
    top: 24px !important;
}

@media (max-width: 1250px) {
    .bann-heading h2 {
        font-size: 5.5em;
    }
    .video-box {
        max-width: 950px;
        min-width: 950px;
    }
    .foot-bot-right a {
        margin-right: 15px;
        font-size: 1.2em;
    }
    .foot-bot-left p {
        font-size: 1.2em;
    }
    .security-plans-slider {
        margin: 0 20px;
    }
    .social-links,
    .widget_block {
        gap: 5px;
        justify-content: center;
    }
    .social-links a {
        width: 30px;
        height: 30px;
        font-size: 1.6em;
    }
    .slideshow-text.slideshow-text-right h2 {
        font-size: 2em;
    }
    .slideshow-text.slideshow-text-right p {
        font-size: 1.4em;
    }
    .slideshow-text h2 {
        font-size: 3em;
    }
	.security-plans-slider .plans-list .plan-top .plan-mrp {
		font-size: 14px;
	}
}

@media (max-width: 1050px) {
    .bann-heading p {
        font-size: 2.2em;
    }
    .scroll-down-arrow {
        display: none;
    }
    .banner-wrapper {
        background: var(--gray30);
    }
    header .custom-container {
        padding: 0 12px;
    }
    .banner-wrapper .swiper-container {
        height: auto;
    }
    .bann-wrpp {
        background: none;
        height: auto;
    }
    .bann-left-wrapp {
        position: inherit;
        width: 100%;
        padding: 120px 20px 20px;
        align-items: center;
    }
    .bann-heading {
        text-align: center;
    }
    .bann-heading h2 {
        font-size: 5.6em;
    }
    .bann-heading h2 br {
        display: none;
    }
    .bann-social-wrapp {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .bann-social-wrapp p {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .bann-img-wrapp {
        display: block;
    }
    .bann-img-wrapp img {
        width: 100%;
    }
    .banner-slider .swiper-pagination {
        top: 90% !important;
        right: 50% !important;
        flex-direction: row;
        padding: 10px 20px;
        transform: translateX(50%) !important;
    }
    .page-title {
        padding: 50px 0px;
    }
    .page-title span {
        font-size: 3em;
    }
    .page-title h2 {
        font-size: 3em;
        margin-bottom: 10px;
    }
    .page-title p {
        font-size: 1.8em;
    }
    .page-title p br {
        display: none;
    }
    .video-img-wrap {
        height: 230px;
    }
    .video-img-wrap img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    #fade {
        padding: 20px;
    }
    .video-box {
        min-width: 100%;
        margin: 0 20px;
    }
    .video-img-wrap .play-icon {
        width: 70px;
        height: 70px;
    }
    .video-img-wrap .play-icon i {
        font-size: 3em;
        margin-left: 10px;
    }
    .security-plans-wrapper {
        border-radius: 0;
        overflow: hidden;
        padding-bottom: 50px;
    }
    .security-plans-slider {
        margin: 0 -20px 0 0;
    }
    .goodbye-wrapp {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .goodbye-wrapp-left {
        width: 100%;
        padding-bottom: 0;
    }
    .mobile-screen {
        right: 0;
        text-align: center;
        pointer-events: none;
    }
    .goodbye-wrapp-right .swiper-slide {
        display: flex;
        justify-content: center;
    }
    .goodbye-wrapp-right .swiper-slide.swiper-slide-active .goodbye-mobile {
        margin-left: 0;
    }
    .page-title.title-left {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .app-download {
        text-align: center;
        margin-bottom: 0;
    }
    .app-download p {
        font-size: 2em;
    }
    .app-logos {
        display: flex;
        flex-direction: column;
    }
    .app-logos a {
        margin-top: 10px;
    }
    .goodbye-wrapper {
        overflow: hidden;
    }
    .goodbye-wrapp-right {
        width: 100%;
        margin-top: 30px;
    }
    .contact-wrapper .custom-container {
        padding: 0;
    }
    .contact-wrapp {
        border-radius: 0;
        padding: 50px 20px;
        flex-direction: column-reverse;
    }
    .contact-form .two-form {
        flex-direction: column;
        gap: 0;
    }
    .form-btn {
        text-align: center;
    }
    .email-form {
        max-width: 150px;
        position: inherit;
        margin-left: -20px;
        margin-bottom: -20px;
        margin-top: -80px;
        display: none;
    }
    footer {
        margin-top: 40px;
    }
    .footer-top {
        flex-direction: column;
    }
    .footer-top-left {
        width: 100%;
        text-align: center;
    }
    .footer-top-left img {
        margin-bottom: 15px;
    }
    .footer-top-left figure {
        margin-bottom: 0;
    }
    .footer-top-middle {
        width: 100%;
        padding: 0 0px;
        margin-bottom: 30px;
    }
    .footer-top-middle p {
        font-size: 1.8em;
        text-align: center;
    }
    .footer-top-right {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .footer-bottom {
        flex-direction: column-reverse;
    }
    .foot-bot-right {
        text-align: center;
        width: 100%;
    }
    .foot-bot-left {
        margin-top: 20px;
        text-align: center;
    }
    .social-links .widget_block {
        justify-content: center;
    }
    .slideshow {
        width: 400px;
        margin: 0 auto;
    }
    .slideshow-text {
        position: inherit !important;
        width: 100%;
        top: inherit !important;
        left: inherit !important;
        bottom: inherit !important;
        right: inherit !important;
        text-align: center;
    }
    .slideshow-text.slideshow-text-right {
        text-align: center;
        margin-top: 0;
        background: #F3F3F3;
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }
    .slideshow-text.slideshow-text-right .slick-slide {
        padding-right: 0px;
        height: 130px;
    }
    .slick-vertical .slick-slide {
        height: 100px;
    }
    .slideshow .slick-dots {
        display: none !important;
    }
    .go-top {
        width: 40px;
        height: 40px;
        font-size: 1.4em;
    }
    .story-slide-bottom {
        margin-top: 20px;
    }
    .story-slide-bottom .swipe-arrow {
        display: none;
    }
    .swiper-slide.swiper-slide-active .plans-list {
        opacity: 1;
        border-color: var(--white-color);
    }
    .contact-form {
        width: 100%;
    }
    .slideshow .slider .item img {
        object-fit: cover;
    }
    .foot-bot-right .menu {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }
    .foot-bot-right a {
        margin-right: 0;
    }
    .wp-block-image img {
        max-width: 220px !important;
    }
    .contact-form h2 {
        text-align: center;
        font-size: 3em;
    }
    .contact-form h2 span {
        display: block;
    }
    .contact-form p {
        text-align: center;
    }
    .contact-form p .form-label {
        text-align: left;
    }
    .foot-bot-middle {
        margin: 20px 0 0 0;
        text-align: center;
    }
    footer .custom-container {
        padding-bottom: 70px;
    }
    .foot-bot-left p {
        font-size: 1.4em;
    }
    .foot-bot-right a {
        font-size: 1.4em;
    }
    .footer-top-middle .widget_text {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .stories-card-right .img-wrapp {
        width: 200px;
        margin-bottom: -10px;
    }
    .slideshow {
        width: 360px;
        margin: 0 0 0 -20px;
        height: 454px;
    }
    .mobile-hand-wrap {
        width: 360px;
    }
    .slideshow .slider {
        height: 368px;
    }
    .screen-img {
        width: 172px;
        left: calc(50% - 68px);
        margin-top: 4px;
    }
    .app-logos img {
        max-width: 200px;
    }
    .contact-inform .form-group {
        width: 100%;
    }
    .social-links,
    .widget_block {
        gap: 10px;
    }
    .social-links a {
        width: 34px;
        height: 34px;
        font-size: 1.8em;
    }
}

@media (min-width: 1251px) {
  .security-plans-wrapper .swiper-button-prev {
    margin-left: 6%;
  }

  .security-plans-wrapper .swiper-button-next {
    margin-right: 6%;
  }
}