
/* Normal desktop :992px. */

@media only screen and (max-width:1199px) {
}
/****************************************************************************************
@
@	Tablet Styles
@
****************************************************************************************/
/* Tablet desktop :768px. */

@media only screen and (max-width:991px) {
}

@media only screen and (min-width : 768px) and (max-width : 1024px) { /* viewport 768*1024 iPad(all) */
    .mobile{
        display: block;
    }
    .bannerSec .headerSec .getAquote{
        display: none;
    }
    .bannerSec .headerSec .mobile .getAquote {
        display: block;
        border-radius: 7px;
        padding: 5px 10px;
        font-size: 10px;
    }
    .bannerSec .headerSec .nav-item .nav-link {
        border-radius: 12px !important;
        padding: 10px 13px !important;
        text-align: center !important;
    }
    .bannerSec .headerSec .nav-item {
        margin-right: 4px;
    }
    .bannerSec .textSec {
        position: absolute;
        top: 238px;
        transform: translateY(-50%);
        z-index: 3;
        width: 100%;
        color: #fff;
    }
    .bannerSec .textSec h1 {
        font-size: 24px;
    }
    .bannerSec.innerBanner h1 {
        bottom: 30px;
        font-size: 40px;
        left: 50%;
    }
    .bannerSec.innerBanner {
        position: relative;
        height: 206px;
        background-size: cover!important;
    }
   
    .footerSec .adressFtr {
        margin-top: 43px;
    }
    .footerSec .adressFtr .adrsTxt {
        width: 100%;
        display: inline-block;
        float: right;
        z-index: 1;
        position: relative;
        margin-top: 33px;
        padding-left: 0;
        text-align: center;
        padding: 10px;
    }
    .footerSec .mdlSec .cpyRhtSec {
        position: relative;
        bottom: 0;
        text-align: center;
        width: 100%;
        top: 40%;
    }
    .footerSec .right h2 {
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 10px;
    }
    .accredited .left {
        background-repeat: no-repeat;
        padding: 40px 15px;
        text-align: center;
    }
    .service .bx {
        width: auto;
    }
    .service .bx h3 {
        font-size: 26px;
        position: absolute;
        bottom: 41px;
        right: 15px;
    }
    .service h2 {
        font-size: 60px;
        margin-top: 0;
        padding-bottom: 20px;
    }
    .needHlp .lftTxt {
        position: relative;
        z-index: 4;
        font-size: 18px;
    }
    .needHlp .phn {
        position: relative;
        display: inline-block;
        font-size: 24px;
        width: 63%;
    }
    button.navbar-toggler {
        background: #b89112;
    }
    .bannerSec .headerSec a {
        font-size: 11px;
    }
    .accredited ul li {
        display: block;
        margin-right: 0;
        padding-top: 30px;
        text-align: center;
    }
    .accredited ul {
        padding-left: 0;
        margin: 24px 0;
    }

     .bannerSec .bannerScl {
       display:none;
    }
    .needHlp .needhlpImg {
        position: relative;
        top: 0;
        z-index: 1;
    }
    .needHlp {
        background: #171819;
        color: #fff;
        padding-top: 70px;
        height: 289px;
    }
}
@media only screen and (min-width :1020px) and (max-width : 1026px) {

}
@media only screen and (min-width : 799px) and (max-width : 1279px) { /* viewport 800*1280 Galaxy Tab(1/2 10.1) and Kindle Fire HD 8.9" */
}

@media only screen and (min-width : 600px) and (max-width : 966px) { /* viewport 603*966 Nexus 7 */
}

@media only screen and (min-width : 600px) and (max-width : 1020px) { /* viewport 600*1024 Kindle Fire */
}

@media only screen and (min-width : 533px) and (max-width : 853px) { /* viewport 533*853 Kindle Fire HD 7" */
}

