/* Add here all your css styles (customizations) */
.g-color-gray-dark-v4 {
	color: #000 !important;
}

#checkboxes1 {
	display: none;
	border: 1px #dadada solid;
}
/* radiobuttonstyle*/
.radioinline{
    display: inline-block;
}

.radioinline + .radioinline{
    margin-left:10px;
}

.radiobtn{
    color:#666666;
    font-size:15px;
    font-weight:500;
    position:relative;
}

.radiobtn span{
    position:relative;
    padding-left:20px;
}

.radiobtn span:after{
    content:'';
    width:15px;
    height:15px;
    border:3px solid;
    position:absolute;
    left:0;
    top:1px;
    border-radius:100%;
    -ms-border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.radiobtn input[type="radio"]{
    cursor: pointer; 
    position:absolute;
    width:100%;
    height:100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.radiobtn input[type="radio"]:checked + span{
   color:#f44411;  
}

.radiobtn input[type="radio"]:checked + span:before{
   content:'';
   width:5px;
   height:5px;
   position:absolute;
   background:#f44411;
   left:5px;
   top:6px;
   border-radius:100%;
   -ms-border-radius:100%;
   -moz-border-radius:100%;
   -webkit-border-radius:100%;
}

.radiogrid{
   font-size:15px;
   font-weight:500;
   position:relative;
}

.radiogrid span{
   position:relative;
   padding-left:20px;
}

.radiogrid span:after{
   content:'';
   width:15px;
   height:15px;
   border:3px solid;
   position:absolute;
   left:0;
   top:1px;
   border-radius:100%;
   -ms-border-radius:100%;
   -moz-border-radius:100%;
   -webkit-border-radius:100%;
   box-sizing:border-box;
   -ms-box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
}

.radiogrid input[type="radio"]{
   cursor: pointer; 
   position:absolute;
   width:100%;
   height:100%;
   z-index: 1;
   opacity: 0;
   filter: alpha(opacity=0);
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.radiogrid input[type="radio"]:checked + span{
   color:#fff;  
}

.radiogrid input[type="radio"]:checked + span:before{
   content:'';
   width:5px;
   height:5px;
   position:absolute;
   background:#fff;
   left:5px;
   top:6px;
   border-radius:100%;
   -ms-border-radius:100%;
   -moz-border-radius:100%;
   -webkit-border-radius:100%;
}
.check-male,.check-female {
	width: 35px;
	height: 35px;
}
#dropdowncheckbox {
	margin-left: 5px;
	width: 15px;
	height: 15px;
}

.g-bg-primary-dark-v1--hover:hover {
	background-color: #C11B31 !important;
}
.LongText{
	word-break:break-all;
}

#diagnoshoplogo {
	width: 150px;
	height: 75px;
}

#diagnositelogo {
	/*width: 70px;
	height: auto;*/
	width:auto;
	height:70px;
}

.fancybox-slide>* {
	background-color: #C11B31 !important;
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: white;
    font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}

.g-bg-teal {
	background-color: #C11B31 !important;
	margin-top: 350px;
	vertical-align: middle;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 0px solid #e9ecef;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal-content {
    height: 0px;
    pointer-events: auto;
    background-color: none;
    border: 0px solid rgba(0,0,0,.2);
} 
.modal-contentmap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-body {
    padding: 0rem;
}

.btn {
    position: relative;
    transition: .2s ease;
    cursor: pointer;
    /* background-color: #fff; */
}
.alert-purple{
    color: #fff;
    background-color: #784ebba6;
    border-color: #bee5eb;
}
#imageborderviewprofile {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 105px;
	width: 105px;
	border: 2px solid #C11B31;
	margin-bottom: 0px;
}

#imageborderviewdoctorprofile {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 105px;
	width: 105px;
	border: 2px solid #C11B31;
	margin-bottom: 0px;
}

#user_img {
	top: 50%;
	left: 50%;
	text-align: center;
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 100px;
	/* margin-top: -5px; */
}

