@media only screen and (max-width: 991px) {

#header .logo img {
    max-height: 63px;
}
.home-slider-master header .item .cover .header-content h1 {
    font-size: 24px;
}
.home-slider-master header .item .cover .header-content h4 {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
}
.home-slider-master header .item .cover .header-content .btn-primary {
    font-size: 12px;
}
.header-content-box {
    padding: 10px 10px;
}
.home-slider-master header .item {
    height: 601px;
}
.icon-boxes .title  {
    font-size: 21px;
}
.icon-boxes .description {
    font-size: 13px;
    line-height: 23px
}
.icon-boxes .icon-box {
    padding: 10px 10px 0px 10px;
}
.home-slider-master {
    margin-bottom: -60px;
}
.x-division-title {
    font-size: 22px;
    left: 20%;
    right: 20%;
}
.x-division-testimonials .card h5 span {
  font-size: 13px;
}
.x-division-testimonials .card h5 {
  font-size: 18px;
}
.x-division-testimonials .card p {
    font-size: 13px;
    color: #414042;
    text-align: justify;
}
.home-x-division-section-master {
    padding: 5em 0;
}
.home-products-title {
  font-size: 20px;
}
.home-section-products .nav-link {
  font-size: 14px;
}
.home-products-slider-1 .card {
  margin: 5px;
  padding: 0px;
}
.customers-title {
  margin-bottom: 0px;
font-size: 22px;
}
.cusoters-love-testimonials .center .card-img-top {
    max-width: 100%;
    height: 144px;
    width: 144px;
}
.cusoters-love-testimonials .center h5 {
    font-size: 18px;
}
.cusoters-love-testimonials .center h5 span {
    font-size: 14px;
}
.customer-review a {
    color: #ffd10e;
    font-size: 15px;
}
.cusoters-love-testimonials .card p {
    font-size: 13px;
    color: #414042;
    font-family: Sansation_Regular;
    padding-bottom: 0px;
}
.get-in-touch-title {
  font-size: 22px;
}
.get-in-touch-title span {
  font-size: 13px;
}
.get-in-touch-form .form-control {
  padding: 9px;
}
#footer .footer-top h4 {
  font-size: 15px;
}
#footer .footer-top .footer-links ul a {
  font-size: 13px;
}
#footer .footer-top .footer-contact p {
    line-height: 23px;
    color: #fff;
    font-size: 13px;
}
#footer .credits {
  font-size: 13px;
}

}

/*Mobile Responsive Media Queries*/
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

.breadcrumbs {
    padding: 15px 0;
    background: #ecf6fe;
    margin-top: 140px;
    height: 25vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-main {
    margin: 30px 0;
}
.breadcrumbs ol {
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 15px auto;
    font-weight: 800;
    font-size: 15px;
    text-align: center;
}


 }

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 

.breadcrumbs {
    padding: 15px 0;
    background: #ecf6fe;
    margin-top: 140px;
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-main {
    margin: 30px 0;
}
.breadcrumbs ol {
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 50px auto;
    font-weight: 800;
    font-size: 35px;
    text-align: center;
}


 }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
.breadcrumbs {
    padding: 15px 0;
    background: #ecf6fe;
    margin-top: 140px;
    height: 25vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-main {
    margin: 30px 0;
}
.breadcrumbs ol {
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 50px auto;
    font-weight: 800;
    font-size: 35px;
    text-align: center;
}

 }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
.breadcrumbs {
    padding: 15px 0;
    background: #ecf6fe;
    margin-top: 210px;
    height: 25vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-main {
    margin: 30px 0;
}
.breadcrumbs ol {
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 90px auto;
    font-weight: 800;
    font-size: 35px;
    text-align: center;
}



 }

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 




 }