/*
  [Table of contents]
  1 Root css
  2 default css
  3 header css
  4 Banner css
  5 Feature css
  6 Recommended css
  7 Why SmileHandyy css
  8 How It Works sec css
  9 Recently css
  10 copy right css
  11 footer css
  12 login modal css
  13 Delete css
  14 Shimmer css for loading placeholder
*/

/* Root css */

:root {
	--primary-font: Sofia Pro;

	/* Color */
	--primary-color: #0d1c48;
	--primary-bg-color: #fff;

	/* Hover Color */
	--primary-color-hover: #2097fc;
	--primary-bg-color-hover: #000;

	/* --secondary-color: #000; */
}

/* Root css close */

/* default css */

* {
	outline: none !important;
}

html {
	overflow-x: hidden;
	scroll-padding-top: 12%;
}

body {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	color: var(--primary-color);
	font-family: var(--primary-font);
	background-color: var(--primary-bg-color);
}

p,
ul,
ol {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #2097fc;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #2097fc;
}

h1,
h2,
h3,
h4,
h5 {
	color: var(--primary-color);
	font-family: var(--primary-font);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: var(--primary-color);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	color: var(--primary-color-hover);
}

.dropdown-toggle::after {
	border: none;
	content: "\f107";
	vertical-align: unset;
	font-family: "Font Awesome 5 Pro";
}

.icon{
	width: auto !important;
    height: auto;
    vertical-align: unset;
    display: unset !important;
}
.error, .text-danger {
    color: #FF0000!important;
}

