﻿/*************** Normal styling here ***************/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'vw_headlight', sans-serif;
	font-size: 14px;
	color: #000000;
	overflow-x: hidden;
}

.bottom-btn-sec ul.arrow-sec li a img {
	width: 50px;
}

.wrapper {
	overflow: hidden;
}

.StyledLayerWrapper-sc-1bl8kxv {
	z-index: 9;
}

StyledLayerWrapper-sc-1bl8kxv {
	z-index: 9;
}

.container {
	max-width: 80%;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

ul {
	list-style: none;
	margin-bottom: 15px;
}

input.bg-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input.bg-btn:active {
	outline: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	margin: 0 auto;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

/*************** main-sec here ***************/
.main-sec {
	padding: 100px 0 50px 0;
}

.car-sec {
	margin: 120px 0 80px 0;
}

.car-sec,
.detail-sec,
.service-type-sec {
	padding-left: 80px;
}

#detail-sec,
#service-type-sec,
#bill-sec {
	display: none;
}


.left-main-sec {
	width: 50%;
	float: left;
	position: relative;
}

.left-main-sec img.main-img {
	height: 100%;
	object-fit: cover;
}

.left-inner-text {
	position: absolute;
	left: 80px;
	bottom: 80px;
	color: #ffffff;
}

.left-inner-text h2 {
	font-size: 50px;
	font-family: 'vw_headbold';
}

.right-main-sec {
	width: 50%;
	float: right;
}

.right-main-sec h1 {
	font-size: 40px;
	font-family: 'vw_headbold';
	line-height: 1.2;
	margin-bottom: 20px;
}

.right-main-sec h4 {
	font-size: 24px;
	font-family: 'vw_headbold';
	font-weight: 500;
}

.right-main-sec p {
	font-size: 18px;
	margin-bottom: 30px;
}

.right-main-sec h2 {
	font-size: 40px;
	font-family: 'vw_headbold';
	margin-bottom: 60px;
}

.right-main-sec .service-type-sec h2 {
	margin-bottom: 20px;
}

.right-main-sec .car-sec ul.parent-sec li a {
	opacity: 0.5;
}

.right-main-sec .car-sec ul li {
	width: 33.33%;
	float: left;
	margin-bottom: 30px;
	min-height: 110px;
}

.right-main-sec .car-sec ul li a {
	display: inline-block;
	color: #000000;
	font-family: 'vw_headregular';
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.right-main-sec .car-sec ul li a.hover-effect {
	opacity: 1;
}

.right-main-sec .car-sec ul li a span {
	font-size: 16px;
	display: block;
	text-align: center;
}

.right-main-sec input.btn {
	color: #ffffff;
	padding: 10px 40px;
	border-radius: 25px;
	font-size: 14px;
	background-color: #06204a;
}

input[type="button"] {
	border: none;
	cursor: pointer;
	font-family: 'vw_headlight', sans-serif;
}

.detail-sec {
	margin: 80px 0;
}

.detail-sec h3,
.service-type-sec h3 {
	font-size: 30px;
	font-family: 'vw_headbold';
	text-align: center;
	margin-bottom: 50px;
	display: none;
}

.type-sec {
	margin-bottom: 40px;
}

.type-sec h5 {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'vw_headregular';
	margin-top: 15px;
}

.type-sec .list-area {
	float: right;
}

.type-sec .list-area {
	width: 285px;
}

.type-sec ul li {
	display: inline-block;
	padding: 0 7px;
}

.type-sec ul li:last-child {
	padding-right: 0;
}

.type-sec ul li input.bg-btn {
	background: none;
	color: #06204a;
	border: 2px solid #06204a;
	padding: 10px;
	width: 130px;
	text-align: center;
	display: inline-block;
	border-radius: 25px;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	font-family: 'vw_headlight', sans-serif;
}

.type-sec ul li input.bg-btn:disabled {
	border: 2px solid #b1b8c5;
	color: #b1b8c5;
	background: none;
	cursor: default;
	pointer-events: none;
}


.type-sec ul li input.select:disabled {
	cursor: default;
	background-color: #06204a;
	color: #ffffff;
	border: 2px solid #06204a;
	pointer-events: none;
}

.type-sec ul li input.select {
	background-color: #06204a;
	color: #ffffff;
}

.type-sec ul li a.bg-btn.border-btn {
	background: none;
	color: #06204a;
}

.type-sec ul li input.bg-btn.border-btn:hover {
	background: #06204a;
	color: #ffffff;
}

.type-sec ul li input.bg-btn:hover {
	color: #ffffff;
	background: #001E50;
	border: 2px solid #001E50;
}

.type-sec ul li a {
	border: 2px solid #d4d4d4;
	color: #d4d4d4;
	padding: 10px 40px;
	width: 120px;
	border-radius: 25px;
	font-size: 14px;
	display: inline-block;
}

.type-sec ul li a:hover {
	background-color: #d4d4d4;
	color: #06204a;
}

.right-main-sec select {
	width: 100%;
	font-size: 16px;
	font-family: 'vw_headlight', sans-serif;
	padding: 18px 0;
	background: none;
	border: none;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	outline: none;
	color: #000000;
	font-weight: bold;
}

.mar {
	margin-bottom: 50px;
}

.nice-select {
	background: transparent;
	border: none;
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
	font-size: 16px;
	color: #000000;
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 10px;
	padding-left: 0;
	border-bottom: 1px solid #000;
	float: none;
	font-family: 'vw_headlight', sans-serif;
}

.nice-select::after {
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	width: 7px;
	height: 7px;
}

.nice-select.open::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nice-select:hover {
	border-color: inherit;
}

.nice-select span.current {
	font-family: 'vw_headlight', sans-serif;
	font-weight: bold;
}

.nice-select .option {
	font-family: 'vw_headlight', sans-serif;
}

.nice-select .list::-webkit-scrollbar {
	width: 4px;
	background: transparent;
}

.nice-select .list::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #666;
}

.nice-select .list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 0.2);
}

