.validate-form label.error-inline {
    display: block;
    line-height: 24px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 600;
}
.service_img {
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d21c27;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: var(--whiteColor);
    -webkit-box-shadow: -1px -1px 1px 1px var(--mainColor);
    box-shadow: -1px -1px 1px 1px #d21c27;
    border: 1px solid rgb(210, 28, 39);
    position: absolute;
    margin-top: -40px;
    top: 12px;
}
.service_img img{
    width: auto;
    height: auto;
    object-fit: contain;
}
.details-page-sidebar{
    position: sticky;
    top:90px;
}
.offer-hr {
    margin: 50px 0 45px;
    background: #000;
}
.offer-title {
    margin-top: 0;
    margin-bottom: 15px;
    font: bold 28px/38px "Alegreya", serif;
    color: #404040;
    letter-spacing: 0.3px;
}
.appointment-banner {
    background: #0086b6;
    padding: 27px 30px;
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.appointment-banner:before, .appointment-banner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg7.jpg) no-repeat scroll right center #0087b8;
    background-size: cover;
    background-blend-mode: multiply;
    opacity: 0.2;
}
.appointment-banner .media-body {
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.ab-title {
    margin: 0;
    color: #fff;
    font: bold 32px/42px "Alegreya", serif;
}
.appointment-banner .media-right {
    vertical-align: middle;
    padding-left: 30px;
    position: relative;
    z-index: 2;
}
.appointment-banner .btn {
    line-height: 52px;
    font-size: 16px;
    padding: 0 17px;
    border-radius: 3px;
    text-transform: uppercase;
    font: bold 18px/50px "Raleway", sans-serif;
    color: #fff !important;
    border: none;
}
.appointment-banner .btn-primary {
    background-image: -moz-linear-gradient(90deg, #d41818 0%, #e33d3d 100%);
    background-image: -webkit-linear-gradient(90deg, #d41818 0%, #e33d3d 100%);
    background-image: -ms-linear-gradient(90deg, #d41818 0%, #e33d3d 100%);
    transition: all 300ms linear 0s;
}
.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;
}
.input-set-label {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color: #242424;
    line-height: 1.2;
    letter-spacing: 0.3px;
    font-size: 14px;
}
.row-input{
    margin-top: 25px;
}

.ga-radio {
    display: none;
}

.ga-radio + label {
    float: left;
    font: 400 15px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #898989;
    padding-left: 20px;
    background: url(../images/icons/check-box.jpg) no-repeat scroll left 8px;
    margin: 0 30px 0 0;
    max-width: 630px;
    cursor: pointer;
}

.ga-radio:checked + label {
  background-image: url(../images/icons/check-box-checked.jpg);
}

@media only screen and (max-width: 767px) {

    .appointment-banner {
        display: block;
        text-align: center;
    }

    .appointment-banner .media-right {
        margin-top: 10px;
        padding-left: 0;
    }
}

.unscrt_section {
    padding-top: 50px;
}
.subnm {
    padding-top: 0px;
}
.bvcancel{
    background: #087606 !important;
}
.bvunscribe{
    background: #a8142d !important;
}
.unscrt_section p{
color: #eeeeee;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
}
.cvdf{
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px !important;
}

/* 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;
}*/
.media-middle {
    vertical-align: middle;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.coupon .media-left {
    padding-right: 20px;
}
/* New Coupons End */

#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;
}