/*
---****Navigation heading CSS****---
 - Navbar
 - Logo
 - Contact
    - Phone
    - Email
*/

tbody{
    width: 100%;
    display: table;
}
.intl-tel-input {
  display: table-cell;
  width: 100%;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list.dropup {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
::placeholder {
    color: #999999;
    opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12-18 */
color: #999999;
}
#departureDate {
    color: #999999;
}
#departureDate::before{
    color: #999999;
}
#returnDate::before{
    color: #999999;
}
#pickup_date::before{
    color: #999999;
}
#dropoff_date::before{
    color: #999999;
}
.hideplaceholder::-webkit-datetime-edit-text ,
.hideplaceholder::-webkit-datetime-edit-month-field,
.hideplaceholder::-webkit-datetime-edit-day-field,
.hideplaceholder::-webkit-datetime-edit-year-field{
    -webkit-appearance: none;
    display: none;
}
.showplaceholder::-webkit-datetime-edit-text ,
.showplaceholder::-webkit-datetime-edit-month-field,
.showplaceholder::-webkit-datetime-edit-day-field,
.showplaceholder::-webkit-datetime-edit-year-field{
    -webkit-appearance: inline-block;
    display: inline-block;
}
.column {
    display: flex;
    width: 50%;
  }
.select2-selection__rendered {
    line-height: 29px !important;
}
.select2-container .select2-selection--single {
    height: 15px !important;
    width: 80%;
}
.select2-selection__arrow {
    height: 13px !important;
}
.select2-container .select2-choice {
    padding: 5px 10px;
    height: 40px;
    width: 132px;
    font-size: 1.2em;
}
.select2-chosen {
    width: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
#ref_payment_number_quote{
    margin-bottom: 25px;
}
* {
  scroll-margin-top: 20px;
}
.ancillary{
    margin-bottom: 25px;
}
.travel{
    margin-bottom: 25px;
}
.Excess{
    margin-bottom: 25px;
}
.close{
    padding-right: 15px;
}
.form-popup {
    position: fixed;
    bottom: 0;
    z-index: 9;
    visibility: visible;
    -webkit-animation: fadeIn 5s;
    animation: fadeIn 5s;
	width: 100%;
    background-color: var(--cookiebackground);
    text-align: center;
    color: white;
    padding-top: 10px;
  }
.error-message{
    color: var(--errormessagecolor);
    width: 100%;
    background-color: #F2DEDE;
    /*background-color: #EBCCD1;*/
	border-color: #EBCCD1;
    margin-bottom: 30px;
    text-align: center;
    padding: 22px 0;
}
label {
    display: block;
}
.myStyle {
    font-size: 14px;
    color: white;
    display: flex;
    width: 105px;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: var(--addbuttonprimary);
    border-radius: 8px;
    margin-top: -9px;
    border-color: var(--addbuttonprimary);
	border: none;
  }
  .newStyle {
    font-size: 14px;
    color: white;
    display: flex;
    width: 105px;
    height: 40px;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: var(--addbuttonsecondary);
    border-radius: 8px;
    margin-top: -9px;
    border-color: var(--addbuttonsecondary);
	border: none;
  }
#body-content-placeholder-mobile{
    display: none;
}
.copyright-link-mobile{
    display: none;
}
.body-contents-product{
    padding-right: 10%;
    padding-left: 10%;
}
.nav-header-mobile{
    display: none;
}
.body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.nav-header{
    display: inline-block;
    width: 100%;
    height: 95px;
    background: #FDFDFD;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
}
.logo-header{
    height: 55px;
    margin: 20px 0px 20px 147px;
    float: left;
    width: auto;
    cursor: pointer;
}
.contact-header{
    margin-top: 37px;
    float: right;
    width: 400px;
    margin-right: 50px;
}
.contact-container {
    padding-left: 0;
    list-style: none;
    width: 170px;
    height: 20px;
    flex-shrink: 0;
    display: inline-block;
}
.email-container{
    display: inline-block;
    width: 130px;
    padding-left: 0pt;
}
.contact-container > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.email-container > li {
    display: inline-block;
}
.contact > a{
    text-decoration: none;
    color: var(--contactnumber);
    font-weight:500;
}

#shopping-cart{
	display: none;
}

.email > a{
    text-decoration: none;
    color: var(--emailaddress);
}
.slash > a {
    color: #E8E8E8;
}

/* ****Step controller heading CSS****
 - Step-controller div styling
*/
.Placeholder{
    cursor: pointer;
}
.step-controller{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:50px;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}
.Oval{
    border-radius: 50%;
}

