    @font-face {
    font-family: Larken-black;
    font-style: italic;
    src: url('../../fonts/EllenLuff-Larken-Black-Italic.otf');
}

@font-face {
    font-family: Larken-black;
    font-style: normal;
    src: url('../../fonts/EllenLuff-Larken-Black.otf');
}

@font-face {
    font-family: Larken;
    font-weight: bold;
    font-style: italic;
    src: url('../../fonts/EllenLuff-Larken-Bold-Italic.otf');
}

@font-face {
    font-family: Larken;
    font-weight: bolder;
    font-style: italic;
    src: url('../../fonts/EllenLuff-Larken-ExtraBold-Italic.otf');
}

@font-face {
    font-family: Larken;
    font-weight: bolder;
    font-style: normal;
    src: url('../../fonts/EllenLuff-Larken-ExtraBold.otf');
}

@font-face {
    font-family: Larken;
    font-weight: normal;
    font-style: italic;
    src: url('../../fonts/EllenLuff-Larken-Italic.otf');
}

@font-face {
    font-family: Larken;
    font-weight: 400;
    font-style: italic;
    src: url('../../fonts/EllenLuff-LarkenItalicRegular.ttf');
}

@font-face {
    font-family: Larken;
    font-weight: lighter;
    font-style: normal;
    src: url('../../fonts/EllenLuff-LarkenLight.otf');
}

@font-face {
    font-family: Larken;
    font-weight: lighter;
    font-style: italic;
    src: url('../../fonts/EllenLuff-LarkenLightItalic.otf');
}

@font-face {
    font-family: Larken;
    font-weight: 500;
    font-style: normal;
    src: url('../../fonts/EllenLuff-LarkenMedium.otf');
}

@font-face {
    font-family: Larken;
    font-weight: 500;
    font-style: italic;
    src: url('../../fonts/EllenLuff-LarkenMediumItalic.otf');
}

@font-face {
    font-family: Larken;
    font-weight: 400;
    font-style: normal;
    src: url('../../fonts/EllenLuff-LarkenRegular.otf');
}

@font-face {
    font-family: Larken;
    font-weight: lighter;
    font-style: normal;
    src: url('../../fonts/EllenLuff-LarkenThin.otf');
}

@font-face {
    font-family: Larken;
    font-weight: lighter;
    font-style: italic;
    src: url('../../fonts/EllenLuff-LarkenThinItalic.otf');
}

@font-face {
    font-family: Larken;
    font-weight: normal;
    font-style: normal;
    src: url('../../fonts/EllenLuff-LarkenVariableRegular.ttf');
}
@font-face {
    font-family: signature;
    font-weight: normal;
    font-style: normal;
    src: url('../../fonts/Revive-80-Signature.otf');
}
@font-face {
    font-family: ssignature;
    font-weight: normal;
    font-style: normal;
    src: url('../../fonts/Revive-80-Smooth-Signature.otf');
}

@font-face {
    font-family: ProximaNova;
    font-weight: bold;
    font-style: normal;
    src: url('../../fonts/ProximaNova-Bold.ttf');
}

@font-face {
    font-family: ProximaNova;
    font-weight: light;
    font-style: normal;
    src: url('../../fonts/ProximaNova-Light.otf');
}

@font-face {
    font-family: ProximaNova;
    font-weight: normal;
    font-style: normal;
    src: url('../../fonts/ProximaNova-Regular.ttf');
}

@font-face {
    font-family: ProximaNova;
    font-weight: thin;
    font-style: normal;
    src: url('../../fonts/ProximaNova-Thin.otf');
}
 html, body{
 	overflow-x: hidden;
 }
 body, h3, p, span, div, a, ul, li, h2, h1, h4, h5, h6 {
    font-family: ProximaNova !important;
}
label{
	font-weight: bolder;	
}

