div#particles-js {
    display: none;
}
h1,h2,h3,h4,h5,h6, label {
    text-transform: unset;
}
.wellcome_banner.hero-home {
    margin-bottom: 0px;
}
.wellcome_banner.hero-home {
    background: #1890c9;  height:auto;
}

.wellcome_banner.hero-home:after {
    display: none;
}

.wellcome_banner.hero-home:before {
    display: none;
}
     .mainTopDetail .topDetail {
    margin-top: 56px;
}

.mainTopDetail .topDetail h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.mainTopDetail .topDetail h3 span {
    display: block;
}

.mainTopDetail .topDetail h3 span cite {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #b1b1b1;
    padding-right: 13px;
    font-style: normal;
}

.mainTopDetail .topDetail h3 i {
    margin-right: 13px;
}

.mainTopDetail .topDetail h3 span cite:last-child {
    border: 0;
}

.mainTopDetail .topDetail {
    margin-bottom: 17px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.mainTopDetail 
 .middleDetail h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin: 0px;
    color: #a09f9f;
    margin-bottom: 12px;
}

.mainTopDetail .middleDetail h1 {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    line-height: 39px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #1890c9;
}

.mainTopDetail .middleDetail p {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin: 0px;
    color: #a09f9f;
    margin-bottom: 12px;
}

.mainTopDetail 
 .BottomDetails ul {
    display: flex;
    padding: 0px;
}

.mainTopDetail .BottomDetails ul li {
    width: 33%;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
    border-radius: 5px;
    padding: 15px 20px 31px;
    list-style: none;
    position: relative;
}

.mainTopDetail .BottomDetails ul li:last-child {
    margin: 0px;
}

.mainTopDetail .BottomDetails ul li h3 {
    margin: 0px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 13px;
}

.mainTopDetail .BottomDetails ul li i {
    position: absolute;
    bottom: 9px;
    right: 15px;
    font-size: 20px;
    color: #c1c1c1;
}

.mainTopDetail .BottomDetails ul li h3 span {
    display: block;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    color: #1890c9;
    margin-top: 8px;
}

.mainTopDetail .middleDetail {
    margin-bottom: 20px;
}

.mainTopDetail .BottomDetails ul li h3 {font-family: 'Nunito', sans-serif;font-size: 12px;line-height: 18px;}

.mainTopDetail .BottomDetails ul li h3 span {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-top: 12px;
    font-weight: 600;
}

.mainTopDetail .BottomDetails ul li h3 span small {
    font-size: 16px;
    vertical-align: top;
    font-weight: bold;
    color: #1890c9;
    margin-left: 0px;
    display: inline-block;
}

.mainTopDetail .middleDetail h1 {font-size: 38px;font-weight: 600;line-height: 48px;}

.mainTopDetail .middleDetail h6 {font-family: 'Roboto', sans-serif;font-size: 12px;}

.mainTopDetail .topDetail h3 span {
    display: inline-block;
    background: #1890c9;
    color: #fff;
    padding: 10px 28px;
    border-radius: 21px;
}

.mainTopDetail .topDetail h3 span cite:last-child {
    margin: 0px;
    padding: 0px;
}

.mainTopDetail .topDetail h3 span cite {
    border-color: #fff;
}

.mainTopDetail .BottomDetails ul li i {
    color: #4e4e4e;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mainTopDetail .BottomDetails ul li span.info {
    float: right;
}

.popover__wrapper {
    position: relative;
    margin-top: 0;
    display: inline-block;
}

h2.popover__title {
    font-size: 22px;
    line-height: 0;
    text-decoration: none;
    color: #e44444;
    text-align: center;
    padding: 0 7px;
    margin-bottom: 0;
    cursor: help;
}

.mainTopDetail .BottomDetails ul li h2.popover__title i {
    font-size: 16px !important;
    right: -4px;
    top: -6px;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -84px;
    background-color: #647693;
    color: #fff;
    padding: 18px 20px;
    box-shadow: 0 2px 5px 0 rgb(99 118 146 / 30%);
    width: 320px;
    border-radius: 6px;
    z-index: 8;
    left: -258px;
}

.popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    bottom: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #3a4b67;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    right: calc(14% - 8px);
}

.popover__wrapper:hover .popover__content {
    -webkit-transform: translateY(-165px);
    transform: translateY(-165px);
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transition: all .8s cubic-bezier(.55,-.02,.2,.97);
    cursor: help;
}

.popover__content p.popover__message {
    color: #fff!important;
    margin: 0!important;
    line-height: 1.5!important;
    font-size: 12px!important;
    font-weight: 400!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}


.mainTopDetail .slider_imgs .bigImage {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.mainTopDetail .slider_imgs .bigImage img {
    width: 100%;
    height: 100%;
}



.mainTopDetail .slider_imgs .smallImages img {
    width: 85px;
    height: 85px;
    border-radius: 6px;
    border: 2px solid #cecece;
    padding: 2px;
    margin-right: 4px;
}
.mainTopDetail .slider_imgs .smallImages img {
    height: auto;
}

.mainTopDetail .slider_imgs .bigImage span.returenInvestment {
    display: inline-block;
    background: #1890c9;
    color: #fff;
    padding: 10px 28px;
    position: absolute;
    bottom: 15px;
    font-family: 'Nunito', sans-serif;
    right: 12px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 30px;
}

.mainTopDetail .slider_imgs {
    padding-top: 25px;
}

.mainTopDetail .slider_imgs .smallImages {
    width: 100%;
    display: flex;
    overflow: auto;
}

.mainTopDetail 
 .investBtn {display: flex;}

.mainTopDetail .investBtn p {
    display: flex;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    width: 40%;
}

.mainTopDetail .investBtn p span {
    background: #dcdcdc;
    color: #353535;
    padding: 15px 13px 4px;
    border-radius: 0px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.mainTopDetail .investBtn p input {
    width: 100%;
    border: 0px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    padding: 12px 10px;
}

.mainTopDetail .investBtn a.invest {
    width: 60%;
    background: #1890c9;
    color: #fff;
    display: block;
    padding: 11px 20px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700;
    border-radius: 0;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
}

.BottomDetails {
    margin-bottom: 20px;
}

.investmentBox {
    background: #fff;
    padding: 50px 0px;
}

.investmentBox h3 {
    font-weight: 700;
    margin-bottom: 58px;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
}

.investmentBox h3 span {
    color: #1890c9;
}

.investmentBox .inputs label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.investmentBox .inputs .form-control {
    font-size: 13px;
    color: #243651;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    box-shadow: none;
    outline: none;
    height: 38px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0px 20px;
}

.investmentBox .inputs 
 .inner-addon {
    position: relative;
}

.investmentBox .inputs .inner-addon i {
    position: absolute;
    padding: 13px 18px 10px 10px;
    color: #949393;
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
    right: 0px;
}

.investmentBox .inputs {
    margin-bottom: 68px;
}

.investmentBox .results {}

.investmentBox .results .boxInner {
    padding-left: 38px;
    border-left: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
}

.investmentBox .results .indicate-info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}

.investmentBox .results .indicate-info .dot-lg {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background-color: #1890c9;
    vertical-align: middle;
    margin-right: 30px;
}

.investmentBox .results .indicate-info  .value p {
    color: #243651;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.investmentBox .results .indicate-info .value h5 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.investmentBox .results .total-info {
    text-align: right;
    padding-top: 28px;
    min-height: 200px;
}

.investmentBox .results .total-info  .value h5 {
    color: #243651;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.investmentBox .results .total-info .value h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.investmentBox .results {
    margin-bottom: 50px;
}
.investmentBox {
    background: #f7f7f7;
}

.mainTopDetail {
    margin-bottom: 30px;
}
.KeyInfo {
    background: #fff;
    padding: 30px 0px;
}

.KeyInfo h4 {
    font-weight: 700;
    margin-bottom: 33px;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}

.KeyInfo h4 span {
    color: #1890c9;
}

.KeyInfo .dts {}

.KeyInfo .dts span {
    width: 60px;
    height: 60px;
    background: #1890c9;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.KeyInfo .dts span i {
    font-size: 22px;
    vertical-align: middle;
}

.KeyInfo .dts h6 {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 3px;
}

.KeyInfo .dts strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}
.KeyInfo h4 {
    font-weight: 700;
    margin-bottom: 36px;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
}