/* ****Body CSS****
 - Body middle section div styling
*/
.main{
    flex-grow: 1;
}
.body-contents{
    margin-top: 20px;
    margin-bottom: 37px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding-left: 10vw;
    padding-right: 10vw;
}
.body-contents-payment-confirmation{
    margin-top: 20px;
    margin-bottom: 37px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding-left: 10vw;
    padding-right: 10vw;
	height: 650px;
}
.body-heading-main{
    color: var(--headingprimary);
    font-size: 38px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: normal;
}
.body-heading-details{
    width: 699px;
    color: var(--headingsubhead);
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    margin-bottom: 30px;
}
.body-container{
    float:left;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 0 0 4px 4px;
    border: 0.50px var(--primarycolor) solid;
    border-top: 0px #FDFDFD;
    padding-top: 0.5px;
}

.form-control-lg{
    min-height: calc(1.5em + (1rem + 2px));
    padding: .5rem 1rem;
    font-size: 16px;
    border-radius: .3rem;
	color:#999999;
	font-family: 'Open Sans', sans-serif;
}
#multiselect{
    height: 135px;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.85) translateY(-30px);
}
.travel-details-container{
    width: 100%;
    display: inline-block;
}
.message{
    display: none;
}
#form-body-container{
    width: 100%;
}
.nav-tabs{
    float:left;
    width: 100%;
    background: #F7F7F9;
    color: var(--primarycolor) !important;
}
.nav {
    border-width: 0 0 1px 0;
    border-color: var(--primarycolor) !important;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
}
.nav .nav-link{
    color: grey !important;
    border-color: #E8E8E8;
    border-bottom: var(--primarycolor) !important;
}
.nav .active{
    color: var(--primarycolor) !important;
    border-width: 1px 1px 1px 1px;
    border-color: var(--primarycolor) !important;
}
.form-body{
    padding: 25px;
}
.img-right{
    width: 360px;
    height: auto;
}
.image-conatainer{
    width: 5%;
    top: 0;
}
.radio-controller{
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: baseline;
}
.insurance-radio-controller{
    display: flex;
    float: left !important;
    margin-left: 20px;
}
.form-control::-webkit-input-placeholder {
    color: var(--GREY, #999999);
}
.float-label__wrapper label {
    position: absolute;
    margin-left: 7px;
    top: -6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    display: flex;
    color: var(--GREY, #696D6E);
    align-items: center;
}
.float-label label {
    position: absolute;
}
.datepicker{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-select{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.form-check{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: 5px;
}
.form-check-label{
    color: var(--GREY, #696D6E);
    margin-left: 8px;
    cursor:pointer;
}
.form-select{
    color: #999999;
}
.datepicker{
    color: var(--GREY, #696D6E);
}

.form-check-input:checked {

    /* The native appearance is hidden */
    appearance: none;
    -webkit-appearance: none;

    /* The background will be the radio dot's color. */
    background-color: var(--primarycolor);

    /* The border will be the spacing between the dot and the outer circle */
    border: 4px solid white;

    /* And by creating a box-shadow with no offset and no blur, we have an outer circle */
    box-shadow: 0 0 0 1px var(--primarycolor);
}
input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;
    border-radius:50%;
}
input[type='radio']:checked:before {
    background:var(--primarycolor);
}
.form-check-inline{
    display: flex;
    flex-direction: row;
}
.img-icons{
    padding-right: 10px;
}
/* ****Footer CSS****
 - Footer section styling
*/
.footer-desktop{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    overflow:auto;
    padding-top: 20px;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    background: #242D45;
}
.copyright-text{
    color: white;
    padding-right: 175px;
    float: left !important;
}
.address{
    height: 40px;
    text-align: center;
}
.foot_link{
    color: white;
    float: right !important;
}
.datepicker td,th{
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    color: red;
}
/*Template css*/
.body-filter{
    display: flex;
    width: 100%;
    overflow: hidden;
}
.body-heading{
    color: var(--headingprimary);
    font-size: 38px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}
.passenger-info-body-heading{
    color: var(--headingprimary);
    font-size: 38px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}
.body-sub-heading{
    color: var(--GREY, #696D6E);
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    margin-bottom: 30px;
}
.passenger-info-body-sub-heading{
    color: #6d6d6d;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    margin-bottom: 10px;
	margin-top: 25px;
}
.summary-display{
    display: flex;
    width: 100%;
    overflow: hidden;
	padding-left: 0px;
	font-weight: 600;
}
#summary-display-price{
	color: #6d6d6d;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	white-space: nowrap;
}
#summary-display-name{
	color: #6d6d6d;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: 0.25px;
	white-space: nowrap;
}
.body-buttons{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 5px;
}
.btn-primary{
	width: 219px;
	height: 50px;
	left: 0px;
	top: 0px;
	font-family: 'Open Sans', sans-serif;
	background: white;
	border-radius: 50px;
	color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	border: 0.50px black solid;
	margin-right: 25px;
}
.btn-primary:hover {
  background-color: white;
  color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
}
.btn-submit{
	width: 219px;
	height: 50px;
	left: 0px;
	top: 0px;
	font-family: 'Open Sans', sans-serif;
	background: var(--btnprimary);
	border-radius: 50px;
	color: var(--White, #FFF);
	margin-right: 5px;
}
.passenger-heading{
    display: flex;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
}
.summary-body{
    padding-bottom: 15px;
}
.contact-heading{
    margin-top: 15px;
}
.passenger-row{
    padding-bottom: 15px;
}
.flight-input-row{
    padding-bottom: 15px;
}
.terms-passenger{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
input[type="date"] {
    text-align: left;
    color: #999999;
	font-size: 16px;
}

input[type="date"]:before {
    color: lightgrey;
    content: attr(placeholder) !important;
    margin-right: 0.5em;
}
.footer-mobile{
    display: none;
}
#payment-confirmation-heading-main{
	color: var(--primarycolor);
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding-bottom:25px;
	padding-left: 14vw;
}
#payment-confirmation-heading-main-quote{
	color: var(--primarycolor);
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding-bottom:25px;
	padding-left: 14vw;
}
#payment-confirmation-body-1{
	color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 13px;
    margin-left: auto;
    padding-left: 14vw;
	padding-bottom:15px;
}
#payment-confirmation-body-1-quote{
	color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 13px;
    margin-left: auto;
    padding-left: 14vw;
	padding-bottom:15px;
}
#payment-confirmation-body-2{
	color: var(--GREY, #696D6E);
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 14vw;
    margin-left: auto;
	padding-bottom: 15px;
}
#payment-confirmation-body-button{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 219px;
	height: 50px;
	left: 0px;
	top: 0px;
	font-family: 'Open Sans', sans-serif;
	background: white;
	border-radius: 50px;
	color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	border: 0.50px black solid;
	color: var(--GREY, #696D6E);
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 155.556% */
	margin:auto;
}
.review-sub-heading{
	color: #6d6d6d;
	/* Headline H6 */
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 116.667% */
	white-space: nowrap;
}

#review-summary-heading{
	color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	/* Headline H6 */
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 116.667% */
	padding-bottom: 25px;
}

#payment-summary-heading{
	color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	/* Headline H6 */
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 116.667% */
	padding-bottom: 25px;
}

