@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400;500;600;700&display=swap');

html {
	font-size: 10px;
	--theme-default: #101116;
	--theme-default2: #3F5576;
	--theme-gradient1: linear-gradient(to right, var(--theme-default) 0%, var(--theme-default2) 51%, var(--theme-default) 100%);
	--sg-color: #8689AC;
	--shadow1: 0px 0px 10px #0000004a;
	scroll-behavior: smooth !important;
}

body {
	font-family:Helvetica !important;
	font-size: 1rem;
	line-height: 1.2;
	overflow-x: hidden;
	background-color: var(--sg-color);
	color: var(--theme-default);
	letter-spacing: 1px;

}

.container {
	width: 100%;
	max-width: 1300px;
}

h1 {
	font-size: 33px;
	font-weight: 800;
	margin-bottom: 15px;
	text-align: center;
	text-transform: capitalize;
	line-height: 1.3;
}

h2 {
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
	line-height: 1.3;
}

h3 {
	font-size: 3.5rem;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
	line-height: 1.3;
}

h4 {
	font-size: 2.7rem;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.3;
}

h5 {
	font-size: 2.2rem;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.3;
}

p {
	font-size: 15px !important;
	/* font-size: 1.6rem; */
	line-height: 1.8;
	margin-bottom: 15px;
}





a {
	color: var(--theme-default);
	font-size: 1.6rem;
	font-weight: 600;
	transition: .5s all ease-in-out;
	text-transform: capitalize;
	position: relative;
	line-height: 1.5;
}

a:hover {
	color: var(--theme-default2);
	text-decoration: none;

}

.nav-link.active {
	/* color: var(--theme-default); */
	border-bottom: 3px solid var(--theme-default);
	font-weight: 600;
}

.btn {
	position: relative;
	overflow: hidden;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 15px;

	transition: all 0.5s;
	border-radius: 0px;
	cursor: pointer;
	text-align: center;
	z-index: 9;
	word-break: break-word;
	background: none;
	border: 2px solid transparent;
	transition: all 0.5s ease 0s;
}

.btn:hover {
	border-radius: 0px;
	transition: all 0.5s;
}

.btn::before {
	transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	border-radius: 0px;
	z-index: -1;

}

.btn:hover::before {
	width: 100%;
	left: 0%;
}

.btn.style1 {
	border-color: var(--white);
	color: var(--white) !important;
}

.btn.style1 a {
	color: var(--white) !important;
}

.btn.style1:hover::before {
	background-color: var(--white) !important;
}

.btn.style1:hover a {
	color: var(--theme-default) !important;
}

.btn.style1:hover {
	color: var(--theme-default) !important;
}

.btn.style2 {
	border-color: var(--theme-default);
	color: var(--theme-default);
}

.btn.style2 a {
	color: var(--theme-default);
}

.btn.style2:hover::before {
	background-color: var(--theme-default);
}

.btn.style2:hover a {
	color: var(--white);
}

.btn.style2:hover {
	color: var(--white);
}




.apps a {
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--theme-default2);
}

.apps a img {
	width: 100%;
	height: 100%;
}

.apps a:first-child {
	margin-right: 10px;
}

.top-header {
	background-color: var(--theme-default);
	color: var(--white);
}

.header-info {
	display: flex;
	margin-bottom: 0 !important;
}

.header-social,
.header-info-li {
	border-left: 1px solid white;
	padding: 7px 15px;

}

.header-info-li {
	padding: 15px 20px;
	justify-content: center;
	display: flex;
	align-items: center;

}

.header-info-li a {
	text-transform: lowercase !important;
}

.header-info-li i {
	margin-right: 10px;
	font-size: 1.6rem;
}

.header-social li a,
.header-info-li a {
	color: var(--white);
}

.header-social {
	display: flex;
	align-items: center;
	border-right: 1px solid white;
	margin-bottom: 0;
	justify-content: center;
}

.header-social li {
	margin-right: 15px;

}

header {
	position: sticky;
	width: 100%;
	z-index: 9999;
	background: var(--theme-default2);
	top: 0;
	left: 0;
	box-shadow: var(--shadow1);
}

