

* {
    font-family: "Prompt" ;
}

h1 , h2 , h3 {
    font-family: "Prompt";
    letter-spacing: -1px;
    color: #000;
}
body { 
    overflow-x: hidden;
    background-size: 100%;
    background-image: url(../images/bg-inner-page.jpg?v2);
    background-repeat: no-repeat;
    background-position: left 0;
    background-color: #EFEFEF;
    background-attachment: fixed;
}

p {
    color:#222;
}

.fn-arial {
    font-family: arial !important;
}
.fn-poppins {
    font-family: "Poppins" !important;
}

#hero .f_item .text_box {
    line-height: 2.3em;
}

header.transparent .navbar-header .mobile_menu_btn .icon-bar {
    background: #FFF;
}

.vbf .form-control {
    color:#666;
   
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color:#666;
    
}

.bootstrap-select .dropdown-menu li a {
    color:#666;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    
}

.about-us-001 {
    background-color:#fcfcfc;
    background-image:url("../images/section-about-01-bg.png");
    min-height: 500px;
    padding:0px;
    margin:0px;
}

.about-us-001 .img-title {
    text-align: center;
}

::-webkit-scrollbar {
    width: 7px;
}
 
::-webkit-scrollbar-track {
    background: #eaeff5;
}
 
::-webkit-scrollbar-thumb {
     
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(255 255 255 / 0%);
    background-color: #005a36;
}


::-webkit-input-placeholder { /* Chrome */
    color: #FFF !important ;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #FFF !important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #FFF !important;
    opacity: 1;
  }
  :-moz-placeholder { /* Firefox 4 - 18 */
    color: #FFF !important;
    opacity: 1;
  }

.img-100 {
    width:100%
}

.color-green {
    color:#25b673 !important;
}
.fn-sarabun {
    font-family: Sarabun !important ;
}
.fn-kanit {
    font-family: "Kanit"  !important ;
}
.fn-chonburi {
    font-family: "Chonburi" !important;
}
.loading_effect .object {
    color: #005a36;
    background: #005a36;
}


/* ===============
*   BUTTON
* =============== */
.button { 
    padding-left:15px !important; 
    padding-right: 15px !important;
}

.button { border-radius: 50px;}
.button.btn_blue {

    background: #2196f3;
    border-color: #0b67b1;
    color: #fff;

}

.button.btn_blue:hover,
.button.btn_blue:active,
.button.btn_blue:focus {
    background: #1984db;
    border-color: #0b67b1;
    color: #fff;
}


.button.btn_green {
    background: #005a36;
    border-color: #004e2f;
    color: #fff;
    font-size: 1.5em;
    margin-top: 20px;
    font-weight: 400;
    font-family: "kanit";
    box-shadow: 0px 0px 8px #005a36;
    
}

.button.btn_yellow {
    background: #ffa700;
    border-color: #deb666;
    color: #fff;
    text-shadow: 0px 0px 5px #333;
    padding: 10px 30px !important;
    font-size: 1em;
}


.button.btn_green:hover,
.button.btn_green:active,
.button.btn_green:focus {
    background: #003d25  !important;
    border-color: #468102  !important;
    color: #FFF  !important;
}

.button.btn_white {
    background: #FFF;
    border:2px solid #003d25;
    color: #003d25;
    font-size: 1.5em;
    margin-top: 20px;
    font-weight: 400;
    font-family: "kanit";
}

.button.btn_white i {
    font-size:1.25em;
}

.button.btn_white:hover,
.button.btn_white:active,
.button.btn_white:focus {
    background: #003d25  !important;
    border:2px solid #FFF  !important;
    color: #FFF  !important;
}


.button.btn_glay {

    background:#534741 !important;
    border-color: #4c4948   !important;
    color: #fff;
    padding-left:20px;
    padding-right: 20px;
}



.button.btn_glay:hover,
.button.btn_glay:active,
.button.btn_glay:focus {
    background: #68605c    !important;
    border-color: #534741  !important;
    color: #fff  !important;
}



