@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&display=swap');
html {}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
} 

p {
    padding: 0px;
    margin: 0px;
    line-height: 28px;
     font-family: 'Poppins', sans-serif;
     font-size: 14px;
}

a {
    padding: 0px;
    margin: 0px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;

}
h2 {
    font-size: 41px;
    line-height: 52px;
    margin-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.form_fixed {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 15px 10px -20px #111;  
}
.fixed {
    margin-top: 10px;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:active {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}
input{
    outline: none;
}
input:focus, input:hover{
    outline: none;
}
input[type="submit"]{
    border: none;
}
img {
    max-width: 100%;
}

.container {
   max-width: 1200px;
   padding-left: 15px;
   padding-right: 15px;
   display: block;
   margin-right: auto;
   margin-left: auto;
}

/**header**/
header{
    padding: 5px 0;
   background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top:0;
    
}
header:after{
    left: 0;
    position: absolute;
    content: '';
    width: 24%;
   
    top: 0;
    bottom: 0;
    z-index: -1;
}
.h_left_area{
    float: left;
    width: 150px;
}
.top_contact_info{
    float: right;
    width: calc(100% - 175px);
    margin-top: 11px;
    text-align: left;
}
.contact_info a{
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    margin-bottom: 10px;
    
}

.contact_info h5{
    font-size: 15px;
    font-weight: 800;
}
.contact_info p{
    position: relative;
    padding-left: 30px;
    font-weight: 800;
}
.contact_info a .fa,.contact_info p .fa{
    position: absolute;
    left: 0px;
    top: 6px;
}
.h_right_area{
    float: right;
    display: flex;
    width: calc(100% - 160px);
    justify-content: flex-end;
    align-items: center;
    margin-top: 3px;
}
.logo{
    width: 150px;
    float: left;
}

.right_area_top{
    float: right;   
}

.top_area_left {
    float: left; 
}
.menu_btn{
    margin-left: 15px;
    margin-top: 15px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    overflow: hidden;
}
.menu_btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    margin-bottom: 5px; 
}
.menu_btn:before,
.menu_btn:after {
    content: " ";
    display: table;
}

.menu_btn:after {
    clear: both;
}
.menu_list {
    display: none;
    width: 300px;
    height: 100vh;
    background: rgb(63,98,226);
    background: linear-gradient(20deg, rgba(63,98,226,1) 0%, rgba(255,47,157,1) 51%);
    top: 0;
    right: 0;
    z-index: 99999;
    position: fixed;
    padding: 0 0 20px 0;
    color: #fff;
}
.menu_list nav li a{
    color: #fff;
    display: block;
    padding: 15px 10px;
    text-align:center;
   
}
.logo_side{
    text-align:center;
    padding-bottom: 30px;
}
.logo_side img{
   height: 130px;
}
.menu_list nav li{
    border-bottom: 1px solid #fff;
}
nav li:last-child{
    border-bottom: none;
}
.on span{
    height: 2px;
    transform: rotate(-48deg);
    position: relative;
    z-index: 999;
    
}
.on span:nth-of-type(2){
    display: none;
}
.on span:nth-of-type(3){
    transform: rotate(48deg);
    margin-top: -7px;
}
.two_menu ul li{
    display: inline-block;
    margin-right: 40px;
}

.two_menu li a{
    display: inline-block;
    font-size: 14px;
    color: #000;
    padding-top: 5px;
    font-weight: 600;
    text-transform: uppercase;
    
}
.logo img{
    height:70px;
}

.fixed1{
    position:fixed;
    top:20px;
    right:unset;
    left: unset;
    width: 40%;
    background-color: #fff;
}
.top_contact_info li .fa{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
}
.top_contact_info li{
    display: inline-block;
}
.top_contact_info li a{
    display: flex;
    align-items: center;
}
.top_contact_info li a span{
    color: #fff;
    font-size: 18px;
    display: inline-block;
}
.social_media ul li{
    display: inline-block;
    margin-right: 7px;
}
.social_media ul li:last-child{
    margin-right: 0;
}
.social_media ul li .fa{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.social_media ul li .fa:hover{
    background-color: #fff;
    color: #000;
    
}
.social_media{
   
    text-align: right;
}
.header_top [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.header_top a{
    color: #000;
    font-size: 14px;
}
/***banner **/
.banner{
    position: relative;
}
.banner_slider_wrapper{
    position: relative;
    height:600px;
}
.banner_slider_wrapper .img_holder {
    height:600px;
}
.banner_slider_wrapper .img_holder img{
    height:100%;
    width:100%;
    object-fit:cover;
}
.banner_caption{
    position: absolute;
    bottom: 30px;
    width: 100%;
   
}
.banner_caption div.fancy-select div.trigger{
    width: 100%;
    background: transparent;
    border: none;
}
.banner_caption form{
    background-color:#f1f1f1;
    padding: 10px;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    position: relative;
}
.banner_caption div.fancy-select div.trigger:after{
    content:'\f107';
    font-family:'FontAwesome';
    border: none;
    top: -3px;
    right: 27px;
    color: #4b7c9d;
    font-size: 20px;
    line-height:20px;
}
.banner_caption div.fancy-select div.trigger.open:after{
   content: '\f106 ';
    
}
.banner_caption div.fancy-select div.trigger{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding:0px 15px;
    border-right: 1px solid #707070;
}
.banner_caption div.fancy-select ul.options{
    width: 100%;
    background: #eee;
    color: #000;
}
.banner_caption div.fancy-select ul.options li{
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
div.fancy-select select:focus + div.trigger{
    box-shadow: none;
    
}
.banner_caption form input[type="text"]{
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    height: 23px;
    border: none;
    background-color: transparent;
    width: 100%;
}
.banner_caption form button{
    background-color: transparent;
    border: none;
    outline: none;
    text-align: right;
    width: 100%;
}
.banner_caption form button .fa{
       font-size: 19px;
    color: #898da7;
    padding-top: 0;
}

.banner .slick-prev {
    left: unset;
    transform: unset;
    background: rgb(63,98,226);
    background: linear-gradient(7deg, rgba(63,98,226,1) 0%, rgba(255,47,157,1) 51%);
    border-radius: 50%;
    border: 1px solid rgb(63,98,226);
    height: 32px;
    top: unset;
    bottom: 30px;
    right: 70px;
}
.banner .slick-next {
    right: 30px;
    transform: unset;
    z-index: 9;
    margin-top: 0px;
    background: rgb(63,98,226);
    background: linear-gradient(7deg, rgba(63,98,226,1) 0%, rgba(255,47,157,1) 51%);
    background-position: center center;
    background-size: 100% 100%;
    border: 1px solid rgb(63,98,226);;
    border-radius: 50%;
    height: 32px;
    top:unset;
    bottom: 30px;
}
.banner .slick-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    position: absolute;
}
.banner .slick-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    position: absolute;
}
.banner_menu ul{
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background: rgb(63,98,226);
    background: linear-gradient(7deg, rgba(63,98,226,1) 0%, rgba(255,47,157,1) 51%);
    border-radius: 0;
    padding: 10px;
    margin-bottom: 10px;
}
.banner_menu ul li{
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.banner_menu ul li:last-child{
    margin-right: 0;
}
.banner_menu ul li a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
}
.banner_menu ul li.active a:after, .banner_menu ul li:hover a:after{
    position: absolute;
    height: 2px;
    width: 50px;
    background: rgb(63,98,226);
    background: linear-gradient(7deg, rgba(63,98,226,1) 0%, rgba(255,47,157,1) 51%);
    bottom: -5px;
    content: '';
    left: 50%;
    transform: translate(-50%,0);
}
.banner .slick-dots{
    display: none !important;
}
.pt-5, .py-5 {
    padding-top: 1.5rem!important;
}
.dropdown-content{
   position: absolute;
    z-index: 9;
    background: #fff;
    height: 250px;
    overflow: auto;
    width:100%;
    border-radius: 5px;
    border: 1px solid #eee;
    top:100%;
}

.nerdy-pen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 100vh;
}
.nerdy-pen__text {
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 35px;
  font-weight: 600;
  padding: 1em 2em;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  position: absolute;
  top: 61%;
  width: 100%;
  z-index: 9;
}
/**sec1***/
.sec1{
    padding: 100px 0 30px 0;
    background-color: #fafafa;
}
.sec1 .heading-divider,.sec2 .heading-divider{
    margin-left: unset;
    margin-right: unset;
}
.sec1 h4{
    color: #707070;
}

/***sec2**/
.sec2{
    padding: 100px 0;
}
.sec2 h2{
    margin-bottom: 10px;
}
.see_all_properties {
    color: #fff;
    background: rgb(63,98,226);
    background: linear-gradient(7deg, rgba(63,98,226,1) 0%, rgba(255,47,157,1) 51%);
    border-radius: 3px;
    padding: 10px 30px;
    display: inline-block;
   
}
.badge {
    display: inline-block;
    padding: 5px 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.properti_slider_wrapper .top{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
}
.properti_slider_col {
    position: relative;
    /*margin: 0 5px !important;*/

}
.properti_details{
    padding: 10px;
    min-height:270px;
    margin-bottom:30px;
   
}
.properti_details h4 a{
    display: block;
    font-size: 22px;
    color: #ff2f9d;
}
.properti_details p{
     color:#000;
}
.properti_details strong {
     color: #ff2f9d;
}
.properti_details div{
    font-weight:600;
    color:#000;
}
.badge-orange {
    color: #fff;
    background-color: #ff6935;
}

.properti_slider_wrapper .slick-prev {
    left: 3px;
    transform: unset;
    background: rgb(63,98,226);
    background: linear-gradient(7deg, rgba(63,98,226,1) 0%, rgba(255,47,157,1) 51%);
    border-radius: 50%;
    border: 1px solid rgb(63,98,226);
    height: 32px;
    top: 48%;
}
.properti_slider_wrapper .slick-next {
    right: 3px;
    transform: unset;
    z-index: 9;
    margin-top: 0px;
    background: rgb(63,98,226);
    background: linear-gradient(7deg, rgba(63,98,226,1) 0%, rgba(255,47,157,1) 51%);
    background-position: center center;
    background-size: 100% 100%;
    border: 1px solid rgb(63,98,226);
    border-radius: 50%;
    height: 32px;
    top: 48%;
}
.properti_slider_wrapper .slick-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    position: absolute;
}
.properti_slider_wrapper .slick-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    position: absolute;
}
.sec2 .slick-dots{
    display: none !important;
}
.property_area_description_left ul{
    margin:30px 0;
}
.property_area_description_left ul li:last-child{
    border-bottom:1px solid #eee;
}