.a-link{
	font-size: 1rem;
	color: #2097FC;
}
.a-link:hover {
    text-decoration: underline;
    color: #2097FC;
}
.btn-theme{
	color: #fff;
	background: #2097FC;
	border-radius: 15px;
}
.btn-theme:hover{
	color: #fff;
	background: #2097FC;
	box-shadow: 0px 0px 25px 0px #00000057;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}

.form-control:focus {
    box-shadow: unset;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: unset;
}

.gray-section{
	background-color: #F3F3F3;
}

select.form-control{ 
    background-image: url(../icon/city_drop_down.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 94% !important;
    background-position-y: 50% !important;
    appearance: none !important;
} 

@keyframes shine{
  	10% {
    	opacity: 1;
    	top: -30%;
    	left: -30%;
    	transition-property: left, top, opacity;
    	/*transition-duration: 0.7s, 0.7s, 0.15s;*/
    	transition-timing-function: ease;
  	}
  	100% {
    	opacity: 0;
    	top: -30%;
    	left: -30%;
    	transition-property: left, top, opacity;
  	}
}

.btn-warning {
    color: #fff;
    background-color: #ed6329;
    border-color: #ed6329;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ed6329;
    border-color: #ed6329;
}

/* defalut css*/


/* header css */

header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
	transition: all 0.5s;
	background-color: var(--primary-bg-color);
}

header.fixed {
	transition: all 0.5s;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .nav-link {
	position: relative;
	padding: 32px 0;
	margin: 0 25px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
	color: var(--primary-color);
	color: gray;
}

header.fixed .navbar .navbar-nav .nav-link {
	padding: 25px 0;
}

.navbar .navbar-nav .active>.nav-link {
	color: var(--primary-color-hover);
}

.navbar .nav-item:hover .nav-link {
	color: var(--primary-color-hover);
	transition: all 0.5s;
}

.navbar-nav .dropdown-menu {
	right: 0;
	left: auto;
}

.navbar-brand {
	margin: 0;
	width: 100%;
	padding: 0;
	max-width: 250px;
}


body .nav-item .btn {
	margin-left: 15px;
	border-radius: 50px;
}

.navbar {
	padding: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

header .call {
	font-weight: 500;
	margin-left: 25px;
	padding-left: 20px;
	border-left: 1px solid #000;
	color: gray;
}

header .call i {
	margin-right: 6px;
}

header .call img.phone-icon {
	width: 25px;
	background-color: #fff;
	vertical-align: bottom;
}

header .time {
	line-height: 1;
	font-weight: 500;
	margin-left: 16px;
	margin-bottom: 0;
	padding-left: 16px;
	border-left: 1px solid rgba(50, 57, 83, 0.2);
}

header .time i {
	margin-right: 6px;
}

.navbar-nav {
	align-items: center;
}

.m-logo {
	display: none;
}

.navbar .navbar-nav .nav-link.dropdown-toggle {
	padding-right: 15px;
}

.st0 {
	fill: #2097FC;
}

.st1 {
	fill: #06E2FF;
}

.st2 {
    font-family: 'Sofia Pro';
    font-weight: 800;
    font-size: 135.4423px;
}

.st3 {
	font-size: 120.5609px;
}
.dropdown-menu-box {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	display: flex;
	padding: 20px 15px;
	align-items: flex-start;
	background-color: #fff;
	transform: translateX(-50%) scaleY(0);
	box-shadow: 0 -2px 14px rgba(32, 151, 252, 0.15);
	transform-origin: 0 0;
	transition: all 0.5s;
}

.dropdown-menu-list {
	width: calc(100% / 5);
}

header .container {
	position: relative;
}

header .menu-dropdown:hover .dropdown-menu-box {
	transform: translateX(-50%) scaleY(1);
}

.dropdown-menu-list h3 {
	font-size: 18px;
	font-weight: 600;
}

.dropdown-menu-list li {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	margin: 12px 0;
}

html.show-menu {
	overflow: hidden;
}

.menu-dropdown .nav-link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
	border: 2px solid #192851;
	border-top: none;
	border-left: none;
}

.menu-dropdown.active .nav-link::after,
.menu-dropdown:hover .nav-link::after {
	border-color: var(--primary-color-hover);
}

header .navbar .navbar-nav .menu-dropdown .nav-link {
	padding-right: 15px !important;
}

header .head-call {
	border-left: 1px solid gray;
}

.pro-dropdown .dropdown-menu-box {
	min-width: 150px;
	right: 0;
	left: auto;
	flex-direction: column;
	transform: translateX(0%) scaleY(0);
}

.pro-dropdown {
	position: relative;
}

.pro-dropdown .dropdown-menu-box li {
	width: 100%;
}

.pro-dropdown .dropdown-menu-box a {
	display: block;
	margin: 4px 0;
	font-weight: 500;
	font-size: 16px;
	text-align: right;
}

header .pro-dropdown:hover .dropdown-menu-box {
	transform: translateX(0%) scaleY(1);
}

.pro-dropdown i {
	margin-right: 8px;
}

button.header-state-btn {
	background-color: transparent;
	border: none !important;
	font-weight: 600;
	font-size: 16px;
	margin: 0 14px;
	padding: 12px 0 !important;
	cursor: pointer;
}

.md-mobile-dropdown {
	display: none;
}
.md-mobile-dropdown .dropdown-menu {
	overflow: hidden;
	border: 1px solid #ececec;
	border-top: none;
}
.md-mobile-dropdown .dropdown-menu .availableState {
	padding: 5px 0;
}
.md-mobile-dropdown .dropdown-menu .availableState:not(:last-of-type) {
	border-bottom: 1px solid #ececec;
}
/* header css */

/* Modal css */
.modal-theme .modal-title {
    font-weight: 700;
    font-size: 2rem;
}
.modal-theme .close {
    background-image: url(../icon/close_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 13px 8px;
    opacity: 1;
    font-size: unset;
    font-weight: unset;
    line-height: unset;
}
.modal-theme .close .icon{ width: 55% !important;}
.modal-theme .btn {
    padding: 1.5rem 2rem;
    border-radius: 15px;
    margin-bottom: .85rem;
}

.modal-theme .modal-body .modal-head { margin-bottom: 3rem; color: gray; font-weight: 500; }
.modal-theme .modal-body .modal-foot { margin-top: 3rem; }
.modal-theme .btn-google { background: #FFFFFF 0% 0% no-repeat padding-box; }
.modal-theme .btn-facebook { background: #3C5A9A 0% 0% no-repeat padding-box; color: #FFFFFF; }
.modal-theme .btn-guest { background: #B9B9B9 0% 0% no-repeat padding-box; color: #FFFFFF; }
.modal-theme .modal-body { margin: 0 5rem; color: #000; }

.modal-theme .form-group small {
    font-weight: 500;
}
.modal-theme .separator{
  display:flex;
  align-items: center;
  color: #B9B9B9;
  margin: .5rem 0;
}
.modal-theme .separator .line{
  height: 1px;
  flex: 1;
  background-color: #dddddd;
}
.modal-theme input, .modal-theme select{
  border-radius: 15px;
  border: unset;
  height: 4.4rem;
}
.modal-theme .custom-control-input { height: 1.25rem; }

.modal-theme .input-password-icon{
    position: absolute;
    right: 3%;
    top: 25%;
    z-index: 4;
    color: #495057;
}
.modal-theme .form-group .input-contact-style input { 
    width: 85%;
    padding-left: 1.5rem;
    border-radius: 0 15px 15px 0;
    display: inline;
} 
.modal-theme .form-group .input-contact-style select { 
    width: 15%;
    border-radius: 15px 0 0 15px;
    display: inline;
} 

.modal-theme .custom-control { 
    padding-left: 2rem;
}
.modal-theme .custom-checkbox .custom-control-label::before {
    border-radius: 1.25rem; border: none; }

.modal-theme .custom-control-label::before {
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    left: -2rem;
}
.modal-theme .custom-control-label::after {
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    left: -2rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../icon/checked-input.png);
}
/* Modal css */


/* Banner css */

.banner-sec {
	position: relative;
	text-align: center;
	padding: 0;
	margin-top: 80px;
	/* background-size: cover;
	background-position: center 10%; */
	z-index: 0;
	background-image: url('../images/BANNER.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 200%;
}

.banner-sec .container {
	z-index: 1;
	position: relative;
	padding: 150px 0 40px 0;
}
.banner-sec .banner-content {
	margin: 0 auto;
    max-width: 800px;
}

.banner-sec .banner-main-heading {
    color: #fff;
    font-weight: 400;
    font-size: 2.4rem;
    margin: 0 50px;
    margin-bottom: 15px;
}
.banner-sec .banner-sub-heading {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin: 0 20px;
    margin-bottom: 30px;
}

.banner-image-div{
    /*background: #0000008c;*/
    background: #00000066;
}
.banner-sec .banner-search-bar{
	padding: 10px 10px 10px 30px;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0px 3px 25px #0000001A;
}
.banner-sec .banner_input_icon{
	width: 19px!important;
    height: 29px;
}
.banner-sec .banner-search-bar input{
	font-size: 1.1rem;
}

.banner-search-bar .search-list {
	position: absolute;
	top: 110%;
	left: 10%;
	width: calc(100% - 200px);
	border-radius: 10px;
	margin-bottom: 0;
	background-color: #fff;
	/*transform: scaleY(0);*/
	transform-origin: 0% 0%;
	transition: all 0.5s;
	box-shadow: 2.162px 30.924px 111px 0px rgba(11, 72, 130, 0.13);
	width: -moz-available;
	text-align: justify;
	height: 200%;
    overflow: auto;
}

.banner-search-bar .search-list a {
	padding: 5px 20px;
	display: block;
	font-size: 16px;
	color: rgb(0 0 0 / 0.8);
	font-weight: 400;
}
.banner-search-bar .search:focus+.search-list {
	transform: scaleY(1);
}

/* Banner css */

/* Service slider css */

section {
	padding: 30px 0;
}

.sec-head {
	font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.sec-subhead {
	display: flex;
    justify-content: center;
    font-size: 1.18rem;
    font-weight: 400;
    margin-top: 8px;
}

.sec-head-underline {
    text-align: center;
    max-width: 11rem;
    margin: 1rem auto;
    display: block;
    position: relative;
}
.sec-head-underline span {
    height: .2rem;
    border-radius: 6px;
    background: #2097FC;
    opacity: 1;
    position: absolute;
}
.sec-head-underline .left {
    width: 20%;
    left: 0;
}
.sec-head-underline .center {
    width: 2%;
    left: 21%;
}
.sec-head-underline .right {
    width: 74%;
    right: 0;
}

.service-slider-sec .owl-stage-outer{
	padding: 30px 0;
}

.service-slider-sec .card {
	border: none;
	background-color: transparent;
}
.service-slider-sec .card .card-img-div {
	position: relative;
	display: flex;
}
.service-slider-sec .card .card-img-top{
	border-radius: 10px;
	object-fit: cover;
}
.card-image-overlay{
	width: 100%;  
	height: 100%;
	background: #00000066; 
	position: absolute; 
	background: linear-gradient(#00000000, #00000000, #6464619e); 
	border-radius: 10px;
}
.service-slider-sec .card .offer-badge{
	position: absolute;
    top: 44%;
}
.service-slider-sec .card .offer-badge .badge {
	position: relative;
  	overflow: hidden;
    font-size: 17px;
    font-weight: 300;
    padding: .55rem .95rem;
    border-radius: 0px 7px 7px 0px;
  	color: #fff;
}

.service-slider-sec .card:hover .offer-badge .shine:after {
	animation: shine 3s linear infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -188%;
    left: -194%;
    width: 200%;
    height: 200%;
    /* opacity: 0; */
    transform: rotate(20deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( 
    	to right, 
    	rgba(255, 255, 255, 0.15) 0%, 
    	rgba(255, 255, 255, 0.13) 77%, 
    	rgba(255, 255, 255, 0.5) 88%, 
    	rgba(255, 255, 255, 0.5) 92%, 
    	rgba(255, 255, 255, 0.0) 100% 
    );
}

.service-slider-sec .card .protetion-badge{
	position: absolute;
	padding: .45rem .9rem;
    top: 5%;
    background-color: #dbd5ce;
    font-size: 90%;
    border-radius: 0px 7px 7px 0px;
}
.service-slider-sec .card .card-title{
	font-size: 16px;
	margin: 0;
} 
.service-slider-sec .card .card-body {
	padding: 10px;
	margin: 5px;
    margin-top: 0;
    border-radius: 0px 0px 10px 10px;
    background-color: #fff;
}
.service-slider-sec .card:hover .card-body {
    box-shadow: 0px 3px 27px #0000001a;
}
.service-slider-sec .card .card-body p{
	font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
}

.people-think-sec .people-think-carousel,
.service-slider-sec .service-carousel {
	margin: 0 auto;
	position: relative;
	text-align: center;
	max-width: calc(100% - 60px);
}

/* Service slider css */

/* People think css */
.people-think-sec .card{
	margin: 0;
	text-align: center;
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	border-radius: 20px;
	opacity: 1;
}
.people-think-sec .card:hover {
    box-shadow: 0px 26px 42px -15px #0000001a;
}
.people-think-sec .card .profile-image {
    width: 74px !important;
	height: 74px;
}
.people-think-sec .card .card-title {
    font-size: 23px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin: 0;
}
.people-think-sec .card .card-subtitle {
    font-size: 18px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.5;
	margin: 0;
}
.people-think-sec .card .card-text {
    font-size: 18px;
	letter-spacing: 0px;
	color: #9f9f9f;
	/*opacity: 0.5;*/
	margin-bottom: 2px;
	margin-top: 20px;
}
.people-think-sec .card:hover .card-text {
    /*opacity: 1;*/
    color: #000000;
}
.people-think-sec .card .image-quotes {
    position: absolute;
    right: 15px;
    top: 27px;
}

.btn.btn-all-testimonial { 
	background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EFEFEF;
    border-radius: 21px;
    opacity: 1;
    color: #949494;
    box-shadow: unset;
    margin-top: 50px;
    padding: 10px 25px;
}
.btn.btn-all-testimonial:hover { 
	background: #2097fc 0% 0% no-repeat padding-box;
    border: 1px solid #2097fc;
    color: #fff;
}

/* People think css */

/* why-smileHandyy css */

.why-smileHandyy .svg-blue {
	fill: #0061FF;
}

.why-smileHandyy .svg-dark-blue {
	fill: #323953;
}

.why-smileHandyy .svg-light-blue {
	fill: #55B6FF;
}

.why-smileHandyy .svg-opacity {
	opacity: 0.5;
}

.why-smileHandyy .why-smileHandyy-col:hover .svg-light-blue {
	fill: rgba(255, 255, 255, 0.4);
}

.why-smileHandyy .why-smileHandyy-row {
	display: flex;
	max-width: 1100px;
	margin: 60px auto 0;
	justify-content: space-between;
}

.why-smileHandyy .why-smileHandyy-col {
	padding: 10px;
	margin: 0 5px;
	text-align: center;
	border-radius: 18px;
	border: 1px solid #dcdfe6;
	transition: all 0.5s;
	flex-basis: calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
}

.why-smileHandyy .why-smileHandyy-col svg {
	height: 100%;
	max-width: 110px;
	max-height: 110px;
	margin: 0 auto 40px;
	display: block;
	transition: all 0.5s;
}

.why-smileHandyy .why-smileHandyy-col:hover {
	border-color: transparent;
	background-color: var(--primary-color-hover);
}

.why-smileHandyy .why-smileHandyy-col:hover .svg-dark-blue {
	fill: #fff;
}

.why-smileHandyy .why-smileHandyy-col:hover .svg-blue {
	fill: rgba(255, 255, 255, 0.7);
}

.why-smileHandyy .why-smileHandyy-col:hover h3,
.why-smileHandyy .why-smileHandyy-col:hover p {
	color: #fff;
}

.why-smileHandyy .why-smileHandyy-col p {
	line-height: 1.5;
	transition: all 0.5s;
}

.why-smileHandyy .why-smileHandyy-col h3 {
	transition: all 0.5s;
}

.why-smileHandyy .why-smileHandyy-col svg path {
	transition: all 0.5s;
}
/* why-smileHandyy css */

/* Application Promotion css */
.app-promotion-sec {
	margin-bottom: 50px;
	margin-top: 180px;
}
.app-promotion-sec .app-promotion-sec-box{
    padding: 35px 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.app-promotion-sec-content p {
   	font-size: 20px;
    font-weight: 400;
    opacity: 0.8;
    line-height: 1.6;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
} 
.app-promotion-sec-content .heading {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
}
.app-promotion-sec .apple-img {
    width: 82%;
    position: absolute;
    bottom: -8.5rem;
    left: 20%;
}
.app-promotion-sec .android-img {
    width: 70%;
    position: absolute;
    bottom: -8.5rem;
}
/* Application Promotion css */

/* How It Works sec css */
.how-work .background-image .background-img {
	width: auto;
	height: auto;
	object-fit: contain;
}
.how-work .background-image .image-div1, 
.how-work .background-image .image-div2, 
.how-work .background-image .image-div3{
	position: absolute;
    left: 40%;
    top: 25%;
}

.how-work .row p {
    color: #000000;
	opacity: 0.5;
	font-size: 14px;
}

/* How It Works sec css */

/* owl slider css */
.people-think-sec .owl-nav {
	top: 50%;
	left: 50%;
	height: 0;
	display: flex;
	position: absolute;
	align-items: center;
	width: calc(100% + 50px);
	justify-content: space-between;
	transform: translate(-50%, -50%);
}
.service-slider-sec .owl-nav {
	top: 35%;
	left: 50%;
	height: 0;
	display: flex;
	position: absolute;
	align-items: center;
	width: calc(100% + 50px);
	justify-content: space-between;
	transform: translate(-50%, -50%);
}

.service-slider-sec .owl-nav button,
.people-think-sec .owl-nav button {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
	transition: all 0.5s;
	background-color: #e1e1e1 !important;
	box-shadow: 1.753px 3.595px 60px 0px rgba(30, 36, 54, 0.19);
}

.service-slider-sec .owl-nav img,
.people-think-sec .owl-nav img {
	width: 40%;
	height: 40%;
}

.service-slider-sec .owl-nav button:hover,
.people-think-sec .owl-nav button:hover {
	background-color: #6d6d6d !important;
}

/* owl slider css */

/* copy right css */

.copy-right {
	padding: 18px 0;
	border-top: 1px solid #e1e3e8;
}

.copy-right .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copy-right p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: #808490;
}

.copy-right p:last-child {
	margin: 0 auto;
}

/* copy right css */


/* footer css */

.footer-wrap {
	display: flex;
}

.footer-wrap .footer-col {
	width: calc(100% / 5);
}

.footer-col svg {
	max-width: 220px;
}

footer p,
footer a {
	font-size: 16px;
	font-weight: 500;
	color: #808490;
}
footer p.tagline {
	font-size: 14px;
}

.footer-col h4 {
	font-size: 22px;
	margin-bottom: 24px;
}

.footer-col a {
	display: block;
	padding: 6px 0;
}

footer {
	padding: 60px 0;
	border-top: 1px solid #e1e3e8;
}

.social-wrap {
	display: flex;
	align-items: center;
}

.social-wrap a {
	padding: 0;
	width: 45px;
	height: 45px;
	color: #0d1c48;
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	border-radius: 100%;
	transition: all 0.5s;
	background-color: rgba(13, 28, 72, 0.05);
}

.social-wrap li {
	margin-right: 15px;
}

.social-wrap a:hover {
	color: #fff;
	background-color: var(--primary-color-hover);
}
.social-wrap-m {
    display: none;
}

.footer-col .dropdown-item {
	padding: 6px 10px;
}

.footer-col .dropdown-menu {
	padding: 0;
	min-width: auto;
}

.footer-col .footer-location {
	display: flex;
	align-items: flex-start;
}

.footer-location img {
	width: 15px;
	margin-right: 14px;
}

.footer-wrap .footer-col:first-child {
	flex-basis: 26%;
	max-width: 26%;
	padding-right: 40px;
}

/* footer css */


/* login modal css */

.modal-head p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 13px;
}

.close {
    color: #fff!important;
    background: #2097FC!important;
    opacity: 1!important;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50px;
    right: 35px;
    top: 35px;
    outline: 0;
    padding: 0rem !important;
}

.modal-head h5 {
	color: var(--primary-color-hover);
}

.dir-account-log .btn {
	padding: 0;
	width: 50px;
	height: 50px;
	margin: 0 6px;
	line-height: 50px;
	border-radius: 100%;
}

.btn.google {
	background-color: #c1312f;
	box-shadow: 0 8px 14px rgb(193 49 47 / 0.45);
}

.btn.facebook {
	background-color: #3b5998;
	box-shadow: 0 8px 14px rgb(59 89 152 / 0.45);
}

.dir-account-log {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
}

.login-form input {
	width: 100%;
	border: 1px solid #0005;
	border-radius: 6px;
	padding: 6px 16px;
	margin-bottom: 14px;
}

.check {
	cursor: pointer;
	margin-bottom: 0;
	margin-right: 10px;
	position: relative;
}

.check input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.check p {
	position: relative;
	padding-left: 25px;
	font-size: 13px;
}

.login-form .btn {
	width: 70%;
	display: block;
	margin: 20px auto;
}

.check p span,
.modal-body p a {
	color: var(--primary-color-hover);
}

.check p::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #0005;
	transform: translateY(-50%);
	transition: all 0.5s;
}

.check p::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 6px;
	width: 6px;
	height: 12px;
	z-index: 1;
	border: 2px solid #fff;
	transform: rotate(45deg);
	border-top: 0;
	border-left: 0;
}

.check input:checked+p::after {
	background-color: #2097fc;
	border-color: transparent;
}

.login-form .d-flex p {
	margin-right: 10px;
}

.forgot {
	color: #0056b3;
	display: block;
	width: 100%;
	font-weight: 500;
	text-align: center;
}

.modal-body #login>p,
.modal-body #signup>p {
	text-align: center;
	font-size: 14px;
}

.modal-body>p {
	border-top: 1px solid #0005;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}

/* login modal css */


/* Service banner sec css */
.service-banner-sec {
	position: relative;
	padding: 0;
	margin-top: 80px;
	z-index: 0;
	background-image: url('../images/BANNER.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.service-banner-sec .service-banner-content {
    z-index: 1;
    position: relative;
   	padding: 180px 0 60px 0;
    color: #fff;
    /*max-width: 1000px;*/
    margin: 0 auto;
}
.service-banner-sec .service-banner-content .main-heading {
    font-size: 2.25rem;
    color: #FFFFFF;
}
.service-banner-sec .service-banner-content .text-desc {
    font-size: 1.3rem;
	font-weight: 500;
    color: #b9b9b9;
}
.service-banner-sec .service-banner-content .booking-content .rating-heading {
    font-size: 20px;
    font-weight: 700;
}
.service-banner-sec .service-banner-content .booking-content .rating {
    color: #228d27;
}
.service-banner-sec .service-banner-content .booking-content .rating b {
    font-size: 30px;
}
.service-banner-sec .service-banner-content .booking-content p {
    font-size: 18px;
    color: #acaeb5;
    font-weight: 500;
}

.service-banner-sec .banner_icon_layout {
	display: inline-flex!important;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
}

.service-usp-sec .banner_icon_layout .icon-heading{
    font-size: 1rem;
    font-weight: 700;
}
.service-usp-sec .banner_icon_layout .img{
	width: 2.5rem;
}

.service-banner-sec .service-banner-content .offer-block {
    color: #FF0049;
    font-size: 1.14rem;
}

.service-booking-bar{
	z-index: 10;
    background-color: #fff;
}
.service-booking-bar.booking-scroll-fixed{
	position: fixed;
    width: 100%;
    bottom: 0;
    transform: none;
    box-shadow: 0px -15px 25px 0px #00000036;
}
.service-booking-bar .booking-content{
	margin: 0 auto;
	padding: 20px 0px;
}
.service-booking-bar .booking-content .heading{
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin: 0;
}
.service-booking-bar .booking-content .heading.offer-block{ color: #FF0049; }
.service-booking-bar .booking-content .sub-heading{
	font-size: 1.2rem;
    font-weight: 400;
	text-align: center;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.5;
}
.service-booking-bar .booking-content .rating-heading {
    font-size: 25px;
    font-weight: 700;
}
.service-booking-bar .booking-content .rating {
    color: #228d27;
}
.service-booking-bar .booking-content .rating b {
    font-size: 35px;
}
.booking-content .btn{
	width: 100%;
	color: #2097FC;
    /*background-color: #2097FC;*/
	box-shadow: unset;
	border-radius: 36px;
	font-size: 1.7rem;
	opacity: 1;
	border: 2px solid #2097FC;
}
.service-banner-sec .booking-content .btn{
	font-size: 1.4rem;
}
.booking-content .btn-highlight{
	background-color: #ed6329;
	border: 2px solid #ed6329;
	color: #fff;
}

.service-booking-bar .booking-content .btn:hover{
	/*background: #2097FC 0% 0% no-repeat padding-box;*/
	box-shadow: 0px 0px 25px 0px #00000057;
	/*color: #fff;*/
}
/*.service-booking-bar .booking-content .btn-highlight:hover{
	background: orange 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 25px 0px #00000057;
	color: #fff;
}*/

/* service banner sec css */

/* service sec css */
.service-sec .service-dec {
	font-size: 1rem;
	letter-spacing: 0px;
	color: #a3a3a3;
} 
.service-sec .service-dec h2 {
	font-size: 1.8rem;
}
.service-sec .service-dec h3 {
	font-size: 1.6rem;
}
.service-sec .service-dec h4 {
	font-size: 1.4rem;
} 
.service-sec .service-dec ul {
	margin-left: 40px; 
	list-style:none;
	font-size: 1rem;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 0px;
}  
.service-sec .service-dec ul li {
	padding-bottom: 15px;
	color: #000000;
	opacity: unset;
}  
.service-sec .service-dec ul li::before {    
   	content: "";
    padding: 10px 20px;
    background: url(../icon/check.png) 0 0 no-repeat;
    background-size: 100%;
    margin-left: -48px;
    margin-right: 10px;
}
/* service sec css */

/* Service faq sec css */
.service-faq-sec {
	position: relative;
	padding: 0;
	margin-top: 95px;
	z-index: 0;
}

.service-faq-sec .faq-background-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.53;
}

.service-faq-sec .faq-image-div::after {
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.service-faq-sec .faq-image-div {
    background: black;
    overflow: hidden;
}
.service-faq-sec .container {
    z-index: 1;
    position: relative;
    padding: 115px 0;
    color: #fff;
}
.service-faq-sec .faq-content .main-heading {
    font-size: 44px;
    color: #FFFFFF;
}
.service-faq-sec .faq-content .text-desc {
    font-size: 23px;
	opacity: 0.5;
}
.service-faq-sec .faq-content .btn-info {
   	background: #2097FC 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 25px #0000001A;
	opacity: 1;
	font-size: 20px;
	border-radius: 50px;
	padding: 18px 40px;
}
.service-faq-sec .card {
    border-radius: 10px;
    color: #000;
}
.service-faq-sec .accordion:before {
    content: "";
    background: #2097FC 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    height: 50px;
    width: 90%;
    position: absolute;
    top: -15px;
    right: 5%;
}
.service-faq-sec .card .card-header, .service-faq-sec .card .card-header h5{
    background-color: #fff;
    font-size: 25px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}
.service-faq-sec .card .card-body {
    font-size: 20px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.5;
	padding: 10px 15px;
}
.service-faq-sec .card-header .collapsed:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    right: 20px;
    top: 10px;
}
.service-faq-sec .card-header a:after {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    right: 20px;
    top: 10px;
}
/* service faq sec css */

/* service customer review sec css */
.customer-review-sec .sec-head {
	margin-bottom: 10px;
}
.customer-review-sec .service-rating {
	padding: 10px;
	border-bottom: 1px solid rgb(172 174 181 / 0.3);
}

.customer-review-sec .service-rating .service-rate {
	font-size: 30px;
	color: #0e1823;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.3;
}
.customer-review-sec .service-rating .service-rate b {
	font-size: 40px;
	font-weight: 700;
	color: #228d27;
}

.customer-review-sec .service-rating .service-rate small {
	font-size: 26px;
	font-weight: 700;
	color: #228d27;
	margin-left: -5px;
}

.customer-review-sec .service-rating .service-rate span {
	font-size: 30px;
	color: #228d27;
}
.customer-review-sec .service-rating p {
	font-size: 18px;
	color: #acaeb5;
	font-weight: 500;
}
.customer-review-sec .customer-rating-no.service-rating {
	padding: 20px 60px 40px;
}
.customer-review-sec .customer-rating-box {
	/*display: flex;*/
	padding: 15px 0;
	border-bottom: 1px solid rgb(172 174 181 / 0.3);
}

.customer-review-sec .customer-star-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0;
}

.customer-review-sec .customer-rate-profile p {
	margin-bottom: 6px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	line-height: 1;
}

.customer-review-sec .customer-img {
	width: 60px;
	height: 60px;
	margin: 0 0 10px;
	/*margin: 0 auto 11px;*/
	overflow: hidden;
	border-radius: 100%;
}

.customer-review-sec .customer-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.customer-review-sec .customer-rate-details {
	width: 100%;
	/*padding-top: 16px;*/
}

.customer-review-sec .customer-star-wrap li {
	color: #f2f2f2;
	font-size: 25px;
	margin: 0 2px;
}

.customer-review-sec .customer-star-wrap li.active {
	color: #1f96fb;
}

.customer-review-sec .customer-rate-details-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.customer-review-sec .customer-rate-details-head h5 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
}

.customer-review-sec .customer-rate-details-head b {
	color: rgb(0 0 0 / 0.7);
	font-size: 18px;
	font-weight: 500;
	text-align:center;
}

.customer-review-sec .customer-rate-details p {
	max-width: 500px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	/*color: rgb(128 132 144 / 0.7);*/
}

.customer-review-sec .customer-rating-scroll {
	overflow: auto;
	max-height: 60vh;
}
/* service customer review sec css */

/* service about sec css */
.service-about-content h2 {
	font-size: 1.8rem;
}
.service-about-content h3 {
	font-size: 1.6rem;
}
.service-about-content h4 {
	font-size: 1.4rem;
} 
.service-about-content ul {
	margin-left: 40px; 
	list-style:none;
}  .service-about-content ul li {
	padding-bottom: 15px;
}  
.service-about-content ul li::before {    
   	content: "";
    padding: 10px 20px;
    background: url(../icon/check.png) 0 0 no-repeat;
    background-size: 100%;
    margin-left: -62px;
    margin-right: 14px;
}
.service-about-content ul li h5, .service-about-content ul li p {
	display: inline;
} 
.service-about-deatil .mobile_collapse.collapsed::before {
    border: none;
    content: "\f067";
    vertical-align: unset;
    font-family: "Font Awesome 5 Pro";
    float: right;
    padding-right: 10px;
}
.service-about-deatil .mobile_collapse::before {
    border: none;
    content: "\f068";
    vertical-align: unset;
    font-family: "Font Awesome 5 Pro";
    float: right;
    padding-right: 10px;
}
.sec-head-upper{
	text-align: center;
	font: normal normal normal 16px/25px Poppins;
	letter-spacing: 0px;
	color: #2097FC;
	margin-bottom: -25px;
	opacity: 1;
} 
/* service about sec css */


/* Quotes Booking sec css */

	.booking-sec {
		margin-top: 80px;
		margin-bottom: 80px;
		z-index: 0;
	}
	.booking-sec .back {
		font-size: 1.3rem;
	    background: #BFBFBF 0% 0% no-repeat padding-box;
	    border-radius: 50%;
	    padding: 10px 22px;
	    border: none;
	    position: absolute;
	    top: -11%;
    	left: -10%;
	}
	.booking-sec .back:hover { background: #2097FC; }
	.booking-sec .booking-content {
		padding: 5% 0;
	}

	.booking-sec .heading-label {
		font-size: 1.1rem;
		font-weight: 400;
		letter-spacing: 0px;
		color: #000000;
	}

	.booking-sec textarea {
		border: 0;
		border-radius: 26px;
		transition: unset;
		padding: 0.575rem 1.25rem;
	}
	.booking-sec .summary-block {
		border-radius: 15px;
		color: gray;
		margin-bottom: 20px;
		font-size: 1rem;
	}
	.booking-sec .summary-block .summary-header {
		background: #000;
	    color: #fff;
	    border-radius: 14px 14px 0px 0px;
	    padding: .75rem 1.25rem;
	    margin-bottom: 0;
	    border-bottom: 1px solid rgba(0,0,0,.125);
	}
	.summary-block .summary-body .card-header {
		color: #2097FC;
	}
	.summary-block .summary-body .card .card-title {
		font-size: 1.1rem;
	}
	.summary-block .summary-body .hide-overflow-content {
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    max-width: 15ch;
	}
	.summary-block .coupon-block .card-body {
		padding: 1rem 1.25rem;
		border: 1px solid #D8D8D8;
		border-radius: 11px;
	}
	.summary-block .coupon-block .card-body .input-group {
		border: 1px solid #D8D8D8;
		border-radius: 11px;
		padding: 10px;
	}

	.summary-block .coupon-block .card-body .input-group>.input-group-append>.btn{
		border-radius: 11px;
		padding: .375rem 2rem;
	}

	.booking-sec .offer-block { border-radius: 10px; }
	.booking-sec .offer-block .offer-content {
		display: flex;
	    align-items: center;
	    flex-wrap: nowrap;
	}
	.booking-sec .offer-block .offer-content .image-div img {
		width: 11rem;
    	height: 11rem;
	}
	.booking-sec .offer-block .card-headtitle {
	    text-align: right;
	    font-size: 3.4rem;
	    letter-spacing: 0px;
	    color: #FFFFFF;
	    opacity: 0.15;
	    padding-right: 10px;
	    position: absolute;
	    right: 0;
	}
	.booking-sec .offer-block .card-subtitle {
	    color: white;
	    font-size: 1.4rem;
	    font-weight: 400;
	    min-height: 50px;
	    display: flex;
	    align-items: flex-end;
	    justify-content: center;
	    margin-top: 15px;
	}
	.booking-sec .offer-block p {
	    font-size: 1.6rem;
	    font-weight: 700;
	    margin: 0px;
	    margin-bottom: 10px;
	}

	.booking-sec .offer-block .btn {
	    color: #fff;
	    font-size: .8rem;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid;
	    border-color: #fff;
	    width: auto;
	    border-radius: .6rem;
	    padding: .375rem .75rem;
	}

	.booking-sec .offer-block .btn:focus, .booking-sec .offer-block .btn:active, .booking-sec .offer-block .btn:hover {
	    box-shadow: unset !important;
	    border: none;
	    background-color: #000000;
	}

	.booking-sec .booking-form fieldset:not(:first-of-type) {
	    display: none;
	}

	.booking-sec .order-progressbar {
	    margin-bottom: 30px;
	    overflow: hidden;
	    color: #c0c0c0;
	    text-align: center;
	    padding: 0;
	}

	.booking-sec .order-progressbar .active {
	    color: #000000
	}
	.booking-sec .order-progressbar li {
	    list-style-type: none;
	    font-size: 1.15rem;
	    width: 25%;
	    float: left;
	    position: relative
	}
	.order-progressbar li .images-icon{
	    background-image: url(../icon/progressbar-fill-bg.png);
	    background-repeat: no-repeat;
	    background-size: 100%;
	    object-fit: cover;
	    background-position: center;
	    margin: 0 auto 10px auto;
	    width: 2.5rem;
	    height: 2.5rem;
	}
	.order-progressbar li.active .images-icon{
	    background-image: url(../icon/progressbar-filled_bg.png);
	}
	.order-progressbar li.active .images-icon:before {
	    content: "";
	    background-image: url(../icon/progressbar-active.png);
	    background-repeat: no-repeat;
	    background-size: 70%;
	    object-fit: cover;
	    background-position: center;
	    display: block;
	    width: 2.5rem;
	    height: 2.5rem;
	}
	.order-progressbar li.active.active-check .images-icon:before {
	    content: "";
	    background-image: url(../icon/progressbar-completed.png);
	    background-repeat: no-repeat;
	    background-size: 40%;
	    object-fit: cover;
	    background-position: center;
	    width: 2.5rem;
	    height: 2.5rem;
	}
	.order-progressbar li .images-icon:after {
	    content: '';
	    width: 100%;
	    height: 2px;
	    border-bottom: 3px dashed #c0c0c0;
	    position: absolute;
	    top: 29%;
    	left: 61%;
	}
	.order-progressbar li.active.active-check .images-icon:after {
	    border-bottom: 3px solid #2097FC;
	}
	.order-progressbar li:last-child .images-icon:after {
	   height: 0px;
	   display: none;
	}
	
	.booking-sec .next-option-div{
		background: #FFFFFF 0% 0% no-repeat padding-box;
		color: #FCAB20;
		padding: 1rem;
		position: fixed;
	    width: 100%;
	    bottom: 0;
	    z-index: 5;
	    font-size: 1.1rem;
	    box-shadow: 0px -15px 25px 0px #00000036;
	}
	.booking-sec .next-option-div .btn{
		font-size: 1.3rem;
		width: 100%;
		padding: 1.375rem 1.75rem;
	}
	.booking-sec .payment-description{
		background: white;
	    /* border: 1px solid #000; */
	    border-radius: 20px;
	    padding: 10px;
	    font-size: 14px;
	    text-align: center;
	    color: gray;
	}

	/** hour check **/
	.booking-sec .custom-radio-input {
	    position: absolute;
	    right: 0;
	    z-index: -1;
	    width: 1rem;
	    height: 1.25rem;
	    opacity: 0;
	}
	.booking-sec .custom-radio-button {
		display: inline-block;
		background: #fff;
	    padding: 0 .7rem;
	    border-radius: 50px;
	    position: relative;
	    z-index: 1;
	    min-height: 1.5rem;
	    margin-right: 1rem;
	    margin-bottom: 1rem;
	    text-align: center;
	}
	.booking-sec .time-section .custom-radio-button {
		margin-right: 0.3rem;
	}
	.booking-sec .date-input { 
		width: 60%;
	    border-radius: 50px;
	    border: 0;
	    background-image: url(../icon/date_picker.png) !important;
	    background-repeat: no-repeat !important;
	    background-position-x: 94% !important;
	    background-position-y: 50% !important;
	    appearance: none !important;
	} 
	.booking-sec input.date-input:not(:placeholder-shown) {
	  background-image: url(../icon/date_picker_selected.png) !important;
	}

	.booking-sec input.form-control, .booking-sec select.form-control, 
	.booking-sec input.form-control:focus, .booking-sec select.form-control:focus { 
	    border-radius: 50px;
	    height: calc(2.5rem + .75rem + 2px);
	    border: 0;
	    transition: unset;
	    box-shadow: unset;
	    padding: 0.375rem 1.25rem;
	    color: gray;
	} 
	.booking-sec .form-group .input-contact-style input { 
	   	width: 75%;
	   	border-radius: 0 50px 50px 0;
	    display: inline;
	    margin-left: -2%;
	    padding-left: 1.5rem;
	} 
	.booking-sec .form-group .input-contact-style select { 
	    width: 25%;
	    background-image: url(../icon/city_code.png) !important;
	    background-position-x: 90% !important;
	    border-radius: 50px 0 0 50px;
	    color: #2097FC;
	    display: inline;
	    padding: 0.375rem .2rem 0.375rem 1.25rem;
	} 
	 
	.booking-sec .custom-radio-label { 
	    color: #c0c0c0;
	    color: gray;
	    margin-bottom: 0;
	    font-size: .9rem;
	    padding: 1rem 4.2rem 1rem 2.2rem;
	    white-space: nowrap;
	    width: 100%;
	} 
	.booking-sec .time-section .custom-radio-label { 
	   	padding: 1rem 2.6rem 1rem 1.2rem;
	} 
	.booking-sec .custom-radio-label::before {
	    position: absolute;
	    top: 20%;
    	right: 5%;
	    display: block;
	    width: 2rem;
	    height: 2rem;
	    pointer-events: none;
	    content: "";
	    background-color: #E2E2E2;
	    border: #E2E2E2 solid 1px;
	    border-radius: 50%;
	}
	.booking-sec .custom-radio-input:checked~.custom-radio-label::before {
	    color: #fff;
	    border-color: #2097FC;
	    background-color: #2097FC;
	}
	.booking-sec .custom-radio-button.error-radio { border: 2px solid #FF0000; }
	.booking-sec .error-radio .custom-radio-label::before { 
		background: #FF0000 0% 0% no-repeat padding-box; 
		background-image: url(../icon/not-icon.png);
		background-position-x: center;
		background-size: 30%;
	}

/* Quotes Booking sec css */

/* Thank you css */
	.body-sec {
		margin-top: 80px;
		z-index: 0;
	}
	
	.thankYou-content .heading {
		font-family: "News701 BT";
		font-weight: bold;
		font-size: 2rem;
	}
	.thankYou-content .head-image {		
		width: 5rem;
    	margin: 0 auto;
    	margin-bottom: 1rem;
    	position: relative;
    	width: 5rem;
    	height: 5rem;
	}
	.thankYou-content .head-image .thank-bg-icon{		
		width: 100%;
    	height: 100%;
	}
	.thankYou-content .head-image .thank-icon{
		position: absolute;
	    left: 32%;
	    top: 32%;
	    width: 44%;
    	height: 40%;
	}
	.thankYou-content .summary-block {
		border-radius: 15px;
		color: grey;
		margin-bottom: 20px;
		font-size: 1rem;
	}
	.thankYou-content .summary-block .summary-header {
		background: #000;
	    color: #fff;
	    border-radius: 14px 14px 0px 0px;
	    padding: .75rem 1.25rem;
	    margin-bottom: 0;
	    border-bottom: 1px solid rgba(0,0,0,.125);
	}
	.thankYou-content .summary-block .summary-body .card-header {
		color: #2097FC;
	}

	.thankYou-content .list-group {
  		counter-reset: my-awesome-counter;
	}
	.thankYou-content .list-group-item {
  		counter-increment: my-awesome-counter;
  		padding-left: 2.25rem;
	}
	.thankYou-content .list-group-item:before  {
		content: counter(my-awesome-counter);
    	background-image: url(../icon/counts.png);
    	background-repeat: no-repeat;
    	position: absolute;
    	left: 0;
    	height: 30px;
    	padding: 2px 12px;
	}
	.app-link-footer{
		background-color: #FFFFFF;
	    color: #FCAB20;
	    padding: 1rem;
	    width: 100%;
	    bottom: 0;
	    z-index: 5;
	    font-size: 1.1rem;
	}
/* Thank you css */
