@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html,
body {
  height: 100%;
  font-weight: 400;
  background: #fff;
  font-family: "Rubik", sans-serif;
}

a:focus {
  outline: 0px solid
}

img {
  max-width: 100%;
  height: auto
}

p {
  margin: 0 0 15px;
  color: #626262;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}

h3 {
  font-weight: 700;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #ec4445;
  text-decoration: none;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}

.clear {
  clear: both
}

.container{
  width: 1176px;
}

/*------------HOME PAGE-----------------*/

section{
  padding: 60px 0px;
  width: 100%;
  display: inline-block;
}

.header_main{
width: 100%;
position: fixed;
height: 100px;
background: #FFFFFF;
z-index: 999;
}

.logo-img {
  width: 260px;
  height: 136px;
  display: inline-block;
  background: #fff;
  padding: 20px;
  text-align: center;
  z-index: 999;
  position: relative;
}

.logo-img img {
  width: 220px;
  height: auto;
}

.main_menu {
  padding: 22px 0px;
}

.navbar-light .navbar-nav li.nav-item {
  line-height: 44px;
}

.navbar-light .navbar-nav .nav-link {
  color: #382C23;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 18px;
  position: relative;
}

.navbar-light .navbar-nav .nav-link::after {
  background:  #382C24;
  position: absolute;
  right: 0px;
  top: 20px;
  height: 16px;
  width: 1.5px;
  z-index: 999;
  content: '';
}

.navbar-light .navbar-nav li.login-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #C99507;
  height: 44px;
  width: auto;
  display: inline-block;
  padding: 0px 20px;
  line-height: 44px;
  margin-left: 20px;
}

.navbar-light .navbar-nav li.language button.btn-secondary {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #C99507;
  height: 44px;
  width: auto;
  display: inline-block;
  padding: 0px 20px;
  line-height: 44px;
  border-radius: 0px;
}

.navbar-light .navbar-nav li.nav-item.language .dropdown-menu {
  left: auto;
  right: 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 250px;
}

.border0 {
  border: 0px !important;
}

.navbar-light .navbar-nav .nav-link.border0::after {
 display: none;
}

.home_slider {
  margin-top: 90px;
  display: inline-block;
  width: 100%;
  height: 570px;
  padding: 0px;
}

.home_slider img{
  width: 100%;
  object-fit: cover;
  height: 570px;
}

section.home_search_form {
  width: 100%;
  display: inline-block;
  margin-top: -260px;
  padding: 0px;
}

section.home_search_form h1 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
}

section.home_search_form h1 span{
  width: 100%;
  display: inline-block;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 10px;
}

.home_search_form .nav-tabs {
  border: 0px;
  margin-bottom: -1px;
}

.home_search_form .nav-tabs .nav-link {
  background: #fff;
  border: 1px solid transparent;
  margin: 0px 0px 0px 10px;
  border-radius: 0px;
  color: #382C23;
}

.home_search_form .nav-tabs .nav-link.active {
  background: #F6F6F6;
  border: 1px solid transparent;
  margin: 0px 0px 0px 10px;
  border-radius: 0px;
  color: #AC7D13;
}

.home_search_form .accordion-item {
  background-color: #F6F6F6;
  border: 0px;
  border-radius: 0px !important;
}

.serach_form{
  display: inline-block;
  width: 100%;
}

.serach_form input {
  width: 100%;
  display: inline-block;
  height: 44px;
  border: 0px;
  padding: 0px 10px;
  font-size: 13px;
  color: #382C23;
}

.serach_form select {
  width: 100%;
  display: inline-block;
  height: 44px;
  border: 0px;
  padding: 0px 10px;
  font-size: 13px;
  color: #382C23;
}

.serach_form .search_btn {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #C99507;
  height: 44px;
  width: 100%;
  display: inline-block;
  padding: 0px;
  line-height: 44pxpx;
}

.col_search {
  width: 20%;
  float: left;
  padding: 10px;
} 


.owl-nav {
  text-align: center;
  padding: 30px 0px 0px;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span{
  width: 60px !important;
  height: 60px !important;
  display: inline-block;
  font-size: 0px;
  border: 2px solid #B9B9B9;
  margin: 0px 10px;
  border-radius: 50%;
  background: url(../images/arrow-left.svg) center center no-repeat;
  background-size: 21px;

}

.owl-nav .owl-next span{
  background: url(../images/arrow-right.svg) center center no-repeat;
  background-size: 21px;

}

.heading{
  margin-bottom: 30px;
}

.heading h2 {
  font-size: 30px;
  color: #343434;
}

.heading h2 span{
  font-size: 18px;
  color: #AC7D13;
  width: 100%;
  display: inline-block;
}

a.seeall_btn {
  width: auto;
  float: right;
  margin: -60px 0px 0px;
  padding: 0px 15px;
  height: 34px;
  border: #AC7D13 2px solid;
  line-height: 32px;
  color: #AC7D13;
  border-radius: 15px;
  font-size: 14px;
}

.property_sec .heading h2 {
  width: 50%;
}

.sale_box {
  background: #F6F6F6;
  border-radius: 12px;
}

.sale_box .sold{
  width: auto;
  height: auto;
  background: red;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 99;
  text-transform: uppercase;
  box-shadow: 0px 3px 10px 0px #35375114;
}

.sale_img {
  width: 100%;
  height: 250px;
  display: inline-block;
  position: relative;
}

.sale_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}

.addpic {
  margin: -55px 0px 0px;
  position: relative;
  z-index: 9;
  padding: 0px;
  display: table;
  width: 100%;
  height: 50px;
}

.addpic span{
  display: table-cell;
  vertical-align: middle;
  
}

