/* Show dropdown on hover (Desktop only) */
@media (min-width: 992px) {
   
}




@media (min-width:1200px) and (max-width:1399px) { 

.t-cl-3{ border-top: none;}
.section-title{ font-size: 34px;}

}


@media (min-width:992px) and (max-width:1199px) { 


.o-team::before{ left: -700px;}
.section-box{ padding-left: 0px !important; padding-right: 0px !important;}
.footer-bar{ font-size: 15px;}

}

@media (min-width:768px) and (max-width:991px) { 

.t-cl-3{ border-top: none;}
.o-team::before{ left: -700px;}
.section-box{ padding-left: 0px !important; padding-right: 0px !important;}
.footer-bar{ font-size: 15px;}

}



@media (max-width:767px) {
  .hero{background: url("../images/dpl-landing-page2.png") center/cover no-repeat; min-height: 375px;}
    .t-cl-2, .t-cl-3{ border-top: none;}
.o-team::before{ left: -700px;}

.footer-bar{ font-size: 15px; text-align: center;}
.footer-bar .container{max-width: 270px;}
.footer-bar .fw-medium{display: block;text-align: center;}
.footer-bar a{color: #fff;  text-decoration: none;  max-width: 182px;  display: inline-block;}
.footer-bar span.mx-2{visibility: hidden;   display: block;}
.hero-overlay-box { padding: 20px;
    
  }
  .section-box {
    padding: 40px 0px !important;
  } 

  .hero-overlay-box{ text-align: center;min-height: 250px;max-width: 100%;background: rgb(0, 0, 0);} 
  .hero-overlay-box h1{ font-size: 36px; line-height: 39px;} 
  .hero-overlay-box img{ margin-bottom: 12px;} 
  .phone-badge{ min-height: 50px; font-size: 14px;} 
  .section-title{ font-size: 28px;}
  .hero-overlay-box img{max-width: 198px;}

}