.KeyInfo .dts span {
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-bottom: 20px;
}

.KeyInfo .dts span i {
    font-size: 35px;
    opacity: 0.7;
}

.KeyInfo .dts h6 {
    font-size: 16px;
    font-weight: 500;
    color: #293e5b;
    font-family: 'Poppins',sans-serif;
}

.KeyInfo .dts strong {
    font-size: 23px;
}
.KeyInfos {
    background: #fff;
    padding: 10px 0px 20px;
}

.KeyInfos h4 {
    font-weight: 700;
    margin-bottom: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
}

.KeyInfos h4 span {
    color: #1890c9;
}

.KeyInfos .dts span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    background: #1890c9;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 22px;
}

.KeyInfos .dts span i {
    font-size: 21px;
    vertical-align: middle;
}

.KeyInfos .dts {
    display: flex;
}

.KeyInfos .dts .value h6 {
    font-size: 15px;
    font-weight: 500;
    color: #293e5b;
    margin-bottom: 2px;
    font-family: 'Poppins', sans-serif;
}

.KeyInfos .dts .value strong {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
.KeyInfo {
    background: #ffffff;
}

.KeyInfos {
    background: #ffffff;
}

.KeyInfos .dts .value {
    width: 65%;
}
.porsDetail h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 23px;
}

.porsDetail h3 span {
    color: #1f96ce;
}

.porsDetail {
    padding: 25px 0px;
}

.porsDetail p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.porsDetail .openClose p {
    height: 96px;
    overflow: hidden;
}

.porsDetail .openClose a {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #1890c9;
}

.porsDetail .openClose a.rdLs {
    display: none;
}

.porsDetail .openClose {
    margin-bottom: 38px;
}

.porsDetail h3 span {
    border-bottom: 4px solid #1f96ce;
}
.porsDetail .openClose.opend p {
    height: auto;
}
.showHides {
    display: none;
    padding: 10px 0px;
}
.porsDetail {
    background: #f7f7f7;
}

.porsDetail h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}

.porsDetail p {
    font-family: 'Nunito', sans-serif;
}
.documentDetail h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 23px;
}

.documentDetail ul {
    padding: 0px;
    margin: 0;
}

.documentDetail ul li {
    display: inline-block;
    width: 33%;
    padding: 0px 24px;
    line-height: 24px;
}

.documentDetail ul li:before {
    width: 10px;
    height: 10px;
    background: #1890c9;
    content: '';
    display: inline-block;
    border-radius: 50%;
    margin-right: 11px;
}
.documentDetail ul li a {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1890c9;
}

.documentDetail {
    background: #ececec;
    padding: 40px 0px 30px;
}
.documentDetail h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}

.develprDetail h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}
.documentDetail {
    background: #ffffff;
}

.documentDetail ul li {
    background: #1890c9;
    position: relative;
    padding: 16px 20px;
    border-radius: 6px;
    margin-bottom: 11px;
}

.documentDetail ul li::before {
    display: none;
}

