


ul{ padding:0px !important; margin:0px !important;}

ul li{ list-style: none;}

img{ max-width: 100%;}

a{ color: #000000; text-decoration: none; transition: all 0.4s;}

a:hover{ color: #000000; text-decoration: none; transition: all 0.4s;}

figure{ margin-bottom:0px;} 

.p-50{ padding:50px 0px;}

.p-30{ padding:30px 0px;}



.default_btn:hover{ background: #004185; color: #fff; }








/*banner*/

.banner{ position:relative; max-width:1920px; margin: auto;}

.banner_image{ position: relative;}

.banner_image:before , .banner_detail_box:before , .banner_form:before{ position: absolute; content: ""; top:0px; left: 0px; width:100%; height: 100%; background-color:rgba(0,0,0,0.4);}

.banner_detail{ display:flex; flex-wrap: wrap; position: absolute; top:50%; transform: translate(0 , -50%);left: 0px; width:100%; z-index:1;}

.banner_detail_box { background-color: rgba(0,0,0,0.4);  padding: 15px; position: relative; margin: 20px 0px;  }

.banner_detail_box .content_box{ position: absolute; top: 0px; left: 0px; padding:8% 8% 80px; width:100%; color: #fff; height: 100%;}

.banner_detail_box .content_box h2{ text-transform: uppercase; font-weight: 700; }

.banner_detail_box .content_box p{ color:#fff;}

.banner_detail_box a { transition: 0.4s; background-color: #5fb61f;  color: #fff;  padding: 8px 30px 10px;  border-radius: 10px;  position: absolute;  bottom: 35px;  right: 40px; 

    font-size: 18px;}

.banner_detail_box figure img {  min-height: 210px;  object-fit: cover;}

.banner_detail_box a:hover{ background-color:#282829; color:#fff;}

.banner_content h2{ color:#fff; font-size:48px;}

.banner_content h2 span{ display: inline-block; background-color:#5fb61f; padding:0px 5px; line-height: 50px;}

.banner_content{ display: flex; align-items: center; flex-wrap: wrap; height: 100%; }

.image_profile { position: absolute; bottom:0px; left: 0px; width:20%;}

.image_profile:after{ content: ""; position: absolute; top:0px; left:0px; right: 0; margin: auto; width:75%; height: 100%; border:3px solid #c5ae6b; }

.image_profile img{ position: relative; z-index: 1;}

.about_home .about_image{ float: right; margin-left:5%; margin-bottom:25px; max-width:50%; position: relative;}

/*.about_home .about_image:before{ content: ""; position: absolute; top: 0px; left: 0px; background-color:#e5e5e5; width:100%; height: 100%; clip-path: polygon(0 0, 0% 100%, 10% 0);}*/

.banner_image img{ min-height: 600px; object-fit: cover;}

span.profile_name {  position: absolute;  bottom: 10px; color: #fff;  display: inline-block; left: 130px; min-width: 250px;  z-index: 1;   padding:5px 25px; background-image: url("../images/profile_bg.png"); background-repeat: no-repeat; background-size:100%; background-position: center; margin-bottom: 0px; font-size:22px; line-height: 27px; }



.banner_image_top{ position: relative;}

.banner_detail_box_main { max-width: 1200px; margin: auto; padding-top:25px;}
.banner_detail_box_main .banner_detail_box{ padding:0px; background-color:#A08542; border:2px solid #cab477; margin:0px; height:100%; border-radius: 15px;}
.banner_detail_box_main .banner_detail_box .content_box {/* position:relative; padding:30px 30px 85px;  #282829*/  position:relative; padding:30px 30px 30px; }
.banner_detail_box_main .banner_detail_box a{ bottom:20px; right:20px;}

.banner_detail_box_main .banner_detail_box:before{ display:none;}
 
/*banner*/



/*about_home*/

.heading h2{ font-size:36px;  font-weight: 600; margin-bottom: 20px; }

.about_home{ display:flex; flex-wrap:wrap;}

.about_home_content h2 { margin-bottom: 16px; font-weight: 700; }

.about_home_content p{ margin-bottom:25px;}

.about_home_content p:last-of-type{ margin-bottom:0px;}

/*about_home*/



/*Featured_start*/

.mylistings-list {  background-color: #fff;  color: #000; max-width:1920px; margin: auto;}
.featured_propertie {  background-color: #282829;  color: #fff; max-width:1920px; margin: auto;}

.featured_propertie .heading{ position: relative;}

.featured_propertie .heading h2{ position: relative; z-index: 1; background-color:#282829; display: inline-block; padding-right:15px;}

.featured_propertie .heading:after{ height: 4px; background-color:#a28744; width:100%; content: ""; position: absolute; left: 0px; top: 50%; margin-top:9px; transform: translate(0 , -50%);} 

.featured_propertie  a{ color:#fff;}

.gold_bg{background: rgba(159,132,65,1);

background: -moz-linear-gradient(left, rgba(159,132,65,1) 0%, rgba(201,179,112,1) 100%);

background: -webkit-gradient(left top, right top, color-stop(0%, rgba(159,132,65,1)), color-stop(100%, rgba(201,179,112,1)));

background: -webkit-linear-gradient(left, rgba(159,132,65,1) 0%, rgba(201,179,112,1) 100%);

background: -o-linear-gradient(left, rgba(159,132,65,1) 0%, rgba(201,179,112,1) 100%);

background: -ms-linear-gradient(left, rgba(159,132,65,1) 0%, rgba(201,179,112,1) 100%);

background: linear-gradient(to right, rgba(159,132,65,1) 0%, rgba(201,179,112,1) 100%);

}

.featured_item { padding: 20px; position: relative;}

.featured_item:hover:before{ content:""; position: absolute; height: 100%; width: 100%; border:1px solid #a28744; top:0px; left: 0px;}

.featured_propertie figure{ position: relative;}

.featured_detail{text-align: center;}

.featured_detail p{ color:#fff; margin-bottom:15px; font-size:14px; padding:5px 10px}
.mylistings-list > .featured_detail p{ color:#000; margin-bottom:15px; font-size:14px; padding:5px 10px}
.featured_detail ul{ display:flex; flex-wrap:wrap; justify-content: center; padding:5px 0px 15px !important; }

.featured_detail ul li{ padding:0 10px; position: relative; font-size:14px;}

.featured_detail ul li:after{ content: ""; position: absolute; top: 50%; transform: translate(0 , -50%); right:0px; width:1px; height: 15px; background-color:#fff;}

.featured_detail ul li:last-child:after{ display:none;}

.featured_detail p.gold_bg{ padding:8px 10px; font-size:15px; text-transform: uppercase;}

.featured_detail .gold_bg{ text-align: center; }

.price{ padding:5px 10px;}

.price h4{ margin-bottom:0px;}

.tag_sale{ display:inline-block; background-color:#5fb61f; color:#fff; padding:5px 10px; position: absolute; top: 15px; left: 15px; font-size:14px; text-transform: uppercase; }

.featured_propertie .owl-carousel .owl-nav button span{ font-size:0px; }

.featured_propertie .owl-carousel .owl-nav button.owl-next, .featured_propertie .owl-carousel .owl-nav button.owl-prev{ position:absolute; top:50%; transform: translate(0,-50%); font-size:30px !important; }

.featured_propertie .owl-carousel .owl-nav button.owl-prev{ left:-20px;}

.featured_propertie .owl-carousel .owl-nav button.owl-prev:before {

    content: "\f053"; font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#69696a;

}

.featured_propertie .owl-carousel .owl-nav button.owl-next{ right:-20px;}

.featured_propertie .owl-carousel .owl-nav button.owl-next:before {

    content: "\f054"; font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#69696a;

}

.owl-dots{ display:none;}


.featured_propertie .heading:after {  height: 4px;  background-color: #a28744;    position: absolute;    left: 0px;    top: 13px;    margin-top: 9px;    transform: translate(0);}

/*Featured_end*/





/*happy_Clients*/

.client_review{ display:flex; flex-wrap:wrap; padding:25px; border:1px solid #cab477;}

.client_review figure{ width:29%;}

.client_review .client_content{ width:71%; padding-left:25px;}

.happy_Clients { padding: 40px 0;}

.happy_Clients h2{ text-align:center; text-transform: uppercase; font-size:30px;}

.client_review .client_content p{ font-size:17px; font-style: italic;}

.client_review .client_content p b{ font-style: normal;}

/*happy_Clients*/



/*contact_home*/

.contact_home {background: #a08542; padding:40px 0px; max-width:1920px; margin: auto;}

.contact_home h5{ color:#fff; margin-bottom:0px; font-weight: 600; font-size:18px; line-height: 30px;}

.contact_home .contact_item { position: relative;  padding-left: 100px;  align-items: center;  display: flex;  flex-wrap: wrap;  min-height: 85px;}

.contact_home .contact_item figure{ width:85px; height: 85px; display:flex; flex-wrap: wrap; align-items: center; justify-content: center; background-color:#626051; border-radius: 50%; position: absolute; top: 0px; left: 0px;}

/*contact_home*/



/*inner_page_css*/

.inner-banner{ position: relative;}

.banner_caption {  position: absolute; top: 0px;  left: 0px; width: 100%; padding: 10px 0px;  display: flex;  height: 100%; flex-wrap: wrap; align-items: center;     background-color: rgba(0,0,0,0.4);}

.banner_caption h2{ color:#fff; text-align: center; margin-bottom: 20px; font-size:35px;}

.inner-banner figure img{ min-height: 300px; object-fit: cover;}

/*inner_page_css*/



/*contact_page*/

.contact_us{ padding:50px 0px; background-color:#f5f5f5;}

form .form-control{ height: 50px; color: #717171; font-size: 14px; padding:10px 15px;}

form .form-control:focus{ box-shadow: none;}

.contact_us h2{ color:#d40812;}

.contact_us textarea.form-control{ height: 120px; resize: none;}

.contact_us form { padding-top: 20px;}

.submit_btn { padding-top: 20px;}

.map_box iframe{ width:100%; height: 400px;}

.contact_inner_item{ margin-bottom: 25px;}

.contact_inner_item p{ font-size:16px; color: #717171;}

.map_box { border: 1px solid #ced4da;  border-radius: 5px;  overflow: hidden; font-size:0px;}

form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: #717171; font-size: 14px; 

}

form .form-control::-moz-placeholder { /* Firefox 19+ */

  color: #717171; font-size: 14px; 

}

form .form-control:-ms-input-placeholder { /* IE 10+ */

  color: #717171; font-size: 14px; 

}

form .form-control:-moz-placeholder { /* Firefox 18- */

  color: #717171; font-size: 14px; 

}

.btn_default{ background-color: #c8913f; color:#fff; border:1px solid #c8913f; padding: 10px 45px; border-radius: 8px; font-size:18px; transition: 0.4s;}

.btn_default:hover{ background-color:#000; border-color:#000; transition: 0.4s;}

.right_fix_button {

    position: fixed;

    right: 41px;

    top: 50%;

    transform: rotate(90deg);

    transform-origin: bottom right;

}

.right_fix_button button {

    display: inline-block;

    border: none;

    background: #d40812;

    margin-bottom: 0;

    padding: 6px 20px;

    color: #fff;

    text-transform: capitalize;

    font-size: 20px;

}

.modal.contact_us{ background-color:transparent;}

.modal.contact_us form{ padding-top:10px;}

.modal.contact_us .submit_btn { padding-top: 10px;}

/*contact_page*/



/*search_form*/

.search_form{ position: relative; max-width: 850px;  margin: auto; border-radius: 8px; overflow: hidden;}

.search_form .btn_default{ position:absolute; top: 0px; right: 0px; height: 100%; border-radius: 0px;}

.search_form .form-control{ height: 55px; padding:15px 180px 15px 15px;} 

/*search_form*/



.homeworth_form { text-align: center;  max-width: 600px;  margin: auto;  border: 1px solid #ccc;  padding: 30px; background-color: #f5f5f5;}

.heading{ margin-bottom:30px;}



/*content_page*/

.content_page{ padding:50px 0px;}

.content_page p{ margin-bottom:20px;}

/*content_page*/



/*Daily-listing-alert-page*/

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

.banner_form h2{ color:#fff;  text-transform: uppercase;  font-weight: 700; font-size:40px; margin-bottom:15px;}

.banner_form .homeworth_form{ background-color:rgba(255,255,255,0.3); margin-top:30px;}

.banner_form .homeworth_form .form-control { background-color:rgba(255,255,255,0.7);}

.banner_form { background-image: url(../images/banner.jpg); background-size:cover; color:#fff;}

.banner_form form{ position: relative; z-index: 1;}

.banner_form h2 span{ font-weight: 400; font-size: 25px;}

/*Daily-listing-alert-page*/



/* seller_tips */


.seller_tips .tab_content{ height: 100%;}

.seller_tips .tab-content{ background-color:#fff; padding:15px; border: 1px solid #ccc; height: calc(100% - 40px); padding:20px; }

.seller_tips .nav-link{ border:1px solid #ccc; border-bottom:none;}

.select_dropdown button{ text-align: left;}

.seller_tips textarea.form-control{ min-height: 100px; resize: none;}

.select_dropdown{ text-align: left;}

.seller_tips .nav-pills .nav-link { border-radius: 15px; background-color:#fff; padding:10px 30px !important; margin:0px 5px !important; font-weight:500; color:#000;}
.seller_tips .nav{ flex-wrap: nowrap;  white-space: nowrap;  overflow: auto;}
.seller_tips .nav-pills .nav-link.active, .nav-pills .show>.nav-link{ background-color: #d40812;  border-color: #d40812; color:#fff;}

/* seller_tips */





 /*NEW_CSS_START*/

 

 /*happy_client_carousel_start*/

 .happy_client_carousel .client_review { margin: 20px; }

 .happy_client_carousel .client_review figure img { height: auto !important;}

.happy_client_carousel.owl-carousel .owl-nav button span{ font-size:0px; }

.happy_client_carousel.owl-carousel .owl-nav button.owl-next, .happy_client_carousel.owl-carousel .owl-nav button.owl-prev { position:absolute; top:50%; transform: translate(0,-50%); font-size:30px !important; }

.happy_client_carousel.owl-carousel .owl-nav button.owl-prev{ left:-30px;}

.happy_client_carousel.owl-carousel .owl-nav button.owl-prev:before {  content: "\f053"; font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#69696a;}

.happy_client_carousel.owl-carousel .owl-nav button.owl-next{ right:-30px;}

.happy_client_carousel.owl-carousel .owl-nav button.owl-next:before { content: "\f054"; font-family: "Font Awesome 5 Pro"; font-weight: 900; color:#69696a;}

.owl-dots { display:none;}

.happy_client_carousel .featured_item > figure img{ object-fit: cover; }

.happy_client_carousel .owl-nav.disabled {display: block !important;}

.happy_client_carousel { position: relative; }

/*happy_client_carousel_end*/





/*home_slider_start*/

.home_slider .owl-nav { display: none;}

.home_slider .image_profile img {  height: auto !important;}

/*home_slider_end*/







@media only screen and (min-width: 768px) and (max-width: 991px){

 /*happy_client_carousel-start*/

.happy_client_carousel .client_review { margin: 15px; }

/*happy_client_carousel-end*/  

}





@media only screen and (min-width:320px) and (max-width: 767px){

 /*happy_client_carousel-start*/

.happy_client_carousel .client_review { margin: 15px; }

.happy_client_carousel.owl-carousel .owl-nav button.owl-prev {left: -10px;}

.happy_client_carousel.owl-carousel .owl-nav button.owl-next {right: -10px;}



/*happy_client_carousel-end*/  

}



/*NEW_CSS_END*/


.featured_propertie .owl-carousel .owl-item img{ object-fit:cover;}

.border_btn{ padding:10px 40px; border:1px solid #a08542; display:inline-block;}
.border_btn:hover{ background-color:#a08542;}
/*media_css*/





@media (min-width: 1400px) { 

.container { max-width: 1430px;}  

.featured_propertie .container{ max-width: 1280px;}    

}



@media (min-width: 1200px) and (max-width: 1399px) { 

/*banner*/    

.banner_content h2 {  color: #fff;  font-size: 40px;}    

.banner_content h2 span{ line-height: 45px;}    

.banner_image img { min-height: 530px;}   

.banner_detail_box .content_box h2{ font-size:30px;}  

.banner_detail_box { padding:15px;}   

/*banner*/   

    

/*client_review*/    

.client_review .client_content p{ font-size:15px;}     

/*client_review*/   

}



@media (min-width: 992px) and (max-width: 1199px) { 



/*banner*/  

.banner_detail_box figure img {  height: 200px;  object-fit: cover;}    

.banner_detail_box .content_box h2{ font-size:25px;}

.banner_content h2 { color: #fff;  font-size: 35px;}

.banner_content h2 span{ line-height:35px;}  

.banner_image img { min-height: 420px;}

/*banner*/

    

/*client_review*/    

.client_review{ padding:20px;}    

.client_review .client_content p{ font-size:15px;}  

.client_review figure { width: 35%;}    

.client_review .client_content{ padding-left:15px; width:65%; }    

/*client_review*/  



/*contact_home*/    

.contact_home h5{ font-size:15px; line-height: 25px;}    

.contact_home .contact_item figure{ width:75px; height: 75px; padding:10px;}    

.contact_home .contact_item{min-height: 75px; padding-left:85px;}    

/*contact_home*/

    

.heading h2{ font-size:32px;}    

.heading { margin-bottom: 25px;}   



}



@media (min-width: 768px) and (max-width: 991px) { 

.banner_detail_box .content_box h2{ font-size:25px;}    

/*client_review*/    

.happy_Clients .row [class*="col-"]{ padding-top:15px; padding-bottom: 15px;}

.client_review .client_content p{ font-size:16px;}    

/*client_review*/   



/*contact_home*/    

.contact_home{ padding:35px 0px;} 

.contact_home .row [class*="col-"]{ padding-top:15px; padding-bottom: 15px;}    

.contact_home h5{ font-size:15px; line-height: 25px;}    

.contact_home .contact_item figure{ width:75px; height: 75px; padding:10px;}    

.contact_home .contact_item{min-height: 75px; padding-left:85px;}        

/*contact_home*/    

 

/*contact_page*/    

.contact_inner_item p{font-size: 14px;  color: #717171;}    

.contact_us .form-control{ padding:10px 15px;}   

    

.heading h2{ font-size:32px;}   

.heading { margin-bottom:20px;}    

}



@media (max-width: 991px) { 

/*banner*/    

.banner_detail{ position: relative; top:0px; transform: translate(0); background-color: #282829; padding:30px;}    

.banner_image img{ min-height:inherit;}    

.image_profile{ width:25%;}    

span.profile_name{ font-size:18px; text-align: center;}    

.banner_extra_detail {  max-width: 500px;  margin: auto;}    

.banner_content h2 { font-size: 35px;}

.banner_content h2 span{line-height: 35px;}    

/*banner*/

       

/*seller_tips*/  

.seller_tips .homeworth_form{ margin-top:30px;}

/*seller_tips*/

}



@media (max-width: 767px) { 

.p-50{ padding:35px 0px;}    

    

/*banner*/    

.banner_detail_box .content_box h2{ font-size:25px;}    

.banner_detail_box a{ padding:8px 25px 10px; font-size:15px;}    

/*banner*/



/*about_home*/    

.about_home .about_image{ max-width:100%; margin-left:0px; margin-bottom: 15px;}   

.about_home_content h2{ font-size:25px; }    

.about_home_content p {  margin-bottom: 15px;}    

/*about_home*/

    

/*happy_Clients*/    

.happy_Clients .row [class*="col-"]{ padding-top:10px; padding-bottom: 10px;}     

.client_review{ padding:20px;} 

.happy_Clients { padding: 30px 0;}    

.client_review .client_content p{ font-size:14px;}     

.client_review figure { width: 35%;}    

.client_review .client_content {width: 65%;}    

/*happy_Clients*/ 

    

.heading h2{ font-size:25px;}  

.heading { margin-bottom: 20px;}    

    

/*contact_home*/    

.contact_home{ padding:30px 0px;} 

.contact_home .row [class*="col-"]{ padding-top:15px; padding-bottom: 15px;}    

.contact_home h5{ font-size:15px; line-height: 25px;}    

.contact_home .contact_item figure{ width:75px; height: 75px; padding:10px;}    

.contact_home .contact_item{min-height: 75px; padding-left:85px;}

/*contact_home*/     

 

/*contact_page*/    

.contact_inner { padding-top: 30px;  margin-top: 40px;  border-top: 1px solid #ccc;}    

.map_box iframe { width: 100%;  height: 300px;}    

/*contact_page*/

    

.inner-banner figure img {  min-height: 200px;  object-fit: cover;}    

.banner_caption h2{ font-size:25px; margin-bottom: 15px;  }  

 

/*search_form*/

.search_form .form-control { height: 45px;}    

.search_form .btn_default{ font-size:16px; padding: 5px 30px;} 

.search_form .form-control{padding: 10px 15px;}

/*search_form*/



.right_fix_button{ right:36px;}    

.right_fix_button button{ font-size:16px;}    



/*seller_tips*/

.seller_tips .nav-pills .nav-link { padding: 8px 15px;  font-size: 14px;}

/*seller_tips*/



/*Daily-listing-alert-page*/ 

.banner_form{ padding:40px 0px;}

.banner_form h2 span{ font-size:20px;}

.banner_form h2{ font-size:30px;}

.banner_form h5{ font-size:18px;}

/*Daily-listing-alert-page*/


.banner_detail_box_main [class*="col-"]{ padding-top:10px; padding-bottom:10px;}
.banner_detail_box_main .banner_detail_box .content_box {  position: relative;  }
}



@media (max-width: 574px) { 

h3{ font-size:22px; }    

    

form .form-control{ height: 45px;}



/*banner*/ 

.banner_detail{ padding:25px 0px;}    

.banner_detail_box figure img{ height: 200px; object-fit: cover;}    

 span.profile_name{ min-width:175px; font-size:14px; line-height: 18px; text-align: center;}    

.banner_content h2 { font-size: 25px;}    

.banner_content h2 span {  line-height: 25px;}    

/*banner*/   



/*featured_propertie*/   

.featured_item{ max-width:300px; margin: auto;}    

.featured_propertie .owl-carousel .owl-nav button.owl-prev{ left:-10px;}    

.featured_propertie .owl-carousel .owl-nav button.owl-next {  right: -10px;}    

.client_review figure { width: 100%; text-align: center;}      

.client_review .client_content { width: 100%; padding:15px 0px 0px;}   

/*featured_propertie*/ 

    

.search_form{ overflow: visible; border-radius: 0px; text-align: center;}    

.search_form .btn_default { position: relative; padding:8px 30px; border-radius: 0px 0px 8px 8px;}   

  

.homeworth_form { padding:25px; }    

.content_page { padding: 40px 0px;}    

    

}











