#main_menu .navbar-nav li a { 
    letter-spacing:0;
}

#main_menu .navbar-nav .dropdown .dropdown-menu {
    background:#005a36;
    border:0px;
}
#main_menu .navbar-nav .simple_menu .dropdown-menu li {
    background:#005a36;
    border:0px;
}
#main_menu .navbar-nav li a {
    padding:30px 20px;
   
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin:0px;
}

header.transparent.nav_bg {
    border:0px;
    top: 0;
    box-shadow: 0px 0px 9px #383838;
}

.gradient_slider .slotholder:after, .gradient_overlay:after {
    background:none;
}

.transparent #main_menu .navbar-nav li a {
    color: #FFF;
   
    
}

.transparent #main_menu .navbar-nav li:hover a {
    color: #fecd4a;
     
}

.transparent.nav_bg #main_menu .navbar-nav li a {
    color: #FFF;
}

.transparent #main_menu .navbar-nav li.active a ,
.transparent.nav_bg #main_menu .navbar-nav li.active a {
    color: #fecd4a;
    
}


#main_menu .navbar-nav li a {
    font-size:16px;
    font-weight: normal;
}
.top_menu {
   
   

    color: #FFF;
    background:url("../images/top-menu-bg.jpg?v5") no-repeat left center #005a36;
    border: none;
    
    height: 50px;
    font-size: 17px;
    position: absolute;
    z-index: 90;

}
.top_menu a {
    color: #FFF;
    display: inline-block;
    margin-top: 0;
}



.top_menu .top_menu_right {
    margin: 0px;
    padding: 0px;
    float:none;
}

.top_menu .top_menu_right li {
    height: 50px;
    float:left;
   
    padding:15px 10px; 
}
.top_menu .top_menu_right li:first-child a{
    color: #005a36;
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing: -1px;
    margin-top: -4px;
}
.top_menu .top_menu_right li i {
    margin-right:10px;
    float:left;
    font-size:2.5rem
}

.icon-check {
    width: 25px;
    float: left;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.top-bg-white {
    background:#FFF;
} 

.top-bg-white a{
    color:#005a36;
}
.top-bg-white i {
    color:#005a36 ;
}

header.transparent {
     bottom:0px;
     top:auto ;
     background:#005a36;
     height: 80px;
     background-image:url("../images/menu-bg.jpg?v5");
     background-position:  center;
     background-repeat: no-repeat;
}
.navbar-brand {
    height: 80px;
}

header.transparent.nav_bg {
    top:0px;
    bottom:auto;
    position: fixed;
}
header .navbar-header .navbar-brand {
    margin : 0px;
    padding: 5px 0;
}

.navbar-brand {
    float :none;
    display: inline-block;
}
.navbar-brand.nodisplay {
    display:none;
} 

.navbar-brand img {
    height: 70px;
    width: auto;
    margin-top: 5px;
}
/*navbar-brand dark */
.navbar-brand.dark > img {
    height: 70px;
    width: auto;
    margin-top: 5px;
}

header.scroll .navbar-header .navbar-brand {
    padding:0px;
}


.top_menu .dropdown-menu {
    top:80%;
}
.top_menu .dropdown .select i {
    margin-top: 5px;
    margin-right: 10px;
}




/***
* SLIDE
*/

.ceo-image{
    position: absolute;
    bottom: 0px;
    right: 80px;
    z-index: 100;
}
.ceo-image img {
    height: 90vh;
}
.nav_bg .ceo-image {
    display: none;
}
.rev_slider li::after{
    content:' ';
    position: absolute;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
   
    z-index:1;
    /*background: rgb(255 255 255 / 35%);*/
}
#hero {
   
    text-shadow: 1px 1px 2px #ffffff;
}
#hero .tp_s_title {
    color:#000;
    font-family: Sarabun !important;
    font-weight: bold;
    letter-spacing: 1px;
}
.tp_m_title {
    color:#000;
}

#hero .f_item .icon_box {
    background:#26b674 ;
}

