@charset "utf-8";

/* CSS Document */
/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 992px) and (max-width: 1200px) {  


}

/* width: 991px; */

@media screen and (max-width: 61.938em) {
.inner-free-consultation .free-consultation-pane h3{ margin-bottom:30px;}
.top-header{ display:none;}
.formsection{ display:none;}
.about-us-second-section .about-content-pane .img-section{ width:100%;}
.about-us-second-section .about-content-pane .content-section{ width:100%;}
.offering-pane .main-title h5{ text-align:center; color:#FFFFFF; text-transform:uppercase; font-size:12px; font-weight:400;}
.main-title-wht-green h2{ font-size:28px; font-weight:bold; color:#FFFFFF; margin-bottom:10px; text-transform:capitalize;}
.main-title-wht-green p{ font-size:13px; font-weight:600; color:#000000; margin-bottom:10px; text-transform: uppercase;}
.main-title-blk-green h2{ font-size:28px; font-weight:bold; color:#000000; margin-bottom:10px; text-transform:capitalize;}
.main-title-blk-green p{ font-size:13px; font-weight:600; color:#000000; margin-bottom:10px; text-transform: uppercase;}
.main-title-blk h2{ font-size:28px; font-weight:bold; color:#000000; margin-bottom:10px; text-transform:capitalize;}
.main-title-blk p{ font-size:13px; font-weight:600; color:#000000; margin-bottom:10px; text-transform: uppercase;}
.inner-free-consultation .free-consultation-pane .media{ display:block;}
.inner-free-consultation .free-consultation-pane .media-body{ margin-left:0px; float:none; text-align:left; margin-top:20px;}
.mob-banner{width:100%; float:left; position:relative; background:#FFFFFF; display:block;}
.desktop-banner{width:100%; float:left; position:relative; background:#FFFFFF; display:none;}


}

/*============	Media 768Px Start ============ */

@media (min-width: 768px) and (max-width: 991px) {



}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 320px) and (max-width: 768px) {



}

@media (min-width: 768px) {



}



/*============ Media 300Px Star ============ */

@media (max-width: 480px) {



}

/*============ Media 320Px Start ============ */

@media (max-width: 320px) {

}