﻿.form-container {
    position: relative;
    padding:10px 0;
}

.li-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('23.jpg');
    background-size: cover;
    filter: blur(5px);
    opacity: 0.2;
    z-index: -1;
}

.ci-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/critical.png');
    background-size: cover;
    filter: blur(5px);
    opacity: 0.2;
    z-index: -1;
}

.di-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/disability.png');
    background-size: cover;
    filter: blur(5px);
    opacity: 0.2;
    z-index: -1;
}

.dd-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/dental.png');
    background-size: cover;
    filter: blur(5px);
    opacity: 0.2;
    z-index: -1;
}

.gi-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/group.png');
    background-size: cover;
    filter: blur(5px);
    opacity: 0.2;
    z-index: -1;
}

.si-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    opacity: 0.2;
    z-index: -1;
}

.mi-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/mortgage.png');
    background-size: cover;
    filter: blur(5px);
    opacity: 0.2;
    z-index: -1;
}

.nm-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #bbb;
    /*background-image: url('23.jpg');*/
    background-size: cover;
    filter: blur(5px);
    opacity: 0.2;
    z-index: -1;
}

.re-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('graduation-5.jpg');
    background-size: cover;
    filter: blur(7px);
    opacity: 0.2;
    z-index: -1;
}

.rt-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/RRSP.png');
    background-size: cover;
    filter: blur(5px);
    opacity: 0.2;
    z-index: -1;
}

.ti-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/travel.png');
    background-size: cover;
    filter: blur(5px);
    opacity: 0.2;
    z-index: -1;
}

.sv-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/supervisa.png');
    background-size: cover;
    filter: blur(5px);
    opacity: 0.2;
    z-index: -1;
}

.vv-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/Visitor.png');
    background-size: cover;
    filter: blur(5px);
    opacity: 0.2;
    z-index: -1;
}

.resp-insurance-image{
    text-align: center;
}

.resp-banner-first-half {
    width: 600px;
    height: 450px;
    background-color: #2049A2;
    border-top-left-radius: 50px;
    margin-left: 5%;
}

.resp-banner-second-half{
    width:600px;
    height:450px;
    background-color: #8d2a30;
    border-bottom-right-radius: 50px;
}

.resp-image {
    max-width: 350px;
    height: 450px;
    border-radius: 10px;
    position:absolute;
    top:6.7%;
    left:39%;
}


.scrollable-div {
    position: relative;
    height: 150px; /* Set the desired height of the scrollable div */
    overflow-y: scroll;
}

.content {
    height: 100%;
    /*overflow-y: scroll;*/
}



    .content::-webkit-scrollbar {
        display: none;
    }

.sitename{
    color: #2049a2 !important;
}

.terms-list {
    list-style-type: none;
    padding: 0;
}

    .terms-list li::before {
        content: ">>";
    }

.card {
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: 300px;
}

    .card ul {
        list-style: none;
        color: gold;
        display: inline-flex;
        padding: 10px;  
    }

.slider-container {
    margin: 0 2%;
    width: 96%;
    overflow: hidden;
}

.slider {
    display: flex;
    width: 99%;
    transition: transform 1s;
}

.slider-item {
    display: flex;
    flex: 0 0 32.5%;
    background-color: #fff;
    border-radius: 10px;
    margin: 5px;
    justify-content: center;
    /*align-items: center;*/
    height:fit-content;
    transition: transform 1s;
    padding: 10px;
}

    .slider-item ul {
        list-style: none;
        color: gold;
        display: inline-flex;
        padding: 10px;
    }

    .slider-item h5 {
        font-size: 14px;
    }

.prev-button {
    position: absolute;
    top: 90px;
    left: 8%;
    font-size: 48px;
    background: transparent;
    color: #fff;
}

.next-button {
    position: absolute;
    top: 90px;
    right: 5%;
    font-size: 48px;
    background: transparent;
    color: #fff;
}

.first-Alpha-Name {
    text-align: center;
    background-color: coral;
    height: 50px;
    width: 50px;
    margin-left: 20px;
    border-radius: 50%;
}

.first-Alpha-Name h4{
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    padding-top: 7px;
    box-sizing: border-box;
}

.review-2 .first-Alpha-Name {
    background-color:peru;
}

.review-3 .first-Alpha-Name{
    background-color:grey;
}

.review-4 .first-Alpha-Name {
    background-color:cadetblue;
}

.review-5 .first-Alpha-Name {
    background-color: darkolivegreen;
}

.review-6 .first-Alpha-Name {
    background-color: darkred;
}

.review-7 .first-Alpha-Name {
    background-color: saddlebrown;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 20px;
    top: 120px;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -23px;
    top: 120px;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.fa-angle-left{
    margin-left:-80px;
}

.fa-angle-right {
    margin-right: -50px;
}

.continue-read{
    cursor:pointer;
    color: #000;
    font-weight: 500;
    float: right;
}

.our-review-area{
    position:relative;
}

.review-logo{
    position:absolute;
    top:65px;
    left:50px;
}

#email-error{
    display:none;
}

#validDates {
    display: none;
}

#validNumber{
    display: none;
}

#validPhoneNumber {
    display: none;
}

#percent-error{
    display: none;
}


/*.content {
    -ms-overflow-style: none;
}*/

/*.content {
    scrollbar-width: none;
}*/

/*.content {
    overflow: -moz-scrollbars-none;
}*/