#hero .f_item .text_box {
    background:#FFF;
    color:#000;
}


.home-frm-search {
    position: absolute;
    bottom: 120px;
    left: 100px;
    background: #FFF;
    z-index: 100;
    /* height: 80px; */
    padding: 10px 10px 10px 20px;
    border-radius: 50px;
}
.home-frm-search select {
    width: 120px;
    padding: 10px 0px;
    font-size: 16px;
    border: 0px;
    font-size: 20px;
    background: #FFF;
    color: #000;
    letter-spacing: -1px;
    cursor: pointer;
}

.home-frm-search .select2-container--default .select2-selection--single {
    width: 120px;
   
    font-size: 16px;
    border: 0px;
    font-size: 20px;
    background: #FFF;
    color: #000;
    letter-spacing: -1px;
    cursor: pointer;
}

.select2-container {
   
}
.select2-dropdown.select2-dropdown--below {
    width:250px;
}

.select2-bigDrop {
    width: 280px !important;
    top: 10px;
   
    margin-left: -30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #333;
    right: 5px;
    top: 8px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    font-size: 11px;

}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: '\f078';
}
.select2-container--default .select2-selection--single .select2-selection__arrow b { display:none;}
.home-frm-search .input-group-addon {
    background: #FFF;
    border: 0px;
    padding: 0px;
    color:#000;
    font-weight: bold;
    font-size: 25px;
    padding-right: 10px;
}
.home-frm-search button.btn-search {
    font-size: 25px;
    background: #005a36;
    border-radius: 40px;
    border: 0px;
    color: #FFF;
    letter-spacing: -1px;
    padding: 10px 35px;
}
.home-frm-search button.btn-search i {
    font-size: 30px;
    float: left;
    margin-left: -15px;
    margin-right: 15px;
    /* margin-bottom: -20px; */
    margin-top: 4px;
}
.home-frm-search button.btn-search:hover{
    background: #01834f;
    color:#FFF;
}

/**
*=====================
*   ABOUT WHY
*
*/
section.about-us {

   
    padding:0px;
    margin:0px;
    position: relative;
    
}


section.about-us.why-01 {
    background-image: url(../images/section-why-01.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:100%;
    min-height: 900px;
    margin-top:50px;
}

.cl-black {
    color:#000 !important;
}

.why-01 .block-text {
    background: rgb(255 255 255 / 61%);
    padding: 50px;
    margin-top: 50px;
    border-radius: 25px;
    color:#000;
}

.why-01 h2 {
    font-size:2.5em;
    color:#000;
    margin-bottom:10px;
}
.why-01 h3 {
    font-size:1.8em;
    color:#000;
}

.why-01 h4 {
    font-size:1.4em;
    margin-bottom:15px;
    
}

.about-us.why-02 {
    padding:50px 0px;
    overflow: inherit !important;
    position: relative;
}

.why-02 .cnt-02 {
    float:left;
}   
.why-02 .cnt-01 {
    float:right;
}

.why-02 .block-text {
    color:#000;
    max-width: 550px;
    margin:0 auto;
    float:right;
}

.about-us.why-02 h2 {
    font-size: 2.0em;
    color: #000;
    margin-bottom: 5px;
}

.about-us.why-02 h3 {
    font-size:2.8em;
    color:#000;
    margin-bottom:15px;
}

.about-us.why-02 h4 {
    font-size: 1.7em;
    color: #000;
    margin-bottom: 10px;
}

.why-02 .text-list {
    margin-top:10px;
}

.about-us.why-02 ul li {

    margin-left:0px;
    font-size:1.2em;
    padding:5px 5px;
    list-style: none;

}

.about-us.why-02 ul li i {
    font-size: 0.5em;
   
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    color: #25b673;
}


.img-leaft img {

    position: fixed ; 
    max-width: 150px;
    right:0;
    

}


.img-team-02 {
    max-width: 400px;
    position: absolute;
    z-index: 1;
    margin-top: -180px;
}

.home-01 {
    padding-top: 0px;
}



.home-01 {
    min-height: 500px;
    background-image:url(../images/section-home-bg.jpg);
    background-position:top;
    background-repeat: repeat-x;
    background-color:#FFF;
}

img.sec-house-title {
    margin:0 auto;max-height: 120px;
}


.bg-gray-01 {
    background:#e1dfd2;
}

.room figcaption 
{ border:0px; padding:0px;}
.room {
    background: #FFF;
    /*box-shadow: 0px 0px 10px #999;*/
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #bfccd6;
    min-height: 425px;
}

#house-recommend .owl-item.active:nth-child(1) article  {
    
    border: 2px solid rgb(255 124 0);
    box-shadow: rgb(213 69 69 / 15%) 0px 5px 20px;
    position: relative;

}
#house-recommend{
    position: relative;
}
#house-recommend:after{
    position:absolute;
    content:'แนะนำ' ;
    color:#FFF;
    top:10px;
    left:-15px;
    background: rgb(252 92 58);
    background: linear-gradient(90deg, rgba(255,124,0,1) 0%, rgb(254 179 108) 100%);
    padding:5px 15px;
    border-radius: 3px;
}
#house-hot{
    position: relative;
}
#house-hot:after{
    position:absolute;
    content:'ขายดี' ;
    color:#FFF;
    top:10px;
    left:-15px;
    background: rgb(255, 33, 33);
    background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(254 179 108) 100%);
    padding:5px 15px;
    border-radius: 3px;
}
.room figcaption h4 a, .room figcaption h5 a {
    color: #005a36;
    font-size: 14px;
}