/* The radio */
.radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 27px;
    user-select: none;
    font-weight: 100;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 9px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.divright {
    display: none;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
  background-color: #00ff94;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	/*background: white;*/
}
select{
	font-weight: 700 !important;
    color: #000 !important;
    border-color:#000 !important;
}
.pricehere{
	font-weight: 700 !important;
	color:#000 !important;
	/*font-style: italic;*/
}
.btn-calculate{
background-color: #00ff94;
    box-shadow: 0 2px 0 #002d18;
    border-radius: 0;
    color: #000;
    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 26px;
    font-weight: 900;
}
.btn-calculate:hover{
	background-color: #009f5c;
    box-shadow: 0 2px 0 #008346;
    color:#fff;
}
/*hover btn */
.hoverclass:hover{
    color: #00dc80 !important;
}
/* The checkbox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 0;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #00ff94;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.preloader{
	 position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 88%);
    height: 100%;
    width: 100%;
    top: 0;
}
.preloader img{
	width: 150px;
}
.table td, .table th{
	padding: 0.2rem !important;
}
.fixedbox{

	position: absolute;
    width: 280px;
    right: -17%;
    top: 0%;
    padding: 10px;

}
.headcontainer{
	padding: 0;display: flex;align-items: center;	    justify-content: space-between;

}
.logo{
	width: 100%;width: 100%;margin-left: -12px;margin-top:16px;
}
.divright{
	width: 13%;
    float: right;
}
.divright h4{
	color: #fff;
    font-size: 56px;
    padding-left: 20px;
    font-weight: 500;
    margin: 0;
    font-style: oblique;
    padding: 0;
}
.divright img{
	width: 15px
}
.divleft{
	width: 14%;float: left
}
.respadding{
	/*padding: 50px 0px;*/
}
.quotecontainer{
	background-color:#fff;float: left;padding: 15px;box-shadow: 0px 0px 25px -10px rgba(0,0,0,0.5);position: relative;color: #000;
}
.quotecontainer .topheading{
	float: left;font-size: 28px;font-weight: 700;padding-top: 2px;
}
.cuspd{
	padding: 25px 15px;float: left;width: 100%;
}
.boxheadings{
	margin-bottom: 0px;font-weight: 700;
}
.toptotal{
	float: right;font-size: 30px;font-weight: 700;
}
.totaltodisplay{
	font-size: 16px;font-weight:bold;
}
.pricetodisplay{
	font-size: 18px;font-weight: bold;
}
.hovbtn:hover{
	background-color: #383838 !important;
	color: #fff !important;
	transition: all .15s ease;
}
.hovbtn.tb:hover img{
	filter: invert(1) !important;
	transition: all .15s ease;
} 
.cusheight{
	height: 620px;
}
.pdbt-mb{
	padding-top: 0px;
}
.customwidth{
	max-width: 22%;
}
.steps{
	position: relative;
	z-index: 999;
}
.steps ul li{
	width: 100%;display: flex;justify-content: center;flex-direction: column;align-items: center;
}
.steps ul li.active{
	transform: scale(1.2);
}
.steps ul li.active.check{
	transform: scale(1);
}
.steps ul li div{
	border-radius: 100px;background-color: #8b98af;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;color:#fff;font-weight: 700;font-size: 20px;
}
.steps ul li.active div{
	background-color: #1b3f7d;
	box-shadow: 0px 0px 6px 4px rgb(27 63 125 / 30%);
}
.steps ul li span{
	padding-top: 10px
}
.steps ul li.active span{
	font-weight: 700;
}
.steps ul li.active.check span{
	font-weight: 400;
	color:#219736;
}
.step-box{
	margin-top: 30px;
}
.steps ul li.active.check div{
	background-color: #219736 !important;
	box-shadow: none;
}
.steps::before{
	content:'';
	width: 100%;
	position: absolute;
	border-top:2px dashed #ccc;
	top: 24px;
	z-index: -1;
}
.morepersonsdiv .form-group{
	border-bottom:0 !important;
	padding-bottom: 0px;
}
.mlogo {
    display: none;
}
@media (min-width:320px) and (max-width:641px){
	.customwidth{
		max-width: 100% !important;
	}
	.pdbt-mb{
		padding-top: 20px;
	}
	.dateDiffval{
		float: left;font-size: 14px;display: block !important;width: 100% !important;text-align: center !important;padding-top: 9px;
	}
	.respadding{
		padding: 0px 0px;
	}
	.respadding.form{
		margin: 10px 0px;
	}
	.logo{
        display: none;
	    width: 100%;
	    height: 85px;
	    object-fit: contain;
	    margin:0;
	}

	.divleft{
	    width: 100%;
	    float: left;
	}
	.headcontainer{
	    flex-direction: column;
	}
	.divright{
	    width: 100%;
	    float: left;
	}
	.divright h4{
	    font-size: 20px;
	}
	.divright img{
	    width: 20px;
	    margin:0;
	}
	.quotecontainer{
		padding: 10px;
	}
	.quotecontainer .topheading{
		font-size: 16px;
	}
	.cuspd{
		padding: 25px 0px;
	}
	.boxheadings{
		font-size: 18px;
		margin-bottom: 15px;
	}
	table tr td {
	    font-size: 13px;
	}
	table tr td b {
	    font-size: 13px;
	}
	.toptotal{
		float: right;font-size: 20px;
	}
	.totaltodisplay{
		font-size: 14px;
	}
	.pricetodisplay{
		font-size: 14px;
	}
	.fixedbox{
		display: block;
		position: relative;
		right: 0;
		width: 100%;
		transform: scale(0.8);
    	top: -57px;
	}
	.cusheight{
		height: 500px;	
	}
    .mlogo {
        display: block;
        width: 35%;
    }
}
.form-control {
    background: transparent;
    color: #fff !important;
    border: none;
    font-size: 25px;
    font-weight: 200 !important;
}
input.form-control:focus {
	background: transparent;
    color: #fff !important;
    border-left:2px solid;
    font-size: 25px;
    font-weight: 200 !important;
    box-shadow: none;
    outline: none;
    transition: all 0.1s ease;
    border-color: #fff;
}

