/* Fontawesome Icons */
@import url(fontawesome.min.css);

/* CSS Reset */

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;}

/* Default Style Here */

body{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #344C5C;
    background-color: #F5F5F5;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* p{
    line-height:100px;
} */
a{
    text-decoration: none;
    transition:all 0.5s ease;
}
.btn-primary{
    background-color: #FFCE00;
    border: 0;
    font-weight: 600;
    font-size: 19.8568px;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(19, 18, 18);
    border-radius: 6.96703px;
    padding: 15px 30px;
    font-weight: 500;
    display: inline-block;
    -webkit-border-radius: 6.96703px;
    -moz-border-radius: 6.96703px;
    -ms-border-radius: 6.96703px;
    -o-border-radius: 6.96703px;
}
.btn-primary:hover{
    color: #fff;
    background-color: #FFCE00;
    color: #333;
}
p{
    margin-bottom: 15px;
}
strong{
    font-weight: 700;
}
.p-5{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#new{
    color:white !important;
}
h1{

    font-weight: 700;
    font-size: 63.5449px;
    line-height: 95px;
    color: #FFFFFF;
    text-transform: capitalize;
}
h2{
    color: #3A7CCC;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
}
h3{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
}
h4{
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color:#212529;
    font-weight: 800;
    margin-bottom: 20px;
}
h5{
    font-weight: 700;
    font-size: 45px;
    line-height: 51px;
    color: #FFFFFF;
    text-transform: capitalize;
}
.form-check-input[type=radio]{
    background: url(../images/radio.png) no-repeat left top;
    border: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    outline: none !important;
    box-shadow: none !important;
    margin-left: -30px;
}
.form-check-input:checked[type=radio]{
    background: url(../images/radio-active.png) no-repeat left top;
}


/* Header Styles Start Here */

#header{
    clear: both;
    overflow: hidden;
    padding: 25px 0;
    background-color: #fff;
}
#header .brand-logo{
    float: left;
}
#header .contactNumber{
    float: right;
    text-align: right;
    font-weight: 700;
    color: #5E7F95;
    text-transform: uppercase;
}
#header .contactNumber span{
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color:rgb(19, 18, 18);
}
#header .contactNumber span i{
    color:#ffc107;
}

/* Footer Styles Start Here */
.invest-widgets .card:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
#footer{
    clear: both;
    overflow: hidden;
    background-color:#212529;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
#footer p{
    margin: 15px 0 0 0;
}
#footer span{
    font-weight: 700;
    font-size: 22px;
    line-height: 51px;
    text-transform: capitalize;
}
#footer strong{
    font-weight: 700;
    font-size: 16px;
    line-height: 51px;
    text-transform: capitalize;
    float: right;
}