nav {
	justify-content: space-between !important;
	width: 100%;
	padding: 25px 0 !important;
}

.navbar-brand {
	width: 200px !important;
}

.navbar-brand img {
	/* width: 100%;
	height: 100%;
	max-width: 400px; */
	width: 100%;
    max-width: 400px; 
    height: auto; 
}

.navbar-collapse {
	justify-content: end;
}

.des-phone {
	width: 20%;
	justify-content: end;
	display: flex !important;
}

nav .nav-item {
	padding: 0px 6px !important;
}

nav a.nav-link {
	font-size: 1.6rem;
	text-transform: capitalize;
	color: var(--white);
	font-weight: 400;
	background-color: transparent;
	border: none;
	position: relative;
	transition: .4s all ease-in-out;
	display: inline-block !important;
	padding: 4px 15px !important;
}








nav .navbar-toggler {
	padding: 0;
	font-size: 30px;
	background-color: transparent;
	border: 1px solid var(--white);
	border-radius: 5px;
	color: var(--white);
	box-shadow: none;

}

nav .navbar-toggler:focus {
	outline: none;
}

nav .navbar-toggler .navbar-toggler-icon {
	width: 40px !important;
	height: 35px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

nav .mobile-phone {
	display: none;
}


/* hero-sec */
.sec-hero {
	/* margin-top: 90px; */
	padding: 40px 0 80px 0;
	background: linear-gradient(#0000009e, #000), url(../images/hero-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sec-hero .content {
	color: var(--white);
	padding-top: 100px;
}

.light-heading {
	border-bottom: 2px solid white;
	display: inline-block;
	color: var(--white);
}

.sec-about {
	position: relative;
	padding: 100px 0;

}

.sec-about .about-img .img-left {
	background-image: url(../images/about-img-1.webp);
	background-position: center;
	transform: scaleX(-1);
	background-size: cover;
	height: 340px;
	position: absolute;
	top: 0;
	width: 60%;
	right: 0;
}

.sec-about .about-img .img-right {
	background-image: url(../images/about-img-2.webp);
	background-position: center;
	background-size: cover;
	height: 350px;
	position: absolute;
	top: 150px;
	width: 60%;
	left: 0px;
}

.sec-about .content {
	padding: 0 50px;
	border-radius: 10px;
}

.sec-about #aboutModal ul {
	padding-left: 20px !important;

}

.sec-about #aboutModal ul li {
	list-style: decimal !important;
}


/* .sec-airport */
.sec-airport,
.sec-station {
	padding: 100px 0 !important;
}





.sec-about .title-content,
.sec-airport .title-content,
.sec-fleet .title-content,
.sec-faq .title-content,
.sec-station .title-content {
	text-align: center;
	margin-bottom: 50px;
}

.card-block {
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	height: 450px;
	border: none;
	color: var(--white);
	margin-bottom: 30px;
}


.card-block .img-box {
	position: absolute;
	width: 330px;
	height: 330px;
	background: var(--theme-default2);
	border-radius: 50%;
	bottom: -135px;
	right: -100px;
}

.card-block .img-box img {
	/* width: 200px; */
	/* height: 175px; */
	margin: 2em 0;
	position: relative;
	right: -35px;

}

.card-block .img-box .train-img {
	/* width: 150px; */
	/* height: 140px; */
	margin: 4em 0;
	position: relative;
	right: -66px;
	transform: scaleX(-1);
}

.card-block .ser-num {
	position: absolute;
	bottom: -3em;
	width: 150px;
	height: 150px;
	line-height: 125px;
	background: var(--theme-default2);
	border-radius: 50%;
	text-align: right;
	left: -5em;
}

.card-block .ser-numinn {
	font-size: 24px;
	font-weight: 700;
	right: 1em;
	position: relative;
}

.card-block .card-content {
	position: relative;
	padding: 60px 30px;
	z-index: 1;
}