.room.icon-reccomend , .room.icon-hot , .room.icon-sold-out {

    position: relative;
}

.room.icon-reccomend:after , .room.icon-hot:after , .room.icon-sold-out:after {
    position: absolute;
    content: 'ขายดี';
    color: #FFF;
    top: 10px;
    left: 10px;
    background: rgb(255, 33, 33);
    background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(254 179 108) 100%);
    padding: 5px 5px;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    font-size: 11px;
    height: auto;
    line-height: 11px;
}

.room.icon-reccomend:after {
    content: 'แนะนำ';
    background: rgb(255, 33, 33);
    background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(254 179 108) 100%);
}

.room.icon-sold-out:after {
    content: 'ขายแล้ว';
  
    color: #f9ff00;
    background: #005a36;
    background: linear-gradient(90deg, #005a36 0%, #009d5e 100%);
}



.room_services {
     
        border-top: 0 solid #DDD;
        background: #FFF;
        border-radius: 60px;
        color: #000;
        font-size: 11px;
        letter-spacing: -0.5px;
    
}
.room figcaption h4, .room figcaption h5 {
    margin-bottom: 0px;
    max-height: 35px;
    min-height: 35px;
    display: block;
    
}

figcaption {
     
}
.room_services li i {
    margin-right: 5px;;
}
.room_services li {
    padding: 10px 5px;
    margin: 0px;
    list-style: none;
    width: 32%;
    float:left;
    border-right: 1px solid #DDD;
    font-family:"Prompt";
    font-size: 12px;
}

.room_services li:last-child{
    border-right:0px;
}
figcaption  .button{
    font-family: "Prompt" !important;
    font-size: 15px !important;
    font-weight: normal;
    border-radius: 5px;
}

figcaption .home-title {
    
    height: 50px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    padding: 2px 5px;
    margin-bottom:15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
   
}


.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-nav .owl-prev {

    position: absolute;
    top: 40%;
    background: #005a36;
    color: #FFF;
    font-size: 15px;
    width: 20px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    margin-top: -25px;

}
.owl-carousel .owl-nav .owl-next { right:-10px; }
.owl-carousel .owl-nav .owl-prev { left: -10px;}

.owl-carousel .owl-dots { text-align: center;}
.owl-carousel .owl-dot {
  
    display: inline-block;
    margin-right:5px;
}
.owl-carousel .owl-dot.active {
     
}
.owl-carousel .owl-dot span {
    width:15px;
    height: 15px;
    display:inline-block;
    background:#026a41;
    border-radius: 20px;
}
.owl-carousel .owl-dot.active span {
    background:#ffb700;
    /*border:4px solid #ffb700;*/
}
/* ================================= 
* section form submit
* ===================================
 */

 section.form-submit {

    height: 450px;
    background-image:url(../images/section-form.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: right center;
    overflow: inherit !important;
 }

 .form-landing.vbf {
    margin-top: -120px;
    background: #927e73;
    position: absolute;
    width: 100%;
    padding: 50px 20px;
    border: 0px;
    max-width:580px;
    
    border-radius: 30px;
}
 
.form-landing.vbf .form-control {
    float:left;
    
}


#testimonials {
    padding-top:80px;
}



/* ================================= 
* home blog
* ===================================
 */

 section.bg-glay {
     background:#e1dfd2;
 }



 /**==============================
 * testimonial
 *=============================*/

 #testimonials .item {
     margin-top:0px;
 }
 #testimonials .item img {
     max-width: 100%;
     border-radius: 0px;
 }
 