.addpic_cont {
  margin: 0px 10px;
  padding: 5px 10px 0px;
  background: #00B2CD;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

.addpic div.address {
  width: calc(100% - 50px);
  display: inline-block;
}

.addpic svg {
  margin-right: 5px;
  margin-top: 2px;
  float: left;
}

.addpic svg path{
  stroke : #fff;
}

.addpic div.address .txt {
  width: calc(100% - 20px);
  float: right;
}
div.pic {
  float: right;
}

.sale-cat {
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  height: 70px;
}

.sale-cat h5 {
  color: #AC7D13;
  font-size: 16px;
  width: calc(100% - 70px);
  display: inline-block;
  margin: 6px 0px;
}

.sale-cat img.img-logo {
  width: auto !important;
  height: 30px !important;
  float: right;
}

.cont-sec {
  background: #fff;
  margin: 0px 15px 15px;
  padding: 15px;
  border-radius: 0px 0px 15px 15px;
  display: inline-block;
  width: calc(100% - 30px);
}

.cont-sec h4 {
  font-size: 21px;
  color: #382C23;
  font-weight: 500;
  width: 100%;
}

.cont-sec h5.price {
  color: #AC7D13;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  margin: 6px 0px 20px;
  font-weight: 500;
}

.cont-sec p {
  font-size: 15px;
  color: #8F8A90;
}

.cont-bottom {
  border-top: #DCDBDB 1px solid;
  padding: 15px 0px 0px;
}

.stephen {
  width: calc(100% - 65px);
  float: left;
}

.stephen img{
  width: 38px !important;
  height: 38px;
  float: left;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

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

img.agent_img2 {
  position: relative;
  z-index: 2;
  margin-left: -30px;
  margin-top: 10px;
}

.stephen h6 {
  color: #00B2CD;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  float: left;
  margin: 0px;
  width: calc(100% - 70px);
  height: 38px;
  display: table;
}

.stephen h6 span {
  display: table-cell;
  vertical-align: middle;
}

.stephen h6 strong{
  color: #AC7D13;
  font-weight: 500;
  
}

.stephen h6.single {
  line-height: 34px;
}

.info-btn{
  width: 65px;
  float: right;
  margin-top: 7px;
}

a.share-btn {
  width: 24px;
  height: 24px;
  border: #DCDBDB 1px solid;
  margin: 0px 3px;
  padding: 0;
  display: inline-block;
  line-height: 21px;
  text-align: center;
  border-radius: 3px;
}

a.share-btn svg {
  margin-top: -3px;
}

.about_sec {
  background: #F6F6F6;
  padding-bottom: 120px;
}

.about_sec h5 {
  color: #AC7D13;
  font-size: 18px;
  position: relative;
  width: 100%;
  padding: 0px 0px 10px;
}

.about_sec h5::after {
  width: 40px;
  height: 2px;
  content: '';
  background: #AC7D13;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.about_sec h2 {
  font-size: 30px;
  color: #343434;
  width: 100%;
  margin-bottom: 30px;
}

.about_sec p {
  font-size: 15px;
  color: #8F8A90;
  margin-bottom: 30px;
  line-height: 24px;
  text-align: justify;
  text-align-last: left;
}

.about_sec img.aboutimg {
  width: 98%;
  height: auto;
  float: left;
  margin-bottom: 15px;
}

.about_sec img.aboutimg1 {
  width: 98%;
  height: 280px;
  float: left;
  margin-bottom: 15px;
}

.about_sec img.aboutimg2 {
  width: 40%;
  height: 200px;
  float: left;
  margin-right: 15px;
}

.about_sec img.aboutimg3 {
  width: calc(58% - 15px);
  height: 200px;
  float: left;
  margin-bottom: 15px;
}

.learnmore-btn{
  color: #AC7D13;
  font-size: 14px;
  font-weight: 600;
  background: none;
  border: #AC7D13 2px solid;
  height: 38px;
  width: auto;
  display: inline-block;
  padding: 0px 20px;
  line-height: 36px;
}

.learnmore-btn:hover{
  color: #fff;
  background: #AC7D13;
  border: #AC7D13 2px solid;
}

.position-reletive{
  position: relative;
}

section.about-info {
  margin-top: -90px;
  padding: 0px;
}

.playvideo {
  position: absolute;
  left: 0px;
  /* top: -70px; */
  top: 0px;
  z-index: 99;
  width: auto;
  height: auto;
  background: #fff;
  padding: 15px 20px 15px 35px;
  transform: rotate(-90deg);
  box-shadow: 0px 6px 16px #00000029;
  text-align: center;
}

.playvideo svg{
  width: 45px;
  height: auto;
}

.playvideo span{
 margin-right: 20px;
 font-size: 18px;
 color: #382C23;
 font-weight: 500;
}

.infobox {
  background: #FFFFFF;
  box-shadow: 4px 3px 40px #00000029;
  border: 1px solid #EBE6DE;
  border-radius: 25px;
  padding: 30px;
}

.infobox .col-md-3.infobox-col {
  border-right: #EBE6DE 1px solid;
  padding: 0px 30px;
  text-align: center;
}

.infobox .col-md-3.infobox-col:last-child {
  border-right: #000 0px solid;
}

.infobox .col-md-3.infobox-col span.ic {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: #AC7D13;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.infobox .col-md-3.infobox-col span.ic svg {
  width: 40px;
  height: auto;
}

.infobox .col-md-3.infobox-col h4 {
  font-size: 30px;
  color: #382C23;
  font-weight: bold;
  width: 100%;
}

.infobox .col-md-3.infobox-col p {
  color: #8F8A90;
  font-size: 16px;
}

.articles_sec .heading h2 {
  width: 40%;
  margin-bottom: 30px;
  display: inline-block;
}

.articles_box{
  position: relative;
  margin-bottom: 20px;
}

.articles_box .articles_img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 15px;
}

.articles_box .cont-sec {
  background: #fff;
  margin: 0px 15px 15px;
  padding: 15px;
  border-radius: 15px;
  position: absolute;
  width: calc(100% - 30px);
  left: 0px;
  bottom: 0px;
}

.articles_box .cont-sec h4  {
  font-size: 18px;
  color: #343434;
  margin-bottom: 30px;
}

.articles_box .cont-sec h4 a {
  font-size: 18px;
  color: #343434;
}

.articles_box .cont-sec h4 a:hover {
  color: #AC7D13;
}

.articles_box span.date {
  width: 70px;
  height: 70px;
  background: #AC7D13;
  position: absolute;
  right: 20px;
  top: -30px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 21px;
  padding: 12px 0px 0px;
  border-radius: 15px;
}

.articles_box span.date span {
  font-size: 16px;
  width: 100%;
  display: inline-block;
}

.articles_box .adminComments {
  color: #B9B9B9;
  font-size: 13px;
  margin-bottom: 20px;
}

.articles_box .adminComments svg {
  margin-right: 5px;
}


.articles_box span.admin {
  border-right: #B9B9B9 1px solid;
  padding-right: 15px;
  margin-right: 15px;
}

.articles_box .cont-bottom {
  border-top: #DCDBDB 1px solid;
  padding: 15px 5px 0px;
  width: 100%;
  display: inline-block;
  color: #343434;
  font-size: 15px;
}

.articles_box .cont-bottom svg {
  float: right;
}

section.testimonial_sec {
  background: #EEEEEE url();
}

.testimonial_box {
  width: 96%;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 2px 4px #00000029;
  border: 1px solid #EBE6DE;
  border-radius: 15px 15px 15px;
  position: relative;
  margin: 30px 0px 10px;
  padding: 20px;
}

img.testi-img {
  position: absolute;
  right: 20px;
  top: -30px;
  width: 60px !important;
  height: 60px;
}

.name-div {
  width: auto;
  padding: 5px 10px;
  background: #AC7D13;
  position: absolute;
  top: 40px;
  right: -17px;
}
.name-div::after {
  width: 17px;
  background: url(../images/line-img.png);
  position: absolute;
  top: -22px;
  right: 0px;
  content: '';
  height: 24px;
}
.name-div h5{
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 21px;
  margin: 0px;
  padding: 0px;
}

.name-div h5 span{
  width: 100%;
  display: inline-block;
  font-weight: 400;
}

.star-div {
  width: auto;
  float: left;
  margin-top: 30px;
}

.testimonial_box a {
  width: 18px;
  display: inline-block;
}

.testimonial_box p {
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}

section.advertise_sec {
  background: #F6F6F6;
  text-align: center;
}

.advertise_form {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 2px 4px #00000029;
  border: 1px solid #EBE6DE;
  border-radius: 15px 15px 15px 0px;
}

.advertise_form h2 {
  font-size: 30px;
  color: #343434;
}

.advertise_form p {
  width: 100%;
  display: inline-block;
  color: #6E6E6E;
  padding: 10px 0px;
}

.advertise_form label {
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #6E6E6E;
  font-size: 16px;
}

.advertise_form  input {
  width: 100%;
  background: #F6F6F6;
  border: 0px;
  height: 60px;
  padding: 0px 15px;
  margin: 5px 0px 30px;
  color: #6E6E6E;
  font-size: 14px;
}


.advertise_form  select {
  width: 100%;
  background: #F6F6F6;
  border: 0px;
  height: 60px;
  padding: 0px 15px;
  margin: 5px 0px 30px;
  color: #6E6E6E;
  font-size: 14px;
}

.advertise_form  textarea {
  width: 100%;
  background: #F6F6F6;
  border: 0px;
  height: 120px;
  padding: 10px 15px 0px;
  margin: 5px 0px 30px;
  color: #6E6E6E;
  font-size: 14px;
}

input[type="submit"] {
  width: auto;
  display: inline-block;
  background: #AC7D13;
  font-size: 18px;
  padding: 0px 60px;
  color: #fff;
  margin: 0px;
}

.advertise_form .checkbox input[type="checkbox" i] {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}


.advertise_form .checkbox label{
  width: auto;
  float: left;
  margin-top: 3px;
}


h3 {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}

footer.footer_main {
  background: #000;
  padding: 0px;
}

.footer_divider {
  border-bottom: #C99507 3px solid;
}

.footer-top h3 {
  margin-bottom: 0px;
}

.footer-top ul{
  padding: 15px 0px;
}

.footer-top ul li {
  margin: 5px 0px;
  width: 100%;
  display: inline-block;
  padding: 0px;
  color: #E1E1E1;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.footer-top ul li a {
  color: #E1E1E1;
  font-size: 13px;
  font-weight: 400;
}

.footer-top .text-right ul li{
  text-align: right;
}

.footer-top ul.Locations li {
  width: 50%;
  float: left;
}

.footer-top ul.Listing li {
  width: 100%;
  float: left;
  margin-bottom: 10px !important;
}

.footer-top ul.Listing li .ft-img{
  width: 90px;
  height: auto;
  float: left;
  margin-right: 20px;
}

.footer-top ul.Listing li h5 {
  margin: 5px 0 10px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  font-size: 14px;
}

.footer-top ul.Listing li span.price {
  color: #AC7D13;
  font-size: 14px;
  width: auto;
  padding: 0px;
}

.footer-bottom{
  margin-top: 0px;  
}

.copyright{
  padding: 20px 0px;
  border-top: #C99507 3px solid;
}

.copyright p {
  color: #E1E1E1;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
}

.copyright p a {
  color: #E1E1E1;
  font-size: 13px;
  font-weight: 400;
}

.social-ic a.ic {
  background: #AC7D13;
  margin: 5px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.payment{
  padding: 10px 0px 0px;
}

.property_list .sale_box{
  margin-bottom: 25px;
}

.property_filtter .serach_form {
  display: inline-block;
  width: 100%;
  background: #F6F6F6;
  padding: 10px;
}

.property_filtter .col_search {
  width: 16.6666%;
}

.property_filtter .serach_form select {
  width: 100%;
  display: inline-block;
  height: 44px;
  border: 0px;
  padding: 0px 10px;
  font-size: 13px;
  color: #382C23;
  appearance: inherit;
  background: url(../images/arrow-down.png) #fff 94% center no-repeat;
  background-size: 12px;
}

.inner_slider {
  position: relative;
  width: 100%;
  float: left;
  height: 400px;
  padding: 0px;
  margin-top: 100px;
  z-index: 99;
}
.inner_slider img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
  z-index: 99;
}

.inner_slider .content-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
  display: table;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.inner_slider .toast{
  display: none;
}

.inner_slider .content-txt span {
  display: table-cell;
  vertical-align: middle;
}

.content-txt h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  margin: 0px 0px 20px;
}