.review-contents-sub-heading{
	color: #999999;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
    vertical-align: top;
}
.review-contents-sub-heading-error{
	color: var(--errormessagecolor);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
    vertical-align: top;
}


.payment-contents-sub-heading{
	color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.review-contents-details{
	color: #6d6d6d;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}
.review-contents-details-error{
	color: var(--errormessagecolor);
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.review-contents-details-error-mobile{
    color: var(--errormessagecolor);
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    width: 50%;
}

.payment-contents-details{
	color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.pan-right{
	color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	/*text-align: right;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.review-contents-total{
	color: var(--reviewpriceheading);
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 15px;
}

#payment-contents-total{
	color: var(--reviewpriceheading);
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 15px;
}
#mobile-payment-contents-total{
	color: var(--reviewpriceheading);
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 15px;
}

.review-contents-total-price{
	color: var(--reviewpricesubheading);
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-align: right;
	padding-top: 15px;
}

#payment-contents-total-price{
	color: var(--reviewpricesubheading);
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: right;
	padding-top: 15px;
}
#mobile-payment-contents-total-price{
	color: var(--reviewpricesubheading);
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: right;
	padding-top: 15px;
}

#summary-payment-method{
	color: #000;
	text-align: center;
	/*font-family: Roboto;*/
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top:15px;
}

#payment-desktop-summary-payment-method{
	color: #000;
	text-align: center;
	/*font-family: Roboto;*/
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top:15px;
	display:block;
}
#payment-mobile-summary-payment-method{
	display:none;
}

#review-container-mobile{
	display: none;
}

#review-container-desktop{
	display: block;
}

