a {
    text-decoration: none;
    font-family: "Open Sans";
}

a:focus-visible {
    outline: none;
}

p {
    font-size: 16px;
    line-height: 22px;
    color: black;
    font-family: "Open Sans";
}

.primary-color {
    color: black;
}

.green-color {
    background-color: #CBF5CB;
}

.ping-color {
    background-color: #F5CBDD !important;
}

.white-bg {
    background-color: #ffffff !important;
}

.purple-color {
    background-color: #6981af;
    color: #ffffff;
}

.section-title {
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
}

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

.blue-btn {
    background-color: black;
    color: #ffffff;
}
.blue-btn:hover {
    color: black !important;
    background-color: #6981af !important;
}

.light-btn {
    background-color: #6981af;
    color: black;
}

.big-btn {
    width: 280px !important;
}

.white-color {
    color: #ffffff;
}

::-moz-placeholder {
    color: #3066BE !important;
}

::placeholder {
    color: #3066BE !important;
}

.sidebar-scroll {
    width: 100%;
    height: 450px;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #3066BE !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px;
    width: 10px;
    left: -3px;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #3066BE !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px;
    width: 10px;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #3066BE !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1607843137);
    border-radius: 5px;
    width: 10px;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger {
    height: 50px !important;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools {
    z-index: 1;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #D6D6D6;
    width: 3px;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.comman-btn {
    font-family: "Open Sans";
    background-color:  #6981af !important;
    color: #FFFFFF !important;
    padding: 14px 12px;
    font-weight: 700;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease 0s;
    font-size: 22px;
    line-height: 22px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
}
.comman-btn:hover {
    color: #ffffff;
    background-color: #6981af;
}

.title {
    font-size: 46px;
    line-height: 60px;
    color: black;
    font-weight: 700;
}
.title span {
    color: #79BEEE;
}

.sub-title {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
    color: #3066BE;
    font-weight: 600;
}

.yellow-text {
    color: #FFB92D;
}

.white-txt {
    color: #ffffff;
}

.custom-padding {
    padding: 188px 0 0;
}

.error-msg {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 15px !important;
    color: red;
}

.required:after {
    content: " *";
    color: red;
}

.custom-form .multiselect-single-label {
    padding-left: 0;
}
.custom-form .custom-row {
    margin-bottom: 12px;
}
.custom-form .custom-row .error-message {
    position: relative;
}
.custom-form .custom-row .error-message label {
    font-size: 20px;
    line-height: 20px;
    font-family: "Open Sans";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.1s ease-out;
    transform-origin: left top;
    pointer-events: none;
    margin: 0;
    padding: 0 22px;
}
.custom-form .custom-row .selectric-form-control {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 70px;
    font-size: 20px;
    line-height: 20px;
    font-family: "Open Sans";
    padding: 9px 22px;
}
.custom-form .custom-row .selectric-open .selectric::after {
    transform: translate(0, -50%) rotate(-180deg);
    transform: translate(0, -50%) rotate(-180deg);
}
.custom-form .custom-row .selectric {
    border: none;
    background-color: #ffffff;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.custom-form .custom-row .selectric .button {
    display: none;
}
.custom-form .custom-row .selectric::after {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 700;
    display: block;
    top: 50%;
    right: 25px;
    font-size: 15px;
    line-height: 15px;
    color: #231F20;
    transform: translate(0, -50%);
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
}
.custom-form .custom-row .selectric .label {
    font-size: 20px;
    line-height: 20px;
    font-family: "Open Sans";
    height: 70px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 22px;
    color: #3066BE;
}
.custom-form .custom-row .form-control {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 48px;
    font-size: 20px;
    line-height: 20px;
    font-family: "Open Sans";
    padding: 9px 22px;
    font-weight: normal;
}
.custom-form .custom-row .form-control:focus {
    box-shadow: none;
    border-color: black;
}
.custom-form .custom-row .form-control:focus + .form-label {
    background: #ffffff;
    padding: 0 6px;
    font-size: 12px;
    line-height: 16px;
    top: 0;
    left: 13px;
    transform: translateY(-50%) scale(0.9);
    color: black;
}
.custom-form .custom-row .form-control:not(:-moz-placeholder-shown) + label {
    background: #ffffff;
    padding: 0 6px;
    font-size: 12px;
    line-height: 16px;
    top: 0;
    left: 13px;
    transform: translateY(-50%) scale(0.9);
}
.custom-form .custom-row .form-control:not(:placeholder-shown) + label {
    background: #ffffff;
    padding: 0 6px;
    font-size: 12px;
    line-height: 16px;
    top: 0;
    left: 13px;
    transform: translateY(-50%) scale(0.9);
}

.offer-msg {
    font-size: 18px;
    line-height: 22px;
    padding: 0px 0 20px;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    z-index: 99;
    padding: 0;
}
.slide-arrow.prev-arrow {
    left: -30px;
    background-image: url(../images/left-arrow.svg);
}
.slide-arrow.next-arrow {
    right: -20px;
    background-image: url(../images/right-arrow.svg);
}

.slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.slick-dots li {
    margin: 0 0 0 9px;
}
.slick-dots li:first-child {
    margin: 0;
}
.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #79BEEE;
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background-color: black;
}

.slider {
    width: 1008px;
    margin: 34px auto 0;
}
.slider .slide {
    padding: 0;
}
.slider .slide .child-element {
    transition: all 0.2s ease;
    width: 100%;
    transition: all 0.5s;
    opacity: 0.45;
}
.slider .slide.slick-center .child-element {
    opacity: 1;
}

@media (min-width: 1599px) {
    .container {
        max-width: 1445px;
    }
}
@media (max-width: 1499px) {
    .title {
        font-size: 44px;
        line-height: 48px;
    }
    .comman-btn {
        padding: 14px 20px;
        width: 220px;
        font-size: 18px;
        line-height: 16px;
    }
    .sub-title {
        font-size: 35px;
        line-height: 1.2;
    }
}
@media (max-width: 1199px) {
    .comman-btn {
        padding: 12px 10px;
    }
    .title {
        font-size: 40px;
        line-height: 50px;
    }
    .sub-title {
        font-size: 28px;
    }
    .custom-form .custom-row .offer-msg {
        font-size: 14px;
        line-height: 14px;
        padding: 15px 0 12px;
    }
    .slider {
        width: 785px;
        margin: 34px auto 0;
    }
}
@media (max-width: 991px) {
    .title {
        font-size: 28px;
        line-height: 30px;
    }
    .comman-btn {
        width: 200px !important;
    }
    .comman-btn.big-btn {
        width: 280px !important;
    }
    .slider {
        width: 100%;
    }
    .sub-title {
        font-size: 31px;
    }
}
@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto -20px;
    }

    #nav-logo {
        width: 8rem !important;
    }

    #footer-logo {
        width: 15rem !important;
    }

    .sidebar-scroll {
        height: 235px;
    }
    .comman-btn {
        width: 260px !important;
        font-size: 21px;
        line-height: 22px;
        padding: 14px 11px;
        margin: 0 auto;
    }
    .title {
        font-size: 25px;
        line-height: 30px;
    }
    .sub-title {
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
    }
    .custom-form .selectric-hide-select {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .custom-form .custom-row .form-control, .custom-form .custom-row label {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 18px;
        height: 47px;
        display: flex;
        align-items: center;
    }
    .custom-form .custom-row .offer-msg {
        font-size: 16px;
        line-height: 16px;
        padding: 15px 0 12px 20px;
        text-align: left !important;
    }
    .custom-form .custom-row .selectric .label {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 18px;
        height: 47px;
    }
    .comman-btn.view-ratebtn {
        width: 250px !important;
    }
    .slick-dots {
        bottom: 0px;
    }
    .slick-dots button {
        width: 16px;
        height: 16px;
    }
    .slide-arrow {
        top: 160px;
        margin-top: 0;
    }
    .slide-arrow.prev-arrow {
        left: 0px;
    }
    .slide-arrow.next-arrow {
        right: 0px;
    }
}
.sidebar-scroll {
    height: 450px;
}

.view .ps {
    position: relative;
}
.view .ps__rail-y {
    background-color: #d6d6d6 !important;
    opacity: 1;
    width: 3px;
    right: 10px;
    border-radius: 50px;
}
.view .ps__thumb-y {
    width: 10px;
    right: -3px;
    background-color: #3066be !important;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking,
.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
    opacity: 1 !important;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 10px !important;
}