.documentDetail ul li span {
    display: block;
    color: rgb(255 255 255 / 80%);
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.documentDetail ul li a.titls {
    color: rgb(255 255 255);
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.documentDetail ul li 
 a.icons {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 22px;
}

.documentDetail h4 span {
    color: #1890c9;
}

.financeDetail {
    padding: 39px;
}

.financeDetail h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 23px;
    text-align: center;
}

.financeDetail ul.Tabaments {
    padding: 0px;
    list-style: none;
    display: flex;
    margin: 0px;
}

.financeDetail ul.Tabaments li {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.financeDetail ul.Tabaments li a {
    padding: 30px;
    font-size: 24px;
    font-weight: 600;
    background-color: #fafafa;
    border: 0;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    color: #777;
    text-decoration: none;
}

.financeDetail .tarnscnTab p span {display: inline-block;text-align: center;width: 100%;}

.financeDetail .tarnscnTab {
    background: #ececec;
}

.financeDetail ul.Tabaments li a.actv {
    background: #ececec;
    color: #1890c9;
}

.financeDetail .tarnscnTab {
    text-align: center;
    padding: 50px 0px;
}

.financeDetail .tarnscnTab p {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #1890c9;
    width: 85%;
    margin:  0 auto;
    margin-bottom: 16px;
    display: flex;
    padding: 0px 16px;
}

.financeDetail .tarnscnTab p cite {
    width: 100%;
    text-align: right;
    color: #000;
    font-style: normal;
}

.financeDetail .tarnscnTab p strong {
    width: 100%;
    text-align: left;
}

.financeDetail .tarnscnTab p.clrd {
    background: #dedede;
    padding: 15px 16px;
}

.financeDetail .tarnscnTab p.totalClrd {
    background: #1890c9;
    color: #fff;
    padding: 15px 16px;
}

.financeDetail .tarnscnTab p.totalClrd cite {
    color: #fff;
}

.financeDetail .tarnscnTab  h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-top: 34px;
}
.financeDetail .scndStep { display:none; }
.financeDetail .tarnscnTab p strong a {color: #fff;font-size: 17px;vertical-align: middle;font-weight: bold;margin-left: 6px;background: #1890c9;width: 20px;height: 20px;display: inline-block;text-align: center;line-height: 22px;border-radius: 6px;}

.financeDetail .tarnscnTab p strong a.ups {
    display: none;
}

.showHidess {
    display: none;
    padding: 10px 0px;
}

.financeDetail .tarnscnTab p strong a {color: #fff;font-size: 17px;vertical-align: middle;font-weight: bold;margin-left: 6px;background: #1890c9;width: 20px;height: 20px;display: inline-block;text-align: center;line-height: 22px;border-radius: 6px;}

.financeDetail .tarnscnTab p strong a.upss {
    display: none;
}
.financeDetail {
    padding: 40px 0px;
    background: #f7f7f7;
}

.financeDetail h4 {
    font-weight: 700;
    margin-bottom: 58px;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
}

.financeDetail .wrpsFin {
    background-color: #fff;
    border: 1px solid #cdd0d8;
    border-radius: 25px;
    padding: 32px 55px;
}

.financeDetail .wrpsFin .topBtn a.frstBtn {
    display: flex;
    width: 100%;
    position: relative;
    text-decoration: unset;
}

.financeDetail .wrpsFin .topBtn a.frstBtn img {
    width: 50px;
    margin-right: 12px;
    height: 50px;
}

.financeDetail .wrpsFin .topBtn a.frstBtn span {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    color: #000;
}

.financeDetail .wrpsFin .topBtn a.frstBtn span cite {
    display: block;
    font-style: normal;
    color: #1890c9;
}

.financeDetail .wrpsFin .topBtn a.frstBtn i {
    position: absolute;
    top: 21px;
    right: 0px;
    color: #000;
    font-size: 16px;
}

.financeDetail .wrpsFin .topBtn a.frstBtn i.fa.fa-minus {
    display: none;
}

.financeDetail .wrpsFin .topBtn a.frstBtn.active i.fa.fa-plus {
    display: none;
}

.financeDetail .wrpsFin .topBtn a.frstBtn.active i.fa.fa-minus {
    display: block;
}

.financeDetail .wrpsFin .tarnscnTab {
    background: none;
    padding: 0px;
    border-top: 1px solid #cdd0d8;
    margin-top: 20px;
    padding-top: 30px;
}

.financeDetail .wrpsFin .tarnscnTab p {
    width: 100%;
    padding: 0px;
}

.financeDetail .wrpsFin .tarnscnTab p strong {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.financeDetail .wrpsFin .tarnscnTab p cite {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.financeDetail .wrpsFin .tarnscnTab p.clrd {
    background: none;
    padding: 0px;
    color: #000;
}

.financeDetail .wrpsFin .tarnscnTab p.clrd strong, .financeDetail .wrpsFin .tarnscnTab p.clrd span, .financeDetail .wrpsFin .tarnscnTab p.clrd cite {
    color: #1890c9;
    font-size: 14px;
}

.financeDetail .wrpsFin .tarnscnTab p.totalClrd strong, .financeDetail .wrpsFin .tarnscnTab p.totalClrd span, .financeDetail .wrpsFin .tarnscnTab p.totalClrd cite {
    color: #1890c9;
    font-size: 14px;
}

.financeDetail .wrpsFin .tarnscnTab p.totalClrd {
    background: none;
}
.googleMaps div#Mps {
    height: 400px;
    border: 10px solid #c1c1c1;
    box-shadow: 0px 0px 3px -1px #000;
    border-radius: 6px;
}

.googleMaps {
    background: #fff;
    padding: 40px;
}

.googleMaps h4 {
    font-weight: 700;
    margin-bottom: 33px;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}

.googleMaps h4 span {
    color: #1890c9;
}
.develprDetail h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 33px;
}

.develprDetail h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
}

.develprDetail p {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 23px;
}

.develprDetail h3 span {
    color: #1f96ce;
    border-bottom: 4px solid #1f96ce;
}
.develprDetail h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}
.develprDetail {
    padding: 40px 0;
}
.develprDetail {
    padding: 0px;
}
.mainTopDetail .slider_imgs .smallImages img.active {
    border-color: #1890c9;
}

.mainTopDetail .slider_imgs .smallImages img {
    cursor: pointer;
}
.mainTopDetail .BottomDetails ul li h3 > strong {
    min-height: 36px;
    display: block;
}
div#formDetails {
    z-index: 999999999999;
    background: rgb(0 0 0 / 62%);
}

input h5.modal-title {
    display: inline-block;
}

div#formDetails h5.modal-title {
    display: inline-block;
    font-family: montserrat,sans-serif;
    font-weight: 600;
}

div#formDetails 
 input.form-control {
    font-family: montserrat,sans-serif;
    font-weight: 500;
    padding: 12px 20px;
    height: auto;
    line-height: normal;
    box-shadow: none;
    border: 1px solid #eaeaea;
}

div#formDetails input[type="submit"] {
    width: 100%;
    border: 0;
    background: #1890c9;
    color: #fff !important;
    padding: 10px 21px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
    
.investmentBox .results .total-info {
    padding-top: 0px;
    min-height: unset;
    margin-bottom: 44px;
}

.investmentBox .results .total-info .value h5 small {
    color: #1890c9;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.KeyInfos .dts .value h6 {
    font-size: 15px;
    line-height: 19px;
    font-family: 'Montserrat', sans-serif !important;
}

.KeyInfo .dts h6 {
    font-family: 'Montserrat', sans-serif !important;
}
.financeDetail h4 {
    display: none;
}

.financeDetail {
    padding-top: 7px;
}
.financeDetail .wrpsFin .tarnscnTab p.mainTitles {}

.financeDetail .wrpsFin .tarnscnTab p.mainTitles cite {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
    color: #000;
}

.financeDetail .wrpsFin .tarnscnTab p cite {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    color: #909090;
}

.financeDetail .wrpsFin .tarnscnTab p strong {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

.financeDetail .wrpsFin .tarnscnTab p.totalClrd {
    border-top: 1px solid #cacaca;
    padding: 10px 0px;
    border-bottom: 2px solid #cacaca;
}

.financeDetail .wrpsFin .tarnscnTab p.clrd {
    border-top: 1px solid #cacaca;
    padding: 10px 0px;
    border-bottom: 2px solid #cacaca;
}

.financeDetail .wrpsFin .tarnscnTab h5 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    margin-bottom: 20px;
}

.financeDetail .wrpsFin .tarnscnTab ul {
    margin: 0px;
    line-height: normal;
    padding: 0px;
    list-style: none;
    text-align: left;
    margin-bottom: 40px;
}

.financeDetail .wrpsFin .tarnscnTab ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #888;
    margin-bottom: 7px;
}

.financeDetail .wrpsFin .tarnscnTab ul li cite {
    color: #6f6f6f;
    text-align: left;
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
}

.financeDetail .wrpsFin .tarnscnTab ul li span {
    float: right;
}

.financeDetail .wrpsFin .tarnscnTab ul li.clrd {
    border-top: 1px solid #cacaca;
    padding: 10px 0px;
    border-bottom: 2px solid #cacaca;
}

.financeDetail .wrpsFin .tarnscnTab ul li.clrd cite {
    color: #1890c9;
}

.financeDetail .wrpsFin .tarnscnTab ul li.clrd span {
    color: #1890c9;
    font-weight: 600;
}

