@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');
body{
    font-family: "Nunito", sans-serif!important;
        font-optical-sizing: auto;
        font-weight: 400;
    }
    h1 , h2 , h3 , h4 , h5 , h6{
        font-family: "Playfair Display", serif;
    }
nav {
    padding: 20px 0px;

    img {
        width: 200px;
        display: block;
        margin: auto;
    }
}

.accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;

}

.form-control:focus {
    box-shadow: none;
}

.accordion {
    background: white;
    padding: 30px;
}

.h-btn {
    .btn-h {
        background-color: #1962a0;
        color: white;
        border: navajowhite;
        padding: 12px 30px;
        font-size: 18px;
        font-weight: bold;
    }
}

.ezy__faq8 {
    background-image: url('{{ url('front/img/banner-4.jpg') }}');"
    background-size: cover;

}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #123d68;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #123d68;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #123d68;
    border: 1px solid #123d68;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-weight: bold;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #123d68;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 100%;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.ezy__faq8 {
    --bs-body-color: #28303b;
    --bs-body-bg: rgb(255, 255, 255);
    /* Easy Frontend variables */

    --ezy-item-bg: #ffffff;
    --ezy-item-shadow: 0px 4px 44px rgba(159, 190, 218, 0.37);

    background-color: var(--bs-body-bg);
    overflow: hidden;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .ezy__faq8 {
        padding: 100px 0;
    }
}