.btn-edit{
		width: 219px;
		height: 50px;
		left: 0px;
		top: 0px;
		background: white;
		border-radius: 50px;
		color: black;
		border: 0.50px black solid;
        margin-right: 25px;
	}

.btn-proceed{
        color: white;
		width: 219px;
		height: 50px;
		left: 0px;
		top: 0px;
		background: #63A4D8;
		border-radius: 50px;
}
#payment-details-heading{
	color: #6d6d6d;
	/* Headline H6 */
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 116.667% */
	white-space: nowrap;
}

#payment-details-content-row{
	display: flex;
	width: 348px;
	height: 59px;
	padding: 20px 204px 20px 12px;
	align-items: center;
	flex-shrink: 0;
	border-radius: 4px;
	border: 1px solid var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	background: #FFF;
}

#payment-details-content-column{
	color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space:nowrap;
	width: 160px;
    border: 1px solid var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
    padding: 4px;
}

.payment-container-desktop{
	display: block;
}
#payment-desktop-tab{
	display: block;
}
.payment-container-mobile{
	display: none;
}
#payment-mobile-tab{
	display: none;
}
.payment-desktop-body-buttons{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 5px;
	display:block;
}

.payment-mobile-body-buttons{
	display:none;
}

#airline-1{
	font-size: 16px;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
}

#airline-2{
	font-size: 16px;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
}

#airline-3{
	font-size: 16px;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
}

#airline-4{
	font-size: 16px;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
}

#cardholder-name{
	font-size: 16px;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
}

#card-number{
	font-size: 16px;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
}

#mm{
	font-size: 16px;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
}

#yyyy{
	font-size: 16px;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
}

#cvv{
	font-size: 16px;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
}

.passenger-info-flight-disclosure{
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 10px;
	padding-top: 15px;
	font-size: 18px;
	color: #6d6d6d;
}

.copyright {
    padding: 20px 0;
    background: var(--footerprimary);
}
.copyright p {
    color: #fff;
}
.copyright ul li a {
    padding-bottom: 2px;
    color: #49a6dd;
    font-weight: 500;
}
.copyright ul li a:hover {
    border-bottom: 1px solid #49a6dd;
}

.loader {
    padding: 100px 0px;
}

.loader p {
    text-align: center;
    margin: 20px 0;
    font-size: 35px;
    font-weight: 400;
    color: var(--primarycolor);
    line-height: 38px;
    margin-bottom: 20px;
}

.loader .spinner {
    margin: 0 auto 0;
    width: 70px;
    text-align: center;
}

.loader .spinner > div {
    width: 18px;
    height: 18px;
    background-color: var(--primarycolor);

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

#quote-details-heading{
	color: #6d6d6d;
	/* Headline H6 */
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 116.667% */
	white-space: nowrap;
	/*font-size: 24px;
	color: var(--headingprimary);*/
}

#account-details-heading{
	color: #6d6d6d;
	/* Headline H6 */
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 116.667% */
	white-space: nowrap;
	/*font-size: 24px;
	color: var(--headingprimary);*/
}
#summary_display_table{
    width: 50%;
}