/* Investment Process  */
.investment-process{
    clear: both;
    overflow: hidden;
    background: #1b1e22 url(../images/investment-process-explained.png) no-repeat center top;
    background-size: cover;
}
.investment-process h5{
    margin-bottom: 20px;
}
.investment-process .card{
    transition: transform .2s;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 25px;
    color: #535353;
    font-size: 18px;
    line-height: 28px;
    height: 100%;
}
.investment-process .card:hover{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.investment-process .card span{
    position: absolute;
    left: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background:#212529;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 19.6721px;
    line-height: 33px;
    color: #fff;
}
.investment-process .row{
    margin: 0 -30px;
}
.investment-process .row>*{
    padding-left: 30px;
    padding-right: 30px;
    min-height: 100%;
    margin: 50px 0 0 0;
}
.contentBlock2{
    color: #344C5C;
    font-size: 19px;
    line-height: 33px;
    text-transform: capitalize;
    color: #344C5C;
}

.btn-wrap{
    padding: 30px 0 0 0;
    text-align: center;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.investmentTable {
    width: 100%;
    border: 15px solid #212529;
    background-color: #212529;
    border-radius: 5px;
    margin-bottom: 15px;
}
.investmentTable h2 {
    background: #212529;
    font-size: 26px;
    line-height: 38px;
    color: #fff !important;
    padding: 5px 0 11px 0;
    margin: 0;
}
.investmentTable thead th {
    font-size: 12px;
    line-height: 16px;
    color: #4F4F50;
    background-color: #FCFBF9;
    border-left: 1px solid #DFDFDF;
}
.investmentTable thead tr th:first-child {
    border: 0;
}
.investmentTable tbody tr th {
    font-size: 14px;
    line-height: 16px;
    color: #4A4A4A;
    padding-right: 20px;
    background-color: #e7f5fd;
}
.investmentTable th, 
.investmentTable td {
    padding: 10px 10px;
    vertical-align: middle;
}
.investmentTable td {
    text-align: center;
    border-left: 1px solid #DFDFDF;
    background-color: #E7F5FD;
}
.investmentTable tbody tr:nth-child(even) th, 
.investmentTable tbody tr:nth-child(even) td {
    background-color: #F7FDFF;
}
.investmentTable img{
    display: inline;
}
.invest-widgets{
    clear: both;
    overflow: hidden;
    background: #1b1e22 url(../images/invest-widgets.png) no-repeat center top;
    background-size: cover;
}
.invest-widgets .card{
    transition: transform .2s;
    padding: 30px 25px;
    background:#FFFFFF;
    border-radius: 20px;
    margin: 20px 0;
    font-size: 18px;
    line-height: 30px;
    color: #344C5C;
    display: inherit;
    clear: both;
    overflow: hidden;
    min-height: 232px;
}
.invest-widgets .row{
    margin: 0 -30px;
}
.invest-widgets .row>*{
    padding-left: 30px;
    padding-right: 30px;
    min-height: 100%;
    margin: 0 0 0 0;
}
.invest-widgets .card span{
    background:#212529;
    border: 1px solid #DADADA;
    width: 114px;
    height: 114px;
    float: left;
    border-radius: 50%;
    text-align: center;
    margin: 10px 0 0 0;
}
.invest-widgets .card span img{
    display: block;
    margin: 25px auto 0 auto;
}
.invest-widgets .card div{
    padding: 0 0 0 30px;
    width: 65%;
    float: left;
}
.invest-widgets .card div h4{
    margin-bottom: 10px;
}

.property-portfolios{
    clear: both;
    overflow: hidden;
}
.property-portfolios h2{
    margin: 30px 0;
    text-align: center;
    display: block;
}
.owl-dots {
    text-align: center;
    margin: 10px 0 0 0;
}
.owl-dots .owl-dot{
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #D9D9D9 !important;
    display: inline-block;
    margin: 10px;
}
p{
    font-weight:700;
}
h2{
    line-height:30px;
    color: #212529 !important;
}
.owl-dots .owl-dot.active{
    background-color: #212529 !important;
}
#portfolios-slider{
    margin: 50px 0;
}
#portfolios-slider .itemText{
    background: #F2F7FF;
    border: 1px solid #82BBFF;
    border-radius: 20px;
    padding: 20px;
}
.contentBlock1{
    line-height: 22px;
    font-weight: 700;
}
.contentBlock1 h2{
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.order-list{
    font-size: 19px;
    line-height: 33px;
    color: #344C5C;
    font-weight: 400;
    list-style: decimal;
}
.order-list li{
    font-weight:600;
    margin: 15px 0 0 0;
}
#banner-slider{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
}
#banner-slider .owl-dots{
    display: none;
}
#banner-slider .slide1{
    background: #304D71 url(../images/banner-img-1.png) no-repeat right center;
    background-size: cover;
    padding: 50px 0;
    min-height: 530px;
}
#banner-slider .owl-nav{
    max-width: 1320px;
    display: none !important;
    margin: 0 auto;
    position: relative;
    top: -100px;
    z-index: 2222;
}
#banner-slider .owl-nav button{
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 58px;
    background-color: #FF6600;
    border-radius: 100%;
    color: #FF6600;
    font-size: 28px;
}
#banner-slider .owl-nav button:hover{
    background-color: #e16d21;
    border-color: #e16d21;
    color: #e16d21;
}
#banner-slider .owl-nav button.owl-prev:before{
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    position: relative;
    left: 5px;
}
#banner-slider .owl-nav button.owl-next:before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    position: relative;
    left: 5px;
}
#banner-slider .owl-nav button.owl-prev{
    right: 80px;
}
#banner-slider .owl-stage-outer{
    z-index: 222;
}
#banner-slider h1 span{
    color: #FF6600;
    font-weight: 700;
}
#banner-slider.owl-carousel figure{
    float: left;
}
#banner-slider.owl-carousel img{
    width: auto;
}
#banner-slider.owl-carousel .text{
    float: left;
    padding: 0 0 0 30px;
}
#banner-slider.owl-carousel .col-xl-6{
    margin: 30px 0 15px 0;
}
.introBanner{
    background-color:#212529;
    padding: 30px 0;
    clear: both;
    overflow: hidden;
}
#new{
    color:white;
    line-height:50px;
}
#list li{
    color:rgb(250, 250, 250);
    line-height: 30px;
}

