/* 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: #F9F9F9;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
    transition:all 0.5s ease;
}
.btn-primary{
    background-color: #FF6600;
    border: 0;
    font-weight: 600;
    font-size: 19.8568px;
    line-height: 24px;
    letter-spacing: 0.05em;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    border-radius: 6.96703px;
    padding: 15px 30px;
    display: inline-block;
}
.btn-primary:hover{
    color: #fff;
    background-color: #3A7CCC;
}
p{
    margin-bottom: 15px;
}
strong{
    font-weight: 700;
}
.p-5{
    padding-left: 0 !important;
    padding-right: 0 !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: 40px;
    text-align: center;
    text-transform: capitalize;
}
h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
}
h4{
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #3A7CCC;
    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: #3A7CCC;
}
#header .contactNumber span i{
    color: #FF6600;
}

/* Footer Styles Start Here */

#footer{
    clear: both;
    overflow: hidden;
    background-color: #273B53;
    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{
    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 span{
    position: absolute;
    left: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: #3A7CCC;
    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;
}
.contentBlock2 .btn-primary{
}
.btn-wrap{
    padding: 30px 0 0 0;
    text-align: center;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.investmentTable {
    width: 100%;
    border: 15px solid #3A7CCC;
    background-color: #3A7CCC;
    border-radius: 5px;
    margin-bottom: 15px;
}
.investmentTable h2 {
    background: #3A7CCC;
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    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{
    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: #FFFFFF;
    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: 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;
}
.owl-dots .owl-dot.active{
    background-color: #3A7CCC !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{
    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,
#banner-slider .slide2,
#banner-slider .slide3{
    background: #304D71 url(../images/banner-img-1.png) no-repeat right center;
    background-size: cover !important;
    padding: 50px 0;
    min-height: 530px;
}
#banner-slider .slide2{
    background: #304D71 url(../images/banner-img-2.png) no-repeat right center;
}
#banner-slider .slide3{
    background: #304D71 url(../images/banner-img-3.png) no-repeat right center;
}
#banner-slider .owl-nav{
    max-width: 1320px;
    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 .owl-item figure{
    float: left;
}
#banner-slider.owl-carousel .owl-item img{
    width: auto;
}
#banner-slider.owl-carousel .owl-item .text{
    float: left;
    padding: 0 0 0 30px;
}
#banner-slider.owl-carousel .owl-item .col-xl-6{
    margin: 30px 0 15px 0;
}
.introBanner{
    background-color: #F5FBFF;
    padding: 0;
    clear: both;
    display: table;
    width: 100%;
}
.introBanner h2 {
    margin: 30px 0 0 0;
}
.introBanner h2 span{
    display: block;
    font-size: 25px;
}
.introBanner .bannerContent{
    min-height: 100%;
    background: url(../images/img1.png) no-repeat right bottom;
}
.introBanner .justify-content-space-between{
    justify-content: space-between;
}
.list1{
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    text-transform: capitalize;
    color: #344C5C;
    list-style: none;
    padding: 30px 0 0 0;

}
.list1 li{
    background: url(../images/icon-tick.png) no-repeat left 8px;
    padding: 0 0 10px 35px;
}
.introBanner .bannerContent .list1{
    width: 95%;
}
.introForm{
    border: 4px solid #3A7CCC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background-color: #fff;
    padding: 0 0 15px 0;
    clear: both;
    display: table;
    margin: 30px 0;
    width: 100%;
}
.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;
    clear: both;
    overflow: hidden;
    background-color: #F5F5F5;
    font-size: 14px;
    line-height: 30px;
    color: #353131;
    margin: 0 0 15px 0;
}
.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;
}
.fixed-levels{
    position: relative;
}
.fixed-levels img{
    position: relative;
    z-index: 1;
}
.fixed-levels span{
    position: absolute;
    left: 0;
    top: 0;
    width: 85%;
    z-index: 2;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #344C5C;
    padding: 10px 10px 0 80px;
}
.btnPhone-mobile{
    display: none;
}
.thank-you-content h2{
    text-align: left;
    margin-bottom: 40px;
}
.thank-you-content h3{
    color: #333;
    display: block;
     margin: 15px 0;
}
.thank-you-content p{
    margin: 0;
    font-size: 18px;
    line-height: 35px;
}
.thank-you-content p strong {
    font-size: 20px;
}
.thank-you-content {
    min-height: 550px;
}
.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: #3A7CCC;
    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;
}