.Vue-Toastification__toast-body {
    font-weight: bold !important;
    font-size: 20px !important;
}

@keyframes animationFade {
    0% {
        opacity: 0;
        transform: translate3d(0, 10%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.body-show {
    overflow: hidden;
}

.header-top {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #D6D6D6 100%);
    padding: 9px 0 9px 112px;
}
.header-top .ca-block P img {
    margin-right: 5px;
}
.header-top .time {
    margin-left: 58px;
    display: flex;
    align-items: center;
}
.header-top .ca-block {
    font-weight: 600;
}
.header-top .clock {
    display: flex;
    align-items: center;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 999;
}
header.landing-header + section {
    padding: 188px 0 0;
}
header .navbar {
    padding: 38px 75px 34px 60px;
    background-color: #ffffff;
    position: relative;
}
header .navbar .header-menu {
    background-color: #A6E1FA;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    z-index: 9999;
    animation-name: animationFade;
    animation-duration: 1s;
    animation-fill-mode: both;
}
header .navbar .header-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 32px;
}
header .navbar .header-menu ul li {
    padding-right: 50px;
}
header .navbar .header-menu ul li a {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
}
header .navbar .header-menu ul li a:hover {
    color: #3066be;
}
header .navbar .header-menu ul li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto;
    background-image: url(../images/right-arrows.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 17px;
}
header .navbar-brand {
    margin: 0;
    padding: 0;
}
header .navbar-nav .nav-item {
    padding-right: 40px;
}
header .navbar-nav .nav-item .nav-link {
    padding: 0;
    font-size: 20px;
    line-height: 27px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
}
header .menu-burger {
    display: flex;
    align-items: center;
    justify-content: center;
}
header .menu-burger.open span:first-child {
    transform: rotate(45deg);
    top: 13px;
}
header .menu-burger.open span:nth-child(2) {
    opacity: 0;
}
header .menu-burger.open span:last-child {
    transform: rotate(-45deg);
    top: -17px;
}
header .menu-burger .burger {
    display: inline-block;
    width: 43px;
    height: 36px;
    position: relative;
}
header .menu-burger .burger span {
    display: block;
    height: 6px;
    width: 100%;
    position: relative;
    margin: 0 0 9px;
    transition: ease-in-out 0.3s;
    background-color: black;
    border-radius: 50px;
}
header .menu-burger .burger span:last-child {
    margin: 0;
}
header .phone-btn {
    margin: 0 28px 0 17px;
}
header .phone-btn img {
    transition: all 0.3s ease 0s;
    filter: brightness(0) invert(1);
}
header .phone-btn:hover img {
    filter: none;
}

@media (max-width: 1499px) {
    header.landing-header + section {
        padding: 124px 0px 0px;
    }
    header .navbar {
        padding: 8px 10px 9px 10px;
    }
    header .navbar .header-menu {
        top: 90px;
    }
    header .navbar .header-menu ul {
        padding: 20px;
    }
    header .navbar .header-menu ul li {
        padding-right: 30px;
    }
    header .navbar .header-menu ul li a {
        font-size: 17px;
        line-height: 17px;
    }
    .header-top {
        padding: 9px 0 9px 52px;
    }
}
@media (max-width: 1199px) {
    header.landing-header + section {
        padding: 124px 0px 0px;
    }
    header .navbar-brand {
        max-width: 20%;
    }
    header .navbar {
        padding: 15px 10px 15px 10px;
    }
    header .navbar .header-menu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        padding: 100px 0 0;
        overflow-y: auto;
    }
    header .navbar .header-menu.show {
        left: 0;
        right: 0;
    }
    header .navbar .header-menu ul {
        flex-direction: column;
        align-items: start;
        padding: 32px 10px;
    }
    header .navbar .header-menu ul li {
        padding-right: 30px;
        width: 100%;
    }
    header .navbar .header-menu ul li a {
        border-bottom: 1px solid #fff;
        margin: 0 20px;
        padding: 9px 0 14px;
        font-size: 22px;
        line-height: 30px;
        position: relative;
        display: inline-block;
        width: 100%;
    }
    header .navbar .header-menu ul li a::before {
        right: 0;
        left: unset;
    }
    header .navbar-nav .nav-item {
        padding-right: 20px;
    }
    header .navbar-nav .nav-item .nav-link {
        font-size: 18px;
    }
    header .phone-btn {
        margin: 0 20px 0 10px;
    }
}
@media (max-width: 991px) {
    header.landing-header + section {
        padding: 85px 0px 0px;
    }
    header .navbar-brand {
        max-width: 28%;
    }
    header .navbar-nav .nav-item {
        padding-right: 0;
        width: 100%;
    }
    header .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid #ffffff;
        margin: 0 20px;
        padding: 9px 0 14px;
        font-size: 22px;
        line-height: 30px;
        position: relative;
    }
    header .navbar-nav .nav-item .nav-link::after {
        position: absolute;
        content: "\f054";
        font-family: "FontAwesome";
        top: 50%;
        right: 0;
        color: #3066BE;
        transform: translateY(-50%);
    }
    header .navbar-nav .nav-item:last-child .nav-link {
        border: none;
    }
    header .rate-btn {
        margin-right: 20px;
    }
    .header-top {
        display: none;
    }
    .navbar-toggler {
        padding: 0;
        border: none;
    }
    .navbar {
        position: relative;
    }
    .navbar .navbar-collapse {
        position: fixed;
        background: #A6E1FA;
        top: 51px;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, height 0.5s;
        -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.5s;
        -moz-transition: opacity 0.35s, visibility 0.35s, height 0.5s;
        -ms-transition: opacity 0.35s, visibility 0.35s, height 0.5s;
        -o-transition: opacity 0.35s, visibility 0.35s, height 0.5s;
        overflow-y: auto;
    }
    .navbar .navbar-collapse.show {
        opacity: 1;
        visibility: visible;
        overflow: hidden;
        overflow-y: scroll;
        height: auto;
        z-index: -1;
        padding: 90px 0 0;
    }
}
@media (max-width: 767px) {
    header.landing-header + section {
        padding: 70px 0px 0px;
    }
    header .navbar-brand {
        max-width: 37%;
    }
    header .navbar {
        padding: 8px 15px 9px 15px;
    }
    header .navbar .header-menu {
        width: 100%;
        padding: 50px 0 0;
    }
    header .logo {
        margin-right: 20px;
    }
    header .logo img {
        width: 65%;
    }
    header .phone-btn {
        width: 130px !important;
        font-size: 14px;
        line-height: 14px;
        padding: 10px 8px;
    }
    header .phone-btn img {
        width: 10px;
    }
    header .menu-burger .burger {
        width: 22px;
        height: 18px;
    }
    header .menu-burger .burger span {
        height: 2px;
        margin: 0 0 5px;
    }
    header .menu-burger.open span:first-child {
        top: 7px;
    }
    header .menu-burger.open span:last-child {
        top: -7px;
    }
    header .navbar-collapse.show {
        padding: 80px 0 0 !important;
    }
}
.body-show {
    overflow: hidden;
}

.slider-section {
    position: relative;
    margin-top: 190px;
}
.slider-section .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 100px 0 0;
}
.slider-section .banner-content .banner-details {
    z-index: 99;
    position: relative;
}

.banner-content .personal-details h1 {
    font-size: 65px;
    line-height: 90px;
    color: black;
    font-weight: 700;
    margin: 0 0 15px;
}
.banner-content .personal-details p, .banner-content .personal-details h2 {
    font-size: 56px;
    line-height: 76px;
    color: #3066BE;
    margin: 0 0 50px;
    font-weight: 600;
}

.banner-section {
    position: relative;
    height: 100%;
}
.banner-section img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner-section .banner-item {
    position: relative;
}
.banner-section .banner-item::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/shape.png");
    width: 100%;
    height: 90px;
}

.custom-form h2 {
    font-size: 32px;
    line-height: 1.2;
    color: black !important;
    font-weight: 700;
}
.custom-form .view-rate {
    font-size: 12px;
    line-height: 15px;
    font-family: "Open Sans";
    margin-top: 15px;
    font-weight: 300;
}
.custom-form .view-rate a {
    color: #000000;
}
.custom-form .view-rate a:hover {
    color: black;
}
.custom-form .credit-block p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 0 18px;
}