.content-txt nav {
  width: auto;
  display: inline-block;
}

.content-txt nav ol.breadcrumb li {
  color: #fff;
}

.content-txt nav ol.breadcrumb li a {
  color: #fff;
}

.content-txt .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

section.property_filtter {
  width: 100%;
  display: inline-block;
  margin: -80px 0px 0px;
  padding: 0px;
  z-index: 991;
  position: relative;
}

.pagination_main ul.pagination li.page-item{
  margin: 0px 8px;
} 

.pagination_main ul.pagination li.page-item a{
  background: #F6F6F6;
  border-radius: 8px;
  border: 0px;
  color: #8F8A90;
}

.pagination_main ul.pagination li.active a{
  background: #AC7D13;
  color: #fff;
}

.details_left {
  background: #F6F6F6;
  padding: 20px;
  border-radius: 12px;
}

.details_left .info_col{
  width: 100%;
  display: inline-block;
  padding-right: 80px;
  position: relative;
}

.details_left .info_col h5 {
  color: #AC7D13;
  font-size: 15px;
  float: left;
  width: auto;
  margin-right: 10px;
  font-weight: 500;
}

.details_left .info_col h5 {
  color: #AC7D13;
  font-size: 14px;
  float: left;
  width: auto;
  margin-right: 10px;
  font-weight: 500;
}

