/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --color-primary: #4A0F2F;
    --color-secondary: #CC9900;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}
.pl-4, .px-4 {
    background: #3d4c6a !important;
    border-radius: 50px;
    border: none !important;
}
  
.page-home {
  position: relative; 
  overflow: hidden;
}
 
::-moz-selection {
  background: #b3d4f height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}
b,strong{font-weight: bold!important;}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #333333;
  padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 35em) {}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #333333 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* typography begins here  */
*, *::before, *::after {
  box-sizing: border-box;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  background: white !important;
  margin: 0px !important;
  letter-spacing: .03em;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 300;
  margin-bottom: 16px;
  padding: 0px;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: rgba(0, 0, 0);
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--color-secondary);
  margin: 0px;
  padding: 0px;
}

h3 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 500;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  margin: 0px;
  padding: 0px;
}

h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  margin: 0px;
  padding: 0px;
}

a {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

a:hover {
  background-color: transparent;
  text-decoration: none !important;
}

.bg-grey{
    background:#f9f9f9;
}

figure {
  margin: 0;
  margin-bottom: 0px;
}

.nopadding {
  padding-left: 0px;
  padding-right: 0px;
}

.margin_reset {
  margin-left: 0px;
  margin-right: 0px;
}

.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

/* typography ends here  */
/* css for the slicingnewdesign */
* {
  margin: 0;
  padding: 0;
}

.menu__bar {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  padding:15px 0px;
  float:right;
}

.stellarnav {
  background: transparent !important;
  width: 100%;
  z-index: 9900;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stellarnav ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.stellarnav.mobile.left>ul, .stellarnav.mobile.right>ul{
  z-index:99999;
}

.menu-toggle {
  float: right;
}

.stellarnav li.has-sub>a:after {
  content: '';
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--color-primary) !important !important;
  display: inline-block;
}

.stellarnav>ul>li {
  font-weight: 500;
}

.stellarnav>ul>li>a:hover {
  color: #f99f2d;
}

.stellarnav.mobile.left>ul, .stellarnav.mobile.right {
  max-width: auto !important;
  width: 100% !important;
}

.stellarnav.mobile.left>ul, .stellarnav.mobile.right>ul {
  max-width: 100% !important;
  width: 100% !important;
}

.stellarnav ul ul {
background: rgb(255 255 255) !important;
    top: 50px !important;
}

.stellarnav li li {
  display: block;
  border-bottom: 1px solid #ffffff75;
  padding: 0px;
}
.stellarnav.desktop li.has-sub a{
  padding:0px;
}

.stellarnav li li a {
  color: white;
}
.stellarnav>ul>li>a {
    padding: 20px 40px;
    display: flex;
    align-items: baseline;
}

.stellarnav.desktop li a:hover {
  color: #f99f2d;
  background: transparent;
}

.stellarnav.desktop li li a {
  font-size: 14px;
}
.stellarnav.desktop li.has-sub ul li a p {
  padding:10px;
  font-size: 14px;
  color:var(--color-primary) !important !important;
  margin:0px;
}
.stellarnav.desktop li.has-sub ul li a p:hover {
color: var(--color-secondary) !important !important;
    background: #ffffffb0;
}
.stellarnav.desktop li li a p:hover {
color: var(--color-secondary) !important !important;
    background: #ffffffb0;
}

.stellarnav.desktop li.has-sub a {
  color: #fff;
} 

/* css for the sticky nav begins */
.header-container{
    max-width:1600px;
	display: flex;
    justify-content: space-between;
}
.menu {
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  transition: 0.5s;
  padding: 0px;
}

.menu li {
  padding: 0.5em 1em;
  color: #fff;
}

.menu.is-fixed {
  position: fixed;
  z-index: 100;
  -webkit-animation-name: stickySlideDown;
  animation-name: stickySlideDown;
  padding: 0;
  transition: none;
  border-bottom: 2px solid rgb(205, 205, 205);
  background: #fff;
  top: 0px;
}

.menu.is-fixed .stellarnav>ul>li>a {
  color: #333333 !important;
}

.menu.is-fixed .stellarnav li.has-sub>a:after {
  content: '';
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #49062b !important;
  display: inline-block;
}

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .close-menu, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .location-btn-mobile, .stellarnav.mobile .menu-toggle:hover {
  background: transparent;
}

.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 30px !important;
  height: 3px !important;
  border-radius: 6px;
  background: #fff !important;
  margin: 0 0 2px;
}

.menu.is-fixed .stellarnav .menu-toggle span.bars span {
  display: block;
  width: 30px !important;
  height: 3px !important;
  border-radius: 6px;
  background:var(--color-primary) !important !important;
  margin: 0 0 4px;
}

.stellarnav.mobile>ul>li>a>p {
  padding:15px !important;
  color: white !important;
}

.stellarnav.mobile>ul>li>a:hover {
  color: white;
  background: #1aa84f !important;
}

.stellarnav.mobile.right>ul {
  background: #1aa84f;
}

.stellarnav a {
  color: white !important;
}

.stellarnav a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before {
  border-bottom: solid 2px white !important;
}

.stellarnav.mobile ul ul {
  top: 0px !important;
}

.stellarnav.mobile li a:hover {
  background: #78184dcf !important;
}


.stellarnav.mobile li a p{
  color:#fff;
  font-size: 14px;
}

/* css for the menu bar begins here  */
.menu {
  width: 100%;
  padding: 5px 0px;
  background: #fff;
}

.menu-container {
  margin: 0 auto;
  background: #e9e9e9;
}

.menu-mobile {
  display: none;
  padding: 20px;
}

.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.menu>ul {
  margin: 0 auto;
  width: 80%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  clear: right;
}

.menu>ul:before,
.menu>ul:after {
  content: "";
  display: table;
}

.menu>ul:after {
  clear: both;
}

.menu>ul>li {
  float: left;
  background: #e9e9e9;
  padding: 0;
  margin: 0;
}

.menu>ul>li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
}

.menu>ul>li:hover {
  background: #f0f0f0;
}

.menu>ul>li>ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.menu>ul>li>ul>li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}

.menu>ul>li>ul>li a:hover {
  color: #03a9f4;
}

.menu>ul>li>ul>li>ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
  font-size: 14px;
}

.menu>ul>li>ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
  width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
  border: 0;
  padding: 1em 0;
}

/* â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“
Mobile style's
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }

  .menu-container .menu {
    display: inline-block;
  }

  .menu-mobile {
    display: block;
    float: right;
    padding: 20px 20px 0;
  }

  .menu-dropdown-icon:before {
    display: block;
  }

  .menu>ul {
    display: none;
    width: 100%;
  }

  .menu>ul>li {
    width: 100%;
    float: none;
    display: block;
  }

  .menu>ul>li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }

  .menu>ul>li>ul {
    position: relative;
    padding: 0 40px;
  }

  .menu>ul>li>ul.normal-sub {
    width: 100%;
  }

  .menu>ul>li>ul>li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .menu>ul>li>ul>li:first-child {
    margin: 0;
  }

  .menu>ul>li>ul>li>ul {
    position: relative;
  }

  .menu>ul>li>ul>li>ul>li {
    float: none;
  }

  .menu .show-on-mobile {
    display: block;
  }
}

.stellarnav.desktop li.has-sub a {
  font-size: 13px;
  color:var(--color-primary) !important !important;
}

.stellarnav>ul>li>a {
  color: #333333 !important;
  padding: 15px !important;
  font-weight: 300;
}

.stellarnav .additional-menu li a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
}

.stellarnav .pullRight li a:before {
  background: #ffffff75 !important;
} 

.stellarnav.mobile>ul>li>a {
  padding:0px!important;
  color: white !important;
  font-size: 14px;
}

.stellarnav.mobile>ul>li>a:hover { 
  color: white;
  background: #1aa84f !important;
}

.stellarnav.mobile li a {
  font-size: 14px; 
}

.stellarnav.mobile li a:hover {
  background:#c9cdd6 !important;
}
}

.stellarnav .additional-menu li a {
  color: #FFF;
  text-decoration: none;
  padding: 10px 10px;
  position: relative;
  z-index: 0;
  cursor: pointer;
}

.stellarnav .pullRight li a:before {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0px;
  top: 0px;
  content: '';
  background: #FFF;
  opacity: 0.3;
  transition: all 0.3s;
}

.stellarnav .pullRight li a:hover:before {
  width: 100%;
}

@media only screen and (max-width:967px) {
  .stellarnav .menu-toggle span.bars span {
    background: #49062b !important;
  }

  .stellarnav {
    justify-content: flex-end;
  }

  .stellarnav.mobile.right>ul {
    background: #49062b !important;
  }

  .stellarnav.mobile>ul>li>a:hover {
    color: white;
    background: #78184d !important;
  }
}

.menu .container {
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
}
 
.main_logo {
  display: inline-block;
  float:left;
}

.main_logo figure img {
  max-width: 120px;
}

/*banner css begins here*/
.tit {
  text-transform: uppercase;
  text-align: center;
}

.top {
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
}

.slide {
  list-style-type: none;
  padding: 0; 
} 

.slide__item {
  position: relative;
  overflow: hidden;  
} 

.slide-caption {
    position: absolute;
    transform: translate(0%, -20%);
    text-align: center; 
    color: #fff;
    z-index: 9;
    width: 100%; 
    margin: 0 auto;
    top: 15%;
  text-align:center;
}

.slide-caption__title {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #fff;
  text-align:center;
}

.owl-item.active .slide-caption__title {
  animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-caption__desc {
  animation: 1s .6s fadeInUp both;
}

.owl-item.active .btn {
  animation: 1s .9s flipInX both;
}

.slide-caption__desc {
font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
text-align:center;
}

.btn {
  font-size: 15px;
  font-weight: 300;
  border: 2px solid #fff;
  color: #fff;
  padding: .6rem 2rem;
  display: inline-block;
  text-decoration: none;
  margin-top: .5rem;
}

.btn_g {
  background: transparent;
  font-size: 15px;
  font-weight: 300;
  border: 2px solid #1aa84f;
  color: #1aa84f;
  padding: .6rem 2rem;
  display: inline-block;
  text-decoration: none;
  margin-top: .5rem;
}

.header-overlay {
  height: 60vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
  background: #33333300094;
  opacity: 0.85;
}

/*css for the top bar begins here*/
.header_bar {
  background: #49062b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.left_header_bar {}

.left_header_bar ul {
  display: flex;
  list-style: none;
  margin: 0px;
}

.left_header_bar ul li {
  margin-right: 15px;
}

.left_header_bar ul li i {
  margin-right: 15px;
  color: #fff;
}

.left_header_bar ul li span a {
  transition: 0.3s ease;
}

.left_header_bar ul li span a:hover {
  color: #f9d054;
  transition: 0.3s ease;
}

.left_header_bar ul li span {
  font-size: 12px; 
  color: white;
}

.right_header_bar { 
  display: flex; 
    justify-content: space-between;
    align-items: baseline;
    padding: 10px;
    border:1px solid var(--color-primary) !important;
    border-radius:10px;
    gap:10px;
}
.signup_btn{
  display: inline-block;
    //animation: blink 1s steps(1, end) infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.signup_btn i{
  color:var(--color-secondary) !important;
}
.signup_btn a{
  font-size: 12px; 
  transition:0.3s ease;
    color: #333333 !important;
    text-decoration:none;
}
.signup_btn a:hover{
  color:#f3c12b;
  transition:0.3s ease;
}
.social .link {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px dashed #ffffffba;
  background-clip: content-box;
  padding: 3px;
  transition: .5s;
  margin-left: 5px;
  font-size: 14px;
}

.social .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social .link:hover { 
  padding: 10px;
  color: white;
  margin-left: -5px;
  transform: translateX(10px) rotate(360deg);
}

/* css for search bar begins */
@keyframes fpFadeInDown { 
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to { 
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
 
.home_banner {
  position: relative;
  max-height:500px;
  overflow:hidden;
  margin-bottom:40px;
}

.home_banner .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, -6px);
}

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

/* search bar css begins here */
.s002 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 100%;
}

.s002 form {
  width: 100%;
  max-width: 1040px;
}

.s002 form legend {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  margin-bottom: 60px;
  font-weight: 400;
  text-align: center;
}

.s002 form .inner-form {
  background: rgb(255, 255, 255);
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px;
}

.s002 form .inner-form .input-field {
  border-right: 1px solid #ddd; 
  width: 100%;
}

.form-group {
  margin: 0px;
  display: flex;
  width: 100%;
}

.form-group .col-md-6, .form-group .col-md-12 {
  padding: 0px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow:none;
}

.s002 form .inner-form .input-field input {
  background: #fff;
  border-radius: 0;
  border: 0;
  display: block;
  color: #333333000;
  font-weight: 400;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
}

.s002 form .inner-form .input-field input.placeholder {
  color: #646464;
  font-size: 13px;
  font-weight: 300;
}

.s002 form .inner-form .input-field input:-moz-placeholder {
  color: #646464;
  font-size: 13px;
  font-weight: 300;
}

.s002 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #646464;
  font-size: 13px;
  font-weight: 300;
}

.s002 form .inner-form select option {
  color: #646464;
  font-size: 13px;
  font-weight: 300;
}

.s002 form .inner-form .input-field input:hover, .s002 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s002 form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.s002 form .inner-form .input-field.second-wrap {
  min-width: 190px;
  max-width: 190px;
}

.s002 form .inner-form .input-field.third-wrap {
  min-width: 190px;
  max-width: 190px;
}

.s002 form .inner-form .input-field.fouth-wrap {
  min-width: 190px;
  max-width: 190px;
  border-right: 0;
}

.s002 form .inner-form .input-field.fifth-wrap {
  min-width: 145px;
  max-width: 145px;
  padding-left: 10px;
  border-right: 0;
}

.s002 form .inner-form .input-field.fifth-wrap .btn-search {
  background: #49062b;
  white-space: nowrap;
  font-size: 15px;
  color: #fff;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem;
  border-radius: 25px;
}

.s002 form select option {
  background: #49062b;
  color: #fff !important;
}

.s002 form .inner-form .input-field.fifth-wrap .btn-search:hover {
  background: #cd9a00;
  padding: .375rem 1.75rem;
}

@media screen and (max-width: 992px) {
  .s002 form legend {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
  }

  .s002 form .inner-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .s002 form .inner-form .input-field {
    margin-bottom: 15px;
  }

  .s002 form .inner-form .input-field.first-wrap {
    width: 100%;
  }

  .s002 form .inner-form .input-field.second-wrap {
    width: calc(50% - 7.5px);
    max-width: none;
  }

  .s002 form .inner-form .input-field.third-wrap {
    width: calc(50% - 7.5px);
    max-width: none;
  }

  .s002 form .inner-form .input-field.fouth-wrap {
    width: calc(50% - 7.5px);
    max-width: none;
    margin-bottom: 0;
  }

  .s002 form .inner-form .input-field.fifth-wrap {
    width: calc(50% - 7.5px);
    max-width: none;
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .s002 form .inner-form .input-field.second-wrap, .s002 form .inner-form .input-field.third-wrap, .s002 form .inner-form .input-field.fouth-wrap, .s002 form .inner-form .input-field.fifth-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .s002 form .inner-form .input-field.fifth-wrap {
    margin-bottom: 0;
  }
}

/* css for the second section begins */
.section-title {
  margin-bottom: 35px;
}

.section-title h2 {
  font-size: 28px;
  position: relative;
}

.section-title h2 span {
  font-size: 28px;
  position: relative; 
}

.section-title p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 15px;
}

.services-area {
  padding: 0px 0px 30px 0px;
  min-height:420px;
}

.serviecs-block .single-serviecs-block {
  margin: 30px 0;
}


.services-area .owl-prev span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 55px;
  color: #cd9a00 !important;
  padding: 0;
  margin: 0;
  display: block;
  margin: 5px 3px;
  outline: 0px;
}

.services-area .owl-next span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 55px;
  color: #cd9a00 !important;
  padding: 0;
  margin: 0;
  display: block !important;
  margin: 5px 3px;
  outline: 0px;
}

