:focus {
    outline: 0;
}
a {
    outline: 0;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.clearfix {
    clear: both;
}

* {
    margin: 0;
    padding: 0;
}
body {
    padding: 0;
    margin: 0;
    font-family: montserratregular, sans-serif;
}
.pass-btn
{
    border: none;
    background-color: transparent;
    position: absolute;
    bottom: 13%;
    right: 9px;
}
.pas-div
{
    position:relative;
}
.pass-btn2
{
    border: none;
    background-color: transparent;
    position: absolute;
    bottom: 13%;
    right: 9px;
}
.pas-div2
{
    position:relative;
}
.ui-datepicker-header
{
    background: lightgrey !important;
    padding-left: 17px;
    
}
.ui-datepicker-calendar
{
   background: lightgrey !important;
   border: 17px solid transparent;
    
}
.ui-datepicker-calendar thead
{
    background: #efefef !important;
}
.ui-datepicker-prev
{
    margin-right: 25px;
}
.intro{
   font-size: 35px;
    position: relative;
    left: 45px;
    top: 119px;
}

.subheading{
  font-size: 23px;
    position: relative;
    left: 154px;
    top: -25px;
}
.subheading1{
    font-size: 23px;
    position: relative;
    left: -6px;
    top: -60px;
}

.realEstate{
    position:absolute;
    color:white;
    text-align:center;
    font-size:50px;
    top:100px;
    left:297px;
    font-weight:bolder;
    
}
.bluebg-area ul.list1 {
     list-style: none;
    padding: 0;
    margin: 0px -65px 0%;
    float: left;
}
@font-face {
    font-family: montserratregular;
    src: url(../fonts/montserrat-regular-webfont.woff2) format("woff2"), url(../fonts/montserrat-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: montserratbold;
    src: url(../fonts/montserrat-bold-webfont.woff2) format("woff2"), url(../fonts/montserrat-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
h2 {
    font: bold 18px/46px montserratbold, sans-serif;
    color: #002e5b;
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 0;
}
.contact_cont
{
    margin-top: 70px !important;
    margin-bottom: 50px !important;
}
.contact_cont h2
{
    text-align: center !important;
    font-family: montserratbold, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
}
.contact_row
{
    margin-bottom: 30px !important;
}
.form-control 
{
    height: 50px !important;
    border-radius: 4px !important;
}
@media (max-width: 767px) and (min-width:320px)
{
  #tidio-chat-iframe
{
    display: none;
    inset: auto 9px 35px auto !important;
} 
.float{
 display: none;   
}
#button
{
 display: none;   
}


}
#tidio-chat-iframe
{
    inset: auto 9px 90px auto !important;
}
.float{
	position:fixed !important;
	width:60px !important;
	height:60px !important;
	bottom: 182px !important;
    right: 27px !important;
	background-color:#0C9 !important;
	color:#FFF !important;
	border-radius:50px !important;
	text-align:center !important;
	box-shadow: 2px 2px 3px #999 !important;
	z-index: 9999 !important;
}
.float:hover
{
 	color:#eaeaea !important;   
}
.my-float{
	margin-top:15px !important;
	font-size: 30px !important; 
}
.btn-large
{
    border: none !important;
    color: #fff !important;
    cursor: pointer !important;
    padding: 15px 35px !important;
    display: inline-block !important;
    font-size: 18px !important;
    outline: 0 !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    transition: all .3s !important;
    background: #fb5078 !important;
    margin-top: 10px !important;
    border-radius: 4px !important;
}
#buttonpay{
    border: none !important;
    color: rgb(255, 255, 255) !important;
    cursor: pointer !important;
    padding: 6px 26px !important;
    display: inline-block !important;
    font-size: 18px !important;
    outline: 0px !important;
    transition: all 0.3s ease 0s !important;
    background: rgb(251, 80, 120) !important;
    margin-top: 10px !important;
    border-radius:10px !important;
}
.layout {
    margin: 0 auto;
    width: 94%;
    padding-right: 15px;
    padding-left: 15px;
}
.layout:before {
    display: table;
    content: " ";
}
.layout:after {
    display: table;
    content: " ";
    clear: both;
}
.outer-header {
    float: left;
    width: 100%;
    background: #001c37 url(../images/header-bg.jpg) no-repeat center top;
    min-height: 600px;
}
.outer-header .main {
    position: relative;
    display: inline-block;
    width: 100%;
}
.outer-header .logo {
    margin-top: 42px;
    display: inline-block;
    width: auto;
}
.outer-header ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    display: block;
}
.outer-header ul.menu li {
    width: auto;
    float: left;
    position: relative;
}
.outer-header ul.menu li:not(:last-child) {
    margin-right: 60px;
}
.outer-header ul.menu li a {
    font: bold 12px/20px montserratbold, sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.outer-header ul.menu li a:hover {
    color: #fb5078;
}
.outer-header ul.menu li ul.submenu {
    position: absolute;
    top: 19px;
    left: -70%;
    z-index: 9999;
    text-align: center;
    display: none;
}
.outer-header ul.menu li ul.submenu li {
    float: left;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    background-color: #143950;
    margin: 0;
}
.outer-header ul.menu li ul.submenu li a {
    padding: 10px 5px;
    font: 11px/14px montserratregular, sans-serif;
    border-bottom: 1px solid #b9c4cb;
    display: inline-block;
    text-align: center;
}
.outer-header ul.menu li ul.submenu li:last-child a {
    border-bottom: 0;
}
.outer-header .login {
    float: right;
    width: 100%;
    margin: 20px 0 0;
}
.outer-header .login img {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
}
.outer-header .login ul {
    text-align: right;
    padding: 0;
    margin: 0;
    float: right;
    position: relative;
    top: -18px;
}
.outer-header .login ul li {
    font: bold 12px/17px montserratbold, sans-serif;
    display: block;
    text-align: right;
}
.outer-header .login ul li a.partner {
    color: #00d6c4;
}
.outer-header .login ul li.clientli {
    margin-top: 20px;
}
.outer-header .login ul li a.client {
    color: #f04d74;
}
.outer-header .login ul {
    display: flex;
}
.outer-header .manage-port {
    position: absolute;
    top: 229px;
    right: 20px;
    /*background: url(../images/banner-img.png) no-repeat 0 0;*/
    width: auto;
    height: 186px;
}
.outer-header .manage-port .manage-text {
    font: bold 28px/34px montserratbold, sans-serif;
    display: inline-block;
    width: auto;
    color: #fff;
    text-align: center;
    position: relative;
    left: -22px;
    margin-top: -30px;
}
.outer-header .manage-port .learn {
    border-bottom: none;
    display: inline-block;
    width: auto;
    margin-top: 30px;
    position: relative;
    left: -80px;
    height: 19px;
}
.outer-header .manage-port .learn a {
    font: bold 10px/11px montserratbold, sans-serif;
    color: #00d6c4;
}
.outer-header .manage-port .learn .abtn
{
 color: #fff;
    background: #ef597e;
    border: none;
    padding: 4px 0;
    outline: 0;
    position: relative;
    left: 104px;
    top: 19px;
    border-radius: 0;
    padding: 12px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    font-weight: 900;
   
}
.outer-header .banner-img01 {
    position: absolute;
    left: 77px;
    top: 275px;
    z-index: 9;
}
@media (max-width: 1000px) and (min-width: 768px)
{
    .intro{
    font-size: 21px;
}

.subheading{
    font-size: 15px;
    position: relative;
    left: 139px;
    top: -40px;
}
.subheading1{
    font-size: 15px;
    position: relative;
    left: 96px;
    top: -82px;
}

    .outer-header .manage-port .manage-text
    {
             left: -143px;
    top: 27px;
    font: bold 18px/32px montserratbold, sans-serif;
    }
    .outer-header .manage-port .learn
    {
        left: 0px;
    }
    .outer-header .manage-port .learn .abtn
    {
            font-size: 14px;
    left: 132px;
    }
    .techlead img
    {
        width: 50% !important;
    }
    .advisory ul li, .outeradvisory {
    width: auto !important;
}
.bluebg-area ul li:nth-child(1) {
   position: absolute !important;
    left: 18px !important;
}
.bluebg-area ul li:nth-child(2) {
   position: absolute !important;
    left: 573px !important;
    top: 1904px !important;
}

.bluebg-area ul li:nth-child(3) {
    position: absolute !important;
    left: 332px !important;
}

.bluebg-area ul li:nth-child(4) {
    position: absolute !important;
    left: 53px !important;
    top: 1989px !important;
}
.bluebg-area ul li h3 {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
    font-family: montserratbold, sans-serif;
}
.bluebg-area ul li p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
}
.bluebg-area ul.sec {
       list-style: none;
    padding: 0;
    margin: 0 142px 0%;
    float: left;
}
.bluebg-area ul.sec li:nth-child(1) {
    position: absolute !important;
    left: 285px !important;
    top: 1984px !important;
}
.bluebg-area ul.sec li:nth-child(2) {
    position: absolute !important;
    left: 172px !important;
    top: 1905px !important;
}
.bluebg-area ul.sec li:nth-child(3) {
 position: absolute !important;
    left: 502px !important;
    top: 1984px !important;
}

}

@media (max-width: 767px) and (min-width: 400px)
{
    .intro{
    font-size: 22px !important;
    position: relative !important;
    top: 12px !important;
    left: -9px !important;
}

.subheading{
    font-size: 12px !important;
    position: relative !important;
    top: -23px !important;
    left: -8px !important;
}
.subheading1{
    font-size: 15px;
    position: relative;
    top: -101px;
    left: 16px;
}

    .outer-header .manage-port .manage-text
    {
       font: bold 18px/27px montserratbold, sans-serif;
    text-align: left;
    left: 41px;
    margin-top: 50px;
    }
    .outer-header .manage-port .learn
    {
        left: 17%;
    }
      .outer-header .manage-port .learn .abtn
    {
    top: -219px !important;
    left: -78px !important;
    }
    .bluebg-area ul li:nth-child(1) {
    position: absolute !important;
    left: 1px !important;
    top: 2204px !important;
}
.bluebg-area ul li:nth-child(2) {
   position: absolute !important;
    left: 242px !important;
    top: 2201px !important;
}

.bluebg-area ul li:nth-child(3) {
    position: absolute !important;
    left: 244px !important;
    top: 2269px !important;
}

.bluebg-area ul li:nth-child(4) {
    position: absolute !important;
    left: 104px !important;
    top: 2202px !important;
}
.bluebg-area ul li h3 {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
    font-family: montserratbold, sans-serif;
}
.bluebg-area ul li p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
}
.bluebg-area ul.sec {
       list-style: none;
    padding: 0;
    margin: 0 142px 0%;
    float: left;
}
.bluebg-area ul.sec li:nth-child(1) {
    position: absolute !important;
    left: 123px !important;
    top: 2268px !important;
}
.bluebg-area ul.sec li:nth-child(2) {
    position: absolute !important;
    left: 2px !important;
    top: 2273px !important;
}
.bluebg-area ul.sec li:nth-child(3) {
    position: absolute !important;
    left: 139px !important;
    top: 2329px !important;
}
}

@media (max-width: 400px) and (min-width: 370px)
{
    .intro{
    font-size: 16px;
    position: absolute;
    top: -4px;
    left: -13px;
}

.subheading{
    font-size:15px;
}
.subheading1{
    font-size:15px;
}

     .outer-header .manage-port .manage-text
    {
            font: bold 17px/27px montserratbold, sans-serif;
    left: 28px;
    margin-top: 52px;
    } 
       .outer-header .manage-port .learn .abtn
    {
        font-size: 10px;
    top: -230px;
    left: -30px !important; 
    }
    .outer-header .manage-port .learn
    {
            right: -64px;
            left: unset;
    }
    .bluebg-area ul li:nth-child(1) {
    position: absolute !important;
    left: -49px !important
}
.bluebg-area ul li:nth-child(2) {
        position: absolute !important;
    left: 198px !important;
    top: 2283px !important;
}

.bluebg-area ul li:nth-child(3) {
         position: absolute !important;
    left: 199px !important;
}

.bluebg-area ul li:nth-child(4) {
        position: absolute !important;
    left: 53px !important;
    top: 2220px !important;
}
.bluebg-area ul li h3 {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
    font-family: montserratbold, sans-serif;
}
.bluebg-area ul li p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
}
.bluebg-area ul.sec {
       list-style: none;
    padding: 0;
    margin: 0 142px 0%;
    float: left;
}
.bluebg-area ul.sec li:nth-child(1) {
        position: absolute !important;
    left: 59px !important;
    top: 2286px !important;
}
.bluebg-area ul.sec li:nth-child(2) {
       position: absolute !important;
    left: -39px !important;
    top: 2287px !important;
}
.bluebg-area ul.sec li:nth-child(3) {
           position: absolute !important;
    left: 61px !important;
    top: 2345px !important;

}

}
@media (max-width: 369px) and (min-width: 320px){
     .outer-header {
    float: left;
    width: 100%;
    background: #001c37 url(../images/header-bg.jpg) no-repeat center top;
    min-height: 600px;
}
       .intro{
   font-size: 18px;
    position: relative;
    top: -4px;
    left: -27px;
}

.subheading{
  font-size: 10px;
    position: absolute;
    left: -27px;
    top: 12px;
}
.subheading1{
 font-size: 12px;
    position: relative;
    left: -94px;
    top: -31px;
}


 .outer-header .manage-port .learn
 {
    
     top: 143px;
    right: 0;
 }
 .outer-header .manage-port .manage-text
 {
         font: bold 15px/28px montserratbold, sans-serif;
    left: -6px;
    margin-top: -28px;
 }
    .outer-header .manage-port .learn .abtn
    {
   font-size: 10px;
    /* left: 53px; */
    top: -250px;
    padding: 7px;
    }
.bluebg-area ul li:nth-child(1) {
   position: absolute !important;
    left: 5px !important;
    top: 2229px !important;
}
.bluebg-area ul li:nth-child(2) {
    position: absolute !important;
    left: 259px !important;
    top: 2225px !important;
}

.bluebg-area ul li:nth-child(3) {
    position: absolute !important;
    left: 248px !important;
    top: 2302px !important;
}

.bluebg-area ul li:nth-child(4) {
    position: absolute !important;
    left: 96px !important;
    top: 2231px !important;
}
.bluebg-area ul li h3 {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
    font-family: montserratbold, sans-serif;
}
.bluebg-area ul li p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
}
.bluebg-area ul.sec {
       list-style: none;
    padding: 0;
    margin: 0 142px 0%;
    float: left;
}
.bluebg-area ul.sec li:nth-child(1) {
    position: absolute !important;
    left: 117px !important;
    top: 2298px !important;
}
.bluebg-area ul.sec li:nth-child(2) {
    position: absolute !important;
    left: 4px !important;
    top: 2298px !important;
}
.bluebg-area ul.sec li:nth-child(3) {
    position: absolute !important;
    left: 128px !important;
    top: 2360px !important;
}
.our-engagement .engagement-box .link01 {
        position: absolute;
        top: 24px !important;
        left: 46px !important;
        font-size:10px !important;
    }
    .our-engagement .engagement-box .link02 {
        position: absolute;
        top: 17px !important;
        font-size:10px !important; 
    }
    .our-engagement .engagement-box .link03 {
        position: absolute;
        top: 70px !important;
        left: 11px !important;
        font-size:10px !important;
    }
    .our-engagement .engagement-box .link04 {
        position: absolute;
        top: 71px !important;
        right: 12px !important;
        font-size:10px !important;
    }
    .our-engagement .engagement-box .link05 {
        position: absolute;
        bottom: 23px !important;
        left: 33% !important;
        font-size:10px !important;
    }
    .our-engagement .engagement-box .link06 {
        position: absolute;
        bottom: 23px !important;
        right: 32% !important;
        font-size:10px !important;
    }
}
@media Screen and (max-width: 320px){
     .outer-header {
    float: left;
    width: 100%;
    background: #001c37 url(../images/header-bg.jpg) no-repeat center top;
    min-height: 600px;
}
       .intro{
   font-size: 18px;
    position: relative;
    top: -4px;
    left: -27px;
}

.subheading{
  font-size: 10px;
    position: absolute;
    left: -27px;
    top: 12px;
}
.subheading1{
 font-size: 12px;
    position: relative;
    left: -94px;
    top: -31px;
}


 .outer-header .manage-port .learn
 {
    
     top: 143px;
    right: 0;
 }
 .outer-header .manage-port .manage-text
 {
         font: bold 15px/28px montserratbold, sans-serif;
    left: -6px;
    margin-top: -28px;
 }
    .outer-header .manage-port .learn .abtn
    {
   font-size: 10px;
    /* left: 53px; */
    top: -250px;
    padding: 7px;
    }
.bluebg-area ul li:nth-child(1) {
   position: absolute;
    left: 8px;
    top: 2291px;
}
.bluebg-area ul li:nth-child(2) {
   position: absolute;
    left: 198px;
    top: 2291px;
}

.bluebg-area ul li:nth-child(3) {
    position: absolute;
    left: 199px; 
    top: 2366px;
}

.bluebg-area ul li:nth-child(4) {
   position: absolute;
    left: 85px;
    top: 2287px;
}
.bluebg-area ul li h3 {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
    font-family: montserratbold, sans-serif;
}
.bluebg-area ul li p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
}
.bluebg-area ul.sec {
       list-style: none;
    padding: 0;
    margin: 0 142px 0%;
    float: left;
}
.bluebg-area ul.sec li:nth-child(1) {
    position: absolute;
    left: 82px;
    top: 2366px;
}
.bluebg-area ul.sec li:nth-child(2) {
    position: absolute;
    left: 3px;
    top: 2366px;
}
.bluebg-area ul.sec li:nth-child(3) {
     position: absolute;
    left: 85px;
    top: 2425px;
}
.our-engagement .engagement-box .link01 {
        position: absolute;
        top: 24px !important;
        left: 46px !important;
        font-size:10px !important;
    }
    .our-engagement .engagement-box .link02 {
        position: absolute;
        top: 17px !important;
        font-size:10px !important; 
    }
    .our-engagement .engagement-box .link03 {
        position: absolute;
        top: 70px !important;
        left: 11px !important;
        font-size:10px !important;
    }
    .our-engagement .engagement-box .link04 {
        position: absolute;
        top: 71px !important;
        right: 12px !important;
        font-size:10px !important;
    }
    .our-engagement .engagement-box .link05 {
        position: absolute;
        bottom: 23px !important;
        left: 33% !important;
        font-size:10px !important;
    }
    .our-engagement .engagement-box .link06 {
        position: absolute;
        bottom: 23px !important;
        right: 32% !important;
        font-size:10px !important;
    }
}
@media (max-width: 680px) and (min-width: 375px){
     .outer-header {
    float: left;
    width: 100%;
    background: #001c37 url(../images/header-bg.jpg) no-repeat center top;
    min-height: 600px;
}
       .intro{
   font-size: 18px;
    position: relative;
    top: 6px;
    left: -20px;
}

.subheading{
  font-size: 12px;
    position: relative;
    left: 1px;
    top: -29px;
}
.subheading1{
 font-size: 12px;
    position: relative;
    left: -94px;
    top: -31px;
}


 .outer-header .manage-port .learn
 {
    
     top: 143px;
    right: 0;
 }
 .outer-header .manage-port .manage-text
 {
         font: bold 15px/28px montserratbold, sans-serif;
    left: -6px;
    margin-top: -28px;
 }
    .outer-header .manage-port .learn .abtn
    {
     font-size: 13px;
    left: 234px;
    top: -225px;
    padding: 12px;
    }
.bluebg-area ul li:nth-child(1) {
    position: absolute !important;
    left: 2px !important;
}
.bluebg-area ul li:nth-child(2) {
    position: absolute;
    left: 198px;
    top: 2309px;
}

.bluebg-area ul li:nth-child(3) {
         position: absolute;
    left: 199px;
}

.bluebg-area ul li:nth-child(4) {
    position: absolute !important;
    left: 65px !important;
    top: 2217px !important;
}
.bluebg-area ul li h3 {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
    font-family: montserratbold, sans-serif;
}
.bluebg-area ul li p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
}
.bluebg-area ul.sec {
       list-style: none;
    padding: 0;
    margin: 0 142px 0%;
    float: left;
}
.bluebg-area ul.sec li:nth-child(1) {
       position: absolute;
    left: 98px  !important;
    top: 2312px;
}
.bluebg-area ul.sec li:nth-child(2) {
    position: absolute;
    left: 5px !important;
    top: 2312px;
}
.bluebg-area ul.sec li:nth-child(3) {
         position: absolute;
    left: 114px !important ;
    top: 2367px ;
}
}
.corevalues {
    display: block;
}
.corevalues .sliderarea {
    width: 288px;
    min-height: 286px;
    float: left;
    margin: 0 0 0 69px;
    background: url(../images/slider-img.png) no-repeat left 0;
    padding-top: 80px;
    position: relative;
}
.corevalues .sliderarea ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.corevalues .sliderarea ul li {
    text-align: center;
    float: left;
    width: 100%;
    font: bold italic 12px/17px montserratbold, sans-serif;
    color: #fff;
}
.corevalues .sliderarea .bx-controls-direction .bx-prev {
    background: url(../images/left-arrow.png) no-repeat 0 0;
    width: 29px;
    height: 44px;
    display: inline-block;
    text-indent: -9999px;
    position: absolute;
    left: -40px;
    top: 80%;
}
.corevalues .sliderarea .bx-controls-direction .bx-next {
    background: url(../images/right-arrow.png) no-repeat 0 0;
    width: 29px;
    height: 44px;
    display: inline-block;
    text-indent: -9999px;
    position: absolute;
    right: -40px;
    top: 80%;
}
.corevalues .core-content {
    float: right;
    width: 490px;
    margin: 46px 70px 0 0;
}
.corevalues .core-content h3 {
    font-weight: bold;
    font-family: montserratbold, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #002e5b;
    display: block;
    margin: 0;
    padding: 0;
}
.corevalues .core-content h3 strong {
    color: #00d6c4;
}
.corevalues .core-content h4 {
    font: 11px/14px montserratregular, sans-serif;
    color: #666;
    display: block;
    margin: 5px 0;
    padding: 0;
}
.corevalues .core-content p {
    font-family: montserratregular, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    display: block;
    margin: 0;
    padding: 0;
}
.corevalues .core-content .more {
    border-bottom: 2px solid #002e5b;
    display: inline-block;
    width: auto;
    margin-top: 0;
    height: 19px;
}
.corevalues .core-content .more a {
    font: bold 11px/11px montserratbold, sans-serif;
    color: #002e5b;
}
.our-engagement {
    background: url(../images/grey-bg.jpg) no-repeat center top;
    min-height: 697px;
    display: inline-block;
    width: 100%;
    padding: 145px 0 0 0;
}
.our-engagement h2 {
    text-align: center;
    font: bold 24px/46px montserratbold, sans-serif;
    color: #002e5b;
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 0;
}
.our-engagement .engagement-center {
    margin: 0 auto;
    width: 585px;
}
.our-engagement .engagement-box {
    background: url(../images/engagement-box.png) no-repeat 0 0;
    width: 585px;
    min-height: 307px;
    display: inline-block;
    margin-top: 35px;
    position: relative;
}
.our-engagement .engagement-box a {
    font: bold 14px/16px montserratregular, sans-serif;
    color: #e5e2e2;
    text-shadow: 0 0 5px #000;
    text-align: center;
}
.our-engagement .engagement-box a:hover {
    color: #fb5078;
}
.our-engagement .engagement-box .link01 {
    position: absolute;
    top: 85px;
    left: 95px;
}
.our-engagement .engagement-box .link02 {
    position: absolute;
    top: 85px;
    right: 60px;
}
.our-engagement .engagement-box .link03 {
    position: absolute;
    top: 185px;
    left: 45px;
}
.our-engagement .engagement-box .link04 {
    position: absolute;
    top: 185px;
    right: 60px;
}
.our-engagement .engagement-box .link05 {
    position: absolute;
    bottom: 21px;
    left: 40%;
}
.our-engagement .engagement-box .link06 {
    position: absolute;
    bottom: 21px;
    right: 40%;
}
.our-engagement .bot-btn-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.our-engagement .bot-btn-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.our-engagement .bot-btn-link ul li {
    display: inline;
}
.our-engagement .bot-btn-link ul li:not(:last-child) {
    margin-right: 24px;
}
.evalute {
    display: inline-block;
    width: 100%;
}
.evalute h2 {
    display: block;
    text-align: center;
    margin: 20px 0 10px;
    font: bold 24px/46px montserratbold, sans-serif;
    color: #002e5b;
    text-transform: uppercase;
}
.evalute .search {
    background: url(../images/search-bg.png) no-repeat center top;
    min-height: 83px;
    float: left;
    width: 100%;
}
.evalute .search ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.evalute .search ul li {
    width: auto;
    float: left;
}
.evalute .search ul li:nth-child(1) {
    margin-left: 135px;
    margin-top: 10px;
}
.evalute .search ul li:nth-child(1) select {
    width: 119px;
    height: 38px !important;
    border: 0;
    background: 0 0;
    padding-left: 10px;
    color: #000;
    font-size: 12px;
    font-family: montserratbold, sans-serif;
}
.evalute .search ul li:nth-child(2) {
    margin-left: 19px;
    margin-top: 8px;
}
.evalute .search ul li:nth-child(2) input {
    height: 43px;
    border: 0;
    background: 0 0;
    width: 465px;
    padding-left: 23px;
    color: #8a8888;
    font-size: 11px;
    font-family: montserratregular, sans-serif;
}
.evalute .search ul li:nth-child(3) {
    margin-left: 5px;
    margin-top: 11px;
}
.evalute .search ul li:nth-child(3) input[type="button"] {
    background: url(../images/anlyse-btn.png) no-repeat 0 0;
    width: 160px;
    height: 33px;
    border: 0;
    cursor: pointer;
}
.bluebg-area {
    background-color: #021d39;
    float: left;
    width: 100%;
    min-height: 203px;
    padding-top: 20px;
    margin-top: 17px;
}
.bluebg-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bluebg-area ul li {
    float: left;
    width: auto;
    text-align: center;
    color: #fff;
}
.bluebg-area ul li:nth-child(1) {
    position: absolute;
    left: 1044px;
}
.bluebg-area ul li:nth-child(2) {
    position: absolute;
    left: 884px;
    top: 1875px;
}
.bluebg-area ul li:nth-child(3) {
     position: absolute;
    left: 760px ;
}