@media only screen and (max-width: 700px) {
    /* The Modal (background) */
    #summary_display_table{
        width: 100%;
    }
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 4; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    
    /* Modal Content */
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 85%;
    }
    
    /* The Close Button */
    .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        right: 5%;
    }
    #ref_payment_number_quote{
        margin-bottom: 25px;
    }
    .img-icons{
        padding-right: 5px;
    }
    #body-content-placeholder{
        display: none;
    }
    #body-content-placeholder-mobile{
        display: block;
    }
    .slash > a {
        display: none;
    }
	.copyright-link{
        display: none;
    }
    .body-contents-product{
        padding-right: 15px;
        padding-left: 15px;
    }
    .form-check-label{
        margin-left: 1px;
		font-size:8px;
    }
	.body-heading{
		color: var(--headingprimary);
		font-size: 24px;
		font-style: normal;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		line-height: normal;
		margin-bottom: 10px;
    }

	.passenger-info-body-heading{
		color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
		font-size: 24px;
		font-style: normal;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		line-height: normal;
		margin-bottom: 10px;
    }
	
	.cart-body-heading{
		color: var(--headingprimary);
		font-size: 28px;
		font-style: normal;
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		line-height: normal;
		margin-bottom: 25px;
		text-align: center;
    }

	.body-sub-heading{
		color: var(--GREY, #696D6E);
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 200;
		margin-bottom: 30px;
    }

	.passenger-info-body-sub-heading{
		color: var(--GREY, #696D6E);
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 200;
		margin-bottom: 10px;
		margin-top: 25px;
    }

	.passenger-info-flight-disclosure{
		font-family: 'Open Sans', sans-serif;
		margin-top: -20px;
		font-size: 14px;
		color: #6d6d6d;
	}

	.terms-passenger{
		width: 100%;
		text-align: center;
		margin-top: 0px;
		font-size: 14px;
	}

	.radio-display{
		display:none;
    }

	.body-buttons{
		display: grid;
		flex-direction: column;
	}

	.back-button{
		order: 2;
		margin-top:8px;
	}

	#passenger_btn_continue{
		order: 1;
	}

	.mobile-back-button{
		order: 2;
		margin-top:8px;
	}

	.mobile-continue-button{
		order: 1;
	}

	#continue-payment-button{
		order: 1;
	}

	#back-payment-button{
		order: 2;
		margin-top:8px;
	}

	.btn-submit{
		width: 100%;
		height: 50px;
		left: 0px;
		top: 0px;
		font-family: 'Open Sans', sans-serif;
		background: var(--btnprimary);
		border-radius: 50px;
		color: var(--White, #FFF);
		justify-content: center;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.btn-primary{
		width: 100%;
		height: 50px;
		left: 0px;
		top: 0px;
		font-family: 'Open Sans', sans-serif;
		background: white;
		border-radius: 50px;
		color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
		border: 0.50px black solid;
		justify-content: center;
	}
	
	#payment_cc_btn_continue{
		order: 1;
	}

	.form-check{
		font-family: 'Open Sans', sans-serif;
		font-size: 8px;
		font-style: normal;
		font-weight: 400;
		padding-left: 1px;
	}

    .nav-header{
        display: inline-block;
        width: 100%;
        height: 105px;
        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
        background: #FDFDFD;
    }
    .contact-header{
        float: right;
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
    }
    .contact-container{
        width: 50%;
        float: left;
        padding-left: 3%;
        padding-top: 5px;
    }
    .email-container {
        width: 50%;
        float: right;
        text-align:right;
        padding-right: 3%;
        padding-top: 5px;
    }
    .logo-header{
        height: 55px;
        width: auto;
        margin-left: 30%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
    }
    .email-container > li {
        display: inline-block;
    }

	#shopping-cart{
		display: flex;
        flex-direction: row;
	}
	
    .contact > a{
        text-decoration: none;
        color: var(--contactnumber);
        font-weight:500;
        list-style-type: none;
        display: block;
        font-size: 15px;
    }
    .email > a{
        text-decoration: none;
        color: var(--emailaddress);
        font-weight:500;
        font-size: 15px;
    }
    .contact-container > li{
        display: block;
    }
    .step-controller{
        overflow-x: scroll;
        overflow-y:hidden;
        width: 100%;
        white-space: nowrap;
        padding-left: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height:50px;
        margin-top: 20px;
    }
	#main-table{
		display:none;
	}
	.summary-display{
		font-size:15px;
        padding-left: 0px;
        width: 25px;
    }
	#summary-display-price{
		font-weight: 600;
		color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
		text-align: right;
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		font-style: normal;
		line-height: normal;
	}

	#summary-display-name{
        font-family: 'Open Sans', sans-serif;
		color: var(--GREY, #696D6E);
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px; /* 125% */
		letter-spacing: 0.25px;
		white-space: pre-wrap;
	}

	.col-sm{
		margin-top:10px;
	}
	.row g-6 passenger-row{
		padding-bottom:1px;
	}
	.row g-6 flight-input-row{
		padding-bottom:1px;
	}
	#payment-confirmation-heading-main{
		color: var(--primarycolor);
		font-family: 'Open Sans', sans-serif;
		font-size: 25px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		text-align:center;
		margin-left:-40px;
	}
    #payment-confirmation-heading-main-quote{
		color: var(--primarycolor);
		font-family: 'Open Sans', sans-serif;
		font-size: 25px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		text-align:center;
		margin-left:-40px;
	}
	#payment-confirmation-body-1{
		color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		margin-left: auto;
		padding-left: 14vw;
		text-align: center;
		padding-right: 14vw;
	}
    #payment-confirmation-body-1-quote{
		color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		margin-left: auto;
		padding-left: 14vw;
		text-align: center;
		padding-right: 14vw;
	}
	#payment-confirmation-body-2{
		color: var(--GREY, #696D6E);
		font-family: 'Open Sans', sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding-left: 14vw;
		margin-left: auto;
		text-align: center;
		padding-right: 14vw;
	}
	#payment-confirmation-body-button{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		width: 300px;
		height: 50px;
		left: 0px;
		top: 0px;
		font-family: 'Open Sans', sans-serif;
		background: white;
		border-radius: 50px;
		color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
		border: 0.50px black solid;
		color: var(--GREY, #696D6E);
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 28px; /* 155.556% */
		margin:auto;
	}

	.form-popup {
    position: fixed;
    bottom: 0;
    z-index: 9;
    visibility: visible;
    -webkit-animation: fadeIn 5s;
    animation: fadeIn 5s;
	width: 100%;
    background-color: var(--cookiebackground);
    text-align: center;
    color: white;
    margin-left: -10px;
	}

	.payment-container-desktop{
		display: block;
	}

	#payment-desktop-tab{
		display: block;
	}

	.payment-container-mobile{
		display: block;
        padding-top: 35px;
	}

	#payment-mobile-tab{
		display: block;
	}

	#nav-tabContent-payment{
		display:none;
	}

	.payment-mobile-body-buttons{
		width: 100%;
		text-align: center;
		margin-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 15px;
		display:block;
	}

	.payment-desktop-body-buttons{
        width: 70%;
        text-align: center;
        margin-top: -10px;
        padding-bottom: 5px;
        display:block;
		margin-left: 50px;
    }

	#review-container-desktop{
		display: none;
	}

	#review-container-mobile{
		display: block;
	}

	#mobile-table{
		display: block;
	}

	.mobile-travel-table{
		display: block;
        width: 100%; 
        table-layout:fixed;
        word-break:break-all;
	}

	.mobile-flight-table{
		display: block;
		padding-top: 15px;
	}
	
	#mobile-address-table{
		display: block;
		padding-top: 15px;
	}

	#review-mobile-contact-sub-heading{
	color: #6d6d6d;
	/* Headline H6 */
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 116.667% */
	white-space: nowrap;
	padding-top: 15px;
	}
    #review-mobile-booking-sub-heading{
        color: #6d6d6d;
        /* Headline H6 */
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 116.667% */
        white-space: nowrap;
        padding-top: 15px;
        }

	.review-mobile-body-heading-main{
    color: var(--headingprimary);
    font-size: 30px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
	}

	.payment-mobile-body-heading-main{
    color: var(--headingprimary);
    font-size: 30px;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
	}

	.review-mobile-information-container{
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
	}

	#review-mobile-summary-payment-method{
	color: #000;
	text-align: center;
	/*font-family: Roboto;*/
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top:15px;
	margin-top: 15px;
	}

	#review-sub-heading{
	color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	/* Headline H6 */
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 116.667% */
	}

	#payment-sub-heading{
	color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
	/* Headline H6 */
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 116.667% */
	}

	.review-contents-sub-heading{
		color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		width: 50%;
	}

	.review-contents-details{
		color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
		text-align: right;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		line-height: normal;
		width: 50%;
	}
	
	.review-contents-total{
	color: var(--reviewpriceheading);
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-top: 15px;
	}

	.review-contents-total-price{
		color: var(--reviewpricesubheading);
		font-family: 'Open Sans', sans-serif;
		font-size: 17px;
		font-style: normal;
		font-weight: bold;
		line-height: normal;
		text-align: right;
		padding-top: 15px;
	}

	#payment-contents-details{
		color: var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
		text-align: right;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	#payment-details-content-row{
		display: flex;
		width: 310px;
		height: 59px;
		padding: 20px 204px 20px 12px;
		align-items: center;
		flex-shrink: 0;
		border-radius: 4px;
		border: 1px solid var(--Text-Seconary-Light, rgba(0, 0, 0, 0.60));
		background: #FFF;
	}

	#payment-desktop-summary-payment-method{
		display:none;
	}

	#payment-mobile-summary-payment-method{
		color: #000;
		text-align: center;
		/*font-family: Roboto;*/
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		padding-top:15px;
		display:block;
	}

	.btn-edit{
		width: 100%;
		height: 50px;
		left: 0px;
		top: 0px;
		background: white;
		border-radius: 50px;
		color: black;
		border: 0.50px black solid;
		margin-top:15px;
        margin-right: 25px;
	}
	
	#review-buttons{
		padding-right: 60px;
		padding-left: 60px;
	}
	
	#review_btn_continue{
		order: 1;
	}
	
	#review_btn_back{
		order: 2;
	}

	.btn-proceed{
        color: white;
		width: 100%;
		height: 50px;
		left: 0px;
		top: 0px;
		background: #63A4D8;
		border-radius: 50px;
		margin-top: 15px;
	}

	#edit-button{
		order: 2;
	}

	#proceed-button{
		order: 1;
	}
    /* Hide scrollbar for Chrome, Safari and Opera */
    .step-controller::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .step-controller {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }

    #form-body-container{
        padding-top: 25px;
        width: 100%;
    }
    .body-contents{
        margin-top: 0px;
        margin-bottom: 37px;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 10px;
    }
	.body-contents-payment-confirmation{
        margin-top: 0px;
        margin-bottom: 37px;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 10px;
		height: 450px;
    }
    .body-container{
        width: 100%;
        height: 100%;
        background: white;
        border-radius: 0 0 4px 4px;
        border: 0.50px var(--primarycolor) solid;
        border-top: 0px #FDFDFD;
        padding-top: 0.5px;

    }
    .nav-tabs{
        float:left;
        width: 100%;
        background: #F7F7F9;
        color: var(--primarycolor) !important;
    }
    .nav {
        border-width: 0 0 1px 0;
        border-color: var(--primarycolor) !important;
        font-family: 'Open Sans', sans-serif;
        line-height: 20px;
        font-size: 10px;
        font-weight: 500;
        height: 60px;
        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
    }
    .nav .nav-link{
        color: grey !important;
        border-color: #E8E8E8;
        font-size: 14px;
    }
    .nav .active{
        color: var(--primarycolor) !important;
        border-width: 1px 1px 0 1px;
        border-color: var(--primarycolor) !important;
    }
    .radio-controller{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .insurance-radio-controller{
        display: flex;
        float: left !important;
    }
    .Component9{
        position: relative;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
    }
    .center {
        padding-bottom: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }
    .footer-desktop{
        display: none;
    }
    .footer-mobile{
        display: block;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 0;
        overflow:hidden;
    }
    .copyright-text{
        width: 100%;
    }
    .copyright{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 40px;
        background: #718798;
        padding-top: 10px;
    }
    .copyright-link-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 120px;
        background: var(--footerprimary);
		padding-bottom:35px;
		padding-top:35px;
    }
    .copyright-text{
        color: white;
        padding-right: 175px;
    }
    .foot_link{
        color: white;
        font-size: 12px;
    }
    #Hepstar-copyright{
        font-size: 12px;
		padding-top: 20px;
    }
    .hep_adrs{
        font-size: 13px;
    }