.services-area .owl-dots button.owl-dot {
  display: none !important;
}

.services-area .owl-prev {
  position: absolute;
  overflow: hidden;
  z-index: 999999;
  left: 0%;
  outline: 0px;
  bottom: 40%;
}

.services-area .owl-next {
  position: absolute;
  overflow: hidden;
  z-index: 999999;
  right: 0%;
  outline: 0px;
  bottom: 40%;
}

.single-serviecs-block {
  padding: 30px 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
  height: 320px;
  margin-bottom: 30px;
}

.services-area .owl-next span:focus, .services-area .owl-prev span:focus {
  outline: 0px;
}

.single-serviecs-block:hover {
  background: linear-gradient(to bottom, #cd9b02 0%, #ffd65b 100%);
  color: #fff;
}

.single-serviecs-block:hover h3 {
  color: #fff;
  margin-top: 180px;
}

.single-serviecs-block:hover p {
  display: none;
  font-size: 15px;
  color: #333333;
  font-weight: 300;
}

.single-serviecs-block:hover i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
  background: #fff;
  color: #cd9a00;
  height: 100px;
  width: 100px;
  font-size: 40px;
  line-height: 100px;
}

.single-serviecs-block h3 {
  margin-bottom: 15px;
  margin-top: 80px;
  display: block;
  overflow: hidden;
  transition: 0.5s;
}

.single-serviecs-block i {
  color: #fff;
  font-size: 50px;
  height: 140px;
  width: 140px;
  line-height: 170px;
  text-align: center;
  background: #cd9a00;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s;
}

.single-serviecs-block p {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}
/*css for the client slider*/
#test-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height:270px;
}
#test-list section {
  width: 100%;
}
#test-list section .top-box {
    background-color: #49062b;
    max-width: 673px;
    height: 103px;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}
#test-list section img {
    background-color: gray;
    border-radius: 100%;
    border: 3px soild #D4D4D4;
    width: 114px;
    height: 114px;
    object-fit: cover;
    position: relative;
    display: block;
    margin: auto;
    top: 15px;
    z-index: 5;
}
#test-list section .bottom-box {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 208px;
  transform: translateY(-50px);
  background:#cd9a00;
}
#test-list section .bottom-box blockquote {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#test-list section .bottom-box blockquote p {
  line-height: 21px;
  padding: 72px 30px 10px 30px;
  font-weight: 300;
    font-size: 14px;
    text-align: center;
    font-style: normal;
  color:#fff; 
}
#test-list section .bottom-box .test-details {
  text-align: center;
}
#test-list section .bottom-box .test-details p {
  text-align: center;
    color: #fff;  
    font-weight: 500;
}

.client_section_slider .owl-carousel .owl-nav{
  display:none!important;
}
.client_section_slider .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -15px);
  margin:0px;  
}
.c2slider .owl-carousel .owl-nav .owl-prev{
      position: absolute;
    top: 67px;
    z-index: 9999;
left:10px;   
}
.c2slider .owl-carousel .owl-nav .owl-next{
      position: absolute; 
    top: 67px;
    z-index: 9999;
  right:10px;
}
/* css for the card listing begins here */ 
.latest_properties_section .card {
  background: #fff; 
  //box-shadow: 0 6px 12px 0 rgb(0 0 0 / 15%)!important;
  transition: 0.3s;
  height:365px;
  margin-bottom: 13px;
  margin-right: 10px;
}

.latest_properties_section .card:hover {
  transition: 0.3s;
  //box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.1), -8px -8px 16px 0 rgba(0, 0, 0, 0.2);
  //transform: translateY(-5px)!important;
}

.card img { 
  object-fit: cover; 
  /*height: 100%;*/
  width: 100%;
  transition: 0.3s;
}

.client_section_slider .card img {
  object-fit: cover;
  animation: fadeIn 1s;
 /* height: 100%;*/
  width: 100%;
  transition: 0.3s;
}

.play_button img { 
  object-fit: contain;
  max-width: 55px;
}

.content {
  background: #fff;
} 

.content ol { 
  font-size: 1rem;
  color: black;
  font-weight: 700;
  padding:0px 15px;
  margin: 0px;
}

.content ol li {
  display: flex;
  transition: 0.3s;
  list-style-type: 123;
  width: auto;
  align-items: center; 
  margin-bottom: 3px;
  flex-wrap:wrap;
}

.content ol li:hover {
  display: flex;
  transition: 0.3s;
  color: #345e82;
  /*padding-left: 2vh;*/
  cursor: pointer;
}

.area_img {
  max-width: 15px !important;
  width: 100%;
}

.fa-check-circle {
  color: #37a21e !important;
}

.fa-map-marker {
  color: #bcbcbc !important;
}

.content ol li span {
  color: #333333;
  font-weight: 300;
  font-size: 12px;
  letter-spacing:0px;
}

.content ol li i, .content ol li img {
  margin-right: 5px;
  color: #bcbcbc;
}

.card_base {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.card_desc {
  position: static;
  bottom: 0px;
  width: 100%;
  height:auto;
}

.card_desc ol {
  list-style: none;
  /*background: linear-gradient(to bottom, #9c9c9cc7 0%, #5a2a49d9 100%);*/
  margin: 0px;
  padding: 5px 10px;
}

.card_desc ol li i {
  color:#9f9f9f;  
}

.card_desc ol li span {
  font-weight: 300;
  font-size: 13px;
  color: #333;
}

.card_desc ol li p {
  font-size: 12px;
  color: #fff;
}

.card_type {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #d9b035d9;
}

.card_type p {
  color: #fff;
  padding: 2px;
  font-size: 12px;
}

.card_type2 {
  position: absolute;
  top: 0px;
  left: 0px;
  background:#d9b035;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.card_type p {
    color: #fff;
    padding: 2px;
    font-size: 12px;
}

.inner-img {
  transition: 0.3s;
} 
 
.card_listing .row .col-lg-3 {
  display:flex;
}
.card_listing .owl-carousel.owl-loaded {
  display:flex;
} 
.card_listing .card{
/*  height:100%;*/
}
.latest_properties_section {
  /*background: #f9f9f9;
  padding: 60px 0px;
  background: url('../img/nb/bg.png');*/
  background-position: center center; 
  background-repeat: no-repeat; 
  background-size: cover;
}
.image_section{
  height:155px;
    display:none; 
}

a.button { 
  font-size: 14px;
  font-weight: 300;
  color: #fff !important;
  background: #49062b;
  padding: 10px 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 190px;
  margin: 0 auto;
}
.gallery_listings{   
  display:block!important;
} 

.arrow {
  color: #fff;
  background-color: #f6f3ed;
}

.arrow::after {
  display: inline-block;
  padding-left: 8px;
  content: "\0279E";
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.arrow:hover {
  color: #0c5449;
  background-color: #673851eb; 
}

.arrow:hover::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* css for the fourth section begins */
.premium_section {
	margin-top:40px;
  padding: 45px 0px;
  background:#f6f6f6;
  margin-bottom: 0!important;
}

.premium_section_slider .owl-carousel .owl-stage-outer{
  height:500px!important;   
}

.premium_btn { 
  margin-top: 30px !important;
} 

.overlapping-image-feature {
  /* position: relative; */
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  margin: 23px 20px;
}

@media screen and (min-width: 768px) {
  .overlapping-image-feature__image-column {
    position: absolute;
    right: 0;
    top: 0;
    width: 58.333%;
    z-index: -1;
  }
}

.overlapping-image-feature__image-column img {
  width: 100%;
  height:467px;
}

.overlapping-image-feature__content-column {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 101px;
}

@media screen and (min-width: 768px) {
  .overlapping-image-feature__content-column {
    width: 58.333%; 
    background-color: #fffffff2;
    margin-bottom: 64px;
    border: 0;
    box-shadow: 0px 0px 30px 5px rgba(158, 158, 158, .15); 
    border-bottom: 4px solid #eaeaea;
    transition: 0.4s ease;
    margin: 35px;
    border-left: 5px solid #cc980052;
  }
}

.overlapping-image-feature__content-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
  
.overlapping-image-feature__content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .overlapping-image-feature--flip {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
}

.overlapping-image-feature--flip .overlapping-image-feature__image-column {
  left: 0;
}

.overlapping-image-feature__content .premium_titles {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.overlapping-image-feature__content p {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.p-box {
  background: #662e4d;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}

.area_img2 {
  max-width: 24px !important;
  border-radius: 6px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #49062bd6;
  padding: 3px;
  margin-right: 10px;
}

.overlapping-image-feature__content ul {
  list-style: none;
  margin: 15px 0px;
}

.overlapping-image-feature__content ul li {
  display: flex;
  margin-bottom: 10px;
}

.overlapping-image-feature__content ul li i {
  margin-right: 10px;
  color: #ffffffcf !important;
}

.overlapping-image-feature__content ul li span { 
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
} 

/* fifth section begins here */ 
.latest_properties_section2 .card { 
  height: 300px;
} 

.latest_properties_section2 {
  background: url('../img/nb/bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.latest_properties_section2 .card_type {
  position: absolute;
  top: 0px;  
  right: 0px;
  background: #c8a026c9;
  border-radius: 5px;
}

.latest_properties_section2 .card_type2 { 
  position: absolute;
  top: 0px;
  left: 0px;
  background: #89898ee8;
}

.latest_properties_section2 .card_desc ol {
  list-style: none;
  background: linear-gradient(to bottom, #999999e0 0%, #cc9a0099 100%);
  margin: 0px;
  padding: 5px 10px;
}

.latest_properties_section2 .card:hover {  
  transition: 0.3s;
  //box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.1), -8px -8px 16px 0 rgba(0, 0, 0, 0.2);
}

.latest_properties_section .card .inner-img {
        border-bottom: 1px solid var(--color-secondary) !important;
      height:188px;
}

.latest_properties_section2 .card .inner-img {
  height: 180px;
}

/* sixth section css begins */
.jarallax {
  position: relative;
  z-index: 0;
  margin-top:40px;
}  

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;'; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
}

/* css for counter part */
.counter_wrapper .col-md-4 {
  text-align: center; 
  border-right: 1px dashed #edededc9;
}

.counter_wrapper .col-md-4:last-child {
  border-right: 0px solid black;
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.counter_wrapper .jarallax .container {
  padding: 80px 0px;
}

.counter_wrapper .jarallax .container .row .col-md-4 i {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}
.counter_title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}
.section-padding{
    padding:60px 0;
}
@media (max-width: 991px) {
  .counter_wrapper .col-md-4:last-child {
    border-bottom: 0px dashed black;
  }
  .section-padding{
    padding:40px 0;
}
}

/* css for the latest news section  */
.latest_news_section {
  /*height:624px;*/
}

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.post-module:hover,
.hover {
  //-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
 // -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
 // box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
 // -webkit-transform: scale(1.1);
 // -moz-transform: scale(1.1);
 // transform: scale(1.1);
  //opacity: 0.6;
}

.post-module:hover .post-content .description,
.hover .post-content .description {
  max-height: 100px;
}

.post-content p {
  font-size: 13px;
}

.post-module .thumbnail{
	border:none;
	overflow: hidden;
    margin-bottom: 0;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: #49062bad;
  width: 60px;
  height: 50px;
  padding: 5.5px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 300;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post-module .thumbnail .date .day {
  font-size: 15px;
}

.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}

.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  height:267px;
}

.post-module .post-content {
  background: #FFFFFF;
  width: 100%;
  padding: 15px 10px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
  position: absolute;
  top: -31px;
  left: 50%;
  background: #cd9a00bd;
  padding: 6px 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  transform: translate(-50%, -2px);
}

.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
}

.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
}

.post-module .post-content .description {
  display: block;
  max-height: 0;
  color: #cd9a00;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  overflow: hidden;
}

.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}

.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}

.hover .post-content .description {
  display: block !important;
  max-height: 100px !important;
  opacity: 1 !important;
}

.container .column {
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  height:365px;
}

.container .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.container .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}

.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}

.container .info span {
  color: #666666;
  font-size: 12px;
}

.container .info span a {
  color: #000000;
  text-decoration: none;
}

.container .info span .fa {
  color: #e74c3c;
}

/* css for the form section begins */
.form_section {
  background: url("https://homepress.stylemixthemes.com/wp-content/uploads/2019/12/main_bg_1.jpg") no-repeat;
  background-size: cover;
  min-height: 100%;
  height: 600px;
}

#registration-form {
  max-width: 1000px;
  padding: 75px 0px;
}

#registration-form .image {
  float: left;
  background-image: url("https://homepress.stylemixthemes.com/wp-content/uploads/2019/12/main_bg_1.jpg");
  height: 498px;
  width: 50%;
  background-size: cover;
  background-position: 25%;
}

#registration-form .frm {
  float: right;
  width: 50%;
  min-width: 250px;
  background-size: 100% 100%;
  background-color: white;
  overflow: auto;
  height: 498px;
  overflow: auto;
}

#registration-form h1 {
  margin-top: 30px;
  margin-bottom: 20px;
}

#registration-form .form-control {
  width: 90%;
  padding: 12px 20px;
  height: auto;
}

.form_section .form_wrapper form select option {
  background: #cd9a00;
  color: #fff !important;
  font-weight: 300;
}

@media screen and (max-width: 700px) {
  #registration-form .image {
    width: 30%;
    background-position: 60%;
  }

  #registration-form .frm {
    width: 70%;
  }

  #registration-form .form-control {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  #registration-form .image {
    display: none;
  }

  #registration-form .frm {
    width: 100%;
  }

  #registration-form h1 {
    text-align: center;
  }

  #registration-form .btn {
    width: 100%;
    margin-top: 20px;
  }
}

.form_section .form_wrapper {
  background: #fff;
  max-width: 100%;
  box-sizing: border-box;
  padding: 25px;
  position: relative;
  z-index: 1;
  border-top: 5px solid #cd9a00;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand 0.8s 0.6s ease-out forwards;
  animation: expand 0.8s 0.6s ease-out forwards;
  opacity: 0;
}

.form_section .form_wrapper h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
  text-align: center;
}

.form_section .form_wrapper .title_container {
  text-align: center;
  padding-bottom: 8px;
}


.form_section .form_wrapper label {
  font-size: 12px;
}

.form_section .form_wrapper .row {
  margin: 10px -15px;
}

.form_section .form_wrapper .row>div {
  padding: 0 15px;
  box-sizing: border-box;
}

.form_section .form_wrapper .col_half {
  width: 50%;
  float: left;
}

.form_section .form_wrapper .input_field {
  position: relative;
  -webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out;
}

.form_section .form_wrapper .input_field>span {
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  height: 100%;
  border-right: 1px solid #cccccc;
  text-align: center;
  width: 30px;
}

.form_section .form_wrapper .input_field>span>i {
  padding-top: 10px;
}

.form_section .form_wrapper .textarea_field>span>i {
  padding-top: 10px;
}

.form_section .form_wrapper input[type="text"], .form_section .form_wrapper input[type="email"] {
  width: 100%;
  padding: 8px 10px 9px 10px;
  height: 35px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  color: #333333 !important;
  font-size: 13px;
  font-weight: 300;
}

.form_section .form_wrapper input[type="text"]::placeholder, .form_section .form_wrapper input[type="email"]::placeholder, .form_section .form_wrapper textarea::placeholder {
  color: #333333 !important;
  font-size: 13px;
  font-weight: 300;
}

.form_section .form_wrapper textarea {
  border: 1px solid #d8d8d8;
  color: #333333 !important;
  font-size: 13px;
  font-weight: 300;
  outline: 0px;
}

.form_section .form_wrapper input[type="text"]:hover, .form_section .form_wrapper input[type="email"]:hover, .form_section .form_wrapper input[type="password"]:hover {
  background: #fafafa;
}

.form_section .form_wrapper input[type="text"]:focus, .form_section .form_wrapper input[type="email"]:focus, .form_section .form_wrapper input[type="password"]:focus, .select_option select:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #cd9a00;
  background: #fafafa;
}