.financeDetail .wrpsFin .tarnscnTab ul li strong {
    display: block;
    text-align: center;
    font-size: 23px;
    color: #1890c9;
}
.financeDetail .wrpsFin {
    margin-bottom: 20px;
}
.googleMaps {
    padding: 40px 0px;
    background: #f7f7f7;
    margin-bottom: 30px;
}

     .roiAmount {
    position: absolute;
    z-index: 999;
    width: 130px;
    height: 110px;
    background-size: cover;
    text-align: center;
    padding-top:40px;
    left: 1px;
    top: 6px;
}
    .roiAmount h3 {
        font-family: 'poppins', sans-serif;
        font-size: 16px;
        opacity: 1;
        position: relative;
        z-index: 9;
        font-weight: 900;
        color: #1890c9;
        line-height: 21px;
        margin: 0px;
        margin-bottom: -2px;
    }
    .roiAmount span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    font-size: 12px;
        position: relative;
        z-index: 9;
        line-height: normal;
    }
    .roiAmount {
    background: rgb(19 150 53 / 83%);
    padding: 6px 23px;
    height: auto;
    width: auto;
    left: 20px;
    top: 20px;
    border-radius: 6px;
}

.roiAmount h3 {
    color: #fff;
    line-height: normal;
}

.roiAmount span {
    color: #fff;
}
    .mainTopDetail .slider_imgs .bigImage span.returenInvestment {
        left: 16px;
        right: unset;
        padding: 4px 37px;
        background: rgb(24 144 201 / 72%);
    }
    .investmentBox .results .total-info .value h5 {
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }
    
    .investmentBox .results .indicate-info .value p  {
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }
    
    .investmentBox .results .total-info .value h4 {
        font-size: 32px;
        color: #1890c9;
        font-family: 'Montserrat', sans-serif;
    }
    
    .investmentBox .results .indicate-info .value h5 {
        font-family: 'Montserrat', sans-serif;}
        .investmentBox .results .total-info {
    margin-bottom: 20px;
}

.investmentBox .results .total-info .value h5 h2.popover__title {
    margin: 0px;
    color: #a7a7a7;
}

.popover__content {
    text-align: left;
    background: #1890c9;
    color: #000;
}

.popover__content p.popover__message {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 11px !important;
    line-height: 17px !important;
}

.popover__content:before {
    border-top: 12px solid #1890c9;
}

.investmentBox .results .total-info .value h4#rpor2 {
    font-size: 28px;
}
.investmentBox .results .total-info .value  p.popover__message {
    font-size: 10px !important;
}
.investmentBox .results .total-info .value .popover__wrapper:hover .popover__content {
    -webkit-transform: translateY(-121px);
    transform: translateY(-121px);
}
.investmentBox .results .total-info .value p.popover__message strong {
    font-size: 12px;
    font-weight: 700 !important;
    font-family: 'nunito', sans-serif;
    margin-right: 5px;
}

.investmentBox .results .total-info .value .popover__content {
    width: 367px;
    left: -298px;
}

.investmentBox .results .total-info .value .popover__wrapper:hover .popover__content {
    -webkit-transform: translateY(-136px);
    transform: translateY(-136px);
}

.investmentBox .results .total-info .value p.popover__message {
    font-size: 11px !important;
    line-height: 20px !important;
}
    h1,h2,h3,h4,h5,h6, label {
    text-transform: unset;
}

.mainTopDetail .investBtn a.invest {
    margin: 0px;
}

    
    .investmentBox .results .total-info.bottomRoi {
    display: flex;
    text-align: right;
}

.investmentBox .results .total-info.bottomRoi .value {
    width: 100%;
    border-right: 1px solid  #e0e0e0;
    padding-right: 23px;
}

.investmentBox .results .total-info.bottomRoi .value h4 {
    font-size: 18px;
}

.investmentBox .results .total-info.bottomRoi .value h5 {
    font-size: 11px;
}

.investmentBox .results .total-info.bottomRoi .value h2.popover__title {
    font-size: 14px;
}

.investmentBox .results .total-info.bottomRoi .value h5 small {
    font-size: 11px;
}

.investmentBox .results .total-info.bottomRoi .value:last-child {
    padding: 0px;
    border: 0px;
}


    header#header1 {
    line-height: 43px;
    padding: 17px 0 11px;
}

header ul li a {
    color: #000 !important;
}

.wellcome_banner.hero-home {
    z-index: 99999;
}


header .lastMenu li.signup a {
    border-color: #000;
}
header nav>ul>li>a:hover {
    color: #1890c9 !important;
    border-color: #1890c9;
}
header .lastMenu li.signup a:hover {
    background: #1890c9;
    border-color: #1890c9;
    color: #fff !important;
}

header .logo img.whites {
    display: none;
}

header .logo img.blcks {
    display: block !important;
}

.wellcome_banner.hero-home {
    background: #fff;
    box-shadow: 0px 0px 14px -4px #000;
}

.topFlip span {background:url(<?php echo ASSETS; ?>mainassets/single_ribbon2.png);}
.topFlip {
    text-align: center;
}

.topFlip span {
    display: inline-block;
    font-size: 27px;
    font-family: 'Bree Serif', serif;
    font-weight: bold;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-width: 245px;
    color: #fff;
    padding-top: 21px;
    padding-bottom: 6px;
    letter-spacing: 2px;
}

.topFlip {top: -19px;position: relative;}

.wellcome_banner.hero-home {
}
.mainTopDetail:before {background:url(<?php echo ASSETS; ?>mainassets/topSectionBanner.jpg);}
.mainTopDetail:before {content: '';width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;background-size: cover;background-position: left bottom;opacity: .2;}

.mainTopDetail {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.topFlip {
    margin-bottom: 20px;
}
.mainTopDetail .slider_imgs .bigImage {
    box-shadow: 0px 0px 10px -3px #000;
    border: 1px solid #b9b9b9;
}
.financeDetail {background:url(<?php echo ASSETS; ?>mainassets/sbg2.png);}
.financeDetail {
    background-color: #f7f7f7;    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mainTopDetail .middleDetail h6 {
    font-family: 'Aladin', cursive;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 6px;
}

.mainTopDetail .middleDetail h1 {
    font-family: 'Do Hyeon', sans-serif;
    font-size: 33px;
    line-height: 40px;
}
.mainTopDetail .BottomDetails ul li h3 span {
    font-family: 'Do Hyeon', sans-serif;
}

.mainTopDetail .BottomDetails ul li h3 > strong {
    font-weight: bold;
}
.keysWarps:before {background:url(<?php echo ASSETS; ?>mainassets/banner.jpg);}
.keysWarps {
    position: relative;
    padding: 30px 0px;
}

.keysWarps:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .5;
}
.KeyInfo {
    margin-bottom: 43px;
}

.keysWarps {
    padding-top: 50px;
}

.KeyInfo .dts strong {
    font-family: 'Bree Serif', serif;
    font-weight: bold;
    font-size: 20px;
    color: #5d5d5d;
}

.KeyInfo .dts span i {
    opacity: 1;
}

.KeyInfo .dts span {
    background: #7ccef5;
}

.keysWarps:before {
    top: 0px;
    left: 0px;
}

.KeyInfo .dts strong small {
    font-size: 12px;
    vertical-align: top;
    margin-left: 3px;
}

.KeyInfos .dts .value strong {
    font-family: 'Bree Serif', serif;
    font-weight: bold;
    font-size: 20px;
    color: #5d5d5d;
}

