/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }


    .property-detail-feature-list .list1 li{
        display: inline-block;
        min-width: 170px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .property-detail-feature-list .list2 li{
        display: inline-block;
        min-width: 86px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .ltn__product-item-4 .product-img-location-gallery{
        padding: 0px 5px;

    }
    .ltn__product-item-4 .product-img a{
        font-size: 12px;
    }
    .ltn__product-item-4 .product-info{
        padding: 5px
    }
    .ltn__product-item-4 .product-info h3{
        margin-bottom: 0px;
    }
    .ltn__product-item-4 .product-info h3 a{
       font-size: 13px;
    } 
    .col-md-3{
        padding: 5px;
    }
    .ltn__product-item{
        margin-bottom: 3px;
    }
    
    .completed-section{
        padding: 3px;
        padding-top: 35px;
    }

    .pt-115 {
    padding-top: 52px;
}
    .completedBox .product-img-location{
        font-size: 10px;
    }
    .completedBox .product-img-gallery{
        font-size: 10px;
    }


/*  COLOUMNS XS  */

    .col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
  padding: 0px;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
  padding: 0px;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

.row{
    padding: 0px !important;
    margin: 0;
}

















}