.form_section .form_wrapper textarea:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #cd9a00;
  background: #fafafa;
}

.form_section .form_wrapper input[type="submit"] {
  background: #cd9a00;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 10px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  max-width: 145px;
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
}

.form_section .form_wrapper input[type="submit"]:hover {
  background: #e1a70a;
}

.form_section .form_wrapper input[type="submit"]:focus {
  background: #e1a70a;
}

.form_section .select_option {
  position: relative;
  width: 100%;
}

.form_section .select_option select {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0px 15px;
  cursor: pointer;
  color: #333333 !important;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease;
}

.form_section .select_option select {
  color: #333333 !important;
  font-size: 13px;
  font-weight: 300;
  background: whitesmoke;
  outline: 0px;
}

.form_section .select_option select::-ms-expand {
  display: none;
}

.form_section .select_option select:hover, .select_option select:focus {
  color: #000000;
  background: #fafafa;
  outline: none;
}

.form_section .select_option select:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #cd9a00;
  background: #fafafa;
}

.form_section .select_arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}

.form_section .select_option select:hover+.select_arrow, .select_option select:focus+.select_arrow {
  border-top-color: #000000;
}

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 7px;
  }

  50% {
    height: 20px;
    width: 7px;
  }
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }

  25% {
    height: 0;
    width: 7px;
  }

  50% {
    height: 20px;
    width: 7px;
  }
}

@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
  }

  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
  }

  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }

  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }

  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    opacity: 0;
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .form_section .form_wrapper .col_half {
    width: 100%;
    float: none;
  }

  .form_section .bottom_row .col_half {
    width: 50%;
    float: left;
  }

  .form_section .form_container .row .col_half.last {
    border-left: none;
  }
}

.form_width {
  width: 100%;
}

.form_taglines {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.download-card__content-box p strong, .download-card__content-box ul li strong {
  color:rgb(101 101 101);
  font-weight: 500; 
}

/* video section css begins */
.client_section {
  padding: 60px 0px;
  padding-bottom:0px;
}

.grow {
  transition: all .3s ease-in-out;
}

.grow:hover {
  transform: scale(1.05);
}

.client_section .card {
  overflow: hidden;
  border: 0px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  padding: 5px;
  -webkit-box-shadow: 0 0 8px #cccccc;
  -o-box-shadow: 0 0 8px #cccccc;
  box-shadow: 0 0 8px #cccccc;
  margin: 10px; 
  text-align: center;
  font-size: 14px;
  background: #fff;
}

.client_section .card a {
  display: inline-block !important;
}
 
.client_section .card p { 
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #e8e8e8;
  margin: 0 3px;
  border: 1px solid #fff;
  outline: 0px;
}

.owl-dots button.owl-dot.active {
  background-color: #cd9a00 !important;
}

.client_section .card a {
  display: inline-block !important;
}

.why_video_section {
  margin-bottom: 45px;
}

.play_button {
  position: absolute;
  z-index: 99;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60px;
}

.play_button img {
  object-fit: contain !important;
}

/* css for the map begins */
.map_section {
  padding: 60px 0px 80px 0px;
}

#map {
  margin: 0 auto;
  width: 100%;
  height: 450px;
}

.property_listing ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
}

.property_listing ul li {
  display: inline-block;
  margin-right: 30px;
}

.property_listing ul li a span {
  font-size: 13px;
  color: black;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  padding-left: 15px;
}

.property_listing ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  color: #ce9d0a;
}

.help_taglines {
  text-align: center;
}
  
.help_taglines h5 {  
  font-size: 24px;
  font-weight: 500;
  color: #fff; 
} 
 
/* css for the footer  */
/* STYLES SPECIFIC TO FOOTER  */
.footer {
  width: 100%;
  position: relative;
  height: 255px;
    background-color: #f4f4f4; 
    padding: 41px 30px 0px 30px;
}

.footer h5 {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

.footer p {
  font-size: 13px;
  color: #333333;
  font-weight: 300;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}

.footer p a {
  font-size: 13px;
  color: #cd9a00;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}

.footer ul {
  list-style: none;
  padding:0;
}

.footer ul li {
  margin-bottom: 5px;
}

.footer ul li i {
  font-size: 16px;
  color: #cd9a00;
  padding-right: 10px;
}

.footer ul li a span, .footer ul li, .footer ul li a {
  font-size: 13px;
  color: #333333;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  margin-bottom: 5px;
  display: flex;
  align-items: baseline;
  transition: 0.3s ease;
}

.footer ul li a span:hover, .footer ul li:hover, .footer ul li a:hover {
  color: #cd9a00;
  transition: 0.3s ease;
}

.designed_wrapper {
  background: #cd9a00;
  height:30px;
  display: block;
  text-align: center;
}

.designed_wrapper p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin:0;
    line-height: 30px;
}

/* css for the innerpage begins */
.property_listing_wrapper {
  padding: 30px 0px;
  background: #f2f2f24f;
}

.property_listing_wrapper menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: linear-gradient(to bottom, #49062bcf 0%, #4e3300de 100%);
  padding: 15px 45px;
  width: 100%;
}

.hidden {
  display: none !important;
}

.property_listing_wrapper label, .property_listing_wrapper select, .property_listing_wrapper option {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  margin-right: 5px;
  width: 100%;
  padding: 10px 10px;
  background: transparent;
  border-color: #ffffff;
  margin-top: 15px;
  outline: 0px !important;
  border-radius: 6px;
  padding: 1;
}

.property_listing_wrapper select option {
  background: #49062b !important; 
  color: #fff;
}
 
section.results {    
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; 
  position: relative;
  padding:0px 45px 0px 45px; 
  display:flex;
  flex-wrap:wrap;  
  justify-content: center;
   align-items: baseline;
}
section.results .card {
  background: #fff;
  position: relative;
  border-radius: 8px; 
  overflow: hidden;
  box-shadow: 0 32px 22px rgba(148, 161, 193, 0.2), 0 6px 12px rgba(64, 66, 93, 0.15);
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #dadada;
  height:100%;
  display:flex;
  height:100%;
  height:378px;
}

section.results .card .card_desc ol li{
  height:auto;
}

section.results .card:hover {
  transition: 0.3s;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

section.results::after {
  clear: both;
  content: "";
  display: block;
}

section.results .item {
  position: relative;
  padding: 0.75em; 
  cursor: pointer;
  float: left;
  display: block;
  margin-right: 0%; 
  margin-bottom: 30px; 
  max-width:315px;  
}  

section.results .item:last-child {
  margin-right: 0;
} 

section.results .item:hover {
  background: transparent; 
}

section.results .item>* {
  margin-bottom: .75rem;
}

.filter_title {
  color: #49062b;
  margin-bottom: 10px;
  padding: 0px 60px;
}

.footer_media_icons .social {
  display: none;
}

.property_listing_wrapper form {
  margin: 0px 15px;
  background: url('https://demo4wpresidence.b-cdn.net/wp-content/uploads/2020/07/house_wide_view.jpg');
  /* padding: 5px 45px; */
  background-size: cover;  
  background-position: center;
  background-repeat: no-repeat; 
  padding: 0px;
}

.result_desc p {
  color: #333333;
  font-weight: 300;
}

@media only screen and (max-width:967px) {
  section.results .item {
    position: relative;
    padding: 0.75em;
    margin-bottom: 1.5em;
    cursor: pointer;
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33%;
  }
    .side_toggleform .modal-content {
  padding:0px 60px;
}
}

@media only screen and (max-width:767px) {
  section.results .item {
    position: relative;
    padding: 0.75em;
    margin-bottom: 1.5em;
    cursor: pointer;
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
  }
}

@media only screen and (max-width:567px) {
  section.results .item {
    position: relative;
    padding: 0.75em;
    margin-bottom: 1.5em;
    cursor: pointer;
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
}

.property_detail_wrapper {
  padding: 30px 15px;
  background: #f2f2f24f;
}

.img-width {
  max-width: 20px;
  width: 100%;
}

.property_detail_wrapper ul {
  list-style: none;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.property_detail_wrapper span {
  font-size: 13px;
  color: #333333;
  font-weight: 300;
}

.property_detail_title h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.15px;
  margin: 0px;
  margin-bottom: 15px;
}

.property_detail_title ul li {
  display: block;
  text-align: center;
  margin-right: 30px;
}

.property_detail_title ul li figure {
  margin: 0;
  margin-bottom: 0px;
  float: left;
  margin-right: 15px;
}

.property_detail_title ul li span {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
}

.property_detail_location {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 15px;
}

.property_detail_location i {
  color: #49062ba1 !important;
  font-size: 18px;
  float: left;
  margin-right: 11px;
}

.property_detail_location .fa.fa-map-marker {
  font-size: 20px;
  color:var(--color-secondary) !important !important; 
}

.detail_price {
  font-size: 24px !important;
  text-align: right;
}

.property_detail_wrapper label {
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  display: inline-block;
  color: inherit;
  transition: border 0.2s;
  padding:2px;
}

.property_detail_wrapper .layout {
  display: grid;
  height: 100%;
  width: 100%; 
  overflow: hidden;
  grid-template-rows: 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px 0px;
}

.property_detail_wrapper input[type="radio"] {
  display: none;
}

.property_detail_wrapper label.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom: 2px solid #ffe8299c;
  background: rgb(89 89 89);
  user-select: none;
  transition: background 0.4s, padding-left 0.2s;
  padding-left: 0;
}

.property_detail_wrapper input[type="radio"]:checked+.page+label.nav {
  background: #cd9a00;
  color: #ffffff;
  padding-left: 20px;
}

.property_detail_wrapper input[type="radio"]:checked+.page+label.nav span {
  padding-left: 20px;
}

.property_detail_wrapper input[type="radio"]:checked+.page+label.nav svg {
  opacity: 1;
}

.property_detail_wrapper label.nav span {
  padding-left: 0px;
  position: relative;
  color: #fff !important;
}

.property_detail_wrapper label.nav svg {
  left: 0;
  top: -3px;
  position: absolute;
  width: 15px;
  opacity: 0;
  transition: opacity 0.2s;
}

.property_detail_wrapper .page {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-column-end: span 3;
  padding: 0px 20px;
  display: flex;
  align-items: center;
}

.property_detail_wrapper .page-contents>* {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
}

.property_detail_wrapper .page-contents>*:nth-child(1) {
  transition-delay: 0.4s;
}

.property_detail_wrapper .page-contents>*:nth-child(2) {
  transition-delay: 0.6s;
}

.property_detail_wrapper .page-contents>*:nth-child(3) {
  transition-delay: 0.8s;
}

.property_detail_wrapper .page-contents>*:nth-child(4) {
  transition-delay: 1s;
}

.property_detail_wrapper .page-contents>*:nth-child(5) {
  transition-delay: 1.2s;
}

.property_detail_wrapper .page-contents>*:nth-child(6) {
  transition-delay: 1.4s;
}

.property_detail_wrapper .page-contents>*:nth-child(7) {
  transition-delay: 1.6s;
}

.property_detail_wrapper .page-contents>*:nth-child(8) {
  transition-delay: 1.8s;
}

.property_detail_wrapper .page-contents>*:nth-child(9) {
  transition-delay: 2s;
}

.property_detail_wrapper .page-contents>*:nth-child(10) {
  transition-delay: 2.2s;
}

.property_detail_wrapper .page-contents>*:nth-child(11) {
  transition-delay: 2.4s;
}

.property_detail_wrapper .page-contents>*:nth-child(12) {
  transition-delay: 2.6s;
}

.property_detail_wrapper .page-contents>*:nth-child(13) {
  transition-delay: 2.8s;
}

.property_detail_wrapper .page-contents>*:nth-child(14) {
  transition-delay: 3s;
}

.property_detail_wrapper .page-contents>*:nth-child(15) {
  transition-delay: 3.2s;
}

.property_detail_wrapper .page-contents>*:nth-child(16) {
  transition-delay: 3.4s;
}

.property_detail_wrapper .page-contents>*:nth-child(17) {
  transition-delay: 3.6s;
}

.property_detail_wrapper .page-contents>*:nth-child(18) {
  transition-delay: 3.8s;
}

.property_detail_wrapper .page-contents>*:nth-child(19) {
  transition-delay: 4s;
}

.property_detail_wrapper .page-contents>*:nth-child(20) {
  transition-delay: 4.2s;
}
 
.property_detail_wrapper input[type="radio"]+.page {
  transition: transform 0.2s;
  transform: translateX(100%);
}

.property_detail_wrapper input[type="radio"]:checked+.page {
  transform: translateX(0%);
}

.property_detail_wrapper input[type="radio"]:checked+.page .page-contents>* {
  opacity: 1;
  transform: translateY(0px);
} 
 p strong{
font-weight:300;
}
.cards-box {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: relative;   
}

.card_desc ol li {
  font-size: 14px; 
  color:#333; 
  font-weight: 300;
letter-spacing:0px;  
}

.card-1-box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  margin-bottom: 30px;
  width: 100%;
  background: #ffffff;
}

.card-1-box:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.page-contents ul li {
  display: block;
  margin-right: 30px;
  text-align: center;
}

/*css added for the new design of image*/
.download-cards {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.download-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: calc(100% - 2em);
  background: #fbfbfb;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2em;
  box-shadow:0 6px 12px 0 rgb(0 0 0 / 15%);
  border-bottom: 1px solid #d2d2d2;
  border-left: 5px solid var(--color-secondary) !important;
  margin: 0 1em 2em 1em;
}

.download-card:hover {
  transition: 0.3s ease;
  box-shadow:0 6px 12px 0 rgb(0 0 0 / 15%);
}

@media (min-width: 700px) {
  .download-cards[data-view='grid-view'] .download-card {
    float: left;
    width: calc(50% - 2em);
  }

  .download-cards[data-view='grid-view'] .download-card:nth-child(3) {
    clear: both;
  }

  .download-cards[data-view='grid-view'] .download-card:nth-child(4) {
    clear: initial;
  }
}

@media (min-width: 1000px) {
  .download-cards[data-view='grid-view'] .download-card {
    width: calc((100% / 3) - 2em);
  }

  .download-cards[data-view='grid-view'] .download-card:nth-child(3) {
    clear: initial;
  }

  .download-cards[data-view='grid-view'] .download-card:nth-child(4) {
    clear: both;
  } 
} 

.download-card__icon-box { 
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #f1f1f1;
  padding: 2em;
  text-align: center;
}

@media (min-width: 700px) {
  .download-card__icon-box {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.download-card__icon-box img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.contact_container h3 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 10px;
}
 
.contact_container h3::before {
  content: '';
  width: 37px;
  height: 4px;
  margin: auto !important;
  position: absolute;
  left: 2px;
  right: auto;
  top: 0;
  bottom: auto;
  margin-bottom: 0px; 
  background-color: var(--color-secondary) !important;
}

.sub_title{
  color: #21335b; 
  display: block; 
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 10px;
}

.sub_title::before {
  content: '';
  width: 37px;
  height: 4px;
  margin: auto !important;
  position: absolute;
  left: 2px;
  right: auto;
  top: 0;
  bottom: auto;
  margin-bottom: 0px;
  background-color: var(--color-secondary) !important;
}

@media (min-width: 700px) {
  .download-cards[data-view='list-view'] .download-card__icon-box {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #e6e6e6;
  }
}
 
.download-card__content-box {
  padding: 2em;
  -webkit-box-flex: 1;
  flex: 1; 
  background: #fff; 
}

.download-card__content-box__catagory {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 25px; 
  color:#333; 
}



.download-card__content-box__catagory::before {
  content: '| ';
  color: #cd9a00;
}

.download-card__content-box__title {
  line-height: 1;
  margin: 0 0 .5em;
  font-size: 18px;
}

.download-card__content-box__description {
  line-height: 1.5;
  padding: 0;
  margin: 0 0 1em;
  clear: both;
  color: #929292;
  font-size: 16px;
}

.download-card__content-box .button {
  position: absolute;
  bottom: 2em;
  margin: 0;
  color: #ff4500;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 13px;
}

.dc-view-switcher {
  display: none;
  margin: 1em;
  text-align: right;
}

@media (min-width: 700px) {
  .dc-view-switcher {
    display: block;
  }
}

.dc-view-switcher>button {
  font-family: 'fontAwesome';
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  vertical-align: middle;
  color: gray;
  opacity: 0.3;
  outline: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.dc-view-switcher>button[data-trigger="list-view"]::before {
  content: "\f00b";
}

.dc-view-switcher>button[data-trigger="grid-view"]::before {
  content: "\f009";
}

.dc-view-switcher>button[data-trigger].active {
  opacity: 1;
}

.property_detail_wrapper .download-card__content-box .row .col-lg-6 ul {
  display: block;
}

.property_detail_wrapper .download-card__content-box .row .col-lg-6 ul li {
    font-weight: 500;
    margin-bottom: 10px; 
    padding: 10px;
    background: #eee;
    margin-bottom: 3px;
}

.amenities_list ul {
  list-style: none;
}

.amenities_list ul li {
  text-align: center;
      font-size: 15px; 
    color: rgba(0, 0, 0, 0.65);
    font-weight: 300;
    display: inline-block;
    width: 20%;
    text-align: center; 
  margin-top:0px;
  padding:20px 5px; 
      border: 1px solid #ddd; 
      height: 125px;
} 
.amenities_list ul li .a-title{
  text-align:center;
}
.property_detail_wrapper .amenities_img {
  max-width: 32px;
}

.property_detail_wrapper .a-title {
    font-size: 15px;
    color: rgb(121 122 122);
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.property_detail_wrapper span {
  font-size: 13px;
  color: rgb(81 81 81);
  font-weight: 500;
}

.property_detail_slider {
  margin-bottom: 45px;
}

.download-card__content-box ul li {
    font-size: 15px;
    color: rgb(101 101 101);
    font-weight: 300;
} 

.contact_container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
  font: 400 12px/16px;
  font-weight: 300;
}

#contact {
  background: #fff;
  padding: 25px;
      border: 1px solid #ddd;
}

.contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.contact_info .row {
  display: flex;
  align-items: center;
}

.contact_info .row .col-lg-3 {
  padding: 0px;
}

#contact h3 {
  color:var(--color-primary) !important; 
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  text-align: center;
}

#contact fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
  width: 100%;
  border:1px solid #cacaca;
  background: transparent;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #49062b6b;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact input[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: linear-gradient(to bottom, #3d619b 0%, #3d619b 100%) !important;
  color: #FFF!important;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
  font-weight:300;
    -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
 
#contact input[type="submit"]:hover {
  background:var(--color-primary) !important !important;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact input[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus, #contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.contact_info span {
  display: block;
}

.contact_info i {
  color: var(--color-primary) !important;
  padding-right: 10px;
}

.contact_info span, .contact_info label, .contact_info a {
  font-weight: 300;
  border: 0px;
}

.agent_logo {
  max-width: 173px;
  border:1px solid #d1d3d9;
  padding: 10px;
}

.content .row .col-lg-6 ul li {
  transition: 0.3s;
}

.content .row .col-lg-6 ul li:hover {
  transition: 0.3s; 
  padding-left: 2vh;
  color: #345e82;
}

.n-tag {
background: #cc9901;
    color: #fff !important;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 5px;
}

.share {
  width: 100%;
  display:flex;
  align-items:center;
}

.share a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content:center;
  align-items:center;
  margin: 4px;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.15s linear;
  text-decoration:none;
}