.easy-quote {
    background-color: #ffffff;
    padding: 30px 30px 35px;
    border-radius: 2px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
    position: relative;
    margin-top: -280px;
}
.easy-quote .custom-form .custom-row .selectric-form-control {
    height: 48px;
}
.easy-quote .custom-form .custom-row .selectric .label {
    height: 48px;
    color: #212529;
}
.easy-quote p {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.financial-list {
    margin: 45px 0 0;
    padding: 0;
    list-style: none;
}
.financial-list li {
    position: relative;
    padding-left: 40px;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    color: black;
}
.financial-list li:last-child {
    margin-bottom: 0;
}
.financial-list li::before {
    font-weight: 700;
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 25px;
    height: 18px;
    background-image: url(../images/check-arrow.svg);
}

.step-section {
    padding: 125px 0 112px;
}
.step-section .process-step {
    padding: 40px 0 0;
}
.step-section .process-step .step-block img {
    margin-right: 20px;
}
.step-section .process-step .step-block p {
    font-size: 25px;
    line-height: 31px;
    margin: 0;
}
.step-section .process-step a {
    margin: 24px auto 0;
}

.accomplish {
    padding: 0 0 25px;
}
.accomplish .accomplish-detail p {
    font-size: 28px;
    line-height: 52px;
    color: #000000;
    margin: 15px 0 35px;
}
.accomplish .accomplish-block {
    margin-bottom: 40px;
}
.accomplish .accomplish-block .inner-block {
    height: 215px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 8px;
}
.accomplish .accomplish-block .inner-block:hover img {
    transform: scale(1.1);
}
.accomplish .accomplish-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.4s ease;
}
.accomplish .accomplish-block h2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: black;
    margin: 18px 0 0;
}

.new-capital {
    padding: 60px 0 110px;
    background-color: #e9f8ff;
    position: relative;
}
.new-capital p {
    font-size: 25px;
    line-height: 31px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
.new-capital .excellent {
    margin-top: 32px;
    padding: 38px;
    background-color: #ffffff;
}
.new-capital .excellent h3 {
    font-size: 29px;
    line-height: 22px;
    font-family: "Helvetica Neue";
    font-weight: 500;
}
.new-capital .excellent h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
    font-family: "Helvetica Neue";
}
.new-capital .excellent h6 a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
.new-capital .excellent .slider-star {
    margin: 11px 0 6px;
}
.new-capital .excellent .excellent-item .inner-review {
    margin: 0 25px;
    text-align: left;
}
.new-capital .excellent .excellent-item .round-icon {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-capital .excellent .excellent-item .round-icon span {
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    font-family: "Helvetica Neue";
    font-weight: bold;
}
.new-capital .excellent .excellent-item p {
    font-size: 13px;
    line-height: 17px;
    font-family: "Helvetica Neue";
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    margin: 9px 0 0;
}
.new-capital .excellent .name-title {
    border-bottom: 1px solid #707070;
    margin: 0 0 11px;
    padding: 0 0 14px;
}
.new-capital .excellent .name {
    margin-left: 8px;
}
.new-capital .excellent .name h3 {
    font-size: 16px;
    line-height: 22px;
    font-family: "Helvetica Neue";
    font-weight: bold;
    margin: 0;
}
.new-capital .excellent .review {
    font-size: 13px;
    line-height: 22px;
    font-family: "Helvetica Neue";
    margin: 6px 0 0;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    display: flex;
}
.new-capital .excellent .review img {
    margin-right: 3px;
}

.start-design {
    display: flex;
}
.start-design.excellent-star {
    margin-bottom: 13px;
}
.start-design.excellent-star .star {
    width: 36px;
    height: 36px;
}
.start-design.excellent-star .star img {
    width: 26px;
    height: 26px;
}
.start-design .star {
    background-color: #00A47C;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}

.deserv-section .deserve-img {
    position: relative;
    background-color: #e9f8ff;
}
.deserv-section .deserve-img .img-section {
    -webkit-clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
}
.deserv-section .deserve-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.deserv-section .deserve-img .deserve-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
}
.deserv-section .simple-block {
    background-color: #FFFAE2;
    padding: 40px 20px 46px 50px;
}
.deserv-section .simple-block p {
    font-size: 24px;
    line-height: 33px;
    color: black;
    margin: 23px 0 40px;
}

.excellent-slider .carousel__prev, .excellent-slider .carousel__next {
    display: block !important;
}

@media (min-width: 1799px) {
    .new-capital .container {
        max-width: 1620px;
    }
    .easy-quote {
        margin-top: -410px;
    }
}
@media (max-width: 1799px) {
    .easy-quote {
        margin-top: -330px;
    }
}
@media (max-width: 1699px) {
    .easy-quote {
        margin-top: -280px;
    }
    .start-design.excellent-star .star {
        width: 25px;
        height: 25px;
    }
    .start-design.excellent-star .star img {
        width: 18px;
        height: 18px;
    }
}
@media (max-width: 1499px) {
    .new-capital {
        padding: 60px 0 70px;
    }
    .custom-form h2 br {
        display: none;
    }
    .step-section {
        padding: 85px 0 75px;
    }
    .step-section .process-step .step-block p {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }
    .easy-quote {
        margin-top: -190px;
    }
    .deserv-section .simple-block {
        padding: 30px 10px 26px 30px;
    }
    .slider-section {
        margin-top: 0;
    }
    .slider-section .banner-content {
        padding: 210px 0 0;
    }
    .slider-section .banner-content .personal-details h1 {
        font-size: 60px;
        line-height: 70px;
        margin: 0 0 10px;
    }
    .slider-section .banner-content .personal-details p {
        font-size: 46px;
        line-height: 56px;
        margin: 0 0 30px;
    }
    .banner-section .banner-content h1 {
        font-size: 100px;
        line-height: 100px;
    }
    .banner-section .banner-content p {
        font-size: 40px;
        line-height: 55px;
        margin: 0 0 30px;
    }
    .deserv-section .simple-block p {
        font-size: 20px;
        line-height: 27px;
    }
    .new-capital .excellent h6 {
        font-size: 14px;
    }
}
@media (max-width: 1399px) {
    .easy-quote {
        margin-top: -110px;
    }
}
@media (max-width: 1199px) {
    .banner-content .personal-details p, .banner-content .personal-details h2 {
        font-size: 42px;
        line-height: 56px;
        margin: 0 0 20px;
    }
    .deserv-section .deserve-img .img-section {
        height: 450px;
    }
    .slider-section {
        margin-top: 0;
    }
    .slider-section .banner-content {
        padding: 150px 0 0;
    }
    .slider-section .banner-content .personal-details h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .slider-section .banner-content .personal-details p {
        font-size: 30px;
        line-height: 45px;
        margin: 0 0 30px;
    }
    .easy-quote {
        margin-top: -100px;
        padding: 30px 20px 35px;
    }
    .custom-form .quote-title h2 {
        font-size: 32px;
    }
    .custom-form .quote-title h2 br {
        display: none;
    }
    .step-section {
        padding: 70px 12px 50px;
    }
    .step-section .process-step .step-block img {
        margin-right: 10px;
    }
    .step-section .process-step .step-block p {
        font-size: 18px;
        line-height: 22px;
    }
    .new-capital .excellent .excellent-item .inner-review {
        margin: 0 30px;
    }
    .deserv-section .simple-block p {
        font-size: 18px;
        line-height: 27px;
        color: black;
        margin: 15px 0 20px;
    }
}

@media (min-width: 1200px) {
    #form-section {
        margin-bottom: -9rem
    }
}

