@charset "utf-8";
/* CSS Document */
/*body {
	font-family:"Bariol Bold"  ;
}*/
@font-face {
	font-family: "Bariol-Regular";
	src: url("fonts/Bariol-Regular.eot"); /* IE9*/
	src: url("fonts/Bariol-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */  url("fonts/Bariol-Regular.woff2") format("woff2"), /* chrome、firefox */  url("fonts/Bariol-Regular.woff") format("woff"), /* chrome、firefox */  url("fonts/Bariol-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url("fonts/Bariol-Regular.svg#Bariol-Regular") format("svg"); /* iOS 4.1- */
}
/* Animaiton CSS  */
#dot-1 {
	position: absolute;
	z-index: 3;
	width: 30px;
	height: 42px;
	top: 4px;
	left: 92px;
	background: url('../images/2.png') no-repeat;
	background-size: 100% 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: zoominout-1 6s infinite alternate;
	animation: zoominout-1 6s infinite alternate;
}
#dot-2 {
	position: absolute;
	z-index: 3;
	width: 36px;
	height: 36px;
	top: 230px;
	left: 92px;
	background: url('../images/3.png') no-repeat;
	background-size: 100% 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: zoominout-2 6s infinite alternate;
	animation: zoominout-2 6s infinite alternate;
}
#dot-3 {
	position: absolute;
	z-index: 3;
	width: 38px;
	height: 38px;
	top: 159px;
	left: 225px;
	background: url('../images/4.png') no-repeat;
	background-size: 100% 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: zoominout-3 6s infinite alternate;
	animation: zoominout-3 6s infinite alternate;
}
#dot-4 {
	position: absolute;
	z-index: 3;
	width: 36px;
	height: 36px;
	top: 21px;
	left: 238px;
	background: url('../images/1.png') no-repeat;
	background-size: 100% 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: zoominout-4 6s infinite alternate;
	animation: zoominout-4 6s infinite alternate;
}
 @keyframes zoominout-1 {
 0% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 50% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(0, 0);
 transform: scale(0, 0);
}
}
 @keyframes zoominout-2 {
 0% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 50% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(0, 0);
 transform: scale(0, 0);
}
}
 @keyframes zoominout-3 {
 0% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 50% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(0, 0);
 transform: scale(0, 0);
}
}
 @keyframes zoominout-4 {
 0% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 50% {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(0, 0);
 transform: scale(0, 0);
}
}
/* End Animaiton CSS */
.signup {
	padding-left: 20px;
}
img {
	width: 100%;
	vertical-align: middle;
}
.heading-container h1 {
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 110%;
	text-align: center;
	color: #2E8CF0;
}
.heading-container-2 h1 {
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 110%;
	/* identical to box height, or 66px */
	text-align: center;
	color: #2E8CF0;
}
.nav-item a {
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 160%;
	/* identical to box height, or 26px */
	color: #2E8CF0 !important;
}
.signup-btn {
	width: 148px;
	height: 44px;
	/* display: flex; */
    /* flex-direction: row; */
	padding: 14px 24px;
	background: #2E8CF0;
	border: 1px solid #2E8CF0;
	/* box-sizing: border-box; */
	border-radius: 24px;
}
.signup-btn-txt {
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	/* identical to box height, or 16px */
	color: #FFFFFF;
	text-decoration: none;
}
.signup-btn-txt:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.content-area {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	/* or 32px */
	text-align: center;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
	max-width: 460px;
	margin-bottom: 0px;
}
.bold-cnt {
	color: #2e8cf0;
}
.suscribe-area {
	padding: 3rem 1.5rem;
	text-align: center;
}
.join-now-area {
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	border-radius: 100px;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	/* or 16px */
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
	width: 100%;
}