.share a:hover {
  opacity: 1;
}


.share .facebook {
  background: #3b5998;
}

.share .twitter {
  background: #55acee;
}

.share .googleplus {
  background: #dd4b39;
}

.share .linkedin {
  background: #0077b5;
}

.share .pinterest {
  background: #cb2027;
}

.property_detail_title ul li span strong {
  font-size: 18px;
  font-weight: 500;
}
button.native-share-btn {
    padding: 8px !important;
	margin:4px;
    width: 30px;
  height: 30px;
  display: flex;
  justify-content:center;
  align-items:center;
	border-radius: 50%;
}


#propertyinquiry{
margin-top:30px;}

.pl-4 a:hover, .px-4 a:hover {
  color: #ffb4de;
}

/* css added for the blog page begins */
.blog_page .row .col-lg-4 {
  margin-bottom: 30px;
}

.blog_page .row .card {
  height: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 99, 71, .3);
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 99, 71, .9);
  border-radius: 2px;
}

.blog_page .card {
  overflow: hidden;
  border-radius: 20px;
  background: white;
  transition: all .2s;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, .3);
}

.blog_page .card:hover {
  //box-shadow: 5px 5px 25px rgba(0, 0, 0, .5);
}

.blog_page .card:hover .icon svg {
  animation: iconjln 1s;
}

.blog_page .img-cover {
  position: relative;
}

.blog_page .card img {
  object-fit: cover;
  height:190px;
}

.blog_page .icon {
  position: absolute;
  top: 0;
  padding: 25px;
  right: 0;
  border-bottom-left-radius: 20px;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.blog_page .desc {
  padding: 1.5em;
  font-family: 'Poppins', sans-serif;
}

.blog_page .desc .desc_def {
  display: inline;
  font-size: 16px;
}

.blog_page .desc p {
  font-size: 13px;
  color: #333333;
  text-align: justify;
}

.blog_page .tdesc {
  margin-bottom: 40px;
  width: 100%;
  height: 50px;
  overflow: auto;
}

.blog_page .desc a {
  text-decoration: none;
  background-color: dodgerblue;
  padding: 15px 25px;
  color: white;
  border-radius: 15px;
  display: block;
  text-align: center;
  transition: all .2s;
}

.blog_page .desc a:hover {
  background-color: SteelBlue;
}

.blog_page .desc a:hover svg {
  animation: iconjln 1s;
}

@keyframes iconjln {
  0%, 100% {
    opacity: 1;
    transform: translateX(0%);
  }

  50% {
    opacity: 0;
    transform: translateX(100%);
  }

  70% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.blog_page .date {
  padding: 10px 0px;
}

.blog_page .date i {
  font-size: 20px;
  color: #cd9a00;
}

.blog_page .date span {
  font-size: 13px;
  color: #333333;
  font-weight: 300;
}

.innerpage_wrapper {
  padding: 60px 0px;
}

.b-banners-banner {
  position: relative;
  overflow: hidden;
  width:100%;
}

.b-banners-banner .header-overlay {
  height: 135vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
  background: #c5a237ad;
  opacity: 0.85;
}

.banner__container {
  padding: 50px 0px;
  position: relative;
  z-index: 11;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.banner__container nav {
  text-align: center;
  margin-bottom: 15px;
}

.banner__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.banner__breadcrumb-item {
  font-size: 0.875rem;
}

.banner__breadcrumb-item a {
  font-weight: 300;
}

.banner__title {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

.banner__buttons, .banner__buttons .c-buttons-button {
  margin-top: 10px;
}

.c-buttons-button {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .85rem 1.35rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: .005rem;
  transition: background .2s, box-shadow .2s;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: .2rem;
  box-shadow: 0 4px 9px rgba(0, 0, 0, .15);
  display: inline-flex;
  text-decoration: none !important;
  background: linear-gradient(to bottom, #e4c45ff0 0%, #deaa08ed 100%) !important;
}

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
}

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #96c03d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.cd-nugget-info span svg {
  display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
  fill: #96c03d;
}

.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}

.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
}

.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #ffffff;
  font-size: 24px;
}

.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}

.cd-breadcrumb li>*, .cd-multi-steps li>* {
  font-size: 15px;
  font-weight: 500;
}

.cd-breadcrumb li.current>*, .cd-multi-steps li.current>* {
  color: #ffc000;
  font-style: normal;
}

.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #d6a613;
}

.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}

.cd-breadcrumb.custom-icons li>*::before, .cd-multi-steps.custom-icons li>*::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2)>*::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2)>*::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3)>*::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3)>*::before {
  background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4)>*::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4)>*::before {
  background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type>*::before, .cd-multi-steps.custom-icons li.current:first-of-type>*::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2)>*::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2)>*::before {
  background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3)>*::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3)>*::before {
  background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4)>*::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4)>*::before {
  background-position: -60px -20px;
}

/* css added for the detail page begins */
.blog_detail_content {
  border: 0;
  box-shadow: 0px 0px 30px 5px rgba(158, 158, 158, .15);
  padding: 30px;
  margin-bottom: 24px;
  border-radius: 10px;
  border-bottom: 4px solid #eaeaea;
  transition: 0.4s ease;
}

.blogs_detail_page .card {
  height: 145px;
  transition: 0.4s ease;
  border: 0px;
}

.blogs_detail_page .card:hover {
  transition: 0.3s;
  cursor: pointer;
 // box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.2), -8px -8px 16px 0 rgba(0, 0, 0, 0.2);
}

.blogs_detail_page .post-image {
  width: 119px;
  height: 114px;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 10px 10px 10px;
  float: left;
}

.blogs_detail_page .post-content {
  width: 55%;
  height: 250px;
  float: left;
  margin-left: 5px;
  overflow: hidden;
  margin: 16px 0px 0px 10px;
}

.blogs_detail_page a:link {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.blogs_detail_page .post-text {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
}

.blogs_detail_page .author {
  widt: 100%;
  height: 60px;
  background-color: #F2F5F8;
  margin-left: 20px;
  margin-top: 5px;
  border-radius: 10px;
}

.blogs_detail_page .author-content {
  width: 60%;
  height: 60px;
  margin-left: 10px;
  float: left;
}

.blogs_detail_page .author-image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

.blogs_detail_page .author-name {
  font-size: 20px;
  color: #3B3C3F;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 10px;
}

.blogs_detail_page .date {
  font-size: 13px;
  font-weight: 500;
  padding-top: 5px;
}

.blog_detail_content h5 {
  font-size: 22px;
  line-height: 45px;
  color: #333333;
}

.blog_detail_content .date {
  font-size: 13px;
  margin-top: -15px;
  padding: 20px 0px;
  color: #333333;
}

.widget .widget-title {
  color: #333333;
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}

.widget-title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.widget-title:before {
  width: 100%;
  border-color: #eaeaea;
}

.widget-title:after {
  border-color: #00afff;
}

.widget-title:after, .widget-title:before {
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
  border: .5px solid #cd9a00;
}

.blog_listing {
  border: 0;
  box-shadow: 0px 0px 30px 5px rgba(158, 158, 158, .15);
  padding: 30px 15px;
  margin-bottom: 24px;
  border-radius: 10px;
  border-bottom: 4px solid #eaeaea;
}

.blogs_detail_page .row .col-lg-4 .card {
  margin-bottom: 30px;
  border-bottom: 1px solid #cd9a0073 !important;
  border-radius: 0px;
}

.b-list {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}

.b-list .date span {
  color: rgba(0, 0, 0, 0.65);
}

.post-header {
  font-weight: 500;
  font-size: 13px;
}

.blog_share .share a {
  color: #fff;
  text-align: center;
}


.blog_detail_content img {
  border-radius: 20px;
  padding-bottom: 10px;
}

.blog_share .share span {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
}



.blog_detail_content ul {
  list-style: none;
  padding-bottom: 10px;
}

.blog_detail_content ul li {
  padding-bottom: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
}

.blog_detail_content ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  color: #cd9a00;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 15%;
  }
}

.latest_news_slider {
  margin-bottom: 30px;
}

/*css for the contact page begins*/
.contact_us_content .form_wrapper {
  height: 100%;
}

.vc_column_container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: flex;
  height: 100%;
}

.vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  width: 100%;
}

.vc_column-inner::after, .vc_column-inner::before {
  content: " ";
  display: table;
}

.wpb_wrapper {
  height: 100%;
}

.bs-block-layout-bears_block--contact-info {
  position: relative;
  border: 1px solid #f1f1f1;
  margin: 0px 0px 30px 0px;
  padding: 30px 30px 0px 100px;
  display: flex;
  height: 100%;
}

.bs-block-layout-bears_block--contact-info .bs-icon {
  -wekbit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 80px;
  font-size: 30px;
  text-align: center;
  line-height: 78px;
  color: #d4a510;
  background: #fff;
  border: 1px solid #f1f1f1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bs-block-layout-bears_block--contact-info .bs-icon img {
  max-width: 40px;
}

.bs-block-layout-bears_block--contact-info .bs-content .bs-title {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: .04em;
  margin-bottom: 15px;
}

.bs-block-layout-bears_block--contact-info .bs-content .bs-title>a {
  color: #333333 !important;
}

.bs-block-layout-bears_block--contact-info .bs-content .bs-desc, .bs-block-layout-bears_block--contact-info .bs-content .bs-desc a {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: .04em;
  color: #333333 !important;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
  padding-right:10px;
}

.contact_us_content .row .col-lg-4 {
  margin-bottom: 30px;
}

.bs-block-layout-bears_block--contact-info .bs-content .bs-desc a:hover {
  color: #d6a715 !important;
}

.contact_us_content .form_wrapper {
  height: 100%;
  border: 0px;
}

.form_wrapper {
  background: #ffffff;
  box-sizing: border-box;
  padding: 25px 0px;
  position: relative;
  z-index: 1;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand 0.8s 0.6s ease-out forwards;
  animation: expand 0.8s 0.6s ease-out forwards;
  opacity: 0;
}

.form_wrapper .title_container {
  text-align: center;
  padding-bottom: 15px;
}

.form_wrapper h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
  text-align: left;
  color: #d4a510;
}

form {
  padding: 0px 15px;
}

.form_wrapper .row>div {
  padding: 0 15px;
  box-sizing: border-box;
}

.form_wrapper .input_field {
  position: relative;
  padding-bottom: 15px;
  outline: 0px !important;
}

.form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper input[type="number"] {
  font-size: 13px;
  width: 100%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #f5f5f5;
  padding: 15px 15px;
  color: #666;
  font-weight: 300;
}

.form_wrapper textarea {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #f5f5f5;
  padding: 15px 15px;
  color: #666;
  font-weight: 300;
  outline: 0px;
}

.form_wrapper input[type="submit"] {
  background: #d4a510;
  padding: 10px 30px;
  border: 0px;
  color: #fff;
  font-weight: 300;
  outline: 0px;
  border-radius: 7px;
  cursor: pointer;
  transition: 0.3s ease;
}

.form_wrapper input[type="submit"]:hover {
  transition: 0.3s ease;
  background: #49062b;
}

.contact_us_content .fa-map-marker {
  color: #d4a510 !important;
}

.footer .row .col-sm-12 {
  margin-bottom: 30px;
}
.footer ul{
display:block!important;}

.property_listing_wrapper .fifth-wrap {
  margin-top: 40px;
}

.property_listing_wrapper .fifth-wrap .btn-search {
  background: #49062b;
  white-space: nowrap;
  font-size: 15px;
  color: #fff;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem;
  border-radius: 25px;
  transition: 0.3s ease;
  outline: 0px;
  font-weight: 300;
}

.property_listing_wrapper .fifth-wrap .btn-search:hover {
  background: var(--color-secondary) !important;
  transition: 0.3s ease;
}

/*media query begins here*/
@media only screen and (max-width:1250px) {
  .slide-caption__desc {
    font-size: 20px;
  }


  .blogs_detail_page .post-image {
    width: 90px;
    height: 90px;
    margin-left: 0px;
    margin-right: 15px;
    float: left;
  }

  .blogs_detail_page .post-content {
    width: 55%;
    height: 255px;
    float: revert;
    margin-left: 5px;
    overflow: hidden; 
    margin: 16px 0px 0px 10px;
  }
}

