﻿@media screen and (max-width: 1025px) and (min-width: 768px){
    .banner_section .row.vertical_align{min-height:0px;}
    .banner_section{min-height: 485px;}
}
@media screen and (max-width:767px)
 {
  .mt-sm-0{margin-top: 0 !important;}
  .future_box{min-height:279px;}
  .text-sm-center{text-align:center;}
  .lft_shape:after{left: 50%;}
  .d-sm-flex{display:flex;}
  .justify-content-sm-center{justify-content:center;}
   .border-bottom-gray{border-bottom:1px solid #000;}
   .py-13px{padding-top:13px; padding-bottom:13px;}
   .border-right{border-right:none !important;}
   .border-left{border-left:none !important;}
   }
}
@media screen and (min-width:767px)
 {
    .d-md-block{display: block !important;}
    .pt-md-0{padding-top: 0!important;}
     .future_box_centre {border-radius: 5px;box-shadow: 0px 0px 30px rgba(0,0,0,0.2);z-index: 9;padding: 60px 20px 75px;margin-top: -30px;}
     .future_box{
    box-shadow: 0 2px 10px 0 rgb(138 168 230 / 20%);}
}
@media screen and (min-width:1025px)
 {
    .break-1025{display: block !important;}
}
