
@import url('https://fonts.googleapis.com/css?family=Lato');


p,h1,h2,h3,h4,h5{
  font-family: 'Lato', sans-serif;
}
.advertise_withus h5 {
    
    font-size: 24px;
    margin: 20px 0 10px;
    font-family: 'Lato', sans-serif;
}


h5 {
    font-size: 15px;
    line-height: 22px;
}

.contact-form .form-group input, textarea, .contact-form .form-group select {
    margin: 10px 0;
    font-size: 16px;
}


.form-control {
    display: block;
    width: 100%;
    height: 58px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 22px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    text-decoration: none;
}
.form input, .form select, .form textarea, input, select, textarea {
    box-shadow: none!important;
}



button.btn-reg-red {
    background: #1eabe3;
    color: #fff;
    text-align: center;
    padding: 6px 18px 2px 13px!important;
    border-bottom: 4px solid #1eabe3!important;
    border: 0;
    font-size: 14px;
    border-radius: 5px;
}

.sbh-middle-contentwrap .page-header {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eee;
}

.sbh-middle-contentwrap .page-header h1 {
    font-size: 28px;
    font-weight: normal;
     font-family: 'Lato', sans-serif;
    line-height: 32px;
    padding-left: 12px;
    text-align: center;
}


.customer-review{
  margin-top: 30px;
  

}

.review-text i{
  color: #ddd;
  font-weight: bold;

}

/*.review-text i::before{
  color: #ddd;
  font-weight: bold;
  position: absolute;

}
.review-text i::after{
  color: #ddd;
  font-weight: bold;
  position: absolute;

}*/

.page-header-1{
  font-size: 24px;padding-left: 33px;
   font-family: 'Lato', sans-serif;
       padding-top: 27px;

}

.review-text{
  
  padding: 5px 20px 0px 20px;
  line-height: 24px;
  font-size: 14px;
  text-align: justify!important;
  
    
}

.text-sucess{
  
  padding-left: 24px;
  font-size: 14px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 0px!important;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    position: relative;
}

i.icon-1 {
    right: 16px;
    position: absolute;
    z-index: 9;
    left: inherit;
    line-height: 16px;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    border-left: 1px solid #d0d0d0;
    color: #4d4d4d;
    top: 25px;
        left: 24em;
    font-size: 20px;
}

.post-content-blog{
  padding-left: 15px;
}

.post-content-blog p{
      font-size: 14px;
    line-height: 22px;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
 
 button.btn-reg-red{
  display: inline-block;
  float: left;
  margin-left: 5px;
 }
}


.scrol-cart{
    position: relative;
  height: 233px;
  overflow: hidden;
  padding-right: 15px;
}

.scrol-cart{
  overflow-y: scroll;
   
}

.scrol-cart:hover{
  visibility: visible;

}
.scrol-cart::-webkit-scrollbar-track{
  background-color: #fff;
}

.scrol-cart::-webkit-scrollbar{
  width: 4px;
}
.scrol-cart::-webkit-scrollbar-thumb{
  background-color: black;
}


hr {
    margin-top: 0px!important;
     margin-bottom: 0px!important;
    border: 0;
    border-top: 1px solid #eee;
}

.modal.in .modal-dialog{
      transform: translate(0px,150px)!important;
          transition: all 0.4s ease 0s!important;
}

.r-title-line-2 {
    width: 135px;
    height: 1px;
    background: #eb3007;
    margin-bottom: 10px;
    margin-left: 35px;
}