.testimonial-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .testimonial-one__shape-1>img {
    width: auto !important;
    mix-blend-mode: luminosity;
    border-top-right-radius: 20px;
    opacity: .20;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .testimonial-one__single:hover .testimonial-one__shape-1>img {
    mix-blend-mode: normal;
    opacity: 1;
  }
  
  .testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 5px;
    margin-bottom: 26px;
  }
  
  .testimonial-one__client-img-box {
    position: relative;
    display: block;
    width: 100%;
    max-width: 115px;
    z-index: 1;
  }
  
  .testimonial-one__client-img-box:before {
    position: absolute;
    content: "";
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background-image: -moz-linear-gradient(-29deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
    background-image: -webkit-linear-gradient(-29deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
    background-image: -ms-linear-gradient(-29deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);
    border-top-left-radius: 45px;
    z-index: -1;
  }
  
  .testimonial-one__client-img-box>img {
    width: 100% !important;
    border-top-left-radius: 45px;
    border: 6px solid var(--insur-white);
  }
  
  .testimonial-one__quote {
    position: absolute;
    top: -28px;
    right: -33px;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  


  /*
  VIDEO
  */

  .video-item {
      
      position: relative;
      margin: 10px 0;
      border: 10px solid #FFF;
  }
  .video-item img {
      width:100%;
  }

  .video-item .popup-vimeo {

        position: absolute;
        display: block;
        top:0px;
        bottom:0px;
        left:0px;
        right:0px;
        z-index:1;
        text-align: center;
       
        font-size: 30px;
        color: #FFF;
        
  }

  .video-item .popup-vimeo i {
        border: 5px solid #FFF;
        height: 60px;
        width: 60px;
        line-height: 50px;
        border-radius: 50%;
        position: absolute;
        margin-left: -30px;
        margin-top: -30px;
        top: 50%;
  }

  .video-item .popup-vimeo i:after {
    position: absolute;
    content: '';
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.3;
    border-radius: 200px;
}

.video-item .popup-vimeo i:hover {
     opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.video-item .popup-vimeo i:hover:after {
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    -webkit-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
    opacity: 0;
    background: white;
}

/* ================================= 
* footer
* ===================================
 */
.section-footer {
    background-image:url("../images/footer-city.png");
    background-position:left bottom;
    background-repeat: repeat-x;
    background-color: #e9eef3;
}
footer {
    border-top: 1px solid #005936;
    background-color: #005433;
    color: #ffffff;
    font-family: Prompt;
    margin: 50px auto;
    max-width: 1270px;
}
footer a {
    color: #e7e0de;
}
footer .about p {
   
    color: #e7e0de;
    font-family: 'Prompt';
}
footer .widget a {
    color: #FFF;
}
footer .widget a:hover{
    color:#ffb700;
}
footer .widget h5 {
    color: #FFF ;
    font-family: "Prompt";
}

footer .logo {
    max-width: 450px;
}

footer .inner {
    border-bottom: 1px solid #014028;
}
footer .subfooter {
    
    border-top: 1px solid #026a41;
    background: #005433;

}

footer .copyrights {
    line-height: 3em;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}


footer .social-icon {
    padding-top:15px;
    display: inline-block;
}
footer .social-icon i {
    font-size: 20px;
    background: #ffffff;
    border-radius: 100%;
    color: #005433;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}


footer  a.about-phone {
    font-size: 3.2rem !important;
    color: #FFF !important;
    float: right;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    margin-left: 15px;
}
    
.footer-top {
    background-image: url(../images/footer-02-bg.png);
    background-position: center bottom;
    background-size:cover;
    min-height: 150px;
    background-repeat: no-repeat;
    background-color:#e1dfd2;
}




.site-map-inner {

    border: 1px solid #004127;
    background-color: #005433;
    color: #ffffff;
    font-family: Prompt;
    
    min-height: 350px;
    padding:50px 50px;

}

.site-map-inner .h-topic {
    margin-top:20px;
}

.site-map-inner ul {
    padding:0px;
    margin:0px;
}
.site-map-inner ul li {
    list-style: none;
    


}
.site-map-inner ul li a {
    color:#FFF;
    padding:2px 0px;
    font-size:13px;
}
.site-map-inner ul li a:hover{
    color:#ffb700;
}

#back_to_top{
    
    background: #005936;
    border: 1px solid rgb(255 255 255 / 24%);
    z-index:15;
}
#back_to_top:hover, #back_to_top:focus {
    background: #4caf50;
    box-shadow: 0 5px 10px 0 rgb(35 50 56 / 10%);
}




/***
* HOMEPAGE
*/

.desktop-screen {
    position: relative;
}

.ib-absolute-content {

    position:absolute;
    top:0;
    left:0;
    width:100%;
    bottom:0px;

}

.alink {
    float:right;
    width:75%;
}

.alink:hover{
    opacity: 0.8;
}






.house-group {
    /*background: rgb(255 255 255 / 95%);*/
    background: rgb(234,239,243);
    background: linear-gradient(0deg, rgba(234,239,243,1) 0%, rgba(207,224,240,1) 33%, rgba(207,224,240,1) 84%, rgba(234,239,243,1) 100%);
}
.house-group h1 {
    text-align: center;
    font-family: prompt;
    color:#005a36;

}
.house-group h2 {
    text-align: center;
    font-family: prompt;
    letter-spacing: -2px;
    margin-bottom:25px;
    color:#005a36;
}

.house-group .container {
   
    padding:0px;
}

.house-group .container .col-md-3 ,
.house-group .container .col-md-4 ,
.house-group .container .col-lg-3 , 
.house-item {
    margin:0px;
    padding:0px 8px 0 0px;
}




/**
* VIDEO
*/
a.btn-video-popuup  {
    position: relative;
}
a.btn-video-popuup:after {
    position: absolute;
    content: '';
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.3;
    border-radius: 200px;
}

a.btn-video-popuup:hover {
     opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

a.btn-video-popuupa:hover:after {
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    -webkit-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
    opacity: 0;
    background: white;
}


/**
* FORM CONTACT
**/



.contact-personal-form {
    padding: 20px;
    background: rgb(255 255 255 / 89%);
    border-radius: 20px;
    color: #004429;
    margin-top: 20px;
    padding-bottom:50px;
    position:relative;
}
.contact-personal-form.submit-loading::after {
    content: 'L O A D I N G . .' ;
    padding-top:1000px;
    font-size:20px;
    text-align: center;;
    color:#000;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(255, 255, 255, 0.61);
    
}
.contact-personal-form .frm-title {
    font-size:1.5em;
    color:#004429;
    text-align: center;
}

.contact-personal-form .frm-title i {
    font-size: 1.8em;
    margin-right: 10px;
    position: relative;
    bottom: -5px;
}

.contact-personal-form input , .contact-personal-form select {

    padding: 10px 15px 10px 45px;
    font-size: 18px;
    border-radius: 60px;
    background: #FFF;
    border: 2px solid #009056;
    margin: 10px auto;
    min-height: 30px;
    text-align: center;
    color: #005a36;
    
    max-width: 450px;
    width:100%;
    letter-spacing: -0.5px;

}

input.check-mark:-webkit-autofill,
input.check-mark:-webkit-autofill:hover, 
input.check-mark:-webkit-autofill:focus, 
input.check-mark:-webkit-autofill:active,
input.check-mark:-webkit-autofill,
input.check-mark:-webkit-autofill:focus ,
input.check-mark:-internal-autofill-selected , 
.contact-personal-form input.check-mark ,.contact-personal-form select.check-mark {
    background-image:url("../images/icon-check-mark.png") !important;
    background-position:10px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: #005a36 !important;
    background-color:#FFF !important;
}

.contact-personal-form label.check-mark::before  {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    /* right: 0; */
    /* bottom: 0; */
    top: 50%;
    margin-top: -15px;
    background-image: url(../images/icon-check-mark.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: #005a36 !important;
    
}

.contact-personal-form label.check-error::before {
    
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    /* right: 0; */
    /* bottom: 0; */
    top: 50%;
    margin-top: -15px;

    background-image:url("../images/icon-check-error.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:30px;
}


    


.msg-filter-error {
    display: inline-block;
    background: #DD0000;
    text-align: center;
    font-size: 13px;
    font-family: tahoma;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 5px;
    width:80%;
}
.contact-personal-form input[type=number]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-personal-form select {
    padding: 10px 40px 10px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;

    
}




.contact-personal-form label.form_select , .contact-personal-form label{
    position: relative;
    display: inline-block;
    width:100%;
    max-width: 450px;
    margin:0 auto;
}

.contact-personal-form label.col-50 {
    float:left;
    width:50%;
}
option:disabled{
    color:#000;
}
.contact-personal-form label.form_select:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #008c54 ;
    

    right: 11px;
    /*Adjust for position however you want*/
    
    top: 25px;
    padding: 0 0 2px;
    
    /*left line */
    
    position: absolute;
    pointer-events: none;
  }
  
  .ib-form.inp-otherx {
    
    border-right:0px;
    border-top:0px;
    border-radius: 0px;

   
    background-color: rgb(255 255 255 / 0%) !important;
}
.ib-form.inp-otherx.check-error , 
.ib-form.inp-otherx.check-mark {
    background-color: rgb(255 255 255 / 0%) !important;
}

label.inp-sub {
    padding-left:30px;
}
label.inp-sub::before{

    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 40px;
    /* right: 0; */
    /* bottom: 0; */
    top: 50%;
    margin-top: -15px;

    background-image:url("../images/icon-next.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size:30px;

}

label.inp-sub.check-error::before ,
label.inp-sub.check-mark::before {
    left:40px
}


.contact-personal-form button[type=submit] {
    font-size: 20px;
    background: #005a36;
    border-radius: 40px;
    border: 0px;
    color: #FFF;
    letter-spacing: -1px;
    padding: 10px 35px;
    max-width:250px;
    margin:0px auto;
     
}

.contact-personal-form .form-group {
    text-align: center;
}
select.placeholder  {
    color: #CCC;
}
select option[disabled] {
    color:#CCC;
}

.contact-personal-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCC !important;
    opacity: 1; /* Firefox */
  }
  
  .contact-personal-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCC !important;
  }
  
  .contact-personal-form  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCC !important;
  }

  .callback-form-success i {
    font-size: 50px;
    background: #FFF;
    border-radius: 60px;
    width: 100px;
    height: 100px;
    color: #108959;
    line-height: 100px;
    margin-bottom: 15px;
}

  /***/

  .mobile-about-us {
    position: relative;
  }




  /***/

  .text-indent {
    text-indent: -10000px;
    position: absolute;
    top: 0;
}





#faq {
   
    
    
    margin:50px auto;
    border-radius: 10px;
}

#faq h3{
    text-align: center;
    margin-bottom:10px;
    color:#FFF;
}

#faq .faq-content {
    background-color: #FFF;
    
    color:#222;
    font-size:18px;
    border-radius: 10px;
}

