* {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
}

#home-body {
    color: #00267B;
}

#home {
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

#faq-page {
    width: 100%;
    background-image: url(../img/subs2-page-bg-expand.png);
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: repeat-y;
}

#feedback-page {
    width: 100%;
    background-image: url(../img/feedback-page-bg-2.png);
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

#subs-page {
}

#body_policy {
    width: 100%;
    background-image: url(../img/subs2-page-bg-expand.png);
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: repeat-y;
}

#about-page {
}


nav {
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding: 0 30px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(36, 37, 56, 0.3);
    width: 88%;
    height: 65px;
    border-radius: 12px;
    position: fixed;
    top: 3%;
    left: 50%;
    transform: translate(-50%);
    z-index: 100;
}

    nav img {
        width: 150 px;
    }

.nav-links {
    flex: 1;
    text-align: right;
    margin-right: 6px;
}

    .nav-links ul li {
        list-style: none;
        display: inline-block;
        padding: 24.8px 12px;
        position: relative;
    }

        .nav-links ul li a {
            color: #8C9DDA;
            text-decoration: none;
            font-size: 13px;
        }

            .nav-links ul li a::after {
                content: '';
                width: 0%;
                height: 6px;
                background: #0127AD;
                display: block;
                margin: auto;
                transition: 0.5s;
                bottom: 0;
                left: -8px;
                right: -8px;
                position: absolute;
            }

            .nav-links ul li a.active::after,
            .nav-links ul li a:hover::after {
                width: 80%;
            }

            .nav-links ul li a.active,
            .nav-links ul li a:hover {
                color: #0127AD;
            }

        .nav-links ul li button {
            z-index: 999;
            font-size: 13px;
        }

.faq-box {
    position: fixed;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 100;
    bottom: 18%;
    right: -1%;
    background-color: #0F0D3E;
    border-radius: 7px;
    padding: 15px;
    box-shadow: 0 8px 14px rgba(0, 0.5, 0.4, 0.6);
}

.faq-button {
    font-size: 18px;
    writing-mode: vertical-lr;
    transform: rotate(3.142rad);
    cursor: pointer;
    text-decoration: none;
    color: white;
    padding-right: 4px;
    margin-right: 10px;
    font-weight: bold;
}

.text-box {
    width: 58%;
    color: #00267B;
    position: absolute;
    top: 52%;
    left: 38%;
    transform: translate(-50%,-53%);
    text-align: left;
}

    .text-box h1 {
        font-family: 'Epilogue', sans-serif;
        font-size: 64px;
        margin-bottom: 15px;
        margin-right: 10%;
    }

    .text-box h2 {
        font-family: 'Libre Baskerville', serif;
        font-size: 52px;
        letter-spacing: 3.5px;
        margin-top: 15px;
    }

    .text-box p {
        font-size: 16px;
        margin: 0 0 25px;
    }

.button_subnow {
    align-items: center;
    max-width: 35%;
    margin: 0;
}

.hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #0127AD;
    background-color: white;
    box-shadow: 6px 7px 5px 0px rgba(30, 39, 82, 0.3);
    text-align: center;
    padding: 12px 34px;
    font-size: 12px;
    border: none;
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    font-weight: bold;
}

    .hero-btn:hover {
        background-color: #fdff86;
        transition: 1s;
    }

.text-box i {
    color: #4989ff;
    padding-right: 5px;
    font-size: 16px;
}

nav .fa {
    display: none;
}

.button-group {
    display: inline-flex;
    margin-left: 18%;
    border: 1px solid white;
    box-shadow: 6px 7px 5px 0px rgba(30, 39, 82, 0.2);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 18px;
}

.button-fbig {
    padding: 10px 16px;
    outline: none;
    border: none;
    cursor: pointer;
    border-right: 1px solid #afafaf;
    font-family: 'Inter', sans-serif;
    background: white;
    color: #00267B;
}

    .button-fbig:hover {
        background: #00267B;
        color: white;
    }

    .button-fbig.active-button {
        background: #00267B;
        color: white;
    }

    .button-fbig:last-child {
        border-right: none;
    }

.social-media {
    padding-top: 10%;
    padding-left: 68.6%;
    align-items: center;
}

.image-container {
    padding-top: 15%;
    position: relative;
}

.phone-image {
    position: relative;
}

.update-phone {
    padding-top: 15%;
    position: absolute;
    top: 0;
    left: 0;
}


#div_ig {
    display: none;
}

.boxes3 {
    height: 175px;
    width: 153px;
}

#n img {
    max-height: none !important;
    max-width: none !important;
    background: none;
}

#inst i {
    max-height: none !important;
    max-width: none !important;
    background: none;
}

.profile-section img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.profile-section h3 {
    margin-top: 10px;
}

.follow-button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #e4405f;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.posts-section {
    display: flex;
}

    .posts-section img {
        width: 200px;
        height: 200px;
        object-fit: cover;
        margin-right: 10px;
    }