@media (max-width: 991px) {
    .outer-block {
        margin-right: 10px;
    }
    .custom-form .credit-block p {
        margin: 10px 0 0 0px;
    }
    .offer-msg {
        font-size: 16px;
        line-height: 19px;
        padding: 0px 0 12px;
    }
    .banner-section::before {
        width: 100%;
    }
    .slider-section .banner-content {
        padding: 120px 0 0;
    }
    .slider-section .banner-content .personal-details h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slider-section .banner-content .personal-details p {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .custom-form .quote-title h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .custom-form .quote-title h2 br {
        display: none;
    }
    .custom-form .quote-title p {
        font-size: 18px;
        line-height: 19px;
    }
    .choose-section .financial-list li {
        padding-left: 30px;
        font-size: 20px;
        line-height: 24px;
    }
    .easy-quote {
        padding: 20px 24px 20px;
        margin-top: 0;
    }
    .step-section {
        padding: 50px 0;
    }
    .step-section .process-step .step-block img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .new-capital {
        padding: 55px 0 50px;
    }
    .accomplish .accomplish-detail p {
        font-size: 22px;
        line-height: 23px;
        margin: 15px 0 35px;
    }
}
@media (max-width: 767px) {
    .choose-section .container {
        padding: 0;
        margin: 0;
    }

    #form-section {
        margin-bottom: -3.5rem
    }

    .accomplish {
        margin: 0 0 45px;
    }
    .easy-quote {
        padding: 30px 24px 30px;
        margin-top: 0;
        box-shadow: none;
        box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
    }
    .financial-block {
        margin-top: 0;
        padding: 56px 30px 70px;
        position: relative;
    }
    .financial-block::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-image: url("../images/form-shadow-3.png");
        height: 100%;
        z-index: -1;
    }
    .banner-section {
        display: flex;
        flex-direction: column;
        order: 2;
    }
    .banner-section .banner-item {
        height: 260px;
    }
    .banner-section .banner-item img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .banner-section .banner-item::after {
        top: 0;
        background-image: url("../images/mobile-1.png");
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
    }
    .banner-section .banner-img img {
        height: 270px !important;
    }
    .banner-section .banner-img::before {
        display: none;
    }
    .banner-section .banner-details {
        text-align: center;
    }
    .slider-section {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .slider-section .banner-content {
        order: 1;
        padding: 80px 0 0;
        position: relative;
    }
    .slider-section .banner-content span {
        margin: 18px 0 45px;
        font-size: 16px;
        line-height: 20px;
        color: black;
    }
    .custom-form .credit-block {
        margin-top: 14px;
    }
    .custom-form .credit-block p {
        font-size: 16px;
        line-height: 20px;
        margin: 13px 0 0 0px;
    }
    .choose-section .container {
        max-width: 100%;
    }
    .choose-section .financial-list {
        margin-top: 19px;
    }
    .choose-section .financial-list li {
        padding-left: 30px;
        font-size: 18px;
        line-height: 25px;
    }
    .step-section {
        padding: 20px 12px 50px;
    }
    .step-section .process-step {
        padding: 33px 0 0;
    }
    .step-section .process-step a {
        margin: 19px auto 0;
    }
    .step-section .process-step .step-block {
        margin-bottom: 20px;
    }
    .step-section .process-step .step-block img {
        margin-right: 16px;
    }
    .accomplish .accomplish-block {
        margin: 0 20px 40px;
    }
    .accomplish .accomplish-block .inner-block {
        height: 190px;
    }
    .accomplish .accomplish-block h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 18px;
    }
    .accomplish .accomplish-detail p {
        font-size: 18px;
        line-height: 25px;
        margin: 15px 0 12px;
    }
    .new-capital {
        padding: 55px 0 90px;
    }
    .new-capital p {
        font-size: 16px;
        line-height: 22px;
        margin: 27px 0 0;
        font-weight: 700;
    }
    .new-capital .sub-title {
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
        padding: 0 10px;
    }
    .new-capital .excellent {
        background-color: transparent;
        padding: 0;
        margin: 0 17px;
    }
    .new-capital .excellent .excellent-block {
        margin: 27px 0;
    }
    .new-capital .excellent h6 {
        margin: 13px 0 18px;
    }
    .new-capital .excellent .excellent-slider {
        background-color: #ffffff;
        padding: 24px 10px 11px;
        border-radius: 8px;
    }
    .new-capital .excellent .excellent-slider .slick-dots {
        bottom: -40px;
    }
    .new-capital .excellent .excellent-slider .slide-arrow {
        display: none;
    }
    .deserv-section .container {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .deserv-section .deserve-img .img-section {
        height: 337px;
    }
    .deserv-section .deserve-img .img-section img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .deserv-section .deserve-img .deserve-content {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        transform: unset;
    }
    .deserv-section .simple-block {
        padding: 34px 25px 50px 25px;
    }
    .deserv-section .simple-block p {
        font-size: 17px;
        line-height: 23px;
        margin: 15px 0 34px;
    }
    .financial-list {
        margin: 14px 0 0;
    }
    .financial-list li {
        font-size: 18px;
        line-height: 25px;
        padding-left: 30px;
    }
}
.great-news .news-content {
    padding: 47px 0 81px;
    text-align: center;
}
.great-news .news-content h1 {
    font-size: 81px;
    line-height: 90px;
    font-weight: bold;
    color: #79BEEE;
    margin: 0 0 21px;
}
.great-news .news-content h1 span {
    color: black;
}
.great-news .news-content h2 {
    font-size: 38px;
    line-height: 48px;
    color: black;
    font-weight: normal;
    margin: 21px 0 0;
}
.great-news .news-content .apply-card {
    margin: 57px 0 76px;
    padding: 35px 33px 55px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1607843137);
}
.great-news .news-content .apply-card h3 {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
    color: black;
    font-weight: bold;
    margin: 0 0 40px;
}
.great-news .news-content .apply-card .offer-msg {
    padding: 0;
    margin: 0 0 46px;
}
.great-news .news-content .apply-card .offer-msg a {
    color: #3066BE;
    border-bottom: 1px solid #3066BE;
}
.great-news .news-content h3 {
    font-size: 55px;
    line-height: 64px;
    color: black;
    font-weight: bold;
    margin: 0 0 28px;
}
.great-news .news-content h3 span {
    color: #79BEEE;
}
.great-news .news-content p {
    font-size: 25px;
    line-height: 32px;
}

.deserv-section.offer-peoples {
    background-color: #e9f8ff;
}
.deserv-section.offer-peoples .img-section {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}
.deserv-section.offer-peoples .offer-img::before {
    display: none;
}
.deserv-section.offer-peoples .financial-list {
    margin: 33px 0 0;
}
.deserv-section.offer-peoples .financial-list li {
    margin-bottom: 25px;
    padding-left: 50px;
}
.deserv-section.offer-peoples .financial-list li:last-child {
    margin-bottom: 0;
}
.deserv-section.offer-peoples .financial-list li::before {
    font-weight: 700;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 36px;
    height: 32px;
    color: #A6E1FA;
    background-image: url("../images/like.svg");
    background-repeat: no-repeat;
}

.customer-first .excellent {
    margin-top: 54px;
}