.question {
    font-size: 22px;
    color: #000;
    
    letter-spacing: -1px;
    cursor: pointer;
}
.faq-item {
    border-bottom:1px solid #DDD;
    padding:20px 20px;
}
.answer {
    font-size:16px;
    margin-top: 15px;

}
.container.w-1200 {
    max-width: 1200px;;
}



/**loan */

.head-loan { text-align: center; font-size:25px; color:#000; font-weight: bold;  letter-spacing: -1px; margin-bottom:10px;}
.mortgagefaq-title {
    font-size:20px;
    color:#FFF;
    background:#005f39;
    padding:10px 15px;
    text-align: center;
    margin-bottom:30px;
    
}
.frame-Loan {
    background-color: #FFF;
    border: 1px solid #004429;
    border-radius: 10px;
    overflow: hidden;
    max-width:800px;
    margin:0 auto;
    padding-bottom:50px;
    color:#000;
    font-size:18px;
    position:relative;

}

.frame-Loan .form-group { max-width:250px; margin:0 auto ;}
.frame-Loan label {
    display:block;
    margin-top:20px;
    margin-bottom:10px;
}
.frame-Loan input , .frame-Loan select {
    color:#000;
    font-size:16px;
    background:    #e9eff5 ; 
}
.form-btn-reset{
    max-width:250px; margin:0 auto;
    text-align: center;
}

.result-loan-title {
    font-size:22px;
    font-weight: bold;
    margin-bottom:20px;
    margin-top:25px;
} 

.loan-amoun {
    font-size:30px;
    font-weight: bold;

}
.result-loan {

    max-width:250px; 
    margin:0 auto;
    text-align: center;
    

    
}

.frm-cus-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 97%);
    z-index: 10;

}