.counter_wrapper {
    background-image: -webkit-linear-gradient(to bottom, #1f4d8b, #1e5297, #1e57a3, #1e5caf, #1e61bb); /* For Safari/Chrome */
    background-image: -moz-linear-gradient(to bottom, #1f4d8b, #1e5297, #1e57a3, #1e5caf, #1e61bb); /* For Firefox */
    background-image: -o-linear-gradient(to bottom, #1f4d8b, #1e5297, #1e57a3, #1e5caf, #1e61bb); /* For Opera */
    background-image: linear-gradient(to bottom, #1f4d8b, #1e5297, #1e57a3, #1e5caf, #1e61bb); /* Standard syntax */
}

@media only screen and (max-width:1100px) {
  section.results .card {
    background: #ffffff;
  }

  .slide-caption__desc {
    font-size: 18px;
    text-align: center;
  }


  .counter_title {
    text-align: center;
  }
  
  .form_section {
    min-height: auto;
    height: 621px;
  }
}

@media only screen and (max-width:967px) {
  .left_header_bar ul li {
    margin-right: 10px;
  }

  .left_header_bar ul li i {
    margin-right: 5px;
    font-size: 12px;
  }

  .left_header_bar ul li span {
    font-size: 12px;
  }

  .bs-block-layout-bears_block--contact-info .bs-icon {
    font-size: 24px;
  }

  .property_detail_title h4 {
    text-align: left;
  }

  /*search css begins*/
  .s002 { 
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 10px);
    width: 100%;
  }

 /* .s002 form .inner-form {
    flex-wrap: inherit;
  }*/

  .s002 form .inner-form .input-field {
    margin-bottom: 0px;
  }

  .s002 form .inner-form .input-field input {
    padding: 0px;
    height: auto;
  }

  .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 0px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  .s002 form .inner-form .input-field.fifth-wrap .btn-search {
    background: #49062b;
    white-space: nowrap;
    font-size: 15px;
    color: #fff;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem;
    border-radius: 25px;
  }

  .s002 form .inner-form .input-field.fifth-wrap {
    min-width: 90px;
  }

  .right_header_bar {
    display: none;
  }

  .s002 form .inner-form .input-field.fifth-wrap .btn-search {
    padding: 0px;
    font-size: 12px;
  }

  .s002 form .inner-form .input-field.fifth-wrap .btn-search:hover {
    padding: 0px;
  }

  .section-title h2, .section-title h2 span {
    font-size: 24px;
  }

  .counter_wrapper .jarallax .container {
    padding: 45px 0px;
  }

  .counter_wrapper .jarallax .container .row .col-md-4 i {
    font-size: 24px;
  }

  .counter_title {
    font-size: 15px;
  }

  .overlapping-image-feature__content .premium_titles {
    font-size: 16px;
  }

  .overlapping-image-feature__content-column {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image {
    display: none;
  }

  .form_section {
    height: 715px;
  }

  #registration-form .frm {
    float: none;
    width: auto;
    background: transparent;
  }

  .form_section .form_wrapper {
    background: #ffffffe6;
    max-width: 415px;
    width: 100%;
    margin: 0 auto;
  }

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

  .footer_media_icons .social {
    display: block;
  }

  .footer ul {
    margin: 0px;
  }

  .footer_media_icons .social a span {
    color: #cd9a00;
  }

  .footer_media_icons .social .link {
    border: 1px dashed #cd9a00;
  }

  .property_detail_heading {
    font-size: 18px !important;
  }

  .blogs_detail_page .post-image {
    margin-left: 10px;
  }
}

@media only screen and (max-width:768px) {
  .banner__container {
    align-items: baseline;
  }

  .banner__title {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    max-width: 300px;
  }

  .cd-breadcrumb li>*, .cd-multi-steps li>* {
    font-size: 12px;
    font-weight: 500;
  }

  .play_button {
    max-width: 32px;
  }

  .left_header_bar ul li span {
    font-size: 10px;
  }

  .s002 form .inner-form .input-field.fifth-wrap {
    min-width: 70px;
    max-width: 70px;
  }

  .s002 form .inner-form .input-field input.placeholder {
    color: #646464;
    font-size: 10px;
    font-weight: 300;
  }

  .s002 form .inner-form .input-field input:-moz-placeholder {
    color: #646464;
    font-size: 10px;
    font-weight: 300;
  }

  .s002 form .inner-form .input-field input::-webkit-input-placeholder {
    color: #646464;
    font-size: 10px;
    font-weight: 300;
  }

  .s002 form select {
    font-size: 10px;
  }

  .s002 form .inner-form .input-field.fifth-wrap .btn-search {
    padding: 0px;
    font-size: 10px;
  }

  .s002 {
    position: static;
    left: 0px;
    top: 0px;
    transform: none;
  }

  .s002 form .inner-form {
    background: #49062b;
  }

  .header_bar {
    display: none;
  }

  .main_logo figure img {
    max-width: 100px;
  }

  .property_listing_wrapper label, .property_listing_wrapper select, .property_listing_wrapper option {
    font-size: 13px;
  }
}

@media only screen and (max-width:768px) {
  .form-control, .s002 form .inner-form .input-field input {
    background: transparent;
  }

  .s002 form .inner-form .input-field input::placeholder {
    color: #fff !important;
  }

  .s002 form .inner-form {
    padding: 5px 1px;
  }

  .s002 form .inner-form .input-field.fifth-wrap {
    min-width: 100%;
    max-width: 100%;
  padding:0px;
  }

  .s002 form .inner-form .input-field.fifth-wrap .btn-search {
    font-weight: 300;
  }

  .s002 form .inner-form .input-field.fifth-wrap .btn-search:hover {
    border-radius: 0px;
  }

  .s002 form .inner-form .input-field input.placeholder {
    font-size: 9px;
    color: #fff;
  }

  .s002 form .inner-form .input-field input:-moz-placeholder {
    font-size: 9px;
    color: #fff;
  }

  .s002 form .inner-form .input-field input::-webkit-input-placeholder {
    font-size: 9px;
    color: #fff;
  }

  .s002 form select {
    font-size: 9px;
    color: #fff;
  }

  .s002 form .inner-form .input-field.fifth-wrap .btn-search {
    font-size: 9px;
  }

  .form-control {
    height: calc(1.25rem + 2px); 
  }

  form {
    padding: 0px;
  }

  .s002 form .inner-form {
    border-radius: 0px;
  }

  .services-area {
    padding: 30px 0px 0px 0px;
  }

  .home_banner .owl-carousel {
    margin: 0px;
  }

  .form-control:focus {
    background: transparent;
	color:#fff;
  }
  .slide-caption__title{
    font-size:18px;
  }
  .slide-caption__desc {
    font-size: 14px;
}
}

@media only screen and (max-width:567px) {
  form {
    margin: 0px;
  }

  .s002 form .inner-form {
    background: #49062b;
  }

  .s002 form .inner-form {
    border-radius: 0px;
  }

  .s002 form .inner-form .input-field {
    margin-bottom: 0px;
  padding:5px 10px;
  }
  .section-title h2, .section-title h2 span {
    font-size: 18px;
  }
  .s002 form .inner-form .input-field.fifth-wrap .btn-search{
    border-radius:0px;
  }
  .section-title {
    margin-bottom: 30px;
  }

  .latest_properties_section2, .client_section, .latest_news_section {
    padding: 30px 0px;
  } 
  .latest_properties_section{
    padding:0px 0px 30px 0px;
  }
  .premium_section{
    padding:30px 0px; 
  }

  .map_section {
    padding: 30px 0px 150px 0px;
  }

  .form-control {
    color: #fff;
  }

  .single-serviecs-block h3 {
    font-size: 18px;
  }



  .card_type {
    position: absolute;
    top: 4px!important; 
    right: 0px;
  background:var(--color-primary) !importantb8!important;
  } 

  .card_type p {
    font-size: 11px!important;
  }

  .card_type2 {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .card_type2 p {
    font-size: 11px;
  }
   

  .content ol {
    padding: 0px 10px;
  } 

  form {
    padding: 0px;
  }

  .latest_properties_section .card, .latest_properties_section2 .card {
    margin-bottom:0px;
  margin-left:0px; 
  }

  .card_desc ol li span { 
    font-size: 11px;
  }
  
  .fa.fa-money{
    color:#bcbcbc!important;
  }

  .home_banner .owl-carousel {
    margin: 0px;
  }

  .single-serviecs-block {
    height: 235px;
    margin-bottom: 10px;
  }

  .form-control, .s002 form .inner-form .input-field input {
    background: transparent;
    font-size: 11px;
    color: #fff;
    font-weight: 300;
  }

  .s002 form .inner-form .input-field input::placeholder {
    color: #fff !important;
  }

  .s002 form .inner-form {
    padding: 0px;
  }

  .s002 form .inner-form .input-field.fifth-wrap {
    min-width: 100%;
    max-width: 100%;
  padding:0px;
  }

  .s002 form .inner-form .input-field.fifth-wrap .btn-search {
    font-weight: 300;
  }

  .s002 form .inner-form .input-field.fifth-wrap .btn-search:hover {
    border-radius: 0px;
  }

  .s002 form .inner-form .input-field input.placeholder {
    font-size: 9px;
  }

  .s002 form .inner-form .input-field input:-moz-placeholder {
    font-size: 9px;
  }

  .s002 form .inner-form .input-field input::-webkit-input-placeholder {
    font-size: 9px;
  }

  .s002 form select {
    font-size: 9px;
  }

  .s002 form .inner-form .input-field.fifth-wrap .btn-search {
    font-size: 9px;
  }

  .form-control {
    height: calc(1.25rem + 2px);
  }

  .help_taglines h5 {
    font-size: 15px;
  }

  section.results .card {
    height: 375px;
  }

  .property_listing_wrapper menu {
    display: block;
  }

  .property_listing_wrapper label, .property_listing_wrapper select, .property_listing_wrapper option {
    margin: 0px;
  }

  .property_listing_wrapper .fifth-wrap {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
  }

  .property_detail_heading {
    font-size: 15px !important;
  }

  .property_detail_title h4 {
    text-align: left;
  }

  .contact_container h3 {
    text-align: center;
  }

  .agent_logo {
    max-width: 100px;
  }

  .contact_info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap-reverse;
  }

  .contact_info .row {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slide-caption__title {
    font-size: 10px;
    text-align: center;
  }

  .slide-caption__desc {
    font-size: 11px;
    color: #fff;
    font-weight: 900;
    text-align: center;
  }

  .counter_title { 
    font-size: 11px;
    text-align: center;
  }

  .card_desc ol li {
    font-size: 9px;
  }

  section.results .card {
    height: 315px;
  }

  .contact_info .row .col-lg-3 {
    display: flex;
    justify-content: center;
  }

  .blog_detail_content h5 {
    font-size: 16px;
    line-height: auto;
  }

  .b-list {
    display: block;
  }

  .innerpage_wrapper {
    padding: 30px 0px;
  }

  .blog_listing {
    padding: 15px 15px;
  }

  .property_detail_location {
    text-align: left;
  }

  .property_detail_wrapper .amenities_img {
    max-width: 20px;
  }

  .amenities_list ul li {
    padding: 12px 0px;
  }
   .amenities_list ul li .a-title{
     font-size:11px;
   }
  .download-card p {
    font-size: 14px;
  }

  .contact_info .row .col-lg-9 {
    display: flex;
    justify-content: space-evenly;
    align-items: center; 
    padding: 10px 0px; 
  }

  .contact_us_content .form_wrapper {
    padding: 15px;
  }
}

.fix-share {
  width: 41px;
  height: 148px;
  padding: 4px;
  margin: 0;
  color: #444;
  border-left-width: 0;
  box-shadow: 0px 0px 10px #ccc;
  position: fixed;
  top: calc(83% - 76px);
  left: 0px;
  z-index: 295;
  background: #ffffffd6;
}

.fix-share ul {
  margin-bottom: 0px;
  padding: 0;
}


.fix-share li {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fix-share li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.fix-share li a {
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

/* Platform Specific Styles */
.fix-share .share-viber {
  background: rgba(89, 55, 173, 0.8);
  color: #5937ad;
}
.fix-share .share-insta {
  background: rgba(193, 53, 132, 0.8);
  color: #C13584;
}
.fix-share .share-tiktok {
  background: rgba(0, 0, 0, 0.8);
  color: #25F4EE;
}
.fix-share .share-linkedin {
  background: rgba(0, 119, 181, 0.8);
  color: #0077B5;
}
.fix-share .share-fb {
  background: rgba(66, 103, 178, 0.8);
  color: #4267B2;
}
.fix-share .share-whatsapp {
  background: rgba(79, 206, 93, 0.8);
  color: #25D366;
}

/* Hover Effects */
.fix-share li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.fix-share li:hover::before {
  opacity: 0.3;
}

/* Platform Icons */
.fix-share .share-viber a i {
  font-size: 22px;
}
.fix-share .share-insta a i {
  font-size: 20px;
}
.fix-share .share-tiktok a i {
  font-size: 20px;
}
.fix-share .share-linkedin a i {
  font-size: 20px;
}
.fix-share .share-fb a i {
  font-size: 20px;
}
.fix-share .share-whatsapp a i {
  font-size: 22px;
}

/* Animation */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.fix-share li:hover {
  animation: pulse 1s ease infinite;
}

/* Responsive */
@media (max-width: 768px) {
  .fix-share {
    gap: 12px;
  }
  .fix-share li {
    width: 42px;
    height: 42px;
  }
  .fix-share li a i {
    font-size: 18px;
  }
}

/*css added for the agent page*/
.card-horizontal {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.agent_listing .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(60 60 60 / 13%);
  border-radius: .25rem;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  margin-bottom: 45px;
}

.agent_listing .card img {
  object-fit: cover;
  animation: fadeIn 1s;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  border-right: 2px solid #cb940054;
}

.agent_listing .card .card-title {
  color: #cb9400;
  text-transform: uppercase;
}

.agent_listing .card-text {
  text-align: justify;
  margin-bottom: 10px;
}

.agent_listing .card-footer {
  padding: .75rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, .125);
}

.agent_listing .card-footer ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0px;
}

.agent_listing .card-footer ul li i {
  color: var(--color-primary) !important;
  padding-right: 10px;
}

.agent_listing .card-footer ul li a {
  color: var(--color-primary) !important;
  font-size: 13px;
  font-weight: 300;
  transition: 0.3s ease;
}

.agent_listing .card-footer ul li a:hover {
  color: #d29b0b;
  transition: 0.3s ease;
}

.property_count {
  font-size: 15px;
  color: #cb9801;
  font-weight: 500;
  padding-left: 10px;
}

.agencies_wrapper .nav-tabs {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  width: auto;
  max-width: 242px;
}

.agencies_wrapper .bg-dark {
  background-color: #592a42 !important;
  margin-bottom: 30px;
}

.agencies_wrapper .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  transition: color .2s ease-out;
}

.agencies_wrapper .tabs-dark .nav-link {
  color: #cd9b02;
  font-weight: 500;
  text-transform: uppercase;
}

.agencies_wrapper .nav-link {
  display: block;
  padding: 23px;
}

.agencies_wrapper .tabs-light .nav-link {
  color: rgba(0, 0, 0, .5);
}

.agencies_wrapper .tabs-dark .nav-link:not(.active):hover {
  color: #aeb0b3;
}

.agencies_wrapper .tabs-light .nav-link:not(.active):hover {
  color: #495057;
}

.agencies_wrapper .nav-pills .nav-link {
  border-radius: 2px;
  color: #495057;
  transition: color .2s ease-out, box-shadow .2s;
}

.agencies_wrapper .nav-pills .nav-link:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.agencies_wrapper .nav-pills .nav-item {
  margin: 0 5px;
}

.agencies_wrapper .nav-pills.pills-dark .nav-link.active {
  background-color: #343a40 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.agencies_wrapper .nav-pills.pills-dark .nav-link:not(.active):hover {
  color: #1d1e22;
}

.agencies_wrapper .tabs-marker .nav-link {
  position: relative;
}

.agencies_wrapper .tabs-marker .nav-link.active .marker {
  height: 30px;
  width: 30px;
  left: 50%;
  bottom: -30px;
  transform: translatex(-50%);
  position: absolute;
  overflow: hidden;
}

.agencies_wrapper .tabs-marker .nav-link.active .marker:after {
  content: "";
  height: 15px;
  width: 15px;
  top: -8px;
  left: 50%;
  transform: rotate(45deg) translatex(-50%);
  transform-origin: left;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
}

.agent_card {
  text-align: center;
}

/*media query ends here*/
/*css for the side toggle form begins*/
.side_toggleform .pricing-table {
  margin-top: 0px;
}

.side_toggleform hr {
  max-width: 350px;
  height: 2px;
  background-color: var(--color-secondary) !important;
  border-top: 0px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.side_toggleform .pricing-table {
  margin-top: 30px;
  margin-bottom: 30px;
}

.side_toggleform .pricing-table .pricing-table-item {
  border-bottom: 0px;
}

.side_toggleform .pricing-table .item-header {
  background-color: #696969;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}

.side_toggleform h2,
.side_toggleform .header-two {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 19px;
  line-height: 1.3;
  text-transform: uppercase;
}

.side_toggleform .pricing-table .item-cta-block {
  background-color: #D3D3D3;
  padding: 30px;
  text-align: center;
  position: relative;
}

.side_toggleform .pricing-table .block-price {
  color: #000000;
  font-size: 45px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.side_toggleform .pricing-table .block-sub-text {
  text-transform: uppercase;
  font-size: 15px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 10px;
}

.side_toggleform .pricing-table .pricing-toggle-holder {
  display: none;
}

.side_toggleform .pricing-table .pricing-toggle-holder button {
  padding-left: 0;
  padding-right: 0;
}

.side_toggleform .item-cta-block .button.orange-button {
  display: inline-block;
}

.side_toggleform button.orange-button,
.side_toggleform input[type="button"].orange-button,
.side_toggleform input[type="reset"].orange-button,
.side_toggleform input[type="submit"].orange-button,
.side_toggleform a.button.orange-button {
  background-color: #d2282e;
  color: #ffffff;
  padding: 18px 20px;
  box-shadow: 0 3px 0 0 rgba(24, 24, 25, 0.1);
  -webkit-transition: all .75s;
  transition: all .75s;
  margin-bottom: 6px;
}

.side_toggleform button .glyphicon-menu-right,
.side_toggleform input[type="button"] .glyphicon-menu-right,
.side_toggleform input[type="reset"] .glyphicon-menu-right,
.side_toggleform input[type="submit"] .glyphicon-menu-right,
.side_toggleform a.button .glyphicon-menu-right {
  top: -1px;
  margin-left: 5px;
  font-size: 9px;
}

.side_toggleform .pricing-table .item-details-block {
  background-color: #f7f7f7;
  padding: 38px 30px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.side_toggleform .pricing-table .plus-header {
  text-align: center;
  font-size: 18px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.side_toggleform .pricing-table .separator {
  margin-bottom: 38px;
}

.side_toggleform .separator {
  background-color: #d2282e;
  height: 3px;
  width: 100px;
  margin: 0 auto;
  margin-top: 27px;
  margin-bottom: 48px;
}

.side_toggleform .pricing-table .item-details-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side_toggleform .pricing-table .item-details-block ul li {
  line-height: 2;
}

.side_toggleform li {
  text-align: center;
  margin-bottom: 10px;
  line-height: 120%;
}

.side_toggleform .separator-type,
.side_toggleform .title-type,
.side_toggleform .intro-type,
.side_toggleform .content-type .intro-type p {
  position: relative;
}

.side_toggleform .intro-type .container {
  padding: 107px 0px 102px 0px !important;
}

.side_toggleform h1 {
  font-family: 'Open Sans Condensed', sans-serif;
}

.side_toggleform .company-heading h1 {
  margin-bottom: 40px;
  line-height: 80px;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700 !important;
  text-align: center;
}

.side_toggleform .seo-header,
.side_toggleform .product-header,
.side_toggleform .intro-type .container h1.white,
.side_toggleform .company-heading h1 {
  font-weight: 100 !important;
  text-transform: capitalize;
  font-size: 55px;
  margin-bottom: 20px;
}

.side_toggleform hr {
  width: 350px;
  height: 2px;
  background-color: var(--color-secondary) !important;
  border-top: 0px;
}

.side_toggleform .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--color-secondary) !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(204 153 0 / 50%);
}

.side_toggleform .select_option select:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--color-secondary) !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(204 153 0 / 50%);
}

.side_toggleform .select_option select option {
  color: #fff;
  background-color: var(--color-secondary) !important;
  border-color: #fff;
  outline: 0;
  font-size:13px;
  font-weight:300;
}

.side_toggleform .close {
  font-size: 32px;
}

.side_toggleform .close:not(:disabled):not(.disabled):focus,
.side_toggleform .close:not(:disabled):not(.disabled):hover {
  outline: 0px;
}

.side_toggleform .parallax {
  background-attachment: inherit !important;
}

.side_toggleform .parallax {
  background-attachment: inherit !important;
}

.side_toggleform .parallax {
  background-attachment: inherit !important;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: -10;
}

/* Side Widget */
.side_toggleform .side-widget.open {
  margin-right: 0;
  background:transparent;
}

.side_toggleform .side-widget {
  width: 57px;
  z-index: 9;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  right: 0;
  top: 52%;
  text-align: center;
  /*margin-right: -45px;*/
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition:0.3s ease;
}
.side_toggleform #get-started:hover{
  background:linear-gradient(to bottom, #49062b 0%, #b6337b 100%);
  transition:0.3s ease;
}
.side_toggleform .btn.btn-blue:hover {
  background-color: #1f6fa6;
}

.side_toggleform .btn.btn-blue {
  background-color: #0082ca;
}

.side_toggleform .btn.btn-blue {
  background-color: #2483c3;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.side_toggleform .btn {
  font-family: 'proxima-nova', sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.side_toggleform .widget-close:hover {
  color: #ccc;
}

.side_toggleform .widget-close {
  color: #636363;
}

.side_toggleform .widget-close {
  position: absolute;
  left: 3px;
  top: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}

.side_toggleform .section.triad-section {
  margin-top: 10px;
}

.side_toggleform section.section h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0;
}

.side_toggleform h2 {
  color: #000;
}

.side_toggleform button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.side_toggleform .text-center {
  margin-bottom: 0px;
  text-align: center;
  display: block;
}

.side_toggleform .text-center p {
  color: #fff;
  margin: 0px;
  text-align: center;
  text-transform:uppercase;
}

.side_toggleform h1,
.side_toggleform h2,
.side_toggleform h3,
.side_toggleform h4,
.side_toggleform h5,
.side_toggleform h6 {
  font-weight: 200;
  letter-spacing: -1px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 24px;
}

.side_toggleform section.section p.sub-heading {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}

.side_toggleform button.close {
  text-align: end;
}

.side_toggleform section.triad-section .triad-sub-section {
  padding-right: 60px;
}

.side_toggleform section p.detail-paragraph:first-child {
  margin-top: 0;
}

.side_toggleform section p.detail-paragraph {
  font-family: 'Open Sans Condensed', sans-serif;
  margin-top: 40px;
  font-size: 18px;
  color: #000;
}

.side_toggleform b,
.side_toggleform strong {
  font-weight: 700;
}

.side_toggleform #popup-container {
  position: fixed;
  z-index: 9990;
  margin: 0 auto;
  top: 13%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 618px;
  display: none;
}

.side_toggleform #popup-container.open {
  display: block;
}

.side_toggleform .modal-content {
  background-color: rgba(38, 38, 40, 0.92);
  color: #fff;
  padding:0px 24px;
}

.side_toggleform .modal-content input {
  height: 35px;
  outline: 0px;
  background:#fff!important;
}

.side_toggleform .modal-content .btn-primary {
  width: 155px;
  background-color: var(--color-primary) !important;
  border: 0px;
  font-size: 14px;
  letter-spacing:0.2px;
  height:auto;
  outline:0px;
}

.side_toggleform .modal-content .btn-primary:hover {
  background-color: var(--color-secondary) !important;
  border: 0px;
}

.side_toggleform .modal-content .logorow {
  text-align: center;
}

.side_toggleform .close {
  margin-right: 10px;
  margin-top: 5px;
  color: #fff;
  opacity: .8;
}

.side_toggleform .close:hover {
  color: #efefef;
}

.side_toggleform .select_option {
  height: 35px;
  padding: 0px;
}

.side_toggleform .select_option select {
  border-radius: 0px;
  padding: 0px;
  height: 100%;
  margin: 0px;
  padding-left: 10px;
  color:#495057;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.side_toggleform input,
.side_toggleform select,
.side_toggleform textarea {
  border-radius: .25rem;
}

.side_toggleform #footer-form .row .col-md-6 {
  margin-bottom: 15px;
}

.side_toggleform #footer-form .row .col-md-12 {
  margin-bottom: 15px;
}

.side_toggleform #footer-form {
  margin-bottom: 15px;
}

