﻿@charset "utf-8";
/* ==========================================================================
   CSS Reset
   ========================================================================== */
/*
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
*,*:after,*:before {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}

/* ==========================================================================
   Common CSS
   ========================================================================== */
body {font-size: 14px; line-height: 18px; font-family: 'Open Sans', sans-serif; color: #4b4b4b;background: #fff;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
a {outline: none;text-decoration: none;color: #b41124; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
a:hover,a:focus{text-decoration: none; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.container {width: 1200px;margin: 0 auto;}
#wrapper {min-height: 100%;position: relative;}
li{list-style: none;}
img{ display: block; max-width: 100%; height: auto; }
/* ==========================================================================
   Setting up the fonts
   ========================================================================== */


/* ==========================================================================
   Header
   ========================================================================== */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jCSW {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.aIC{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header {
    padding: 16px 0;
    background: #F9F9F9;
}

.headerRgt a {
    background: #009CDC;
    border-radius: 6px;
    font-size: 17px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.banner{
   background: url(../images/banner.png) no-repeat;
   background-size: cover;
   background-position: center center;
   padding: 50px 0 70px;
}
.bannerCont h1 span {
    display: block;
}
.bannerCont h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
}
.bannerCont h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 30px;
}
.bannerCont {
    max-width: 500px;
}
.bannerCont p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 10px;
}
.bannerCont ul {
   margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bannerCont ul li {
    font-weight: 500;
    font-size: 15px;
    line-height: 35px;
    text-transform: capitalize;
    color: #000000;
    position: relative;
    width: 48%;
    padding-left: 24px;
}
.bannerCont ul li:before {
    content: "";
    background: url(../images/tick.svg) no-repeat;
    background-size: 18px;
    background-position: left center;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 7px;
}
.bannerCont a {
    background: #009CDC;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 27px;
    margin-top: 40px;
    width: 90%;
}

.investmentRange ul {
   margin-top: 70px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.investmentRange ul li:nth-child(2) {
    margin: 0 15%;
}
.investmentRange ul li{
   text-align: center;
}

.investmentRange ul li span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
    display: block;
}
.investmentRange ul li h6 {
    font-weight: 500;
    font-size: 39px;
    line-height: 44px;
    color: #000000;
}
.investmentRange ul li img {
    margin: 0 auto;
}
.investmentRange ul li h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 15px;
}
.investmentRange {
   background: #F9F9F9;
   padding: 70px 0 45px;
}
.investmentRange h3 {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
}
.investmentRange h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    text-align: center;
}

.bestFixedBlock{
   padding: 40px 0 60px;
   background: #005F9E;
}

.bestFixedBlockCont {
    text-align: center;
}
.bestFixedBlockCont a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #F3CB64;
    border-radius: 6px;
    height: 64px;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    padding: 0 48px;
    margin-top: 45px;
}
.bestFixedBlockCont h3 span {
    display: block;
}
.bestFixedBlockCont h3 {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    color: #FFFFFF;
}
.comRateBlockCont li{
   width: 29%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.comRateBlockTxt{
   margin-left: 22px;
}
.comRateBlock{
   background: #fff;
   padding: 54px 0;
}
.comRateBlockTxt h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 7px;
}
.comRateBlockTxt p {
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    text-transform: capitalize;
}
.hyReturnBlock {
    background: #F9F9F9;
    padding: 75px 0;
}
.hyReturnBlockLft {
    width: 50%;
}
.hyReturnBlockLft h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
}
.hyReturnBlockLft a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-top: 30px;
    display: inline-block;
}
.hyReturnBlockLft p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 34px;
}
.hyReturnBlockRgt {
    width: 34%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.regularIncmBlock ul li{
   width: 25%;
   text-align: center;
}
.regularIncmBlock ul li img{
   margin: 0 auto 23px;
}
.regularIncmBlock{
   padding: 80px 0;
   background: #fff;
}
.regularIncmBlock li p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    min-height: 100px;
}
.regularIncmBlock li h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 12px;
}
.regularIncmBlock li a {
    background: #009CDC;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
}

.footer{
   padding: 50px 0;
   background: #F9F9F9;
}
.footerBtm > ul > li{
   width: 33%;
}
.footerBtm > ul > li:last-child{
   width: 24%;
}
.footerBtm {
    margin-top: 70px;
}
.footerTop h3 span {
    font-weight: 700;
}
.footerTop h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 30px;
}
.footerBtm > ul > li h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.footerBtm > ul > li h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 15px;
}
.footerBtm > ul > li p {
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 15px;
}
.footerBtm ul li ol li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    text-transform: capitalize;
    color: #000000;
    padding-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}
.footerBtm ul li ol li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.footerBtm h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
    margin-top: 30px;
}

.invstFormBlockCont{
   width: 44%;
}
.invstForm{
   width: 52%;
}
.invstFormBlock{
   padding: 50px 0;
   background: #F9F9F9;
}
.invstFormBlockCont li:before {
    content: "";
    background: url(../images/tick.svg) no-repeat;
    background-size: 18px;
    background-position: left center;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 7px;
}
.invstFormBlockCont li {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}
.invstFormBlockCont p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 35px;
}
.invstFormBlockCont h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    text-transform: capitalize;
    color: #000000;
}
.invstFormBlockCont ul {
    margin-top: 40px;
}

.invstForm li input,
.invstForm li select {
    border: none;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.invstForm li label {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.invstForm ul li{
   width: 46%;
   margin-bottom: 20px;
}
.invstForm ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.invstForm input#investment_btn {
    border: none;
    outline: none;
    background: #009CDC;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}
.invstForm li select {
    appearance: none;
    background: #fff url(../images/down-arw.svg) no-repeat;
    background-position: 95% center;
    cursor: pointer;
}
.error{
    color: #b41124 !important;
    font-size: 12px !important;
}


.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    height: auto;
    padding-top: 40px;
}
.modal-body {
    max-height: 93vh;
    overflow-y: auto;
}
.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(-50%);
  opacity: 1;
}
.modal-content.ppConeent {
    padding: 0px 20px 30px;
}
.modal-header {
  position: relative;
  background-color: #fff;
}
.modal-close {
    position: fixed;
    top: 0;
    right: 20px;
    padding: 8px;
    color: #aaa;
    background: none;
    border: 0;
    cursor: pointer;
    width: 40px;
}
.ppConeent h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}
.ppConeent p {
    font-weight: 500;
    font-size: 13px;
    line-height: 27px;
    text-transform: capitalize;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
}
.ppConeent h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 15px;
}
body.is-visible {
    overflow: hidden;
}
.thank-you-content h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 20px;
}
.thank-you-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
    margin-top: 10px;
}
.thank-you-content {
    text-align: center;
}
section.sub-content.thank-you-sub {
    padding: 40px 0;
}