.card-block.gatwick-img {
	background: linear-gradient(#000000b3, #000000b3), url(../images/heathrow.webp) no-repeat center;
	background-size: cover;
}

.card-block.stansted-img {
	background: linear-gradient(#000000b3, #000000b3), url(../images/stansted.webp) no-repeat center;
	background-size: cover;
}

.card-block.luton-img {
	background: linear-gradient(#000000b3, #000000b3), url(../images/luton.webp) no-repeat center;
	background-size: cover;
}

.card-block.london-city-img {
	background: linear-gradient(#000000b3, #000000b3), url(../images/london-city.webp) no-repeat center;
	background-size: cover;
}

.card-block.king-cross-img {
	background: linear-gradient(#000000b3, #000000b3), url(../images/king-cross.webp) no-repeat center;
	background-size: cover;
}

.card-block.victoria-img {
	background: linear-gradient(#000000b3, #000000b3), url(../images/victoria.webp) no-repeat center;
	background-size: cover;
}

.card-block.euston-img {
	background: linear-gradient(#000000b3, #000000b3), url(../images/euston.webp) no-repeat center;
	background-size: cover;
}

.card-block.paddington-img {
	background: linear-gradient(#000000b3, #000000b3), url(../images/paddington.webp) no-repeat center;
	background-size: cover;
}

.card-block.charing-cross-img {
	background: linear-gradient(#000000b3, #000000b3), url(../images/charing-cross.webp) no-repeat center;
	background-size: cover;
}

.card-block.waterloo-img {
	background: linear-gradient(#000000b3, #000000b3), url(../images/waterloo.webp) no-repeat center;
	background-size: cover;
}

.card-block.london-bridge-img {
	background: linear-gradient(#000000b3, #000000b3), url(../images/london-bridge.webp) no-repeat center;
	background-size: cover;
}


.card.card-block .content {
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
	z-index: 1;
	padding-bottom: 40px;
	flex-direction: column;
}

.card.card-block .content h3 {
	margin-bottom: 5px;
}

.card.card-block .content h3 a {
	color: white;
	text-decoration: none;
	font-size: 3.5rem;
	font-weight: 600;
}



/* sec-station */
.sec-station .card.card-block .content h3 a {
	font-size: 2.5rem;
}

/* sec-fleet */
.sec-fleet {
	padding: 50px 0;
	background-color: var(--theme-default2);
}


.card.card-fleet {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 3px 4px 2px rgb(63 78 100 / 15%);
	background-color: var(--theme-default);
	height: 400px;
	border: none;
	border-radius: 18px;
}


.card.card-fleet .card-content {
	background: var(--theme-default) !important;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	z-index: 2;
	border-radius: 5px;
	padding: 0 8px;

}

.card-fleet .card-header {
	background: var(--theme-default);
	color: var(--white);
	text-align: center;
	padding: 22px 0 30px 0;
	border-radius: 0 0 50% 50% !important;
	box-shadow: 0 3px 4px 2px rgb(63 78 100 / 15%);
	z-index: 1;
	position: relative;
	margin-top: -0.6px;

}

.card-fleet .car-icon-p {
	position: absolute;
	left: 0;
	top: 0;
	background: var(--theme-default);
	height: 188px;
	width: 180px;
	border-bottom-right-radius: 100%;

}

/* .card-fleet .car-icon {
	background: url(../images/car-icon1.webp) center no-repeat;

	background-size: cover;
	height: 60px;
	width: 140px;
	filter: invert(1);
	display: block;
	margin-top: 100px;
	margin-left: 14px;

} */
.card-fleet .car-icon {
	/* background: url(../images/saloon.webp) center no-repeat !important; */
	
    background-size: cover;
    height: 60px;
   
    display: block;
    margin-top: 121px;
    margin-left: 14px;
}

.card-fleet .car1{
	background: url(../images/saloon.webp) center no-repeat !important;
	background-size: cover !important;
}
.card-fleet .car2 {
    background: url(../images/estate.webp) center no-repeat !important;
	background-size: cover !important;


}
.card-fleet .car3 {
    background: url(../images/executive.webp) center no-repeat !important;
	background-size: cover !important;


}
.card-fleet .car4 {
    background: url(../images/mpv.webp) center no-repeat !important;
	background-size: cover !important;


}



.card-fleet .card-body {
	background-color: var(--sg-color);
	border-radius: 0 0 20px 20px;
	position: absolute;
	top: 0;
	z-index: -1;
	right: 10px;
	left: 10px;
	padding-top: 190px;
	height: 97%;
}

.card.card-fleet .fleet-icons {
	display: flex;
	padding-left: 0;
}

.card.card-fleet .fleet-icons li {
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	list-style: none;
	margin-right: 15px;
}

.card.card-fleet .fleet-icons li:last-child {
	margin-right: 0 !important;
}

.card.card-fleet .fleet-icons li .lugg-img {
	background: url(../images/lug-fleet.webp) no-repeat center;
	background-size: cover;
	height: 20px;
	width: 20px;
}

.card.card-fleet .fleet-icons li i {
	margin-left: 8px;
	color: var(--theme-default);
}





/* footer */
footer {
	box-shadow: var(--shadow1);
	position: relative;
	background: linear-gradient(#0000009e, #000), url(../images/footer-bg.webp) center no-repeat;
	background-size: cover;
	color: var(--white);
}

footer .top-footer {
	padding: 100px 0 50px 0;
}

footer a {
	color: var(--white);
}

footer li i {
	padding-right: 10px;
}

footer .btm-footer {
	position: relative;
	z-index: 1;
	border-top: 1px solid;

}

footer .btm-footer .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

footer .btm-footer .content p {
	margin-bottom: 0;
}
.info-ul li:nth-child(2) a{
	text-transform: lowercase;
}
ul.social-links {
	display: flex;
}

ul.social-links a {
	background: var(--theme-default);
	border-radius: 50%;
	height: 45px;
	width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	color: white;
}

ul.social-links a:hover {
	background-color: var(--theme-default2);
	padding: 0;
	margin-top: -5px;
}

ul.social-links a::before {
	display: none;
}

ul.social-links a i {
	padding: 0;
}

/* inner pages */
.sec-form {
	background-color: var(--sg-color);
	padding: 50px 0px;
}

.light-color {
	color: var(--white);
}

.page-title.inner-bg {
	/* text-align: center !important; */
	background: linear-gradient(#0000009e, #000), url(../images/about-bg.webp) center no-repeat;
	/* color: white; */
	background-size: cover;
}

.page-title .title-content {
	text-align: center;
}

.page-title.about-bg {
	box-shadow: var(--shadow1);
	background: linear-gradient(#0000009e, #000), url(../images/about-bg.webp) center no-repeat;
	background-size: cover;
	text-align: center !important;
	padding-top: 100px;
	padding-bottom: 70px;
	color: white;
}


.page-title {
	padding-top: 100px;
	padding-bottom: 80px;
}


.page-title .content .breadcrumb-menu {
	align-items: center;
	display: flex;
	justify-content: center;
}

.page-title .content .breadcrumb-menu li {
	margin-right: 10px;
}

.about-content {
	padding: 50px 0 30px 0;
	background-color: var(--theme-default2);
	color: var(--white);
}

.inner-page-content {
	padding: 50px 20px 30px 20px;
	background-color: var(--theme-default2);
	color: white;
}

.sec-contact-us {
	padding: 100px 0;
	background-color: var(--theme-default2);
}




.contact-item {
	display: flex;
	flex-direction: column;
	padding: 25px;
	border-radius: 0;
	margin: 45px 0 70px;
	position: relative;
	z-index: 1;
	transition: 0.4s;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
	border: 1px solid var(--white);
}

.contact-item .contact-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--theme-default2) !important;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	-webkit-transition: .4s;
	transition: .4s;
	margin: -70px auto 20px;
	align-items: center;
	display: flex;
	justify-content: center;
	border: 1px solid var(--white);

}

.contact-item .contact-icon i {
	color: #fff;
	line-height: .8;
	font-size: 36px;
	position: relative;
	-webkit-transition: .34s;
	transition: .34s
}

.contact-item .contact-info {
	-webkit-transition: .3s;
	transition: .3s
}

.contact-item .contact-info h3 {
	font-size: 24px;
	margin: 0 0 10px;
	font-weight: 600;
	-webkit-transition: .3s;
	transition: .3s;
	color: var(--white);
}

.contact-item .contact-info a,
.contact-item .contact-info p {
	display: block;
	margin: 0;
	line-height: 1.5;
	color: var(--white);

}



#contactForm {
	margin-top: 50px;
}

#contactForm .form-group {
	margin: 0 0 20px
}

#contactForm .form-group input,
#contactForm .form-group textarea {
	width: 100%;
	background: transparent;
	border: 1px solid var(--white);
	padding: 10px 15px;
	box-shadow: var(--shadow1);
	outline: none !important;
	font-size: 1.8rem;
	color: var(--white);
}



#contactForm .form-group input {
	height: 60px
}

#contactForm .form-group textarea::placeholder,
#contactForm .form-group input::placeholder {
	color: white;
}

#contactForm .form-group textarea {
	height: 163px;
	resize: none;
	padding-top: 18px
}







@media (max-width:350px) {
	nav .navbar-brand{
		width: 130px !important;
	}
	.card.card-fleet {
		height: 350px !important;
	}
	.card-block .card-content {
		padding: 20px 5px !important;
	}
}

@media (max-width:992px) {
	h1 {
		font-size: 5rem;
	}

	html {
		font-size: 8px;
	}

	.apps a {
		width: 120px;
	}

	.top-header {
		display: none;
	}

	nav .btns {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	nav .navbar-brand {
		width: 165px ;
	}

	nav .mobile-phone {
		display: block;
		padding: 0;
		font-size: 18px;
		background-color: transparent;
		border: 1px solid var(--white);
		border-radius: 5px;
		color: var(--white);
		box-shadow: none;
		width: 43px !important;
		height: 38px !important;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 10px;
	}

	nav .des-phone {
		display: none !important;
	}

	nav ul.navbar-nav {
		padding-top: 15px;
	}

	.nav-link.active {
		border: none;
	}

	.sec-about {
		margin-bottom: 0;
	}

	.sec-about .content {
		padding: 30px 25px;
		border-radius: 0;
		color: var(--white);
		/* background: linear-gradient(#000000d1, #000000d1), url(../images/about-img-1.webp) center no-repeat; */
		background-size: cover;
		text-align: center;
	}

	.sec-about .content .btn.style2 {
		background-color: transparent;
		border-color: var(--white);
		color: var(--white);
	}

	.sec-about .title-content,
	.sec-airport .title-content,
	.sec-fleet .title-content,
	.sec-faq .title-content,
	.sec-station .title-content {
		margin-bottom: 0px !important;

	}
	.card-block .card-content{
		padding: 30px !important;
		text-align: center;
	}
	.card-block .img-box {
		width: 300px;
		height: 300px;
		display: none;
	}
	.card-block .ser-num {
		height: 130px;
		width: 130px;
		display: none;
	}



	.sec-hero .content {
		padding-top: 0px;
		/* padding-bottom: 50px; */
		text-align: center;
	}

	.sec-about .about-img .img-right,
	.sec-about .about-img .img-left {
		display: none;
	}

	

	.sec-airport,
	.sec-about,
	.sec-station {
		padding: 50px 0 !important;
	}

	.card-fleet .card-body {
		color: white;
		padding-top: 184px;
	}


	footer .widget_about {
		padding-bottom: 30px;
	}

	.page-title .title-content h1 {
		font-size: 4.5rem;
	}

	.card.card-block {
		height: 330px;
		margin: 15px auto;
	}

	.card.card-fleet {
		height: 320px;
		margin: 15px auto;
	}



	.page-title {
		padding-top: 70px;
	}

	.sec-contact-us {
		padding: 50px 0;
	}

	.sec-contact-us .form-row {
		margin-top: 50px;

	}

	footer .btm-footer .content {
		flex-direction: column;
		text-align: center;
	}
}

.blackish{
	color: black !important;
}

@media screen and (max-width:768px) {
	.content_ h1{
		font-size:14px !important;
		margin-bottom: 0px !important;
		margin-top: 10px !important;
		text-align: center;
		
	}
	.page-title .inner-bg{
		padding-top: 0px !important;
	}
	.content_ .col-lg-12{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.sec-hero .container-fluid{
		padding-left: 0px !important;
		padding-right: 0px !important;

	}
	.sec-hero{
		background-image: none !important;
		background-color: #0000009e !important;
		padding: 0 !important;
	}
	#remove{
		display: none !important;
	}
	#mobile_chg{
		background-color: #000 !important;
	}
	/*.navbar-brand img*/
	/*{*/
	/*    display:none !important;*/
	/*}*/
}



/* our service */
.section .feat {
    border-radius: 25px;
    padding: 25px;
    margin: 20px 0
}

.section .feat.active {
    background:#3F5576 !important;
    color: #fff !important
}

.bx-shadow {
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.12);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.12)
}

.section .feat:hover,.section .feat:hover i {
    color: #fff!important;
    background: #3F5576;
    cursor: pointer;
    transform: scale(1.04);
    z-index: 2
}

.item:hover>h3,.section .feat:hover,.section .feat:hover i {
    -moz-transition: .3s;
    -o-transition: .3s;
}

.fa {
    font-size: 40px!important
}


@media screen and (max-width:768px){
	.page-title{
		padding-top: 0px !important;
	}
	.sec-about .content{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.mob_none{
		display: none !important;
	}
}
.mob_none{
	font-size: 25px !important;
}

.content_ h1{
	color:white !important;
	text-align: center !important;
	/* display: flex; */
}

/* smooth */
/* Container settings to avoid overflow */
.card-fleet {
	width: 300px; /* Set a specific width for the container */
	overflow: hidden; /* Hide any overflow content (image won't go outside) */
  }
  
  /* Ensure the car image fills the container and is ready for smooth movement */
  .card-fleet .car-icon {
	width: 100%; /* Make the image fill the container */
	transition: transform 1s ease-in-out; /* Smooth transition on hover */
  }
  
  /* On hover, move the car 200px to the right */
  .card-fleet .car-icon:hover {
	transform: translateX(100px); /* Move the car to the right */
  }

  /* smooth end */



  #londonbtn{
	background-color: #fff !important;
	color: #8689ac !important;
	padding: 4px 14px !important;
  }


  


  .select2-container--default .select2-search--dropdown .select2-search__field{
	font-size: large !important;
  }

  /* 992 1155 */

  @media screen and (min-width: 992px) and (max-width: 1155px) {
	.nav-item .nav-link {
	  font-size: 11px !important;
	  padding: 4px 4px !important;
	}
  }
  
  .card-fleet .card-header h2{
	font-size: 21px !important;
  }

  @media screen  and (max-width:387px){
	  #application_wid{
		padding: 10px !important;
		
	  }
	  .card-block .card-content{
		padding-top: 8px !important;
	  }
	  .arapp{
		display: flex !important;
		padding-left: 0px !important;
	  }
	  #application_wid{
		width: 90% !important;
	  }
	
  }
  .content_{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 8px;
  }
  .mob_container{
	display: flex;
	justify-content: space-around;
  }

  @media(max-width:768px){
		   .mob_container{
	display: flex;
	flex-direction: column;
  }
  }

  @media screen and (max-width:576px) {
	.page-title .container,.mob_container{
		padding: 4px !important;
	  }


	}

  @media screen  and (min-width:387px){
  
	#application_wid{
		padding: 10px !important;
	}
  }
/* 
  body{
    font-family: 'Baloo Bhai 2' !important;

  } */

  .service{
	padding-left: 20px !important;
	padding-right: 20px !important;
  }

ul {
	padding: 0;
}

li {

	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 600;
	position: relative;
	transition: .5s all ease-in-out;
	list-style: none;
	font-size: 1.6rem;
	text-transform: capitalize;
	line-height: 1.5;
}




 