.nice-select .list {
	width: 100%;
	max-height: 210px;
	overflow-y: auto;
}

.slide-sec .nice-select ul {
	display: none;
}

.checbox-sec {
	margin-bottom: 50px;
	display: none;
}

.checbox-sec label {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}

.checbox-sec label input {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	top: 6px;
	position: relative;
}

.scroll-sec {
	height: 250px;
}

.left-inner-text h2.mobile-text {
	display: none;
}

.left-inner-text p {
	display: none;
}

#ascrail2000>div {
	background-color: #333 !important;
}

.bottom-btn-sec ul li {
	display: inline-block;
	padding: 0 10px;
}

.bottom-btn-sec ul.reset-sec {
	float: right;
}

.bottom-btn-sec ul.arrow-sec {
	float: left;
}

.bottom-btn-sec ul li input[type="button"] {
	color: #06204a;
	padding: 5px 0;
	font-size: 20px;
	display: inline-block;
	outline: none;
	background: none;
	text-decoration: underline;
}

.bottom-btn-sec ul li a.btn {
	color: #06204a;
	background: none;
}


.bottom-btn-sec ul li a.border.btn {
	background: none;
	color: #06204a;
}

.bottom-btn-sec ul li a.border.btn:hover {
	background: #06204a;
	color: #ffffff;
}

.bottom-btn-sec ul li:first-child {
	padding-left: 0;
}

.bottom-btn-sec ul li:last-child {
	padding-right: 0;
}

.bottom-btn-sec ul.arrow-sec span {
	display: block;
	text-align: center;
	margin-top: 5px;
}

.service-type-sec {
	margin: 80px 0;
	/*	display: none;*/
}

.service-type-sec .list-area {
	margin-bottom: 50px;
}

.service-type-sec .list-area ul li {
	display: inline-block;
	padding: 0 7px;
}

.service-type-sec .list-area ul li:first-child {
	padding-left: 0;
}

.service-type-sec .list-area ul li:last-child {
	padding-right: 0;
}

.service-type-sec .list-area ul li input.bg-btn {
	background: none;
	color: #06204a;
	border: 2px solid #06204a;
	padding: 12px 18px;
	text-align: center;
	display: inline-block;
	border-radius: 25px;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	font-family: 'vw_headlight', sans-serif;
}

