@media screen and (max-width: 768px){
    .logo-mobile{
        display: inline-block;
    }
    .logo-main{
        display: none;
    }
    .logo-color{
        display: none;
    }
    #header.header-scrolled  .logo-main{
        display: none;
    }
    #header.header-scrolled  .logo-color{
        display: none;
    }

    .header-content .logo-main{
        display: none;
    }
    .header-content .logo-color{
        display: none;
    }
    .header-content .logo-mobile{
        display: inline-block;
    }

    .partnership img{
        max-width: 80%;
        display:inline-block;
    }

    #hero-banner{
        margin-top: 45px;
    }
    section {
        padding: 30px 0;
    }
    #header {
        /* background: linear-gradient(180deg, rgba(71,44,14,0.9) 0%, rgba(71,44,14,0.9) 100%); */
        background-color: rgba(71,44,14,1) ;
    }
    #header.header-scrolled {
        padding: 6px 0;
        background-color: rgba(71,44,14,1) ;
    }
    .text-mobile-center{
        text-align: center!important;
    }
    .navbar .active, .navbar .active:focus {
        color: #d3b076;
        border-bottom: 0px;
    }
    .form-top-margin {
        margin-top: 1.5em;
    }
    form.register_form{
       margin-top: 45px; 
    }
    .kin-video{
        padding: 0px;
    }
    #information .col-4{
        width: 40%!important;
        font-size: 13px;
    }
    #information .col-8{
        width: 50%!important;
        font-size: 13px;
    }
    .plan-detail{
        padding: 10px 15px;
    }
    .plan-topic{
        padding: 10px!important;
    }
    #footer-map{
        margin-top: 25px;
    }
    .footer-des{
        text-align: left;
    }
    ul.thumb-nav li a {
        max-height: 55px!important;
    }
    #hero-banner-mobile{
        display:block!important;
        margin-top: 58px;
    }
    #hero-banner{
        display:none!important;
    }
    .desktop-only{
        display:none!important;
    }
    /* #header .d-flex {
        display: block!important;
    }
    #header h1 {
       text-align: center;
    } */
    .navbar{
        display: block;
    }
    .mobile-only{
        display: block!important;
    }
    .mobile-call{
        display: block!important;
        font-size: 20px!important;
        color: #FFF!important;
        font-weight: 800;
    }
    .navbar a.mobile-call{
        padding: 5px!important;
    }
    .mobile-th{
        color: #FFF!important;
        font-size: 12px;
    }
    .mobile-language{
        display: inline-block!important;
        font-size: 12px!important;
    }
    .navbar a {
        height: 55px!important;
    }
    .nav-item{
        width: 30%!important;
    }
    .idea-text{
        padding: 10px;
    }
    .idea-container{
        margin: 5px!important;
    }
    .information{
        padding: 0px 0px 10px;
    }
    .information-container{
        margin: 5px!important;
    }
    .info-detail{
        padding-top: 0px;
    }
    .info-detail .col-3{
        width: 40%;
    }
    .info-detail .col-9{
        width: 60%;
    }
    .plan-detail .col-md-4{
        width: 50%
    }
    .footer-text .col-md-1{
        width: 20%;
    }
    .footer-text .col-md-8{
        width: 80%;
    }
    .copyright-bar{
        padding: 10px 0px;
    }
    .copyright-bar .col-md-6{
        width: 50%;
    }
    .copyright-text{
        display: none;
    }
    .border-top{
        /* width: 90%; */
    }
    .navbar-mobile ul li:not(:last-child){

        border-bottom: 1px solid #e4e4e4;
    }
    .footer-info-left{
        margin-top:0px;
        margin-bottom: 25px;
    }
    .feature-box {
        padding: 15px 0px;
    }
    #concept {
        padding: 0px!important;
    }
    .concept_detail{
        margin-top: 0px!important;
    }
    .concept_container {

        background-size: 90%!important;
        background-position: top center!important;
        min-height: 50px!important;
        
    }
    .concept_container .con_img_mobile{
        height: 220px;
    }
    .house-type-btn {
        font-size: 12px;
    }
    .head_topic{
        margin-top: 0px!important;
    }
    #gallery .g-5{
        --bs-gutter-y: 1rem!important;
        --bs-gutter-x: 1rem!important;
    }
    .blog-detail {
        padding: 20px 20px!important;
    }
    #blog{
        padding: 0px!important;
    }
    .blog-header {
        height: 200px!important;
    }
    .blog-header h2 {
        margin-top: 90px!important;
    }

}

@media screen and (max-width: 1400px){
    ul.thumb-nav li a{
        max-height: 55px!important;
    }
}

@media screen and (min-width: 768px){
    .gslide-image{
        padding: 80px;
    }
    
}
@media screen and (max-width: 376px){
    ul.thumb-nav li a {
        max-height: 45px!important;
    }
}

.mobile-only{
    display: none;
}

/* .navbar-mobile ul {
    background-color: #be4041!important;
}
.navbar-mobile a, .navbar-mobile a:focus {
    color: #FFF;
}
.navbar-mobile ul {
    background-color: #be4041!important;
}
.navbar-mobile ul a:hover {
    color: rgb(241, 241, 241);
} */

/* .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #000;
} */
.navbar-mobile {
    /* position: fixed; */
    /* overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999; */
    transition: 0.3s;
    overflow: hidden;

  }
  .mobile-nav-toggle {
    /* background-color: #B68356; */
    color: #FFF;
    border-radius: 2px;
    padding: 3px;
  }

  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #FFF;
  }
  
  .navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.9); */
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 0px;
  left: 0px;
  padding: 10px 0;
  background-color: #B68356;
  overflow-y: auto;
  transition: 0.3s;
  padding: 0px 20px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #FFF;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #60442c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #60442c;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}