/* 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: 94%;
}
.bannerContent p, .bannerContent ul{
    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;
}
.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 h5{
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #394046;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    justify-content: left;
    text-transform: capitalize;
}
.calculater-form h5 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]{
    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;
}

/* 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: #1e303c;
    font-size: 35px;
    line-height: 40px;
}
.reasons-to-speak h2 span{
    font-weight: 700;
    line-height: 50px;
    display: block;
    color: #FF6600;
    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: #3A7CCC;
    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 {
    color: #1e303c;
    padding: 0 15px;
    display: block;
    text-align: center;
    margin: 0 0 50px 0;
    text-transform: capitalize;
    font-size: 31px;
}


.mobile-calculate-investment{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    display: none;
    transition:all 0.5s ease;
}
.mobile-calculate-investment a{
    width: 100%;
    background: #FF7300;
    box-shadow: 0px -4px 12px rgba(25, 83, 92, 0.3);
    border-radius: 16px 16px 0px 0px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    transition:all 0.5s ease;
}
.mobile-calculate-investment a img{
    display: inline-block;
}
.mobile-calculate-investment a span{
    display: inline-block;
    margin: 0 15px;
}
.mobile-calculate-investment a:hover{
    border-color: #3c6393 !important;
    background-color: #3c6393 !important;
    text-decoration: none;
}
.hide {
    opacity:0;
}
.show {
    opacity:1;
}

.calculater-form .intl-tel-input,
.calculater-form .intl-tel-input.allow-dropdown input, 
.calculater-form .intl-tel-input.allow-dropdown input[type=tel]{
    width: 100% !important;
}
.calculater-form .wpcf7-form-control-wrap .intl-tel-input .flag-container{
    max-height: 50px;
}
.intl-tel-input .country-list{
    right: -160px;
}

.isa_loader.active {
    display: block;
}
.isa_loader {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.4);
    display: none;
}
.isa_loader img {
    margin: 0 auto;
    width: 300px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

@media (max-width: 767px){
    .intl-tel-input .selected-flag{
        height: 48px !important;
    }
    .calculater-form .btn2 .btn-primary{
        font-size: 19.8568px;
        line-height: 24px;
    }
}
.calculater-form .btn2{
    float: left;
    width: 100%;
    padding: 0;
}
.calculater-form .btn2 .btn-primary{
    margin: 0;
    padding: 15px;
}
.calculater-form .btn2 .btn-primary:after{
    display: none;
}
.reasonsList li:last-child{
    margin: 0;
}


.banner-charlie .bannerContent h1{
    font-size: 48px;
    line-height: 60px;
    width: 100%;
}
.banner-charlie  .calculater-form h3{
    font-size: 25px;
    line-height: 30px;
}
.formtext1{
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0;
    padding: 0;
    line-height: 26px;
}
.banner-charlie .calculater-form .investmentInfo{
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
.banner-charlie .calculater-form .investmentInfo strong{
    width: 35%;
    font-weight: 700;
}
.banner-charlie .calculater-form .investmentInfo span{
    width: 64%;
    text-align: left;
}
.banner-charlie .calculater-form .investmentInfo p{
    margin: 0 0 8px 0;
}
.banner-charlie .calculater-form .investmentInfo strong:after{
    color: #394046;
    content: ':';
    float: right;
}
@media (max-width: 767px){
    .banner-charlie .calculater-form h3{
        font-size: 20px;
        line-height: 26px;
    }
    .banner-charlie .calculater-form .formRange-option .option-label{
        font-size: 14px;
    }
    .banner-charlie .calculater-form .investmentInfo strong {
        width: 45%;
        font-weight: 600;
    }
    .banner-charlie .calculater-form .investmentInfo span {
        width: 54%;
        text-align: left;
    }
}
 .banner-charlie .calculater-form .btn-primary#charlie_book_investment:after{
    background: none;
 }



 @media (max-width: 767px)
 {
#header {
    box-shadow: 2px 1px 5px 3px rgba(0,0,0,.15);
}
}
 section.mob-content {
    display: inline-block;
    width: 100%; margin-top: 18px;
}
 .mob-content h2 {
    margin: 20px 0;
    margin-top: 0;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}
.mob-box-cont {
    border: 2px solid #3A7CCC;
    margin-top: 20px;
    border-radius: 17px;
    padding: 20px;

}
.mob-box-cont h3 {
    color: #FFF;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    text-transform: capitalize;
    margin: 15px 0;
    margin-top: 0;
}
.mob-box-cont h4 {
    color: #FF6600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

.mob-box-cont p {
    color: #FFF;
    margin-top: 10px;
}

.mob-box-cont.mob-box-cont-page-investmentbonds1 h5{
background-position: 2px 7px;
}
.mob-box-cont.mob-box-cont-page-investmentbonds2 h5{
background-position: 2px 7px;
}

.mob-box-cont.mob-box-cont-page-investmentbonds1 .btn-wrap.w-100 {
    padding-top: 0;
}
.mob-box-cont.mob-box-cont-page-investmentbonds2 .btn-wrap.w-100 {
    padding-top: 0;
}

.mob-box-cont h5 {
    color: #3A7CCC;
    font-size: 18px;
    line-height: 29px; 
}
.mob-box-cont h5:last-child {
    margin-top: 16px;

}
.mob-box-cont h5 a{ font-weight: bold;  text-decoration: underline !important; color: #084298 !important;
}
.mob-box-cont h5 span {
    color: #FF6600;
}
.btn-wrap.w-100 a.btn-primary {
    width: 100%;
}

/* mob-contnet-2 start */