.service-type-sec .list-area ul li:last-child input.bg-btn {
	width: 100px;
}

.service-type-sec .list-area ul li input.select {
	background-color: #06204a;
	color: #ffffff;
}

.service-type-sec .list-area ul li input.select:disabled {
	cursor: default;
}

.bill-sec {
	padding: 40px 0 60px 35px;
	/*! text-align: center; */
	/*	background: linear-gradient(90deg, #33d6e4 0%, #3381df 100%);*/
}

.bill-cnt-area {
	background-color: #ffffff;
	height: 900px;
	/*
	max-width: 70%;
	margin: 0 auto;
*/
	padding: 10px 0 50px 0;
}

.top-heading-sec {
	padding-bottom: 30px;
}

.top-heading-sec p {
	margin-bottom: 0;
	font-size: 20px;
}

.top-heading-sec h1 {
	font-size: 36px;
	font-family: 'vw_headbold';
	margin-bottom: 10px;
	display: none;
}

.top-heading-sec h5 {
	font-size: 20px;
}

.table-billing-sec {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.table-billing-sec ul#ulServiceCost {
	margin-bottom: 20px;
}

.table-billing-sec ul {
	margin-bottom: 0;
}

.table-billing-sec ul.rrs-sec li div:first-child {
	width: 71.4%;
}

.table-billing-sec ul.rrs-sec li {
	height: 43px;
}

.table-billing-sec ul.rrs-sec li.dark-fnt {
	height: auto;
}

.table-billing-sec ul.rrs-sec li.dark-fnt div:first-child {
	padding-top: 12px;
}

.table-billing-sec ul.rrs-sec li div {
	width: 14.3%;
}

.table-billing-sec ul li.top-bg div {
	background-color: #001d4f;
	padding: 10px 15px;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
	border-bottom: none;
	text-transform: inherit;
	font-family: 'vw_headbold';
}

.table-billing-sec ul li.top-bg div {
	width: 100% !important;
	float: none !important;
	padding-left: 15px !important;
}

.table-billing-sec ul li.dark-fnt {
	height: 72px;
}

.table-billing-sec ul li.dark-fnt div {
	border-bottom: none;
}

.table-billing-sec ul li.dark-fnt div:first-child {
	padding-top: 25px;
	height: 100%;
	padding-left: 15px;
}

.table-billing-sec ul li.dark-fnt div {
	background-color: #eaeaea;
	padding: 12px;
	color: #000000;
	font-size: 15px;
	font-family: 'vw_headbold';
	border-right: 1px solid #bdbcbc;
}

.table-billing-sec ul li div:first-child {
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 30px;
}

.table-billing-sec ul li div {
	width: 16.6%;
	float: left;
	height: 100%;
}

.table-billing-sec ul li.dark-fnt div:last-child {
	border-right: none;
}

.table-billing-sec ul li div {
	padding: 12px;
	border-bottom: 2px solid #d3d2d2;
	border-right: 1px solid #bdbcbc;
	text-align: center;
}

.table-billing-sec ul li div:last-child {
	border-right: none;
}

.table-billing-sec tr td div.first-area {
	width: 60%;
	padding-left: 30px;
	text-align: left;
}

.table-billing-sec ul li div.last-sec {
	border-bottom: 2px solid #cdd2d5;
}

.table-billing-sec ul li:last-child div {
	font-family: 'vw_headbold';
}

.table-billing-sec ul li div.last-area {
	border-bottom: 2px solid #cdd2d5;
	border-right: none;
	text-align: left;
	padding-left: 30px;
	/*! font-family: 'vw_headbold'; */
	/*! border-bottom: none; */
}

.table-billing-sec ul li.btm-fnt:last-child div.last-sec {
	border-bottom: none !important;
}

.table-billing-sec ul li.btm-fnt:last-child div.last-area {
	border-bottom: none !important;
}

.table-billing-sec ul li div.no-brd {
	border-right: none;
}

.table-billing-sec ul li.btm-fnt {
	height: 46px;
	background-color: #dfe4e8;
}