.KeyInfos .dts span {
    border-radius: 0px;
    margin-bottom: 0px;
    height: 60px;
    line-height: 60px;
}

.KeyInfos .dts {
    background: #f7f7f7;
    padding: 20px 0px;
    min-height: 108px;
    border-radius: 3px;
}
.porsDetail {}


.porsDetail .slider_imgs .bigImage {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.porsDetail .slider_imgs .bigImage img {
    width: 100%;
    height: 100%;
}



.porsDetail .slider_imgs .smallImages img {
    width: 132px;
    height: 85px;
    border: 2px solid #129ac3;
    padding: 2px;
    margin-right: 4px;
}
.porsDetail .slider_imgs .smallImages img {
    height: auto;
}

.porsDetail .slider_imgs .smallImages {
    width: 100%;
    display: flex;
    overflow: hidden;
}

.porsDetail {
    padding: 70px 0px;
}
.porsDetail h3 {
    font-weight: 700;
    margin-bottom: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
}

.porsDetail .openClose a {
    margin-top: 16px;
}


.porsDetail p {
    font-size: 14px;
    font-family: 'Bree Serif', serif;
    color: #929292;
}


.amenDetail {
    padding: 60px 0px;
}

.amenDetail h4 {
    font-weight: 700;
    margin-bottom: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
}

.amenDetail ul.Tabaments {
    display: flex;
    flex-wrap: wrap;
    height: 94px;
    overflow: hidden;
    margin-bottom: 14px;
}

.amenDetail ul.Tabaments li {
    width: 23%;
    background: #7ccef5;
    margin: 0px 10px 10px;
    color: #fff;
    font-size: 14px;
    font-family: 'Bree Serif', serif;
    border-radius: 5px;
    overflow: hidden;
    padding-right: 10px;
}

.amenDetail ul.Tabaments li i {
    background: #000;
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}

.amenDetail a {
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #1890c9;
    display: inline-block;
    float: right;
    margin-top: 8px;
}
.amenDetail ul.Tabaments.opend {
    height: auto;
}

.porsDetail .openClose a {
    margin-top: 14px;
}

.porsDetail .openClose p {
    margin-bottom: 10px;
}

.keysWarps:before {
    opacity: .3;
}



.documentDetail:before {background:url(<?php echo ASSETS; ?>mainassets/banner.jpg);}
.documentDetail {
    position: relative;
    padding: 30px 0px;
}

.documentDetail:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .5;
}
.documentDetail {
    background: #7ccef5;
    padding: 60px 0px;
}

.documentDetail:before {
    top: 0px;
    left: 0px;
}

.documentDetail h4 {
    font-weight: 700;
    margin-bottom: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
}
.documentDetail ul li {
    border-radius: 25px;
}
.documentDetail ul li {
    margin-right: 22px;
    margin-bottom: 21px;
    width: 31%;
    padding: 14px 20px;
}

.documentDetail ul li a.titls {
    font-size: 12px;
    letter-spacing: 1px;
    text-shadow: none;
    font-weight: bold;
}
.develprDetail {
    padding-top: 36px;
    padding-bottom: 5px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 0px;
}

.develprDetail:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.10);
}

.develprDetail:after {
    position: absolute;
    z-index: 700;
    display: block;
    width: 100%;
    content: '';
    border-right: 49vw solid transparent;
    border-left: 49vw solid transparent;
    top: -100px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid #fff;
    border-bottom-color: #ffffff;
}

.googleMaps {
    margin-bottom: 0px;
}

.googleMaps {padding-bottom: 91px;padding-top: 60px;}

.googleMaps h4 {
    font-weight: 700;
    margin-bottom: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
}

.develprDetail h3 {
    font-weight: 700;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
}
.investmentBox .results .indicate-info .value h5 {
    font-family: 'Do Hyeon', sans-serif;
    letter-spacing: 1px;
}

.investmentBox .results .total-info .value h4 {
    font-family: 'Do Hyeon', sans-serif;
    letter-spacing: 1px;
}
.porsDetail .slider_imgs .smallImages img {max-height: 120px;}

.porsDetail .slider_imgs .smallImages {
    overflow: auto;
}

.mainTopDetail .slider_imgs .smallImages img {
    max-height: 88px;
}

.smallImages::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.smallImages::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.smallImages::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #1890c9;
}