.side_toggleform #get-started {
  color: #fff;
    max-width: 220px;
    width: max-content;
    padding: 10px 22px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    background: linear-gradient(to bottom, #dcaa13 0%, var(--color-secondary) !importantb8 100%);
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1.2px;
    font-size: 14px;
}

.side_toggleform input,
.side_toggleform select,
.side_toggleform textarea {
  width: 100%;
}

.side_toggleform textarea{
  display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
  outline:0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.side_toggleform textarea::placeholder, .side_toggleform .modal-content input::placeholder{
    color: #495057;
}

.close span{
  font-size:32px;
}


@media only screen and (max-width:967px) {
  section.results .item {
    position: relative;
    padding: 0.75em;
    margin-bottom: 1.5em;
    cursor: pointer;
    float: left;
    display: block;
    margin-right: 0%;
    width:50%;
  }
    .side_toggleform .modal-content {
  padding:0px 60px;
}
}

@media only screen and (max-width:767px){
    section.results .item {
    position: relative;
    padding: 0.75em;
    margin-bottom: 1.5em;
    cursor: pointer;
    float: none;
    display: block;
    margin-right: 0%;
    width:100%;
  }
}
.desktop-hide{
  display:none;
}
@media only screen and (max-width:575px) {
  .side_toggleform h1 {
    font-size: 18px;
  letter-spacing:0.4px;
  }

  .side_toggleform .form-control {
    font-size: 12px;
  }

  .side_toggleform .modal-content input {
    height: 40px;
    outline: 0px;
  padding:0px 15px;
  }

  .side_toggleform .select_option {
    height: 40px;
    padding: 0px;
  }

  .side_toggleform .form-control {
    font-size: 12px;
  }

  .side_toggleform input,
  .side_toggleform select,
  .side_toggleform textarea {
    border-radius: .25rem;
    font-size: 12px;
  }

  .side_toggleform .modal-content {
    padding: 20px;
  }

  .side_toggleform .modal-content .btn-primary {
    font-size: 12px;
    letter-spacing: 0.2px;
  height:auto;
  outline:0px;
  padding:10px;
  }
  #test-list section img {
    width: 100px;
    height: 100px; 
}
#test-list section .bottom-box blockquote p {
    font-size: 13px;
}
.test-details p{ 
  font-size:13px; 
}
.content ol li span {
  font-size: 11px;
}
}
.client_section_slider .owl-carousel .owl-nav{
  display:block!important;
}
.client_section_slider .owl-dots button.owl-dot{
  display:none!important;
}
 .client_section_slider .owl-prev span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 55px;
    color: #fff !important;
    padding: 0;
    margin: 0;
    display: block;
    margin: 5px 3px;
    outline: 0px;
} 
.client_section_slider .owl-next span {
    display: flex;
    justify-content: center;  
    align-items: center;
    font-weight: 300;
    font-size: 55px;
    color: #fff !important;
    padding: 0;
    margin: 0;  
    display: block !important;
    margin: 5px 3px; 
    outline: 0px; 
}
@media only screen and (max-width: 567px){
.side_toggleform #get-started{
  font-size:11px;
}
.side_toggleform .side-widget{
  top:64%;
}
.contact_info span, .contact_info label, .contact_info a {
    font-size:9px;
}  
.contact_info i {
    padding-right:0px;
}
.home_banner .owl-carousel .owl-dots {
    bottom: 35px;
} 
}
.related_properties{
  padding-bottom:45px;
}
.related_properties a.button{
  margin-top:30px;
}
.footer p
{
text-align:left;
} 
.footer p
{
text-align:left;
}
/*css added here*/
#test {
  display:none;
}
#test .input-field{
  margin-top:10px;  
} 
#test .form-group .col-sm-3{ 
  margin-top:10px;
  padding:0px;
  padding-left:10px;
  padding-right:10px;
}
#test .form-group .col-sm-3 select{
  border-radius: 20px;
}

