
/* For Desktop View */
@media screen and (min-width: 1200px) {

.h3, h3 {
    font-size: 1.55rem;
 }
 .content_pages .inner-page .container, .page-template-default .inner-page .container{
    width: 1170px;
}

}

@media (min-width: 992px){

}

@media (min-width: 600px){
/*  .navbar.scrolling-navbar {
 
    -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
  .navbar.scrolling-navbar  .navbar-brand img{
  
    -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
#headernew.whitev{
  transform: translateY(0);
}*/
}

@media (min-width: 992px){
/*  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
     flex-grow: inherit;
}*/
}
 
/* For Tablet View */
@media screen and (min-device-width: 768px)
and (max-device-width: 1024px) {

  .property_detail #stickyBlockStartPoint {
    top: 0px;
        margin-bottom: 40px;
    margin-top: 30px;
}
  #latest-property .propitem .img-fluid{
        min-height: 250px;
  }
   .inner-page-header-title {
    margin-top: 98px;
}
}

/* Height for devices larger than 576px */
@media (min-width: 992px) {
  #introCarousel {
    margin-top: -6px;
   
  }
  #introCarousel, .carousel-inner, .carousel-item, .carousel-item.active {
    height: 109vh;
  }

}

@media screen and (max-width: 768px) {
  .featured_info li{
  width: 100%;
      float: none;
}
  .property_detail #stickyBlockStartPoint {
    top: 0px;
    margin-bottom: 40px;
  }

  .showslider  .slick-initialized .slick-slide img {
    margin: 0px;
    max-height: 263px;
       min-height: auto;
}

  .inner-page-header-title{
    margin-top: 98px;
}
  h1{
        font-size: 2em;
  }
  .inner-page .container .col-lg-12{
    padding-top: 20px;
  }
  #stickyBlockStartPoint button.btn-primary, .needs-validation .btn-success{
        font-size: 1.3rem;
  }
  .mb-5 {
    margin-bottom: 1rem!important;
  }

}

 
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
and (orientation: portrait) {
 
}
 
/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
and (orientation: landscape) {
 
}
 
/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
  #worth_wapper a, #worth_wapper button {
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
    width: 90%;
}
  .inner-page-header-title{
    margin-top: 79px;
}
  section{
        padding: 30px 5px;
  }

  .slideshow .btn-group-lg>[class*=btn-outline-].btn, .slideshow [class*=btn-outline-].btn-lg{
      padding: 0.325rem 1.2625rem 0.2625rem;
      font-size: .575rem;
  }

  #worth_wapper h3 a {
    font-size: 1rem;
 
    margin-top: 10px;
    display: block;
}


  .welcome_text{
    font-size:1.5em; letter-spacing:5px;
  }
  h1.mb-3{
    font-size:1.2em !important;
  }
  h1.mb-3 span{
    font-size:1.5em !important;
  }
  h1.mb-3 span.welcome_text{
    font-size: 1.8em!important;
  }
  section#contact .col-md-6, #footer .col-lg-3{
    margin-top: 30px;
  }
  .social_icons{
    display: block;
  }
  .social_icons li, .social_icons li a{
    display: inline-block;
    
    padding-left: 0px !important;
  }
  .social_icons li a{
    margin:0 10px;
  }
  .show_in_desktop {
  display: none;
}

.show_in_mobile {
  display: block;
}
#footer .footer-top{
       padding: 5px 15px 20px 15px;
}
#valutionModal .modal-content img{
  max-width: 328px;
}
.search_form .col-auto{
      width: 50%;
}
.search_form .needs-validation .btn-success {
    font-size: 11px;
  }
}
 
/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
  
}
 
/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
 
}
 
/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px)
and (-webkit-min-device-pixel-ratio: 3) {
  
}