select.form-control:focus {
    background: transparent !important;
    border: none;
    box-shadow: none;
    outline: none;
}
.form-control option {
    color: #fff !important;
    background: #132b55;
    border: none;
    outline: none;
    box-shadow: none;
}
.footerlogo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 14px 17px 14px 17px;
    background: linear-gradient(-36deg, #ffffff29 28%, #ffffff4a 90%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: saturate(95%) blur(0px);
    -webkit-backdrop-filter: saturate(95%) blur(0px);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.footerlogo img {
    width: 55px;
}

footer.bottomfooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    padding-bottom: 9px;
    background: linear-gradient(159deg, #1B3F7D 40%, #000000 100%) !important;
    padding-top: 9px;
    backdrop-filter: blur(5px);
    z-index: 9 !important;
}

.footerlinks img {
    width: 40px;
}

.footerlinks .col-md-2 {}
.focused {
    background: #ffffff24;
}
.footerlinks {
    position: absolute;
    right: 0;
    top: 13px;
}

.footerlogo img:first-child {
    margin-right: 21px;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.steps{
    display: none !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: .3 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
  opacity: .3 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
  opacity: .3 !important;
}
input.form-control:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.3 !important; /* Firefox */
}input.form-control:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.3 !important; /* Firefox */
}input.form-control:focus::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.3 !important; /* Firefox */
}
input.form-control {
    padding: 0;
    border-left: 2px solid;
    border-radius: 0;
    padding-left: 20px;
    height: 40px;
    border-color: #fff;
}
select.form-control {
    border-left: 3px solid #fff !important;
    border-radius: 0;
    padding-left: 20px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}