.s002 .show {   
    padding: 0px;
    position: absolute;
    top: 24px!important;
}
.navbar-nav>li>.dropdown-menu{
   transform: translate3d(0px, 25px, 0px)!important;
}
.s002 .show{
    font-size: 12px;
    color: white;    
    margin: 0px!important;
    padding: 0px!important; 
    font-weight:600!important;
    padding: 0px!important;
    position: static!important; 
    border-radius: 30px!important;
    left: 10px!important;
  cursor:pointer;
  transition:0.3s ease;
} 
.s002 .show:hover{  
    color: #fff!important;  
  transition:0.3s ease;  
} 
  .card_type2 p{
    color: #fff;
    padding: 3px;
    font-size: 12px;  
  }
  .property_prices{ 
  font-size: 14px!important;
    font-weight: 300!important;  
  }
  .property_verified {
    color: #37a21e!important;
     padding-left: 20px!important;
}
  .property_name_here{
    font-weight:500!important;
    color:#333!important;
  }
  .fa.fa-money{
  color:#bcbcbc !important;  
  }  
  .card_type {
    position: absolute;
    top: 4px!important;  
    right: 0px; 
  background:var(--color-primary) !importantb8!important;
  } 
  .card_type p{
    font-size:11px;
  }
  
  .property_detail_slider .row {
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.property_detail_slider .row .col-lg-6 {
    padding: 0;
    color: #616161!important; 
    overflow: hidden;
}
.property_detail_slider ul li{
float:left;
}
.grow {
    transition: all .3s ease-in-out;
}
.box14 {
    position: relative;
}
.box14:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(204 154 4 / 35%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; 
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
} 
.box14 img {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  border-radius:15px;
  overflow:hidden;
}
.box14:hover:before {
    opacity: 1; 
}
/*css for modal popup*/ 
.button1,button {
    border-radius: 21px; 
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    display: inline;
    text-align: left; 
  margin-left:30px;
  background: var(--color-primary) !important;
    color: white!important;
    font-size: 11px!important;
    font-weight: 500!important; 
  transition:0.3s ease;
  height:40px;
  padding:12px 28px !important;
} 
button{
	font-size:15px !important;
	height:auto;
	border:none !important;
	margin:0;
}
.button1:hover,button:hover { 
    background:var(--color-secondary) !important;
  transition:0.3s ease;
}
button:hover { 
    background:var(--color-secondary) !important;
  transition:0.3s ease;
	border:none !important;
}

button:focus{
	outline:none !important;
	box-shadow:none !important;
}
  button.close{
	width: 24px;
    height: 24px;
    line-height: 0;
    text-align: center;
	padding: 5px !important;
  }
   button.close span{
	   color:#fff;
   }
.accordion-button::after {
  filter: brightness(0) invert(1);
}

.photo-gallery {
    background: #ddd!important;
    overflow-y: hidden!important; 
    overflow-x: hidden!important;
    padding-top: 0!important;
    height: 400px!important;
  margin-bottom:30px;
}
.photo-gallery .photos {
    height: 100%!important; 
    transition: all ease-in-out .3s!important;
    position: relative!important;
} 
.photo-gallery .photos>div:first-child { 
    height: 100%!important;
    width: 50%!important;
}
.photo-gallery .photos>div {
    /* width: 25%; */
    height: 50%!important;
    /* object-fit: none; */
    /* object-position: center; */ 
    float: left!important;
    /* background: url(/images/placeholder.jpg); */
}
.photo-gallery .photos>div>a img {
    width: 100%!important;
    border: 1px solid #fff!important;
    height: 100%!important;
    object-fit: cover!important;
}
.photo-gallery .photos>div.plus-outer-data {
    position: absolute!important;
    right: 0!important; 
    bottom: 0!important;
    width: 25%!important;
    height: 50%!important;
    background: rgba(0,0,0,.7)!important;
    display: table!important;
    border: 1px solid #fff!important;
}
.photo-gallery .photos>div { 
    width: 25%;
    height: 50%;
    object-fit: none; 
    object-position: center;
    float: left;
   background: url(/images/placeholder.jpg);
}
.photo-gallery .photos>div.plus-outer-data .plus-inner-data {
    background: 0 0!important;
    width: 100%!important;
    display: table-cell!important;
    vertical-align: middle!important;
    float: none!important;
}
.photo-gallery .photos>div.plus-outer-data .plus-inner-data p {
    color: #fff!important;
    text-align: center!important;
    font-size: 42px!important;
    margin: 0!important;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index:99999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
}

.popup h2 {
  margin-top: 0;
  color:#333;
  text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #cd9a00;
}
.popup .content {
  overflow: auto;
}

@media screen and (max-width: 700px){
  .popup{
    width: 70%;
  } 
} 
.line_wrap{
  display:flex; 
}
.line_wrap {
    display: flex; 
    justify-content: space-between;
}
.user_name{
  font-size: 14px; 
    color: #333333; 
    font-weight: 500;
}
.user_comments{ 
  font-size:13px; 
  color:#333;
}   
.user_name:before {
    content: "\f0a4"; 
    font-family: FontAwesome; 
    font-size: 14px; 
    color: var(--color-secondary) !important;
    padding-right: 10px; 
    font-weight: 500;  
}
.cs-slider .card {  
    background:white; 
    color: #fff;
  max-width:497px!important;  
     width:100%;  
   margin:0 auto; 
}
.cs-slider .card p {
    text-align:center;  
    color: #fff;
  padding:10px; 
  background:linear-gradient(to bottom, #cd9a008c 0%, #cd9a00 100%) !important;
 
}
.cs-slider .row{
  justify-content:center!important;
}
.cs-slider.card img{
  height:auto!important;
}
.cs-slider .card{
  height:auto!important;
}
.cs-slider .owl-prev span{
  color: #cd9a00 !important;
}
.cs-slider .owl-next span{
  color: #cd9a00 !important;
}
/*css for the text scroller */
.text_scroller{
  position: fixed;
    bottom: 0px;
    z-index: 999; 
    width: 100%;
}
.scroll-left {
  height: 30px;
  overflow: hidden;
  position: relative;
  background-color: var(--color-secondary) !important;
}  
.scroll-left .second {
  margin-left: 100%;
}
.alert{
  z-index:9999 !important;
  display:flex;
  gap:15px;
} 
.alert span{ 
  font-size:20px; 
}.cs-slider .card .owl-prev span{
  color: #cd9a00 !important;
}

.scroll-left p {
  color: #fff;
  font-weight:300; 
  position: absolute; 
  width: 100%;
  height: 100%; 
  margin: 0; 
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  /* Apply animation */
  -moz-animation: scroll-left 15s linear infinite;
  -webkit-animation: scroll-left 15s linear infinite;
  animation: scroll-left 15s linear infinite;
} 
.latest_properties_section .card_listing .owl-carousel .owl-dots {
    display: none;
}
.images{
  max-width: 1000px;
    display: block;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 45px;
}

@media only screen and (max-width: 1100px){
#test-list section .bottom-box blockquote p {
    padding: 65px 15px 10px 15px;
}
.home_banner {
    height: auto; 
    min-height: auto;
}   
}
@media only screen and (max-width:768px){
  #test .form-group .col-sm-3 {
    margin-top: 0px; 
    padding: 0px;
    padding-left: 5px; 
    padding-right: 5px;
}  
#test .form-group .col-sm-3 select {
    border-radius: 15px;
    background: #2f4b7c; 
}
.s002 .show:hover {
    color: #49062b!important;
    transition: 0.3s ease; 
}
.s002 .show { 
    font-size: 10px;
  color:#49062b;    
    top: 4px!important;
    left: 0px!important;
}
.amenities_list ul li{ 
  width:33.33%; 
} 
.premium_section_slider .owl-carousel .owl-stage-outer{
  height:320px!important;   
}
} 
@media only screen and (max-width:567px){   
  .latest_properties_section .card .inner-img {
    height: 113px;   
}  
  .related_properties .latest_properties_section .card .inner-img {
    height: 200px;
} 
.related_properties .card_desc ol li { 
    font-size: 13px;   
}
.content ol li {   
    display: inline-table; 
    flex-wrap: wrap; 
  display:flex;
} 
.photo-gallery {
    height: 200px!important;
}
.download-card__content-box__catagory {
    font-size: 14px;
}
.button1 {
    border-radius: 21px; 
    text-decoration: none; 
    cursor: pointer;
    transition: all 0.3s ease-out;
    display: inline;
    text-align: left;
    margin-left:0px;
    background: var(--color-primary) !important;
    color: white!important;
    padding: 13px!important;
    font-size: 9px!important;
    font-weight: 500!important;
    transition: 0.3s ease;
    height: 40px;
    text-align: center!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.popup { 
  width: 90%;
    margin: 90px auto;
    padding: 23px 0px;
    background: #fff;
    border-radius: 5px;
    position: relative;
} 
.scroll-left p {
    font-size: 11px; 
}
.property_prices {
    font-size: 11px!important;
} 
.cs-slider{
  padding-bottom:30px;
}
.card_type2 p{
  font-size:11px; 
}
.stellarnav>ul>li>a>p{ 
  font-weight:12px;
} 
    .cs-slider .card p{ 
    padding:15px; 
  } 
  .images{ 
    margin-top: 0px;  
} 
} 
.cs-slider {  

    position: relative;
    top:0px;
    transition: 0.3s ease; 
} 
.cs-slider .card{
  position:relative;
  top:0px;  
  transition:0.3s ease;
}
.cs-slider .card:hover{ 
  position:relative;
  //top:-3px;
  transition:0.3s ease; 
} 
.client_section_slider .card{ 
  border-radius:25px; 
  height:270px;
  overflow:hidden;
} 
.client_section_slider .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 197px;
}
.cs-slider .card p {
  height:70px;
  padding:15px;
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px; 
}
#test-list section .bottom-box {
    height: 208px;
}
 .client_property_slider .owl-carousel .owl-nav button.owl-next{
   position: absolute;
    top: 67px;
    z-index: 9999;
    right: -15px;
    outline: none;
 }
 .client_section_slider .owl-prev span, .client_section_slider .owl-next span{
   color:#daaf2c !important;
 }
  .client_property_slider .owl-carousel .owl-nav button.owl-prev{
   position: absolute;
    top: 67px;
    z-index: 9999;
    left: -15px;
    outline: none;
 }
 .c2slider .owl-prev span{
  color:#fff!important;
} 
.c2slider .owl-next span{
  color:#fff!important;
}
 @media only screen and (m
 ax-width:1024px){
  .stellarnav ul li a p{
    font-size:12px;
  }
  .home_banner {
    min-height: 590px;
}
.image_section {  
    height: 155px;
} 
.overlapping-image-feature__image-column img {
    height: 400px;
}
.client_section {
    height: 522px;
}
.footer {
    height: 280px;
}
} 
 
 @media only screen and (max-width:768px){
  .home_banner {
    min-height: 460px;
}
.overlapping-image-feature__image-column img {
    height: 270px;
}
.footer {
    height: 500px;  
}
#test-list section .top-box{
  max-width:none; 
  width:100%;  
}
.services-area .row .col-lg-6{
  margin-bottom:30px;
}
.image_section {
    height: 105px;
}
.latest_properties_section .card {
    height: 378px;  
}
.client_section {
    height: 490px;
}
.menu .container{ 
  display:contents;
}
.menu{
  display:flow-root;
}
.main_logo{
  float:left;
}
.s002 form .inner-form{
  background: #2f4b7c;
  padding:15px 0px;
}
 .side_toggleform #get-started:hover, .arrow:hover, .s002 form .inner-form .input-field.fifth-wrap .btn-search{
   border-radius:0px;  
 }
 .s002 form .inner-form .input-field.fifth-wrap .btn-search{
     max-width: 100px;
    width: 100%;
    margin: 0 auto; 
    background:linear-gradient(to bottom, var(--color-secondary) !important 0%, var(--color-secondary) !important 100%);
    border-radius: 30px;  
 }
 
 .s002 .show {
    color: #2a4370; 
    text-align: center;
    padding: 8px!important;
}
.s002 form .inner-form .input-field input[type="number"]{
  margin-left:4px;
}
.s002 form .inner-form .input-field {
    margin-bottom: 0px;
    padding: 4px 10px;
}
.services-area {
    padding-bottom:30px 0px;
}
}
@media only screen and (max-width:575px){
  .home_banner {
    min-height: 200px;    
}  
.latest_properties_section { 
    height: auto;  
} 
.image_section { 
    height: 60px;
} 
.overlapping-image-feature__image-column img{
    height: 208px;
} 
.client_section { 
    height: 456px;   
} 
.footer {  
    height: 1000px;
  padding:45px 45px 0px 45px;
}
.latest_properties_section .card {
    height: auto;      
}  
 .s002 form .inner-form .input-field.fifth-wrap .btn-search{
    background:linear-gradient(to bottom, var(--color-secondary) !important 0%, var(--color-secondary) !important 100%);
    border-radius: 30px;  
 }
}  
.related_properties .latest_properties_section{
  height:auto;  
    padding-bottom:30px;
}
    /*css added for the card view*/
    .facebook_section .card {
      position: relative!important; 
      background: #fff!important;
      border-radius: 5px!important;
      height: 310px!important;
    }

    .facebook_section .card:hover {
      box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, .2)!important;
    }

    .facebook_section .card .image-container { 
      position: relative!important;
      width: 100%!important; 
      height: 180px!important;
    } 
    .facebook_section .card img {
      position: absolute!important;
      top: 0!important; 
      left: 0!important;
      width: 100%!important;
      height: 100%!important;
      filter: brightness(.8)!important;
      border-top-left-radius: 5px!important;
      border-top-right-radius: 5px!important;
      object-fit: cover!important;
      transition: .2s ease-in-out!important;
    } 

    .facebook_section .card:hover img {
      filter: brightness(1)!important;
    }

    .facebook_section .card-content {
      padding: 15px 20px!important;
      flex-direction: column!important;
      padding-bottom: 10px!important;  
    }

    .facebook_section .tag {
      background: var(--color-primary) !important;
      padding: 6px 19px!important;
      font-size: 12px!important;
      color: #fff!important;
      border-radius: 40px!important;
      font-weight: 500!important;
    }

    .facebook_section .card p {
      font-size: 14px!important;
      margin-top: 10px!important;
      font-weight: 500!important;
      letter-spacing: -0.7px!important; 
    }
@media only screen and (max-width:567px){
  .facebook_section a.card { 
    position: relative!important;
    background: #fff!important;
    border-radius: 5px!important;
    height: 310px!important; 
    max-width: 302px; 
    width: 100%;
    margin:0 auto; 
}
.facebook_section .card {
    max-width: 285px; 
    width: 100%;   
    margin: 0 auto;  
}
.container .column { 
    height: 365px; 
    max-width: 285px;
    width: 100%;
    margin: 0 auto; 
}
.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
}
.fix-share ul li {
    width: 40px;  
    height: 40px;   
    margin-bottom: 0px;
}
.s002 .show {
    color: #2a4370; 
    text-align: center;
    padding: 8px!important; 
}
.s002 form .inner-form .input-field input[type="number"]{
  margin-left:4px;
}
.s002 form .inner-form {
    background: #335083 !important; 
    padding: 13px 0px;  
} 
 .s002 form .inner-form .input-field.fifth-wrap .btn-search{
    background:linear-gradient(to bottom, var(--color-secondary) !important 0%, var(--color-secondary) !important 100%)!important;
    border-radius: 30px;  
 }
}
.form-control:focus{
  //color:#fff!important;
}
/*css for the flickity slider*/ 
    .flickity-enabled { 
      position: relative; 
    }

    .flickity-enabled:focus {
      outline: none;
    }  

    .flickity-viewport {
      overflow: hidden;
      position: relative;   
      height: 100%;
    } 

    .flickity-slider {
      position: absolute;
      width: 100%;
      height: 100%;
    }

    /* draggable */

    .flickity-enabled.is-draggable {
      -webkit-tap-highlight-color: transparent;
      tap-highlight-color: transparent;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .flickity-enabled.is-draggable .flickity-viewport {
      cursor: move;
      cursor: -webkit-grab;
      cursor: grab;
    }

    .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
      cursor: -webkit-grabbing;
      cursor: grabbing;
    }

    /* -- previous/next buttons -- */

    .flickity-prev-next-button {
      position: absolute;  
      top: 50%;
      width: 44px;
      height: 44px;
      border: none;
      border-radius: 50%;
      background: white;
      background: hsla(0, 0%, 100%, 0.75);
      cursor: pointer;
      /* vertically center */
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .flickity-prev-next-button:hover {
      background: white;
    }

    .flickity-prev-next-button:focus {
      outline: none;
      box-shadow: 0 0 0 5px #09F;
    }
 
    .flickity-prev-next-button:active {
      opacity: 0.6;
    }

    .flickity-prev-next-button.previous {
      left: 10px;
    }

    .flickity-prev-next-button.next {
      right: 10px;
    }

    /* right to left */
    */
    /* .flickity-rtl .flickity-prev-next-button.previous { */
    /*   left: auto; */
    /*   right: 10px; */
    /* } */
    /* .flickity-rtl .flickity-prev-next-button.next { */
    /*   right: auto; */
    /*   left: 10px; */
    /* } */

    .flickity-prev-next-button:disabled {
      opacity: 0.3;
      cursor: auto;
    }

    .flickity-prev-next-button svg {
      position: absolute;
      left: 20%;
      top: 20%;
      width: 60%;
      height: 60%;

    }

    .flickity-prev-next-button .arrow {
      fill: #fff;
    }

    /* -- page dots -- */

    /* .flickity-page-dots { */
    /*   position: absolute; */
    /*   width: 100%; */
    /*   bottom: -25px; */
    /*   padding: 0; */
    /*   margin: 0; */
    /*   list-style: none; */
    /*   text-align: center; */
    /*   line-height: 1; */
    /* } */
    /*  */
    /* .flickity-rtl .flickity-page-dots { direction: rtl; } */
    /*  */
    /* .flickity-page-dots .dot { */
    /*   display: inline-block; */
    /*   width: 10px; */
    /*   height: 10px; */
    /*   margin: 0 8px; */
    /*   background: #333; */
    /*   border-radius: 50%; */
    /*   opacity: 0.25; */
    /*   cursor: pointer; */
    /* } */
    /*  */
    /* .flickity-page-dots .dot.is-selected { */
    /*   opacity: 1; */
    /* } */

    /* end external css: flickity.css */
    /*! Flickity v2.0.4
https://flickity.metafizzy.co
------------------------ */
    .carousel {
      background: #FAFAFA;  
    }

    .carousel-main {
      margin-bottom: 8px;
    }

    .carousel-cell {
      width: 100%;
      height: 504px;
      margin-right: 8px;
      background:transparent; 
      border-radius: 5px;
      /* counter-increment: carousel-cell; */
    }

    /* cell number */
    /* .carousel-cell:before { */
    /*   display: block; */
    /*   text-align: center; */
    /*   content: counter(carousel-cell); */
    /*   line-height: 200px; */
    /*   font-size: 80px; */
    /*   color: white; */
    /* } */ 

    .carousel-nav .carousel-cell {
      height: 90px;
      width: 120px;
    }

    /* .carousel-nav .carousel-cell:before { */
    /*   font-size: 50px; */
    /*   line-height: 80px; */
    /* } */

    /* .carousel-nav .carousel-cell.is-nav-selected { */
    /*   background: #ED2; */
    /* } */

    /* Atelierbram edit */
    .carousel-main img {
      display: block;
      margin: 0 auto;
      width: auto!important;
      height:504px;
    }
    .thumb_img img {
      max-width: 120px;
      height:120px 
    }
    .d-sideform{
      display:block;
    } 
        .m-sideform{
      display:none;
    }
    @media only screen and (max-width:1200px){
          .d-sideform{ 
      display:none; 
    } 
    .m-sideform{
      display:block;
    }
    }
    @media only screen and (max-width:567px){
      .flickity-enabled.is-draggable .flickity-viewport{
        height:310px!important;
      }  
      .mt-view img {
    display: block;
    margin: 0 auto; 
    width: auto!important;
    height: 310px; 
}
.m-view{
  height:135px!important
}
.flickity-prev-next-button svg {
    left: 24%;
    width: 47%;
    height: 60%;
}
.flickity-prev-next-button {
    width: 30px;
    height: 30px;
}

  .services-area {
    padding: 30px 0px;
  }
    }
    
  /*css for the popup*/

.register_login_popup .button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.register_login_popup .button:hover {
  background: #06D85F;
}
.register_login_popup .popup .content{
  padding-top:15px;
}
.register_login_popup #popup1 .popup{ 
  width:43%;
}