/****************************************************************************************
@
@	Mobile Styles
@
****************************************************************************************/
@media only screen and (max-width :767px){ 
    .bannerSec .headerSec .mobile .getAquote {
        display: block !important;
    }
   /* .getAquote{
        display: none !important;
    }*/
    .navbar-brand {
        width: 100px;
    }
    .mobile{
        display: block;
    }
    
    .contact .right {
        padding-top: 4px;
    }
    .bannerSec.innerBanner h1 {
        bottom: 15px;
        font-size: 34px;
        text-transform: capitalize;
    }
    .bannerSec.innerBanner {
    position: relative;
    height: 252px;
}
	.bannerSec {
        background: #131313;
    }
    .bannerSec .logo {
        width: 120px;
    }
    .bannerSec .headerSec {
        position: relative;
        width: 100%;
        top: 0;
        z-index: 2;
        background: #131313;
    }
    .navbar-toggler {
        background: #b89112;
    }
    .bannerSec .textSec {
        position: relative;
        top: 0;
        transform: translateY(-0%);
        z-index: 3;
        width: 100%;
        color: #fff;
        background: #000;
    }
    .bannerSec .textSec h1 {
        font-size: 20px;
        font-weight: 600;
    }
    .bannerSec .bannerScl {
       display:none;
    }
    .bannerSec .bannerScl li:first-child {
        margin-left: 0;
    }
    .bannerSec .bannerScl li {
        display: inline-block;
        margin-left: 0;
    }
    .bannerSec .bannerScl a {
        font-size: 12px;
    }
    .needHlp {
        background: #000000;
        color: #fff;
        padding-top: 18px;
        height: auto;
        text-align: center;
    }
    .needHlp .lftTxt {
        position: relative;
        font-size: 20px;
    }
    .needHlp .needhlpImg {
        position: relative;
        top: 0;
        z-index: 1;
        margin-bottom: 15px;
    }
    .needHlp .phn {
        position: relative;
        display: inline-block;
        z-index: 2;
        font-size: 38px;
        text-align: center;
        width: 100%;
    }
    .needHlp .phn a{
        font-size: 20px;
    }
   
        .needHlp .phn:after {
        content: '';
    background: url(../images/phone.png);
    position: absolute;
    top: -55px;
    left: -1px;
    /* width: 170px; */
    height: 115px;
    display: block;
    z-index: -1;
    background-size: 100px;
    background-repeat: no-repeat;
       
    }
        
       
    }
    .service {
        padding-bottom: 30px;
        padding-top: 50px;
    }
    .service h2 {
        font-size: 44px;
        margin-top: 0;
        padding-bottom: 10px;
    }
    .readMore {
        margin-bottom: 15px;
    }
    .service p {
        padding-right: 0;
        padding-bottom: 10px;
    }
    .service .bx {
        width: auto;
    }
    .service .bx h3 {
        font-size: 30px;
        right: 5px;
        color: #000;
    }
    .accredited {
        position: relative;
        min-height: auto;
        text-align: center;
    }
    
    .footerSec .right h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }
}
.footerSec .mdlSec .cpyRhtSec {
        position: relative;
        bottom: -238px;
        text-align: center;
        width: 100%;
    }
@media only screen and (min-width : 320px) and (max-width : 768px) { /* viewport 320*760px all phone */

.footerSec .mdlSec .cpyRhtSec {
        position: relative;
        bottom: -60px;
        text-align: center;
        width: 100%;
    }
    .bn-img{
    background-color: rgb(184 145 18 / 58%); 
    height: 350px;
    }
}



@media only screen and (min-width : 320px) and (max-width : 480px) { /* viewport 320*480px iPhone 4 */
}

@media only screen and (min-width : 320px) and (max-width : 568px) { /* viewport 320*568px iPhone 5 */
}

@media only screen and (min-width : 360px) and (max-width : 640px) { /* viewport 360*640px Galaxy S 3/4 and Galaxy Note II */
}

@media only screen and (min-width : 384px) and (max-width : 640px) { /* viewport 384*640px Lumia 920 */
}
@media only screen and (min-width : 400px) and (max-width : 767px) {

}

@media only screen and (max-width:768px) {
    .bn-img{
    height: 350px;
    }
}
@media only screen and (max-width:767px) {
    .bn-img{
    height: 350px;
    }
}
@media only screen and (max-width:480px) {
    .bn-img{
    height: 350px;
    }
}


.bn-img{
    background-color: rgb(184 145 18 / 58%);  height:800px;
    }