.details_left .info_col img.img-logo {
  width: 45px;
  height: auto;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
  margin-bottom: 5px;
}

.details_left .info_col span.address {
  font-size: 12px;
  width: auto;
  float: left;
  margin-right: 10px;
  color: #8F8A90;
  margin-bottom: 10px;
}

.details_left .info_col span.address svg{
  margin-right: 5px;
}

.details_left .info_col span.date {
  font-size: 12px;
  width: auto;
  float: left;
  margin-right: 10px;
  color: #8F8A90;
}

.details_left .info_col span.date svg{
  margin-right: 5px;
}

.details_left .info_col .info-btn {
  width: auto;
  position: absolute;
  right: 0px;
  top: -5px;
}

.details_left .info_col .info-btn a.share-btn {
  border: #8F8A90 1px solid;
}

.details_left .info_col .info-btn a.share-btn svg path, .details_left .info_col .info-btn a.share-btn svg text{
  fill: #8F8A90;
}

.detail_slider .owl-carousel .owl-item img{
  height: 550px;
  object-fit: cover;
}

.detail_slider .owl-nav {
  padding: 0px;
  position: absolute;
  top: 35%;
  left: 0px;
  width: 100%;
}

.detail_slider .owl-nav button.owl-prev {
  float: left;
  width: auto;
}

.detail_slider .owl-nav button.owl-next {
  float: right;
  width: auto;
}

.detail_slider .owl-nav button.owl-prev span {
  width: 50px !important;
  height: 50px !important;
  background: url(../images/arrow-left.svg) #fff center center no-repeat;
  background-size: 21px;
}

.detail_slider .owl-nav button.owl-next span {
  width: 50px !important;
  height: 50px !important;
  background: url(../images/arrow-right.svg) #fff center center no-repeat;
  background-size: 21px;
}

.details_left h3 {
  color: #382C23;
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
  padding: 0px 0px 20px;
}

.details_left .details_cont {
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 30px;
}