.property_details_slider_col .img_holder{
    position:relative;
    height:450px;
}
.property_details_slider_col .img_holder img{
      width:100%;
    height:100%;
    object-fit:cover;
}
.property_details_slider_col img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.property_details_slider_col h3{
   position: absolute;
    bottom: 163px;
    width: 100%;
    color: #fff;
    max-width: 1300px;
    font-size: 76px;
    z-index: 111;
    text-align: center;
}
.property_details_slider_col p{
    right: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 19px;
    background: linear-gradient(7deg, rgba(63,98,226,1) 0%, rgba(255,47,157,1) 51%);
    padding: 10px 30px;
}

.property_details_slider_col .container{
    position:relative;
}
.property_details_slider_wrapper .slick-dots{
    display:none !important;
}
.property_details_slider_wrapper .slick-prev {
    left: 3px;
    transform: unset;
    background: rgb(63,98,226);
    background: linear-gradient(7deg, rgba(63,98,226,1) 0%, rgba(255,47,157,1) 51%);
    background-position: center center;
    background-size: 100% 100%;
    border: 1px solid rgb(63,98,226);
    height: 32px;
    top: 48%;
    border-radius: 50%;
}
.property_details_slider_wrapper .slick-next {
    right: 3px;
    transform: unset;
    z-index: 9;
    margin-top: 0px;
    background: rgb(63,98,226);
    background: linear-gradient(7deg, rgba(63,98,226,1) 0%, rgba(255,47,157,1) 51%);
    background-position: center center;
    background-size: 100% 100%;
    border: 1px solid rgb(63,98,226);
    border-radius: 50%;
    height: 32px;
    top: 48%;
}
.property_details_slider_wrapper .slick-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    position: absolute;
}
.property_details_slider_wrapper .slick-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    position: absolute;
}
.p_img{
    height:50px;
    width:50px;
}
.p_img img{
    border-radius:5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.letest_property{
    margin-top:50px;
}
.letest_property h3{
    margin-bottom:15px;
    font-size:25px;
}
.letest_property_lits_wrapper a{
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.p_des {
    font-size:15px;
    padding-left:10px;
}

.popup_box{
	background: #E8E8E8;
	box-shadow: 0px 0px 28px rgba(91, 82, 70, 0.25);
	border-radius: 39px;
	padding: 30px;
	text-align: center;
	width: 300px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;	
}
.popup_box form{
    display:none;
}
.popup_box i.fa.fa-comments {
    font-size: 50px;
    position: absolute;
    left: 0;
    top: -23px;
    color: #1da54b;
}
.popup_box span{
	display: block;
	font-weight: 400;
	font-size: 11px;
	line-height:15px;
	text-align: center;
	text-transform: uppercase;
	color: #404040;
}
.popup_box p{
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #404040;
    margin-bottom: 11px;
}
.popup_box a.start_btn{
	background: #3BDC72;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 7px 30px;
	text-align: center;
	display: block;
	margin: 10px 0 5px 0;
	border-radius: 5px;
}
.popup_box a.close_popup {
    position: absolute;
    right: -5px;
    top: -16px;
    font-size: 15px;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    border-radius: 50%;
    color: #000;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.popup_box input{
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: 2px;
    outline: none;
    margin-bottom: 8px;
}
.popup_box textarea{
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    padding:10px;
    font-size: 11px;
    letter-spacing: 2px;
    outline: none;
    margin-bottom: 8px;
}
.popup_box input[type="submit"]{
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 14px;
    letter-spacing: 2px;
    outline: none;
    font-weight: 600;
    margin-bottom: 8px;
    background: #1da54b;
    text-transform: uppercase;
    color: #fff;
    cursor:pointer;
}


@media (min-width:1025px){
    .properti_slider_wrapper .slick-next {
        right: 0px;
       
    }
    .properti_slider_wrapper .slick-prev {
        left: 0px;
       
    }
    .property_details_slider_wrapper{
        margin-top:100px;
    }
}
@media (min-width:1200px){
    .properti_slider_wrapper .slick-next {
        right: -5px;
       
    }
    .properti_slider_wrapper .slick-prev {
        left: -5px;
       
    }
}


/**Features_slider**/
.Features_slider .properti_slider_col{
    border: 2px solid #f1f1f1;
    
}
.Features_slider .slider_img_wrapper{
    position: relative;
    
}
.Features_slider .slider_img_wrapper:after{
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
.Features_slider .properti_details{
    position: unset;
    border: none;
    width: 100%;
    text-align: left;
    color: #fff;
    padding:20px 15px;
    background: rgb(27,64,201,0.9);
    min-height: 236px;
}
.Features_slider .properti_details div{
    font-weight:600;
    color:#fff;
}
.Features_slider .properti_details a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.sec3{
    padding: 50px 0;
}
.popular_project_location{
    padding: 50px 0;
    background: #fff;
}
.location_property a{
    display: block;
    font-size: 22px;
    color: #000;
    margin-bottom:40px;
    text-align:center;
    margin-top:7px;
    font-weight:600;
    border-radius:5px;
}
.location_property a:hover{
     font-weight:700;
}
.img_holder img{
    height:250px;
    width:100%;
    object-fit:cover;
    
}
/**most_listing**/
.most_listing{
    padding: 100px 0;
}
.bg-accent {
    background-color: #eff6f7!important;
}
.shadow-2 {
    box-shadow: 0 20px 15px 0 rgba(51,51,51,.03)!important;
}
.box-wrapper{
    background-color: #fff;
    padding: 20px;
}
.box-wrapper h4 {
    font-size: 20px;
    color: #202020;
}
.most_listing h2{
  text-align: center;
}
.mt_30{
    margin-top: 30px;
}
.heading-divider {
    display: block;
    width: 75px;
    height: 1px;
    margin-top: 19px;
    margin-bottom: 41px;
    background-color: #3f62e2;
    margin-left: auto;
    margin-right: auto;
}

/***testi**/
.testi{
    padding: 100px 0;
    color: #fff;
    text-align: center;
}
.testi_slider_col img{
    margin-right: auto;
    margin-left: auto;
    border-radius:70% 30% 30% 70%/60% 40% 60% 40%;
    margin-top: 30px;
}
.testi h2{
    margin-bottom: 30px;
}
.testi_slider_col h3 {
    font-weight: 100;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
}
.testi_slider_col p {
    margin: 10px 0;
    font-size: 17px;
}

.testi .slick-dots li button:before{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;

}
.divaider{
    height: 1px;
    max-width: 600px;
    background-color: #fff;
    position: relative;
    margin: 0 auto 40px auto;
    display: block;
    
}
.divaider:after{
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    top: -2px;
    content: '';
}
.divaider:before{
    position: absolute;
    right: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    top: -2px;
    content: '';
}
.divaider .fa{
    font-size: 25px;
    width: 40px;
    background-color: #ff2f9d;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -21px;
    margin-left: -20px;
}

/**request_call_sec**/
.request_wrapper{
    background: rgb(63,98,226);
    background: linear-gradient(7deg, rgba(63,98,226,1) 0%, rgba(255,47,157,1) 51%);
    padding: 20px 30px 30px 30px;
}
.request{
    color: #fff;
    text-align: center;
}
.request h4{
   font-size: 62px;
    line-height: 72px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: 8px;
}
.request_call_sec form input[type="text"]{
    width: 100%;
    height: 50px;
    border: 2px solid #ff2f9d;
    color: #ff2f9d;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 5px;
}
.request_call_sec form input[type="email"]{
    width: 100%;
    height: 50px;
    border: 2px solid #ff2f9d;
    color: #ff2f9d;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 5px;
}
.request_call_sec button{
    background-color: #fff;
    color: #7354cf;
    text-align: center;
    line-height: 46px;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 0 100px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.list-item{
    margin-bottom:30px;
}
h2.text-heading{
    text-align: center;
    padding: 20px 0;
    margin-bottom: 36px;
    color: #000;
}
/**footer**/
footer{
    background-color: #3f62e2;
    color: #fff;
    padding: 50px 0 20px 0;
}
.f_logo img{
    width: 80px;
}
.f_logo{
    margin-bottom: 20px;
}
footer a, footer p, footer h4{
    color: #fff;
}
footer a:hover{
    color: #dadada;
}
footer h4{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
footer h4:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    background-color: #fff;
}
footer h4:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background-color: #fff;
}

footer li{
    margin-bottom:10px;
}
footer li:last-child{
     margin-bottom:0px;
}
.mt_20{
    margin-top:20px;
}
.list-inline-item a{
    font-weight: 400;
    font-size: 14px;
}

/***product details page**/

.banner_inner{
    padding: 300px 0 50px;
    position:relative;
}
.banner_inner:after{
    height:100%;
    width:100%;
    position:absolute;
    z-index:1;
    background:rgba(0,0,0,0.2);
    content:'';
    top:0;
    left:0;
    
}
.banner_inner h3{
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.banner_inner h2{
    z-index:2;
    position: relative;
}
.banner_inner p{
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}
.banner_inner .right_area{
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    width: auto;
    display: inline-block;
    margin-right: auto;
    padding: 10px 20px;
    float: right;
}
.banner_inner .right_area:after,.banner_inner .right_area:before{
      content: " ";
    display: table;
}


.banner_inner .right_area:after {
    clear: both;
}
.search_property_form{
    position: absolute;
    top: 110px;
    width: 100%;
    z-index: 4;
   /* background-color: #ff2f9d;*/
}
.search_property_form form{
   
}
.banner_inner{
    position: relative;
}
form div.fancy-select div.trigger{
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.search_property_form form .row [class*="col-"]{
    padding-left: 0px;
    padding-right: 0px;
}
.search_property_form form .row{
    margin-left: 0px;
    margin-right: 0px;
}
 form div.fancy-select ul.options{
    width: 100%;
    min-width: 100%;
    background-color: #ff2f9d;
}
.search_property_form form input[type="text"]{
    width: 100%;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 0 10px;
    height: 40px;
    color: #fff;
    background: transparent;
}
.search_property_form form button{
    width: 100%;
    font-size: 15px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 36px;
    
    color: #fff;
    background: transparent;
}
.search_property_form form ::placeholder{
    color: #fff;
}
form div.fancy-select div.trigger:after {
    content: '\f107';
    font-family: 'FontAwesome';
    border: none;
    top: 6px;
    right: 27px;
    font-size: 20px;
    color: #fff;
}
form div.fancy-select div.trigger.open:after{
   content: '\f106 ';
    
}
.tab_area .nav{
    display: block;
    background-color: #fff;
    margin-bottom: 30px;
}
.tab_area .nav li{
    width: 20%;
    text-align: center;
}
.tab_area .nav li.active{
    background-color: transparent;
    border-bottom:2px solid #000;
   
}
.tab_area .nav li a{
    color: #000;
}
.tab_area .nav li.active a{
     color: #000;
}


.product_images{
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; 
   
}
.product_images .img_holder{
    height: 350px;
}
.product_images .img_holder img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product_images [class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    height: 100%;
}
.product_images .img_holder{
    height: 200px;
    
}

.property_area_description_left ul li{
   font-size: 15px;
   display: block;
    text-align: left;
    padding: 10px;
    font-weight: 600;
    color: #707070;
    border: 1px solid #eee;
    border-bottom: none;
}

.property_details [class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.mt_30{
    margin-top: 30px;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  vertical-align: top;

}
table th, table td{
    padding: 5px;
    text-align: center;
}
.table th:first-child{
    min-width: 100px;
}
.table_wrapper thead tr p{
   border: 1px solid black;
}
.table thead tr:first-child{
    background-color: #eff6f7;
    color: #1e1d85;
    font-size: 16px;
    
}
.table thead tr:first-child td{
    text-align: left;
}
.table tbody tr td a{
     background-color: #eff6f7;
     text-decoration: underline;
     font-size: 16px;
     display: block;
     padding: 5px 10px;
     color: #1e1d85;
}
.why_chose_this_product h3{
    margin-bottom: 15px;
}
.why_chose_this_product p{
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.why_chose_this_product p:after{
    position: absolute;
    left: 0;
    top: 8px;
    content:'';
    width: 10px;
    height: 10px;
    background-color: #ff2f9d;
    transform: rotate(45deg);
}
.right_imformation form input{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 0 10px;
    border: 1px solid #ff2f9d;
    color: #ff2f9d;
    font-size: 15px;
    margin-bottom: 10px;
    background-color: transparent;
}
.right_imformation form{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 5px;
    background-color: #eff6f7;
}
.right_imformation form h3{
    margin-bottom: 15px;
    font-size: 20px;
}
.right_imformation form textarea{
    width: 100%;
    min-height: 150px;
    border-radius: 10px;
    padding:10px;
    border: 1px solid #ff2f9d;
    color: #ff2f9d;
    font-size: 15px;
    margin-bottom: 10px;
    background-color: transparent;
}
.right_imformation form button{
    display: block;
    background-color: #ff2f9d;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #ff2f9d;
    padding: 10px;
    width: 100%;
}
.sec4 ul{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.sec4 ul li{
    width: 33.33%;
    float: left;
    text-align: center;
}
.sec4 ul li img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sec4 ul li a{
    border: 1px solid #ccc;
    padding: 20px 10px;
    display: block;
    margin: 0 10px;
    height: 135px;
}
.sec4{
    padding: 50px 0;
}
.product_details_brif{
    padding-bottom: 100px;
}

.features_listing li{
    float: left;
    width: 20%;
    text-align: center;
    min-height:120px;
    margin-bottom: 10px;
}
.features_listing li img{
    width: 70px;
    display: block;
    margin: 0 auto 15px auto;
}
.tab-pane h3{
    font-size: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.features_listing li a{
    margin: 0 10px;
    border: 1px solid #eee;
    padding: 20px 5px;
    display: block;
    border-radius: 10px;
    color: #ff2f9d;
    font-size: 14px;
}
.features_listing li:first-child a{
    margin: 0 10px 0 0;
}
.features_listing li:last-child a{
    margin: 0 0 0 10px;
}
.features_description_list p{
    display: block;
    margin-bottom: 15px;
    background-color: #ff2f9d;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.table_specification {
    overflow-x: scroll;
}
.table_specification th{
    min-width: 150px;
    text-align: center;
    padding: 7px 10px;
}
.table_specification th:nth-of-type(3){
    min-width: 250px;
}
.table_specification th:nth-of-type(4){
    min-width: 250px;
}
.table_specification th:nth-of-type(5){
    min-width: 250px;
}
.table_specification td{
    font-size: 14px;
    color: #707070;
    padding: 7px 10px;
}
.table_specification td p{
    padding-left: 10px;
    position: relative;
}
.table_specification td p:after{
    position: absolute;
    content: '';
    background-color: #707070;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 12px;
}
.price_wrapper p{
    color: #707070;
    position: relative;
    padding-bottom: 5px;

}
.price_wrapper p span{
    float: right;
    width: 30%;
}
.price_wrapper p span:after,.price_wrapper p span:before{
    content:'';
    display: table;
}
.price_wrapper p span:after{
    clear: both;
}
.price_wrapper h4{
    color: #ff2f9d;
    margin: 15px 0;
    font-size: 20px;
}
.modal{
    z-index: 99999;
}
.modal button[type="submit"]{
    width: auto;
    padding: 10px 40px;
    display: table;
    border: none;
    color: #fff;
    background-color: #ff2f9d;
    margin: 0 auto;
    border: 5px;
} 
.popup_wrapper .modal-header {
    color: #ff2f9d;
    border-bottom: 1px solid #ff2f9d;
}
.popup_wrapper .form-control{
   border: none;
   border-bottom: 1px solid #ff2f9d;
   color: #ff2f9d;
   box-shadow: unset;
   padding-left: 0;
   border-radius: 0;
   font-size: 15px;
}
.popup_wrapper .modal-title {
   
    font-size: 20px;
    text-align: center;
}
.popup_wrapper .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: unset;
    color: #fff;
    background: #ff2f9d;
    position: absolute;
    margin: 0;
    padding: 19px;
    top: 0;
    right: 0;
}
.testi_slider_wrapper .slick-dots{
   bottom: -20px;
}
.social_media_mobile{
    display: none;
}
.menu_2_mobile{
    display: none;
}

/**register page**/
.register_form_wrapper{
    padding: 100px 0;
}
.register_form_wrapper form{
    box-shadow: 0 1px 15px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 40px 20px;
}
.register_form_wrapper h2{
    text-align: center;
    margin-bottom: 20px;
}
.register_form_wrapper form input{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #161616;
    height: 45px;
    border:1px solid #ccc;
    padding: 0 15px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.form_select {
    width: 100%;
    height: 45px;
    color: #161616;
    font-size: 15px;
   border:1px solid #ccc;
    cursor: pointer;
    outline: none;
    background: 0 0;
    margin-bottom: 10px;
    font-family: Ebrima;
}
.register_form_wrapper form textarea{
    min-height: 150px;
    margin-bottom: 10px;
}
.register_form_wrapper form button{
    background-color: #4b7c9d;
    border: none;
    outline: none;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 10px;
    border-radius: 0;

}


/****contact page**/
.contact_info_page {
    padding: 100px 0;
}
.contact_info_page .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #696969;
    background-color:transparent;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 3px;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact_info_page h3{
    max-width: 700px;
    font-size: 25px;
}
.contact_info_page .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none;
    border: none;
    font-size: 15px;
    border: 1px solid;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.contact_info_page .btn-primary:hover{
    opacity: 0.9;
}
.visit_area{
    margin-top: 40px;
}
.info_box p{
    font-weight: 600;
    color: #707070;
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.info_box p span{
    float: right;
    text-align: right;
    display: inline-block;
    font-weight: 400;

}
/*.contatc_info{
    margin-top: 40px;
}*/
.contatc_info h4{
    margin-bottom: 15px;
    font-size: 20px;
}
.contact_info_page form{
    margin-top: 30px;
}

/***about us page**/
.about_page{
    padding: 100px 0;
}
.about_right_img{
    height: 500px;
}
.about_right_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_left_content h3{
    font-size: 25px;
    position: relative;
    padding-left: 5px;
    margin-bottom: 15px;
}
.about_left_content h3:after{
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    content: '';
    background-color: #4d7d9f;
    top: 0;
}
.wrapper_content{
    color: #1e1d85;
    background-color: #eff6f7;
    border-radius: 5px;
    padding: 30px 20px;
}
.wrapper_content h4{
    font-size: 17px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.wrapper_content .fa{
    font-size: 60px;
}
.mission_vission{
    padding-bottom: 70px;
}
.counter_sec{
    padding: 50px 0;
    text-align: center;
    background-color: #dadada73;
}
.counter_box{
    background-color: #3f62e2;
    padding: 50px 15px;
    border-radius: 4px;
    border: 16px solid #6746cb;
}
.counter_box img{
    height: 80px;
}

.counting{
    font-size: 29px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    margin: 10px 0;
} 
.counter_box h5{
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
.counter_sec h2{
    margin-bottom: 30px;
}
.brands{
    margin-top: 50px;
}
.brands h2{
    text-align: center;

}

/**post_your_product_sec**/
.post_your_product_sec {
    padding:70px 0;
}
.post_your_product_sec h2{
    font-size:30px;
    margin-bottom:20px;
    text-align:center;
}

.close_btn .fa{
 background:#fff;
 color:#337ab7;
 width:30px;
 height:30px;
 line-height:27px;
 text-align:center;
 border:1px solid #fff;
}
.close_btn {
    text-align: right;
    float: left;
    width: auto;
    position: absolute;
    left: -30px;
}

.post_your_product_sec .tab{
    display: none;
    width: 100%; 
    height: 50%;
    margin: 0px auto;
  
}
.post_your_product_sec .current{
    display: block;
    
}

.post_your_product_sec button.next {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    font-size: 16px; 
    cursor: pointer;
    border-radius:5px;
 }
.post_your_product_sec button.submit,button.previous{
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 12px 28px; 
    font-size: 16px; 
    cursor: pointer;
    border-radius:5px;
}
.post_your_product_sec button:hover {
    opacity: 0.8; 
    
}

.previous {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */


.error {
    color:red !important; 
}
.step_wrapper{
    margin-bottom:30px;
    border-radius:10px;
}
.step_wrapper span.active{
     width:50%;
    float:left;
    text-align:center;
    display:block;
    background:#4c7d9e;
    color:#fff;
    font-size:20px;
    border:1px solid #4c7d9e;
}

.post_your_product_sec form button{
    width:100%;
    outline:none;
    border:none;
    font-size:17px;
}
.post_your_product_sec .form-horizontal .form-group{
    margin-right:0px;
    margin-left:0px;
}
.post_your_product_sec form{
    padding:40px 10px;   
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
}
.post_your_product_sec form .form-control{
    height:45px;
}
.flex_wrapper {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 15px;
}
.flex_wrapper input[type="radio"]{
    width:20px;
    height:20px;
    margin:0;
    color: #555;
}
.post_your_product_sec form h3{
    font-size:22px;
    font-weight:400;
    margin-bottom:15px;
    color: #555;
}
.post_your_product_sec form select{
    width:100%;
}
.post_your_product_sec form h4,.post_your_product_sec form label{
    color:#555;
    font-weight:400;
    cursor:pointer;
}
.form_wrapper{
    border:1px solid #eee;
    padding:10px;
    border-radius:10px;
    height:100%;
}
.step_wrapper span{
    width:50%;
    float:left;
    text-align:center;
    display:block;
    line-height:45px;
    color:#4c7d9e;
    font-size:20px;
    border:1px solid #4c7d9e;
}
.post_your_product_sec .property_details [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.form_ftr button{
    width:auto !important;
}
.propert_listing_sec {
    padding:50px 0;
}
.propert_listing_sec .row{
    border:1px solid #eee;
    padding: 10px 0;
    border-radius:10px;
    margin-bottom:30px;
    box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
}
.property_details{
    position:relative;
}
.property_details .price{
    font-weight:600;
    position:absolute;
    right:0;
    top:0;
    color:#000;
    font-size:16px;
}
.property_details h4{
    font-weight:600;
    color:#337ab7;
    font-size:20px;
}
.property_details span{
    display:block;
    margin-bottom:5px;
    font-weight:600;
    font-size:15px;
    color:#333;
}
.property_details p{
    font-weight:400;
    color:#333;
    font-size:15px;
    line-height:28px;
}
.propert_listing_sec .img_holder img{
    width:100%;
    border-radius:10px;
}
form div.fancy-select ul.options{
    z-index:99999;
}
.dropdown-content a p{
    display:block;
    padding:0 10px;
    border-bottom:1px solid #eee;
    color:#707070;
    line-height:25px;
    font-size:16px;
}

.whatsaap {
    position: fixed;
    left: 20px;
    bottom: 20px;
    border-radius: 5px;
    z-index: 99999999999999;
    background:#fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.whatsaap img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.popup_when_page_load {
/*	position: absolute;*/
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
    font-family: 'Roboto', sans-serif !important;
}

.popup_when_page_load .modalPopup {
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
	width: 40%;
	padding: 20px 20px;
	-webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
	
}
.popup_when_page_load form input[type="text"] {
	width: 100%;
	border: 1px solid #fff;
	height: 45px;
	padding: 0 10px;
	color: #000;
	outline: none;
	margin-bottom: 15px;
	border-radius: 5px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
}
.popup_when_page_load form input[type="email"] {
	width: 100%;
	border: 1px solid #fff;
	height: 45px;
	padding: 0 10px;
	color: #000;
	outline: none;
	margin-bottom: 15px;
	border-radius: 5px;
    font-size: 16px;
}
.modalContent  img{
    width:100%;
    height:500px;
    object-fit:cover
}

.popup_when_page_load form input[type="text"]::placeholder {
	color: #000;
   
    font-size: 16px;
}
.headerBar{
    text-align:center;
    color:#fff;
    font-size:17px;
}
#modalOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    width: 100%;
    transform: translate(-50%, -50%);
    height:100vh;
}
.popup_when_page_load form input[type="submit"] {
	width: auto;
	display: table;
	border: 1px solid #fff;
	padding: 10px 30px;
	border-radius: 5px;
	background: #fff;
	color: #3f6f8f;
	outline: none;
	margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.heading{
    color: #fff;
    font-size: 19px;
    text-align:center;
}
.popup_when_page_load #button {
	position: absolute;
	right: -10px;
	top: -10px;
	height: 25px;
	line-height: 25px;
	width: 25px;
	background: #fff;
	color: #92210f;
	border-radius: 50%;
	border: transparent;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
}
.fixed_social {
    position: fixed;
    top: 50%;
    right: 15px;
    z-index:99;
    margin-top: -90px;
}
.fixed_social a{
    display:block;
    margin-top: 5px;
}
.fixed_social a img{
    width:30px;
}
.video-wrapper {
  width:100%;
  height:100vh;
  overflow: hidden;
}
video {
    object-fit: cover;
    width:100%;
    height:100%;
}
.slider_img_wrapper img{
    width:100%;
    height:350px;
    object-fit:cover;
}

.hero_title {
    top: 300px;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 75px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    line-height: 85px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.open_popup_form_small{
    display:none;
}
.open_popup_form_small .fa{
   font-size: 30px;
    color: #1da54b;
    background: #fff;
    padding: 5px;
    border-radius: 7px;
}
@media (max-width: 1100px){
    .two_menu li a{
        font-size: 14px;
    }
    .social_media ul li .fa {
        width: 35px;
        height: 35px;
        font-size: 15px;
        line-height: 35px;
    }
}

@media (max-width: 1025px){
    .request_call_sec form input[type="text"] {
        width: 27%;  
    }
}

@media (max-width: 991px){
    .top_contact_info {
        width: calc(100% - 150px);
       
    }
    .two_menu li a {
        font-size: 11px;
    }
    .social_media ul li .fa {
        width: unset;
        height: unset;
        font-size: 15px;
        line-height: inherit;
        border: none;

    }
   
    header{
        padding: 0;
    }
    .two_menu li a {
        font-size: 12px;
        padding-bottom: 0;
    }
    .request h4 {
        font-size: 16px;
        line-height: 50px;
    }
    .request_call_sec form input[type="text"] {
        width: 26%;
    }
     .search_property_form{
        top: 81px;
    }
    .product_images {
        display: block;
    }
}

@media(max-width: 767px){
    .popup_when_page_load .modalPopup{
        width:95%;
    }
  
    .banner_caption div.fancy-select div.trigger{
        font-size:14px;
        font-weight:500;
    }
    .most_listing {
        padding: 30px 0 30px ;
    }
    .sec2 {
        padding: 0 0 40px 0;
    }
    
    .request_call_sec form input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .request_call_sec form input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .request {
        border-radius: 10px;
        clip-path: none;
        margin-bottom: 10px;
    }
    .request_call_sec button {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .sec1 .box{
        height: 150px;
        text-align: center;
    }
    .see_all_properties{
        margin-bottom: 15px;
    }
    .most_listing .box-wrapper{
        margin-bottom: 15px;
    }
    .sec1 {
        padding: 30px 0 30px 0;
        
    }
    .banner_caption form input[type="text"]{
        border: 1px solid #4d7d9f;
        border-radius: 5px;
        padding: 0 15px;
        margin-top: 0px;
        font-weight: 400;
        height: 36px;
    }
    .banner_caption div.fancy-select div.trigger{
        border: 1px solid #4d7d9f;
        border-radius: 6px;
        padding: 7px 15px;
        font-size: 14px;
        font-weight: 400;
        color: #707070;
    }
    .banner_caption div.fancy-select div.trigger:after {
        top: 50%;
        right: 15px;
        margin-top:-10px;
       
    }
    .banner_caption form button {
        background-color: #4b7c9d;
        border: none;
        outline: none;
        text-align: center;
        width: 100%;
        padding: 0 10px 10px 0;
        border-radius: 10px;
        margin-top: 10px;
        display:none;
       
    }
    .banner_caption form button .fa{
         color: #fff;
    }
    .banner_caption form{
        max-width: 500px;
    }
    .banner_menu ul li a {
       
        font-size: 14px;
    }
   
    .h_left_area {
        float: left;
       padding-left: 15px;
       margin-bottom: 10px;
    }
    header{
        background: #fff;
        position: relative;
    }
    .top_contact_info li a span{
        color: #4d7d9f;
        font-size:15px;
    }
    
    .social_media ul li .fa{
        color: #000;
        margin-right: 5px;
    }
    .two_menu li a{
        color: #fff;
    }
    .menu_btn span{
        background: #000;

    }
   
    .top_contact_info {
        width: unset;
        text-align: right;
        margin-top: 12px;
    }
    
    .h_right_area {
        display: block;
        width: 50px;
        justify-content: unset;
        align-items: center;
        margin-top: 2px;
    }
    .h_right_area .two_menu{
        display: none;
    }
    .h_right_area .social_media {
        display: none;
    }
    .logo {
        width: 97px;
        margin-top: -22px;  
    }
    .search_property_form {
        top: 53px;
    }
    .social_media_mobile{
        display: flex;
        justify-content: space-between;
        margin: 10px;
    }
    .menu_2_mobile{
        display: block;
    }
    .menu_2_mobile li{
        width: 50%;
        float: left;
        text-align: center;
    }
    .menu_2_mobile li a{
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 10px;
        font-size: 12px;
        margin: 5px;
        display: block;
        color: #fff;
    }
    .social_media_mobile li .fa{
        color: #fff;
    }
    .wrapper_content{
        margin-bottom:30px;
    }
    .about_page {
      padding: 40px 0;
    }
    .about_right_img {
      height: auto;
      margin-top: 30px;
    }
    .banner_slider_wrapper .img_holder {
        height: 400px;
    }
    .banner_slider_wrapper {
        position: relative;
        height: 400px;
    }
    .header_top [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .social_media {
        
        margin-top: 7px;
    }
    .menu_btn{
        margin-left: 8px;
    }
    .nerdy-pen__text{
        top:50%;
        font-size: 35px;
        padding: 0 15px;
    }
    h2.text-heading{
        font-size:30px;
       
    }
    .sec3 {
        padding:0 0 50px 0;
    }
    .location_property.row [class*="col-"]:last-child  a{
        margin-bottom:0;
       

    } 
    .slider_img_wrapper img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .popular_project_location{
        padding:0 0 50px 0;
    }
    .most_listing h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .testi h2{
        font-size: 25px;
        line-height: 35px;
    }
    footer h4{
        margin-top:20px;
    }
    .popup_box{
        display:none;
    }
    .open_popup_form_small{
       display: block;
        position: fixed;
        right: 15px;
        width: 50px;
        bottom: 18px;
    }
}




@media (max-width: 575px){
     .location_property a{
        font-size: 16px;

    } 
    .banner_menu ul li a {
        font-size: 10px;
    }
    h2.text-heading {
        font-size: 24px;
        line-height: 37px;
        margin-bottom:0;
    }
    .tab_area .nav li a {
       padding: 10px 5px;
       font-size: 12px;    
    }
    footer .col-md-auto.mb-0 {
      display: block;
      text-align: center;
    }
    .banner_menu ul li {
      display: unset;
      margin-right: 6px;
      position: relative;
    }
    .banner_caption {
      position: relative;
      top: unset;
      left: unset;
      width: unset;
      transform: unset;
    }
    .tab_area .nav {
        margin-left: -15px;
        margin-right: -15px;
    }
    .stats{
        padding-right:7px;
        padding-left:7px;
    }
  
    .counter_box h5 {
      font-size: 12px;
    }
    .counter_box {
      padding: 50px 11px;
      margin-bottom: 15px;
    }
    .property_details_slider_col .img_holder{
        height:250px;
    }
    .property_details_slider_col h3 {
        font-size: 34px;
        bottom: 122px;
    }
    .property_details_slider_col p {
      font-size: 13px;
      padding: 7px 30px;
    }
    .properti_details h4 a {
        font-size: 17px;
    }
    .col-xs-6{
        width:100%;
    }
    .brnad_slider_wrapper  .col-xs-6{
        width:50%;
    }
    h2.text-heading{
        font-size:20px;
    }
    .slider_img_wrapper img{
        height:250px;
    }
    
}



.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3BDC72; /* Blue */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 2s linear infinite;
  margin:0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}