.introBanner h2 {
    margin: 0 0 30px 0;
}
.introBanner h2 span{
    display: block;
}
.introBanner .bannerContent{
    height: 100%;
    background: url(../images/img1.png) no-repeat right bottom;
}
.list1{
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    text-transform: capitalize;
    color: #344C5C;
    list-style: none;

}
.list1 li{
    background: url(../images/icon-tick.png) no-repeat left 8px;
    padding: 0 0 10px 35px;
}
.introBanner .bannerContent .list1{
    width: 65%;
}
.form-check-input:checked[type=radio]{
    background: #212529 !important;
    border: 50% !important;
    border-radius: 50%;
    border: 4px solid yellow;
}
.introForm{
    border: 4px solid #FFCE00;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background-color: #fff;
    padding: 0 0 15px 0;
    clear: both;
    overflow: hidden;
}
.introForm .btn-primary{
    display: block;
    width: 100%;
}
.introForm .btn-wrap{
    padding: 0 20px;
}
.introForm .formElement{
    padding: 0 20px;
    margin-bottom: 15px;
    justify-content: space-between;
}
.introForm .col-form-label{
    font-size: 18px;
    line-height: 22px;
    color: #353131;
}
.introForm .form-control{
    padding: 10px;
    border: 1px solid #A7A7A7;
    border-radius: 3.40126px;
}
.introForm .form-check{
    margin: 0 0 8px 0;
    padding: 0 0 0 30px;
}
.introForm .form-check-label{
    font-size: 15px;
    line-height: 18px;
    margin: 2px 0 0 10px;
    padding: 0;
}
.select-intrest-option{
    padding: 15px;
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
    background-color: #F5F5F5;
    font-size: 14px;
    line-height: 30px;
    color: #353131;
}
.select-intrest-option p{
    padding: 0;
    margin: 0;
}
.select-intrest-option span{
    width: 70px;
    text-align: right;
    color: #1BA832;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.btn-wrap2 {
    padding: 0 15px;
}
.btn-prev-form{
    padding: 0;
    width: 55px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #3A7CCC;
    border-radius: 6.96703px;
    font-size: 30px;
    line-height: 30px;
    color: #3A7CCC;
    float: left;
}
.btn-wrap2 .btn-primary{
    width: 88%;
    float: right;
    display: inline-block;
}
.btn-prev-form:hover{
    background-color: #333;
    color: #333;
    border-color: #333;
    color: #fff;
}
#span{
    font-size:16px !important;
    color:grey !important
}
.introForm .form-control.error,
.introForm .form-control.fc-field-error{
    border-color: #ff0000;
}
.introForm label.error{
    color: #ff0000;
}


