.sans {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.background {
    background-image: linear-gradient(45deg, #D2EFFF#EBF8FF);
}

.shade {
    box-shadow: 0px 22px 60px 0px #00000033;
}

.shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.slider {
    margin-bottom: 30px;
    position: relative;
}

.slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    background: #ff9966;
    /* fallback for old browsers */
    color: #fff;
}

.slider-card {
    background: #fff;
    padding: 0px 0px;
    margin: 50px 15px 90px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
}

.slider-card img {
    border-radius: 5px 5px 0px 0px;
}

.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
}

.owl-dots .owl-dot.active {
    background: #f44336 !important;
}

.slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    background: #1E345B;
    color: #fff;
}

.slider .owl-item.active.center .slider-card p {
    color: #fff;
}

.slider .owl-item.active.center .slider-card .sub {
    color: #fff;
}

.slider .owl-item.active.center .slider-card h6 {
    color: #fff;
}

.slider .owl-item.active.center .slider-card li {
    color: #fff;
}

.slider .owl-item.active.center .slider-card button {
    background-color: white;
}

@media screen and (max-width: 360px) {
    .heading1 {
        font-size: 20px !important;
        line-height: 30px !important
    }
}

input::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color: #000000 !important;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    /* Safari and Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* Default */
    width: 25px;
    height: 25px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: white;
    border: 1px solid #4C95EF;
}


/* Styles for the checked state */

input[type='checkbox']:checked {
    border-color: #4C95EF;
    background-color: #4C95EF;
}

input[type='checkbox']:checked::before {
    content: '\f00c';
    /* Font Awesome checkmark icon */
    font-family: 'Font Awesome 5 Free';
    /* Ensure the correct font family */
    font-weight: 900;
    /* Font Awesome solid weight */
    color: white;
    font-size: 18px;
    position: absolute;
    top: -2px;
    left: 3px;
}

.swiper-container {
    flex: 2;
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
}

.swiper-slide img {
    max-width: 300px;
    height: auto;
}

.swiper-slide {
    width: 300px !important;
}

.mt-40 {
    margin-top: 10rem !important;
}

footer {
    position: relative !important;
    /* Override any conflicting positioning */
}


/* taeb-switch styles */

.taeb-switch {
    position: relative;
}

.taeb-switch:after {
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    transition: left cubic-bezier(.88, -.35, .565, 1.35) .4s;
    border-radius: 27.5px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    background-color: #1A3057;
    height: 100%;
    z-index: 0;
}

.taeb-switch.left:after {
    left: 0;
}

.taeb-switch.right:after {
    left: 50%;
}

.taeb-switch .taeb {
    display: inline-block;
    width: 48%;
    padding: 12px 0;
    z-index: 1;
    position: relative;
    cursor: pointer;
    transition: color 200ms;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    user-select: none;
}

.taeb-switch .taeb.active {
    color: #ffffff;
}

* {
    outline: 0;
}

.wrapper {
    border-radius: 37px;
    background-color: #f4f4f4;
    padding: 8px;
    width: 100%;
    max-width: 316px;
    margin-left: auto;
    margin-right: auto;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
    gap: 10px
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.c_wrapper {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
}

.c_wrapper::before,
.c_wrapper::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
}

.price_panel {
    width: 100%;
    /* float: left; */
    padding: 50px 0;
}

.chk_area {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
    padding: 0 90px 60px;
}

.chk_area label {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px;
}

.chk_area label input {
    opacity: 0;
    margin: 0;
}

.chk_area label input:checked+i {
    background-image: url('images/chk-icon-active.png');
    background-size: contain;
}

.chk_area label i {
    background: url('images/chk-icon.png') 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    top: -2px;
}

.line {
    background: #000;
    width: 100%;
    float: left;
    height: 1px;
    margin: 30px 0;
}

.price_block {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
    padding: 0 40px 60px;
}

.price_block h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin: 0 0 50px;
}

.price_block ul {
    list-style: none;
    padding: 0;
    margin: 0 -2%;
}

.price_block li {
    background: #fff;
    border: 3px solid #000;
    float: left;
    width: 29.3%;
    padding: 55px 20px;
    margin: 0 2%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.price_block li span {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}

.price_block li strong {
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    color: #000;
}

.price_block li strong small {
    display: inline-block;
    vertical-align: baseline;
    font-size: 30px;
    line-height: 30px;
}

.price_block table {
    width: 100%;
    table-layout: fixed;
}

.price_block table td {
    border: none;
    border-right: 1px solid #000;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.price_block table td strong {
    font-weight: 700;
    display: block;
}

.price_block table td:last-child {
    border: none !important;
}

.price_block em {
    font-size: 24px;
    line-height: 50px;
    font-weight: 300;
    color: #000;
    margin-top: 50px;
    display: block;
}

.sec_01 {
    width: 100%;
    float: left;
}

/* terms css */

.terms_page {
    width: 100%;
    display: block;
    padding: 50px 0 100px;
}

.terms_page h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #101010;
    margin: 0 0 15px;
}