#imageborderview {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 205px;
	width: 205px;
	border: 2px solid #C11B31;
	margin-bottom: 0px;
}

#imageborder {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 205px;
	width: 205px;
	border: 2px solid #C11B31;
	margin-bottom: 0px;
}

#aboutuspartnerlogoborder {
	display: table-cell;
    vertical-align: middle;
	max-width:100%;
	max-height:100%;
	text-align: center;
	max-width : 185px;
	max-height : 125px; 
	height: 125px;
	width: auto;
	border: 3px solid #C11B31;
	margin-bottom: 0px;
	overflow:hidden;
    background-position: center;
}

#partnerlogoborder {
    display: table-cell;
    vertical-align: middle;
	max-width:100%;
	max-height:100%;
	text-align: center;
	max-width : 185px;
	max-height : 125px; 
	height: 40px;
	width: 80px;
	border: 2px solid #C11B31;
	margin-bottom: 0px;
	overflow:hidden;
    background-position: center;
}
#weblogoborder {
	max-width:100%;
	max-height:100%;
	text-align: center;
	max-width : 185px;
	max-height : 125px; 
	height: 125px;
	width: auto;
	border: 3px solid #C11B31;
	margin-bottom: 0px;
	overflow:hidden;
}

#serviceimageborderview {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	/* height: 155px; */
	width: 155px;
	border: 2px solid #C11B31;
	margin-bottom: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#serviceoriginalimgdisplayview {
	top: 50%;
	left: 50%;
	text-align: center;
	width: auto;
	height: auto;
	max-width: 150px;
	max-height: 150px;
	margin-top: -5px;
}

#originalimgdisplayview {
	top: 50%;
	left: 50%;
	text-align: center;
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
	margin-top: -5px;
}

#reviewsimgborder {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100px;
	width: 100px;
	border: 2px solid #C11B31;
	margin-bottom: 0px;
}

#logoroundimgborder {
	vertical-align: middle;
	text-align: center;
	height: 100px;
	width: auto;
	border: 2px solid #C11B31;
	margin-bottom: 0px;
}

#contactsimgborder {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 135px;
	width: 150px;
	border: 2px solid #C11B31;
	margin-bottom: 0px;
}
/* loader display */
.g-bg-teal1 {
	margin-top: 300px;
	vertical-align: middle;
	text-align: center;
	margin-left: 10px;
}

.modal-footer1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 10rem;
	border-top: 0px solid #e9ecef;
}

.pageloader {
	border: 6px solid #737373;
	border-radius: 50%;
	border-top: 6px solid #fff;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
.diagnositepageloader{
	border: 6px solid #666666;
	border-radius: 50%;
	border-top: 6px solid #fff;
	width: 40px;
	height: 40px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
#isDisabledComboOffer{
	color: currentColor;
	cursor: not-allowed;
	opacity: 0.7;
	text-decoration: none;
}

#icon-width{
	width: 2.57143rem;
    	height: 0.57143rem;
    	font-size: 1.42857rem;
}

#goBack{
	margin-right: 27%;
}

#appointmentDetail{
	margin-left: 27%;
}

.g-wd-100{
	width: 184%;
}
#pdfdisplay {
	width: 814px;
	height: 1200px;
}

#fluid {
	padding-left: 200px;
}

#page {
	padding-right: 245px;
}
.btn-getdirections {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    border-radius:50px;
    width:50px;
    height:50px
}
.g-bg-lightyellowcashback{

     background-color: #ffe9c1 !important;
     border: 1px solid #ffc660;
     color: #222;

}

.g-bg-lightyellowcashback1{

     background-color: #C11B31 !important;
     border: 1px solid #C11B31;
     color: #222;

}

.u-labelcashback1{
    display: inline-block;
    padding: .35rem .58rem;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: white;
}

.u-labelcashback{
    display: inline-block;
    padding: .35rem .58rem;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #222;
}

.u1-labelcashback{
    display: inline-block;
    padding: .35rem .58rem;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #222;
}