.header-container {
    display: flex;
    background-image: url(../img/Intro.jpg);
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 3%;
}

.lawnet-logo {
    font-size: 24px;
    font-weight: bolder;
    text-decoration: none;
    color: #00267B;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}

    .lawnet-logo.two {
        margin-left: 20px;
    }

@media (max-width: 1000px) {
    .header-container {
        flex-direction: column;
        background-image: url(../img/header-mobile.png);
        background-size: 100% 100%;
        padding-bottom: 175px;
    }

    .hero-btn {
        font-size: 11px;
    }

    .button_subnow {
        max-width: 80%;
    }

    .text-box {
        margin-top: 54px;
        margin-bottom: 50px;
        margin-left: 35px;
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        width: 80%;
    }

    .social-media {
        margin-left: auto;
        margin-right: auto;
        padding: 0 0;
        top: 0;
    }

    .nav-links ul li a {
        font-size: 10px;
    }

    .logo-lawnet {
        max-height: 40.56px;
    }

    .lawnet-logo {
        font-size: 20px;
    }
}

@media (max-width: 700px) {
    .nav-links.mobile-menu-open {
        display: block;
    }

    nav {
        position: relative;
        background-color: rgba(255, 255, 255, 0);
        box-shadow: 0 5px 15px rgba(0, 0.5, 0.4, 0);
        top: 0%;
        margin-left: 2%;
    }

    .text-box h1 {
        font-size: 33px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .text-box p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .text-box {
        left: 50%;
        transform: translateX(-55%);
    }

    .nav-links ul li {
        display: block;
        padding: 10px 12px;
    }

    .nav-links {
        position: absolute;
        background: rgb(243, 243, 243);
        height: 100vh;
        width: 210px;
        top: 0;
        right: -50%;
        text-align: left;
        z-index: 2;
        display: none;
    }

    nav .fa {
        display: block;
        color: #0F0D3E;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 30px;
        margin-right: 20%;
    }

        .nav-links ul li a::after {
            height: 2px;
        }

        .nav-links ul li {
            padding: 15px 12px 10px 12px;
        }

    .mobile-nav {
        display: flex;
        cursor: pointer;
        margin-right: 10px;
        align-items: center;
    }

        .mobile-nav .fa {
            padding-right: 4px;
        }

    .div_fb iframe {
        max-width: 90%;
        max-height: 373px;
    }
}
/*----About Us---*/

.abt-us-subs-container {
    background-image: url(../img/home-abtus-subs.jpg);
}

.AboutUs h3 {
    font-size: 32px;
    text-align: center;
}

.description-about1 {
    display: flex;
    justify-content: space-between;
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 43px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

    .description-about1 h4 {
        font-size: 35px;
        color: #4472FF;
        font-weight: bold;
    }

    .description-about1 p {
        font-size: 15px;
        color: #00267B;
    }

.Aboutpic h3 {
    font-family: 'Epilogue', sans-serif;
    font-weight: bold;
    margin-top: 14px;
}

.About1 {
    margin-left: 7.2%;
    margin-top: -132px;
    height: 175px;
    width: 754px;
    position: relative;
    z-index: 50;
    background: #fff;
    border-radius: 25px;
    box-sizing: border-box;
    box-shadow: 0 6px 24px -6px rgba(30, 39, 82, 0.4);
    align-items: center;
}

    .About1 h3 {
        padding-top: 45px;
    }

.our-story-container {
    position: relative;
    margin-top: 95px;
    left: 17%;
    max-width: 100%;
}

.Aboutpic {
    position: absolute;
    top: -10px;
    left: -20px;
    color: white;
}

    .Aboutpic h4 {
        text-align: left;
    }

.about-us-container {
    min-height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100%;
    padding-top: 45px;
    display: flex;
}

    .about-us-container h3 {
        text-align: left;
        margin-bottom: 25px;
    }

    .about-us-container p {
        margin-bottom: 18px;
    }

.About2 {
    position: relative;
    top: 18%;
    padding-left: 25%;
    margin-right: 13%;
}


.img1 {
    border-radius: 50%;
    border-style: solid;
    border-width: 8px;
    border-color: #37166D;
    margin-bottom: 5%;
}

.row {
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    margin-left: 15%;
    margin-right: 15%;
}

.pt1 {
    flex-basis: 31%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    box-sizing: border-box;
    transition: 0.5s;
    margin-bottom: 5%;
}

.row h4 {
    margin-bottom: 2%;
    color: #25209B;
    font-size: 17px;
}

.pt1:hover {
    box-shadow: 0 0 20px 0px rgba(255, 255, 255, 0.7);
}

.row p {
    font-size: 14px;
}

.instagram-feed-container {
    border-radius: 12px;
}

.youtube {
    border-radius: 9px;
    position: absolute;
    bottom: 31%;
    right: 5%;
    z-index: 55;
}

.Aboutpic {
    background-color: #4472FF;
    padding: 32px 38px 60px 32px;
    border-radius: 10px;
    z-index: 60;
}

@media (max-width: 950px) {
    .row {
        flex-direction: column;
    }

    .our-story-container {
        margin-top: 5%;
        left: 20%;
    }

    .about-us-container {
        flex-direction: column;
        min-height: 80%;
        height: 80%;
        padding-top: 18px;
    }

    .aboutpic-img img {
        max-width: 230px;
        margin-left: -10px;
    }

    .About1 {
        height: 130px;
        width: 85%;
        margin-top: -145px;
    }

    .description-about1 {
        margin-left: 40px;
        margin-right: 40px;
    }

        .description-about1 h4 {
            font-size: 18;
        }

        .description-about1 p {
            font-size: 10;
        }

    .abt-us-subs-container {
        background-image: none;
    }

    .about-us-container {
        background-image: url(../img/abtus-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 2%;
    }

    .Aboutpic h4 {
        font-size: 11px;
    }

    .AboutUs h3 {
        font-size: 18px;
    }

    .Aboutpic {
        margin-left: 5px;
        padding: 16px 22px 28px 16px;
    }

    .about-us-container h3 {
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .youtube {
        width: 108px;
        height: 70px;
        bottom: 5px;
        left: 100px;
    }

    .About2 {
        position: relative;
        top: 0;
        padding-left: 0;
        margin-right: 0;
        width: 80%;
        margin: 35px 10% 20px 10%;
    }

    .about-us-container p {
        font-size: 14px;
    }
}
/*----Subscription---*/
.subscription h3 {
    padding-top: 100px;
    font-size: 32px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.sub-text h4 {
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 5%;
}

.sub-text {
    margin-left: 10%;
    margin-right: 30%;
    font-family: 'Montserrat', sans-serif;
}

    .sub-text h5 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .sub-text p {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .sub-text i {
        margin-right: 3px;
        color: #4A6AEA;
    }

.card-wrapper {
    margin-bottom: 20px;
    flex-direction: row;
    display: flex;
    justify-content: right;
}

.slider-subscribe {
    min-height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: right;
}

.slide-container {
    padding: 50px 0;
    display: flex;
    right: 0;
}

.img-border {
    padding-top: 50px;
    padding-right: 75px;
    background-image: url(../img/subs-cont.jpg);
    background-size: 100% 90px;
    background-repeat: no-repeat;
    background-position-y: -10%;
}

.slide-content {
    margin: 0 40px;
}

.card {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 8px 8px rgba(42, 57, 78, 0.5);
    margin: 0 20px;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    row-gap: 5px;
}

.card-image {
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background: white;
    padding-top: 10px;
    padding-bottom: 3px;
}

    .card-image .card-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.package-name {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #00267B;
    letter-spacing: 3.5px;
}

.price-b {
    border: none;
    font-size: 16px;
    color: white;
    background-color: #4472FF;
    padding: 8px 20px;
    border-radius: 25px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .price-b:hover {
        background-color: #0F0D3E;
    }

.swiper-navBtn {
    color: #777;
    transition: color 0.3s ease;
}

    .swiper-navBtn:hover {
        color: #0127AD;
    }

@media (max-width: 1180px) {

    .sub-text {
        margin: 0 10%;
    }

        .sub-text h5 {
            font-size: 22px;
            margin-bottom: 5px;
        }

        .sub-text h4 {
            font-size: 12px;
            margin-bottom: 5px;
        }

        .sub-text p {
            font-size: 14px;
            margin-bottom: 18px;
        }

    .card-image {
        height: 76px;
        width: 76px;
        margin-right: 3px;
    }

    .package-name {
        font-size: 15px;
    }

    .price-b {
        font-size: 18px;
        padding: 3px 6px;
        margin: 7px;
        border-radius: 4px;
    }

    .card {
        box-shadow: 0 5px 5px rgba(42, 57, 78, 0.7);
    }
}

@media (max-width: 700px) {
    .img-border {
        background-image: none;
        padding: 0;
    }

    .slider-subscribe {
        background-image: url(../img/subs-mobile.png);
        background-size: cover;
        min-height: fit-content;
    }

    .slide-container {
        margin-top: 3%;
        padding: 0;
    }

    .card-image .card-img {
        height: 100%;
        width: 100%;
        margin-right: 3px;
    }

    .card-image {
        height: 70px;
        width: 70px;
        margin-right: 3px;
    }

    .package-name {
        font-size: 12px;
    }

    .price-b {
        font-size: 12px;
        border-radius: 2px;
    }

    .card {
        background-position: center;
        background-size: cover;
        box-shadow: 0 5px 5px rgba(42, 57, 78, 0.7);
        margin: 0 10px;
    }

    .swiper-button-next .swiper-navBtn,
    .swiper-button-prev .swiper-navBtn,
    .swiper-pagination {
        display: none;
    }

    .slider-subscribe {
        flex-direction: column;
    }

    .sub-text a {
        align-items: center;
        text-align: center;
    }

    .sub-text {
        margin-bottom: 10px;
    }
}
/*----Privacy Policy---*/
#policy {
    background-image: url(../img/home-plc-bg.png);
    min-height: 500px;
}

.home-policy-header h2, .home-policy-header p {
    color: white;
    margin-bottom: 22px;
    align-items: center;
}

.home-policy-header h2 {
    font-size: 30px;
}

.home-policy-header p {
    font-size: 15px;
}

.home-policy-header {
    position: absolute;
    left: 50%;
    margin-top: 11%;
    margin-right: 10%;
}

@media (max-width: 700px) {
    #policy {
        background-image: url(../img/policy-mobile.png);
        min-height: fit-content;
    }

    .home-policy-header {
        position: relative;
        left: 0;
        align-items: center;
        text-align: center;
        margin: 0 30px;
        padding: 40px 0;
    }

        .home-policy-header h2 {
            font-size: 22px;
            margin-bottom: 12px
        }

        .home-policy-header p {
            font-size: 14px;
            margin-bottom: 12px
        }
}

/*----Feedback---*/
.Feedback {
    background-image: url(../img/fdb-logo-home-bg.png);
    min-height: 150%;
}

.feedback-home-header {
    margin: 0 12%;
}

.feedback-home {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    margin-bottom: 9%;
}

.feedback-home-header h3, .feedback-home-header h2, .feedback-home-header p {
    width: 300px;
    color: #00267B;
}

.feedback-home-header h3 {
    font-size: 14px;
    margin-bottom: 20px;
}

.feedback-home-header h2 {
    font-size: 27px;
    margin-bottom: 24px;
}

.feedback-home-header p {
    font-size: 18px;
    margin-bottom: 50px;
}

.carousel {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.carousel-content {
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease;
}

.feedback-card-home {
    width: 425px;
    margin-right: 25px;
    background-color: #4472FF;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
}

.fdb-text {
    font-size: 18px;
    margin: 20px 0;
}

.profle-detail h4 {
    font-size: 14px;
}

.profle-detail {
    margin-left: 15px;
}

    .profle-detail p {
        font-size: 11px;
    }

.prev-btn, .next-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    .prev-btn img, .next-btn img {
        max-width: 28px;
        max-height: 28px;
    }

.fdb-home-btn {
    margin-top: 40px;
}

.fdb-card-home-content {
    margin: 20px 28px;
    color: white;
}

    .fdb-card-home-content img {
        max-width: 75px;
    }

.feedback-profile-home {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
}

.Feedback {
    padding-top: 13%;
}

.img2 {
    border-radius: 50%;
    border-style: solid;
    border-width: 8px;
    border-color: #CDD7FF;
    margin-bottom: 5%;
    width: 25%;
    height: 33%;
}

.pt2 {
    flex-basis: 31%;
    background: #CDD7FF;
    border-radius: 10px;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 2%;
    padding-top: 10%;
    box-sizing: border-box;
    margin-bottom: 10%;
    margin-top: -10%;
    height: 60%;
}

.Feedback .wrapper .carousel {
    display: flex;
    justify-content: center;
}

.feedback-card-home.dragging {
    opacity: 0.5;
}

@media (max-width: 1000px) {

    .Feedback {
        background-image: url(../img/fdbfull-mobile.png);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 0;
    }
}

@media (max-width: 700px) {
    .feedback-home-header {
        margin: 5% 20%;
        text-align: center;
        max-width: 354px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

        .feedback-home-header h3, .feedback-home-header h2, .feedback-home-header p {
            width: 354px;
            max-width: 100%;
        }

        .feedback-home-header h3 {
            font-size: 12px;
            margin-bottom: 12px;
        }

        .feedback-home-header h2 {
            font-size: 22px;
            margin-bottom: 12px;
        }

        .feedback-home-header p {
            font-size: 14px;
            margin-bottom: 12px;
        }

    .feedback-home {
        display: flex;
        flex-direction: column;
    }

    .carousel {
        width: 250%;
        overflow: visible;
    }

    .fdb-text {
        font-size: 14px;
        margin: 2px 0;
    }

    .feedback-card-home {
        width: 300px;
        height: 130px;
        max-height: 100%;
    }

        .feedback-card-home p {
            font-size: 14px;
        }

    .wrapper {
        margin: 0;
    }

    .fdb-card-home-content {
        display: flex;
        flex-direction: column-reverse;
    }

        .fdb-card-home-content img {
            max-width: 12%;
        }

    .profile-image img {
        max-width: 25px;
    }

    .profle-detail h4 {
        font-size: 10px;
    }

    .profle-detail p {
        font-size: 8px;
    }

    .feedback-profile-home {
        margin: 0;
    }

    .coma-text-cont {
        display: flex;
        flex-direction: column-reverse;
    }

    .coma-img {
        max-width: 25px;
        margin-left: 85%;
    }

    .wrapper {
        margin-left: 15px;
    }

    .fdb-home-btn {
        margin-left: 17%;
    }
}
/*-------CLIENT LOGO------*/
.user-logo-header h2 {
    font-size: 27px;
    text-align: center;
}

.user-logo-container {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.client-logo-container {
    margin-top: 100px;
    padding-bottom: 100px;
    max-width: 80%;
    background-image: url(../img/user-logo-web.png);
    height: 85vh;
    width: 80%;
    background-size: 100%;
    background-repeat: no-repeat;
}

    .client-logo-container img {
        max-width: 100%;
    }

@media (max-width: 700px) {
    .user-logo-header h2 {
        font-size: 22px;
    }

    .client-logo-container {
        margin-top: 30px;
        padding-bottom: 80px;
        background-image: url(../img/user-logo-mobile.png);
        background-repeat: no-repeat;
        height: 45vh;
    }

    .user-logo-container {
        margin-top: 55px;
    }
}

/*-------BOTTOM BORDER------*/
.row2 {
    display: flex;
    justify-content: space-between;
    padding: 5% 0 7% 0;
    margin-left: -1%;
}

    .row2 .one {
        width: 20%;
    }

    .row2 .two {
        width: 30%;
        text-align: center;
    }

    .row2 .three {
        width: 25%;
    }

.end {
    background-color: #0F0D3E;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.endpt {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 15px;
}

.row2 ul {
    list-style: none;
    display: inline-block;
}

    .row2 ul li a, .row2 p {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-weight: normal;
    }

.row2 h3 {
    font-size: 13px;
    font-weight: bold;
}

.row2 h4 {
    margin-bottom: 20px;
    color: #ffb648;
    letter-spacing: 1.5px;
    font-size: 13px;
    font-weight: bold;
}

.l3-bdr-btm {
    margin-bottom: 15px;
}

.l4-bdr-btm {
    margin-bottom: 15px;
}

.row2 .two ul li {
    display: inline-block;
    margin-top: 12px;
}

.fb-icon-btm i {
    font-size: 22px;
}

.ig-icon-btm i {
    color: #0F0D3E;
    background-color: white;
    border-radius: 5px;
    padding: 0 2px;
    font-size: 20px;
}

.brd-btm-cpr {
    display: flex;
    flex-direction: row;
    font-size: 10px;
}

    .brd-btm-cpr i {
        font-size: 10px;
    }

.pnmb-cpr {
    text-decoration: none;
    color: #ffb648;
}

@media (max-width: 700px) {
    .row2 h3, .row2 ul li a, .row2 p, .row2 h4 {
        font-size: 6px;
    }

    .l3-bdr-btm {
        margin-bottom: 8px;
    }

    .l4-bdr-btm {
        margin-bottom: 8px;
    }

    .row2 .two ul li {
        margin-top: 2px;
    }

    .row2 h4 {
        margin-bottom: 8px;
    }

    .row2 {
        padding: 5% 2% 8% 2%;
        margin: 0 6%;
    }

        .row2 ul li {
            line-height: 0.8;
        }

    .fb-icon-btm i {
        font-size: 14px;
    }

    .ig-icon-btm i {
        font-size: 13px;
        border-radius: 3px;
    }

    .brd-btm-cpr, .brd-btm-cpr i {
        font-size: 6px;
    }
}

/*----------subscription page----------*/
.options-subs-pg {
    bottom: 0%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.text-subs-pg {
    position: absolute;
    top: 15%;
    z-index: 5;
}

.text-subs-cont {
    top: 8%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    align-items: center;
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.text-subs-pg h5 {
    color: #FFAC37;
    font-size: 16px;
}

.text-subs-pg h4 {
    margin-top: 15px;
    color: white;
    font-size: 55px;
    max-width: 70%;
}

.text-subs-pg p {
    margin-top: 30px;
    color: white;
    font-size: 16px;
    max-width: 55%;
}

.slide-sub-container {
    margin-top: -10%;
}

.card-sub {
    width: 250px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 8px 8px rgba(42, 57, 78, 0.4);
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 20px 0;
    margin-top: -35px;
    height: 75px;
}

    .card-sub .card1 {
        position: absolute;
    }

    .card-sub .card2 {
        position: relative;
    }

.card-sub-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: 30%;
    margin-right: 30%;
}

.image-sub-content {
    position: absolute;
}

.card-sub-content {
    position: relative;
    margin-left: 105px;
}

    .card-sub-content h2 {
        margin-bottom: 14px;
        letter-spacing: 2px;
    }

.package-sub-name {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #00267B;
}

.price-sub-b {
    border: none;
    font-size: 16px;
    color: white;
    background-color: #4472FF;
    padding: 8px 20px;
    border-radius: 25px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .price-sub-b:hover {
        background-color: #0F0D3E;
    }

.card-sub-image img {
    max-width: 80%;
    margin-left: 8px;
}

.f-exp-right {
    max-width: 75%;
    margin-right: 30px;
}

.further-exp-subs {
    bottom: -128%;
    position: absolute;
    padding-top: 15%;
    padding-bottom: 4%;
    width: 100%;
    min-height: 100vh;
    background-image: url(../img/subs2-page-bg.png);
    z-index: 0;
}

.f-exp-container {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
    margin-right: 10%;
}

.f-exp-header h1 {
    font-size: 55px;
    margin-bottom: 85px;
    max-width: 30%;
    line-height: 1;
    color: #00267B;
}

.f-exp-header h2 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #00267B;
}

.f-exp-header h3 {
    font-size: 16px;
    color: #00267B;
}

.f-exp-left {
    max-width: 78%;
    width: 78%;
    align-items: center;
}

.table-subs {
    background-color: white;
    padding: 16px 36px;
    box-shadow: 0 8px 8px rgba(42, 57, 78, 0.4);
    border-radius: 10px;
    margin-top: 25px;
    overflow: auto;
}


    .table-subs table {
        border-collapse: separate;
    }

    .table-subs tbody {
        font-size: 14px;
    }

.tick-subs i {
    color: #4472FF;
}

.cross-subs i {
    color: #CCCCCC;
}

.table-subs-A,
.table-subs-B {
    padding: 0 10px;
    letter-spacing: 2px;
    font-size: 12px;
    color: #00267B;
}

.table-subs-cat {
    text-align: left;
    color: #00267B;
    padding-bottom: 4px;
    padding-right: 36px;
    font-weight: normal;
}

th.one {
    min-width: 300px;
}

.table-subs thead th {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
}

.table-subs tbody th {
    padding-top: 10px;
}

@media (max-width: 750px) {
    .card-sub-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 450px;
    }

    .card-sub {
        flex-direction: column;
        height: 190px;
        width: 250px;
    }

        .card-sub.card1 {
            position: relative;
            margin-bottom: 50px;
        }

    .image-sub-content {
        position: relative;
    }

    .card-sub-content {
        margin-left: 0;
    }

    .text-subs-pg, .options-subs-pg, .further-exp-subs {
        position: relative;
    }

    .text-subs-img img {
        display: none;
    }

    .further-exp-subs {
        background-image: none;
        bottom: unset;
    }

    .text-subs-cont {
        position: relative;
        margin-top: 10%;
        padding: 22% 0 38% 0;
        max-width: 70%;
    }

    .text-subs-pg {
        background-image: url(../img/subs-text-bg.png);
        top: 0;
        margin-top: -25px;
    }

    #subscription-pg {
        background-image: url(../img/subs-bg-2.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .text-subs-cont h4 {
        font-size: 22px;
        max-width: 100%;
    }

    .text-subs-cont h5 {
        font-size: 12px;
        max-width: 100%;
    }

    .text-subs-cont p {
        max-width: 100%;
        font-size: 11px;
    }

    .options-subs-pg {
        margin-top: -25%;
    }

    .f-exp-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-right: 0;
    }

    .further-exp-subs {
        position: relative;
    }

    .f-exp-left {
        width: 80%;
        max-width: 80%;
    }

    .f-exp-header {
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

        .f-exp-header h3,
        .f-exp-header h2 {
            font-size: 11px;
            margin-bottom: 10px;
        }

        .f-exp-header h1 {
            font-size: 18px;
            max-width: 100%;
            font-weight: bold;
            margin-bottom: 20px;
        }

    .table-subs-A,
    .table-subs-B {
        font-size: 8.5px;
    }
}

/*----------FAQ page----------*/
.faq-body {
    margin-top: 175px;
    display: flex;
    justify-content: space-between;
    margin-left: 102px;
    margin-right: 102px;
    margin-bottom: 80px;
}

.faq-header h1 {
    font-size: 55px;
    color: #00267B;
    margin-bottom: 22px;
}

.faq-header h2 {
    color: #00267B;
    font-size: 18px;
    margin-bottom: 18px;
}

.faq-header h3 {
    color: #00267B;
    font-size: 18;
}

.faq-header {
    position: relative;
}

.faq-header-content {
    position: fixed;
    margin-right: 60%;
}

.questions-container {
    position: relative;
}

.faq-dropdown h1 {
    margin-left: 3%;
    font-size: 17px;
    font-weight: bold;
}

.faq-dropdown {
    box-shadow: 0 5px 5px rgba(42, 57, 78, 0.3);
    background-color: #FEFEFE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 700px;
    height: 60px;
    justify-content: space-between;
    color: #00267B;
    margin-bottom: 15px;
    transition: 0.4s ease;
    cursor: pointer;
}

    .faq-dropdown i {
        position: relative;
        margin-right: 3%;
        transition: 0.4s ease;
    }

.faq-answer {
    background-color: #F2F2F2;
    color: #00267B;
    border-radius: 5px;
    width: 700px;
    padding: 15px 0 15px 0;
    margin-bottom: 15px;
    display: none;
    transition: 0.4s ease;
}

    .faq-answer p {
        margin-left: 18px;
        margin-right: 18px;
        font-size: 16px;
    }

    .faq-answer ul {
        margin-left: 40px;
        margin-right: 8px;
        margin-top: 12px;
        font-size: 14px;
    }

.faq-dropdown.active {
    background-color: #4472FF;
    color: white;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}

    .faq-dropdown.active i {
        transform: rotate(90deg);
        transition: 0.4s;
        transition-timing-function: ease-in-out;
    }

.mobile-h2 {
    display: none;
}

.web-h2 {
    display: block;
}

.mobile-contact {
    display: none;
}

@media (max-width: 1200px) {
    .mobile-h2 {
        display: block;
    }

    .web-h2 {
        display: none;
    }

    .mobile-contact {
        display: block;
    }

    .faq-header {
        margin-bottom: 22px;
        margin-top: 40px;
    }

        .faq-header h1 {
            margin-top: 20%;
            font-size: 22px;
            text-align: center;
        }

        .faq-header h2,
        .faq-header h3 {
            font-size: 11px;
            text-align: center;
        }

        .faq-header h2 {
            margin-bottom: 0;
        }

    .faq-body {
        display: flex;
        flex-direction: column;
        margin: 0 0;
    }

    .faq-header-content {
        position: relative;
        margin-right: 0;
    }

    .faq-dropdown, .faq-answer {
        max-width: 100%;
    }

    .questions-container {
        margin: 0 14%;
    }

    .faq-dropdown h1,
    .faq-dropdown i,
    .faq-answer p,
    .faq-answer ul {
        font-size: 12px;
    }

    .hide-mobile {
        display: none;
    }
}
/*----------Policy page----------*/
.policy-header {
    position: relative;
}

.policyh-image img {
    right: -2%;
    position: absolute;
    margin-top: 8%;
}

.policyh-text {
    position: absolute;
    margin-top: 18%;
    left: 9.5%;
    max-width: 35%;
}

    .policyh-text h1 {
        font-size: 55px;
        color: #00267B;
    }

    .policyh-text h2 {
        margin-top: 15px;
        font-size: 16px;
        color: #00267B;
    }

.policy-button {
    display: inline-flex;
    margin-left: 9.5%;
    border: 1px solid white;
    box-shadow: 6px 7px 5px 0px rgba(30, 39, 82, 0.2);
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.policy-btn {
    padding: 10px 16px;
    outline: none;
    border: none;
    cursor: pointer;
    border-right: 1px solid #afafaf;
    font-family: 'Inter', sans-serif;
    background: #F2F2F2;
    color: #00267B;
    font-size: 16px;
    font-weight: bold;
    max-width: 320px;
    width: 375px;
    z-index: 50;
}

.policy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    text-align: left;
}

    .policy-btn img {
        margin-right: 12px;
    }

    .policy-btn:hover {
        background: #4472FF;
        color: white;
        z-index: 90;
    }

    .policy-btn.before,
    .policy-btn.active-button {
        background: #4472FF;
        color: white;
        z-index: 90;
    }

    .policy-btn:last-child {
        border-right: none;
    }

.policy-text.cookies {
    display: none;
    transition: 0.4s ease-in-out;
}

.policyh-text.collection {
    transition: 0.4s ease-in-out;
}

.policy-container {
    position: absolute;
    margin-top: 550px;
}

.policy-text-all {
    margin: 0 9.5% 40px 9.5%;
    background-color: #FEFEFE;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 8px 8px 0px rgba(30, 39, 82, 0.2);
}

.policy-text {
    padding: 40px 40px 25px 40px;
    font-size: 14.5px;
    color: #00267B;
}

@media (max-width: 1200px) {
    .policyh-image img {
        max-width: 50%;
        margin-top: 12%;
    }

    .policy-container {
        margin-top: 480px;
    }
}

@media (max-width: 700px) {
    .policyh-text h1 {
        font-size: 22px;
        margin-top: 11%;
    }

    .policyh-text h2,
    .policy-text p {
        font-size: 11px;
    }

    .policy-btn {
        font-size: 7px;
        width: 195px;
        max-width: 195px;
    }

    .policy-container {
        margin-top: 205px;
    }

    .policy-button {
        margin-bottom: 20px;
        border-radius: 4px;
    }

    .policyh-text {
        margin-top: 13%;
    }

    .policy-btn img {
        max-width: 18%;
        max-height: 18%;
    }
}
/*----------about us page----------*/
.abtus-pg {
    color: #00267B;
}

.header-abtus h1 {
    font-size: 55px;
}

.abtus-exp p {
    font-size: 16px;
    margin-bottom: 20px;
    word-spacing: 1.5;
}

.abtus-content {
    min-height: 100vh;
    width: 100%;
    background-image: url(../img/abt-page-bg.png);
    position: relative;
    background-repeat: no-repeat;
}

.abtus-exp2 {
    background-image: url(../img/subs2-page-bg-opq.png);
    display: flex;
    flex-direction: row;
    padding: 10% 8.6% 10% 0;
    align-items: center;
    justify-content: center;
}

.header-abtus {
    padding: 16% 8% 40px 8%;
}

.abtus-exp1 {
    padding: 0 8% 6% 8%;
}

.mobile-view-exp2 {
    display: none;
}

.abtus-exp2-para {
    margin-left: 5%;
}

.abtus-exp2 p {
    word-spacing: 1.5;
    line-height: 130%;
}

.image-pop-abtus img {
    box-shadow: 0 10px 13px 0px rgba(30, 39, 82, 0.3);
    border-radius: 0 12px 12px 0;
}

.abtus-exp2-para ul li {
    margin-left: 20px;
}

.abtus-exp2-para ul {
    margin-bottom: 20px;
}

@media (max-width: 700px) {
    .mobile-view-exp2 {
        display: inline-block;
    }

    .web-view-exp2 {
        display: none;
    }

    .abtus-exp {
        background-color: #FEFEFE;
        box-shadow: 0 5px 5px 0px rgba(30, 39, 82, 0.3);
        border-radius: 5px;
        margin: -10% 5% 10% 5%;
        padding: 8% 0 3% 0;
        position: relative;
    }

    .abtus-exp2 {
        flex-direction: column;
        background-image: none;
        padding: 10% 8.6% 0 0;
    }

    .image-pop-abtus img {
        max-width: 90%;
    }

    .mobile-header-exp2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .abtus-exp2-header h2 {
        font-size: 18px;
    }

    .header-abtus h1 {
        font-size: 36px;
    }

    .abtus-exp p, .abtus-exp h3 {
        font-size: 11px;
        font-weight: normal;
    }

    .abtus-exp2-para ul li {
        font-size: 11px;
    }

    .abtus-exp2-para {
        margin-top: 10%;
    }

    .abtus-content {
        background-image: url(../img/abt-us-mobile-bg.png);
        background-size: cover;
        margin-top: -20%;
    }

    .header-abtus {
        background-image: url(../img/abt-us-mobile-header.png);
        background-size: cover;
        position: relative;
        padding: 25% 8% 20% 8%;
    }
}
/*----------feedback page----------*/
.feedback-header {
    margin: 12% 25% 0 25%;
    align-items: center;
    color: #00267B;
    text-align: center;
}

    .feedback-header h1 {
        font-size: 55px;
    }

    .feedback-header h5 {
        font-size: 22px;
        margin-top: 10px;
    }

.feedback-card {
    color: #00267B;
    width: 300px;
}

.fdb-card-content {
    margin: 5% 9%;
}

.feedback-card h3 {
    font-size: 22px;
}

.feedback-card h4 {
    font-size: 18px;
}

.feedback-card p {
    margin-top: 12px;
    font-size: 15.6px;
    text-align: left;
}

.feedback-slider-container {
    margin: 0 20%;
    align-items: center;
    width: 75%;
}

.feedback-silder-content {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.feedback-card {
    background-color: white;
    box-shadow: 0 3px 3px 5px rgba(30, 39, 82, 0.2);
    margin: 0 10px;
    height: 200px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    align-items: center;
}

.feedback-silder-content button {
    max-height: 38px;
    margin: 10% 8px 0 8px;
    border: none;
    cursor: pointer;
    background-color: rgba(30, 39, 82, 0);
}

    .feedback-silder-content button img {
        max-height: 38px;
    }

.fdb-card-content h2 {
    content: '';
    width: 50%;
    height: 10px;
    background: #FFAC37;
    display: block;
    margin: -20px auto 20px auto;
    left: -8px;
    right: -8px;
}

@media (max-width: 700px) {
    .feedback-header h1 {
        font-size: 36px;
    }

    .feedback-header h5 {
        font-size: 12px;
    }

    .feedback-slider-container {
        margin: 30px auto 0 auto;
        background-color: white;
        align-items: center;
    }

    .feedback-card {
        width: 100%;
    }

    .feedback-silder-content {
        flex-direction: column;
        position: relative;
        box-shadow: 0 3px 3px 5px rgba(30, 39, 82, 0.2);
        padding: 0;
        border-radius: 5px;
        margin: 0 auto 28px auto;
    }

        .feedback-silder-content button {
            max-width: 28px;
        }

    .next-btn-fdb {
        display: none;
    }

    .prev-btn-fdb {
        display: none;
    }

    .feedback-card {
        border-radius: 5px;
        box-shadow: 0 3px 3px 5px rgba(30, 39, 82, 0);
        margin: 0;
        height: 11%;
    }

    #feedback-page {
        background-image: url(../img/fdb-bg-mobile.png);
        background-size: 100%;
    }

    .feedback-card h3 {
        font-size: 18px;
    }

    .feedback-card h4 {
        font-size: 16px;
    }

    .feedback-card p {
        margin-top: 12px;
        font-size: 14px;
        text-align: left;
    }

    .fdb-card-content {
        margin-top: 3.5%;
    }
}

/* styles.css */


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 120;
}

.popup-image {
    max-width: 80%;
    max-height: 80%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 120;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
}