.formTitle{
    display: block;
    padding: 15px;
    margin: 0 0 30px 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 28px;
    background: #FFCE00;
    display: flex;
    align-items: center;
    justify-content: left;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.formTitle i{
    color: #FF7D26;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 35px;
    line-height: 45px;
    position: relative;
    top: 3px;
}
.formTitle span{
    display: inline-block;
}
.introForm .formElement .form-check{
    margin-bottom: 15px;
}
.introForm .intl-tel-input{
    width: 100%;
}
.rangeslider {
    position: relative;
    display: block;
    cursor: pointer;
    height: 25px;
    width: 100%;
    margin: 10px 0 15px 0;
}
.rangeslider__fill,
.rangeslider__fill__bg,
.rangeslider__handle {
    display: block;
    position: absolute;
    top: 0;
    height: 8px;
    z-index: 2;
    background: #E1E1E1;
    border-radius: 4px;
    will-change: width;
}
.rangeslider__fill{
    background-color: #3c6393;
}
.rangeslider__handle {
    will-change: width, height, top;
    width: 24px;
    height: 24px;
    display: inline-block;
    z-index: 3;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    background-color: #3A7CCC;
    -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out,
        top 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out,
        top 0.1s ease-in-out;
        top: 4px;
}
.rangeslider__handle:active {
    background: #107ecd;
}
.rangeslider__fill__bg {
    background: #ccc;
    width: 100%;
}
.rangeslider--disabled {
    opacity: 0.4;
}

.introForm .formRange-option{
    width: 100%;
    float: left;
}
.introForm .formRange-option strong{
    font-weight: 700;
}
.introForm .formRange-option .col-form-label span{
    float: right;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #205fad;
}
.introForm .intl-tel-input.allow-dropdown input{
    width: 100% !important;
}
.introForm .intl-tel-input.allow-dropdown .selected-flag, 
.introForm .intl-tel-input.separate-dial-code .selected-flag {
    height: 44px;
}
.thank-you-content h3 {
    color: #333;
    display: block;
    margin: 15px 0;
}
/* Reasons To Speak */
.reasons-to-speak{
    margin: 40px 0;
    position: relative;
}
.reasons-to-speak h2{
    text-align: center;
    margin-bottom: 80px;
    font-weight: 400;
    color: #212529;
    font-size: 35px;
    line-height: 40px;
}
.reasons-to-speak h2 span{
    font-weight: 700;
    line-height: 50px;
    display: block;
    color: #212529;
    font-size: 40px;
}
.reasonsList{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 95%;
}
.reasonsList li{
    float: left;
    width: 100%;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 40px 0;
}
.reasonsList li figure{
    float: left;
    width: 20%;
}
.reasonsList li figure span{
    background: #FFFFFF;
    border: 1px solid #DADADA;
    width: 95px;
    height: 95px;
    float: left;
    border-radius: 50%;
    text-align: center;
}
.reasonsList li figure span img{
    display: inline-block;
    margin: 15px auto 0 auto;
}
.reasonsList li div{
    float: left;
    width: 74%;
    font-size: 18px;
    line-height: 28px;
}
.reasonsList li h3{
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #ffcc00e8;
    text-transform: capitalize;
}
.reasonsImages{
    position: relative;
    margin-bottom: 70px;
}
.reasonsImages .img1{
    position: relative;
    z-index: 1;
    left: -130px;
    top: -50px;
}
.reasonsImages .img2{
    float: left;
    position: absolute;
    left: 140px;
    bottom: -70px;
    z-index: 2;
}

.sliderwrap h2 {
    padding: 0 15px;
    display: block;
    text-align: center;
    margin: 0 0 50px 0;
    text-transform: capitalize;
    font-size: 31px;
}
/* .calculater-form .formRange-option {
    padding: 0 0 10px 0;
    width: 100%;
    float: left;
}
.calculater-form .formRange-option .option-label{
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 19px;
    color: #394046;
    font-weight: 500;
}
.calculater-form .formRange-option .option-label span {
    float: right;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #212529;
} */
.calculater-form h3{
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #394046;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    justify-content: left;
    text-transform: capitalize;
}
.calculater-form h3 img{
    display: inline-block;
    margin: 0 15px 0 0;
}
.calculater-form .form-inner{
    padding: 10px 30px 30px 30px;
}
.calculater-form .input-group label.error{
    display: block;
    font-size: 14px;
    padding: 5px 0 0 0;
    width: 100%;
    color: red;
    line-height: 16px;
}
.calculater-form .form-control.error{
    border-color: red;
}

.calculater-form .error{
    color: red;
}
.calculater-form .formRange-option{
    padding: 0 0 10px 0;
    width: 100%;
    float: left;
}

.calculater-form .formRange-option strong{
    font-weight: 700;
}
.calculater-form .formRange-option .option-label{
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 19px;
    color: #394046;
    font-weight: 500;
}
.calculater-form .formRange-option .option-label span{
    float: right;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #212529;
}
.calculater-form .btn-primary{
    width: 100%;
    margin: 5px 0 0 0;
    text-transform: capitalize;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.calculater-form .btn-primary:after{
    content: '';
    /* width: 38px; */
    height: 38px;
    background: url(../images/arrow-icon.svg) no-repeat left top;
    display: inline-block;
    margin: 0 0 0 15px;
}
.calculater-form .investmentInfo{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #394046;
    padding: 25px 40px;
    margin: 0 0 1px 0;
    clear: both;
    overflow: hidden;
}
.calculater-form .investmentInfo:first-child{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.calculater-form .investmentInfo p{
    margin: 0 0 12px 0;
    padding: 0;
    float: left;
    width: 100%;
}
.calculater-form .investmentInfo strong{
    font-weight: normal;
    float: left;
    width: 59%;
}
.calculater-form .investmentInfo span{
    float: right;
    width: 41%;
    text-align: right;
    color: #212529;
    font-weight: 700;
}
.calculater-form .investmentInfo.selected{
    background-color: #DEF4F8;
}
.calculater-form .investmentInfo.selected strong{
    font-weight: 700;
}
.calculater-form .form-control{
    background: #FFFFFF;
    border: 1px solid rgba(42, 44, 49, 0.3);
    border-radius: 4px;
    padding: 12px;
    color: #000;
}
.introForm .calculater-form .formElement{
    margin-bottom: 0;
}


/* BANNER */

#banner{
    padding: 65px 0;
    background: url(../images/banner_bg1.jpg) no-repeat center bottom;
    background-size:  100% 100%;
    clear: both;
    display: table;
    width: 100%;
    position: relative;
}
#banner:before{
    content: '';
    background: #102034;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
#banner .container {
    z-index: 22;
    position: relative;
}
.bannerInner {
    width: 100%;
}
.bannerContent{
    float: left;
    width: 50%;
    padding: 15px 0 0 0;
}
.bannerContent h1{
    margin: 0 0 20px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 64px;
    text-transform: capitalize;
    width: 90%;
}
.bannerContent p{
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #FFFFFF;
}
#banner .fixedreturns li div strong{
    display: inline-block;
}
#banner .fixedreturns li div em {
    position: relative;
    display: inline-block;
    line-height: 20px;
    margin: 0 5px;
    font-style: normal;
    top: -10px;
    font-size: 25px;
}
.banner-charlie{
    background: url(../images/banner_bg2.png) !important;
    background-repeat: no-repeat !important;
    padding: 30px 0;
    background-size: 100% 100% !important;
}
.banner-charlie2{
    background: url(../images/banner_bg2.jpg) !important;
    background-repeat: no-repeat !important;
    padding: 30px 0;
    background-size: 100% 100% !important;
}
.calculater-form{
    width: 493px;
    min-height: 400px;
    border-radius: 20px;
    background-color: #fff;
    float: right;
}
.calculater-form h3{
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #394046;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    justify-content: left;
    text-transform: capitalize;
}
.calculater-form h3 img{
    display: inline-block;
    margin: 0 15px 0 0;
}
.calculater-form .form-inner{
    padding: 20px 30px 30px 30px;
}
.calculater-form .input-group label.error{
    display: block;
    font-size: 14px;
    padding: 5px 0 0 0;
    width: 100%;
    color: red;
    line-height: 16px;
}
.calculater-form .form-control.error{
    border-color: red;
}