.details_left .details_cont p{
  color: #8F8A90;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

a.pdf_btn {
  background: #AC7D13;
  height: auto;
  display: inline-block;
  line-height: normal;
  padding: 8px 20px;
  margin-right: 10px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

a.pdf_btn svg {
  margin-right: 5px;
  width: 16px;
}

.details_left .details_cont ul{
  width: 100%;
  display: inline-block ;
}

.details_left .details_cont ul li {
  color: #8F8A90;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 15px 20px 0px;
  width: 30%;
  float: left;
}

.details_left .details_cont ul li strong{
  width: 100%;
  float: left;
 clear: both;
}


.details_right {
  border: #8F8A90 1px solid;
  padding: 20px;
  border-radius: 12px;
  /* position: sticky;
  top:110px; */
}

.property_details{
  padding: 50px  0px;
  display: inline-block;
  width: 100%;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.payment_form label {
  width: 100%;
  display: inline-block;
  color: #6E6E6E;
  font-size: 14px;
  padding: 0px 0px 5px;
}

.payment_form input, .payment_form select {
  width: 100%;
  display: inline-block;
  background: #F6F6F6;
  border: 0px;
  height: 50px;
  padding: 0px 15px;
}


.payment_form .down-box{
  background: #F6F6F6;
  padding: 10px;
}
.payment_form .down-box input{
  width: calc(75% - 4px);
  display: inline-block;
  border-right: #8F8A90 1px solid;
  height: 30px;
}

.payment_form .down-box input.dp{
  width: 25%;
  display: inline-block;
  border-right: 0px;
}


.form-info{
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  color: #707070;
  font-size: 15px;
}

.form-info strong{
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

.search_box H5{
  color: #382C23;
  font-size: 18px;
}

.search_bar {
  background: #E8E8E8;
  padding: 8px;
  border: #8F8A90 1px solid;
  border-radius: 12px;
}

.search_bar input[type="text"] {
  background: none;
  border: 0px;
  font-size: 14px;
  width: calc(100% - 40px);
  height: 36px;
}

.search_bar button {
  border: 0px;
  background: none;
  width: 30px;
  height: 36px;
}

hr {
  background-color: #8F8A90;
  margin: 20px 0px;
}

.stephen_box{
  text-align: center;
}

.stephen_box img {
  width: 140px;
  height: 140px;
  border: #707070 1px solid;
  border-radius: 50%;
  margin-bottom: 20px;
  display: inline-block;
}

.stephen_box h5 {
  color: #382C23;
  font-size: 19px;
  margin: 0px 0px 15px;
}

.stephen_box h6 {
  color: #AC7D13;
  font-size: 16px;
  margin: 0px 0px 20px;
}

.icons a{
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border: #000 1px solid;
  margin: 3px;
  border-radius: 50%;
}


h4 {
  font-weight: 700;
  width: auto;
  float: left;
}

a.schedule-btn {
  width: auto;
  float: right;
  background: #AC7D13;
  height: 30px;
  padding: 0px 15px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  border-radius: 15px;
}

form.contectme_form {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}


.contectme_form label {
  width: 100%;
  display: inline-block;
  color: #6E6E6E;
  font-size: 14px;
  padding: 0px 0px 5px;
}

.contectme_form input, .contectme_form select {
  width: 100%;
  display: inline-block;
  background: #F6F6F6;
  border: 0px;
  height: 50px;
  padding: 0px 15px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6E6E6E;
}

.contectme_form textarea{
  width: 100%;
  display: inline-block;
  background: #F6F6F6;
  border: 0px;
  height: 120px;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6E6E6E;
}

.col-box .form-group input{
  display: none;
}

.contectme_form .col-box .form-group label {
  width: 100%;
  display: inline-block;
  color: #6E6E6E;
  font-size: 13px;
  padding: 0px 0px 5px 40px;
}

.contectme_form .col-box .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #00B2CD;
  border: 2px solid #F6F6F6;
  box-shadow: none;
  padding: 10px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-left: -40px;
}

.contectme_form .col-box .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contectme_form .col-box input[type="submit"] {
  background: #AC7D13;
  color: #FFFFFF;
  font-size: 18px;
  height: 50px;
  line-height: 44px;
  border-radius: 5px;
}

a.contect-btn {
  width: 100%;
  display: inline-block;
  height: 50px;
  border: #AC7D13 1px solid;
  text-align: center;
  line-height: 50px;
  margin: 0px 0px 20px;
  color: #AC7D13;
  font-size: 18px;
  border-radius: 5px;
}

a.contect-btn:hover{
  background-color: #AC7D13;
  color: #fff;
  font-size: 18px;
}

a.contect-btn:hover svg path{
  fill: #fff;
}

.popularPost{
  width: 100%;
  display: inline-block;
}

.post-col {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.post-col img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 15px;
}

.post-col h6 {
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
}

.post-col span.date {
  color: #8F8A90;
  font-size: 14px;
}

.greybg{
  background-color: #FFFCFC;
}


/*=======About us===========*/

.about1 {
  padding-top: 60px !important;
  display: inline-block;
  width: 100%;
}

.about2 {
  display: inline-block;
  width: 100%;
}

/*===========terms_condition=============*/
.terms_con{
  width: 100%;
  display: inline-block;
  padding: 60px 0px;
}

.terms_con h5::after{
display: none;
}

.white-bg{
  background: #fff !important;
}

.terms_con1{
  padding: 60px 0px;
  width: 100%;
  display: inline-block;
}

.terms_con1 h5{
  font-size: 24px;
  color: #000;
}

.terms_con1 h5::after{
  display: none;
}

a.addtocard_btn {
  width: auto;
  float: left;
  margin: 0px;
  padding: 0px 15px;
  height: 34px;
  border: #AC7D13 2px solid;
  line-height: 32px;
  color: #AC7D13;
  border-radius: 15px;
  font-size: 14px;
}

.merchandise .cont-sec h4 {
  font-size: 18px;
  height: 40px45;
}


/* Slider CSS Start  */

.thumbnail_slider {
  max-width: 700px;
  margin: 0px auto;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
  width: 100%;
  overflow: hidden;
  transition: .2s;
  border-width: 0px !important;
  margin: 10px 4px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  box-shadow: 1px 3px 8px rgb(0, 0, 0, 0.2);
}

.splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{
  height: 450px !important;
}
/* Slider CSS End  */


.form-group {
  display: block;
  margin-bottom: 25px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #00B2CD;
  border: 2px solid #F6F6F6;
  box-shadow: none;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

span.price {
  color: #C99507;
  font-size: 28px;
  padding: 10px 0px 30px;
  display: inline-block;
  width: 100%;
}

.btn-col {
  width: 100%;
  display: inline-block;
  margin: 0px 0px 30px;
}

.btn-col input {
  width: 80px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
  padding: 0px 10px 0px  15px;
  background: #F6F6F6;
  border: 0px;
}


.btn-col .addtocard_btn {
  width: auto;
  display: inline-block;
  background: #AC7D13;
  font-size: 18px;
  padding: 0px 50px;
  color: #fff;
  margin: 0px;
  height: 50px;
  border: 0px;
}

.btn-col .addtocard_btn:hover {
  background: #000;
}

.cat {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.cat {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  color: #6E6E6E;
  font-size: 16px;
}

.cat span {
  font-weight: 600;
  color: #000;
}

.merchandise_details p {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  color: #6E6E6E;
  font-size: 16px;
}

.prop_social_single {
  width: 100%;
  display: inline-block;
  padding: 15px 0px;
}

.prop_social_single a {
  width: 38px;
  height: 38px;
  background: #F6F6F6;
  display: inline-block;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  margin-right: 10px;
}

.prop_social_single a svg {
  width: auto;
  height: 18px;
}

.prop_social_single a svg path {
  fill: #666;
}


.loginsignup{
  width: 100%;
  z-index: 99999;
}

.loginsignup .modal-content{
  width: 100%;
  display: inline-block;
  margin-top: 25px;
}

.loginsignup .img-sec{
  width: 50%;
  float: left;
  height: 600px;
}

.loginsignup .img-sec img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 5px 0px 0px 5px;
}

.loginsignup .cont-txt{
  width: 50%;
  float: left;
  height: 600px;
  padding: 25px 40px 0px;
  position: relative;
  display: table;
}

.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}



.loginsignup .cont-txt span{
  display: table-cell;
  vertical-align: middle;
}

.loginsignup h3{
  color: #333;
  margin-top: 20px;
}

.loginsignup_form input{
    width: 100%;
    background: #F6F6F6;
    border: 0px;
    height: 48px;
    padding: 0px 15px;
    margin: 5px 0px 20px;
    color: #6E6E6E;
    font-size: 14px;
}

.loginsignup_form select{
  width: 100%;
  background: #F6F6F6 url(../images/arrow-down.png) 96% center no-repeat;
  background-size: 18px;
  border: 0px;
  height: 48px;
  padding: 0px 15px;
  margin: 5px 0px 20px;
  color: #6E6E6E;
  font-size: 14px;
}

.loginsignup_form .wpresidence_button {
  width: 100%;
  display: inline-block;
  background: #AC7D13;
  font-size: 16px;
  padding: 0px;
  height: 48px;
  color: #fff;
  border: 0px;
}

.or_social {
  padding: 10px 0px;
    font-size: 15px;
    color: #8F8A90;
}

.wpestate_social_login {
  width: 100%;
  display: inline-block;
  background: #382c23;
  font-size: 16px;
  padding: 0px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  border: 0px;
  text-align: center;
}

.wpresidence_button{
    width: 100%;
    display: inline-block;
    background: #00b2cd;
    font-size: 16px;
    padding: 0px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    border: 0px;
    text-align: center;
  }

  .login_modal_control button {
    background: none;
    color: #333;
    height: auto;
    padding: 0px;
    border: 0px;
    font-size: 15px;
    margin: 20px 0px 10px;  
}

  .login_modal_control button.login_modal1 {
    width: auto;
    float: left;
}

.login_modal_control button.login_modal2 {
  width: auto;
  float: right;
}

#signup_popup .img-sec {
  height: 650px;
}



.agent-module {

}


.agent-module h5 a {
  font-size: 21px;
  color: #343434;
}

.agent-module span {
  font-size: 14px;
  color: #d3d3d3;
}

.agent-module span strong {
  font-size: 15px;
  color: #AC7D13;
  width: 100%;
  display: inline-block;
}

.agent-item, .text-with-icon-item-v1 {
  padding: 35px;
  background-color: #fff;
  margin-left: 1px;
  margin-bottom: -1px;
  text-align: center;
}

.agent-item:hover, .text-with-icon-item-v1:hover {
  -webkit-box-shadow: 0 70px 70px rgb(0 0 0/.2);
  box-shadow: 0 70px 70px rgb(0 0 0/.2);
  -webkit-transform: translate(0,-10px);
  -ms-transform: translate(0,-10px);
  transform: translate(0,-10px);
}

.module-3cols .agent-item:nth-child(3n+1), .module-3cols .text-with-icon-item:nth-child(3n+1) {
  clear: left;
}

.module-3cols .agent-item, .module-3cols .text-with-icon-item {
  width: 100%;
}

.agent-thumb, .activitiy-item, .property-detail-v6 .page-title-wrap, .property-detail-v6 .property-banner {
  padding-bottom: 30px;
}

.rounded-circle {
  border-radius: 50%!important;
}
.agent-info{
  margin-bottom: 20px;
}

.agent-body {
  color: #343434;
  height: 290px;
  margin: 0px;
}

.agent-link a {
  color: #333;
  display: inline-block;
  width: 100%;
  border-top: #f1f1f1 1px solid;
  padding-top: 20px;
}

.agent-link a svg{
  margin-right: 5px;
}

.agent-module .col-md-6, .agent-module .col-md-4{
  padding: 0px !important;
}

/* .agent-thumb img{
  width: 150px !important;
  height: 150px !important; 
  object-fit: cover;
  object-fit: inherit;
  border: #d3d3d3 1px solid;
} */

.agent-thumb img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    border: #d3d3d3 1px solid;
}

.terms_con ul  {
 display: block;
 list-style: disc;
  margin:0px;
  padding: 0px 0px 0px 15px;
}

.terms_con ul li {
  font-size: 15px;
  color: #8F8A90;
  margin:0px 0px 30px;
  line-height: 24px;
}

.terms_con h4{
  width: 100%;
}

.backtowork_btn {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #C99507;
  height: 44px;
  width: auto;
  display: inline-block;
  padding: 0px 20px;
  line-height: 44px;
  margin-left: 20px;
}

.backtowork_btn:hover {
  color: #fff;
  background: #282828;
}


.info_col .adminComments {
  color: #B9B9B9;
  font-size: 13px;
  margin-bottom: 15px;
  width: auto;
  float: left;
}

.info_col .adminComments svg {
  margin-right: 5px;
}


.info_col span.admin {
  border-right: #B9B9B9 1px solid;
  padding-right: 15px;
  margin-right: 15px;
}

.blog_details .details_left .details_cont ul{
  list-style: disc;
  padding: 0px 0px 0px 20px;
  w
}

.blog_details .details_left .details_cont ul li{
  width: 100%;
}

.blog_details .details_left h4 {
  color: #382C23;
  font-size: 21px;
  font-weight: 600;
  margin: 0px;
  padding: 0px 0px 10px;
  width: 100%;
}

/* team pages */

.team-card {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.team-card  h3 {
  color: #382C23;
  font-size: 21px;
  font-weight:bold;
  margin: 0px 0px 15px;
}

.team-card p {
  color: #AC7D13;
  font-size: 16px;
  margin: 0px 0px 20px;
}


.team-card .team-img {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}

.team-card .team-img img {
    width: 100%;
    height: 380px;
    object-fit:cover;
    border-radius: 15px 15px 0 0;
    transition: transform 0.5s ease;
}

.team-card:hover img {
    transform: scale(1.1);
}

.team-card-body {
    padding: 30px;
    text-align: center;
}

.icons a {
    background-color: #AC7D13;
    color: #fff;
    border:#AC7D13 1px solid;
}

.team-card:hover {
    transform: translateY(-10px);
}

.property_list .sale_box .cont-sec h4, .property_slider .sale_box .cont-sec h4 {
  font-size: 21px;
  color: #382C23;
  font-weight: 500;
  width: 100%;
  height: 50px;
}

.property_list .sale_box .cont-sec p, .property_slider .sale_box .cont-sec p{
  font-size: 15px;
  color: #8F8A90;
  height: 80px;
  width: 100%;
  display: inline-block;
}



body {
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
}
.flexTitle{display:flex; justify-content:center; align-items:center; width:100%;}
.flexTitle h1{color:#a31313; margin:0;}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.close:hover,.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #52637a;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 35px 15px;
  background-color: #aa1515;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  background-color: #fff;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.clickable {
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal-dialog {
  width: 600px;
  margin: 30px auto;
}
.modal-sm {
  width: 300px;
}
}
@media (min-width: 992px) {
  .modal-lg {
  width: 900px;
}
}
.clearfix:before,.clearfix:after,.modal-footer:before,.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.img-responsive-height {
  display: block;
  width: auto;
  max-height: 100%}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.signCenter {
  text-align: center;
}
.closeSymbol {
  color: #fff;
  font-size: 40px;
  border: 3px solid #fff;
  width: 96px;
  heiht: 96px;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  padding: 0 15px;
}
.snapHdr {
  color: #aa1515;
  font-size: 40px;
  margin: 0;
  font-weight: 700;
}
.info {
  margin: 0 0 10px 0;
}
.closeftr {
  background-color: #aa1515;
  color: #fff;
  padding: 5px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}


.cookies_popup .modal-dialog {
  width: 600px;
  margin: 0px;
  position: fixed;
  z-index: 9999;
  left: 20px;
  bottom: 20px;
}


.cookies_popup .modal-dialog .cookies-area {
  background: #343434;
  padding: 20px;
}

.cookies_popup .modal-dialog .cookies-area .logo-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  background:none;
  padding: 0px;
}

.cookies_popup .modal-dialog .cookies-area  p {
  font-size: 14px;
  color: #fff;
  padding: 30px 0px 10px;
}


.cookies_popup .modal-dialog .cookies-area a.accept-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #C99507;
  border: #C99507 2px solid;
  height: 44px;
  width: 46%;
  float: left;
  padding: 0px;
  line-height: 40px;
  margin: 10px 2%;
  text-align: center;
}

