
/*
Custom style starts here
*/
.customizedHr{
    width: 25%;
    margin-left: 0;
    border-top: 4px solid rgb(40, 121, 254);
    margin-top: 0rem;
    margin-bottom: 3rem;
}
.myTitLe{
  font-size: 3rem !important;
}
.myRow{
  margin-bottom: 50px;
}
.aboutUsP{
      line-height: 1.7;
    font-size: 22px;
    margin-bottom: 0px;
    color: #606060;
    font-weight: 400;
    text-align: justify;
    padding: 20px;
}
.contact-info .media-body h3 {
    color: #8a8a8a !important;
}

.contact-info .media-body p {
    color: #d8d8d8 !important;
}

.form-contact .form-control {
    background: #fff !important;
  }

.contact-title {
    color: #fff !important;
    margin-top: 50px !important;
  }
.button-contactForm{
  background-color: #2879fe;

}

.footer_part .single_footer_part .social_icon {
    padding-left: 20px;
}

.checkCart{
    padding: 5px !important;
    background-color: #143771 !important;
}
.checkCart a{
  color: #fff;
  font-weight: bold;
}

/*.single_arrivel_item{
  display: none;
}*/
.controls{
  background-color: transparent;
    border: none;
    padding: 2px 3px;
    font-size: 1.05rem;
    margin: 0 5px;
    text-transform: capitalize;
  }

.img-bc{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
}



@media (max-width: 991px){
.main_menu .main-menu-item {
    text-align: center !important;
}
}
@media(max-width:767px){
  .row{
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .banner_part{
        background-image: url(../img/mobile.png);
  }
  .aboutUsP {
    text-align: left !important;
  }
}






/*
Custom style ends here
*/

