.d-none{
    display: none;
}
.service-details-img img{
	width: 840px;
	height: 281px;
}
.validate-form label.error {
    display: block;
    line-height: 24px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 600;
}
.vbnm{
    padding: 0px;
}
.input-set + .input-set {
    margin-top: 22px !important}

    .bootstrap-timepicker-widget table td span {
    width: 100%;
    color: #e1444b;
}

.bootstrap-timepicker-widget table td input {
    width: 35px;
    margin: 0;
    text-align: center;
}
.thtsd input{
    width: 16px;
    height: 16px;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
label.thtsd {
  margin-right: 10px;
  margin-bottom: 15px;
  font-weight: 500;
  cursor: pointer;
}

/*Scroll to top Css*/
#bottom_top {
    display: inline-block;
    background-color: #0a69af;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50%;
}

#bottom_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#bottom_top.show {
    opacity: 1;
    visibility: visible;
}


#emrgncy_srvc {
    display: inline-block;
    background-color: #e1444b;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    left: -140px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    padding: 0px 15px;
    transform: rotate(270deg);
    top: 50%;
    font-weight: bold;
}

#emrgncy_srvc::before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
   font-size: 20px;
    line-height: 45px;
    color: #fff;
}

#emrgncy_srvc.show {
    opacity: 1;
    visibility: visible;
}

.newsletter-form-footer{
        margin-top: 15px;
    position: relative;
}

.newsletter-form-footer .form-control{
    padding: 10px 10px;
    height: auto;
    border: 1px solid #2196F3;
}

.newsletter-form-footer .news-btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2196F3;
    color: #fff;
    padding: 0px 20px;
    outline: none;
    border: 1px solid #2196F3;
}

.newsletter-form-footer .news-btn, .newsletter-form-footer .form-control{
    box-shadow: none;
}

.footer-text-unsbscribed{
    float: left;
    width: 300px;
    font: italic 17px/24px "Open Sans", sans-serif;
    color: #4ba4cd;
    letter-spacing: 0.3px;
    margin-right: 30px;
}

.right-margin{
    margin-right: 10px;
}

/* New Coupons Start */
.coupon .media {
  padding: 30px 15px 30px 20px;
  border: 2px dashed #a7a7a7 !important;
}
.coupon {
  position: relative;
  padding: 15px;
}
.coupon .media {
  padding: 30px 15px 30px 20px;
  border: 2px dashed #a7a7a7 !important;
}

.coupon .coupon-off {
  width: 152px;
  padding: 30px 0;
  background: #d24532;
  text-align: center;
  color: #fff;
  font: bold 55px/1 "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 0 0 2px;
  letter-spacing: 0.3px;
  font-size: 24px;
}
.coupon .coupon-off sup {
  font-size: 18px;
  top: -12px;
  padding-right: 3px;
}
.coupon .coupon-off span {
  display: block;
  font-size: 26px;
}
.media, .media-body {
  zoom: 1;
  overflow: hidden;
}
.coup_btn {
  padding-bottom: 25px;
}
.coup_btn a {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  background: #d24532 !important;
  padding: 6px 20px;
  border-radius: 1px;
  text-align: center;
  color: #fff;
}
.coupon .media-body p {
  margin: 0;
  font: 13px/17px "Open Sans", sans-serif;
  color: #404c60;
  margin-bottom: 16px;
}
.cop_heaidng h3 {
  margin-top: 0;
  color: #1c1c1c;
  font-weight: bold;
  font-size: 18px;
  background: -webkit-linear-gradient(#ff6767, #e1444b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.coup_btn:hover {
  color: #e1d1d1;
}
.listcupl{
padding-top: 22px;
}
/* New Coupons End */

.li-pt-10 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.li-pt-10 ul li span{
    padding-left: 10px;
    font-size: 16px !important;
    padding-bottom: 10px;
}

.li-pt-10 ul li span img{
    margin-right: 10px;
}
.li-pt-10 ul li{
    margin-bottom: 12px;
}
.li-pt-10.bg-blue ul li span {
    font-weight: bold;
    color: #1e75a7;
}