.slider_imgs .smallImages {
    padding-bottom: 10px;
}
@media only screen and (max-width: 670px)
{
    .mainTopDetail .BottomDetails ul li {
    width: 46%;
    margin-bottom: 13px;
}

.mainTopDetail .BottomDetails ul {
    flex-wrap: wrap;
}

.mainTopDetail .BottomDetails ul li h3 span {
    margin-top: 7px;
}

.mainTopDetail .BottomDetails ul li h3 > strong {
    min-height: auto;
}

.mainTopDetail .BottomDetails ul li:last-child {
    margin-bottom: 10px;
}

.mainTopDetail .middleDetail h1 {
    font-size: 23px;
    line-height: 20px;
}

.investmentBox h3 {
    font-size: 15px;
    margin-bottom: 20px;
}

.investmentBox h3 span {}

.investmentBox .inputs .col-sm-3.col-md-3 {
    margin-bottom: 13px;
}

.investmentBox .inputs label {
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.investmentBox .inputs {
    margin-bottom: 20px;
}

.investmentBox .results .boxInner {
    border: 0px;
    padding: 0px;
}

.investmentBox .results .total-info {
    text-align: left;
    margin-bottom: 10px;
    padding: 0px 37px;
}

.investmentBox .results .indicate-info {
    margin-bottom: 18px;
}

.investmentBox .results .indicate-info .dot-lg {
    display: none;
}

.investmentBox .results .indicate-info {
    padding: 0px 35px;
}

.financeDetail .wrpsFin .tarnscnTab p strong {
    font-size: 11px;
}

.financeDetail .wrpsFin .tarnscnTab p.mainTitles cite {
    font-size: 11px;
}

.financeDetail .wrpsFin .tarnscnTab p cite {
    font-size: 10px;
}

.financeDetail .wrpsFin .tarnscnTab p.totalClrd strong, .financeDetail .wrpsFin .tarnscnTab p.totalClrd span, .financeDetail .wrpsFin .tarnscnTab p.totalClrd cite {
    font-size: 11px;
}

.financeDetail .wrpsFin .tarnscnTab p.clrd strong, .financeDetail .wrpsFin .tarnscnTab p.clrd span, .financeDetail .wrpsFin .tarnscnTab p.clrd cite {
    font-size: 10px;
}

.financeDetail .tarnscnTab h6 {
    font-size: 12px;
}

.KeyInfo h4 {
    font-size: 20px;
    margin-bottom: 18px;
}

.KeyInfo .dts {
    text-align: center;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    padding: 14px 0px;
    border-radius: 7px;
}

.KeyInfos .dts {
    text-align: center;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    padding: 14px 0px;
    border-radius: 7px;
    display: block;
}

.KeyInfos .dts span {
    float: none;
    display: inline-block;
    margin: 0px 0px 10px;
}

.KeyInfos .dts .value {
    width: 100%;
}

.develprDetail li img {
    width: 77px;
}

.develprDetail li {
    font-size: 14px;
}
.wellcome_banner.hero-home {
    z-index: 99999;
}

.investmentBox .results .total-info.bottomRoi .value h4 {
    font-size: 13px;
}

.investmentBox .results .total-info.bottomRoi .value h5 small {
    display: none;
}

.investmentBox .results .total-info.bottomRoi .value {
    padding-right: 17px;
    margin-right: 10px;
}

.investmentBox .results .total-info.bottomRoi .value:last-child {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.investmentBox .results .total-info.bottomRoi .value h2.popover__title {float: right;margin-top: -37px;}
.investmentBox .results .total-info.bottomRoi .value:last-child h4 {
    margin-top: -8px;
}
.porsDetail .slider_imgs {
    margin-top: 30px; 
}

.porsDetail .slider_imgs .bigImage img {
    width: 100p;
}

.porsDetail .slider_imgs .smallImages img {
    width: 79px;
}

.amenDetail ul.Tabaments li {
    width: 100%;
}

.documentDetail ul li {
    width: 100%;
}

.develprDetail h3 {
    font-size: 18px;
}

.googleMaps h4 {font-size: 18px;}

.documentDetail h4  {font-size: 18px;}

.amenDetail h4 {font-size: 18px;}

.porsDetail h3 {font-size: 18px;}

.KeyInfos h4  {font-size: 18px;}

.KeyInfo h4  {font-size: 18px;}

.mainTopDetail .middleDetail h1 {
    line-height: 31px;
}
.porsDetail .slider_imgs .bigImage {
    height: auto;
}

.mainTopDetail .slider_imgs .bigImage {
    height: auto;
}
.smallImages img {
    cursor: pointer;
}
}

    .property-detail-feature-list ul li {
    display: inline-block;
    min-width: 23%;
    margin-right: 19px;
    margin-bottom: 15px;
    vertical-align: text-bottom;
}
.property-detail-feature-list .property-detail-feature-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}
.property-detail-feature-list .property-detail-feature-list-item i {
    margin-right: 12px;
    width: 60px;
    min-width: auto;
    height: 60px;
    line-height: 60px;
    background-color: #1890c9;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
}
.property-detail-feature-list .property-detail-feature-list-item h6 {
    margin-top: 0;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Bree Serif', serif;
}

.property-detail-feature-list .property-detail-feature-list-item small {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.property-detail-feature-list .property-detail-feature-list-item small {
    color: #1890c9;
    font-weight: bold;
}
.property-detail-feature-list ul li {
    margin-bottom: 28px;
    background: #fbfbfb;
    border-radius: 5px;
    overflow: hidden;
    border-bottom: 1px solid #1890c9;
    box-shadow: 0px 5px 5px -3px #cecece;
}

.amenDetail h4 span {
    color: #1890c9;
}
.highlights-wrap ul.bulleted-list li {
    float: none;
    line-height: 25px;
    padding: 0 0 0px 4px;
    position: relative;
    font-size: 20px;
    margin-bottom: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    font-size: 16px;
    font-family: 'Bree Serif', serif;
    color: #636363;
    margin-bottom: 5px !important;
}

.highlights-wrap ul.bulleted-list {
    list-style: disc;
    padding-left: 26px;
    margin-bottom: 0;
    overflow: hidden;
}

.highlights-wrap {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 51px;
    box-shadow: 0px 0px 4px -3px #000;
}

.taxesDetail h3 {
    /* font-size: 18px; */
    /* margin-bottom: 42px; */
}

.taxesDetail h3 span {
    border: 0px;
}

.highlights-wrap ul.bulleted-list1 li {
    float: none;
    line-height: 25px;
    padding: 0 0 0px 4px;
    position: relative;
    font-size: 20px;
    margin-bottom: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    font-size: 13px;
    font-family: 'Bree Serif', serif;
    color: #636363;
    margin-bottom: 5px !important;
}

.highlights-wrap ul.bulleted-list1 li span {
    float: right;
    color: #1f96ce;
}

.taxesDetail {
    border-left: 1px solid #e8e8e8;
    padding-left: 47px;
}

.taxesDetail .highlights-wrap:last-child {
    background: none;
    border: 0px;
    margin: 0px;
    box-shadow: none;
    padding: 0px;
}
.googleMaps h4 a {
    margin-top: 13px;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Bree Serif', serif;
    color: #1890c9;
    float: right;
    text-decoration: underline;
}

    .porsDetailTabs ul.tabsMenu {
    width: 100%;
    display: flex;
}

.porsDetailTabs ul.tabsMenu li {
    display: inline-block;
    width: 100%;
    margin-right: 3px;
}

.porsDetailTabs ul.tabsMenu li a {
    padding: 18px 20px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Bree Serif', serif;
    background: #dadada;
    color: #000;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #c7c7c7;
    border-bottom: 0px;
}

.porsDetailTabs ul.tabsMenu li:last-child {
    margin: 0px;
}

.porsDetailTabs .prodDeflt {
    background: #e2e2e2;
    padding: 30px;
}

.porsDetailTabs {
    padding: 50px 0px;
    background: #000 url(https://vairt.com/application/views/assets/mainassets/sbg2.png);
    background-color: #f7f7f7;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.porsDetailTabs .porsDetailInfo h3 {
    color: #908f8f;
    font-weight: 700;
    margin-bottom: 11px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}

.porsDetailTabs .porsDetailInfo p {
    margin-bottom: 31px;
    font-size: 13px;
    font-family: 'Bree Serif', serif;
    color: #616161;
}

.porsDetailTabs .porsDetailInfo .taxesDetail {
    padding: 0px;
    border: 0px;
}

.porsDetailTabs .porsDetailInfo .taxesDetail .highlights-wrap {
    margin-bottom: 16px;
    background: none;
    padding: 0px;
    box-shadow: none;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0px;
    padding-bottom: 12px;
}

.porsDetailTabs .porsDetailInfo .taxesDetail .highlights-wrap ul.bulleted-list li {
    width: 48%;
    display: inline-block;
    font-size: 11px;
    padding: 0px;
    color: #616161;
    padding-right: 15px;
}

.porsDetailTabs .porsDetailInfo .taxesDetail .highlights-wrap ul.bulleted-list {
    padding: 0px;
}

.porsDetailTabs ul.tabsMenu li.ui-state-active a {
    background: #1890c9;
    color: #fff;
    border-color: #1890c9;
}

.porsDetailTabs .porsDetailInfo .taxesDetail .highlights-wrap:last-child {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.porsDetailTabs .prodDeflt .googleMaps {
    padding: 0px;
    background: none;
    margin: 0px;
}

.porsDetailTabs .prodDeflt .googleMaps h4 {
    color: #908f8f;
    font-weight: 700;
    margin-bottom: 21px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
}

.porsDetailTabs .prodDeflt .googleMaps h4 a {
    font-size: 12px;
    margin-top: 1px;
}

.porsDetailTabs .prodDeflt .googleMaps p {
    margin-bottom: 31px;
    font-size: 13px;
    font-family: 'Bree Serif', serif;
    color: #616161;
}

.porsDetailTabs .prodDeflt .marketValue p {
    font-size: 11px;
    font-family: 'Bree Serif', serif;
    color: #3c3b3b;
    position: relative;
}

.porsDetailTabs .prodDeflt .marketValue p:after {content: '';background: rgb(226 226 226 / 18%);width: 100%;position: absolute;height: 100%;left: 0px;top: 0px;}

.porsDetailTabs .prodDeflt .documentVault h3 {
    color: #908f8f;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 21px;
    font-family: 'Nunito', sans-serif;
}

.porsDetailTabs .prodDeflt .documentVault ul li a {
    font-size: 14px;
    font-family: 'Bree Serif', serif;
    color: #616161;
    display: block;
}

.porsDetailTabs .prodDeflt .documentVault ul li a i {
    font-size: 22px;
    margin-right: 6px;
    vertical-align: middle;
}

.porsDetailTabs .prodDeflt .documentVault ul li {
    margin-bottom: 19px;
}

.porsDetailTabs .prodDeflt .documentVault {
    min-width: 400px;
    margin: 0 auto;
    float: none;
}
.amenDetail.topAmenDetail {
    background: rgb(124 206 245 / 39%);
    padding: 60px 0px;
    position: relative;
}

.amenDetail.topAmenDetail:before {
    background: url(https://vairt.com/application/views/assets/mainassets/banner.jpg);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .3;
    top: 0px;
    left: 0px;
}

.porsDetailTabs {
    padding-bottom: 95px;
}
div#signupModals .modal-header {
    border: 0px;
    padding: 15px 30px 0px;
}

div#signupModals .modal-header h5.modal-title {
    display: inline-block;
    font-size: 16px;
}

div#signupModals .modal-header button.close {
    color: #000;
    opacity: 1;
}

div#signupModals 
 input.form-control {
    margin-bottom: 12px;
    box-shadow: none;
    padding: 10px 20px;
    height: auto;
    font-family: 'Nunito', sans-serif;
}

div#signupModals button.submitBtns {
    background: #1890c9;
    color: #fff;
    display: block;
    padding: 11px 20px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700;
    border-radius: 0;
    border: 0px;
    width: 100%;
    border-radius: 5px;
}