.register_login_popup .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.register_login_popup .overlay:target {
  visibility: visible;
  opacity: 1; 
}

.register_login_popup #popup1 .popup {
  margin: 80px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%!important;  
  position: relative;
} 

.register_login_popup .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.register_login_popup .popup .close { 
  position: absolute; 
  top: 0px!important;   
  right:10px!important;
  transition: all 200ms;
  font-size: 36px;
  font-weight: bold;
  text-decoration: none; 
  color:#de0000!important;
}
.register_login_popup .popup .close:hover {
  color: #06D85F;
}
.register_login_popup .popup .content {
  overflow: auto;
} 
.link_submit{
  padding:0px;
}
    
    /*css for the poup begins*/
    .content .form { 
  background: #fff;
  padding: 0px!important; 
  max-width: none;
  margin:0px!important;
  border-radius: 4px!important;
}

.content .tab-group {
  list-style: none!important;
  padding: 0!important;
  margin: 0 0 40px 0!important;
}
.content .tab-group:after { 
  content: ""!important; 
  display: table!important; 
  clear: both!important;
}
.content .tab-group li a {
    display: block!important;
    text-decoration: none!important;
    padding: 15px!important;
    background: rgba(160, 179, 176, 0.25)!important;
    color: #a0b3b0!important;
    font-size: 14px!important; 
    float: left!important;
    width: 50%!important;
    text-align: center!important;
    cursor: pointer!important; 
    color: #fff;
    font-weight: 600!important;
    transition:0.3s ease;
}
.content .tab-group li a:hover {
  background: #3d619b!important;
  color: #ffffff!important;
  transition:0.3s ease;
}
.content .tab-group .active a {
  background:#2c4674!important;
  color: #ffffff!important;
}

.content .tab-content > div:last-child {
  display: none;
}
.content label {
  position: absolute!important;
  transform: translateY(10px)!important;
  left: 13px!important;
  color: #000; 
  -webkit-backface-visibility: hidden!important;
  pointer-events: none!important;
  font-size: 15px!important;
font-weight:300!important;
}
.content label .req {
  margin: 2px!important;
  color: #1ab188!important;
}

.content .form-control:focus{
color:#000!important;} 

.content label.active {
  transform: translateY(50px)!important;
  left: 2px!important;
  font-size: 14px!important;
} 
.content label.active .req {
  opacity: 0!important; 
}

.content label.highlight { 
  color: #000!important;
}

.content input, .content textarea {
  display: block!important;
  width: 100%!important;
  height: auto!important;
  padding: 10px 10px!important;
  background: none!important;
  background-image: none!important;
  border:1px solid #6969696e!important;
  border-radius: 0!important; 
  font-size: 13px!important; 
font-weight:300!important;
color:#000!important;
}
#g-recaptcha-response-1{
  border:0px!important;
  display:none!important;
     visibility: hidden !important;
}

.content input:focus, .content textarea:focus {
  outline: 0!important;
  border-color: #3d619b8a!important;
}

.content textarea {
  resize: vertical!important;
} 
.content .form-control{
color:#000;
font-size:13px!important;
}
 
.content .field-wrap {
    position: relative!important;
    margin-bottom: 22px!important;
}

.content .top-row:after {
  content: ""!important;
  display: table!important;
  clear: both!important;
}
.content .top-row > div {
  float: left!important;
  width: 48%!important;
  margin-right: 4%!important; 
}
.content .top-row > div:last-child { 
  margin: 0!important;
}
 
.content .button {
  border: 0!important;
  outline: none!important; 
  border-radius: 0!important;
  padding: 15px 0!important; 
  font-size: 15px!important;
  font-weight: 600!important;
  text-transform: uppercase!important;
  letter-spacing: .1em!important;
  background: #3d619b!important;
  color: #ffffff!important;
  transition: all 0.5s ease!important;
  -webkit-appearance: none!important;
width:100%;
}
.content .button:hover, .content .button:focus {
  background:#3d619b!important;
}

.content .button-block {
  display: block!important;
  width: 100%!important;
}
 
.content .forgot {
  margin-top: -20px!important;
  text-align: right!important;
}
.content .link_submit{
color:#333;} 
.register_login_popup .popup .close {
    position: absolute;
    top: 0px;
    right: 5px; 
    transition: all 200ms;
    font-size: 32px; 
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .content {
  overflow: auto; 
  padding:15px 0px;
}
@media only screen and (max-width:567px){
.register_login_popup #popup1 .popup {
    margin: 65px auto;
    padding: 20px; 
    background: #fff; 
    border-radius: 5px;
    width: 91%!important;
    position: relative;
} 
.pending_properties .card {   
    width: 100%;  
    max-width: 300px;  
    margin: 0 auto;
}
.premium_section_slider .owl-carousel .owl-stage-outer{
  height:480px!important;   
}
}  
.floor_content_here .row .col-lg-12{   
  display:flex;  
   justify-content:end;
   flex-wrap:wrap;  
} 
.floor_details{ 
  display:block!important;
  width:33.33%;
} 

.floor_details li{
  margin-bottom:5px;
}
.floor_details li:first-child{
  color: #3d619b;
    font-weight: 500;
  text-transform:uppercase;
}
.floor_details li:first-child span{
  color: #3d619b;
}
@media only screen and (max-width:567px){
  .floor_details{
  display:block!important; 
  width:100%;
}
}

/*floor css begins*/ 
   [ripple] { 
      z-index: 1;
      position: relative;
      overflow: hidden;
    }

    [ripple] .ripple {
      position: absolute;
      background: #FFFFFF;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      -webkit-animation: ripple 1.6s;
      animation: ripple 1.6s;
    }

    @-webkit-keyframes ripple {
      0% {
        transform: scale(1);
        opacity: 0.2;
      }

      100% {
        transform: scale(40);
        opacity: 0;
      }
    }

    @keyframes ripple {
      0% {
        transform: scale(1);
        opacity: 0.2;
      }

      100% {
        transform: scale(40); 
        opacity: 0;
      }
    }

    .tabs {
      z-index: 15px; 
      position: relative;
      overflow: hidden; 
margin-top:20px;
    }
     .tabs ul{ 
    list-style: none;
    display: flex; 
    align-items: baseline;
    flex-wrap: wrap; 
    justify-content: space-evenly;
    margin-top: 15px; 
   width:auto!important;
    } 

    .tabs-header {
      position: relative;
      background:#3d619b;
      overflow: hidden;
    }
.tabs-header li a{
font-size:13px;
color:#fff!important;}

.tabs-header .border {
    position: absolute;
    bottom: 0; 
    left: 0;
    background: #cd9d11;
    width: auto;
    height: 6px;
    transition: 0.3s ease;
}

    .tabs-header ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: calc(100% - 68px);
      list-style: none;
    }

    .tabs-header li {
      transition: 0.3s ease;
    }

    .tabs-header a {
      z-index: 1;
      display: block;
      box-sizing: border-box;
      padding: 15px 20px;
      color: #FFFFFF;
      font-weight: 500;
      text-decoration: none;
      text-transform: uppercase;
    }

    .tabs-nav {
      position: absolute;
      top: 0;
      right: 0;
      background: #4285F4;
      display: flex;
      align-items: center;
      height: 100%;
      padding: 0 10px;
      color: #FFFFFF;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .tabs-nav:before {
      content: "";
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      box-shadow: 0 0 20px 10px #4285F4;
    }

    .tabs-nav i {
      border-radius: 100%; 
      cursor: pointer;
    }

    .tabs-content {
      position: relative;
      padding: 15px 20px;
      transition: 0.3s ease;
      overflow: hidden;
height:auto!important;
    }

    .tabs-content:after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      display: block;
      width: 100%;
      height: 1px;
      box-shadow: 0 0 20px 10px #FFFFFF;
    }

    .tabs-content .tab {
      display: none;
    }

    .tabs-content .tab.active {
      display: block;
    }

    .pen-footer {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 600px;
      margin: 20px auto 100px;
    }

    .pen-footer a {
      color: #FFFFFF;
      font-size: 12px; 
      text-decoration: none;
      text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
    }

    .pen-footer a .material-icons {
      width: 12px;
      margin: 0 5px;
      vertical-align: middle;
      font-size: 12px;
    }

    .cp-fab {
      background: #FFFFFF !important;
      color: #4285F4 !important;
    }

    .floor_details {
      list-style: none;
      font-weight: 500;
    } 
  .client_videos .card img{
    height:300px!important; 
    border-radius:20px; 
  }
.negotiable-price{
    display: flex;
    justify-content: flex-end;}
.fix-share ul{
  display:block!important;
}
@media only screen and (max-width:567px){
  .tabs-header a {
    padding: 5px 0px; 
  }
}

/*css for the new hot properties*/
/*
.premium_section_slider .grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 10px 10px;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  box-shadow: 1px 1px 5px 2px rgb(80 81 82 / 5%), 1px 1px 5px 2px rgb(60 64 67 / 10%);
  border-radius: 0px;
  -webkit-justify-content: space-around;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}

.premium_section_slider .col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0px;
}

.premium_section_slider .col-left {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.premium_section_slider .col-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium_section_slider .col-text {
  height: 21em;
  background: linear-gradient(to bottom, #003781 0%, #2062b3 100%);
}

.premium_section_slider .Aligner-item {
  width: 90%;
}

.premium_section_slider .col-image img {
  background-size: cover;
  background-position: initial;
  height: 312px;
}

@media (max-width: 640px) {
  .premium_section_slider .grid-flex {
    height: 40em;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .premium_section_slider .col {
    order: vertical;
  }

  .premium_section_slider .col-left {
    -webkit-box-ordinal-group: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .premium_section_slider .Aligner-item {
    width: 90%;
  }
}

.premium_section_slider .overlapping-image-feature__content p {
  display: flex;
  font-size: 14px;
  font-weight: 200;
  text-align: left;
  color: #ffffff;
  align-items: baseline;
}

.premium_section_slider .overlapping-image-feature__content .premium_titles {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 300;
  padding-top: 15px;
  color: #ffffff;
}

.premium_section_slider .fa.fa-money {
  color: #ffffff !important;
}

.premium_section_slider .overlapping-image-feature__content ul li i {
  margin-right: 10px;
  color: #ffffff !important;
}

.premium_section_slider .overlapping-image-feature__content p {
  display: flex;
  font-size: 14px;
  font-weight: 200;
  text-align: left;
  color: #ffffff;
  align-items: baseline;
}

.premium_section_slider .overlapping-image-feature__content p span {
  color: #676767;
  font-size: 14px;
  padding-bottom: 10px;
}

.premium_section_slider .overlapping-image-feature__content p i {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  color: #fff !important;
  background: transparent;
}

.premium_section_slider .overlapping-image-feature__content ul li img {
  background: transparent !important;
  max-with: 26px !important;
}

.premium_section_slider .overlapping-image-feature__content ul li span {
  font-weight: 300;
  color: #fff;
}

.premium_section_slider .location_detail_here {
  border-bottom: 1px dashed #ffffff;
  margin-top: 5px;
}

.premium_section_slider .location_detail_here p span {
  color: #fff;
  font-size: 14px;
  padding-bottom: 10px;
}

.premium_section_slider .location_detail_price {
  margin-bottom: 15px;
}

.premium_section_slider .location_detail_price p i {
  display: none;
  color: #fff;
}

.premium_section_slider .location_detail_price p span {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.premium_section_slider .overlapping-image-feature__content .btn {
  background: transparent !important;
  border-color: #fff;
}

.premium_section_slider .overlapping-image-feature__content.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  margin-top: -1.5rem;
}

.premium_section_slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  margin-top: -1.5rem;
}

.premium_section_slider .owl-prev {
  border-radius: 50%;
  position: absolute;
  z-index: 99999;
  line-height: 3.5rem;
  color: #003781 !important;
  height: 2.5rem;
  font-size: 47px;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-47%);
  box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 30%);
  left: -1.5rem;
  outline: 0px !important;
  background: #fff !important
}

.premium_section_slider .owl-next {
  border-radius: 50%;
  position: absolute;
  z-index: 99999;
  line-height: 3.5rem;
  color: #003781 !important;
  height: 2.5rem;
  font-size: 47px;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-47%);
  box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 30%);
  right: -1.5rem;
  outline: 0px !important;
  background: #fff !important;
}

.premium_section_slider .owl-dots {
  display: none;
}

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

.premium_section_slider .owl-prev span,
.premium_section_slider .owl-next span {
  font-size: 54px; 
  position: relative; 
  top: -8px;
  font-weight: 300;
  color: #003781 !important;
}

.premium_section_slider .owl-carousel .owl-stage-outer {
  height: auto !important;
} 

@media only screen and (max-width:567px) {
  .slide_two .owl-next {
    right: 0px;
    width: 30px;
    height: 30px; 
  }

  .slide_two .owl-prev {
    left: 0px;
    width: 30px; 
    height: 30px;
  }

  .location_detail_price p span {
    font-weight: 18px;
  }
}
  .card_type_detail{
    background: var(--color-secondary) !importantd6!important;
    top: 15px!important;
  right:10px!important; 
    padding: 1px 5px;
    display: flex;
    justify-content: center;
    display: flex;
    border-radius: 100px; 
  }
*/
 /**new css for customer review**/ 
  .customer-review-title{background: #D09A0B; border-radius: 10px;position: relative;}
  .customer-review-title h2{color: white!important; text-transform: uppercase; text-align: left; 
    padding: 10px 20px;font-weight: 100;   }
   .customer-review-title h2 span{color: white;font-weight: 500;}
   .customer-review-title:before {
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #D09A0B transparent transparent #D09A0B;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;}
    .customer-review-content-wrap .item {background: #E1E1E1;border-radius: 5px;}
    .customer-review-content-wrap .item .author img{    border-radius: 10px;   
     margin-top: -60px!important;
    border: 1px solid #cccccc;}
    .description{position: relative;}
    .description .coma{width: 24px!important; height: 17px;}
    .description .coma-wrap{position: absolute; right: 0;}
    .coma-btn{margin-top: 6px!important;margin-right: 0!important;}
/* Define the animation */
@-moz-keyframes scroll-left {   
  0% {
    -moz-transform: translateX(0%); 
  } 
 
  100% {
    -moz-transform: translateX(-100%);
  }
} 

@-webkit-keyframes scroll-left { 
  0% { 
    -webkit-transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {  
  0% { 
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
}

/*Filter Search Error*/
.error_message{
    display:none;
    color: rgb(137 26 36) !important;
    font-size: 13px;
    background: aliceblue;
    padding: 4px 10px;
    border-radius: 4px;
}

.error_message i{
    margin-right:7px;
}
  
  .select2-container .select2-selection--single {

    height: 45px !important;
    border-radius: 6px !important;
}
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 45px !important;
}