* {
    box-sizing: border-box;
  }

  #regForm {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: 'Open Sans', sans-serif;
    padding: 40px;
    width: 70%;
    min-width: 300px;
  }

  h1 {
    text-align: center;
  }

  input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #aaaaaa;
  }
  #checbox_check{
    margin-right: 10px;
    width: auto;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #aaaaaa;
  }

  /* Mark input boxes that gets an error on validation: */
  input.invalid {
    border: 1px solid red;
  }

  /* Hide all steps by default: */
  .tab {
    display: none;
  }
  .tab-mobile{
    display: none;
  }
  .tab-first{
    display: block;
  }
  #prevBtn{
    display: none;
  }
  .tab-content{
    font-family: 'Open Sans', sans-serif;
  }
  .tab h1{
    color: black;
    font-size: 25px;
    font-weight: 100;
  }
  .form-control{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    position: relative;
	color: #999999;
    height: 50px;
  }
  .img-center-mobile{
    width: 100%;
    height: 350px;
    padding-top: 35px;
  }
  button {
    background-color: var(--primarycolor);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
  }

  button:hover {
    opacity: 0.8;
  }

  #prevBtn {
    background-color: #bbbbbb;
  }

  /* Make circles that indicate the steps of the form: */
  .step {
    height: 2px;
    width: 15px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: none;
    opacity: 0.5;
    cursor: pointer;
  }

  .step.active {
    opacity: 1;
  }

  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #04AA6D;
  }
  .range-form {
    width: 400px;
    margin: auto;
    padding: 50px;
  }
  #howManyResult{
    padding-right: 15px;
	width: 45px;
	height: 35px;
	margin-bottom: 15px;
	margin-right: 5px;
	border-radius: 0.3em;
  }
  #lengthOfStayResult{
    padding-right: 15px;
	width: 45px;
	height: 35px;
	margin-bottom: 15px;
	margin-right: 5px;
	border-radius: 0.3em;
  }
  #lengthOfStayResult2{
    padding-right: 15px;
	width: 45px;
	height: 35px;
	margin-bottom: 15px;
	margin-right: 5px;
	border-radius: 0.3em;
  }

  .range-slider {
    -webkit-appearance: none;
    /* Override default CSS styles */
    appearance: none;
    width: 100%;
    /* Full-width */
    height: 0.5px;
    border-radius: 25px;
    border: 0.10px #D9D9D9 solid;
    /* Specified height */
    background: #D9D9D9;
    /* Grey background */
    outline: none;
    /* Remove outline */
    /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s;
    /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    &:hover {
      opacity: 1;
      /* Fully shown on mouse-over */
    }
    &::-webkit-slider-thumb {
      -webkit-appearance: none;
      /* Override default look */
      appearance: none;
      width: 45px;
      /* Set a specific slider handle width */
      height: 45px;
      /* Slider handle height */
      background: var(--primarycolor);
      /* Green background */
      cursor: pointer;
      /* Cursor on hover */
      border-radius: 50%;
    }
  }

}
@media only screen and (max-width: 700px) {
    .slash > a {
        display: none;
    }
    .nav-header{
        display: inline-block;
        width: 100%;
        height: 105px;
        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
        background: #FDFDFD;
    }
    .contact-header{
        float: right;
        width: 100%;
    }
    .contact-container{
        width: 50%;
        float: left;
        padding-left: 3%;
        padding-top: 5px;
    }
    .email-container {
        width: 50%;
        float: right;
        text-align:right;
        padding-right: 3%;
        padding-top: 5px;
    }
    .logo-header{
        height: 55px;
        width: 40%;
        margin-left: 30%;
    }
    .email-container > li {
        display: inline-block;
    }
    .contact > a{
        text-decoration: none;
        color: var(--contactnumber);
        font-weight:500;
        list-style-type: none;
        display: block;
        font-size: 15px;
    }
    .email > a{
        text-decoration: none;
        color: var(--emailaddress);
        font-weight:500;
        font-size: 15px;
    }
    .contact-container > li{
        display: block;
    }
    /* ****Step controller heading CSS****
     - Step-controller div styling
    */
    .step-controller{
        overflow-x: scroll;
        overflow-y:hidden;
        width: 100%;
        white-space: nowrap;
        padding-left: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height:50px;
        margin-top: 20px;
    }
    /* Hide scrollbar for Chrome, Safari and Opera */
    .step-controller::-webkit-scrollbar {
        display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    .step-controller {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }
    .Oval{
        border-radius: 50%;
    }
    /* ****Body contents CSS****
     - Body contents div styling
    */
    #form-body-container{
        padding-top: 25px;
    }
    .body-contents{
        margin-top: 0px;
        margin-bottom: 37px;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 10px;
    }
    /*.body-container{
        width: 100%;
        height: 100%;
        background: white;
        box-shadow: 0px 1px 8px rgba(105, 109, 110, 0.10);
        border-radius: 4px;
        border: 0.50px var(--primarycolor) solid;
        padding-bottom: 15px;
        padding-left: 16px;
    }*/
    .nav-tabs .nav-link {
        margin-bottom: -2px;
    }
    .nav-tabs{
        float:left;
        width: 100%;
        background: white;
        color: var(--primarycolor) !important;
    }
    .nav {
        background: white;
        font-size: 15px;
    }
    .nav .nav-link{
        color: grey !important;
        border-width: 0 0 1px 0;
        border-color: var(--primarycolor) !important;
    }
    .nav .active{
        color: var(--primarycolor) !important;
        border-width: 1px 1px 0 1px;
        border-color: var(--primarycolor) !important;
    }
    .radio-controller{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .insurance-radio-controller{
        display: flex;
        float: left !important;
    }
    .Component9{
        position: relative;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
    }
    .center {
        padding-bottom: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }
    
    /* ****Footer CSS****
     - Footer section styling
    */
    .footer{
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 0;
        overflow:auto;
    }
    .copyright-text{
        width: 100%;
    }
    .copyright{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 40px;
        background: var(--footersubhead);
        padding-top: 10px;
    }
    .copyright-link{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 80px;
        background: #242D45
    }
    .copyright-text{
        color: white;
        padding-right: 175px;
    }
    .foot_link{
        color: white;
        font-size: 12px;
    }
    #Hepstar-copyright{
        font-size: 12px;
    }
    .hep_adrs{
        font-size: 13px;
    }
}