#bodyheight{
	min-height:600px;
	background-color:#e5e5e5;
}
#cl-background{
	background-color: #fff;
}
.g-color-gray-light-v3-rating {
    color: #a296968c !important;
}
.g-width{
   width:80%;
}
#offlinebg{
	/* background-image: url(../images/bgpattern14.png); */
	background-color:#e5e5e5;
}

.listMapCont {
  float: right;
    position: relative;
    width: 152px;
    height: 35px;
    border: thin solid #C11B31;
    color: #3498db;
    font-size: 12px;
    font-weight: 600;
}
.switch {
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #C11B31;
    transition: all .15s ease;
    left: 0;
}
.listMapCont .label.left, .listMapCont.off .label.right {
    color: #fff;
    cursor: auto;
}
.listMapCont .label {
    position: absolute;
    width: 50%;
    height: 100%;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
}

.listMapCont .label.right {
    left: 50%;
}
.listMapCont .label.right, .listMapCont.off .label.left {
    color: #C11B31;
}
.srpNw_Tpl a, a:link {
    text-decoration: none;
    /* color: #3496D9; */
    cursor: pointer;
}
.leftgridmap{
line-height:25px;
}
#imageborderviewmap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 105px;
	width: 105px;
	/* border: 2px solid #C11B31; */
	margin-bottom: 0px;
}
/* #radio_home {
    width: 750px;
    height: 280px;
    overflow: auto;
}  */
#radio_home::-webkit-scrollbar {
width: 6px;
	background-color: #F5F5F5;
}
#radio_home::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
#radio_home::-webkit-scrollbar-thumb {
background-color: #a6a6a6
}
div.scrollbaraddr {
    height: 200px;
   /*  border: 1px solid gray; */
    overflow: auto;
}
#radio_home:hover::-webkit-scrollbar {
    background: #d9d9d9;
}
div.scrollbaraddr > div {
    height: 200px;
} 

.listViewCont {
    float: right;
    height: 35px;
}
.g-bg-gray-color{
	background-color:#e5e5e5;
}
.g-color-rating{
color:yellow;
}
.g-colorss-gray-dark-v4 {
color: #fff;
border-color: #fff; 
}
.g-color-primaryy--hover{
color: #fff;
border-color: #fff; 
}