.frm-cus-info #frmCusinfo{

    max-width: 450px;
    margin:30px auto;

}

.mb-2 {
    margin-bottom:10px;
}

.blurry-text {
    color: transparent;
    text-shadow: 0 0 15px rgb(0 0 0 / 86%);
 }

 .titll-hili {
    display: none;
 }



 

  .mfp-close-btn-in .mfp-close {

    top: -50px;
    color: #ffffff;
    right: -20px;


  }

  .ajax-text-and-image {
    margin: 10px auto ;
  }
  @media only screen and (max-width: 480px) { 

    .mfp-close-btn-in .mfp-close {
        top:0px;
        right:0px;
    }
  }

  .ajax-text-and-image {

    position: relative;

  }


.alert-success {

    background: #199b67;
    padding: 15px;
    border: 1px solid #ffffff;
    color: #FFF;
    border-radius: 5px;

}


.page_title:after {

    background-color: rgb(255 193 4 / 90%);
    background: linear-gradient(0deg, rgba(255,193,4,0.8) 0%, rgba(255,193,4,0.5999649859943977) 31%, rgba(255, 192, 4, 0.0) 52%, rgba(255,193,4,0) 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}


#search-share-button {
    position: relative;
    z-index:1;
}

#search-share-button  .social_media a {
    background: #ffffffab;
    border: 2px solid #ffffff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 1px;
    line-height: 60px;
    margin: 4px;
    text-align: center;
    font-size: 30px;

    border-radius: 30px;
}
#search-share-button .social_media a:hover{
    background:#005a36;
    color:#FFF;
    border-color:#ffc104 ;
}

#search-share-button  .social_media a.line {

    font-size: 38px;
    line-height: 60px;

} 

.social_media a {
    
    border-radius: 30px;
}


.social_media a {
    background: #c9c9c9;
    border: 0px solid #7399a5;
  
    border-radius: 100%;
    color: #FFF !important;
}

.room_services {
    border-top: 0 solid #DDD;
    background: #FFF;
    border-radius: 60px;
    color: #000;
    font-size: 11px;
    letter-spacing: -0.5px;
}