.form-control-borderless {
	border: none;
}
.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
	border: none;
	outline: none;
	box-shadow: none;
}
.card-body {
	padding: .5rem !important;
}
.join-now {
	background: #2E8CF0;
	border-radius: 100px;
	width: 106px;
	height: 59px;
	color: #fff;
	font-size: 16px;
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
}
.section-content-heading {
	width: 100%;
	text-align: center;
}
.section-content-ct {
	margin: 0 auto;
	margin-top: 27px;
	max-width: 1013px;
}
.section-content-ct p {
	margin-bottom: 0px;
}
.section-content p {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	/* or 32px */
	text-align: center;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
}
.blocks div {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.block-left {
	opacity: 0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	transform: translateX(-100px);
}
.block-right {
	opacity: 0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	transform: translateX(100px);
}
.mobile-section {
	margin-top: 35px;
}
.mobile-img {
	width: 236px;
	height: 442px;
	margin-left: 155px;
}
.mobile-visible {
	display: none;
}
.web-visible {
	display: block;
}
.mobile-section li {
	list-style: none;
	/* border-left: 4px Solid #574CE3;*/
	/*background: linear-gradient(180deg, #00D4FE 0%, #574CE3 100%);*/
	padding-left: 20px;
	/* min-height: 50px; */
	padding: 15px 10px 15px 32px;
	margin-bottom: 22px;
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
	/* or 29px */
	color: #000000;
	background: url(../images/Rectangle1.png) no-repeat;
}
.available-strip {
	min-height: 200px;
	background: #2E8CF0;
	margin-bottom: 20px;
}
.available-heading {
	padding-top: 20px;
}
.available-heading h1 {
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 110%;
	/* identical to box height, or 66px */
	color: #FFFFFF;
}
.app-content-left {
	text-align: center;
}
.app-counter {
	margin-top: -40px;
}
.app-content-left p {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	/* identical to box height, or 32px */
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.8);
	padding-left: 25px;
}
.app-content-left h1 {
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 110%;
	/* identical to box height, or 66px */
	color: #FFFFFF;
	padding-left: 25px;
}
.store {
	width: 240px;
	height: 63px;
}
.app-content-right p {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	/* identical to box height, or 32px */
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
}
.app-content-right {
	text-align: center;
}
.app-content-right h1 {
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 110%;
	color: #FFFFFF;
	text-align: left;
}
.find-us-images {
	border: 1px solid #ccc;
	padding: 43px 42px;
	border-radius: 20px;
	/* min-width: 201px; */
	width: 167px;
	height: 167px;
	text-align: center;
	margin: 0 auto;
}
.find-us-img {
	width: 83px;
	height: 80px;
}
.find-us {
	padding: 0px 50px 0px 50px;
}
.text-span-image {
	padding-top: 10px;
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	color: #000000;
}
/*About Us Section*/
.about-content {
	margin-bottom: 25px;
	max-width: 514px;
}
.about-content p {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	/* or 32px */
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.about-heading h1 {
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 160%;
	/* or 96px */
	color: #2E8CF0;
}
.about-img {
	width: 426px;
	height: 628px;
}
/*About Us Section*/
/*End Terms & Condition Section*/

.termc-content {
	margin-bottom: 25px;
}
.termc-content p {
	text-align: justify;
}
/*End Terms & Condition Section*/

/*Start Registration Form Section*/
.note {
	text-align: center;
	height: 80px;
	background: -webkit-linear-gradient(left, #0072ff, #8811c5);
	color: #fff;
	font-weight: bold;
	line-height: 80px;
}
.form-content {
	padding: 5%;
	border: 1px solid #ced4da;
	margin-bottom: 2%;
}
.form-control {
	border-radius: 1.5rem;
}
.btnSubmit {
	border: none;
	border-radius: 1.5rem;
	padding: 1%;
	width: 20%;
	cursor: pointer;
	background: #0062cc;
	color: #fff;
}
.register {
	/* background: -webkit-linear-gradient(left, #574CE3, #00D4FE);*/
	background: -webkit-linear-gradient(left, #19abf6, #00D4FE);
	margin-top: 3%;
	padding: 3%;
}
.register-left {
	text-align: center;
	color: #fff;
	margin-top: 4%;
}
.register-left input {
	border: none;
	border-radius: 1.5rem;
	padding: 2%;
	width: 60%;
	background: #f8f9fa;
	font-weight: bold;
	color: #383d41;
	margin-top: 30%;
	margin-bottom: 3%;
	cursor: pointer;
}
.register-right {
	background: #ffffff;
	border-top-left-radius: 10% 50%;
	border-bottom-left-radius: 10% 50%;
}
.register-left img {
	margin-top: 15%;
	margin-bottom: 5%;
	width: 35%;
	-webkit-animation: mover 2s infinite alternate;
	animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-20px);
}
}
@keyframes mover {
 0% {
transform: translateY(0);
}
 100% {
transform: translateY(-20px);
}
}
.register-left p {
	font-weight: lighter;
	padding: 12%;
	margin-top: -9%;
}
.register .register-form {
	padding: 10%;
	margin-top: 10%;
}
.btnRegister {
	float: right;
	margin-top: 10%;
	background: #2E8CF0;
    border-radius: 100px;
    width: 106px;
    height: 59px;
    color: #fff;
    font-size: 16px;
    font-family: "Bariol-Regular";
    font-style: normal;
    font-weight: bold;
	border: 1px solid #0b5cb1;
}

.register-sec{
	text-align: center;
    margin-top: 15px;
}
.register .nav-tabs {
	margin-top: 3%;
	border: none;
	background: #0062cc;
	border-radius: 1.5rem;
	width: 28%;
	float: right;
}
.register .nav-tabs .nav-link {
	padding: 2%;
	height: 34px;
	font-weight: 600;
	color: #fff;
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover {
	border: none;
}
.register .nav-tabs .nav-link.active {
	width: 100px;
	color: #0062cc;
	border: 2px solid #0062cc;
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}
.register-heading {
	text-align: center;
	margin-top: 2%;
	margin-bottom: -15%;
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 100%;
	color: #2E8CF0;
}
.weekButton {
	background: #ffffff;
	color: #BDBDBD;
	border: 1px solid #ccc!important;
	border-radius: 16px!important;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	width: 64px;
	height: 34px;
	margin-bottom: 10px!important;
	font-family: "Inter";
	font-style: normal;
	font-weight: normal;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
	margin: 5px 10px 10px 5px;
}
.wb-5 {
	margin-left: 5px!important;
}
.form-group input, select {
	font-family: "Inter"!important;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 89% !important;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.5;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #2E8CF0!important;
}
.wbutton {
	display: inline !important;
}
.fm-title {
	padding-left: 10px;
	margin-bottom: 10px;
	font-family: "Inter";
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 100%;
	padding-right: 10px;
	letter-spacing: -0.03em;
	color: #BDBDBD;
}
.fm-txt{
	    color: #000000!important;
}
.form-timing {
	width: 70px!important;
	height: 33px;
	display: inline;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
	margin: 5px 5px 5px 2px;
}
.register-left h3 {
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 110%;
	text-align: center;
	color: #ffffff;
}
.register-left p {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 160%;
	text-align: center;
	letter-spacing: -0.03em;
	color: #fff;
	max-width: 460px;
	margin-bottom: 0px;
}
/*End Registration Form Section*/

.section-footer {
	background: linear-gradient(180deg, #00D4FE 0%, #574CE3 100%);
}
.footer-logo {
	width: 169px;
	text-align: center;
	margin: 0 auto;
}
.sub {
	border-radius: 10px !important;
	border: none!important;
}
.footer-btn {
	border-radius: 100px!important;
	background: #2e8cf0;
	color: #fff;
	border: 1px solid #2f89ef!important;
}
.footer-copy {
	text-align: right;
	width: 100%;
}
.footer-copy p {
	color: #fff;
	margin-top: 19px;
	font-size: 13px;
	font-family: Inter;
}
.footer-cont ul li a {
	color: #fff;
}
ul.social-media li {
	display: inline;
}
ul.social-media li a img {
	width: 20px;
}
.footer-address {
	color: #fff;
	font-size: 15px;
	text-align: justify;
}
.footer-address p {
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	/* or 187% */

	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.footer-menu ul li {
	list-style: none;
}
.footer-menu ul li a {
	text-decoration: none;
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	/* or 187% */

	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.footer-contact h5 {
	color: #fff;
}
.footer-contact span {
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	/* or 187% */

	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}
.ft-header {
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	/* or 187% */
	display: flex;
	align-items: center;
	letter-spacing: 0.05em;
	margin-bottom: 1px;
	color: #FFFFFF;
}
.footer-contact ul {
	margin-left: -40px;
	margin-bottom: 5px;
}
.footer-contact ul li {
	list-style: none;
}
.footer-get-in-touch h5 {
	color: #fff;
}
.footer-get-in-touch .subscribe-now {
	border: 1px solid #dcdcdc;
	padding: 5px;
	border-radius: 100px;
	background: #fff;
}
/* Tab Style*/
.tabContent > div {
	display: none;
}
.tabHeader {
/*  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
	float: right;*/
}
.tabHeader li {
	cursor: pointer;
}
.tabHeader li.active {
	/*border-left: 4px solid #08b8e0;*/
	background: url(../images/Rectangle.png) no-repeat;
}
.tabContent .active {
	display: block;
}
.tabContent .tabItem {
	padding: 10px;
}

/* End Tab Style*/

@media only screen and (max-width: 600px) {
.top-img img {
	width: 75%;
	/* padding-left: 14px; */
	margin-left: 40px;
	margin-top: -65px;
}
/* Animaiton CSS  */
#dot-1 {
	top: -63px;
	left: 137px;
	display: none;
}
#dot-2 {
	top: 170px;
	left: 140px;
	display: none;
}
#dot-3 {
	top: 95px;
	left: 270px;
	display: none;
}
#dot-4 {
	top: -42px;
	left: 283px;
	display: none;
}
.heading-container h1, .heading-container-2 h1 {
	font-size: 40px;
	padding-top: 15px;
}
.hd-2 {
	padding-top: 0px!important;
}
.signup {
	text-align: right;
}
.signup-btn-txt {
	color: #2E8CF0;
}
.signup-btn-txt:hover {
	color: #2E8CF0;
	text-decoration: none;
}
.signup-btn {
	background: #FFFFFF !important;
	border: 0px !important;
	box-sizing: border-box;
	border-radius: 24px;
	width: 148px;
	height: 44px;
	text-align: right;
	padding: 0px;
}
.content-area, .section-content p {
	font-size: 14px;
	padding: 0px 10px 0px 10px;
}
.text-span-image {
	padding-top: 5px;
	font-family: "Bariol-Regular";
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 120%;
	text-align: center;
	color: #000000
}
.find-us-images {
	border: 1px solid #ccc;
	padding: 15px 5px 15px 5px;
	border-radius: 14px;
	/* min-width: 201px; */
	width: auto;
	text-align: center;
	margin: 0 auto;
	height: auto;
}
.available-img {
	margin-bottom: 20px;
	text-align: center;
}
.mobile-img {
	width: 50%;
	height: 30%;
	margin-left: 22%;
	margin-top: -10%;
}
.mobile-section {
	width: 80%;
}
.mobile-section li {
	font-size: 16px;
	padding: 10px 5px 10px 32px;
	margin-bottom: 10px;
}
.store {
	width: 200px;
	height: 100%!important;
}
.available-heading h1 {
	font-size: 40px;
}
.app-counter {
	margin-top: 0px;
}
.app-content-right h1, .app-content-left h1 {
	font-size: 50px;
	text-align: center;
	padding-left: 0px;
}
.app-content-left p {
	padding-left: 0px;
}
.app-content-right p {
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}
.available-heading {
	padding-top: 20px;
	text-align: center;
}
.find-us-img {
	width: 45px;
	height: 40px;
}
.block-left {
	opacity: 0;
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	transform: translateX(-10px);
}
.block-right {
	opacity: 0;
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	transform: translateX(10px);
}
.mobile-section {
	margin-top: 0px;
}
.mt-0 {
	margin-top: 0px!important;
}
.mt-2 {
	margin-top: 18px!important;
	margin-bottom: 35px;
}
.mb-0 {
	margin-bottom: 0px!important;
}
/* About Us Section*/
.about-img {
	width: 65%;
	text-align: center;
	/* margin: 0 auto; */
	margin-left: 60px;
	height: auto !important;
}
.about-content p {
	font-size: 14px;
}
.about-heading h1 {
	font-size: 40px;
}
/*End About Us Section*/
/*End registration Section*/	
.form-timing {
	width: 64px;
	height: 33px;
	display: inline;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
	margin: 0px 0px 0px 0px;
}
.weekButton {
	background: #ffffff;
	color: #BDBDBD;
	border: 1px solid #ccc!important;
	border-radius: 16px!important;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	width: 60px;
	height: 34px;
	margin-bottom: 10px!important;
	font-family: "Inter";
	font-style: normal;
	font-weight: normal;
	letter-spacing: -0.03em;
	color: rgba(0, 0, 0, 0.8);
	margin: 5px 5px 5px 5px;
}
/*End registration Section*/
.navbar-nav .nav-link {
	text-align: right;
	padding-right: 10px;
}
.web-visible {
	display: none;
}
.mobile-visible {
	display: block;
}
.footer-logo {
	width: 150px;
	text-align: center;
	margin: 0 auto;
}
.find-us {
	padding: 0px 0px 0px 0px;
}
.footer-address {
	margin: 0 auto;
}
.footer-contact, .footer-address p {
	margin-left: 116px;
}
.sfooter {
	margin-left: 75px;
	margin-top: -25px;
}
.footer-cont {
	margin-left: 116px;
	margin-top: -28px
}
.gt-0 {
	margin-left: 116px;
}
.footer-menu, .footer-contact, .footer-get-in-touch {
	margin: 0 auto;
}
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.jumbotron {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 400px; /* Fixed width for equal margins */
    text-align: center;
}

.form-group {
    display: flex;
    justify-content: space-between; /* Equal margin/spacing */
    align-items: center;
    margin-bottom: 15px;
}

.form-group label {
    flex: 1;
    text-align: left;
    margin-right: 10px;
}

.form-group input {
	align-items: center;
    flex: 2;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

