/* For mobile phones: */


/*=========================== MOBILE VIEWPORT================================== */


/* FOR LOADMORE */

/* .mt_60 {
    margin-top: 0px !important;
  } */


.ttm-right-span > .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: 0px;
    right: 0;
  } 

.ft{
  margin-top:27px;
}
.ttm-row {
  padding-top: 0px !important;
}

.headt{
  font-size: 40px; 
  line-height: normal;
}
/*End DISPLAY PAGE START*/


/*=========================== DESCTOP VIEWPORT================================== */


/*=========================== DESCTOP VIEWPORT================================== */

@media only screen and (min-width: 768px) {
    /* For desktop: */
    /* .mt_60 {
        margin-top: -60px !important;
      } */

      .ttm-right-span > .ttm-col-wrapper-bg-layer {
        width: auto;
        margin-right: -100px;
        right: 0;
      } 

      .ft{
        margin-top:90px;
      }

      .ttm-row {
        padding: 50px 0 !important;
      }

      .headt{
        font-size: 40px; 
        line-height: normal;
      }
     
    
}