.table-billing-sec ul li.btm-fnt.sec-btm div.last-area {
	border-top: 2px solid #46b7e0;
}

.table-billing-sec ul li.btm-fnt.sec-btm div.last-sec {
	border-top: 2px solid #46b7e0;
}

.table-billing-sec ul li.btm-fnt:last-child {
	border-bottom: none;
	background-color: #4cc7f4;
}

.table-billing-sec ul li div.last-area.top-brd {
	border-top: none;
}

.table-billing-sec ul li div.last-sec.lst {
	border-top: none;
}

.table-billing-sec.second-sec .first-area {
	width: 70%;
}

.bottom-table-sec {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 10px auto;
}

.cost-sec {
	margin-bottom: 30px;
}

.cost-sec .lft-sec {
	float: left;
	padding-left: 5px;
}

.cost-sec .rgt-sec {
	float: right;
}

.cost-sec h5 {
	font-family: 'vw_headlight';
}



.bill-btn-sec {
	margin-bottom: 80px;
}

.bottom-table-sec ul li {
	height: 68px;
}

.bottom-table-sec ul li div {
	background-color: #06204a;
	padding: 15px;
	color: #ffffff;
	font-size: 16px;
	height: 100%;
	text-align: left;
}

.bottom-table-sec ul li div:last-child {
	border-bottom: none;
}

.bottom-table-sec ul li div.btm-bg-sec {
	width: 74%;
	padding-left: 30px;
	float: left;
	text-align: left;
	padding-top: 25px;
}

.bottom-table-sec ul li div:nth-child(2) {
	width: 35%;
	float: left;
}

.bottom-table-sec ul li div:last-child {
	width: 26%;
	float: right;
	padding-top: 25px;
}

.peace-of-mind-sec {
	margin-bottom: 20px;
	width: 72%;
	margin: 50px auto 0 auto;
}

.peace-of-mind-sec h2 {
	font-size: 50px;
	font-family: 'vw_headbold', sans-serif;
	margin-bottom: 70px;
}

.peace-of-cnt-area {
	margin-top: 30px;
	max-width: 385px;
}

.peace-of-cnt-area h4 {
	color: #000000;
	font-size: 22px;
	font-family: 'vw_headbold';
	margin-bottom: 15px;
}

.peace-of-cnt-area p {
	color: #000000;
	font-size: 16px;
	margin-bottom: 25px;
}

.peace-of-cnt-area a {
	color: #15417b;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.peace-three-sec {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	text-align: left;
	margin-bottom: 30px;
}

.three-box-sec {
	text-align: center;
	margin-bottom: 100px;
}

.three-box-sec h2 {
	font-size: 50px;
	font-family: 'vw_headbold', sans-serif;
	margin-bottom: 40px;
}

.three-area {
	width: 33.33%;
	float: left;
	position: relative;
}

.three-cnt-sec>a {
	margin-bottom: 30px;
	display: inline-block;
}

