
/* header css */
.page-title-area {
padding-top: 100px!important;
padding-bottom: 100px!important;
}
.page-title-area .page-title-content h2 {
margin-top: 15px!important;
    font-size: 36px!important;
}
.banner-content span {
  font-size: 40px !important;
  font-weight: 700 !important;
}
button.close.b-cloo {
  float: right;
  background: transparent;
  font-size: 35px;
  margin-top: -15px;
}


.banner-content h1 {
  font-size: 50px !important;
}
   .buttondesktopView {
position: relative!important;       
bottom: 0px !important;
right: 15px;
padding: 10px 28px !important;
background: #92210f;
display: block;
font-size: 16px !important;
font-weight:normal !important;
z-index: 99;
color: #fff !important;
border-radius: 4px;
text-transform: inherit;
margin:0;
}
@media (max-width: 768px){
.buttondesktopView {
bottom: 0!important;
right: 0px !important;
margin: 0px;
width: 100%!important;
padding: 15px 8px !important;
font-size: 14px !important;
text-align: center;
border-radius: 0px;
}
}
.buttondesktopView {
  display: block;
}
@media only screen and (max-width: 600px) {
  .buttondesktopView {
    display: none;
  }

  .buttonMobileView {
    display: block;
  }
}
.top-header {
background-color: var(--optional-color);
padding-top: 0px!important;
padding-bottom: 0px!important;
}
.desktop-nav .navbar .navbar-nav .nav-item {
position: relative;
padding-bottom: 25px!important;
padding-top: 25px!important;
padding-right: 0;
padding-left: 0;
}

   
   
   
   
   
   
   
   
   
   
   
   /* footer css */
   
   
   
   /* 	 .btn-quick-book-popup{
   position: fixed;
   bottom: 0;
   right: 0;
   padding: 8px 16px;
   background: #e21e24;
   display: block;
   font-size: 16px !important;
   z-index: 99;
   color: #000;
   font-weight: 500;
   border-radius: 4px;
   text-transform:inherit;
   }
   .btn-prohealth{
   position: fixed;
   bottom: 70px;
   right: 13px;
   padding: 14px 47px;
   background: #e21e24;
   display: block;
   font-size: 16px ;
   z-index: 99;
   color: #fff;
   font-weight: 600;
   text-transform: capitalize;
   border-radius: 4px;
   }*/
   .btn-prohealth {
   position: fixed;
   bottom: 70px;
   right: 15px;
   padding: 14px 47px;
   background: #e21e24;
   display: block;
   font-size: 16px;
   line-height:1.2;
   z-index: 99;
   color: #fff;
   text-transform: capitalize;
   border-radius: 4px;
   }li.buttonMobileView {
    padding: 8px 0px 12px 0px;
}
   .btn-prohealth:hover{color:#FFF}
   .btn-quick-book-popup {
   position: fixed;
   bottom: 15px;
   right: 15px;
   padding: 10px 28px !important;
   background: #e21e24;
   display: block;
   font-size: 16px !important;
   font-weight:normal !important;
   z-index: 99;
   color: #fff !important;
   border-radius: 4px;
   text-transform: inherit;
   margin:0;
   }.single-footer-widget .import-link li {
    margin-bottom: 8px;
}
   .btn-quick-book-popup:hover{color:#000}
   @media (max-width: 768px) {
   .btn-prohealth {
   position: fixed;
   bottom: 0px;
   right: inherit;
   padding: 15px 15px;
   background: #e21e24;
   display: block;
   font-size: 14px;
   z-index: 99;
   color: #fff;
   font-weight: 500;
   text-transform: capitalize;
   border-radius: 0;
   width: 50%;
   left: 0px;
   text-align: center;
   }
   .btn-quick-book-popup {
   bottom: 0!important;
   right: 0px !important;
   margin: 0px;
   width: 100%;
   padding: 15px 15px !important;
   font-size: 14px !important;
   text-align: center;
   border-radius: 0px;
   }
   }
   @media screen and (max-width: 400px) {
   .btn-quick-book-popup {
   padding: 15px 10px !important;
   font-size: 12px !important;
   }	
   .btn-prohealth {
   font-size: 12px;
   }
   }
   .qucikbook-form .form-check-label {
   cursor: pointer;
   font-size: 14px;
   }
   .quickbook-widget{
   position: fixed;
   right: 0px;
   bottom: 0px;
   background: #fff;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   width: 360px;
   z-index: 999;
   display: none;
   }
   .qucikbook-form{
   padding:0px;
   }
   .quick-book-title-wrap{
   padding: 12px 15px;
   background: #e21e24;
   color: #fff;
   }
   .quick-book-title-wrap .quick-book-title{
   font-size: 18px;
   color: white;
   font-weight: 500;
   }
   .field-col{
   position: relative;
   margin-bottom: 15px;
   }
   .field-col:after{
   content:"";
   display: block;
   clear: both;
   }
   .col-50{
   width:50%;
   float:left;
   }
   .form-check-input{
   margin-bottom: 10px;
   }
   .otp-container{
   display: none;
   }
   .text-success {
   color: #3c763d;
   font-size:15px;
   }
   .qucikbook-form .form-control{
   padding:8px 10px;
   width: 100%;
   border: 1px solid #ccc;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #D0D0D0;
   font-size: 14px;
   }
   .qucikbook-form .form-control:focus {
   border: 1px solid #237d9e;
   outline: 0;
   }
   .otp-phone .form-control{
   /*width:calc(100% - 141px);*/
   display: inline-block;
   }
   .otp-phone .btn-send-otp-q{
   width: 120px;
   height: 39px;
   background: #237d9e;
   display: inline-block;
   padding: 5px 20px;
   text-align: center;
   color: #fff;
   top: -2px;
   position: relative;
   }
   .btn-submit-quick-request {
    padding: 10px;
    background: #e21e24!important;
    background-color: #e21e24!important;
    border-color: #e21e24!important;
    color: white;
}
.btn-submit-quick-request:hover {
  
  color: white;
}
   .align-r{
   text-align: right;
   }
   .pb-0{
   margin-bottom: 0px;
   }
   .btn-close-quick-book{
   background: #9E9E9E;
   padding: 13px 20px;
   color: #fff;
   margin-right: 10px;
   }
   .form-check-label{
   cursor: pointer;
   }
   .qucikbook-form .err-border{
   border: 1px solid #F44336;
   }
   .qucikbook-form {
   padding: 25px;
   }
   @media(max-width: 768px){
   .btn-prohealth {
   position: fixed;
   bottom: 0px;
   right: inherit;
   padding: 15px 15px;
   background: #e21e24;
   display: block;
   font-size: 14px;
   z-index: 99;
   color: #fff;
   font-weight: 600;
   text-transform: capitalize;
   border-radius: 0;
   width: 50%;
   left: 0px;
   text-align: center;
   }
   .btn-quick-book-popup {
   bottom: 0!important;
   right: 0px !important;
   margin: 0px;
   width: 100%;
   padding: 15px 8px !important;
   font-size: 14px !important;
   text-align: center;
   border-radius: 0px;
   }
   }
   /*.btn-quick-book-popup{
   display: none;
   }*/
   @media (min-width: 320px) and (max-width: 767.98px) {
   .btn-quick-book-popup{ bottom: 20px; right: 20px;}
   }
   .quick-book-response {
   background:rgba(255,0,0,0.7);
   color:#FFF;
   display:none;
   font-size:16px;
   margin-bottom:5px;
   padding:5px 10px;
   }
   .success-response {
   }
   .alert{
   display: block;
   padding: 10px;
   }
   .cta-phone3{
   background: #b7adad;
   padding: 8px 15px 8px 10px;
   border-radius: 50px;
   display: inline-block;
   color: #ffff;
   position: fixed;
   right: 12px;
   bottom: 70px;
   z-index: 99;
   font-size: 14px;
   padding: 15px 15px 15px 40px;
   font-weight: 600;
   }
   .cta-phone3:hover{
   /*color: #fff;*/
   }
   .cta-phone3 .img{
   display: inline-block;
   background: #ffffff;
   border-radius: 100px;
   padding: 2px;
   margin-right: 10px;
   width: 40px;
   height: 40px;
   text-align: center;
   position: absolute;
   left: -10px;
   top: 3px;
   }
   .cta-phone3 span img {
   width: 40px;
   height: auto;
   }
   .cta-phone3 .call-txt{
   position: absolute;
   display: inline-block;
   top: -14px;
   background: #e21e24;
   color:#fff;
   padding: 2px 10px;
   font-size: 10px;
   border-radius: 6px;
   left: 42px;
   text-align: center;
   width: 90px;
   border-bottom: 2px solid;
   }
   @media (max-width: 768px) {
   .cta-phone3{
   bottom: 65px;
   }      
   }
   @media (max-width: 820px) {
   .hidemenu {
   display: flex !important;
   }
   }
   @media (max-width: 1200px) {
   .sticky-footer {
   display: none!important;
   }
   }