div#signupModals 
 .modal-body {
    padding: 21px 30px 30px;
}

div#signupModals 
 .modal-dialog {
    max-width: 400px;
}
.porsDetailTabs .porsDetailInfo p {
    line-height: 24px;
}

    
@media only screen and (max-width: 650px)
{
    .financeDetail .wrpsFin .tarnscnTab p {
    width: 500px;
}

.financeDetail .wrpsFin .tarnscnTab {
    overflow: auto;
}
}

@media only screen and (min-width: 769px) and (max-width: 900px)
{
  .mainTopDetail .BottomDetails ul li {
    width: 47%;
    margin-bottom: 10px;
}

.mainTopDetail .BottomDetails ul {flex-wrap: wrap;}

.mainTopDetail .topDetail h3 span cite {
    font-size: 11px;
    margin-right: 6px;
    padding-right: 5px;
}

.mainTopDetail .topDetail {
    margin-top: 14px;
}

.mainTopDetail .slider_imgs .bigImage {
    height: 250px;
}

.mainTopDetail .BottomDetails ul li:last-child i {
}

.mainTopDetail .BottomDetails ul li:last-child {
    height: 114px;
}

.investmentBox .inputs label {
    min-height: 36px;
    font-size: 14px;
}

.KeyInfos .dts span {
    display: inline-block;
    width: 100%;
    margin-bottom: 11px;
}

.KeyInfos .dts {
    display: block;
    text-align: center;
    min-height: 190px;
}

.KeyInfos .dts .value {
    width: 100%;
}

.amenDetail ul.Tabaments li {
    width: 30%;
}

.documentDetail ul li {
    width: 46%;
}
  .KeyInfos .dts {
    padding-top: 0px;
}
}
    .detailMainBanner {
    position: relative;
    overflow: hidden;
}

.detailMainBanner .dtInner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    filter: blur(10px
) brightness(60%);
    transform: scale(1.1);
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.detailMainBanner .dtlswrpas {
    position: relative;
    padding: 85px 0px;
}

.detailMainBanner .dtlswrpas .roiAmount {
    position: static;
    background: none;
    color: #fff;
    text-align: left;
    padding: 0px;
    margin-bottom: 16px;
    margin-bottom: 32px;
}

.roiAmount {
    font-family: 'Montserrat', sans-serif;
}

.detailMainBanner .dtlswrpas .roiAmount p {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: rgb(32 201 24);
}

.detailMainBanner .dtlswrpas .roiAmount span {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: rgb(255 255 255);
    margin-left: 8px;
}

.detailMainBanner .dtlswrpas h6 {
    background: #000;
    display: inline-block;
    color: #fff;
    padding: 5px 50px 5px 0px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin-bottom: 15px;
}

.detailMainBanner .dtlswrpas h6:before {
    /* width: 100%; */
    /* height: 100%; */
    display: inline-block;
    content: '';
    position: absolute;
    left: -100%;
    top: 0px;
    background: #000;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 100%;
}

.detailMainBanner .dtlswrpas h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.detailMainBanner .dtlswrpas h5 {
    font-family: 'Aladin', cursive;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #fff;
    margin-bottom: 43px;
}

.detailMainBanner .dtlswrpas h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.detailMainBanner .dtlswrpas h3 span.bedsDts cite {
    margin-right: 2px;
}

.detailMainBanner .dtlswrpas h3 span.bedsDts cite {
    display: inline-block;
    background: #1890c9;
    color: #fff;
    padding: 5px 28px;
    border-radius: 21px;
}

.detailMainBanner .dtlswrpas h3 span.bedsDts cite i {
    margin-right: 6px;
}

.projctDtlss {
    background: #fff;
    border-radius: 6px;
}

.projctDtlss h4 {
    background: #d7d7d7;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.projctDtlss  ul {
    padding: 0;
}

.projctDtlss ul li {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding: 14px 20px;
}

.projctDtlss ul li span {
    float: right;
    font-weight: bold;
    color: #1890c9;
}

.projctDtlss ul li span.info {position: absolute;left: -25px;top: 4px;display: none;}

.projctDtlss ul li span.info i {
}

.projctDtlss ul li span.info h2.popover__title {
    font-size: 12px;
    color: #949494;
}

.projctDtlss .topInvst {
    padding: 0px 0px;
    border-bottom: 1px solid #e0e0e0;
    padding: 18px 0px;
}

.projctDtlss .topInvst p {
    display: flex;
    font-family: 'Montserrat', sans-serif;
}

.projctDtlss .topInvst p strong span {
    font-size: 15px;
    display: block;
    color: #1890c9;
    font-weight: 700;
}

.projctDtlss .topInvst p strong {
    padding: 0px 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
}

.projctDtlss .investBtn {
    padding: 20px 20px 0px;
}

.projctDtlss .investBtn p {
    display: flex;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    border-radius: 6px;
    margin-bottom: 0px;
}

