#primary {
   position: relative;
   padding-top: 90px;
   padding-bottom: 60px;
   z-index: 1;
}

.ps-6 {
    padding-left: 4rem!important;
}

.fs-6, .common-style p.fs-6 {
	line-height: 160%;
}

/* Dashboard */

.dashboardRight.border-start {
    border-color: #979797 !important;
	border-width: 2px!important;
}
@media (max-width: 1199px) {
	.dashboardRight.border-start {
	    border: none !important;
	}
}

.list-btn button {
	white-space: nowrap;
}

.buy-list li.single-list {
    border-bottom: 2px solid #979797;
}

.buy-list li a:hover {
    text-decoration: underline;
}

.heading-line-after {
	overflow: hidden;
}
.heading-line-after:after {
	content: "";
	display:inline-block;
	width: 100%;
	height: 9px;
	margin-right:-100%;
	border-top:1px solid #202B5C;
}

.truncate {
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Parallax */
.parallaxpos {
	position: absolute;
	z-index: -1;
}
/* Remove bgs */
.book-Schedule,
.get-Schedule {
	overflow: visible;
	overflow-y: hidden;
}
.book-Schedule .bannerBtnBg::after {
	background: none;
}
.book-Schedule .bannerBtnBg::before {
	background: none;
}
.get-Schedule:after {
	background: none;
}
.get-Schedule:before {
	background: none;
}

.calculate-form small.currency-sign {
	font-size: 15px;
}
.calculate-form input.lump_sum_input {
	width: 156px;
	border-radius: 3px;
	text-align: center;
}

/* Forms */

input[type="range"].form-range {
	border: 0;
}
input[type='range']::-moz-range-thumb {
	background: #202B5C;
}
input[type='range']::-webkit-slider-thumb{
	background: #202B5C;
}
input[type='range']::-webkit-slider-runnable-track {
  background: #F99C1A;
}

/* Animate */


.has-js .animate-when-viewing {
	visibility: hidden;
}

.has-js .animate__animated {
	visibility: visible;
}

.has-js .animate-when-viewing.animate__animated {
	visibility: visible;
}

.animate__delay-a {
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.animate__delay-b {
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.animate__delay-c {
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animate__delay-d {
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

/* Team */
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 700px;
	margin: 20px auto;
}
@media screen and (max-width: 782px) {
	.white-popup {
		width: 500px;
		max-width: 100%;
	}
}

.white-popup:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 269px;
    background-color: #F99C1A;
    right: -130px;
    bottom: -30px;
    z-index: -1;
}

/* Calculator */
@media (min-width: 1200px) {
	.cal-custom-col-xl-5 {
		width: 46%;
	}
	.dashboardRight .cal-custom-col-xl-5 {
	   width: 44%;
	}
}
.dashboardRight .calculate-form h2.calculator-result-heading {
	font-size: 20px;
}
.dashboardRight .calculate-form .calculator-result-vs {
	padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
}
.dashboardRight .calculator-right.offset-xl-1 {
	margin-left: 2em;
}

.shadow-fade {
	-webkit-box-shadow: 1px 1px 16px 8px rgba(32,43,92,0.1);
	-moz-box-shadow: 1px 1px 16px 8px rgba(32,43,92,0.1);
	box-shadow: 1px 1px 16px 8px rgba(32,43,92,0.1);
}