@media (max-width: 1199px) {
    .great-news .news-content h1 {
        font-size: 61px;
        line-height: 70px;
    }
    .great-news .news-content h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .great-news .news-content h3 {
        font-size: 45px;
        line-height: 54px;
    }
    .great-news .news-content p {
        font-size: 22px;
        line-height: 32px;
    }
    .great-news .news-content p br {
        display: none;
    }
    .great-news .news-content .apply-card {
        margin: 45px 0 55px;
    }
    .great-news .news-content .apply-card h3 {
        font-size: 26px;
        line-height: 31px;
        margin: 0 0 30px;
    }
    .offer-peoples .offer-img .deserve-content {
        margin-top: -25px;
    }
    .offer-peoples .financial-list li {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .view-ratebtn {
        width: 100% !important;
    }
    .great-news .news-content h1 {
        font-size: 46px;
        line-height: 46px;
    }
    .great-news .news-content h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .great-news .news-content h3 {
        font-size: 45px;
        line-height: 54px;
    }
    .great-news .news-content p {
        font-size: 22px;
        line-height: 32px;
    }
    .great-news .news-content p br {
        display: none;
    }
    .great-news .news-content .apply-card {
        margin: 45px 0 55px;
    }
    .great-news .news-content .apply-card h3 {
        font-size: 26px;
        line-height: 31px;
        margin: 0 0 30px;
    }
    .offer-peoples .img-section img {
        height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (max-width: 767px) {
    .great-news .comman-btn.view-ratebtn {
        width: 100% !important;
    }
    .great-news .news-content {
        padding: 0px 0 55px;
    }
    .great-news .news-content .apply-card {
        margin: 24px 0 55px;
        padding: 25px 20px 55px;
    }
    .great-news .news-content .apply-card h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .great-news .news-content .apply-card .offer-msg {
        padding: 0;
        margin: 0 0 25px;
        font-size: 16px;
        line-height: 19px;
    }
    .great-news .news-content h1 {
        font-size: 27px;
        line-height: 36px;
        margin: 0;
    }
    .great-news .news-content h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .great-news .news-content h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .great-news .news-content h3 br {
        display: none;
    }
    .great-news .news-content p {
        font-size: 18px;
        line-height: 25px;
    }
    .great-news .news-content p br {
        display: none;
    }
    .offer-peoples .container {
        max-width: 100%;
    }
    .offer-peoples .img-section {
        -webkit-clip-path: none !important;
        clip-path: none !important;
    }
    .offer-peoples .offer-img .deserve-content {
        margin-top: 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    }
    .offer-peoples .offer-img .deserve-content .simple-block {
        padding: 34px 22px 47px 22px;
    }
    .offer-peoples .financial-list li {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 25px;
    }
    .customer-first {
        padding: 13px 0 130px;
    }
    .customer-first .sub-title {
        font-size: 31px;
        line-height: 34px;
        font-weight: 700;
    }
    .customer-first .excellent {
        margin-top: 30px;
    }
    .deserv-section.offer-peoples .financial-list li::before {
        width: 36px;
        height: 32px;
    }
}
.page-banner {
    position: relative;
}
.page-banner .page-banner-img {
    text-align: right;
    position: relative;
    overflow: hidden;
}
.page-banner .page-banner-img .overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.page-banner .banner-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.page-banner .banner-content h1 {
    font-size: 75px;
    line-height: 90px;
    font-weight: 700;
    color: black;
}
.page-banner .banner-content p {
    font-size: 30px;
    line-height: 37px;
    color: black;
    margin: 34px 0px 50px 0;
}
.page-banner .banner-content span {
    font-size: 18px;
    line-height: 22px;
    margin: 31px 0 0;
    display: inline-block;
}
.page-banner .banner-content span a {
    color: #000000;
    border-bottom: 1px solid #000000;
    font-weight: 700;
}

.benefit-section {
    background-color: #D2F0FC;
    -webkit-clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
    padding: 115px 0 74px;
    margin-top: -230px;
}
.benefit-section h2 {
    font-size: 56px;
    line-height: 56px;
    color: #3066BE;
    font-weight: 600;
}
.benefit-section p {
    font-size: 25px;
    line-height: 32px;
    margin: 18px 0 0;
}

.strives-section .page-banner-img {
    text-align: left;
}
.strives-section .page-banner-img::before {
    display: none;
}

.work-together {
    padding: 55px 0 0;
    background-color: black;
}
.work-together p {
    font-size: 25px;
    line-height: 32px;
    margin: 18px 0 30px;
}
.work-together .work-details {
    -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}
.work-together .work-details .img-section {
    -webkit-clip-path: unset;
    clip-path: unset;
    height: unset;
}
.work-together .work-details .see-rate {
    display: inline-block;
    margin-top: 50px;
}
.work-together .work-details .deserve-content {
    top: 35%;
}

@media (max-width: 1799px) {
    .page-banner .banner-content h1 {
        font-size: 60px;
        line-height: 75px;
    }
}
@media (max-width: 1499px) {
    .page-banner .banner-content span {
        margin: 10px 0 0;
    }
    .page-banner .banner-content p {
        font-size: 28px;
        line-height: 35px;
        margin: 34px 0px 50px 0;
    }
    .page-banner::before {
        opacity: 1;
    }
    .page-banner .banner-content h1 {
        font-size: 65px;
        line-height: 70px;
    }
    .work-together .work-details .deserve-content {
        top: 45%;
    }
}
@media (max-width: 1199px) {
    .page-banner .page-banner-img {
        width: 100%;
    }
    .page-banner .page-banner-img::before {
        width: 100%;
    }
    .page-banner .benefit-section h2 {
        font-size: 32px;
        line-height: 46px;
    }
    .page-banner .banner-content p {
        font-size: 25px;
        line-height: 29px;
        margin: 34px 0px 30px 0;
    }
    .benefit-section {
        margin-top: -180px;
        padding: 100px 0 55px;
        -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    }
    .benefit-section p {
        font-size: 21px;
        line-height: 30px;
        margin: 10px 0 0;
    }
    .benefit-section h2 {
        font-size: 46px;
        line-height: 46px;
    }
    .work-together {
        padding: 25px 0 0;
    }
    .work-together p {
        font-size: 22px;
        line-height: 28px;
        margin: 18px 0 30px;
    }
    .work-together .work-details .deserv-section .financial-list li {
        margin-bottom: 20px;
        padding-left: 50px;
        font-weight: 600;
    }
    .work-together .work-details .see-rate {
        margin-top: 20px;
    }
    .work-together .work-details .deserve-content {
        top: 50%;
    }
    .strives-section .page-banner-img img {
        width: 100%;
    }
    .strives-section .page-banner-img::before {
        display: block;
    }
}
@media (max-width: 991px) {
    .page-banner .banner-content h1 {
        font-size: 40px;
        line-height: 43px;
    }
    .page-banner .banner-content p {
        font-size: 22px;
        line-height: 26px;
        margin: 15px 0px 25px 0;
    }
    .benefit-section {
        margin-top: -150px;
    }
    .benefit-section h2 {
        font-size: 38px;
        line-height: 42px;
    }
    .benefit-section p {
        font-size: 21px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .page-banner .page-banner-img .overlay-img {
        width: 100%;
    }
    .page-banner {
        display: flex;
        flex-direction: column-reverse;
    }
    .page-banner .your-content {
        text-align: center;
        padding: 20px 0 60px;
    }
    .page-banner::before {
        display: none;
    }
    .page-banner .banner-content {
        position: relative;
        top: unset;
        transform: unset;
    }
    .page-banner .banner-content h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .page-banner .banner-content p {
        margin: 15px 0px 25px 0;
    }
    .benefit-section {
        padding: 50px 0 60px;
        margin-top: -30px;
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
    }
    .benefit-section h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .benefit-section p {
        font-size: 18px;
        line-height: 25px;
    }
    .strives-section .page-banner-img::before {
        display: none;
    }
    .strives-section .financial-block {
        padding: 36px 0px 46px;
    }
    .strives-section .financial-block::after {
        display: none;
    }
    .work-together p {
        font-size: 18px;
        line-height: 25px;
        margin: 18px 0 30px;
    }
    .work-together .work-details {
        -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
    }
    .work-together .work-details .offer-peoples .offer-img .deserve-content {
        -webkit-clip-path: unset;
        clip-path: unset;
    }
    .page-banner .page-banner-img {
        height: unset;
    }
    .page-banner .banner-content .container {
        max-width: 100%;
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
        margin: 0 auto -20px;
    }
    .page-banner .banner-content span {
        font-size: 16px;
    }
    .page-banner .banner-content span a {
        color: black;
    }
    .page-banner-img::before {
        display: none;
    }
    .page-banner-img img {
        width: 100%;
    }
    .repayment-section .container {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto -10px;
        overflow: hidden;
    }
    .work-together .work-details .see-rate {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
    .together-title {
        margin-bottom: 80px;
    }
    .overlay-img {
        display: none;
    }
}
.discover {
    padding: 97px 0 20px;
}
.discover .started-btn {
    margin-top: 60px;
}
.discover .slide-arrow {
    width: 40px;
    height: 40px;
    background-color: #3066BE;
}
.discover .slide-arrow.prev-arrow {
    left: -50px;
    background-image: url(../images/left-slider-arrow.svg);
}
.discover .slide-arrow.next-arrow {
    right: -50px;
    background-image: url(../images/right-slider-arrow.svg);
}
.discover .slick-dots button {
    background-color: #79BEEE;
}
.discover .slick-dots li.slick-active button {
    background-color: #3066BE;
}
.discover .slider-item {
    height: 100%;
}
.discover .discover-slider {
    position: relative;
    z-index: 99;
    padding: 0 80px;
}
.discover .title-details p {
    font-size: 28px;
    line-height: 52px;
}
.discover .cost-content {
    background-color: black;
    display: inline-block;
    border-radius: 2px;
    margin: 0 8px;
    height: 100%;
}
.discover .cost-content .item-content {
    padding: 20px 10px 25px;
}
.discover .cost-content .item-content h2 {
    font-size: 30px;
    line-height: 36px;
    color: #FFFAE2;
    margin: 0 0 10px;
}
.discover .cost-content .item-content p {
    font-size: 22px;
    line-height: 30px;
}

.services-main {
    padding: 80px 0 0;
    background-color: #ffffff;
}
.services-main p {
    font-size: 28px;
    line-height: 52px;
    text-align: center;
}
.services-main .quick-content h2 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    color: black;
    margin: 0 0 14px;
}

.apply-content .bottom-section {
    padding-left: 50px;
}
.apply-content ul {
    margin: 30px 0 62px;
    padding: 0;
}
.apply-content ul li {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 25px;
    line-height: 31px;
    color: black;
}
.apply-content ul li span {
    font-size: 75px;
    line-height: 75px;
    color: black;
    display: flex;
    justify-content: center;
    font-weight: 700;
    border-right: 1px solid black;
    margin-right: 22px;
    padding-right: 10px;
    width: 49px;
    min-width: 49px;
}

.apply-main-section .simple-block {
    padding: 40px 50px 46px 50px;
}
.apply-main-section .simple-block .offer {
    font-size: 18px;
    line-height: 18px;
    margin: 19px 0 0;
    display: inline-block;
}
.apply-main-section .simple-block .offer a {
    color: #000000;
    border-bottom: 1px solid #000000;
    font-weight: 700;
}
.apply-main-section .apply-today {
    -webkit-clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0% 100%);
}

.apply-main-section {
    margin-top: 100px;
}

.situation-block {
    margin-top: -190px;
}

.assistance-call {
    margin-top: -100px;
}
.assistance-call p a {
    color: black;
    font-weight: 700;
}

.slider-possible .carousel__pagination, .loans-slider .carousel__pagination, .excellent-slider .carousel__pagination {
    margin: 60px 0 0;
    padding: 0;
}
.slider-possible .carousel__pagination-item, .loans-slider .carousel__pagination-item, .excellent-slider .carousel__pagination-item {
    margin-right: 9px;
}
.slider-possible .carousel__pagination-item:last-child, .loans-slider .carousel__pagination-item:last-child, .excellent-slider .carousel__pagination-item:last-child {
    margin-right: 0;
}
.slider-possible .carousel__pagination-item .carousel__pagination-button, .loans-slider .carousel__pagination-item .carousel__pagination-button, .excellent-slider .carousel__pagination-item .carousel__pagination-button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #79beee;
}
.slider-possible .carousel__pagination-item .carousel__pagination-button.carousel__pagination-button--active, .loans-slider .carousel__pagination-item .carousel__pagination-button.carousel__pagination-button--active, .excellent-slider .carousel__pagination-item .carousel__pagination-button.carousel__pagination-button--active {
    background-color: #3066be;
}
.slider-possible .carousel__pagination-item .carousel__pagination-button::after, .loans-slider .carousel__pagination-item .carousel__pagination-button::after, .excellent-slider .carousel__pagination-item .carousel__pagination-button::after {
    display: none;
}

.loans-slider .carousel__pagination {
    margin: 0;
}

.excellent-slider .carousel__pagination {
    display: none;
}

@media (max-width: 1499px) {
    .discover .cost-content .item-content p br {
        display: none;
    }
    .banner-content .personal-details p, .banner-content .personal-details h2 {
        font-size: 53px;
        line-height: 60px;
        margin: 0 0 20px;
    }
    .services-main .quick-content h2 {
        font-size: 26px;
        line-height: 28px;
    }
    .benefit-section h2 {
        font-size: 46px;
        line-height: 46px;
    }
    .discover {
        padding: 65px 0 20px;
    }
    .services-main {
        padding: 50px 0 0;
    }
    .apply-main-section {
        margin-top: 60px;
    }
    .apply-main-section .apply-today {
        -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
        height: 600px;
    }
    .situation-block {
        margin-top: -130px;
    }
    .apply-content ul {
        margin: 20px 0 22px;
        padding: 0;
    }
}
@media (max-width: 1199px) {
    .services-main {
        padding: 30px 0 0;
    }
    .discover .cost-content .item-content h2 {
        font-size: 27px;
        line-height: 30px;
    }
    .banner-content .personal-details p, .banner-content .personal-details h2 {
        font-size: 42px;
        line-height: 50px;
        margin: 0 0 20px;
    }
    .benefit-section h2 {
        font-size: 32px;
        line-height: 46px;
    }
    .situation-block {
        margin-top: -60px;
        padding: 80px 0 55px;
    }
    .page-banner .banner-content h1 {
        font-size: 42px;
        line-height: 55px;
    }
    .apply-main-section .simple-block {
        padding: 20px 30px 26px 30px;
    }
    .apply-main-section .simple-block .offer {
        font-size: 16px;
        line-height: 20px;
    }
    .apply-content ul {
        margin: 15px 0 20px;
    }
}
@media (max-width: 991px) {
    .page-banner-img {
        height: 500px;
    }
    .page-banner-img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .your-content {
        padding: 0px 0 0;
    }
    .services-main {
        padding: 30px 0 0;
    }
    .services-main p {
        font-size: 24px;
        line-height: 42px;
    }
    .discover .title-details p {
        font-size: 24px;
        line-height: 46px;
    }
    .apply-main-section .apply-today {
        height: 600px;
    }
    .apply-main-section .apply-today img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (max-width: 767px) {
    .excellent-slider .carousel__pagination-item .carousel__pagination-button {
        background-color: #fff;
    }
    .excellent-slider .carousel__pagination-item .carousel__pagination-button.carousel__pagination-button--active {
        background-color: #3066BE;
    }
    .excellent-slider .carousel__pagination {
        margin: 0;
        position: relative;
        top: 50px;
        display: flex;
    }
    .situation-block.assistance-call {
        padding: 20px 0 30px;
    }
    .apply-content ul {
        margin: 15px 0 20px;
    }
    .apply-content ul li {
        font-size: 18px;
        line-height: 22px;
    }
    .apply-content ul li br {
        display: none;
    }
    .apply-content ul li span {
        font-size: 75px;
        line-height: 89px;
    }
    .services-main .deserve-content {
        -webkit-clip-path: unset !important;
        clip-path: unset !important;
    }
    .services-main .solution-blocks {
        padding: 0px;
    }
    .services-main .step-block img {
        width: 56px;
        height: 43px;
    }
    .services-main .quick-content h2 {
        font-size: 20px;
        line-height: 31px;
        margin: 0;
    }
    .services-main p {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin: 9px 0 0;
    }
    .page-banner .banner-content h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .banner-content .personal-details p, .banner-content .personal-details h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px;
        font-weight: 600;
    }
    .situation-block {
        padding: 53px 0 63px;
    }
    .benefit-section h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .discover {
        padding: 36px 0 20px;
    }
    .discover .started-btn {
        margin-top: 33px;
    }
    .discover .title-details p {
        font-size: 18px;
        line-height: 22px;
        margin: 10px 0 54px;
    }
    .discover .discover-slider {
        padding: 0;
    }
    .discover .cost-content {
        margin: 0;
    }
    .discover .cost-content img {
        height: 287px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .discover .cost-content .item-content p {
        font-size: 18px;
        line-height: 22px;
    }
    .discover .cost-content .item-content p br {
        display: none;
    }
    .discover .slick-dots {
        top: -40px;
        bottom: unset;
    }
    .discover .slide-arrow {
        top: 0;
    }
    .discover .slide-arrow.next-arrow {
        right: -10px;
    }
    .discover .slide-arrow.prev-arrow {
        left: -10px;
    }
    .apply-main-section {
        margin-top: 20px;
    }
    .apply-main-section .apply-today {
        height: unset;
    }
    .apply-content .bottom-section {
        padding-left: 0;
        text-align: center;
    }
    .slider-possible .carousel__pagination {
        position: absolute;
        top: -96px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
}
.home-loan {
    margin-top: -200px;
}

.dream-home {
    padding: 135px 0 98px;
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    margin-top: -40px;
}
.dream-home .pre-qualified {
    margin-top: 90px;
}
.dream-home .pre-qualified a {
    margin: 0 auto;
}
.dream-home .pre-qualified a:hover::after {
    background-color: #3066be !important;
}

.mortgage-options .page-banner-img {
    width: 48%;
}

@media (max-width: 1799px) {
    .dream-home {
        margin-top: -96px;
    }
}
@media (max-width: 1499px) {
    .home-loan {
        margin-top: -140px;
    }
    .dream-home {
        margin-top: -96px;
        padding: 100px 0 75px;
    }
    .mortgage-options .financial-list {
        margin: 20px 0 0;
    }
    .mortgage-options .financial-list li {
        font-size: 23px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}
@media (max-width: 1199px) {
    .dream-home {
        margin-top: -100px;
    }
    .home-loan {
        margin-top: -100px;
    }
    .mortgage-options .financial-block {
        padding: 50px 0;
    }
    .mortgage-options .banner-content {
        position: relative;
        top: unset;
        transform: unset;
    }
    .mortgage-options .page-banner-img {
        width: 100%;
    }
    .mortgage-options .page-banner-img img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .mortgage-options .financial-list li {
        font-size: 18px;
        line-height: 25px;
    }
    .home-loan-banner .page-banner-img {
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
    }
    .mortgage-options .financial-block {
        box-shadow: none;
    }
    .dream-home {
        text-align: center;
        margin-top: 0;
        padding: 62px 10px 58px;
        -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
    }
    .dream-home .pre-qualified {
        margin-top: 48px;
        display: flex;
        justify-content: center;
    }
}
.home-loan {
    margin-top: -200px;
}

.dream-home {
    padding: 135px 0 98px;
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    margin-top: -96px;
}
.dream-home .pre-qualified {
    margin-top: 60px;
}
.dream-home .pre-qualified a {
    margin: 0 auto;
}
.dream-home .pre-qualified a:hover::after {
    background-color: #3066be !important;
}

.mortgage-options .page-banner-img {
    width: 48%;
    margin-top: -96px;
}

@media (max-width: 1799px) {
    .dream-home {
        margin-top: -98px;
    }
}
@media (max-width: 1499px) {
    .home-loan {
        margin-top: -140px;
    }
    .dream-home {
        margin-top: -90px;
        padding: 100px 0 75px;
    }
    .mortgage-options .financial-list {
        margin: 20px 0 0;
    }
    .mortgage-options .financial-list li {
        font-size: 23px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}
@media (max-width: 1199px) {
    .dream-home {
        margin-top: -100px;
    }
    .home-loan {
        margin-top: -100px;
    }
    .mortgage-options .financial-block {
        padding: 50px 0;
    }
    .mortgage-options .banner-content {
        position: relative;
        top: unset;
        transform: unset;
    }
    .mortgage-options .page-banner-img {
        width: 100%;
    }
    .mortgage-options .page-banner-img img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .mortgage-options .financial-list li {
        font-size: 18px;
        line-height: 25px;
    }
    .home-loan-banner .page-banner-img {
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
    }
    .mortgage-options .financial-block {
        box-shadow: none;
    }
    .dream-home {
        text-align: center;
        margin-top: 0;
        padding: 62px 10px 58px;
        -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
    }
    .dream-home .pre-qualified {
        margin-top: 48px;
        display: flex;
        justify-content: center;
    }
}
.contact-us .page-banner-img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}
.contact-us .page-banner-img img {
    width: 100%;
    height: 100%;
}

.contact-section h2 {
    font-weight: normal;
    margin-bottom: 72px;
    font-size: 30px;
    line-height: 35px;
}
.contact-section .submit-btn {
    margin-top: 80px;
}
.contact-section .submit-btn .comman-btn {
    width: 245px;
}
.contact-section .submit-btn .comman-btn:hover {
    background-color: #ffffff;
    color: #6981af;
}

.form-section {
    margin-top: -170px;
    padding: 178px 0 95px;
    background: black;
}

.contact-form .custom-row .form-control {
    height: 70px;
    padding: 19px 33px;
    color: #3066BE;
}
.contact-form .custom-row textarea {
    padding: 19px 33px !important;
}

.contact-main .top-img .about-tringle {
    left: 50%;
    transform: translate(-50%, 0);
}

@media (max-width: 1499px) {
    .contact-form .custom-row .form-control, .contact-form .custom-row .selectric-form-control, .contact-form .custom-row .selectric .label {
        height: 58px;
        padding: 15px 18px;
    }
    .contact-form .custom-row textarea {
        padding: 19px 18px !important;
    }
}
@media (max-width: 1199px) {
    .contact-section h2 {
        margin-bottom: 45px;
    }
    .contact-section .submit-btn {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .contact-section h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .form-section {
        padding: 178px 0 55px;
    }
}
@media (max-width: 767px) {
    .contact-us .page-banner-img {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
    }
    .contact-section h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .contact-form .custom-row .form-control {
        font-size: 16px;
        line-height: 16px;
    }
    .form-section {
        margin-top: -40px;
        padding: 65px 0px 55px;
    }
    .submit-btn {
        margin-top: 40px;
    }
}
.career-banner .personal-details h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 25px 0 0;
}

.service-section {
    padding: 175px 0 92px;
    margin-top: -250px;
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
}
.service-section h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: black;
    margin: 56px 0 21px;
}
.service-section a {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #3066BE;
    border-bottom: 1px solid #3066BE;
    display: inline-block;
    margin: 11px 0 0;
}
.service-section a:hover {
    color: black;
    border-color: black;
}

.congratulations-banner .page-banner-img::before {
    width: 50%;
}

@media (max-width: 1499px) {
    .service-section {
        margin-top: -170px;
    }
}
@media (max-width: 1199px) {
    .service-section {
        padding: 120px 0 92px;
        margin-top: -120px;
        -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    }
    .service-section h3 {
        margin: 26px 0 21px;
    }
    .service-section a {
        font-size: 30px;
        line-height: 35px;
    }
}
@media (max-width: 991px) {
    .congratulations-banner .page-banner-img::before {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .career-banner .personal-details h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 12px 0 0px;
    }
    .service-section {
        padding: 54px 15px 70px;
        -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 4%, 100% 100%, 0% 100%);
    }
    .service-section h3 {
        font-size: 22px;
        line-height: 25px;
    }
    .service-section a {
        font-size: 18px;
        line-height: 25px;
    }
    .congratulations-banner .page-banner-img {
        height: unset;
    }
}
.faq-banner img {
    width: 100%;
}

.faq-block {
    -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
    padding: 180px 0;
    margin-top: -170px;
    margin-bottom: -170px;
}
.faq-block .faq-question {
    margin-bottom: 50px;
}
.faq-block .faq-question h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: black;
}
.faq-block .faq-question p {
    font-size: 25px;
    line-height: 32px;
    color: black;
    margin: 0;
}

.faq-bottom {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}
.faq-bottom img {
    width: 100%;
}

@media (max-width: 1199px) {
    .faq-block {
        padding: 100px 0 30px;
        margin-top: -130px;
        margin-bottom: 0;
    }
    .faq-block .faq-question h3 {
        font-size: 32px;
        line-height: 37px;
    }
    .faq-block .faq-question p {
        font-size: 22px;
        line-height: 28px;
    }
}
@media (max-width: 991px) {
    .faq-block {
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
    }
    .faq-block .faq-question {
        margin-bottom: 35px;
    }
    .faq-bottom {
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
    }
}
@media (max-width: 767px) {
    .faq-block {
        -webkit-clip-path: unset;
        clip-path: unset;
        padding: 33px 10px 0;
        margin: 0;
    }
    .faq-block .faq-question h3 {
        font-size: 22px;
        line-height: 25px;
    }
    .faq-block .faq-question p {
        font-size: 18px;
        line-height: 25px;
    }
    .faq-banner .page-banner-img {
        height: unset;
        -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 88%);
        clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 88%);
    }
}
.form-desgin {
    background-color: #D2F0FC;
    position: relative;
}
.form-desgin::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 470px;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}
.form-desgin .check-details {
    padding: 55px 0 0;
    text-align: center;
}
.form-desgin .check-details h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: black;
    margin: 0;
}
.form-desgin .check-details h3 {
    font-size: 40px;
    line-height: 50px;
    color: #3066BE;
    margin: 10px 0;
}
.form-desgin .check-details h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    margin: 10px 0 35px;
    color: black;
}
.form-desgin .check-details h4 a {
    color: black;
    font-weight: 700;
}
.form-desgin .check-details p {
    color: black;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
}
.form-desgin .check-details p a {
    color: black;
}
.form-desgin .check-details .request-quote {
    margin: 52px 0 80px;
    font-size: 18px;
    line-height: 22px;
}
.form-desgin .custom-form .custom-row .form-control,
.form-desgin .custom-form .custom-row .selectric-form-control {
    border-color: #79BEEE;
}
.form-desgin .custom-form .custom-row .form-control:focus,
.form-desgin .custom-form .custom-row .selectric-form-control:focus {
    border: 2px solid #3066BE;
    font-weight: 600;
}
.form-desgin .custom-form .custom-row .selectric::after {
    font-size: 28px;
    line-height: 28px;
    color: #3066BE;
}
.form-desgin .custom-form .selectric-scroll {
    text-align: left;
}