.calculater-form .error{
    color: red;
}
.calculater-form .formRange-option{
    padding: 0 0 10px 0;
    width: 100%;
    float: left;
}

.calculater-form .formRange-option strong{
    font-weight: 700;
}
.calculater-form .formRange-option .option-label{
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 19px;
    color: #394046;
    font-weight: 500;
}
.calculater-form .formRange-option .option-label span{
    float: right;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #00A0B9;
}
.calculater-form .btn-primary{
    width: 100%;
    margin: 5px 0 0 0;
    text-transform: capitalize;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calculater-form .btn-primary:after{
    content: '';
    width: 38px;
    height: 38px;
    background: url(../images/arrow-icon.svg) no-repeat left top;
    display: inline-block;
    margin: 0 0 0 15px;
}
.calculater-form .goalButtons{
    margin: 0 -8px;
}
.calculater-form .form-check{
    
}
.calculater-form .goalButtons .btn{
    display: flex;
    height: 50px;
    float: left;
    width: 47.8%;
    border: 1px solid #BDBDBD;
    border-radius: 6px;
    margin: 0 0 8px 8px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #394046;
}

.calculater-form .goalButtons .btn-check:checked+.btn,
.goalButtons .btn:hover{
    color: #fff;
    background-color: #00A0B9;
    border-color: #017A91;
}
.calculater-form .investmentInfo{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #394046;
    padding: 25px 40px;
    margin: 0 0 1px 0;
    clear: both;
    overflow: hidden;
}
.calculater-form .investmentInfo:first-child{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.calculater-form .investmentInfo p{
    margin: 0 0 12px 0;
    padding: 0;
    float: left;
    width: 100%;
}
.calculater-form .investmentInfo strong{
    font-weight: normal;
    float: left;
    width: 59%;
}
.calculater-form .investmentInfo span{
    float: right;
    width: 41%;
    text-align: right;
    color: #00A0B9;
    font-weight: 700;
}
.calculater-form .investmentInfo.selected{
    background-color: #DEF4F8;
}
.calculater-form .investmentInfo.selected strong{
    font-weight: 700;
}
.calculater-form .form-control{
    background: #FFFFFF;
    border: 1px solid rgba(42, 44, 49, 0.3);
    border-radius: 4px;
    padding: 12px;
    color: #000;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.calculater-form#step_2 .formElement{
    padding: 15px 30px;
}
.calculater-form#step_2 .input-group{
    padding-left: 30px;
    padding-right: 30px;
}
.calculater-form#step_2 .intl-tel-input,
.calculater-form#step_2 .wpcf7-form-control-wrap tel,
.calculater-form#step_2 .intl-tel-input.allow-dropdown input, 
.calculater-form#step_2 .intl-tel-input.allow-dropdown input[type=tel],
.calculater-form .intl-tel-input.allow-dropdown input,
.calculater-form .intl-tel-input.allow-dropdown input[type=tel]{
    width: 100% !important;
}
.calculater-form#step_2 label.error {
    display: block;
    font-size: 14px;
    padding: 5px 0 0 0;
    width: 100%;
    color: red;
    line-height: 16px;
}
.calculater-form#step_2 .intl-tel-input.allow-dropdown .selected-flag, 
.calculater-form#step_2 .intl-tel-input.separate-dial-code .selected-flag {
    height: 48px;
}
.calculater-form#step_2 .btn-primary{
    width: 85%;
    padding: 15px 10px;
    margin: 0;
    font-size: 18px;
}
.calculater-form#step_2 .btn-primary:after{
    display: none;
}
.calculater-form#step_2 .form-check-input[type=radio]{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}
.calculater-form#step_2 .form-check-label{
    
}
#banner .fixedreturns{
    margin: 35px -10px;
    padding: 0;
    clear: both;
    overflow: hidden;
    list-style: none;
}
#banner .fixedreturns li{
    float: left;
    width: 160px;
    height: 160px;
    background-color: #009FCD;
    border-radius: 200px;
    padding: 25px 29px 0 29px;
    margin: 0 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    vertical-align: middle;
}
#banner .fixedreturns li span{
    display: block;
    width: 100%;
}
#banner .fixedreturns li strong{
    display: block;
    font-weight: 900;
    font-size: 53px;
    line-height: 64px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
