html{
   overflow-x:hidden; 
}
body{
margin: 0px;
overflow-x:hidden ;
font-family: 'Cera Pro'!important;
background-color: #F4F4F4!important;
}



/*font*/


@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.eot');
    src: url('../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Bold.woff2') format('woff2'),
        url('../fonts/CeraPro-Bold.woff') format('woff'),
        url('../fonts/CeraPro-Bold.ttf') format('truetype'),
        url('../fonts/CeraPro-Bold.svg#CeraPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Black.eot');
    src: url('../fonts/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Black.woff2') format('woff2'),
        url('../fonts/CeraPro-Black.woff') format('woff'),
        url('../fonts/CeraPro-Black.ttf') format('truetype'),
        url('../fonts/CeraPro-Black.svg#CeraPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-BlackItalic.eot');
    src: url('../fonts/CeraPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-BlackItalic.woff2') format('woff2'),
        url('../fonts/CeraPro-BlackItalic.woff') format('woff'),
        url('../fonts/CeraPro-BlackItalic.ttf') format('truetype'),
        url('../fonts/CeraPro-BlackItalic.svg#CeraPro-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Light.eot');
    src: url('../fonts/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Light.woff2') format('woff2'),
        url('../fonts/CeraPro-Light.woff') format('woff'),
        url('../fonts/CeraPro-Light.ttf') format('truetype'),
        url('../fonts/CeraPro-Light.svg#CeraPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Italic.eot');
    src: url('../fonts/CeraPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Italic.woff2') format('woff2'),
        url('../fonts/CeraPro-Italic.woff') format('woff'),
        url('../fonts/CeraPro-Italic.ttf') format('truetype'),
        url('../fonts/CeraPro-Italic.svg#CeraPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Medium.eot');
    src: url('../fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Medium.woff2') format('woff2'),
        url('../fonts/CeraPro-Medium.woff') format('woff'),
        url('../fonts/CeraPro-Medium.ttf') format('truetype'),
        url('../fonts/CeraPro-Medium.svg#CeraPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*end font*/




.ip-loader{
    margin-left: 0px!important;
    bottom: 45%!important;
}
.loader {
  width: 82px;
  height: 18px;
  position: relative;
  float: left;
    width: 100%;
    text-align: center;
}
.loader::before , .loader::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50% , 10%);
  top: 0;
  background: #B99E8B;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: jump 0.5s ease-in infinite alternate;
}

.loader::after {
  background: #0000;
  color: #2a4c64;
  top: 100%;
  box-shadow: 32px -20px , -32px -20px;
  animation: split 0.5s ease-out infinite alternate;
}

@keyframes split {
  0% { box-shadow: 8px -20px, -8px -20px}
  100% { box-shadow: 32px -20px , -32px -20px}
}
@keyframes jump {
 0% { transform: translate(-50% , -150%)}
 100% { transform: translate(-50% , 10%)}
}
















.header{
    float: left;
    width:100%;
    z-index: 99;
    position: relative;
    height: auto;
    background: white;
    padding: 17px 0px 13px 0px;
    /*padding-top: 15px;*/
    
  }
.logo{float: left;
  /*  margin-top: 35px;*/
    /*margin-left: -50px;*/
    width: 178px;
position: relative;
z-index: 1;}


.logo img{float: left;max-width: 100%;}
.header_menu_area {
  /* width: 100%; */
  float: right;
  position: relative;
  text-align: center;
}
.header_menu_area > .mob_nav {
    display: none; 
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    float: right;
    
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; 
}
      
.header_menu_area > ul > li > a:hover {
          color: #1f2e39;
          
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
  
  color: #ffffff !important;
  
  /* border-bottom: solid 4px #0f703a; */
}

.on-mob{
    display: none;
}
.stable{
    color: #2EE132!important;
}

@media (max-width: 1024px) {
    .on-mob{
        display: block;
    }

.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 73px!important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /*position: unset;*/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}


.header_menu_area {
    position: inherit; 
    width: 100%;
    margin-top: -70px;
}

.header_menu_area > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 20px;
     margin: 25px 0px 0px 0px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > .mob_nav > div {
    background: #1f2e39;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px; 
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px; 
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px; 
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; 
}

.mob_nav.open > div:nth-child(2) {
    background: #1f2e39;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #1f2e39;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #1f2e39;
    min-height: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 93px;
    text-align: center;
}

.header_menu_area > ul > li {
      width: 100%; 
}

.header_menu_area > ul > li > a {
        color: #fff!important;
        width: 100%;
        line-height: 30px;
        padding: 10px 5%;
        text-align: left;
        
}

.header_menu_area > ul > li > a::after {
    width: 0px;
    height: 100%!important;
    background: red; 
}

.header_menu_area > ul > li > a:hover::after {
    width: 4px; 
}

.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
}

