<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .form-container {
        /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
        border-radius: 20px;
        /* z-index: 10;
    width: 790px; */
    }

    .filterDiv {
        color: #ffffff;
        line-height: normal;
        margin: 2px;
        display: none;
    }

    .show {
        display: block;
    }

    .tab-container {
        margin-top: 0px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 0px 0px 20px 20px;
        border: 2px solid #68D2C0;
        border-top: none;
    }
    /* Style the buttons */

    .btn-group .btn {
        border: none;
        outline: none;
        /* padding: 12px 16px; */
        background-color: #68D2C0;
        cursor: pointer;
        margin: 0px;
        color: #fff;
        width: 280px;
        font-size: 15px;
    }

    .btn-group .btn:first-child {
        border-radius: 20px 0px 0px 0px;
        border-right: 2px solid #fff;
    }

    .btn-group .btn:last-child {
        border-radius: 0px 20px 0px 0px;
        border-left: 2px solid #fff;
    }

    .btn-group .btn.current {
        background-color: #00AE8D;
        color: white;
        box-shadow: inset -2px -2px 10px #00000080;
        border: 1px solid #00AE8D;
    }

    .btn-group {
        position: relative;
        /* display: inline-flex; */
        vertical-align: middle;
    }

    .filterDiv {
        color: #000;
        /* display: none; */
        line-height: normal;
        margin: 0px;
    }
    /*----------Toggle-----------*/

    .switch {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 15px;
    }

    .switch input {
        display: none;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        border: 1px solid #68D2C0;
        -webkit-transition: .4s;
        transition: .4s;
        width: 55px;
        height: 25px;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: #68D2C0;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked+.slider {
        background-color: #68D2C0;
    }

    input:checked+.slider:before {
        background-color: #fff;
    }

    input:focus+.slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked+.slider:before {
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    /*------ ADDED CSS ---------*/

    .yes {
        display: none;
    }

    .no {
        color: #68D2C0;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 65%;
        font-size: 14px;
    }

    .yes {
        color: #fff;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 36%;
        font-size: 14px;
    }

    input:checked+.slider .yes {
        display: block;
    }

    input:checked+.slider .no {
        display: none;
    }
    /*--------- END --------*/
    /* Rounded sliders */

    .slider.round {
        border-radius: 34px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    .input-group-text {
        background: #68D2C0 !important;
        color: #fff !important;
        border-radius: 5px 0px 0px 5px!important;
        padding: 8px !important;
        font-size: 12px !important;
    }

    .input-group .form-control {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .input-group .mt-30 {
        margin-top: 30px;
    }
    /*-------------*/

    .cover-section {
        position: relative;
        &amp;:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 30%;
        }
    }

    #cover-slider {
        .item-details {
            color: #fff;
            padding: 20px 10px;
            text-align: left;
            h5 {
                margin: 0 0 15px;
                font-size: 18px;
                line-height: 18px;
                span {
                    color: red;
                    float: right;
                    padding-right: 20px;
                }
            }
            p {
                font-size: 14px;
            }
        }
        .item {
            text-align: center;
            /* padding: 20px; */
            margin-bottom: 80px;
            height: 100%;
        }
    }

    .owl-carousel .owl-nav [class*='owl-'] {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

    .owl-carousel {
        position: relative;
    }

    .owl-carousel .owl-next,
    .owl-carousel .owl-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        position: absolute;
        top: 40%;
        font-size: 30px;
        color: #fff;
        border: 1px solid #ddd;
        text-align: center;
        font-weight: 700;
    }

    .owl-carousel .owl-prev {
        left: -70px;
        font-size: 25px !important;
        font-weight: 700;
    }

    .owl-carousel .owl-next {
        right: -70px;
        font-size: 25px !important;
        font-weight: 700;
    }

    .text-606B7D {
        color: #606B7D;
    }

    .travel-note {
        font-size: 10px;
    }

    .travel-note2 {
        font-size: 11px;
    }

    .hidden {
        display: none;
    }

    .add-traveller-btn {
        background-color: #68D2C0;
        padding: 10px 13px 10px 13px;
        border-radius: 48px;
        color: #fff;
    }

    .btn-go-back {
        padding: 8px 52px 8px 52px !important;
        background-color: #fff !important;
        color: #FF5100 !important;
        border-radius: 10px !important;
        border: 1px solid #FF5100 !important;
    }

    .btn-traveller2 {
        background-color: #00AE8D !important;
        color: #fff !important;
        border-radius: 10px !important;
        border: 1px solid #00AE8D !important;
    }

    .btn-traveller2:hover {
        background-color: #fff !important;
        color: #00AE8D !important;
        border: 2px solid #00AE8D !important;
        font-weight: 600;
    }

    .close-btn {
        background-color: #E5F7F3;
        padding: 10px 13px 10px 13px;
        border-radius: 48px;
        border: 1px solid #68D2C0;
        color: #606B7D;
    }

    .add-btn {
        background-color: #68D2C0;
        padding: 10px 13px 10px 13px;
        border-radius: 48px;
        border: 1px solid #68D2C0;
        color: #fff;
    }

    .form-img-div {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    /*----------New design------*/

    .index-banner {
        background-image: url(../image/banner/banner6.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .insurance-banner {
        background-image: url(../image/banner/banner2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .indonesia-banner {
      background-image: url(../image/banner/Indonesia-Top-banner\ 1.png);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
    }



    .bg-pink {
        background-color: #FBF1EF;
    }

    .bg-blue {
        background-color: #D5DFF0;
    }

    .light-black-text {
        color: #606B7D;
    }

    .fs-15 {
        font-size: 15px;
    }

    .insurance-solutions {
        display: flex;
        align-items: center;
        border-radius: 10px;
    }

    .duration {
        margin-top: 3rem !important;
    }

    .contact-details {
        border: 2px solid #68D2C0;
        border-radius: 20px;
    }

    .otp-resend {
        margin-top: 24px;
    }

    .go-back {
        padding: 8px 52px 8px 52px !important;
        background-color: #fff !important;
        color: #FF5100 !important;
        border-radius: 10px !important;
        border: 1px solid #FF5100 !important;
    }

    .btn-compare {
        background-color: #FF5100 !important;
        color: #fff !important;
        border-radius: 10px !important;
        margin-top: 32px;
        float: right;
    }

    .add-to-compare {
        display: flex;
        justify-content: center;
        margin-top: 28px;
    }

    .otp-input {
        background-color: #E5F7F3 !important;
    }

    .bg-68D2C0 {
        background-color: #68D2C0;
    }

    .input-container {
        position: relative;
        width: 300px;
    }

    .input-container input[type="text"] {
        width: 100%;
        padding-right: 50px;
        /* Adjust based on button width */
        box-sizing: border-box;
    }

    .input-container button {
        position: absolute;
        right: 8px;
        top: 8px;
        /* height: 100%; */
        border: none;
        /* background-color: #007BFF;
    color: white; */
        padding: 0 5px;
        cursor: pointer;
        background: none;
        color: #1100FF;
    }

    .discount-code {
        display: flex;
        align-items: center;
    }
    /*-----------Plan Comparison--------------*/

    .btn-buynow-org {
        background-color: #FF5100 !important;
        color: #fff !important;
        border-radius: 10px;
    }

    .table-bordered {
        border: 1px solid #68D2C0 !important;
        border-radius: 20px !important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #68D2C0 !important;
    }

    .row-green {
        background-color: #68D2C0 !important;
        color: #fff;
    }

    .row-light-green {
        background-color: #E5F7F3 !important;
        height: 50px;
    }

    .table-bordered th {
        width: 40%;
    }

    .row-00AE8D {
        background-color: #00AE8D !important;
        color: #fff;
    }

    .plan-comparision .plan-heading {
        background-color: #43B0EF;
        color: #fff;
        font-size: 14px;
        width: 200px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        box-shadow: -2px -2px 10px #00000040;
        position: relative;
        left: 85%;
    }

    .plan-comparision .plan-heading i {
        font-size: 18px;
    }

    .plan-comparision .plan-heading2 {
        background-color: #E765E0;
        color: #fff;
        font-size: 14px;
        width: 145px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        box-shadow: -2px -2px 10px #00000040;
        /* margin-left: -19px; */
        position: relative;
        left: 72%;
    }

    .plan-comparision .plan-heading2 i {
        font-size: 18px;
    }

    .btn-traveller {
        padding: 8px 20px 8px 20px !important;
        background-color: #FF5100 !important;
        color: #fff !important;
        border-radius: 10px !important;
    }

    .btn-traveller:hover {
        background-color: #fff !important;
        border: 2px solid #FF5100;
        color: #FF5100 !important;
    }

    .two-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*------------respaonsive-------------*/

    @media (max-width: 767px) {
        .owl-carousel .owl-next,
        .owl-carousel .owl-prev {
            display: none;
        }
        .form-container3 {
            width: 100%;
            position: relative;
            /* margin-top: -105px; */
        }
        /* .carousel-overlay {
        position: relative;
        transform: translate(0%, 0%);
        left: 0;
    } */
        .carousel-inner {
            position: absolute !important;
            width: 100%;
            overflow: hidden;
            margin-top: -183%;
        }
        /* .form-container {
        position: relative;
        transform: translatey(3%);
        border-radius: 20px;
        z-index: 10;
        width: 100%;
    } */
        .index-banner,
        .insurance-banner {
            background-position: top;
            background-size: contain;
        }
        .duration {
            margin-top: 1rem !important;
        }
        .add-to-compare {
            margin-top: 15px;
        }
        .btn-compare {
            float: left;
        }
        .btn-group .btn {
            font-size: 10px;
        }
        .switch {
            width: 58px;
        }
        .plan-comparision .plan-heading2 {
            font-size: 8px;
            width: 95px;
            left: 67%;
        }
        .plan-comparision .plan-heading {
            font-size: 8px;
            width: 130px;
            left: 71%;
        }
        .discount-code {
            display: block;
        }
        .input-container {
            width: 235px;
        }
        .go-back {
            width: 100% !important;
            margin-bottom: 10px;
        }
        .btn-traveller2 {
            width: 100% !important;
        }
        .two-button {
            display: block;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .form-container3 {
            width: 100%;
            position: relative;
            /* margin-top: -105px; */
        }
        .carousel-inner {
            position: absolute !important;
            width: 100%;
            overflow: hidden;
            margin-top: -81%;
        }
        .index-banner,
        .insurance-banner {
            background-position: top;
            background-size: contain;
        }
        .duration {
            margin-top: 1rem !important;
        }
        .add-to-compare {
            margin-top: 15px;
        }
        .btn-compare {
            float: left;
        }
        .switch {
            width: 42px;
        }
        .plan-comparision .plan-heading2 {
            font-size: 10px;
            width: 105px;
            left: 55%;
        }
        .plan-comparision .plan-heading {
            font-size: 10px;
            width: 152px;
            left: 45%;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .form-container3 {
            width: 100%;
            position: relative;
            margin-top: -190px;
        }
    }

    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .form-container3 {
            position: absolute;
            margin-top: -29%;
        }
    }

    @media only screen and (min-width: 1400px) and (max-width: 5000px) {
        /* .form-container {
            left: 15%;
        } */
        .form-container3 {
            position: absolute;
            margin-top: -24%;
        }
    }
</pre></body></html>