.projctDtlss .investBtn p span {
    background: #dcdcdc;
    color: #353535;
    padding: 10px
 21px 4px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 19px;
}

.projctDtlss .investBtn p input {
    width: 100%;
    border: 0px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 12px 10px;
    box-shadow: none;
    outline: none;
}

.projctDtlss .investBtn a {
    background: #1890c9;
    color: #fff;
    display: block;
    padding: 11px 20px;
    text-align: center;
    font-family: 'Nunito', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700;
    border-radius: 6px;
    bottom: -20px;
    position: relative;
}

.imgGallerys {
    background: #f6f6f6;
    padding: 32px 0px;
    position: relative;
}

.imgGallerys a.GlryImg {
    width: 100%;
    height: 127px;
    padding: 2px;
    margin-right: 17px;
    border-radius: 8px;
    float: left;
}

.imgGallerys a.GlryImg img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.imgGallerysInner {
}

.imgGallerysInner .owl-prev, .imgGallerysInner .owl-next {
    font-family: "Font Awesome 5 Free";
}


.imgGallerysInner .owl-prev:before {
    content: "\f105";
    font-weight: 700;
    font-size: 20px;
}

.imgGallerysInner .owl-next:before {
    content: "\f104";
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}

.imgGallerys .container {
    position: relative;
}

.imgGallerys .owl-prev {
    position: absolute;
    top: 50%;
    right: -59px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 0px;
    margin-top: -26px;
}

.imgGallerys .owl-next {
    position: absolute;
    top: 50%;
    left: -59px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 0px;
    margin-top: -26px;
}
.porsDetail.OverView {
    background: #fff;
}

.porsDetail.OverView h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    margin-bottom: 24px;
    line-height: 21px;
}

.porsDetail.OverView p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #707070;
    font-size: 13px;
}

.porsDetail.OverView h3 span {
    color: #333;
}

.porsDetail .openClose a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.investmentBox h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 21px;
}

.investmentBox h3 span {
    color: #333;
    border-bottom: 4px solid #1f96ce;
}

.financeDetail {
    background: #fff;
}

.investmentBox .results {
}
.investmentBox {
    padding: 60px 0px;
}

.investmentBox .results {
    margin-bottom: 0px;
}

.investmentBox .results .indicate-info {
    margin-bottom: 0px;
}

.investmentBox .results .indicate-info.mb-4 {
    margin-bottom: 24px;
}

.investmentBox .inputs label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.investmentBox .inputs .form-control {
    border-radius: 5px;
}

.investmentBox .inputs .inner-addon i {
    padding: 11px 18px 10px 10px;
}

.myGraph {
    padding: 60px 0px;
}

.myGraph h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 21px;
    margin-bottom: 41px;
}

.myGraph h3 span {
    color: #333;
    border-bottom: 4px solid #1f96ce;
}

.financeDetail h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 21px;
    margin-bottom: 50px;
    text-align: center;
}

.financeDetail {
    padding: 60px;
}

.financeDetail .wrpsFin h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.financeDetail .wrpsFin {
    border: 0px;
    padding: 0px;
}

.financeDetail .wrpsFin .tarnscnTab {
    margin-top: 5px;
}

.financeDetail .wrpsFin .tarnscnTab table {
    width: 100%;
    text-align: left;
    margin-bottom: 53px;
}

.financeDetail .wrpsFin .tarnscnTab table thead tr th {
    background: #e4e4e4;
    padding: 10px 13px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.financeDetail .wrpsFin .tarnscnTab table tbody tr td {
    padding: 10px 13px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dashed #bababa;
}

.financeDetail .wrpsFin .tarnscnTab table tbody tr:nth-child(even) td {
    background: #e6f9ff;
}

.financeDetail .wrpsFin .tarnscnTab table tbody tr.totalClrd td {
    background: #8d8d8d;
    color: #fff;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.financeDetail .wrpsFin .tarnscnTab table tbody tr td a.upss {
    display: none;
}

.financeDetail .wrpsFin .tarnscnTab table tbody tr td a {background: #000;color: #fff;width: 18px;height: 18px;display: inline-block;text-align: center;border-radius: 6px;}
.keysWarps {
    background: #f4f4f4;
    padding: 60px 0px;
}

.KeyInfo {
    background: none;
    padding: 0px;
    margin-bottom: 60px;
}

.KeyInfos {
    background: none;
    padding: 0px;
    margin: 0px;
}

.KeyInfo h4, .KeyInfos h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 21px;
    margin-bottom: 50px;
}

.KeyInfo h4 span, .KeyInfos h4 span {
    color: #333;
    border-bottom: 4px solid #1890c9;
    padding-bottom: 4px;
}

.KeyInfo .dts h6 {
    color: #000;
    font-weight: 600;
}

.KeyInfos .dts {
    background: #fff;
}
.documentDetail {
    background: none;
}

.documentDetail h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 21px;
    margin-bottom: 50px;
}

.documentDetail h4 span {
    color: #333;
    border-bottom: 4px solid #1890c9;
}

.documentDetail ul.Tabamentss li {
    width: 100%;
    padding: 0px;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
}

.documentDetail ul.Tabamentss li cite {
    border-bottom: 1px dashed #000;
    height: 1px;
    width: 61%;
}

.documentDetail ul li span {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    display: table-cell;
}

.documentDetail ul li a.icons {
    position: static;
    font-size: 12px;
    color: #000;
    min-width: 130px;
    vertical-align: bottom;
}

.documentDetail ul {
    width: 100%;
    display: table;
}
.amenDetail {background: #f4f4f4;}

.amenDetail h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 21px;
    margin-bottom: 50px;
}

.amenDetail a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-decoration: underline;
}

.amenDetail ul.Tabaments li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.googleMaps {
    background: #fff;
}

.googleMaps h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 21px;
    margin-bottom: 50px;
}

.googleMaps h4 span {
    color: #334;
    border-bottom: 4px solid #1890c9;
}
.develprDetail:after {
    border-bottom: 50px solid #ebebeb;
    border-bottom-color: #ebebeb;
}

.develprDetail {
    background: #ebebeb;
}

.develprDetail h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 21px;
    margin-bottom: 50px;
}

.develprDetail h3 span {
    color: #333;
}

.develprDetail h4 {font-family: 'Montserrat', sans-serif;font-weight: 600;font-size: 13px;}

.develprDetail li a {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 4px;
}

.develprDetail li a img {
}

.develprDetail li {
    background: #fff;
    border: 1px solid #c7c7c7;
}
.explorprojhds {
    padding: 50px 0px;
}

.explorprojhds h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 21px;
    margin: 0px;
}

.explorproj {
    background: #ebebeb;
}

.explorproj ul li {
    display: inline-block;
}

.explorproj ul li a {
    font-family: 'Montserrat', sans-serif;
    padding: 13px 26px;
    display: block;
    font-weight: 600;
    font-size: 13px;
}

.explorproj ul li a:hover {
    background: #1f96ce;
    color: #fff;
}
.detailMainBanner .dtInner {
    background-position: center center !important;
}