.cookies_popup .modal-dialog .cookies-area a.accept-btn:hover {
  color: #C99507;
  background: none;
  border: #C99507 2px solid;
}

.cookies_popup .modal-dialog .cookies-area a.settings-btn {
  color: #C99507;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  background:none;
  border: #C99507 2px solid;
  height: 44px;
  width: 96%;
  display: inline-block;
  padding: 0px;
  line-height: 40px;
  margin: 10px 2%;
}

.cookies_popup .modal-dialog .cookies-area a.settings-btn:hover {
  color: #fff;
  background: #C99507;
  border: #C99507 2px solid;
}

.cookies_popup .modal-dialog .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .8;
}


.cart_details .details_left .details_cont{
  margin-bottom: 0px;
}
.cart_table{
  width: 100%;
}

.cart_table th, .cart_table tr {
  border-bottom: 1px solid #f0f0f0;
}

.cart_table th {
  font-weight: 600;
  padding: 9px 12px !important;
  line-height: 1.5em;
  font-size: 15px;
  vertical-align: top;
}

.cart_table td {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 12px !important;
  vertical-align: middle !important;
  line-height: 1.5em;
  font-size: 14px;
  color: #333;
  padding: 5px 6px;
  vertical-align: top;
}

.cart_table img {
  width: 32px;
  box-shadow: none;
}