.terms_page i {
    font-size: 15px;
    line-height: 15px;
    display: block;
    padding-bottom: 15px;
    font-weight: 200;
}

.terms_page p {
    font-size: 17px;
    line-height: 34px;
    color: #101010;
    font-weight: 400;
    margin-bottom: 20px;
}

.terms_page p a:hover {
    text-decoration: underline !important;
}

@media only screen and (max-width:1536px) {
    .img_txt {
        width: 700px !important;
    }

    .c_txt1 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .c_block1 {
        width: 200px !important;
    }

    .c_panel1 {
        padding: 0 !important;
        display: none !important;
    }

    .heading1 {
        font-size: 65px !important;
        line-height: 21px !important;
    }

    .chk_area {
        padding: 0 30px 40px;
    }

    .chk_area label {
        font-size: 25px;
        margin: 0 30px 17px;
    }

    .line {
        margin: 8px 0 30px;
    }

    .price_block li {
        padding: 40px 10px;
    }

    .price_block table td {
        font-size: 20px;
    }
}

@media only screen and (max-width:1280px) {
    .heading1 {
        font-size: 48px !important;
        line-height: 36px !important;
    }

    .img_txt {
        width: 580px !important;
    }

    .c_txt1 {
        font-size: 17px !important;
        line-height: 35px !important;
    }

    .chk_area {
        padding-left: 0;
        padding-right: 0;
    }

    .chk_area label i {
        width: 32px;
        height: 32px;
        margin-right: 12px;
    }

    .chk_area label {
        font-size: 23px;
        margin: 0 8px 17px;
    }

    .price_block {
        padding-left: 0;
        padding-right: 0;
    }

    .price_block h3 {
        font-size: 26px;
        margin-bottom: 23px;
    }

    .price_block li {
        border-radius: 30px;
    }

    .price_block li span {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 21px;
    }

    .price_block li strong {
        font-size: 39px;
        line-height: 40px;
    }

    .price_block table td {
        font-size: 20px;
        line-height: normal;
    }

    .price_block table td strong {
        padding-bottom: 15px;
    }

}

@media only screen and (max-width:1024px) {
    .img_txt {
        width: 522px !important;
    }

    .c_txt1 {
        font-size: 17px !important;
        line-height: 22px !important;
    }

    .chk_area label {
        font-size: 17px;
        margin: 0 1px 17px;
    }

    .chk_area label {
        font-size: 17px;
        margin: 0 1px 17px;
    }

    .price_block li {
        padding: 25px 10px;
        border-radius: 20px;
        border-width: 2px;
    }

    .price_block li span {
        font-size: 20px;
        line-height: 23px;
        padding-bottom: 21px;
    }

    .price_block li strong {
        font-size: 29px;
        line-height: 33px;
    }

}

@media only screen and (max-width:768px) {
    .img_txt {
        width: 491px !important;
    }

    .c_txt1 {
        font-size: 16px !important;
        line-height: 35px !important;
    }

    .heading1 {
        font-size: 34px !important;
        line-height: 42px !important;
    }

    .chk_area {
        text-align: left;
    }

    .chk_area label {
        display: block;
        width: 100%;
        margin: 0 0 15px;
    }

    .line {
        display: none;
    }

    .price_block ul {
        margin: 0;
    }

    .price_block li {
        width: 100%;
        margin: 0 0 20px;
    }

    .price_block table td {
        width: 100%;
        display: table;
        /* text-align: left; */
        border: none;
        padding: 15px 23px !important;
    }


}

@media only screen and (max-width:559px) {
    input[type='checkbox'] {
        width: 25px !important;
        height: 25px !important;
    }

    input[type='checkbox']:checked::before {
        font-size: 15px !important;
    }
}

@media only screen and (max-width:480px) {
    input[type='checkbox'] {
        width: 25px !important;
        height: 21px !important;
    }

    input[type='checkbox']:checked::before {
        font-size: 13px !important;
        top: 0px !important;
    }
}

@media only screen and (max-width:390px) {
    input[type='checkbox'] {
        width: 31px !important;
        height: 21px !important;
    }
}

.videoWrapper169 {
    padding-top: 56.4% !important;
}

.contact_btn:hover {
    color: #fff !important;
}