.three-area img {
	transition: transform 2.2s cubic-bezier(0.14, 1.12, 0.67, 0.99) 0s;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.three-area a {
	color: #000000;
}

.three-area h4 {
	font-size: 30px;
	font-family: 'vw_headbold', sans-serif;
}

.three-area a.hvr {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.three-cnt-sec {
	max-width: 89%;
	margin: 0 auto;
}

.three-cnt-sec.hover a:hover img {
	transform: scale(1.04) translateY(-50%);
}

.three-cnt-sec.hover a:hover {
	color: grey;
}

.three-cnt-sec a:hover {
	color: grey;
}

.thrre-img-box {
	min-height: 400px;
	background-color: #01b0f1;
	position: relative;
	margin-bottom: 40px;
}

.thrre-img-box a {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	display: block;
	height: 100%;
}

/*
.hover a {
	color: grey;
}

	.hover a img {
		transform: scale(1.04) translateY(-50%);
	}*/

.scroll-sec {
	/*max-height: 250px;*/
	overflow: auto;
}

.ca3-scroll-down-arrow {
	background-color: #ffffff;
	background-size: contain;
	background-repeat: no-repeat;
}

.ca3-scroll-down-link {
	cursor: pointer;
	height: 60px;
	width: 2px;
	margin: 0 auto;
	line-height: 60px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	color: #FFF;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	display: none;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
	animation: ca3_fade_move_down 2s ease-in-out infinite;
}


@-webkit-keyframes ca3_fade_move_down {
	0% {
		-webkit-transform: translate(0, -20px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
}

@-moz-keyframes ca3_fade_move_down {
	0% {
		-moz-transform: translate(0, -20px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-moz-transform: translate(0, 20px);
		opacity: 0;
	}
}

@keyframes ca3_fade_move_down {
	0% {
		transform: translate(0, -20px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(0, 20px);
		opacity: 0;
	}
}

span.error {
	color: red;
	margin-bottom: 10px;
}

.disclaimer-sec {
	max-width: 90%;
	padding: 60px 15px 10px 15px;
	margin: 80px auto 0 auto;
	border-top: 1px solid #000000;
}

.disclaimer-sec h2 {
	font-size: 30px;
	font-family: 'vw_headbold', sans-serif;
	margin-bottom: 30px;
}

.disclaimer-sec h4 {
	font-size: 18px;
	margin-bottom: 25px;
}

.disclaimer-sec ol {
	padding-left: 20px;
}

.disclaimer-sec ol li {
	margin-bottom: 20px;
	font-size: 18px;
	color: #707070;
}

.dis-cnt {
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
}

.disableService {
	opacity: 0.5 !important;
	pointer-events: none;
}

.checbox-sec {
	height: 200px;
	max-height: 100px !important;
}

.scroll-sec {
	height: auto !important;
}


#form4 input[type="text"] {
	width: 100%;
	float: left;
	font-size: 18px;
	font-family: 'vw_headlight', sans-serif;
	padding: 18px 0;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 10px;
	outline: none;
	font-weight: normal;
	color: #0D0D0D;
}

#form4 btn-bg {
	background: none;
	color: #06204a;
	border: 2px solid #06204a;
	padding: 12px 18px;
	text-align: center;
	display: inline-block;
	border-radius: 25px;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	font-family: 'vw_headlight', sans-serif;
  }
.bill-btn {
   
    color: #ffffff;
    border: 2px solid #06204a;
    background-color: #06204a;
    padding: 12px 18px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    font-family: 'vw_headlight', sans-serif;
}

.bill-btn {   
    color: #ffffff;
    border: 2px solid #06204a;
    background-color: #06204a;
    padding: 12px 18px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    font-family: 'vw_headlight', sans-serif;
    margin-top:10px;
}
#form4 span.error {
    display:block;
}

.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.modal-body h1 {
    font-size: 24px;
    text-align: center;
}
.modal.is-visible {
    visibility: visible;
}



.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}



.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}



.modal-wrapper {
     position: fixed;
    z-index: 9999;
    top: 10em;
    left: 50%;
    width: 40em;
      margin-left: -20em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}



.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}



.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}




.modal-content {
  padding: 20px;
}


.modal-close {
      position: absolute;
    top: -13px;
    right: -15px;
   
    color: #fff;
    background: #06204a;
    border-radius: 37px;
    border: none;
    width: 28px;
    height: 28px;
    line-height: normal;
    padding-top: 3px;
    font-size: 16px;
cursor:pointer;



}
.bill-cnt-area
{
scrollbar-color: rgb(0,0,0) rgb(178,190,181) !important;
scrollbar-width: thin !important;
}

.bill-cnt-area::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.bill-cnt-area::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.bill-cnt-area::-webkit-scrollbar-thumb
{
	background-color: #000000;
}



@media screen and (max-width: 991px) {
.modal-wrapper {
  width: 30em;
  margin-left: -15em;
}
}



@media screen and (max-width: 767px) {
.modal-wrapper {
  width: 80%;
  margin-left: -40%;
}
.modal-body h1 {
    font-size: 20px;
}
}


@media screen and (max-width: 600px) {
.modal-wrapper {
  width: 88%;
  margin-left: -44%;
}
}

.spinner-box-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader-text {
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
}


.spinner-box img {
    width: 80px;
}