.cart_table .qty {
  width: 4.631em;
  text-align: center;
    font-size: 13px;
    padding: 9px 0 9px 9px;
    color: #8593a9;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
}

.cart_table .order-total th, 
.cart_table .order-total td{
  font-size: 18px;
}

a.checkout-button {
  width: 100%;
  display: inline-block;
  background: #AC7D13;
  font-size: 16px;
  padding: 0px;
  height: 48px;
  color: #fff;
  border: 0px;
  margin-top: 15px;
  line-height: 48px;
  text-align: center;
}

.coupon input#coupon_code  {
    width: 40%;
    background: #F6F6F6;
    border: 0px;
    height: 48px;
    padding: 0px 15px;
    margin: 10px 10px 10px 0px; 
    color: #6E6E6E;
    font-size: 14px;
}

.coupon button[type=submit] {
  width: 30%;
  display: inline-block;
  background: #AC7D13;
  font-size: 16px;
  padding: 0px;
  height: 48px;
  color: #fff;
  border: 0px;
}


.billing-fields p{
  margin: 0px;
  padding: 0px 15px;
} 

.advertise_form .billing-fields p input {
  height: 48px;
}


.advertise_form .billing-fields p select {
  height: 48px;
}

.advertise_form .billing-fields p textarea {
  height: 150px;
}

.checkoutpage .cart_table {
  width: 100%;
  border: 1px solid #f0f0f0;
  text-align: left;
}