.offer-code {
    font-size: 24px;
    line-height: 30px;
    color: #3066BE;
    font-weight: 600;
}

.check-my-form {
    padding: 54px 0 0;
}
.check-my-form .custom-row {
    margin-bottom: 28px;
    text-align: left;
}
.check-my-form .custom-row .form-label {
    color: #3066be;
}
.check-my-form .custom-row .form-control:focus + .form-label {
    border-radius: 4px;
    padding: 2px 10px;
}

.request-block {
    margin-top: 70px;
    position: relative;
}

@media (max-width: 1799px) {
    .offer-code {
        font-size: 21px;
    }
}
@media (max-width: 1499px) {
    .offer-code {
        font-size: 18px;
    }
}
@media (max-width: 1199px) {
    .form-desgin .check-details h2 {
        font-size: 50px;
        line-height: 60px;
        margin: 0;
    }
    .form-desgin .check-details h3 {
        font-size: 34px;
        line-height: 40px;
    }
    .form-desgin .check-details p {
        font-size: 22px;
        line-height: 28px;
    }
}
@media (max-width: 991px) {
    .form-desgin::before {
        height: 550px;
    }
    .form-desgin .check-details h2 {
        font-size: 38px;
        line-height: 50px;
        margin: 0;
    }
    .form-desgin .check-details h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .form-desgin .check-details p {
        font-size: 22px;
        line-height: 28px;
    }
    .form-desgin .check-details p br {
        display: none;
    }
    .request-block {
        margin-top: 70px;
    }
}
@media (max-width: 767px) {
    .form-desgin::before {
        height: 650px;
        -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
    }
    .form-desgin .check-details {
        padding: 25px 8px 0;
    }
    .form-desgin .check-details h2 {
        font-size: 28px;
        line-height: 38px;
        margin: 0;
    }
    .form-desgin .check-details h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .form-desgin .check-details h4 {
        font-size: 20px;
        line-height: 25px;
        margin: 12px 0 30px;
    }
    .form-desgin .check-details p {
        font-size: 16px;
        line-height: 23px;
    }
    .form-desgin .check-details p br {
        display: none;
    }
    .request-block {
        margin-top: 70px;
    }
    .offer-code {
        font-size: 20px;
        line-height: 25px;
    }
    .offer-code img {
        transform: rotate(90deg);
        padding: 10px 0 0;
    }
}
@media (max-width: 576px) {
    .form-desgin::before {
        height: 930px;
    }
    .form-desgin .container {
        max-width: 310px;
        padding: 0;
        margin: 0 auto;
    }
}
.terms-condition {
    position: relative;
    padding: 55px 0 0;
    overflow: hidden;
}
.terms-condition::before {
    position: absolute;
    content: "";
    top: 250px;
    width: 100%;
    height: 100%;
    background-image: url(../images/terms-bg.jpg);
    background-repeat: no-repeat;
    left: 0;
}