.header_user_area {
    right: calc(5% + 70px);
} 
.header_menu_area > ul {
    padding-bottom: 36px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 21px;
}

}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.m-b{
    color: black!important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.m-b:hover{
    color: white!important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.header_menu_area > ul > li > a {
    width: auto;
    color: #000000;
    font-weight: 500;
    float: left;
    position: relative;
    font-size: 16px;
    letter-spacing: 0px !important;
    padding: 17px 20px 9px 20px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
/**/
.header_menu_area > ul > li > a:hover:after{
     width: 35%; 
  left: 0; 
  transform: scaleX(1);
      transform-origin: left;
      transition: transform 0.25s ease-in-out;
}

.menu ul li a:hover, .menu ul li:hover>a {
    /*background: white;*/
    color: #2EE132;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.header_menu_area > ul > li > a svg {
    width: 15px;
    fill: black;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.header_menu_area > ul > li > a:hover svg{
fill: #ff8f29;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menu ul {
    visibility: hidden;
  /*  display: none;*/
    opacity: 0;
    margin: 0;
    top: 39px;
    padding: 0;
    width: 600px;
    position: absolute;
    left: -143px;
    background: #2a2a2a;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    /*transform: translate(22px,0px);
    transition: all 0.5s ease-out;*/
    border-radius: 18px;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
   /* display: block;*/
    opacity: 1;
    transform: translate(0,0);
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 10px 10px;
    display: block;
    color: white;
    /*background: white;*/
  /*  border-bottom: solid 1px rgb(137 137 137 / 19%);*/
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid #98C02D;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #98C02D;
    border-width: 6px;
    margin-left: -6px;
    display: none;
}

.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
    
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate( 
319deg);
}


.menu-btn{float: right;
   margin-top: 0px;
margin-right: 0px;}


.menu-btn a{
    float: right;
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 14px 0px;
    height: 55px;
    width: 167px;
    font-size: 17px;
    font-weight: 500;
    
    border-radius: 18px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.menu-btn a:hover{
    text-decoration: none;
    background: transparent;
    color: #1C7B1E;
    border: 1px solid #1C7B1E;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.menu-btn2{float: right;margin-top: 0px;}


.menu-btn2 a{
    float: right;
    background: #06476f;
    border: 1px solid transparent;
    color: white;
    padding: 7px 0px;
    height: 38px;
    width: 128px;
    font-size: 14px;
    font-weight: normal;
    
    border-radius: 53px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.menu-btn2 a:hover{
    text-decoration: none;
    background: #139CD9;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}






.slide{
   float: left;
    width: 100%;
   /* background-image: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;*/
    position: relative;
    /* z-index: 1; */
    /* top: -15px; */
    height: 515px;
}
.header-content{
   float: left;
   width: 100%;
   padding-top: 151px;
   padding-bottom: 135px;
   position: absolute;
    z-index: 1;
}
.header-content h2{
   float: left;
   width: 100%;
   font-size: 66px;
   color: white;
   font-weight: 300;
   line-height: 72px;
   
   text-align: center;
}
.header-content h2 span{
   font-weight: bold;
}
.slider-ban .owl-dots {
    display: block;
    float: right;
    padding-right: 55px;
    margin-top: -75px;
    /* background: chartreuse; */
}
.slider-ban .owl-dots button span {
    background: white;
    width: 7px;
    height: 7px;
    float: right;
    border-radius: 30px;
    margin-right: 8px;
    margin-bottom: 4px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: #B99E8B;
    
}
.slider-ban .owl-nav {
    display: none;
}

.slide .item .slide-image {
    height: 515px;
    float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;
    /* max-height: 1000px; */
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 7px; */
}


.slider-ban .owl-item.active .slide-image {
    transform: scale(1.1);
    transition: 10s;
}


/*b1-fom-full*/
.b1-form-full{
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.b1-form{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 23px 0px 0px 17px;
    background: white;
    position: relative;
    z-index: 1;
    margin-top: -48px;
    height: 195px;
}
.b1-form-1{
   float: left;
    width: 23%;
    padding-right: 20px;
}
.b1-form-2{
    float: left;
    width: 18%;
    padding-right: 20px;
}
.b1-form-2-3{
    margin-right: 0px!important;
}
.field_area {
    width: 100%;
    float: left;
    position: relative;
    
}

.field_area label {
    float: left;
    width: 100%;
   font-size: 18px;
   text-align: left;
    color: black;
    font-weight: 500;
     margin-bottom: 17px;
    
}

.b1-form-1 .select2-selection{
    height: 68px!important;
    padding: 20px 14px!important;
}
.b1-form-2 .select2-selection{
    height: 68px!important;
    padding: 20px 14px!important;
}


.in-b1-form-1 .select2-selection{
    height: 68px!important;
    padding: 20px 14px!important;
}
.in-b1-form-2 .select2-selection{
    height: 68px!important;
    padding: 20px 14px!important;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.grecaptcha-badge {
    visibility: hidden;
}


.ci{
    height: 68px;
}
.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: black;
    font-weight: 500;
    margin-bottom: 17px;
}
.frm-city{
    height: 68px;
    
}

.hh{
    font-size: 15px!important;
    font-weight: 500!important;
    color: black!important;
}
.field_area select {
    border: 1px solid #ccc;
   border-radius: 10px;
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 300;
    color: #777373;
    padding: 23px 14px;
    appearance: none;
    outline: none;
}


.field_area input {
    border: 1px solid #ccc;
   border-radius: 10px;
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 300;
    color: #777373;
    padding: 23px 14px;
    outline: none;
}
.frm-dte{
    height: 68px;
    
}
.to-area{
    margin-bottom: 10px !important;
    padding: 10px !important;
}


.b1-form-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 38px;
}
.b1-form-butn button{
    float: none;
    width: 219px;
    height: 60px;
    padding: 17px 0px;
    border-radius: 30px;
    display: inline-block;
font-size: 17px;
cursor: pointer;
font-weight: 500;
color: white;
text-align: center;
background: rgb(165,126,99);
background: linear-gradient(75deg, rgba(165,126,99,1) 0%, rgba(31,46,57,1) 100%);
position: relative;
overflow: hidden;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    border: none!important;
}
.b1-form-butn button:focus {
    outline: none!important;
}
.b1-form-butn button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 67px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none 0s ease 0s;
}
.b1-form-butn button:hover::before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}

/*endb1-fom-full*/

/*body1*/
.body1-full{
    float: left;
    width: 100%;
    padding: 55px 15px 0px;
}
.body1{
    float: left;
    width: 100%;
    background-color: white;
    border-radius: 20px;
    padding: 32px 19px 20px 20px;
    background: white;
    margin-top: 30px;
}
.body1 h2{
    float: left;
   /* width: 100%;*/
    font-weight: 500;
    font-size: 35px;
    color: black;
    margin-bottom: 25px;
}
.body1 a{
   float: right;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    color: #966D50;
    margin-right: 145px;
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: -1px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
   
}
.body1 a:hover{
    color: #122D41;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b1-slider{
    float: left;
    width: 100%;
}
.b1-bx-a{
    float: left!important;
    width: 100%;
}
.b1-bx-a:hover .b1-bx p{
color: #1f4561;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b1-bx-a:hover .b1-bx{
 border: 1px solid #966D50;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b1-bx{
    float: left;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #BFBFBF;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b1-bx-img{
    float: left;
    width: 100%;
}
.b1-bx-img img{
    float: left;
    width: 100%;
    border-radius: 17px 17px 0px 0px;
    height: 259px;
    object-fit: cover;
}

.b1-bx p{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    height: 82px;
    line-height: 25px;
    color: black;
    margin-bottom: 0px;
    border-bottom: 1px solid #BFBFBF;
    padding: 13px 15px 18px 15px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}

.b1-bx h5{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #9B4F1A;
    margin-bottom: 0px;
    border-bottom: 1px solid #BFBFBF;
    padding: 11px 0px 12px 15px;
}
.b1-bx h3{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    color: black;
    margin-bottom: 0px;
    border-bottom: 1px solid #BFBFBF;
    padding: 16px 0px 16px 15px;
}
.b1-bx h3 span{
    font-size: 25px;
}

.b1-bx-icons{
    float: left;
    width: 100%;
    padding: 20px 15px 25px 15px;
}
.b1-bx-icon1{
    float: left;
    width: 23%;
    text-align: center;

}
.b1-bx-icon1-1{
    width: 54%;
}
.b1-bx-icon1 img{
    float: none;
    width: 28px!important;
margin: auto;
}
.b1-bx-icon1 h4{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #122D41;
    margin-top: 7px;
    margin-bottom: 0px;
}
.b1-bx-icon1 h6{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: black;
    margin-top: 7px;
    margin-bottom: 0px;
}


.b1-slide .owl-nav {
     width: 100%;
    position: relative;
    text-align: right;

}
.b1-slide .owl-prev img {
    margin-right: 20px;
    width: 50px;
    margin-top: -1286px;
}
.b1-slide .owl-next img {
    
    width: 50px;
    margin-top: -1286px;
}


.body2-full{
    float: left;
    width: 100%;
    padding: 55px 15px 0px;
}
.body2{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 30px 20px 0px 20px;
    background-image: url(../images/b2-bac.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 854px;
    
}
.b2-hed{
    float: left;
    width: 100%;
    text-align: center;
   margin-bottom: 80px;
}
.b2-hed h3{
    float: left;
    width: 100%;
     font-size: 65px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #b7b7b72e;
    margin-bottom: 0px;
}
.b2-hed h2{
    float: left;
    width: 100%;
     font-size: 35px;
    font-weight: 500;
    color: black;
    margin-top: -40px;
}

.b2-bx1{
    float: left;
    width: 100%;
}
.b2-bx1 h2{
   float: left;
    margin-top: -5px;
    color: #B99E8B;
    font-weight: bold;
    font-size: 45px;
    font-style: italic;

}
.b2-bx1 h3{
    float: none;
    padding-left: 68px;
    line-height: 29px;
    color: #1F2E39;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 2px;
}
.b2-bx1 p{
    float: none;
    width: 100%;
    padding-left: 68px;
    line-height: 28px;
    color: black;
    font-weight: 300;
    font-size: 16px;
    margin-top: 10px;
}

.b2-logo{
    float: left;
    width: 100%;
    padding-top: 51px;
}
.b2-logo img{
    float: none;
    max-width: 823px;
    width: 100%;
    margin: auto;
    display: block;
    mix-blend-mode: multiply;
}




.body3-full{
    float: left;
    width: 100%;
    padding: 55px 15px 0px;
}
.body3{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 30px 20px 28px 20px;
 background: white;
}

.b3-hed{
    float: left;
    width: 100%;
    
   margin-bottom: 30px;
}
.b3-hed h3{
    float: left;
    width: 100%;
     font-size: 69px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #b7b7b72e;
    margin-bottom: 0px;
}
.b3-hed h2{
    float: left;
    width: 100%;
     font-size: 35px;
    font-weight: 500;
    color: black;
    margin-top: -40px;
    margin-bottom: 25px;
}
.b3-hed p{
    float: left;
    width: 100%;
     font-size: 16px;
    font-weight: 300;
    color: black;
    line-height: 30px;
}
.b3-bx1{
    float: left;
    width: 100%;
    padding: 30px 0px 26px 0px;
    text-align: center;
    border: 1px solid #B99E8B;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.b3-bx1:hover{
    border: 1px solid #1f2e39;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b3-bx1 img{
    float: none;
    width: 69px;
}
.b3-bx1 h3{
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: black;
    margin-top: 14px;
    margin-bottom: 0px;
}

.body4-full{
    float: left;
    width: 100%;
    padding: 55px 15px 0px;
}
.body4{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 115px 0px 86px 0px;
 background-image: url(../images/b4-bac.png);
 background-size: cover;
 background-repeat: no-repeat;
 text-align: center;
 background-attachment: fixed;
}
.body4 h2{
    float: left;
    width: 100%;
    margin-bottom: 38px;
    font-size: 65px;
    font-weight: 300;
    color: white;
    line-height: 72px;
}
.body4 h2 span{
    font-weight: bold;
}
.body4 a{
    float: none;
    padding: 17px 0px;
    font-weight: 500;
    font-size: 17px;
    color: black;
    background: white;
    border-radius: 40px;
    width: 200px;
    height: 60px;
    display: inline-block;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

    
}
.body4 a:hover{
    text-decoration: none;
    color:#9c7960;
   
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.body5-full{
    float: left;
    width: 100%;
    padding: 55px 15px 55px;
}
.body5{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 45px 20px 0px 20px;
 background: white;
 
}
.b5-hed{
    float: left;
    width: 100%;
    text-align: center;
   margin-bottom: 80px;
}
.b5-hed h3{
    float: left;
    width: 100%;
     font-size: 65px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #b7b7b72e;
    margin-bottom: 0px;
}
.b5-hed h2{
    float: left;
    width: 100%;
     font-size: 35px;
    font-weight: 500;
    color: black;
    margin-top: -40px;
}
.b5-bx1{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.b5-bx1 img{
    float: left;
    width: 100%;
    height: 423px;
    object-fit: cover;
    border-radius: 20px;
}
.b1-bx1-txt{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
}
.b1-bx1-txt h2{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 23px;
    color: black;
    margin-bottom: 15px;
}
.b1-bx1-txt p{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #2F2F2F;
}
.b5-bx2{
    float: left;
    width: 100%;
}
.b5-bx2 img{
    float: left;
    width: 100%;
    height: 387px;
    object-fit: cover;
    border-radius: 20px;
}

.footer{
    float: left;
    background: #080E13;
    width: 100%;
    padding: 55px 20px;
}
.ft-logo{
    float: left;
    width: 100%;
}
.ft-logo img{
    float: left;
    width: 230px;
    margin-bottom: 30px;
}
.ft-logo p{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #9C9EA0;
}
.quiklink{
    float: left;
    width: 100%;
    padding-left: 75px;
}
.quiklink h2{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: white;
    margin-bottom: 25px;
}
.quiklink a{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #9C9EA0;
    margin-bottom: 15px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quiklink a:hover{
    color: white;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.customer-support{
    float: left;
    width: 100%;
}
.customer-support h2{
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: white;
    margin-bottom: 25px;
}
.cu-s-1{
    float: left;
    width: 50%;
}
.cu-s-1 img{
    float: left;
    width: 42px;
}
.cu-s-1 h3{
    float: none;
    padding-left: 55px;
    color: #B69C89;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px;
}
.cu-s-1 a{
    float: left;
    /* width: 100%; */
    padding-left: 14px;
    color: #9C9EA0;
    font-weight: 500;
    font-size: 15px;
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.cu-s-1 a:hover{
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.cu-s-2{
    float: left;
    width: 50%;
    padding-left: 45px;
}
.cu-s-2 img{
    float: left;
    width: 42px;
}
.cu-s-2 h3{
    float: none;
    padding-left: 55px;
    color: #B69C89;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px;
}
.cu-s-2 a{
    float: left;
    /* width: 100%; */
    padding-left: 14px;
    color: #9C9EA0;
    font-weight: 500;
    font-size: 15px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
   
}
.cu-s-2 a:hover{
    text-decoration: none;
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.ft-connect{
    float: left;
    width: 100%;
    margin-top: 40px;
   
}
.ft-connect h3{
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: white;
    margin-top: 12px;
}
.conect-img{
    float: none;
}
.conect-img a img{
    float: none;
    width: 47px;
    margin-left: 24px;

}
.conect-img  a img:hover{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
   
}

.footer-below{
    float: left;
    width: 100%;
    padding: 25px 20px;
    background: #080E13;
    border-top: 1px solid #ffffff0d;
}
.ft-below1{
    float: left;
    width: 50%;
}
.ft-below1 img{
    float: left;
    width: 69px;
    margin-right: 30px;
}
.ft-below1 a {
    float: left;
    font-weight: 500;
    font-size: 14px;
    color: #9C9EA0;
    margin-top: 16px;
    text-decoration: none !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ft-below1 span {
    color: #9C9EA0;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    top: 14px;
}

.ft-below2{
    float: right;
    width: 50%;
}
.ft-below2 p{
    float: right;
    text-align: right;
    width: 100%;
     font-weight: 500;
    font-size: 14px;
    color: #9C9EA0;
    margin-top: 16px;
}
.inner-banner-ourproperty{
    float: left;
    width: 100%;
    background-image: url(../images/inner-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 90px 20px;
}
.inner-banner{
    float: left;
    width: 100%;
    background-image: url(../images/inner-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 120px 20px;
}
.inner-ban-hed{
    float: left;
    width: 100%;
}
.inner-ban-hed h2{
   float: left;
    width: 100%;
    font-size: 66px;
    color: white;
    font-weight: 300;
    line-height: 72px; 
    text-align: center;
}
.inner-ban-hed h2 span{
    font-weight: bold;
}



/*b1-fom-full*/
.b1-form-full{
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.in-b1-form{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 23px 17px 20px 17px;
    background: white;
    position: relative;
    z-index: 1;
    margin-top: -48px;
    height: auto;
}
.in-b1-form-1{
   float: left;
    width: 100%;
    /*padding-right: 20px;*/
}
.in-b1-form-2{
    float: left;
    width: 100%;
   /* padding-right: 20px;*/
}
.in-b1-form-2-3{
    margin-right: 0px!important;
}


.in-b1-form-butn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    position: relative;
    margin-bottom: -48px;
}
.in-b1-form-butn button{
    float: none;
    width: 219px;
    height: 60px;
    padding: 17px 0px;
    border-radius: 30px;
    display: inline-block;
font-size: 17px;
font-weight: 500;
cursor: pointer;
color: white;
text-align: center;
background: rgb(165,126,99);
background: linear-gradient(75deg, rgba(165,126,99,1) 0%, rgba(31,46,57,1) 100%);
position: relative;
overflow: hidden;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    border: none!important;
}
.in-b1-form-butn button:focus {
    outline: none!important;
}
.in-b1-form-butn button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 67px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none 0s ease 0s;
}
.in-b1-form-butn button:hover::before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}

/*endb1-fom-full*/

.in-body2-full{
    float: left;
    width: 100%;
    padding: 55px 15px 55px;
}
.in-b2{
    float: left;
    width: 100%;
   border-radius: 20px;
    padding: 32px 19px 20px 20px;
    background: white;
    margin-top: 30px;
}
.in-b2-hed{
    float: left;
    width: 100%;
}
.in-b2-hed h2{
  float: left;
     width: 100%; 
    font-weight: 500;
    font-size: 35px;
    color: black;
    margin-bottom: 25px;
}
.sort-by h6 {
    width: auto;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    float: right;
    padding-top: 9px;
}
/*sort*/
.custom-select{
    width: auto!important;
    float: right!important;
    color: #966D50!important;
    border: 1px solid transparent!important;
    padding-left: 6px;
    font-size: 15px;
    font-weight: 500;
}
.custom-select:focus {
    border-color: transparent!important;
    outline: none!important;
    box-shadow: none!important;
}

.in-b1-bx-a{
    float: left!important;
    width: 100%;
    margin-bottom: 25px;
}
.in-b1-bx-a:hover .b1-bx p{
color: #1f2e39;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.in-b1-bx-a:hover .b1-bx{
 border: 1px solid #966D50;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}





.proprtydetail-full{
    float: left;
    width: 100%;
    padding: 55px 15px 55px;
}
.property-d{
    float: left;
    width: 100%;
   border-radius: 20px;
    padding: 32px 19px 20px 20px;
    background: white;
}
.property-d-hed{
    float: left;
    width: 100%;
}
.property-d-hed h2{
  float: left;
     width: 60%; 
    font-weight: 500;
    font-size: 35px;
    color: black;
    margin-bottom: 20px;
}
.property-d-hed p{
  float: left;
     width: 100%; 
    font-weight: 500;
    font-size: 17px;
    color: #9B4F1A;
}
.property-d-hed p img{
    float: left;
    width: 24px;
    margin-right: 10px;
}



.ih-item.square.effect6{
    float: left;
    width: 100%;
   
    
    margin-bottom: 25px;
   
}
.productimg{
    border-radius: 15px 0px 0px 15px;
    width: 100%;
    height: 473px!important;
    object-fit: cover;

}
.productimg1{
    border-radius: 0px 15px 0px 0px;
    width: 100%;
    height: 220px!important;
    object-fit: cover;

}
.productimg2{
    border-radius: 0px 0px 15px 0px;
    width: 100%;
    height: 220px!important;
    object-fit: cover;

}


.property-d1{
    float: left;
    width: 100%;
   border-radius: 20px;
    padding: 32px 19px 20px 20px;
    background: white;
    margin-top: 50px;
}
.property-d1 h1{
     float: left;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    color: #9B4F1A;
}
.property-d1 p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: black;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.pd-bx-icons{
   float: left;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0000001c;
}
.pd-bx-icon1{
    float: left;
    width: 85px;

}

.pd-bx-icon1 img{
    float: left;
    width: 28px!important;

}
.pd-bx-icon1 h4{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #122D41;
    margin-top: 7px;
    margin-bottom: 0px;
}
.pd-bx-icon1 h6{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: black;
    margin-top: 7px;
    margin-bottom: 0px;
}
.property-d1-rate{
    float: left;
    width: 100%;
    
}
.pd-bx-icons h2{
    float: right;
    width: 100%;
    font-weight: 500;
    font-size: 30px;
    color: black;
    margin-bottom: 0px;
    text-align: right;
    margin-top: -42px;
}
.property-d1-rate p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: black;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 15px;
}

.property-d1-rating{
    float: left;
    width: 50%;
    padding: 0px 15px;
    margin-top: 15px;
}
.property-d1-rating h3{
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: black;
}
.property-d1-rating img{
    float: right;
    width: 85px;
}


.property-d1-highlight{
    float: left;
    width: 25%;
    padding: 0px 15px;
    margin-top: 15px;
    text-align: center;
}
.property-d1-highlight h3{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #1F2E39;
    margin-top: 10px;
    margin-bottom: 6px;
}
.property-d1-highlight img{
    float: none;
    width: 35px;
}


.property-d2-form-full{
   float: left;
    width: 100%;
   border-radius: 20px;
    padding: 32px 19px 20px 20px;
    background: white;
    margin-top: 50px;
}
.property-d2-form-full h2{
    float: left;
    width: 100%;
    color: #1F2E39;
    font-weight: 500;
    font-size: 35px;
}

.property-d2-form{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.property-d2-form input{
    height: 60px!important;
}
.frm-pd2{
   color: #9b4f1a!important; 
   margin-bottom: 10px!important;
}

.property-d2-form-buttnn{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.property-d2-form-buttnn button{
    float: none;
    width: 219px;
    height: 60px;
    padding: 17px 0px;
    border-radius: 30px;
    display: inline-block;
font-size: 17px;
font-weight: 500;
cursor: pointer;
border: none!important;
color: white;
text-align: center;
background: rgb(165,126,99);
background: linear-gradient(75deg, rgba(165,126,99,1) 0%, rgba(31,46,57,1) 100%);
position: relative;
overflow: hidden;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.property-d2-form-buttnn button:focus{
    outline: none!important;
}
.property-d2-form-buttnn button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 67px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none 0s ease 0s;
}
.property-d2-form-buttnn button:hover::before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}






.popover__wrapper {
    position: relative;
    width: 100%;
    float: left;
    /*margin-top: -10px;*/
  }.popover__title {
    /* padding-top: 0px !important; */
    /* font-size: 10px !important; */
    /* font-weight: normal !important; */
}.btn-outline-success:hover {
    color: #fff;
    background-color: #d9ad7d !important;
    border-color: #d9ad7d !important;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}.clear_person {
    margin-top: 19px;
    height: 34px  !important;
    width: 40% !important;
    background: #e03030;
    color: #fff;
    outline: none;padding: inherit !important;
    border: none;
    font-size: 13px;
 
}

.select_price_com{
       margin-top: 19px;
       height: 34px !important;
       width: auto !important;
       background: #27333b;
       float: left!important;
       color: white!important;
       border: none;    margin-right: 5px;
       padding: 5px 16px !important;
       font-size: 14px!important;
       font-weight: 500!important;
       outline: none;
}
.select_price_com:hover{
   
    color: #B99E8B!important;
}
.clear_price_com:hover{
   
    color: #B99E8B!important;
}
.clear_price_com
{
      margin-top: 19px;
      height: 34px  !important;
      width: auto !important;
      background: #27333b;
      float: left!important;
      color:white!important;
      outline: none;
      padding: 5px 16px !important;
      border: none;
      font-size: 14px!important;
       font-weight: 500!important;
}

.select_person {
    margin-top: 19px;
    height: 34px !important;
    width: 40% !important;
    background: #1da22d;
    color: #fff;
    border: none;padding: inherit !important;
    font-size: 13px;
    outline: none;
}
.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    transform: translate(0, 10px);
    background-color: #9a7760;
    padding: 10px;
    min-height: 178px;
    top: 97%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
    width: 100%;
    float: left;
}

/*.panel1 .field_area input[type=email], .panel1 .field_area input[type=number], .field_area input[type=text], .field_area textarea, .panel1 .field_area select, .panel1 .field_area label {
    width: 100%;
    float: left;
     position: relative; 
    font-size: 14px;
    color: #828279;
    line-height: 20px;
    margin: 0;
    padding: 13px 10px;
    background: 0 0;
    border: none;
    border: solid 1px #ccc;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}*/


.proprtyowners-full {
    float: left;
    width: 100%;
    padding: 55px 15px 55px;
}
.property-owner{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 32px 19px 20px 20px;
    background: white;
}
.property-owner h3{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #9B4F1A;
    font-weight: 500;
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.property-owner-hed{
    float: left;
    width: 100%;
}
.property-owner-hed h2{
    float: left;
    width: 56%;
    color: #1F2E39;
    font-weight: 500;
    font-size: 27px;
    line-height: 34px;
}

.property-owner-form {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.property-owner-form input {
    height: 60px!important;
}
.property-owner-form select {
    height: 60px!important;
    padding: 14px 14px!important;
}

.frm-po2{
    color: #1F2E39!important;
    margin-bottom: 10px!important;
}
.property-owner-form textarea {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #777373;
    /*height: 60px!important;*/
   padding: 17px 14px;
}


.pr-ow-buton {
    float: left;
    padding-left: 15px;
    margin-top: 20px;
    width: 100%;
}
.pr-ow-buton button{
    float: left;
    width: 219px;
    height: 60px;
    padding: 17px 0px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
font-size: 17px;
font-weight: 500;
color: white;
text-align: center;
background: rgb(165,126,99);
background: linear-gradient(75deg, rgba(165,126,99,1) 0%, rgba(31,46,57,1) 100%);
position: relative;
overflow: hidden;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    border: none!important;
}
.pr-ow-buton button:focus{
    outline: none!important;
}
.pr-ow-buton button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 67px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none 0s ease 0s;
}
.pr-ow-buton button:hover::before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}

.carer-form{
    padding: 15px 14px!important;
}


.corporate-full {
    float: left;
    width: 100%;
    padding: 55px 15px 0px;
}
.corporate{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 32px 19px 20px 20px;
    background: white;
}
.corporate-hed{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.corporate-hed h3{
    float: left;
    width: 100%;
     font-size: 45px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #b7b7b72e;
    margin-bottom: 0px;
}
.corporate-hed h2{
    float: left;
    width: 100%;
     font-size: 35px;
    font-weight: 500;
    color: black;
    margin-bottom: 25px;
}

.corporate-hed p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: black;
    line-height: 30px;
}
.corporate-bx-full{
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.corporate-bx-img{
    float: left;
    width: 50%;
}
.corporate-bx-img img{
    float: left;
    width: 100%;
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
}
.corporate-bx-txt{
    float: left;
    width: 50%;
    height: 260px;
    padding: 25px;
    border-radius: 0 20px 20px 0;
    margin-top: 20px;
    background: #b99e8b3d;
}

.corporate-bx-txt h2 {
    float: left;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    color: #275170;
    margin-bottom: 16px;
}
.corporate-bx-txt p {
   float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: black;
    line-height: 30px;
}
.corporate-bx-img1{
float: right;
}
.corporate-bx-txt1{
    float: left;
    width: 50%;
    height: 260px;
    padding: 25px;
    border-radius: 20px 0px 0px 20px;
    margin-top: 20px;
    background: #b99e8b3d;
}

.corporate-bx-txt1 h2 {
    float: left;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    color: #275170;
    margin-bottom: 16px;
}
.corporate-bx-txt1 p {
   float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: black;
    line-height: 30px;
}

.property-owner-form .select2 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none!important;
}


.select2-selection{
    height: 60px!important;
    border: 1px solid #ccc!important;
    border-radius: 10px!important;
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 300;
    color: #777373;
    padding: 17px 14px!important;
}

.select2-container .select2-search--inline .select2-search__field{
    font-family: 'Cera Pro'!important;
    margin-top: 0px!important;
    margin-left: 0px!important;
    height: auto!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 0px!important;
    margin-left: 5px!important;
    background-color: #2c4c63!important;
    color: white!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: white!important;
}

.upload__btn-box {
  max-width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  color: #cccccc;
  background: #F2F5FA;
  width: 100% !important;
  border: 2px dashed #CCCCCC;
  border-radius: 5px;
  display: block;
  padding: 20px 0;
  transition: border 300ms ease;
  cursor: pointer;
  float: left !important;
  height: 126px;
  text-align: center;
  margin: 0;
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 9;
  margin-top: 0px;
  margin-bottom: 10px;
}
.property-owner-form img {
    display: block;
    margin: auto;
    width: 55px;
}
.title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    float: left;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: absolute;
}
.upload__img-box {
  width: 100px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "X";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}
.upload__btn {
  
    transition: all 0.3s ease;
     cursor: pointer; 
    
}

.corporate2{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 32px 19px 20px 20px;
    background: white;
    margin-top: 50px;
}


.corporate2-hed{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.corporate2-hed h2{
    float: left;
    width: 100%;
     font-size: 35px;
    font-weight: 500;
    color: black;
 
    margin-bottom: 25px;
}
.corporate2-hed p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: black;
    line-height: 30px;
}
.corporate2-bx{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #2C4C63;
    margin-bottom: 30px;
}
.corporate2-bx img{
  float: left;
  width: 60px;
}
.corporate2-bx h3{
    float: left;
    width: 100%;
    margin-top: 15px;
    line-height: 29px;
    color: #B99E8B;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.corporate2-bx p{
   float: left;
    width: 100%;
    line-height: 28px;
    color: black;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0px;
}

.glry{
    float: left;
    width: 100%;
}

.pd-h-butn{
    float: right;
    width: 100%;
    margin-top: -80px;
}
.pd-h-butn{
    float: right;
    width: 219px;
    height: 60px;
    padding: 17px 0px;
    border-radius: 30px;
    display: inline-block;
font-size: 17px;
font-weight: 500;
cursor: pointer;
color: white;
text-align: center;
background: rgb(165,126,99);
background: linear-gradient(75deg, rgba(165,126,99,1) 0%, rgba(31,46,57,1) 100%);
position: relative;
overflow: hidden;
    transition: all 0.5s ease 0s;
    text-decoration: none!important;
}
.pd-h-butn::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 67px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none 0s ease 0s;
}
.pd-h-butn:hover::before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}




.contact-full {
    float: left;
    width: 100%;
    padding: 55px 15px 55px;
}
.contact{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 32px 19px 20px 20px;
    background: white;
}

.contact-form{
    float: left;
    width: 100%;
    padding-right: 70px;
    
}
.contact-form-hed{
    float: left;
    width: 100%;
    padding: 25px 15px;
    background: #9f7a61;
    border-radius: 15px 15px 0px 0px;
}

.contact-form-hed p{
    float: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: white;
    margin-bottom: 0px;
margin-top: 8px;
}
.contact-form-hed h3{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 35px;
    color:white;
}


.contact-forms{
    float: left;
    width: 100%;
   
    padding: 25px 0px;
    
    border-radius: 0px 0px 15px 15px;
}
.h-form {
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 16px;
    /* text-transform: uppercase; */
    height: 70px;
    margin-bottom: 30px;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(118 118 118 / 22%);
   /* margin-top: 3px;*/
    width: 100%;
    float: left;
    padding: 10px;
   /* margin-top: 17px;*/
    border-radius: 10px;
}

.adr-section {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    background: #1F2E39;
    padding: 25px 30px;
    border-radius: 20px;
    height: 188px;
}
.adr-section h1 {
    float: left;
    width: 100%;
    color: white;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0px;
    margin-top: 4px;
    /* padding-bottom: 0px; */
}
.adr-section p {
    float: left;
    width: 100%;
    text-align: left;
  font-weight: 500;
    font-size: 16px;
    color: white;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.adr-section p a{
    color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.adr-section p a:hover{
    text-decoration: none;
    color: #E0E0E0;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.contact-form-snd{
    float: left;
    width: 100%;
    
    margin-top: 25px;
    position: relative;
    
}
.contact-form-snd button{
    float: left;
    width: 219px;
    height: 60px;
    padding: 17px 0px;
    border-radius: 30px;
    display: inline-block;
font-size: 17px;
font-weight: 500;
cursor: pointer;
color: white;
text-align: center;
background: rgb(165,126,99);
background: linear-gradient(75deg, rgba(165,126,99,1) 0%, rgba(31,46,57,1) 100%);
position: relative;
overflow: hidden;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    border: none!important;
}
.contact-form-snd button:focus{
    outline: none!important;
}
.contact-form-snd button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 67px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: none 0s ease 0s;
}
.contact-form-snd button:hover::before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.4s ease-in-out 0s;
}
.select2-container{
    width: 100%!important;
}


.datepicker table tr td.day:hover, .datepicker table tr td.focused{
    background: #2c4c63!important;
    color: white!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #2c4c63!important;
    
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #2c4c63!important;
}


.field_area option:hover{
    background-color: #2c4c63!important;
}

 .field_area__option--highlighted.field_area__option--selectable {
    background-color: #202e39 !important;
    color: white;
}

/*media*/

@media (max-width: 360px){
.header-content h2{
    font-size: 45px!important;
    line-height: 60px!important;
}
.inner-ban-hed h2 {
    font-size: 45px!important;
    line-height: 60px!important;
}
.inner-banner{
    padding: 100px 15px;
}
}

@media (max-width: 410px){
    .b2-hed h3{
        font-size: 45px;
    }
    .b2-hed h2{
        font-size: 31px;
    }
    .ft-logo p br{
        display: none;
    }
}
@media (max-width: 460px){
    .b3-hed h3{
        font-size: 45px;
    }
    .b3-hed h2{
        font-size: 31px;
        margin-top: -31px;
    }
   .b5-hed h3{
        font-size: 45px;
    }
    .b5-hed h2{
        font-size: 31px;
        margin-top: -31px;
    }
}

@media (max-width: 425px){
    .b3-hed h3{
        font-size: 40px;
    }
    
}


@media (max-width: 575px){
.header-content{
    padding-top: 70px;
}
.header-content h2{
    font-size: 50px;
    line-height: 66px;
}
.slide{
    height: 420px;
}
.slide .item .slide-image{
    height: 420px;
}
.slider-ban .owl-dots {
    display: block;
    float: none;
    text-align: center;
    padding-right: 0px;
    margin-top: -75px;
    
}
.b1-form-full{
    padding: 0px;
}
.b1-form{
    height: auto;
    padding: 23px 15px 23px 15px;
}
.b1-form-1{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-right: 0px;
}
.b1-form-2 {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-right: 0px;
}
.b1-form-butn{
    margin-top: 25px;
    position: relative;
    margin-bottom: -48px;
}
.body1 h2{
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin-bottom: 25px;
}
.body1 {
    padding: 32px 15px 20px 15px;
  
}
.body1-full{
    padding: 55px 0px 0px;
}
.b1-bx p{
    height: auto;
}
.body1 a{
    margin-right: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}
.b1-slide .owl-prev img{
    margin-top: 0px;
}
.b1-slide .owl-next img{
    margin-top: 0px;
}
.b1-slide .owl-nav{
    text-align: center;
}
.body2-full{
    padding: 55px 0px 0px;
}
.body2{
    padding: 30px 15px 0px 15px;
    height: auto;
}
.b2-bx1 p{
    float: none;
    margin-top: 5px;
}
.b2-hed{
    margin-bottom: 40px;
}
.b2-bx1{
    margin-bottom: 15px;
}
.b2-logo{
    padding-top: 45px;
}

.body3-full{
    padding: 55px 0px 0px;
}
.body3{
    padding: 30px 15px 28px 15px;
}
.b3-hed h2{
    text-align: center;
}
.b3-hed h3{
    text-align: center;
}
.b3-hed p br{
    display: none;
}
.b3-hed p{
    text-align: center;
}
.b5-bx1 img{
    height: 350px;
}
.b5-bx1{
    text-align: center;
    margin-bottom: 30px;
}
.b5-bx2 img{
    height: 350px;
}
.b5-bx2{
   text-align: center;
    margin-bottom: 30px; 
}
.body4-full{
    padding: 55px 0px 0px;
}
.body5-full{
     padding: 55px 0px 0px;
}
.body5{
    padding: 45px 15px 0px 15px;
}
.b5-hed{
    margin-bottom: 50px;
}
.ft-logo{
    text-align: center;
}
.ft-logo img{
    float: none;
    max-width: 100%;
}
.quiklink{
    padding-left: 0px;
    text-align: center;
    margin-top: 15px;
}
.customer-support h2{
    text-align: center;
    margin-top: 10px;
}
.cu-s-1{
    width: 100%;
    text-align: center;
}
.cu-s-1 img{
    float: none;
}
.cu-s-1 h3{
    width: 100%;
    padding-left: 0px;
    margin-top: 8px;
}
.cu-s-1 a{
 width: 100%;
 padding-left: 0px;
}

.cu-s-2{
    width: 100%;
    text-align: center;
    padding-left: 0px;
    margin-top: 15px;
}
.cu-s-2 img{
    float: none;
}
.cu-s-2 h3{
    width: 100%;
    padding-left: 0px;
    margin-top: 8px;
}
.cu-s-2 a{
 width: 100%;
 padding-left: 0px;
}
.ft-connect{
    text-align: center;
}
.ft-connect h3{
    width: 100%;
    margin-bottom: 15px;
}
.conect-img a img{
    margin-right: 12px;
    margin-left: 12px;
}
.footer{
    padding: 55px 0px;
}
.footer-below{
    padding: 25px 0px;
}
.ft-below1 {
    float: left;
    width: 100%;
    text-align: center;
}
.ft-below1 img {
    float: none;
    display: inline-block;
}
.ft-below1 a {
    float: none;
    display: inline-block;
}
.ft-below1 span{
    float: none;
    display: inline-block;
    top: 1px;
}
.ft-below2 {
    float: right;
    width: 100%;
}
.ft-below2 p{
    text-align: center;
    margin-bottom: 0px;
}
.b1-bx-a{
    text-align: left!important;
}
.body4 h2{
    font-size: 50px;
}
.body4{
    padding: 115px 15px 86px 15px;
}
.inner-ban-hed h2{
    font-size: 50px;
    line-height: 66px;
}
.in-body2-full{
    padding: 55px 0px 55px;
}
.in-b2-hed h2{
    font-size: 30px;
    
    margin-bottom: 15px;
}
.sort-by{
    float: left;
    margin-bottom: 15px;
}
.proprtyowners-full{
    padding: 55px 0px 55px;
}
.property-owner-hed h2{
    width: 100%;
}
.property-owner h3{
    margin-top: 30px;
}
.property-owner-hed h2{
    margin-bottom: 0px;
}
.inner-banner{
    padding: 100px 15px;
}
.corporate-full{
    padding: 55px 0px 0px;
}
.corporate-hed h2{
    text-align: center;
}
.corporate-hed p br{
    display: none;
}
.corporate-hed p{
    text-align: center;
}
.corporate-bx-img{
    width: 100%;
}
.corporate-bx-img img{
    position: relative;
    z-index: 1;
}
.corporate-bx-txt{
    width: 98%;
    margin: -8px 1% 0;
    border-radius: 0 0px 20px 20px;
    height: auto;
    text-align: center;
    padding: 25px 15px;
}
.corporate-bx-txt1{
    width: 98%;
    margin: -8px 1% 0;
    border-radius: 0 0px 20px 20px;
    height: auto;
    text-align: center;
    padding: 25px 15px;
}
.corporate2-hed{
    text-align: center;
}
.corporate2-hed p br{
    display: none;
}
.corporate2-bx{
    text-align: center;
}
.corporate2-bx img{
    float: none;
}
.corporate{
    padding: 32px 15px 20px 15px;
}
.proprtydetail-full{
    padding: 55px 0px 55px;
}
.property-d-hed h2{
    width: 100%;
    font-size: 30px;
}
.ih-item.square.effect6{
    margin-bottom: 0px;
}
.productimg{
    border-radius: 15px 15px 0px 0px;
    height: auto!important;

}
.productimg1{
    border-radius: 0px 0px 0px 0px;
    height: auto!important;
}
.productimg2{
    border-radius: 0px 0px 15px 15px;
    height: auto!important;
}
.pd-bx-icons h2{
    text-align: left;
    margin-top: 20px;
}
.property-d1-rating{
    padding: 0px;
    width: 100%;
}
.property-d1-highlight{
    width: 50%;
    margin-bottom: 15px;
}
.contact-full{
    padding: 55px 0px 55px;
}
.contact-form{
    margin-bottom: 45px;
    padding-right: 0px;
}
.adr-section{
    height: auto;
    padding: 30px;
}
.in-b1-form-1{
    margin-bottom: 15px;
}
.in-b1-form-2{
    margin-bottom: 15px;
}
.popover__content{
    padding: 15px;
}
.pd-h-butn{
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}
.upload__btn-box{
    height: auto;
}
.upload__btn{
    margin-bottom: 0px!important;
}
}




@media(min-width: 576px) and (max-width: 767px){
    .header-content{
        padding-top: 110px;
    }
    .slider-ban .owl-dots{
        padding-right: 0px;
        text-align: center;
        float: none;
    }
    .body4{
        padding: 115px 15px 86px 15px;
    }
    .b1-form{
        padding: 23px 0px 15px 17px;
        height: auto;
    }
    .b1-form-1{
        width: 50%;
        padding-right: 17px;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .b1-form-2{
        width: 50%;
        padding-right: 17px;
        margin-right: 0px; 
        margin-bottom: 15px;
    }
    .b1-form-butn {
    margin-top: 25px;
    position: relative;
    margin-bottom: -48px;
}
.b1-slide .owl-prev img {
    margin-top: 0px;
}
.b1-slide .owl-next img {
    margin-top: 0px;
}
.b1-slide .owl-nav {
    text-align: center;
}
.body1 h2{
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.body1 a{
    width: 100%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 35px;
}
.b2-bx1 p{
    float: none;
    margin-top: 8px;
}
.b2-hed{
    margin-bottom: 40px;
}
.b2-bx1{
    margin-bottom: 15px;
}
.body2{
    height: auto;
}
.b3-hed h2{
    text-align: center;
}
.b3-hed h3{
    text-align: center;
}
.b3-hed p br{
    display: none;
}
.b3-hed p {
    text-align: center;
}
.b5-bx2{
    margin-bottom: 20px;
}
.b5-hed{
    margin-bottom: 55px;
}
.footer-below{
    padding: 25px 0px;
}
.ft-below1 {
    float: left;
    width: 100%;
    text-align: center;
}
.ft-below1 img {
    float: none;
    display: inline-block;
}
.ft-below1 a {
    float: none;
    display: inline-block;
}
.ft-below1 span{
    float: none;
    display: inline-block;
    top: 1px;
}
.ft-below2 {
    float: right;
    width: 100%;
}
.ft-below2 p{
    text-align: center;
    margin-bottom: 0px;
}

.ft-logo{
    text-align: center;
}
.ft-logo img{
    float: none;
}
.ft-logo p br{
    display: none;
}
.quiklink{
    padding-left: 0px;
}
.cu-s-1{
    width: 100%;
}
.cu-s-2{
    width: 100%;
    padding-left: 0px;
    margin-top: 25px;
}
.ft-connect h3{
    width: 100%;
    margin-bottom: 10px;
}
.conect-img a img{
    margin-left: 0px;
    margin-right: 24px;
}
.ft-connect{
    margin-top: 20px;
}
.b1-bx-img img{
    height: 190px;
}
.sort-by{
    margin-bottom: 15px;
    float: left;
}
.b1-bx p{
    font-size: 15px;
    line-height: 22px;
    height: 72px;
}
.in-b1-form-1{
    margin-bottom: 15px;
}
.in-b1-form-2{
    margin-bottom: 15px;
}
.b1-bx h5{
    padding: 11px 15px 12px 15px;
    height: 57px;
}
.b1-bx h3{
    padding: 16px 15px 16px 15px;
    font-size: 18px;
    
}
.b1-bx h3 span{
    font-size: 19px;
}
.b1-bx{
    text-align: center;
}
.b1-bx-icon1{
    width: 25%;
}
.b1-bx-icon1-1{
    width: 50%;
}
.property-owner-hed h2{
    width: 100%;
}
.corporate-hed h2{
    text-align: center;
}
.corporate-hed p br{
    display: none;
}
.corporate-hed p{
    text-align: center;
}
.corporate-bx-img{
    width: 100%;
}
.corporate-bx-img img{
    position: relative;
    z-index: 1;
}
.corporate-bx-txt{
    width: 98%;
    margin: -8px 1% 0;
    border-radius: 0 0px 20px 20px;
    height: auto;
    text-align: center;
    padding: 25px 15px;
}
.corporate-bx-txt1{
    width: 98%;
    margin: -8px 1% 0;
    border-radius: 0 0px 20px 20px;
    height: auto;
    text-align: center;
    padding: 25px 15px;
}
.corporate2-hed{
    text-align: center;
}
.corporate2-hed p br{
    display: none;
}
.corporate2-bx{
    text-align: center;
}
.corporate2-bx img{
    float: none;
}
.property-d-hed h2 {
    width: 100%;
}
.corporate{
    padding: 32px 15px 20px 15px;
}

.ih-item.square.effect6{
    margin-bottom: 0px;
}
.productimg{
    border-radius: 15px 15px 0px 0px;
    height: auto!important;

}
.productimg1{
    border-radius: 0px 0px 0px 0px;
    height: auto!important;
}
.productimg2{
    border-radius: 0px 0px 15px 15px;
    height: auto!important;
}

.property-d1-highlight{
    width: 50%;
    margin-bottom: 15px;
}
.contact-form{
    margin-bottom: 45px;
    padding-right: 0px;
}
.adr-section{
    height: auto;
    padding: 30px;
}
.pd-h-butn{
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}
.upload__btn-box{
    height: auto;
}
.upload__btn{
    margin-bottom: 0px!important;
}

}



@media(min-width: 768px) and (max-width: 991px){
    .body1 h2{
        margin-bottom: 50px;
    }
    .body1 a{
        margin-right: 0px;
    }
    .b1-form{
        padding: 23px 0px 15px 17px;
        height: auto;
    }
    .b1-form-1{
        width: 50%;
        padding-right: 17px;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .b1-form-2{
        width: 50%;
        padding-right: 17px;
        margin-right: 0px; 
        margin-bottom: 15px;
    }
    .b1-form-butn {
    margin-top: 25px;
    position: relative;
    margin-bottom: -48px;
}
    .b1-slide .owl-prev img{
        margin-top: -1087px;
    }
    .b1-slide .owl-next img{
        margin-top: -1087px;
    }
    .b1-bx-img img{
        height: 180px;
        object-fit: cover;
    }
    .b2-hed{
        margin-bottom: 55px;
    }
    .b2-bx1{
        margin-bottom: 15px;
    }
    .body2{
        height: auto;
    }
    .b3-hed p br{
        display: none;
    }
    .b5-bx1 img{
        height: 380px;
        object-fit: cover;
    }
    .b5-bx2 img{
        object-fit: cover;
        height: 380px;
    }
    .ft-logo{
        text-align: center;
    }
    .ft-logo img{
        float: none;
    }
    .ft-logo p br{
        display: none;
    }
    .ft-below1 img{
        margin-right: 15px;
    }
    .ft-below1 span{
       padding-left: 5px;
       padding-right: 5px;
    }
    .quiklink{
        padding-left: 0px;
    }
    .in-b1-form-1{
    margin-bottom: 15px;
}
.in-b1-form-2{
    margin-bottom: 15px;
}
.in-b2-hed h2{
    font-size: 34px;
}
.property-owner-hed h2{
    width: 75%;
}
.corporate-hed p br{
    display: none;
}
.corporate-bx-img {
    width: 40%;
}
.corporate-bx-img img{
    height: 350px;
}
.corporate-bx-txt{
    width: 60%;
    height: 310px;
    padding: 20px 15px;
}
.corporate-bx-txt h2{
    margin-bottom: 8px;
}
.corporate-bx-txt1{
    width: 60%;
    height: 300px;
    padding: 20px 15px;
}
.corporate2-hed p br{
    display: none;
}
.property-d-hed h2{
    width: 100%;
}
.productimg{
    height: 440px!important;
}
.productimg1{
    height: 203px!important;
}
.productimg2{
    height: 203px!important;
}
.property-d2-form{
    width: 50%;
    padding-right: 10px;
}
.contact-form{
    padding-right: 30px;
}
.adr-section{
    height: auto;
    padding: 25px 15px;
}
.pd-h-butn{
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}
.property-owner-form img{
    width: 40px;
}
.title{
    font-size: 15px;
}
.upload__btn-box{
    padding: 5px 0px;
}

}



@media(min-width: 992px) and (max-width: 1199px){
    .body2{
        height: auto;
    }
    .b5-bx1 img{
        height: auto;
    }
    .b5-bx2 img{
        height: auto;
    }
    .b1-bx-img img{
        height: 220px;
        object-fit: cover;
    }
    .quiklink{
        padding-left: 40px;
    }
    .ft-logo p br{
        display: none;
    }
    .cu-s-1{
        text-align: left;
    }
    .cu-s-1 h3{
        float: left;
        width: 100%;
        padding-left: 0px;
    }
    .cu-s-1 a{
        width: 100%;
        padding-left: 0px;
    }
    .cu-s-2{
        text-align: left;
        padding-left: 0px;
    }
    .cu-s-2 h3{
        float: left;
        width: 100%;
        padding-left: 0px;
    }
    .cu-s-2 a{
        width: 100%;
        padding-left: 0px;
    }
    .b1-slide .owl-prev img {
    margin-top: -1209px;
}
.b1-slide .owl-next img {
    margin-top: -1209px;
}

.corporate-bx-txt{
    height: 310px;
}
.corporate-bx-txt1{
    height: 310px;
}
.corporate-bx-img img{
    height: 350px;
}
.adr-section{
    padding: 25px 15px;
}
.select_price_com{
    width: 100%!important;
}
.clear_price_com{
    width: 100%!important;
}
.popover__content{
    width: 185px;
}
}



@media(min-width: 900px) and (max-width: 991px){
    .b1-bx p{
        font-size: 17px;
    }
    .b1-slide .owl-prev img {
    margin-top: -1089px!important;
}
.b1-slide .owl-next img {
    margin-top: -1089px!important;
}
}
.book-loc .field_area label{
   width: 100%;
    height: 68px;
    border-radius: 10px;
    float: left;
    /* position: relative; */
    font-size: 15px;
    font-weight: 300;
    color: #828279;
    line-height: 20px;
    margin: 0;
    padding: 23px 14px;
    background: 0 0;
    border: none;
    border: solid 1px #ccc;
    transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.popover__title {
    float: left;
    position: relative;
    width: 100%;
}.popover_is_visible {
    z-index: 10;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0, -20px) !important;
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}




@media(min-width: 1200px) and (max-width: 1260px){
    .corporate-bx-txt{
        height: 280px;
    }
    .corporate-bx-txt1{
        height: 280px;
    }
    .corporate-bx-img img{
        height: 320px;
    }
}

@media(min-width: 992px) and (max-width: 1024px){
    .b1-bx p{
        font-size: 16px;
        line-height: 22px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
     .b1-bx p{
         line-height: 22px;
     }
    .b1-bx h5{
        height: 57px;
    }
    .b1-bx h3{
        font-size: 19px;
    }
    .b1-bx h3 span{
        font-size:20px;
    }
    .b1-bx-icons{
        padding: 20px 10px 25px 10px;
    }
    .b1-bx-icon1{
        width: 30%;
    }
    .b1-bx-icon1-1{
        width: 38%;
    }
}

@media(min-width: 992px) and (max-width: 1275px){
    .property-owner-form img{
        width: 50px;
    }
    .title{
        font-size: 16px;
    }
    .upload__btn-box{
        padding: 13px 0px;
    }
}





.privacy-txt{
    float: left;
    width: 100%;
}
.privacy-txt h2 {
    float: left;
    width: 100%;
    font-size: 27px;
    font-weight: 500;
    color: #275170;
    margin-bottom: 16px;
}
.privacy-txt p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: black;
    line-height: 30px;
}
.privacy-txt p span{
    font-weight: 500;
    color:#98765f;
}
.privacy-txt p a{
    color: #275170;
    text-decoration: none;
}











.d1frem{
    display: none;
}




.accordion{
  float:left;
  width:100%;
}
.faq-sec1{
  float:left;
  width:100%;
  margin-bottom: 25px;
}

.card-body{
  padding: 10px 0px 0px 0px !important;
}
.card{
  border:none !important;
  background-color: transparent!important;
}

.accor-text{
  text-align:left !important;
  font-weight:400 !important;
  font-size:17px !important;
  color: white !important;
}
.mb-0 button{
    color: white!important;
}
.mb-0 button:hover{
    text-decoration: none;
    color: white!important;
}
.collapse.in {
    display: block!important;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
      font-size: 25px;
    font-weight: bold;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "-";
    font-size: 35px;
    font-weight: bold;
    top: 40%;
}

.card-header:first-child{
   border-radius: 11px!important;
    background-color: #1F2E39 !important;
    text-align: left !important;
    /*border-left: solid 6px #212127 !important;*/
}


@media (max-width: 575px){
    .b1form-de{
        display: none;
    }
    .d1frem{
    display: block;
}
}