.checkout-payment{
    background: #F6F6F6;
    padding: 20px;
    border-radius: 12px;
    margin: 40px 0px 0px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.advertise_form .checkout-payment p {
  text-align: left;
  padding: 0px 0px 10px;
}

.advertise_form .checkout-payment button.checkout-button {
  width: 250px;
  float: right;
  background: #AC7D13;
  font-size: 16px;
  padding: 0px;
  height: 48px;
  color: #fff;
  border: 0px;
  margin-top: 0px;
  line-height: 48px;
  text-align: center;
}

.advertise_form .checkout-payment label span {
  margin-top: 3px;
  display: inline-block;
}

.payment_box.payment_method_windcave {
  width: 100%;
  display: inline-block;
  padding: 20px;
  background: #fff;
  margin: 10px 0px;
  border-radius: 12px;
}

.proceedtoorder{
  display: inline-block;
  width: 100%;
}

.proceedtoorder a.checkout-button {
  width: 250px;
  float: right;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.maga_menu{
  width: 768px;
}


.navbar-expand-lg .navbar-nav .dropdown-menu.maga_menu li {
  width: 50%;
  float: left;
  padding: 0px 10px;
  
}

.navbar-expand-lg .navbar-nav .dropdown-menu.maga_menu li .dropdown-item {
  line-height: 21px; 
  white-space: break-spaces;
  padding: 15px;
  border-bottom: #F6F6F6 2px solid;
  
}

.navbar-expand-lg .navbar-nav .dropdown-menu.maga_menu li ul{
  padding: 10px;
  display: inline-block;
  width: 96%;
  margin: 0px 2%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.maga_menu li ul li {
  width: 100%;
  float: left;  
  padding: 0px;  
  border-bottom: #F6F6F6 1px dashed;
}


.navbar-expand-lg .navbar-nav .dropdown-menu.maga_menu li ul li  a.dropdown-item {
 font-size: 14px;
 border-bottom: 0px;
}

/* .min_height690{
  min-height: 690px;
} */

/* .min_height540{
  min-height: 540px;
} */
.min_height540 .agent-body{
  height: 140px;
  margin: 0px;
  padding: 0px;
}

.dasktop{
  display: block;
}

.mobile{
  display: none;
}

.mobile .navbar-light .navbar-nav li.nav-item {
  border-bottom: #DCDBDB 1px solid;
  padding: 5px 0px;
}

.mobile .navbar-light .navbar-nav li.login-btn a {
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  padding: 0px 15px;
  display: inline-block;
  width: auto;
}

.mobile .navbar-light .navbar-nav li.language button.btn-secondary {
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  padding: 0px 15px;
  display: inline-block;
  width: auto;
}

.stephen-col .stephen_box img {
  width: 100%;
  height: auto;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  float: left;
  background: #fff;
  border-radius: 20px;
  margin-right: 3%;
}

.stephen-col .stephen_box .txt{
}

.stephen-col .stephen_box .txt h5{
  width: 100%;
  color: #333;
  font-size: 30px;
}

.stephen-col .stephen_box .txt h6 span{ 
color: #999;
    width: 100%;
    display: inline-block;
}

.stephen-col .stephen_box .txt .icons {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 20px;
}
.stephen-col .details_left .info_col ul{
  width: 100%;
  float: left;
  margin-top: 20px;
}

.stephen-col .details_left .info_col ul li{
  width: 100%;
  float: left;
  color: #382C23;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}

.stephen-col .details_left .contact_form input, .stephen-col .details_left .contact_form textarea {
  width: 100%;
  display: inline-block;
  background: #F6F6F6;
  border: 0px;
  height: 50px;
  padding: 0px 15px;
  margin-bottom: 20px;
}

.stephen-col .details_left .contact_form textarea {
  height: 100px;
}

.stephen-col .details_left .contact_form .gpr_wrapper {
  margin-bottom: 20px;
  width: 100%;
  display: inline-block;
}

.stephen-col .details_left .contact_form .gpr_wrapper input {
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 10px;
}

.stephen-col .details_left .contact_form .gpr_wrapper label {
  width: calc(100% - 50px);
  float: right;
  font-size: 14px;
}

.stephen-col .details_left .contact_form input[type="submit"] {
  width: auto;
  display: inline-block;
  background: #AC7D13;
  font-size: 18px;
  padding: 0px 60px;
  color: #fff;
  margin: 0px;
}

.stephen-col .stephen_box{
  text-align: left;
}

.navbar-expand-lg .navbar-nav .sub_dropdown .dropdown-menu{
  left: 100%;
  top: 0px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* .dropdown-submenu .dropdown-item {
  white-space: normal;  
  line-height: 30px;  
  font-size: 15px;
  }
    
  #propertyDocsSubMenu{  
  width: 350px;
  height: 300px;
  overflow-y: scroll;  
  } */

  .property_filtter .col_search{
    width:20%;
}
.sale_box {
    position: relative;
}

/* .contectme {
  position: sticky;
  top: 110px;
} */

/* .contectme_add {
  position: fixed;
  top: 110px;
  width: 24%;
  background: #fff;
} */

#topbutton {
  display: inline-block;
  background-color: #C99507;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  /* opacity: 0;
  visibility: hidden; */
  z-index: 1000;
}
#topbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #fff;
}
#topbutton:hover {
  cursor: pointer;
  background-color: #333;
}
#topbutton:active {
  background-color: #555;
}
#topbutton.show {
  opacity: 1;
  visibility: visible;
}



.outer { margin:0 auto; max-width:100%;margin-bottom: 20px;}
#big .item { padding: 0px; margin:2px; color: #FFF; text-align: center; }

#big .item img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 6px;
}
#thumbs .item {  height:auto; line-height:70px; padding: 0px; margin:2px; color: #FFF; text-align: center; cursor: pointer;opacity: .5; }
#thumbs .current .item { opacity: 1; }
#thumbs .item img {
  display: block;
  width: 100%;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
  background: #fff;
  width: 40px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  border-radius: 50px;
}
#big.owl-theme .owl-nav {
  padding: 0px;
}
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }

#thumbs.owl-theme .owl-nav {
  padding: 15px 0px 0px;
}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { 
  background: #C99507;
  width: 32px;
  line-height: 32px;
  height: 32px;
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
  margin: 0px 5px;
  color: #fff;
 }

 #myModal .column_main {
  display: inline-block;
  width: 100%;
  overflow-x: auto;
  padding-top: 5px;
}
#myModal .column {
  display: inline-block;
  width: 120px;
  margin: 5px 0px;
}

#myModal .column img{
  width: 100%;
  height: 90px;
  object-fit: cover;
}

 /* The Modal (background) */
#myModal.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
#myModal .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  display: block;
  text-align: center;
  background: #222;
}

/* The Close Button */
#myModal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

#myModal .close:hover,
#myModal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#myModal .mySlides {
  display: none;
}

#myModal .mySlides img{
  width: 100%;
  height: 450px;
  object-fit: cover;
}

#myModal .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
#myModal .prev, #myModal .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  left: 0px;
}

/* Position the "next button" to the right */
#myModal .next {
  right: 0;
  left: auto;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#myModal .prev:hover,
#myModal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
#myModal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#myModal img {
  margin-bottom: -4px;
}

#myModal .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

#myModal .demo {
  opacity: 0.6;
}

#myModal .active,
#myModal .demo:hover {
  opacity: 1;
}

#myModal img.hover-shadow {
  transition: 0.3s;
}

#myModal .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.blog_details .details_left .info_col {
  padding-right: 0px;
}

.merchandise_details .owl-nav {
  text-align: center;
  padding: 0px;
  top: 45%;
  position: absolute;
  left: 0px;
  width: 100%;
}

.merchandise_details .owl-nav .owl-prev, .merchandise_details .owl-nav .owl-next {
  float: left;
}

.merchandise_details .owl-nav .owl-prev span, .merchandise_details .owl-nav .owl-next span {
  width: 40px !important;
  height: 40px !important;
 float: left;
  font-size: 0px;
  border: 2px solid #B9B9B9;
  margin: 0px 10px;
  border-radius: 50%;
  background: url(../images/arrow-left.svg) center center no-repeat;
  background-size: 15px;
}

.merchandise_details .owl-nav .owl-next{
  float: right;
}

.merchandise_details .owl-nav .owl-next span{
  float: right;  
  background: url(../images/arrow-right.svg) center center no-repeat;
  background-size: 15px;
}