.terms-section {
    background-color: #ffffff;
    padding: 40px 36px 68px 82px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.0509803922);
    position: relative;
    z-index: 99;
    margin: 99px 0 65px;
}
.terms-section .overlay {
    position: absolute;
    bottom: 60px;
    left: 0;
}

.terms-section h1 {
    margin: 0 0 21px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
}
.terms-section P {
    font-size: 14px;
    line-height: 20px;
}
.terms-section P a {
    color: black;
}

.terms-details {
    margin-right: 45px;
}
.btns {
    margin-top: 45px;
}

.decline {
    margin-right: 44px;
}

@media (max-width: 991px) {
    .terms-section {
        padding: 30px 30px 46px 30px;
    }
    .terms-section h1 {
        font-size: 42px;
        line-height: 42px;
        margin: 0 0 14px;
    }
    .decline {
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .terms-details p:last-child {
        padding-bottom: 0;
    }
    .overlay {
        display: none;
    }
    .terms-section {
        padding: 10px 15px 25px 15px;
    }
    .terms-condition {
        padding: 35px 0 0;
    }
}
footer {
    padding: 60px 0 60px;
}
footer .f-top .row [class*=col-]::before {
    margin-left: 0;
}
footer .f-top .f-block {
    padding: 0 20px;
}
footer .row [class*=col-] {
    position: relative;
    display: flex;
    align-items: center;
}
footer .row [class*=col-]::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 1px;

}
footer .row [class*=col-]:first-child::before {
    display: none;
}
footer .f-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .f-list li a {
    font-size: 16px;
    line-height: 20px;
    color: black;
    font-family: "Open Sans";
    transition: all 0.3s ease-in-out;
}
footer .f-list li a:hover {
    color: #A6E1FA;
}
footer .f-block {
    padding: 18px 0 15px 30px;
}
footer .f-block h2 {
    font-size: 24px;
    color: black;
    font-weight: 700;
    font-family: "Open Sans";
}
footer .f-block p {
    font-size: 18px;
    color: black;
}
footer .icon {
    margin-right: 9px;
}
footer .icon:last-child {
    margin-right: 0;
}
footer .f-bottom {
    margin-top: 35px;
    padding: 0px 0 0;
}
footer .f-bottom p {
    font-size: 14px;
    line-height: 19px;
    color: black;
}
footer .f-bottom p a {
    color: #000000;
    transition: all 0.5s ease-in-out;
}
footer .f-bottom p a:hover {
    color: black;
}
footer .f-bottom p:last-child {
    margin: 0;
}