#banner .bannerText{
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}
#banner .bannerText div{
    float: left;
    width: 50%;
}
#banner .bannerText figure{
    float: left;
}
#banner .bannerText span{
    float: left;
    padding: 10px 0 0 10px;
}
#banner h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: block;
    margin: 0 0 20px 0;
    color: #394046;
}
#banner .radiooption .form-check-input[type=radio]{
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}
#banner .radiooption .form-check-label{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #00A0B9;
}
#banner .radiooption  .form-check{
    margin: 5px 0;
}
#banner .radiooption .row{
    margin: 0;
}
.bannerContent.bannerContent-mobile{
	display: none;
}
.calculater-form .btn2 {
    float: left;
    width: 100%;
    padding: 0;
}
.banner-charlie .fixedreturns li, .banner-charlie2 .fixedreturns li{
    background-color: #FFCE00 !important;
    color: #000 !important;
}
.banner-charlie .fixedreturns li strong, .banner-charlie2 .fixedreturns li strong {
    color: #000 !important;
}
.banner-charlie .calculater-form .goalButtons .btn-check:checked+.btn, .goalButtons .btn:hover, .banner-charlie2 .calculater-form .goalButtons .btn-check:checked+.btn, .goalButtons .btn:hover {
    color: #fff;
    background-color: #394046 !important;
    border-color: #394046 !important;
}