section.mob-content-2 {
    display: inline-block;
    width: 100%; margin-top: 18px;
}
 .mob-content-2 h2 {
    margin: 20px 0;
    margin-top: 0;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}
.mob-box-cont-2 {
    margin-top: 20px;
    background-color: #183040; 
    display: inline-block;
    padding: 20px;
}
.mob-content-2 h3 {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    text-transform: capitalize;
    margin: 15px 0;
}
.mob-box-cont-2 h4 {
    color: #f3853c;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
}
.mob-box-cont-2 h5 {
    color: #016ff3;
    font-size: 18px;
    line-height: 29px;
    background: url(https://www.ukinvestmentcentre.com/wp-content/themes/ukinvestmentcentre/assets/images/arrow.png);
    /* background-size: 5% 27%; */
    background-repeat: no-repeat;
    padding-left: 26px;
    background-position: 0% 18%;
}
.mob-box-cont-2 {}
.mob-box-cont-2 h5.h5-bg {
    margin-top: 16px;
    color: #fff;
    background: none; padding-left: 0;
}
.mob-box-cont-2 h5 a{ font-weight: bold; 
}
.mob-box-cont-2 h5 span {
    color: #FF6600;
}
.mob-box-cont-2 .btn-wrap.w-100 a.btn-primary {
    width: 100%;
    background-color: #3a7ccc;
}

/* mob-content-2 end */


.mob-box-cont.mob-box-cont-page-investmentbonds1 {
    background-image: url(https://www.ukinvestmentcentre.com/wp-content/themes/ukinvestmentcentre/assets/images/Intersect2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
}
.mob-box-cont.mob-box-cont-page-investmentbonds1 h5 {
    color: #fff;
    background-image: url(https://www.ukinvestmentcentre.com/wp-content/themes/ukinvestmentcentre/assets/images/arrow2.png);
    background-repeat: no-repeat;
    padding-left: 28px;
}
.mob-box-cont.mob-box-cont-page-investmentbonds1 h5 a {
    color: #fff !important;
    text-decoration: none !important;
}



.mob-box-cont.mob-box-cont-page-investmentbonds2 {
    background-image: url(https://www.ukinvestmentcentre.com/wp-content/themes/ukinvestmentcentre/assets/images/Intersect.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
}
.mob-box-cont.mob-box-cont-page-investmentbonds2 h5 {
    color: #fff;
    background-image: url(https://www.ukinvestmentcentre.com/wp-content/themes/ukinvestmentcentre/assets/images/arrow2.png);
    background-repeat: no-repeat;
    padding-left: 28px;
}
.mob-box-cont.mob-box-cont-page-investmentbonds2 h5 a {
    color: #fff !important;
    text-decoration: none !important;
}
.desk-invest .btn-wrap.w-100, .desk-invest2 .btn-wrap.w-100 {
    padding-top: 0;
    width: 570px!important;
}

.mob-box-cont.mob-box-cont-page-investmentbonds2.desk-invest
{    background-image: url(https://www.ukinvestmentcentre.com/wp-content/themes/ukinvestmentcentre/assets/images/expert1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
}

.mob-box-cont.mob-box-cont-page-investmentbonds2.desk-invest2
{    background-image: url(https://www.ukinvestmentcentre.com/wp-content/themes/ukinvestmentcentre/assets/images/expert2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 0;
}
.desk-invest h5, .desk-invest2 h5  {
    padding: 5px 0;
}
.desk-invest h3, .desk-invest2 h3 {
    font-size: 21px;
    line-height: 36px;
}

.calculator-themes label.btn {
    width: 31% !important;
}
.calculator-themes .goalButtons .btn-check:checked+.btn, .calculator-themes label.btn:hover {
    background: #4472c4;
}
#banner .theme-fixedreturns li {
    background-color: #4472c4;
}
#banner .theme-fixedreturns li strong {
    font-size: 20px;
    line-height: 30px;
}

.feature-box {
    background: white;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.feature-icon {
    height: 80px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.feature-icon-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #fff;
    border-radius: 100px;
    height: 100%;
    margin-top: -69px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.feature-icon img {
    width: 71%;
}

.feature-main {
    margin-top: 60px;
}

.feature-main .col-md-4.col-lg-2 {
    padding: 0;
}

.feature-content {
    text-align: left;
    padding: 20px;
    min-height: 257px;
}

.feature-content p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: normal;
}

.feature-height {
    height: 30px;
}

.feature-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
@media(max-width: 767px)
{
    .feature-content{ min-height: auto; margin-bottom: 50px;}
}