.u-check-icon-checkbox-v4, .u-check-icon-radio-v4-white {
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: #fff;
  border:2px solid #fff;
  border-color: #fff;  }

.u-check-icon-checkbox-v4 i::before, .u-check-icon-radio-v4-white i::before {
  content: attr(data-uncheck-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.u-check-icon-radio-v4-white {
  border-radius: 50%; }
.u-check-icon-radio-v4-white i {
  border-radius: 50%; }

.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4-white,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4-white,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4-white,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4-white {
  color: #fff;
  border-color: #fff; }

input[type="checkbox"]:checked + .g-bg-primary--checked-white,
input[type="radio"]:checked + .g-bg-primary--checked-white,
input[type="checkbox"]:checked + * .g-bg-primary--checked-white,
input[type="radio"]:checked + * .g-bg-primary--checked-white {
  background-color: #fff !important; }


.g-bg-primary--checked-white.g-checked,
.g-checked .g-bg-primary--checked-white {
  background-color: #fff !important; }  
  
  
  
  .u1-check-icon-checkbox-v4, .u-check-icon-radio-v4 {
  width: 18px;
  height: 18px;
  font-size: 12px;
  border: solid 1px #ccc;
}

.u1-check-icon-checkbox-v4 i::before, .u-check-icon-radio-v4 i::before {
  content: attr(data-uncheck-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


.u-check input[type="checkbox"]:checked + .u1-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4,
.u-check input[type="checkbox"]:checked + * .u1-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + .u1-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + * .u1-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 {
  color: #fff;
  border-color: #fff;
}

.u-check input[type="checkbox"]:checked + .u1-check-icon-checkbox-v4 i::before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4 i::before,
.u-check input[type="checkbox"]:checked + * .u1-check-icon-checkbox-v4 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4 i::before,
.u-check input[type="radio"]:checked + .u1-check-icon-checkbox-v4 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4 i::before,
.u-check input[type="radio"]:checked + * .u1-check-icon-checkbox-v4 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 i::before {
  content: attr(data-check-icon);
}

.progress-poor .bar, .progress .bar-danger {
  background-color: orange;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b),
  to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',
  endColorstr='#ffc43c35', GradientType=0);
}

.activitysimagewidth {
 width:97%;
}

.fit {
 font-weight: bold;
 line-height:1;
 margin-top:0;
}
 
.fitnormal{
    font-weight: normal;
    line-height:0.5;
    margin:0;
 } 
   
#centerbg {
 color:#C11B31;
 }
 
 #doctorbg {
 color:#C11B31;
 }
 .liststyle {
  list-style-type: none;
 }       
   
 #Iframe-Master-CC-and-Rs {
  max-width: 950px;
  max-height: 100%; 
  overflow: hidden;
}
.responsive-wrapper {
  position: relative;
  height: 0;    
  
}
 
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  margin: 0;
  padding: 0;
  border: none;
}
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}


.set-border {
  border: 5px inset #4f4f4f;
}
.set-box-shadow { 
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
.set-padding {
  padding: 40px;
}
.set-margin {
  margin: 30px;
}
.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}
.prescription-image-upload>input {
  display: none;
}
.thumbnail{
    height: 100px;
    margin: 10px; 
    display:inline;   
}
.upload-pic1,.upload-pic2,.upload-pic3 {
	top: 50%;
	left: 50%;
	text-align: center;
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 100px;
	margin-top: -5px;
}
#doctorsNotFoundtext{
	font-family: Times New Roman, Times, serif; 
	margin-top: 150px;
    margin-bottom: 120px; 
	text-transform: uppercase;
	font-weight: bold;
	color: #C11B31;
}
.demo{ background: #e7e7e7; }
.pricingTable{
    background: linear-gradient(to bottom,transparent 24%,#fff 25%);
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 0 0 40px;
    margin: 0 15px;
   -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
}
.pricingTable .pricingTable-header{
    color: #fff;
    padding: 45px 15px 35px;
    position: relative;
}
.pricingTable .pricingTable-header:before,
.pricingTable .pricingTable-header:after{
    content: '';
    background: #595959;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-clip-path: polygon(100% 20%, 100% 100%, 50% 90%, 0 100%, 0 0);
    clip-path: polygon(100% 20%, 100% 100%, 50% 90%, 0 100%, 0 0);
}
.pricingTable .pricingTable-header:after{
    background: #C11B31;
    height: 95%;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 20%);
    clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 20%);
}
.pricingTable .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .currency{
    font-size: 25px;
    line-height: 60px;
}
.pricingTable .amount{
    font-size: 25px;
    line-height: 70px;
}
.pricingTable .amount-sm{
    font-size: 22px;
    line-height: 35px;
    vertical-align: top;
}
.pricingTable .pricing-content{
    padding: 10px 0;
    margin: 0 15px;
    list-style: none;
}
.pricingTable .pricing-content li{
    color: #505050;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
}
.pricingTable .pricing-content li:last-child{ border-bottom: none; }
.pricingTable .pricingTable-signup{
    color: #C11B31;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 2px solid #C11B31 ;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{ color: #fff; }
.pricingTable .pricingTable-signup:before{
    content: "";
    background-color: #C11B31;
    height: 150px;
    width: 220px;
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: -15px;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.pricingTable .pricingTable-signup:hover:before{ bottom: -50px; }
.pricingTable.orange .pricingTable-header:after{ background-color: #C11B31; }
.pricingTable.orange .pricingTable-signup{
    color: #C11B31;
    border-color: #C11B31;
}
.pricingTable.orange .pricingTable-signup:hover{ color: #fff; }
.pricingTable.orange .pricingTable-signup:before{ background-color: #C11B31; }
.pricingTable.magenta .pricingTable-header:after{ background-color: #EC407A;  }
.pricingTable.magenta .pricingTable-signup{
    color: #EC407A;
    border-color: #C11B31;
}
.pricingTable.magenta .pricingTable-signup:hover{ color: #fff; }
.pricingTable.magenta .pricingTable-signup:before{ background-color: #EC407A; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 30px; }
}
.star{
	color:red;
}

.demoHealth{ background-color: #dbdbdb; }
.pricingTableHealth{
    background-color: #fff;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 0 0 15px;
    margin: 0 10px;
    border-radius: 20px 20px 150px 150px;
}
.pricingTableHealth .pricingTable-headerHealth{
    background-color: #fff;
    padding: 10px;
    margin: 0 0 -10px;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 2;
}
.pricingTableHealth .titleHealth{
    color: #f73636;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.pricingTableHealth .price-valueHealth{
    color: #fff;
    background-color: f9f783 ;/*#f73636;*/
    padding: 20px 40px;
    margin: 0 -10px;
    position: relative;
    z-index: 1;
}
.pricingTableHealth .price-valueHealth:before,
.pricingTableHealth .price-valueHealth:after{
    content: '';
    background-color: #d60202;
    height: 15px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    z-index: -1;
}
.pricingTableHealth .price-valueHealth:after{
    top: auto;
    bottom: -5px;
}
.pricingTableHealth .amountHealth{
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    display: block;
}
.pricingTableHealth .month{
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pricingTableHealth .pricing-contentHealth{
    background-color: #fff;
    padding: 15px;
    margin: -10px 0 20px 0;
    list-style: none;
    position: relative;
    z-index: 1;
}
.pricingTableHealth .pricing-contentHealth li{
    color:  rgba(0,0,0,0.8);
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 10px 5px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.pricingTableHealth .pricingTable-signupHealth{
    color: #fff;
    background-color: #f73636;
    font-size: 15px;
    font-weight: 800;
    line-height: 75px;
    height: 100px;
    width: 100px;
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.2);
    display:inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTableHealth .pricingTable-signupHealth:hover{
    color: #fff;
    box-shadow: 0 0 5px 10px rgba(0,0,0,0.2);
}
.pricingTableHealth .pricingTable-signupHealth:after{
    content: "\2192";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 40px;
    font-weight: 1000;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.pricingTableHealth.green .titleHealth{ color: #8fcc26; }
.pricingTableHealth.green .price-valueHealth{ background-color: #8fcc26; }
.pricingTableHealth.green .price-valueHealth:before,
.pricingTableHealth.green .price-valueHealth:after{
    background-color: #6aa800;
}
.pricingTableHealth.green .pricingTable-signupHealth{ background-color: #8fcc26; }
.pricingTableHealth.blue .titleHealth{ color: #1766c1; }
.pricingTableHealth.blue .price-valueHealth{ background-color: #1766c1; }
.pricingTableHealth.blue .price-valueHealth:before,
.pricingTableHealth.blue .price-valueHealth:after{
    background-color: #004faa;
}
.pricingTableHealth.blue .pricingTable-signupHealth{ background-color: #1766c1; }
.pricingTableHealth.purple .titleHealth{ color: #9a27d8; }
.pricingTableHealth.purple .price-valueHealth{ background-color: #9a27d8; }
.pricingTableHealth.purple .price-valueHealth:before,
.pricingTableHealth.purple .price-valueHealth:after{
    background-color: #7905b7;
}
.pricingTableHealth.purple .pricingTable-signupHealth{ background-color: #9a27d8; }
.pricingTableHealth.yellow .titleHealth{ color: #f9f783; }
.pricingTableHealth.yellow .price-valueHealth{ background-color: #f9f783; }
.pricingTableHealth.yellow .price-valueHealth:before,
.pricingTableHealth.yellow .price-valueHealth:after{
    background-color: #F7DC6F;
}
.pricingTableHealth.yellow .pricingTable-signupHealth{ background-color: #f9f783; }
@media only screen and (max-width: 990px){
    .pricingTableHealth{ margin: 0 10px 30px; }
}
.g-font-size-4{
	font-size:4px;
}
.g-min-width-163 {
  min-width: 163px;
}
.g-min-width-138 {
  min-width: 138px;
}

/* Signup benfits styles */
.pricingTableBenfits{
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}
.pricingTableBenfits .pricingTableBenfits-header{
    color: #E97002;
    background-color: #fff;
    text-align: center;
    padding: 70px 0 40px;
    margin: 0 10px;
    display: block;
    -webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    position: relative;
    z-index: -1;
}
.pricingTableBenfits .title{
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0;
}
.pricingTableBenfits .pricing-content{
    background: linear-gradient(to bottom,#FBEA54,#F39733);
    border-radius: 20px;
    padding: 15px 15px 25px;
    margin-top: -15px;
    z-index: 2;
    transition:all 0.3s;
}
.pricingTableBenfits:hover .pricing-content{ box-shadow: 0 0 10px rgba(0,0,0,0.8); }
.pricingTableBenfits .content{
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px 20px;
    margin-bottom: 20px;
    -webkit-clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
    clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
}
.pricingTableBenfits .content ul{
    color: #000;
    text-align: left;
    font-size: 12px;
  /*   line-height: 30px; */
    text-transform: capitalize;
    letter-spacing: 1px;
    list-style: disc;
    padding: 0;
    display: inline-block;
    margin: 0 auto 5px;
}
.pricingTableBenfits .content ul li{ margin-bottom: 10px; }
/* .pricingTableBenfits .content ul li span{ color: #F39733; } */
.pricingTableBenfits .price-value{
    color: #000;
    font-size: 30px;
    transition: all 0.3s;
}
.pricingTableBenfits .amount { color: #F39733; }
.pricingTableBenfits .pricingTableBenfits-signup{
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s;
}
.pricingTableBenfits .pricingTableBenfits-signup:hover{
    padding: 10px 15px;
    box-shadow: 0 0 20px rgba(255,255,255,0.7) inset;
}
.pricingTableBenfits.green .pricingTableBenfits-header{color: #008000;font-weight:bold;}
.pricingTableBenfits.green .price-value .amount{color: #6CB022;}
 .pricingTableBenfits.green .pricing-content ul span.inner-font{color: #008000;font-weight:bold;} 
  .pricingTableBenfits.green .pricing-content ul span.text-inside-font{font-size:9px;} 
.pricingTableBenfits.green .pricing-content{background: linear-gradient(to bottom,#B0C333,#46A450);}
.pricingTableBenfits.blue .pricingTableBenfits-header{color: #1CA2D8;}
.pricingTableBenfits.blue .price-value .amount{color: #1CA2D8;}
.pricingTableBenfits.blue .pricing-content ul span{color: #1CA2D8;}
.pricingTableBenfits.blue .pricing-content{background: linear-gradient(to bottom,#B2DAC2,#51B9B6);}
@media only screen and (max-width: 990px){
    .pricingTableBenfits{ margin-bottom: 30px; }
}
@media only screen and (max-width: 479px){
    .pricingTableBenfits{ margin:0 0 30px; }
    .pricingTableBenfits .content ul{ font-size: 15px; }
    .pricingTableBenfits .price-value{ font-size: 23px; }
}
.g-min-width-90{
	 min-width: 90px;
}
.checkavailhspbtn{
	margin-left: 31.57143rem !important
}
.hspAvailDisabled {
	pointer-events: none;
	cursor: none;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #333;
	/* background-color: #E6E6E6; */
}
.hspcountdowndisplay{
	color:#008000;
	margin-top:-2px;
}
.hspcounttimerdisplay{
	font-weight:bold;
}
.u-btn-outline-primaryhsp {
border-radius:25px;
    color: #008000;
    border-color: #008000;
    background-color: transparent;
}