/* Gray Block Style */
.gray .ezy__faq8,
.ezy__faq8.gray {
    /* Bootstrap variables */
    --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__faq8,
.ezy__faq8.dark-gray {
    /* Bootstrap variables */
    --bs-body-color: #ffffff;
    --bs-body-bg: rgb(30, 39, 53);

    /* Easy Frontend variables */
    --ezy-item-bg: rgb(11, 23, 39);
    --ezy-item-shadow: 0px 4px 22px rgba(0, 0, 0, 0.47);
}

/* Dark Block Style */
.dark .ezy__faq8,
.ezy__faq8.dark {
    /* Bootstrap variables */
    --bs-body-color: #ffffff;
    --bs-body-bg: rgb(11, 23, 39);

    /* Easy Frontend variables */
    --ezy-item-bg: rgb(30, 39, 53);
    --ezy-item-shadow: 0px 4px 22px rgba(0, 0, 0, 0.2);
}

.ezy__faq8-heading {
    font-weight: bold;
    font-size: 33px;
    line-height: 35px;
    color: rgb(39, 39, 39);
}

@media (min-width: 768px) {
    .ezy__faq8-heading {
        font-size: 45px;
        line-height: 45px;
    }
}

.ezy__faq8-sub-heading {
    font-size: 18px;
    line-height: 30px;
    color: rgb(39, 39, 39);
    font-weight: bold;
}

.ezy__faq8-btn-collapse [class*="fa-"] {
    transition: transform 0.25s ease-in-out;
}

.ezy__faq8-btn-collapse:focus {
    box-shadow: none;
}

.ezy__faq8-btn-collapse.active [class*="fa-"],
.ezy__faq8-btn-collapse[aria-expanded="true"] [class*="fa-"] {
    transform: rotate(-180deg);
}

.ezy__faq8 .collapsing,
.ezy__faq8 .collapse {
    background-color: var(--ezy-item-bg);
    box-shadow: var(--ezy-item-shadow);
    border-radius: 15px;
}

.ezy__faq8-btn {
    padding: 12px 30px;
    border-color: #123d68;
    color: #123d68;
}

.ezy__faq8-btn:hover {
    color: #fff;
    background-image: linear-gradient(180deg, #123d68 0%, #0d72d6 100%);
    border-color: #123d68, 0.9;
}

.ban_sec {
    width: 100%;
}

.ban_img {
    width: 100%;
    position: relative;
}

.ban_img img {
    width: 100%;
}

.ban_text {
    position: absolute;
    top: 50%;
    left: 6%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ban_text strong {
    font: 800 62.22px/70px "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.ban_text strong span {
    font: 400 44.44px/52px "Montserrat", sans-serif;
    letter-spacing: 3px;
}

.ban_text p {
    font: 400 25px/30px "Montserrat", sans-serif;
    color: #fff;
    margin: 7px 0 25px;
}

.ban_text a {
    display: inline-block;
    font: 800 19.39px/24px "Montserrat", sans-serif;
    background: #282828;
    border-radius: 26px;
    color: #fff;
    padding: 12px 28px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.ban_text a:hover {
    background: #50af47;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .ban_text p {
        font-size: 21px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ban_text p {
        font-size: 17px;
    }

    .ban_text strong {
        font-size: 50px;
        line-height: 60px;
    }

    .ban_text strong span {
        font-size: 37px;
    }

    .ban_text a {
        font-size: 16px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 991px) {
    .ban_text strong {
        font-size: 35px;
        line-height: 40px;
    }

    .ban_text strong span {
        font-size: 28px;
        line-height: 35px;
        letter-spacing: 2px;
    }

    .ban_text p {
        font-size: 14px;
        line-height: 20px;
    }

    .ban_text a {
        font-size: 13.39px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .ban_img img {
        min-height: 290px;
        object-fit: cover;
    }
    .watsapp-iconImg {
        width: 30px !important;
    }
    .thanks-text h1 {
        font-size: 60px !important;
        font-weight: 700;
        color: #123d68;
    }
    .expert-quick-span {
        top: 200px;
        bottom: unset !important;
    }
    .accordion {
        padding: 20px;
    }
    .ezy__faq8-btn {
        padding: 10px !important;
        width: 45px;
        height: 45px;
    }
    input[type="date"].mobile{
    &:before{
      content: 'DD-MM-YYYY';
      top: 16px;
      position: relative;
    }
    }
    .row-multi {
        height: auto !important;
    }
    .multi-form {
        padding: 20px !important;
    }
    .in-fa {
        flex-wrap: wrap;
    }
    .gender-wrap {
        flex-wrap: nowrap;
    }
    .thanks-text {
        padding-top: 50px !important;
    }
    .quote-btns {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .location-hh p a {
        color: #1962a0 !important;
        font-weight: bold;
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .ban_text strong {
        background: rgba(0, 0, 0, 0.8);
        padding: 10px;
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .ban_text strong span {
        font-size: 22px;
        line-height: 31px;
        letter-spacing: 1px;
    }

    .ban_text {
        left: 2%;
    }
}

.ezy__header4 {

    /* Bootstrap variables */
    --bs-body-color: #ffffff;
    --bs-body-bg: rgb(231, 246, 253);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background-image: url('{{ url('front/img/banner_bg.jpg') }}');"
    /* width: 95%;
        margin: auto;
        border-radius: 20px;
        margin-bottom: 50px; */
}

.ezy__header4::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f5fbfc;
    background-image: url(../img/front1.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(145deg, #123d68 0%, #0d72d6 100%); */
    /* background-image: linear-gradient(180deg, #123d68 0%, #0d72d6 100%); */
    /* background-image: linear-gradient(to right top, #123d68, #005c84, #007c90, #009a8d, #52b580);
    opacity: 0.1;
    background-image: linear-gradient(to right top, #123d68, #005c84, #007c90, #009a8d, #52b580); */
}

@media (min-width: 768px) {
    .ezy__header4 {
        padding: 70px 0;
    }
    
}

.ezy__header4-heading {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: rgb(0, 0, 0)
}

.ezy__header4-heading span {
    color: #1962a0;
}

@media (min-width: 768px) {
    .ezy__header4-heading {
        font-size: 45px;
        line-height: 50px;
    }
}

.ezy__header4-sub-heading {
    color: rgb(0, 0, 0);
    font-size: 22px;
    line-height: 1.5;
    opacity: 0.8;
}

.ezy__header4-registration-note {
    color: rgb(0, 0, 0);
}

.ezy__header4-btn {
    box-shadow: 0px 4px 44px rgba(159, 190, 218, 0.37);
    border: none;
    padding: 0;
}

.query {
    .col-md-6 {
        padding: 0px;
    }

    button {
        background-image: linear-gradient(180deg, #123d68 0%, #0d72d6 100%);
        color: white;
        border: none;
        padding: 20px 10px;
    }
}

.query1 {
    color: white;
    padding: 20px;
    width: 100%;
    height: 240px;
    background: linear-gradient(to right, #123d68d6, #123d68dd),
        url(../img/testimonial.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url(./testimonial.jpg); */
    background-size: cover;
}

.h-btn {
    display: flex;
    gap: 5px;
    justify-content: center;

    .form-control {
        width: 200px;
    }

    .form-control::placeholder {
        font-size: 18px;
        /* Şrift ölçüsünü təyin edin */
        color: #888;
        /* Placeholder rəngi */
    }

}

.des-p {

    width: 800px;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.des-p p {
    margin: 0px;
    color: grey;

}

.client-m {
    display: flex;
    gap: 10px;

}

.client-l {
    width: 800px;
    margin: auto;
    /* margin-top: 50px; */
    overflow: hidden;
}

.client-m div {
    background-color: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    width: 100%;
    min-width: 165px;
}

/* .client-m div:hover {
    transform: scale(1.03);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
} */

/* @keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
} */

:root{
  --duration:60s;
  --scroll-start:0;
  --scroll-end:calc(-100% - var(--gap));
}

.marquee_group {
    animation: scroll-x var(--duration) linear infinite;
}
@keyframes scroll-x {
  from{transform: translateX(var(--scroll-start));}
  to{transform: translateX(var(--scroll-end));}
}



.span-h {
    color: rgb(39, 39, 39);
}

.section-s {
    padding: 60px 0px;
}

.location a {
    text-decoration: none;
    /* border: 1px solid #123d681a; */
    padding: 7px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #52b5821f;
    padding: 10px 20px;
    color: #123d68;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #52b58208;
    transition: 0.5s all;
    font-weight: bold;
}

.location a:hover {
    background-color: #52b582;
    color: white;
}

.location div {
    width: 23%;
    display: flex;
    justify-content: center;
}

.location {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 29px;
}

.row-l {
    justify-content: center;
}

.location-hh h2 {
    font-size: 45px;
    font-weight: bold;

}

.location-hh p {
    font-size: 18px;
    line-height: 30px;
    color: rgb(39, 39, 39);
    font-weight: bold;
}
.location-hh p a {
    color: #1962a0;
    font-weight: bold;
    font-size: 20px;
}
.location-hh p a:hover {
    color: #1962a0;
}

.col-search {
    position: relative;
}

.col-search i {
    position: absolute;
    top: 14px;
    left: 23px;
}

.col-search input {
    padding-left: 38px;
    height: 50px;
}

footer {
    padding-top: 60px;
}

.img-ffoter img {
    width: 200px;
}

.bot-f p {
    text-align: center;
    margin: 0px;
    color: #123d68;
    font-weight: bold;
}

.bot-f {
    padding: 15px 0px;
    background-image: linear-gradient(87deg, #123d681c 0%, #0d72d61f 100%);
}

.footerr-p p {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.305);
    line-height: 30px;
    color: rgb(39, 39, 39);
    opacity: 0.7;
}

.footerr-p {
    padding-bottom: 25px;
}

.detail-mu {
    z-index: 11;
    position: relative;
}
.detail-mu p {
    font-size: 18px;
    font-weight: bold;
}

.in-fa label {
    width: 300px;
    background: #1962a0;
    color: white;
    height: 80px;
    padding: 20px;
    border-radius: 10px;
    display: flex!important;
    align-items: center;
    display: flex;
    align-items: center;

    gap: 5px;
    cursor: pointer;
    transition: 0.5s all;
}

.in-fa label:hover {
    background-color: #123d68;
}

.in-fa label img {
    width: 30px;
    filter: invert(100%);
}

.in-fa {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 10px;
}

.form-step {
    .form-select {
        height: 60px;
        width: 295px;
    }
}

.btn-next {
    background-color: #1962a0;
    color: white;
    border: navajowhite;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    width: 200px;
    box-shadow: 0 4px 6px rgba(74, 158, 111, 0.4);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.prev-step {
    background-color: #1962a03d;
    color: #123d68;
    border: navajowhite;
    padding: 12px 30px;
    border-radius: 0 !important;
    font-size: 18px;
    font-weight: bold;
    width: 200px;
    box-shadow: 0 4px 6px rgba(74, 158, 111, 0.4);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}
.prev-step:hover {
    background-color: #1962a03d;
    color: #123d68;
    border: navajowhite;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    width: 200px;
    box-shadow: 0 6px 12px rgba(63, 134, 95, 0.6);
    border-color: #2f6b4a;
    transform: translateY(-2px);
}
.btn-next:hover {
    background-color: #1962a0;
    color: white;
    border: navajowhite;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    width: 200px;
    box-shadow: 0 6px 12px rgba(63, 134, 95, 0.6);
    border-color: #2f6b4a;
    transform: translateY(-2px);
}

.btn-pre-next {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
}

.form-select:focus {
    box-shadow: none;
}

.form-step {
    label {
        margin-top: 20px !important;
        /* text-align: center; */
        margin-bottom: 5px !important;
    }

    label,
    .form-select {
        width: 100%;
        display: block;
        border: none;
    }
}

.dob-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.dob-container input {
    width: 84px;
    height: 53px;
    text-align: center;
    font-size: 18px;
    border: 2px solid #ccc;
    border-radius: 5px;
}

.next-btn {
    margin-top: 20px;
    background-color: #0057FF;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.row-add {
    width: 100%;

    .form-select {
        width: 100%;
        font-size: 18px;
    }
}

.row-add textarea {
    margin-bottom: 10px;
    height: 150px;
    font-size: 18px;
    border: none;
}

.row-add input {
    height: 60px;
    font-size: 18px;
    margin-bottom: 10px;
    border: none;
}

.ezy__cta2 .container {
    /* Bootstrap variables */
    background-color: #123d68;
    /* background-image: linear-gradient(87deg, #123d68 0%, #0d72d6 100%); */
    overflow: hidden;
}
.compare-div {
    padding: 50px 0;
    /* background-image: url(../img/team-details-shape-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right; */
    background-image: linear-gradient(87deg, #123d68 0%, #0d72d6 100%);
}

@media (min-width: 992px) {
    .ezy__cta2 {
        padding: 50px 0;
    }
}

.ezy__cta2-heading {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: var(--bs-body-color);
}

@media (min-width: 768px) {
    .ezy__cta2-heading {
        font-size: 45px;
        line-height: 45px;
    }
    .ezy__cta2-shape {
        z-index: -1 !important;
    }
}

.ezy__cta2-sub-heading {
    font-size: 18px;
    line-height: 25px;
    color: var(--bs-body-color);
    font-weight: bold;
}

.ezy__cta2-shape {
    width: 400px;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    margin: -100px;
    z-index: -1 !important;
}

.ezy__cta2-btn {
    padding: 12px 30px;
}

.card-query ul li {
    font-size: 13px;
}

.ezy__careers13-btn {
    background-image: linear-gradient(87deg, #123d68 0%, #0d72d6 100%);
    color: white;
    border: navajowhite;
    padding: 12px 30px !important;
    font-size: 18px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: black;
}

.ezy__careers13-card {
    transition: 0.5s all;
}

.ezy__careers13-card:hover {
    transition: 0.5s all;
    transform: scale(1.01);
    background-image: linear-gradient(87deg, #123d68 0%, #0d72d6 100%);

    a {
        color: white !important;
    }

    .ezy__careers13-tag {
        background-color: rgba(255, 255, 255, 0.34);
        color: #123d68;
        color: white;
    }

}

.ezy__careers13-card:hover .ezy__careers13-btn {
    background-image: linear-gradient(87deg, #ffffff 0%, #ffffff 100%);
    color: #123d68;
}

.progress {
    height: 18px;
}

.progress {
    background-color: #1962a03d;
}

div#progressBar {
    background-color: #1962a0 !important;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.error {
    color: red;
    font-size: 14px;
}

.multi-img {
    background-image: url(../img/footer-bg-2.png);
    background-size: cover;
    position: relative;
    height: 500px;
    padding: 50px;
}

.multi-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1962a0db;
    /* background-image: linear-gradient(87deg, #000000a3 0%, #000000a3 100%); */
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
}

.row-multi {
    background-color: #42b8cc0d;
    border-radius: 20px;
    overflow: hidden;
    height: 500px;
}

.multi-form {
    padding: 40px;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.multi-form  .label-sttep p {
    font-size: 18px;
    font-weight: bold;
}
.multi-form::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.multi-form::-webkit-scrollbar-track {
  background: #1962a0;
}

/* Handle */
.multi-form::-webkit-scrollbar-thumb {
  background: #123d68;
}

/* Handle on hover */
.multi-form::-webkit-scrollbar-thumb:hover {
  background: #123d68;
}

.detail-mu h2 {
    font-size: 45px;
    color: white;
}

.detail-mu p {
    font-size: 20px;
    color: #ffffffa8;
}

.form-dd {}

.section-formm {
    background-color: #0d71d61e;
    padding: 60px 0px;
}

.ezy__careers13 {
    background-color: #fff;
    ;
    color: #101113;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .ezy__careers13 {
        padding: 35px 0;
    }
}



/* heading and sub-heading */
.ezy__careers13-heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    text-transform: capitalize;
}

@media (min-width: 991px) {
    .ezy__careers13-heading {
        font-size: 42px;
    }
}

.ezy__careers13-sub-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
}

.ezy__careers13-card {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 44px rgba(173, 174, 197, 0.2);
    border-radius: 10px;
}

.ezy__careers13-tag {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 3px 10px 4px;
    min-width: 80px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 13px;
}

.ezy__careers13-btn {
    font-weight: 500;
}

.ezy__careers13-btn:hover {
    color: white;
}

.ezy__cta2 {
    /* Bootstrap variables */
    background-image: linear-gradient(87deg, #123d68 0%, #0d72d6 100%);
    overflow: hidden;
    padding: 50px 0;
}

@media (min-width: 992px) {
    .ezy__cta2 {
        padding: 50px 0;
    }
}

.ezy__cta2-heading {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: white;
}

@media (min-width: 768px) {
    .ezy__cta2-heading {
        font-size: 45px;
        line-height: 45px;
    }
}

.ezy__cta2-sub-heading {
    font-size: 18px;
    line-height: 25px;
    color: white;
}

.ezy__cta2-shape {
    width: 400px;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    margin: -100px;
    z-index: -1 !important;
}

.ezy__cta2-btn {
    padding: 12px 30px;
}

.health-pp {

    .health-insurance-form {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        color: #333;
    }

    .form-container {
        display: flex;
        gap: 30px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .form-sidebar {
        flex: 1;
        background: #f8f9fa;
        padding: 30px;
        border-right: 1px solid #e0e0e0;
    }

    .info-box {
        display: flex;
        gap: 15px;
        margin-bottom: 30px;
    }

    .icon-box {
        flex-shrink: 0;
    }

    .icon {
        font-size: 24px;
        color: #0d72d6;
    }

    .info-content h4 {
        margin-top: 0;
        margin-bottom: 10px;
        color: #0d72d6;
    }

    .info-content p {
        margin: 0;
        color: #555;
        line-height: 1.5;
    }

    .form-content {
        flex: 2;
        padding: 30px;
    }

    .form-title {
        color: #0d72d6;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .form-subtitle {
        color: #666;
        margin-bottom: 30px;
    }

    .insurance-form {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .form-row {
        display: flex;
        gap: 20px;
    }

    .form-group {
        flex: 1;
        position: relative;
        margin-bottom: 15px;
    }

    .form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #444;
    }

    .form-group input,
    .form-group select {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 16px;
        transition: border-color 0.3s;
    }

    .form-group input:focus,
    .form-group select:focus {
        outline: none;
        border-color: #0d72d6;
        box-shadow: 0 0 0 2px rgba(42, 127, 186, 0.2);
    }

    .secure-badge {
        position: absolute;
        right: 10px;
        top: 38px;
        background: #e8f4fc;
        color: #0d72d6;
        padding: 3px 8px;
        border-radius: 4px;
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .security-icon {
        font-size: 12px;
    }

    .submit-btn {
        position: relative;
        top: 3px;
        color: white;
        border: none;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 6px;
        cursor: pointer;
        transition: background 0.3s;
        margin-top: 10px;
        background-image: linear-gradient(87deg, #123d68 0%, #0d72d6 100%);
    }

    .submit-btn:hover {
        background: #1e6fa3;
    }

    @media (max-width: 768px) {
        .form-container {
            flex-direction: column;
        }

        .form-sidebar {
            border-right: none;
            border-bottom: 1px solid #e0e0e0;
        }

        .form-row {
            flex-direction: column;
            gap: 15px;
        }
    }
}

.label-sttep{
    position: relative;
    input{
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}



.form-section {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.insurance-form {
    /* max-width: 900px; */
    margin: 2rem auto;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 30px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.form-progress {
    position: relative;
    height: 6px;
    background-color: var(--light-color);
}

.progress-bar {
    height: 100%;
    background-color: #0d72d6;
    transition: var(--transition);
    width: 0%;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    margin-top: -12px;
}

.step {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: white;
    border: 3px solid var(--gray-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: var(--gray-color);
    position: relative;
}

.step.completed {
    border-color: var(--success-color);
    color: var(--success-color);
}

.step.active {
    border-color: #0d72d6;
    color: #0d72d6;
}

.form-sections {
    padding: 2rem;
}

.form-section {
    display: block;
}

.form-section.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-header {
    margin-bottom: 2rem;
    position: relative;
}

.section-icon {
    width: 48px;
    height: 48px;
    background-color: #3b82f626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.section-icon svg {
    width: 24px;
    height: 24px;
    color: #0d72d6;
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

.section-subtitle {
    color: var(--gray-color);
    font-size: 0.9rem;
}

.form-group {
    margin-bottom: 2rem;
}

.form-group.animated {
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.75rem;
    color: var(--dark-color);
}

.form-label.with-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 10px !important;
}

.form-label.with-icon svg {
    width: 18px;
    height: 18px;
    color: #0d72d6;
}

/* Pill Options */
.pill-options {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

label.grid-option {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 16px;
    border-radius: 10px;
    cursor: pointer;
}

.form-section {
    .form-label {
        margin-bottom: 10px !important;
    }
}

.pill-option {
    position: relative;
}

.pill-option input {
    position: absolute;
    opacity: 0;
}

.pill-option span {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background-color: var(--light-color);
    border-radius: 20px;
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid #e2e8f0;
    font-size: 0.9rem;
}

.pill-option input:checked+span {
    background-color: #0d72d6;
    color: white;
    border-color: #0d72d6;
}

.pill-option:hover span {
    border-color: #0d72d6;
}

/* Card Options */
.card-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.card-option {
    position: relative;
}

.card-option input {
    position: absolute;
    opacity: 0;
}

.card-content {
    padding: 1.25rem;
    border-radius: var(--border-radius);
    background-color: var(--light-color);
    border: 1px solid #e2e8f0;
    transition: var(--transition);
    cursor: pointer;
}

.card-option input:checked+.card-content {
    border-color: #0d72d6;
    background-color: #3b82f633;
    box-shadow: 0 0 0 1px #0d72d6;

}

.card-option:hover .card-content {
    border-color: #0d72d6;
}

.card-content h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.card-content p {
    font-size: 0.8rem;
    color: var(--gray-color);
}

/* Grid Options */
.grid-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}

.grid-option {
    position: relative;
    text-align: center;
}

.grid-option input {
    position: absolute;
    opacity: 0;
}

.grid-option .option-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.5rem;
    background-color: #3b82f61a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.grid-option svg {
    width: 24px;
    height: 24px;
    color: #0d72d6;
}

.grid-option span {
    display: block;
    font-size: 0.9rem;
}

.grid-option input:checked+.option-icon {
    background-color: #0d72d6;
}

.grid-option input:checked+.option-icon svg {
    color: white;
}

.grid-option input:checked~span {
    color: #0d72d6;
    font-weight: 500;
}

/* Chip Options */
.chip-options {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.chip-option {
    position: relative;
}

.chip-option input {
    position: absolute;
    opacity: 0;
}

.chip-option span {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: var(--light-color);
    border-radius: 20px;
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid #e2e8f0;
    font-size: 0.85rem;
}

.chip-option input:checked+span {
    background-color: #0d72d6;
    color: white;
    border-color: #0d72d6;
}

.chip-option:hover span {
    border-color: #0d72d6;
}

/* Toggle Switch */
.toggle-switch {
    display: flex;
    background-color: var(--light-color);
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.switch {
    flex: 1;
    position: relative;
    text-align: center;
}

.switch input {
    position: absolute;
    opacity: 0;
}

.switch-label {
    display: block;
    padding: 0.75rem;
    cursor: pointer;
    transition: var(--transition);
}

.switch input:checked+.switch-label {
    background-color: #0d72d6;
    color: white;
}

/* Timeline Options */
.timeline-options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.timeline-option {
    position: relative;
    padding-left: 30px;
}

.timeline-option input {
    position: absolute;
    opacity: 0;
}

.timeline-dot {
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--light-color);
    border: 2px solid var(--gray-color);
    transition: var(--transition);
}

.timeline-content {
    padding: 0.75rem 1rem;
    border-radius: var(--border-radius);
    background-color: var(--light-color);
    border: 1px solid #e2e8f0;
    transition: var(--transition);
}

.timeline-option input:checked+.timeline-dot {
    border-color: #0d72d6;
    background-color: #0d72d6;
}

.timeline-option input:checked~.timeline-content {
    border-color: #0d72d6;
    background-color: #3b82f63d;
}

.timeline-content h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.timeline-content p {
    font-size: 0.8rem;
    color: var(--gray-color);
}

/* Interest Grid */
.interest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
}

.interest-option {
    position: relative;
    text-align: center;
}

.interest-option input {
    position: absolute;
    opacity: 0;
}

.interest-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 0.5rem;
    background-color: #3b82f624;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.interest-option svg {
    width: 24px;
    height: 24px;
    color: #0d72d6;
}

.interest-option span {
    display: block;
    font-size: 0.85rem;
}

.interest-option input:checked+.interest-icon {
    background-color: #0d72d6;
}

.interest-option input:checked+.interest-icon svg {
    color: white;
}

.interest-option input:checked~span {
    color: #0d72d6;
    font-weight: 500;
}

/* Form Footer */
.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-top: 1px solid #e2e8f0;
    background-color: #f8fafc;
}

.footer-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: var(--border-radius);
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    font-size: 0.9rem;
}

.footer-button svg {
    width: 18px;
    height: 18px;
}

.footer-button.primary {
    background-color: #0d72d6;
    color: white;
}

.footer-button.primary:hover {
    background-color: var(--secondary-color);
}

.footer-button.secondary {
    background-color: transparent;
    color: var(--gray-color);
}

.footer-button.secondary:hover {
    color: var(--dark-color);
}

.progress-text {
    font-size: 0.85rem;
    color: var(--gray-color);
}

/* Form Row */
.form-row {
    display: flex;
    gap: 1.5rem;
}

.half-width {
    flex: 1;
}

/* Confirmation Screen */
.confirmation-screen {
    text-align: center;
    padding: 3rem 2rem;
    display: none;
}

.confirmation-icon {
    width: 80px;
    height: 80px;
    background-color: var(--primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.confirmation-icon svg {
    width: 40px;
    height: 40px;
    color: var(--success-color);
}

.confirmation-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.confirmation-message {
    color: var(--gray-color);
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .insurance-form {
        margin: 0;
        border-radius: 0;
    }

    .form-sections {
        padding: 1.5rem;
    }

    .card-options {
        grid-template-columns: 1fr;
    }

    .grid-options {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-row {
        flex-direction: column;
        gap: 1rem;
    }

    .form-footer {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .footer-button {
        width: 100%;
        justify-content: center;
    }
}

.insurance-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    label{
        margin: 0px !important;
    width: auto;
    }
   
}
section.ezy__faq8.light{
    background-image: url(../img/course-bg-1-dark.png);
    background-size: cover;
    background-position: center;
    .accordion{
        margin-top: 10px;
    }
}
section.ezy__faq8.light .container-fluid {
    background-color: #dee9fca3;
    padding: 100px 0;
}
.label-sttep {
    cursor: pointer;
}
@media (max-width: 1200px) {
    .ezy__careers13-btn {
        padding: 12px 15px !important;
    }
}
@media (max-width: 992px) {
    .ezy__careers13-card.w-100.p-3.p-md-4.mt-4{
        .img-fluid{
            width: 100%;
            margin-bottom: 25px;
        }
    }
    .ezy__header4-heading{
        font-size: 47px;
        line-height: 34px;
    }
    .location-hh h2 {
        font-size: 33px;
    }
    .location div{
        width: 31%;
    }
}
@media (max-width: 768px) {
    .ezy__header4-heading {
        font-size: 32px;
        line-height: 35px;
    }

    .mobile__header4-heading {
        font-size: 25px !important;
        line-height: 35px;
    }

    .location div {
        width: 47%;
    }
    .location a{
        width: 100%;
    }
    .multi-img{
        height: auto;
    }
    .des-p{
        width: 100%;
    }
    .ezy__faq8 {
        .accordion button .icon{
            right: -12px;
        }
    }
    .row-add{
        width: 100%;
    }

}
@media (max-width: 575px) {
    .detail-mu h2 {
        font-size: 32px;
        color: white;
    }
    .detail-mu p {
        font-size: 18px;
        color: #ffffffa8;
    }
    .ezy__header4-sub-heading{
        font-size: 19px;
    }
    .location a{
        font-size: 13px;
        text-transform: uppercase;
    }
    .h-btn form{
        flex-direction: column;
        gap: 10px;
    }
    nav {
        img {
            width: 125px;
            display: block;
            margin: auto;
        }
    }
    .h-btn {
        .form-control {
            width: 100%;
            height: 50px;
        }
    }   
    .h-btn {
        .btn-h {

            font-size: 16px;
        }} 
}
@media (max-width: 400px) {
    .location div {
        width: 46%;
    }
}
.expert-card {
    /* background-color: #f6f6ff; */
    background-image: url(../img/testimonial-bg-21.png);
    background-size: cover;
    background-position: center;
}
.expert-card-div {
    background-color: #f6f6ffb8;
}
.expert-btn {
    color: #fff;
    background-color: #1962a0;
    border: none;
}
.expert-btn:hover {
    color: #fff;
    background-color: #1962a0 !important;
    background-image: none !important;
    border: none;
}
.expert-quick-span {
    font-weight: 600;
    position: absolute;
    left: 15px;
    bottom: 55px;
}
.thanks-sec {
    background-color: #f6f6ff;
}
.thanks-sec p {
    font-size: 20px;
    font-weight: bold;
    color: black !important;
}
.thanks-img img { 
    width: 50%;
}
.client-m img {
    width: 125px;
}
.footer .container-fluid {
    background-image: url(../img/footer-bg-1.png);
    background-size: cover;
    background-position: center;
}
.footer .footer-div {
    background-color: #454546;
}
.footer .footer-div p {
    font-size: 18px;
}
.footer-border {
    border-top: 1px solid white;
}
.thanks-text h1 {
    font-size: 80px;
    font-weight: 700;
    color: #123d68 !important;
}
.thanks-text h1 .fa-circle-check {
    font-size: 80px;
    font-weight: 700;
    color: #1962a0 !important;
}
.plan-sec {
    background-image: none;
}
.watsapp-iconImg {
    width: 40px;
}
.quote-paragraph {
    color: #123d68;
    font-weight: 700;
}
.quote-paragraph span {
    color: #1962a0;
}
.des-p p {
    font-size: 18px;
    font-weight: bold;
}
.expert-social-media img {
    width: 50px;
    height: 50px;
}
.faq-accordion .accordion-list li {
  list-style-type: none !important;
}
.breadcrumb {
    background-color: #1962a0;
    height: 250px;
}
.home-banner-images {
    width: 100%;
}
.thanks-text {
    /* background-image: linear-gradient(87deg, #123d68 0%, #1962a0 100%); */
    background-color: #86b7fe30 !important;
    border-radius: 24px;
}
.multi-form-container, .thanks-sec {
    padding-top: 100px !important;
}
.social-icon-checkbox {
    width: 18px;
    height: 18px;
}
.expertImdDiv {
    height: 400px;
    overflow: hidden;
}
.h-btn .d-flex .btn-h{
    background: #000;
    border: 1px solid #000;
}
.h-btn .d-flex .btn-h:hover{
    background: #1962a0;
    border: 1px solid white;
}
.team-sec {
  background-image: url('/front/img/team-sec-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 70px 0;
}
.team-sec .container-fluid {
  background-color: #000000b8;
}
.team-sec-card {
    border: 4px solid white;
}
.team-sec-card img {
    width: 115px;
    height: 115px;
    object-fit: cover;
}
.team-sec-card .team-contact-icon {
    width: 115px;
    height: 115px;
    background-color: white;
    color: black;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.team-sec-card .team-contact-icon .fa-user {
    font-size: 50px;
}
.work-sec {
    background-image: linear-gradient(87deg, #123d68 0%, #0d72d6 100%);
}
.work-sec-card {
    background-color: rgb(255 255 255 / 13%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 1px solid white;
}
.book-appointment-btn {
    padding: 12px 30px;
    font-weight: bold;
    color: white;
    font-size: 18px;
    background-color: #1962a0;
    border: 1px solid #1962a0;
}
.book-appointment-btn:hover {
    padding: 12px 30px;
    font-weight: bold;
    color: white;
    font-size: 18px;
    background-color: #000;
    border: 1px solid white;
}