.bluebg-area ul li:nth-child(4) {
    position: absolute;
    left: 649px ;
    top: 1875px;
}
.bluebg-area ul li h3 {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
    font-family: montserratbold, sans-serif;
}
.bluebg-area ul li p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
}
.bluebg-area ul.sec {
       list-style: none;
    padding: 0;
    margin: 0 142px 0%;
    float: left;
}
.bluebg-area ul.sec li:nth-child(1) {
    position: absolute;
    left: 537px;
}
.bluebg-area ul.sec li:nth-child(2) {
    position: absolute;
    left: 415px;
    top: 1875px;
}
.bluebg-area ul.sec li:nth-child(3) {
          position: absolute;
    left: 302px;
}

.partner {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.partner h2 {
    text-align: center;
    font-family: montserratbold, sans-serif;
    font-size: 24px;
    line-height: 1.2;
}
.partner .psliiderouter {
    margin: 20px auto;
    width: 718px;
}
.partner .partnerslider {
    float: left;
    width: 100%;
    position: relative;
}
.partner .partnerslider .partner-box {
    float: left;
    width: auto;
    padding: 0 40px;
    box-sizing: border-box;
}
.partner .partnerslider .partner-box ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
}
.partner .partnerslider .partner-box ul li {
    width: auto;
    display: inline;
}
.partner .partnerslider .partner-box ul li:not(:last-child) {
    margin-right: 30px;
}
.partner .partnerslider .partner-box ul.sec {
    margin-top: 35px;
}
.partner .bx-prev {
    position: absolute;
    top: 82px;
    left: 0;
    width: 18px;
    height: 25px;
    background: url(../images/pleft-arrow.png) no-repeat 0 0;
    text-indent: -99999px;
}
.partner .bx-next {
    position: absolute;
    top: 82px;
    right: 0;
    width: 18px;
    height: 25px;
    background: url(../images/pright-arrow.png) no-repeat 0 0;
    text-indent: -99999px;
}
.testimonials {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.testimonials.margtop20 {
    margin-top: 20px;
}
.testimonials .testimonials-inner {
    margin: 0 auto;
    width: 760px;
}
.testimonials h2 {
    text-align: center;
    font-family: montserratbold, sans-serif;
    font-size: 24px;
    line-height: 1.2;
}
.testimonials ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
}
.testimonials ul li {
    width: 225px;
    float: left;
    text-align: center;
    margin-left: 35px;
}
.testimonials ul li:first-child {
    margin-left: 0;
}
.testimonials ul li h3 {
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #021d39;
    font-family: montserratregular, sans-serif;
    margin: 5px 0 0 0;
}
.testimonials ul li h4 {
    font-size: 12px;
    line-height: 16px;
    color: #fa5279;
    display: block;
    font-weight: 700;
    font-family: montserratregular, sans-serif;
    margin: 10px 0 3px 0;
}
.testimonials ul li p {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    display: block;
    color: #000;
    margin-top: 5px;
    font-family: Raleway, sans-serif;
}
.outer-footer {
    float: left;
    width: 100%;
    background: url(../images/fbg.png) no-repeat right 0;
    padding-top: 38px;
}
.outer-footer .footer {
    float: left;
    width: 100%;
    background-color: #021d39;
    min-height: 104px;
}
.outer-footer .footer h2 {
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding-top: 15px;
    padding-left: 4%;
}
.outer-footer .footer .payhere {
    display: inline-block;
    cursor: pointer;
    margin-left: 30px;
}
.outer-footer .footer .newsletter {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.outer-footer .footer .newsletter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.outer-footer .footer .newsletter ul li {
    width: auto;
    float: left;
    position: relative;
}
.outer-footer .footer .newsletter ul li .message {
    position: absolute;
    bottom: 24px;
    left: 104px;
    background: url(../images/message-icon.png) no-repeat 0 0;
    width: 60px;
    height: 26px;
}
.outer-footer .footer .newsletter ul li input[type="text"] {
    width: 224px;
    border-radius: 10px;
    padding: 5px;
    box-sizing: border-box;
    border: 0;
    font-size: 11px;
    color: #8a8888;
    text-align: center;
}
.outer-footer .footer .newsletter ul li input[type="button"] {
    background: url(../images/submit-btn.png) no-repeat 0 0;
    width: 85px;
    height: 29px;
    cursor: pointer;
    float: left;
    border: 0;
    margin-left: 10px;
}
.outer-footer .footer .newsletter h3 {
    font-size: 11px;
    line-height: 30px;
    color: #fff;
    display: block;
    clear: both;
    text-align: center;
}
.outer-footer .social-sec {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.outer-footer .social-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-bottom: 15px;
}
.outer-footer .social-sec ul li {
    float: left;
    width: auto;
    margin-left: 26px;
}
.outer-footer .social-sec p {
    font-size: 11px;
    line-height: 16px;
    display: block;
    font-weight: 700;
    font-family: montserratbold, sans-serif;
    color: #fff;
    clear: both;
    text-align: right;
    margin: 0;
    padding: 0;
}
.outer-footer .social-sec p span {
    color: #fa5279;
}
.outer-footer .social-sec p strong {
    color: #5cd3d2;
}
.icon {
    display: none;
}
.outer-header-common {
    position: relative;
    z-index: 9999;
}
.outer-header ul.menu li:hover .submenu {
    display: block;
}
@media screen and (max-width: 992px) {
    .outer-banner .blue-curve {
        display: none;
    }
}
.outer-header-common {
    background: #021d39;
    width: 100%;
    min-height: 100px;
    display: inline-block;
}
.outer-banner {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -10px;
    position: relative;
}
.outer-banner .blue-curve {
    position: absolute;
    left: 0;
    background: url(../images/about-curve.png) no-repeat 0 0;
    width: 350px;
    height: 50px;
    margin-top: -1px;
}
.outer-banner img {
    width: 40% !important;
}
.techlead
{
    text-align: center;
}
.techlead img
{
    width: 100%;
}
.about {
    display: block;
}
.about h2 {
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.about h2.margtop01 {
    margin-top: 0;
}
.about .aboutimg01 {
    float: left;
    margin-right: 15px;
}
.about p {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    color: #000;
    display: block;
    float: left;
    width: 93%;
    font-family: Raleway, sans-serif;
}
ul.thumbtext {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.thumbtext li {
    width: 26%;
    float: left;
    font-family: montserratbold, sans-serif;
    font-size: 14px;
}
ul.thumbtext li:first-child {
    margin-left: 6%;
    width: 14%;
    margin-right: 0;
}
.colabout h3 {
    color: #f04d74;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 600;
}
.colabout p {
    color: #021d39;
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
}
ul.thumbtext li h3 {
    color: #f04d74;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 5px;
}
ul.thumbtext li p {
    color: #021d39;
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
}
.outeradvisory {
    width: 790px;
    margin: 0 auto;
}
.advisory {
    display: block;
    background-color: #021d39;
    margin-top: 35px;
    padding-bottom: 30px;
}
.advisory h2 {
    color: #002e5b;
    padding-top: 10px;
    margin-top: 0;
    text-align: center;
}
.advisory ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0;
    float: left;
    width: 100%;
}
.advisory ul li {
    width: 50%;
    float: left;
    padding-right: 35px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 25px;
}
.advisory ul li:nth-child(2),
.advisory ul li:nth-child(4) {
    padding-right: 0;
}
.advisory ul li h3 {
    font-size: 14px;
    line-height: 16px;
    color: #24dfea;
    display: block;
    text-align: center;
    font-family: montserratbold, sans-serif;
}
.advisory ul li p {
    font-size: 15px;
    line-height: 1.3;
    color: #000;
    display: block;
    text-align: justify;
    font-family: Raleway, sans-serif;
}
.management {
    display: block;
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 0;
}
.management h2 {
    color: #000;
    padding: 10px 0;
    text-align: center;
}
.management ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0;
}
.management ul li {
    float: left;
    padding-right: 10px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.management ul li h3 {
    font-size: 12px;
    line-height: 20px;
    color: #fb5078;
    display: block;
    text-align: center;
    font-family: montserratbold, sans-serif;
    margin-bottom: 4px;
    margin-top: 8px;
}
.management ul li p {
    font-size: 15px;
    line-height: 1.2;
    color: #000;
    display: block;
    text-align: center;
    font-family: Raleway, sans-serif;
}
.our-engagement .button-sec ul li .lastlink,
.our-engagement .button-sec ul li .midlink,
.our-engagement .button-sec ul li .toplink {
    display: none;
}
.developer h3 {
    font: normal 20px/20px montserratbold, sans-serif;
    color: #fb5078;
    display: block;
    margin-bottom: 6px;
}
.developer p {
    margin-bottom: 0;
}
.developer p.lftspace {
    margin-left: 30px;
    margin-top: 0;
}
.developer .bottomtext {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.developer .bottomtext h3 {
    margin-top: 0;
}
.project {
    margin: 0 auto;
    width: 642px;
}
.project h2 {
    color: #002e5b;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.project ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.project ul li {
    width: auto !important;
    display: inline;
    margin-left: 20px;
}
.project ul li a {
    color: #002e5b;
    font: 14px/26px montserratbold, sans-serif;
    border-bottom: 6px solid #021d39;
    padding-bottom: 4px;
    padding-left: 23px;
    padding-right: 22px;
}
.project ul li a.active,
.project ul li a:hover {
    text-decoration: none;
    border-bottom: 6px solid #f95279;
}
.outer-project {
    float: left;
    width: 100%;
    background-color: #e1e3de;
    margin: 20px 0 0 0;
    padding: 20px 0 20px 0;
}
.outer-project.bgwhite {
    background-color: #fff;
}
.outer-project ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: inline-block;
    width: 100%;
}
.outer-project ul li {
    width: 203px;
    float: left;
    margin-left: 5.4%;
}
.outer-project ul li .imd img {
    height: 83px;
}
.outer-project ul li:first-child {
    margin-left: 0;
}
.outer-project ul li .strip {
    position: absolute;
    top: 5%;
    right: -34px;
    font: normal 11px/12px montserratregular, sans-serif;
    color: #000;
    background-color: #fff;
    padding: 5px 30px;
    text-align: center;
    width: 209px;
}
.outer-project ul li .detailsbox {
    background-color: #021d39;
    float: left;
    padding: 50px 15px 45px;
    overflow: hidden;
    min-height: 387px;
}
.outer-project ul li .detailsbox h4 {
    font: 10px/14px montserratbold, sans-serif;
    color: #fff;
    margin-bottom: 15px;
}
.outer-project ul li .detailsbox p {
    font: 10px/12px montserratbold, sans-serif;
    color: #fff;
    padding: 0 10px;
    text-align: center;
}
.outer-project ul li .detailsbox p span {
    background-color: inherit !important;
    color: #fff !important;
}
.outer-project ul li .detailsbtn {
    position: absolute;
    left: 27%;
    bottom: 5px;
}
.margtoptest {
    margin-top: 0;
}
.transactionser {
    display: block;
}
.howworks h2,
.mandate-property h2,
.transactionser h2 {
    color: #002e5b;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
}
.howworks h2 {
    margin-bottom: 15px;
}
.transactionser p {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    display: block;
    float: left;
    text-align: justify;
    font-family: Raleway, sans-serif;
    margin-top: 20px;
}
.transaction_benefits {
    margin-top: 20px;
}
.transaction_benefits div {
    margin-top: 10px;
}
.tra_text_list {
    margin-top: 35px;
}
.transaction-main-img {
    display: block;
    text-align: center;
}
.howworks ul {
    list-style: none;
    background: url(../images/hwwork-bg.png) no-repeat center 18px;
    width: 100%;
    display: inline-block;
    height: 163px;
}
.howworks ul li {
    float: left;
    width: auto;
}
.howworks ul li:nth-child(1) {
    padding-left: 90px;
}
.howworks ul li:nth-child(2),
.howworks ul li:nth-child(4),
.howworks ul li:nth-child(6),
.howworks ul li:nth-child(8) {
    padding: 64px 6px 0 6px;
}
.mandate-property h2 {
    margin-bottom: 0;
}
.mandate-property p {
    font: 14px Raleway, sans-serif !important;
    display: block;
    text-align: center;
}
.outer-selllease {
    width: 830px;
    margin: 0 auto;
}
.selllease {
    background-color: #e1e3de;
    float: left;
    width: 100%;
    padding: 10px 0 20px 0;
}
.selllease h5 {
    font: 12px/24px montserratbold, sans-serif;
    color: #fb537b;
    display: block;
    text-align: center;
}
.selllease ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.selllease ul li {
    float: left;
    width: auto;
    margin-bottom: 5px;
}
.selllease ul li label {
    font: normal 11px/38px Raleway, sans-serif;
    color: #000;
    float: left;
    width: 115px;
}
.selllease ul li sup {
    color: red;
}
.selllease ul li input {
    background: url(../images/input-bg.png) no-repeat 0 0;
    width: 253px;
    height: 35px;
    float: left;
    border: 0;
    padding: 5px 0 5px 12px;
}
.selllease ul li textarea {
    background: url(../images/textarea-bg.png) no-repeat 0 0;
    width: 253px;
    height: 127px;
    resize: none;
    float: left;
    border: 0;
    padding: 12px 0 12px 12px;
}
.selllease ul li input[type="submit"] {
    background: url(../images/submit-btn01.png) no-repeat 0 0;
    width: 106px;
    height: 30px;
    float: right;
    cursor: pointer;
    margin-top: 0;
    margin-right: 100px;
}
.selllease ul.sec li {
    float: right;
}
.selllease ul.sec li input[type="submit"] {
    margin-right: 65px;
}
.selllease ul li:last-child {
    float: right;
}
.call {
    position: relative;
    background: #4e6085;
}
.callbg {
    background: url(../images/call-bg.png) no-repeat 0 0;
    width: 173px;
    height: 41px;
    display: inline-block;
    position: absolute;
    right: 5%;
    bottom: -21px;
}
.callbg h4 {
    font: italic normal 9px/19px Raleway, sans-serif;
    color: #021d39;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}
.callbg h5 {
    font: normal 9px/20px Raleway, sans-serif;
    color: #021d39;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    background: url(../images/call-icon.png) no-repeat 0 2px;
    padding-left: 15px;
}
.propcare {
    z-index: -1px;
}
.propcare .more {
    border-bottom: 2px solid #fa5078;
    display: inline-block;
    width: auto;
    margin-top: 0;
    height: 19px;
    float: right;
    margin-bottom: 25px;
}
.propcare .more a {
    font: bold 12px/14px montserratbold, sans-serif;
    color: #fa5078;
    font-size:15px;
}
.propcare ul {
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}
.propcare ul li {
    display: inline;
}
.propcare ul li a {
    background: url(../images/btn-bg.png) no-repeat 0 0;
    width: 159px;
    height: 47px;
    font-size: 14px;
    line-height: 14px;
    font-family: montserratregular, sans-serif;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #000;
    display: table-cell;
}
.propcare-box {
    width: 100%;
    float: left;
    margin-top: 35px;
    padding: 40px 0;
}
.propcare-box ul {
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}
.propcare-box ul li {
    display: inline;
}
.propcarebanner {
    background: url(../images/Myfollo--Transaction-Services-Header-Image.png) no-repeat center top;
    min-height: 420px;
    display: inline-block;
    width: 100%;
}
.interior-banner {
    position: relative;
}
.interior-propcare {
    position: absolute;
    bottom: -57px;
    left: 50%;
    transform: translate(-50%);
}
.callbg {
    z-index: 9;
}
.marg50 {
    margin-top: 50px !important;
    text-align: center;
}
.interior p {
    text-align: center;
    display: block;
    width: 100%;
}
.interior ul.thumbnailarea {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}
.interior ul.thumbnailarea li {
    width: auto;
    float: left;
}
.interior ul.thumbnailarea li:not(:last-child) {
    margin-right: 18px;
}
.howitworks {
    width: 100%;
    min-height: 116px;
    margin-top: 22px;
}
.howitworks h2 {
    padding-bottom: 17px;
    text-align: center;
}
.howitworks ul {
    list-style: none;
    background: url(../images/how-works-bg.png) no-repeat center 0;
    width: 100%;
    display: inline-block;
    height: 116px;
}
.howitworks ul li {
    float: left;
    width: auto;
}
.howitworks ul li:nth-child(1) {
    padding-left: 83px;
}
.howitworks ul li:nth-child(10),
.howitworks ul li:nth-child(2),
.howitworks ul li:nth-child(4),
.howitworks ul li:nth-child(6),
.howitworks ul li:nth-child(8) {
    padding: 47px 4px 0 4px;
}
.workgallery {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.workgallery h2 {
    text-align: center;
    padding-bottom: 20px;
}
.workgallery .main {
    width: 786px;
    margin: 0 auto;
}
.workgallery ul {
    list-style: none;
    padding: 0 0 45px;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.workgallery ul li {
    float: left;
    width: auto;
    position: relative;
}
.workgallery ul li .caption {
    position: absolute;
    bottom: -12px;
    left: 17px;
    background-color: #021d39;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 0 3px;
    text-align: center;
    width: 100%;
}
.workgallery ul li:not(:last-child) {
    margin-right: 32px;
}
.interior h5 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-family: montserratregular;
}
.selllease.interior ul li {
    width: 100%;
}
.selllease.interior ul li label.attach {
    line-height: 18px;
    padding-top: 20px;
    margin-right: 4%;
}
.selllease.interior ul li .browsesec {
    background: url(../images/browse-bg.png) no-repeat 0 0;
    width: 607px;
    height: 190px;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
}
.selllease.interior ul li .browsesec input[type="file"] {
    clear: left;
    float: left;
    margin-bottom: 5px;
}
.selllease.interior ul li input[type="submit"] {
    float: left;
    margin-left: 50%;
}
.management p {
    text-align: left;
    display: block;
    width: 100%;
}
.management-tabing-outer {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.management-tabing {
    display: block;
}
.management-tabing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.management-tabing ul li {
    width: auto;
    float: left;
}
.management-tabing ul li:first-child {
    margin-left: 22px;
}
.management-tabing ul li a {
    background: #dedcdc;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    font: bold 14px/16px montserratbold, sans-serif;
    color: #021d39;
    width: 182px;
    text-align: center;
    box-shadow: 1px 0 5px #767575;
    padding: 7px 0;
}
.management-tabing ul li:nth-child(2) a,
.management-tabing ul li:nth-child(5) a {
    background: #c7c6c6;
}
.management-tabing ul li a.active,
.management-tabing ul li a:hover {
    background: #fa5078;
    color: #fff;
}
.management-tabing-outer .tabbing-content {
    border: 5px solid #021d39;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: url(../images/tabing-bg.jpg) repeat 0 0;
    min-height: 150px;
    padding: 30px;
    box-sizing: border-box;
}
.management-tabing-outer .tabbing-content p {
    font-size: 12px;
    line-height: 17px;
}
.management-tabing-outer .tabbing-content p.padleft {
    padding-left: 30px;
}
.management-tabing-outer .tabbing-content a {
    text-align: right;
    color: #fa5078;
    text-decoration: underline;
    float: right;
    font-size: 12px;
    font-family: montserratbold, sans-serif;
}
.how-works {
    width: 747px;
    margin: 0 auto;
}
.how-works h2 {
    margin: 15px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.how-works ul {
    background: url(../images/hwwork-bg01.png) no-repeat 0 19px;
    width: 100%;
    height: 195px;
    float: left;
    list-style: none;
    padding: 0 0 0 45px;
    margin: 0;
}
.how-works ul li {
    width: auto;
    float: left;
}
.how-works ul li:nth-child(2) {
    margin: 58px 8px 0;
}
.how-works ul li:nth-child(4) {
    margin: 58px 3px 0;
}
.how-works ul li:nth-child(6) {
    margin: 58px 3px 0;
}
.packages {
    float: left;
    width: 100%;
}
.packages h2 {
    display: block;
    text-align: center;
}
.packages h3,
.special-packages h3 {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #fb5078;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
}
.packages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.packages ul li {
    float: left;
    width: auto;
    margin: 10px 0 0 30px;
}
.packages ul li:first-child {
    margin-left: 135px;
}
.rented {
    float: left;
    width: 100%;
    text-align: center;
    margin: 18px 0 0 0;
}
.rented li {
    width: 77% !important;
    text-align: center;
}
.special-packages {
    float: left;
    width: 100%;
    margin: 25px 0 0;
}
.forlocal {
    width: 978px;
    margin: 0 auto;
}
.forlocal .bg {
    background: url(../images/forlocal-bg.png) no-repeat 0 0;
    width: 100%;
    height: 254px;
    float: left;
    padding: 0 0 0 75px;
    box-sizing: border-box;
}
.forlocal .subscribe-btn {
    width: 105px;
    margin: 0 auto;
}
.forlocal h4 {
    font: bold 14px/20px Raleway, sans-serif;
    color: #002e5b;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.forlocal .first-col01 {
    width: 200px;
    float: left;
    text-align: center;
    padding: 36px 0 0 10px;
}
.forlocal .first-col01 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.forlocal .first-col01 ul li {
    width: 100%;
    float: left;
    text-align: center;
    font: 9px/19px Raleway, sans-serif;
    color: #000;
}
.forlocal .first-col01 ul li:nth-child(1),
.forlocal .first-col01 ul li:nth-child(3),
.forlocal .first-col01 ul li:nth-child(5),
.forlocal .first-col01 ul li:nth-child(7) {
    border: 1px solid #cacaca;
    background-color: #fff;
}
.outer-quick-package {
    width: 854px;
    margin: 0 auto;
}
.outer-quick-package h2 {
    font-size: 24px;
    line-height: 22px;
    color: #000;
    display: block;
    text-align: center;
    background: url(../images/quick-package-bg.png) no-repeat center top;
    padding-top: 55px;
    margin-top: 30px;
}
.quick-package-inner {
    display: inline-block;
    width: 100%;
}
.quick-package {
    float: left;
    width: 100%;
    margin: 0 0 0 20px;
    padding: 0 10px;
    background: #ccc;
    border-radius: 50px;
    position: relative;
    margin-top: 20px;
    padding-bottom: 30px;
}
.quick-package .vacant {
    width: 291px;
    height: 62px;
    background: url(../images/vacant-bg.png) no-repeat 0 0;
    position: absolute;
    top: 40px;
    left: -18px;
}
.quick-package .topbox {
    padding: 110px 0 0 0;
    float: left;
    width: 100%;
}
.quick-package .topbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.quick-package .topbox ul.bg {
    background-color: #021d39;
}
.quick-package .topbox ul.bg01 {
    background-color: #f9f9f9;
    border: 1px solid #b9b8b8;
    box-sizing: border-box;
    padding: 0 0;
}
.quick-package .topbox ul.pad li:nth-child(1) {
    padding-top: 25px;
}
.limpad {
    padding: 20px 10px 20px 10px !important;
}
.quick-package .topbox ul.bg li {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-family: montserratregular, sans-serif;
}
.quick-package .topbox ul li {
    width: 100%;
    text-align: center;
    font: normal 11px/14px Raleway, sans-serif;
    color: #000;
    padding: 5px 0;
}
.outer-rented-package {
    width: 660px;
    margin: 20px auto 40px;
}
.rented-package h2 {
    font-size: 24px;
    line-height: 22px;
    color: #000;
    display: block;
    text-align: center;
    background: url(../images/quick-package-bg.png) no-repeat center top;
    padding-top: 55px;
    margin-top: 30px;
}
.rented-package-inner {
    display: inline-block;
    width: 100%;
}
.rented-package {
    float: left;
    width: 100%;
    margin: 0 0 0 20px;
    padding: 0 10px;
    background: #ccc;
    border-radius: 50px;
    position: relative;
    margin-top: 20px;
    padding-bottom: 30px;
}
.rented-package .vacant {
    width: 291px;
    height: 62px;
    background: url(../images/rented-property.png) no-repeat 0 0;
    position: absolute;
    top: 40px;
    left: -16px;
}
.rented-package .topbox {
    padding: 110px 0 0 0;
    float: left;
    width: 100%;
}
.rented-package .topbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.rented-package .topbox ul.bg {
    background-color: #021d39;
}
.rented-package .topbox ul.bg01 {
    background-color: #f9f9f9;
    border: 1px solid #b9b8b8;
    box-sizing: border-box;
    padding: 0 0;
}
.rented-package .topbox ul.pad li:nth-child(1) {
    padding-top: 25px;
}
.rented-package .topbox ul.bg li {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-family: montserratregular, sans-serif;
}
.rented-package .topbox ul li {
    width: 100%;
    text-align: center;
    font: normal 11px/14px Raleway, sans-serif;
    color: #000;
    padding: 5px 0;
}
.contactbanner {
    background: url(../images/contact-banner.jpg) no-repeat center top;
    min-height: 361px;
    display: inline-block;
    width: 100%;
}
.cotactmain {
    width: 1048px;
    margin: 0 auto;
}
.cotactmain .contacttab {
    display: inline-block;
    text-align: center;
    padding: 25px 0 0;
    width: 100%;
}
.cotactmain .contacttab h2 {
    padding-bottom: 25px;
}
.cotactmain .contacttab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.cotactmain .contacttab ul li {
    width: auto;
    float: left;
}
.cotactmain .contacttab ul li:nth-child(1) {
    position: relative;
    z-index: 99;
}
.cotactmain .contacttab ul li:nth-child(2) {
    position: relative;
    z-index: 9;
}
.cotactmain .contacttab ul li:nth-child(3) {
    position: relative;
    z-index: 2;
}
.cotactmain .contacttab ul li a {
    background: #dedcdc;
    display: inline-block;
    border-radius: 15px 15px 0 0;
    font: bold 16px/18px montserratbold, sans-serif;
    color: #002e5b;
    width: 182px;
    text-align: center;
    box-shadow: 4px 3px 6px #767575;
    padding: 10px 0 7px;
}
.cotactmain .contacttab ul li:nth-child(2) a,
.cotactmain .contacttab ul li:nth-child(5) a {
    background: #c7c6c6;
}
.cotactmain .contacttab ul li a.active,
.cotactmain .contacttab ul li a:hover {
    background: #fa5078;
    color: #002e5b;
}
.cotactmain .coninner {
    width: 100%;
    float: left;
    box-shadow: 0 7px 10px #000;
    background-color: #e5e2e5;
    min-height: 430px;
    margin-bottom: 70px;
    position: relative;
    top: -6px;
    position: relative;
    z-index: 9999;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}
.cotactmain .coninner .contleft {
    width: 494px;
    float: left;
}
.cotactmain .coninner p {
    font: normal 15px/18px Raleway, sans-serif;
    color: #002e5b;
    display: block;
    text-align: left;
    padding: 37px 0 27px;
    font-weight: bold;
}
.cotactmain .coninner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cotactmain .coninner ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.cotactmain .coninner ul li input {
    background: url(../images/contact-input-bg.jpg) no-repeat 0 0;
    width: 494px;
    height: 43px;
    display: inline-block;
    border: 0;
    font: normal 12px/18px Raleway, sans-serif;
    color: #000;
    padding-left: 28px;
    box-sizing: border-box;
}
.cotactmain .coninner ul li input[type="submit"] {
    background: url(../images/contact-submit.jpg) no-repeat 0 0;
    width: 96px;
    height: 28px;
    cursor: pointer;
    float: left;
    margin-left: 37%;
}
.cotactmain .coninner .contright {
    width: 494px;
    float: left;
    padding: 257px 0 0 0;
    position: relative;
}
.cotactmain .coninner .contright p {
    font: normal 14px/24px Raleway, sans-serif;
    color: #002e5b;
    display: block;
    text-align: center;
}
.cotactmain .coninner .contright .contimg {
    position: absolute;
    top: 54px;
    right: -10px;
}
.faqbanner {
    background: url(../images/faq-banner.jpg) no-repeat center top;
    min-height: 359px;
    display: inline-block;
    width: 100%;
}
.faq {
    width: 1112px;
    margin: 0 auto;
}
.faq .faqmain {
    background: #fff;
    box-shadow: 0 0 10px #000;
    float: left;
    width: 100%;
    padding: 70px 114px;
    box-sizing: border-box;
    margin-bottom: 70px;
}
.faq h2 {
    padding: 50px 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.faq .faqmain .faqtab {
    border: 1px solid #021d39;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    background-color: #f9f9f9;
    box-shadow: 0 0 5px #e0e0e0;
    padding: 10px;
    box-sizing: border-box;
    font: normal 12px/16px Raleway, sans-serif;
    color: #000;
    cursor: pointer;
}
.faq .faqmain .faqcontent {
    background-color: #ebebeb;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 8px 3px #737373;
    font: normal 12px/16px Raleway, sans-serif;
    color: #002e5b;
    margin-bottom: 20px;
}
.careerbanner {
    background: url(../images/careers-banner.jpg) no-repeat center top;
    width: 100%;
    height: 360px;
    display: inline-block;
}
.career {
    margin: 0 auto;
    width: 1050px;
}
.career h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 25px 0 5px 0;
}
.career p {
    font: normal 12px/16px Raleway, sans-serif;
    color: #002e5b;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
}
.career p a {
    color: #fb5179;
    text-decoration: none;
}
.career p a:hover {
    color: #002e5b;
}
.career .careermain {
    display: inline-block;
    margin-bottom: 100px;
}
.career .careermain .cols01 {
    width: 33.3%;
    float: left;
    text-align: center;
}
.career .careermain .cols02 {
    width: 33.3%;
    float: left;
    text-align: center;
}
.career .careermain .cols03 {
    width: 33.3%;
    float: left;
    text-align: center;
}
.career .careermain .btnarea {
    display: inline-block;
    width: 100%;
    padding-bottom: 74px;
}
.career .careermain .imgarea {
    display: inline-block;
    width: 100%;
    margin-bottom: 65px;
}
.career .careermain .techcareer {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.career .careermain .techcareer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.career .careermain .techcareer ul li {
    width: 100%;
    text-align: center;
    float: left;
}
.career .careermain .techcareer ul li span {
    font: normal 12px/30px Raleway, sans-serif;
    color: #fb5078;
    display: inline-block;
    position: relative;
    top: -15px;
    width: 100%;
}
.career .careermain .careerbtnbg {
    background: url(../images/careerbtn-bg.jpg) repeat-x 0 0;
    width: auto;
    float: left;
    font: normal 12px/30px Raleway, sans-serif;
    color: #002e5b;
    height: 44px;
}
.career .careermain .careerbtnlft {
    background: url(../images/careerbtn-left.jpg) no-repeat left 0;
    width: auto;
    float: left;
    padding-left: 40px;
    height: 44px;
}
.career .careermain .careerbtnrtl {
    background: url(../images/careerbtn-right.jpg) no-repeat right 0;
    width: auto;
    float: left;
    padding-right: 40px;
    height: 44px;
}
.career .careermain .cols01 .careerbtnbg {
    margin-left: 27%;
}
.career .careermain .cols02 .careerbtnbg {
    margin-left: 20%;
}
.career .careermain .cols02 ul li:nth-child(2) .careerbtnbg {
    margin-left: 23%;
}
.career .careermain .cols03 .careerbtnbg {
    margin-left: 15%;
}
.partnerbanner {
    background: url(../images/patner-banner.jpg) no-repeat center top;
    width: 100%;
    height: 360px;
    display: inline-block;
}
.partnersec {
    margin: 0 auto;
    width: 1140px;
}
.partnersec h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}
.partnersec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.partnersec ul li {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.partnersec ul li label {
    width: 260px;
    float: left;
    padding-left: 40px;
    font: normal 12px/37px Raleway, sans-serif;
    color: #000;
}
.partnersec ul li input {
    background: url(../images/partner-input.jpg) no-repeat 0 0;
    width: 779px;
    height: 43px;
    border: 0;
    padding-left: 25px;
    box-sizing: border-box;
}
.partnersec ul li .btnsub {
    margin: 0 auto;
    width: 97px;
}
.partnersec ul li input[type="submit"] {
    background: url(../images/submit-btn02.jpg) no-repeat center 0;
    width: 100%;
    height: 27px;
    display: inline-block;
}
.partnermain {
    background-color: #e5e2e5;
    display: inline-block;
    width: 100%;
    padding-bottom: 44px;
}
.partnermain h3 {
    font: normal 16px/30px Raleway, sans-serif;
    color: #000;
    display: block;
    text-align: left;
    padding-left: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.partbg {
    background-color: #e5e2e5;
}
.mobilenav {
    display: none;
}
@media screen and (max-width: 1024px) {
    .layout {
        width: 100%;
    }
    .corevalues .sliderarea {
        margin: 0 0 0 71px;
    }
    .corevalues .core-content {
        width: 310px;
        margin: 65px 0 0 0;
    }
    .evalute .search {
        background-size: 100%;
    }
    .evalute .search ul li:nth-child(1) {
        margin-left: 10px;
        margin-top: 7px;
    }
    .evalute .search ul li:nth-child(3) input[type="button"] {
        width: 138px;
        background-size: 100%;
    }
}
@media screen and (max-width: 767px) {
    .partner .psliiderouter,
    .testimonials .testimonials-inner {
        width: 100%;
    }
    .evalute .search {
        background: 0 0;
    }
    .our-engagement .engagement-box {
        background-size: 100%;
        width: 100%;
    }
    .corevalues .sliderarea {
        margin: 0 0 0 20px;
    }
    .our-engagement .engagement-box,
    .our-engagement .engagement-center {
        width: 100%;
    }
    .evalute .search ul li:nth-child(2) input {
        width: 100%;
        border: 1px solid #000;
        border-radius: 5px;
    }
    .evalute .search ul li:nth-child(1) select {
        border: 1px solid #000;
        border-radius: 5px;
    }
    .evalute .search ul li:nth-child(3) {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .testimonials ul li {
        width: 100%;
        margin-left: 0;
    }
    .bluebg-area ul li {
        margin-left: 0 !important;
        width: -5%;
        text-align: center;
        margin-bottom: 25px;
    }
    .outer-header .manage-port {
        top: 150px;
        right: 0;
    }
    .outer-header .banner-img01 {
        left: 40px;
    }
    .mobilenav {
        cursor: pointer;
        display: block;
        float: right;
        width: 50px;
        height: 39px;
        background: url(http://myfollo.com/assets/images/mobilenav.png) no-repeat 0 0;
        position: relative;
        top: -5px;
        z-index: 99999;
    }
    .outer-header ul.menu {
        position: absolute;
        float: right;
        width: 100%;
        top: 108px;
        background: #143950;
        left: 0;
        display: none;
        z-index: 99999;
    }
    .outer-header ul.menu li {
        text-align: right;
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .bx-controls.bx-has-controls-direction {
        display: none;
    }
    .our-engagement .engagement-box {
        min-height: 182px;
    }
    .our-engagement .engagement-box .link01 {
        position: absolute;
        top: 24px;
        left: 25px;
        font-size:10px;
    }
    .our-engagement .engagement-box .link02 {
        position: absolute;
        top: 17px;
        right: 18px;
        font-size:10px;
    }
    .our-engagement .engagement-box .link03 {
        position: absolute;
        top: 70px;
        left: 19px;
        font-size:10px;
    }
    .our-engagement .engagement-box .link04 {
        position: absolute;
        top: 71px;
        right: 16px;
        font-size:10px;
    }
    .our-engagement .engagement-box .link05 {
        position: absolute;
        bottom: 23px;
        left: 8%;
        font-size:10px;
    }
    .our-engagement .engagement-box .link06 {
        position: absolute;
        bottom: 23px;
        right: 6%;
        font-size:10px;
    }
    .advisory ul li,
    .outeradvisory {
        width: 100%;
    }
    .management ul li {
        width: 100%;
    }
    .outer-banner img {
        height: 162px;
        width: 100% !important;
    }
    .project {
        width: 100%;
    }
    .transaction-main-img img {
        width: 100%;
    }
    .propcare-box ul li img {
        width: 100%;
    }
    .propcare_dash_box div h4 {
        color: #393939;
        font-weight: bolder;
    }
    .advisory ul li {
        padding-right: 0;
    }
    .howworks ul {
        background: 0 0;
        height: auto;
    }
    .howworks ul li {
        width: 100%;
        text-align: center;
        padding: 0 !important;
    }
    .selllease ul li {
        width: 100%;
    }
    .selllease ul li label {
        line-height: 14px;
    }
    .selllease ul li input,
    .selllease ul li textarea {
        width: 100%;
    }
    .selllease ul li input[type="submit"] {
        float: left;
        width: 100%;
    }
    .selllease h5 {
        text-align: left;
    }
    .outer-selllease {
        width: 100%;
    }
    .cotactmain,
    .cotactmain .coninner,
    .cotactmain .coninner .contleft {
        width: 100%;
    }
    .cotactmain .coninner {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .cotactmain .coninner ul li input {
        width: 100%;
    }
    .cotactmain .coninner .contright {
        width: 100%;
    }
    .cotactmain .contacttab ul li a {
        width: 120px;
        font-size: 12px;
        line-height: 14px;
    }
    .career,
    .career .careermain .cols01 {
        width: 100%;
    }
    .career .careermain .cols02,
    .career .careermain .cols03 {
        width: 100%;
    }
    .careerbanner {
        background-size: cover;
        height: 128px;
    }
    .faq .faqmain {
        padding-left: 0;
        padding-right: 0;
    }
    .faq {
        width: 100%;
    }
    .management-tabing ul li:first-child {
        margin-left: 0;
    }
    .how-works {
        width: 100%;
    }
    .how-works ul {
        height: auto;
        background: 0 0;
        padding: 0;
    }
    .how-works ul li {
        width: 100%;
        text-align: center;
    }
    .how-works ul li:nth-child(2),
    .how-works ul li:nth-child(4),
    .how-works ul li:nth-child(6) {
        margin-top: 5px;
    }
    .packages ul li:first-child {
        margin-left: 0;
    }
    .packages ul li {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .forlocal .bg {
        clear: left;
        overflow: hidden;
        overflow-y: scroll;
        display: inline-table;
        width: 300px;
        background: 0 0;
    }
    .forlocal,
    .outer-quick-package,
    .outer-rented-package {
        width: 100%;
    }
    .interior-propcare img {
        height: 55px;
    }
    .management-tabing {
        width: 185px;
        margin: 0 auto;
    }
    .workgallery ul {
        width: 165px;
        margin: 0 auto;
        display: block;
    }
    .workgallery ul li {
        margin-bottom: 10px;
    }
    .workgallery ul li .caption {
        position: static;
    }
}
.interior-banner .blue-curve img {
    width: 100%;
}
#reset_password_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-content: center;
    align-items: center;
    z-index: 99;
}
#reset_pass_content .col-xs-12.sign-up {
    background: #fff;
    border-radius: 10px;
}
#reset_pass_content .col-xs-12.sign-up .col-xs-6.user-regist.forget {
    width: 100%;
}
#reset_pass_content .col-xs-12.sign-up .col-xs-6.user-regist.forget .col-xs-12 {
    width: 50%;
}
#reset_pass_content .col-xs-12.sign-up .col-xs-6.user-regist.forget .col-xs-12 input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#reset_pass_content .col-xs-12.sign-up .col-xs-6.user-regist.forget .text-center {
    text-align: left;
    padding: 30px 15px 10px 15px;
}
.login-in.col-xs-5 {
    width: 100%;
    text-align: center;
    padding: 10px;
}
#reset_pass_btn {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 10px;
}
.close-button.col-xs-12 .fa-times-circle::before {
    content: "X";
    color: #fff;
    background: #000;
    font-size: 22px;
    line-height: 40px;
    border-radius: 35px;
    width: 40px !important;
    height: 40px !important;
    display: inline-block;
    text-align: center;
}
.close-button.col-xs-12 {
    position: absolute;
    left: 70px;
    z-index: 99;
    margin-top: -28px;
}
