/* mayuresh media queries for all devices*/

/*------------------------------------not responsive start---------------------*/

/*mayuresh css responsive main.. for all pages */
div#carouselIndicatorsTop .carousel-indicators {
    bottom: -43px;
}
div#carouselIndicatorsTop .carousel-item .col-md-4 {
    margin-bottom: 1rem;
}
div#carouselIndicatorsTop .carousel-indicators li { 
    background-color: rgb(18 18 18 / 50%); 
}
div#carouselIndicatorsTop .carousel-indicators .active {
    background-color: #0066cc;
}
.ser_box_sol {
    margin-bottom: 4rem;
}
input.register-input, select.register-input, .register-commnent { 
    margin-bottom: 0px!important; 
} 
.justifyContentText {
    padding: 5px 20px;
    font-size: 13px;
    line-height: 1.6;
    text-align: justify; 
}
/*.justifyContentText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 16px;
    max-height: 55px;
} */
img.img-fluid.storepic { 
    margin-bottom: 1rem;
    width: 20%;
}
.section-blue.lightB {
    background-color: #5ecbfd!important; 
/*    background-image: linear-gradient(135deg, #5ecbfd 0%, #064bb0 100%) !important;*/
}
.img_slider {
    padding: 5px;
    text-align: -webkit-center;
    width: 100%;
}
.img_slider img {
    width: 100%; 
    height: auto; 
    box-shadow: 6px 6px 11px 1px #bdbdbd66;
}
.showcase-wrapper-slider {
    position: relative;
    z-index: 999;
    overflow: hidden;
    padding: 25px 30px 0 30px;
} 
section#services {
    padding-bottom: 50px;
}
.has-error {
    color: #c5c5c5;
}
.navbar-brand img {
    width: 95px;
}
p { 
    color: #585858; 
}
p.our-phone a {
    color: #585858;
}
p.our-phone a:hover {
    color: #071e55;
} 
ul.benefits li { 
    color: #585858;
}
.modal { 
    z-index: 99999; 
}
.modal-header {
    background: #0066cc;
    color: #fff;
}
h5#exampleModalLabel {
    color: #fff;
}
.modal-header span {
    color: #fff;
}

input.popup-input, select.popup-input {
    width: 100%!important;
    height: 48px!important;
    padding-left: 4%!important;
    padding-right: 4%!important;
    margin-bottom: 10px!important;
    color: #000!important;
    border: 2px solid #c0c0c0;
    background-color: #fff!important;
    font-size: 16px!important;
    border-radius: 5px 5px 5px 5px!important;
}
.popup-submit {
    background: #0056aa;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    max-width: 535px;
    padding: 16px 0;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
input.popup-input, select.popup-input { 
    margin-bottom: 0px!important; 
} 
.navbar, nav.navbar.navbar-expand-lg {
    padding: 0;
}
/*------------------------------------ eOf not responsive---------------------*/


/*------------------------------------responsive start-----------------------*/
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    /*//CSS*/

    img.img-fluid.storepic {  
        width: 25%;
    }
    .section-white { 
        padding: 50px 0;
    }
}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    /*//CSS*/
}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    /*//CSS*/
    
}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
    /*//CSS*/
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    /*//CSS*/
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    /* //CSS*/
    a.navbar-brand img {
        width: 70px;
    }
    .ser_box_sol {
        margin-bottom: 2rem;
    }
    img.img-fluid.storepic {  
        width: 30%;
    }
    .bannerImgF {
        display: none!important;
    }
    .contleftM {
        display: none!important;
    }
    .home-section { 
        padding-bottom: 0;
    }
    .section-white {
        padding: 35px 0 35px 0!important;
    }
    .main-services:last-child { 
        margin-bottom: 0px;
    }
    .services-wrapper { 
        padding: 20px 0;
    }
    .navbar-fixed-top .navbar-nav > li.discover-link {
        margin-top: 10px;
        padding-bottom: 20px;
    }
}


/*eOf 320px to 480px*/

 