@media (max-width: 1499px) {
    footer .f-block {
        padding: 10px 0 10px 10px;
    }
}
@media (max-width: 1199px) {
    footer {
        padding: 50px 0 55px;
    }
    footer .f-block {
        padding: 18px 0 15px 10px;
    }
}
@media (max-width: 991px) {
    footer {
        padding: 50px 0 55px;
    }
    footer .f-top .f-block {
        margin: 0 0 20px;
    }
    footer .f-top .row [class*=col-]:nth-child(3)::before {
        display: none;
    }
    .border-start {
        border: none !important;
    }
}
@media (max-width: 767px) {
    footer {
        padding: 32px 0px 55px;
    }
    footer .f-top {
        padding: 0 20px;
    }
    footer .f-top .f-block {
        padding: 24px 0;
    }
    footer .f-top .row [class*=col-]::before {
        width: 100%;
        height: 1px;
    }
    footer .f-top .row [class*=col-]:nth-child(3)::before {
        display: block;
    }
    footer .f-top .logo {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    footer .f-list {
        margin-right: 23px;
    }
    footer .f-list:last-child {
        margin-right: 0;
    }
    footer .f-bottom {
        margin-top: 0;
        padding: 0px 0 0;
        border-top: 1px solid #A6E1FA;
        padding: 23px 0 0;
    }
    footer .f-block {
        margin-left: 0;
        padding: 24px 0;
    }
    footer .f-block p {
        margin: 15px 0;
    }
    footer .f-block h2 {
        margin: 0;
    }
    footer .f-block.logo-block p {
        font-size: 10px;
        line-height: 14px;
    }
    footer .border-start {
        border-top: 1px solid #FFFAE2 !important;
    }
    footer .f-logo {
        margin-bottom: 18px;
    }
}/*# sourceMappingURL=style.css.map */


.form-error {
    color: red;
    font-size: 1rem;
}

.form-error-large {
    color: red;
    font-size: 1.5rem;
    text-align: center;
    width: 100%
}

button.accordion-button.fs-4 {
    background: transparent;
    outline: unset !important;
    box-shadow: unset !important;
    border-bottom: 1px solid black;
    padding-bottom: 50px;
    padding-top: 30px;
}

#accordionFlushExample .accordion-item:last-child .accordion-button {
    border-bottom: none;
    margin-top: -10px;
}


.faq {
    font-family: "Open Sans";
}

#nav-logo {
    width: 15rem ;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    width: 100%;
}
