
@import url('assets/web-fonts/avenir.css');
@import url('https://fonts.cdnfonts.com/css/aktiv-grotesk-cd-trial');
                
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

/* font-family: 'Aktiv Grotesk Cd Trial', sans-serif;
font-family: 'Aktiv Grotesk Ex Trial', sans-serif;
font-family: 'Aktiv Grotesk VF Trial', sans-serif;
font-family: 'Aktiv Grotesk Trial', sans-serif; */
                                                

html,
body {
    height: 100%;
}

body {
    font-family: 'Aktiv Grotesk VF Trial', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 15px;
     font-family: "Fjalla One", sans-serif;
}

h1,h2{
    font-family: "Fjalla One", sans-serif;
}

.container{
    max-width: 1670px;
}

b{
 font-weight: 800;
 font-family: 'Aktiv Grotesk Trial', sans-serif;
}

/*

 font-family: 'Aktiv Grotesk Trial', sans-serif;
 
 */

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/



.logo {
    position: relative;
    text-align: center;
    padding-right: 0;
    padding-bottom: 0;
}

.logo a {
    color: #24A6DE;
    font-family: "Fjalla One", sans-serif;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.logo h4 {
    font-size: 17px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
}

.logo:after {
    position: absolute;
    right: -100px;
    top: 0;
    height: 1100px;
    width: 900px;
    content: "";
    background: url(assets/img/logo-oval.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .headerArea:after {
    position: absolute;
    left: 0px;
    top: 0;
    height: 1100px;
    width: 560px;
    content: "";
    background: url(assets/img/logo-oval.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
} */

.headerArea {
    height: 420px;
    background-position: 
    top !important; 
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.headerBg {
    height: 400px;
}

.headerCircleMenu {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    align-items: end;
    justify-content: center;
    height: 100%;
    text-align: center;
    gap: 80px;
}

.headerRight {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.menuItem {
    height: 290px;
    width: 290px;
    background: rgb(255 255 255 / 80%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuWrap {
    background: #24A6DE;
    height: 260px;
    width: 260px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuWrap a {
    height: 240px;
    width: 240px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding-top: 20px;
    color: #fff;
    overflow: hidden;
}

.menuWrap span {
    color: #FFF;
    text-align: center;
    font-family: "Fjalla One";
    font-size: 36.48px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
}

.menuItem.menu2 .menuWrap {
    background: var(--1E438A, #1E438A);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.50);
}

.menuItem.menu3 .menuWrap {
    background: var(--e-9-a-116, #E9A116);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.50);
}

.paymentPortal {
    position: absolute;
    right: 0;
    z-index: 2;
}

.paymentBtn {border-radius: 0 0 0 30px;background: #599B20;box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.50);display: flex;align-items: center;justify-content: center;gap: 15px;padding: 12px 20px;border-bottom-left-radius: 30px;color: #fff;font-family: "Fjalla One", sans-serif;font-size: 30px;}

a.paymentBtn:hover {
    background: #E9A116;
    color: #fff;
}

.sectionTitle_area {
    background: #CAEFFF;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.sectionRightBg {
    display: grid;
    grid-template-columns: 5fr 7fr;
    padding-top: 20px;
    padding-bottom: 30px;
}

.section__img {
    position: relative;
    z-index: 3;
    padding-top: 30px;
}

.sectionBlue {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-right: 50px;
}

.sectionBlue:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 490px;
    content: "";
    background: #24A6DE;
    z-index: -1;
}

.sectionBlue:before {
    position: absolute;
    left: -400px;
    top: 0;
    height: 100%;
    width: 490px;
    content: "";
    background: #24A6DE;
    z-index: -1;
}


.bdrTop {
    width: 100%;
    height: 5px;
    background: #B2E5FC;
    position: absolute;
    top: 10px;
    z-index: 2;
}

.bdrBottom {
    height: 5px;
    width: 100%;
    background: #B2E5FC;
    position: absolute;
    bottom: 10px;
    z-index: 2;
}

.sectionContent p {
    font-size: 21px;
    margin: 0;
}

.sectionContent {
    display: flex;
    align-items: center;
}

.headerRight {
    /* margin-top: -300px; */
    position: relative;
    z-index: 3;
}

.contentArea {
    position: relative;
    z-index: 2;
    padding: 50px 0px;
}

.section__title h2 {
    color: #0075A7;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  font-family: 'Aktiv Grotesk Trial', sans-serif;
}

.blue {
    color: #0075A7;
}

.btnLeanrMore {
    border-radius: 10px;
    background: #e9a116;
    width: 320px;
    height: 61px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    color: #FFF;
    text-align: center;
    font-family: 'Aktiv Grotesk Trial', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
}

.btnLeanrMore:hover {
    background: #599B20;
    color: #fff;
}

.globalBoxArea {
    background: #EBEBEB;
    padding: 50px 0px;
}

.singleBox {
    display: grid;
    grid-template-columns: 4fr 8fr;
    border-radius: 40px;
    background: var(--e-9-a-116, #E9A116);
    box-shadow: 10px 10px 6px 0 rgba(0, 0, 0, 0.10);
    padding: 25px;
    gap: 30px;
    padding-right: 60px;
}

.singleBox img {
    border-radius: 29px;
}

.boxTxt h4 {
    color: #FFF;
    font-family: 'Aktiv Grotesk Trial', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.boxTxt p {
    color: #000;
     font-family: 'Aktiv Grotesk VF Trial', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

.footerArea {
    background: #76777A;
    padding: 15px 0px;
}

.footerTxt {
    text-align: center;
}

.footerTxt p, .footerTxt p a {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.footerTxt p a {
    text-decoration: underline;
}

.footerTxt p {
    padding-top: 15px;
}

.logo-365 {
    text-align: right;
}
.menu1 .menuWrap:hover {
    background: #0089C5;
}

.menu2 .menuWrap:hover {
    background: #0F3277;
}

.menu3 .menuWrap:hover {
    background: #D38C01;
}


.section__menu {
    margin-top: -180px;
    position: relative;
    z-index: 2222;
}

.sectionTitle_area {
    margin-top: -74px;
}

.sectionBlue h4 {
    font-size: 50px;
    text-align: center;
    margin-top: 20px;
}

.sectionBlue div {
    text-align: center;
}

.natural .sectionRightBg {
    padding-bottom: 0;
}

.boxBlue .singleBox {
    border-radius: 40px;
    background: var(--24-a-6-de, #24A6DE);
    box-shadow: 10px 10px 6px 0 rgba(0, 0, 0, 0.10);
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.boxBlue .singleBox p {
    color: #fff;
}

.number_ {
    position: absolute;
    right: 30px;
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    font-family: 'Aktiv Grotesk Trial', sans-serif;
    height: 50px;
    width: 50px;
    border: 4px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxBlue .singleBox .boxTxt {
    padding-right: 100px;
}



.safeTy .sectionBlue:before, .safeTy .sectionBlue:after {
    background: #1E438A;
}

.safeTy .bdrBottom, .safeTy .bdrTop {
    background: #5384d16b;
}

.section__imageTxt {
    padding: 70px 0px;
}

.section__imageTxt .section__title {
    padding-top: 70px;
}

.important__txt {
    border-radius: 40px;
    background: var(--1E438A, #1E438A);
    box-shadow: 10px 10px 6px 0 rgba(0, 0, 0, 0.10);
    padding: 40px 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.important__txt h2 {
    font-family: 'Aktiv Grotesk Trial', sans-serif;
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 66.667% */
    letter-spacing: 6px;
    text-align: center;
}

.important__txt hr {
    border-color: #fff;
}

.important__txt p {
    padding: 0 23%;
}

.iconbox__grid {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
    gap: 40px;
}

.single__iconBox {
    border: 4px solid var(--1E438A, #1E438A);
    background: #E6F8FF;
    padding: 30px 40px;
    border-radius: 20px;
    margin-top: 30px;
    text-align: center;
}

.single__iconBox h2 {
    color: #24A6DE;
    font-family: 'Aktiv Grotesk Trial', sans-serif;
    font-size: 50px;
}


.boxBlue .singleBox.blue2 {
    border-radius: 40px;
    background: var(--1E438A, #1E438A);
    box-shadow: 10px 10px 6px 0 rgba(0, 0, 0, 0.10);
}

.boxBlue .singleBox.blue2 li {
    color: #fff;
    list-style: disc;
    margin-left: 30px;
    font-size: 20px;
}

.boxBlue .singleBox.blue2 h5 {
    font-family: 'Aktiv Grotesk Trial', sans-serif;
    color: #fff;
    margin-bottom: 3px;
    margin-top: 0;
}

.icon {
    height: 130px;
}
::before {}

.safeTy .sectionBlue:before, .safeTy .sectionBlue:after {
    background: #E9A116;
}

.Financing .bdrBottom, .Financing .bdrTop {
    background: #e4cea542;
}

.section__title h3 {
    color: #0075A7;
    font-family: 'Aktiv Grotesk Trial', sans-serif;
    font-size: 40px;
}

.section__title ul li {
    font-family: 'Aktiv Grotesk Trial', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: grid;
    grid-template-columns: 10fr 3fr;
    margin: 10px 0px;
    gap: 20px;
}

span.textOrange {
    color: #BD7D03;
    background: #F1F1F1;
    padding: 8px 15px;
}

.section__imageTxt.finance .section__title {
    padding-top: 0;
}

span.textWhite {
    background: #E9A116;
    color: #fff;
    font-family: 'Aktiv Grotesk Trial', sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid_ {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
}

.checkBox__item p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}

.singleBox.itemLastNoGrid div:last-child {
    grid-column: 1 / -1;
    margin-top: -20px;
}

.singleBox.itemLastNoGrid ul li {
    list-style: number;
    margin-left: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.singleBox.blue2.last__ li {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    list-style: disc;
    margin-left: 20px;
}
.singleBox.blue2.last__ {
    padding-bottom: 58px;
}

.terms__condition .section__title h2 {
    text-align: left;
}

.terms__condition .section__title ul li {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    list-style: disc;
    display: list-item;
    margin-left: 20px;
}

.askAbout {
    text-align: center;
}

.askAbout h3 {
    font-family: 'Aktiv Grotesk Trial', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #BD7D03;
    margin-top: 30px;
}

.askAbout h2 {
    color: var(--24-a-6-de, #24A6DE);
    text-align: center;
    font-family: "Fjalla One";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 50px;
}