:root{
	--primary-color: #e2b54f;
	--second-color: #656565;
	--three-color: #e86830;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
}


.header-top {
	background: var(--primary-color);
}
.schedule-box {
	background: #eaf2ff;
}
.schedule__slide .schedule__img img{
	max-height: 100vh;
	object-fit: cover;
	aspect-ratio: 6/4;
}

.intro-info {
	margin-top: 30px;
	padding: 15px 15px;
	color:#fff;
	font-size: 13px;
	text-align: left;
	border-radius: 5px;
	justify-content: center;
}
.intro-info p {
	margin-bottom:0;
}

.intro-info a  {
	color: var(--second-color);
	font-weight: 600;
}

.main-menu {
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 2px 10px #33333312;
}



#app-navigation-bar a {
	color: #fff;
}

.introduction-bg-image {
	line-height: 28px;
	background : var(--primary-color);
	font-size: 16px;
}

.logo-intro {
	background: #fff;
	padding: 6px 12px;
	border-radius: 10px;
	width:30%;
	max-width: 120px;
}

#app-navigation-bar .navbar-nav a {
	color:#333;
	font-weight: 600;
}

#app-navigation-bar h6 {
	font-size: 14px;
	padding: 5px 0;
}

.logo {
	width:90%;
	max-width: 100px;
}

#navigation-3 {
	padding: 60px 0 40px;
}

#navigation-4 {
	padding: 0px 0 0px;
}

.contact-btn a {
	padding: 10px 25px;
	font-weight: 600;
	text-transform: uppercase;
	background: var(--primary-color);
	border-radius: 100px;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 15px;
}

.contact-btn a:hover {
	background: var(--three-color);
	transition: all 0.3s ease;	
}

.text-red {
	color: #bf1f2f; 
}

.bg-blue {
	background-color:var(--primary-color); 
	transition:all 0.3s ease;
}
.bg-blue:hover {
	background-color: #f2420d; 
	transition:all 0.3s ease;
}

.bg-coral {
	background-color: #f2420d; 
}
.bg-coral:hover {
	background-color: var(--three-color); 
}

/* -------- main ---------*/
ul li {

	position:relative;
}

.box {
	padding-top: 50px;
	padding-bottom: 30px; 
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px; 
	} 
}
.banner__img img {
	height: 100vh; 
}

.schedule-wp {
	padding-top: 0px;
	padding-bottom: 0px;
}

.schedule__inner:first-child {
	flex-basis: 24.7%; 
}
.schedule__inner:nth-child(2) {
	flex-basis: 41.7%; 
}
.schedule__inner:last-child {
	flex-basis: 32.7%; 
}

.schedule__meta {
	color: #003366;
	font-size: 22px;
	line-height: 1.6;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px; 
}

.schedule__update {
	max-width: 960px;
	margin: 30px auto; 
}

.schedule__head {
	text-align: center; 
	margin-bottom: 25px;
}
.schedule__head p {
	font-size: 20px; 
}

.schedule__title {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 0;
}

.schedule__table {
	margin-bottom: 10px; 
}

.table-head {
	margin-bottom: 7px; 
}

.schedule__table .schedule__inner {
	font-weight: 600;
	font-size: 14px;
}

.table-head .schedule__inner {
	padding: 8px 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.table-head .schedule__inner:first-child {
	background: var(--primary-color); 
}
.table-head .schedule__inner:nth-child(2) {
	background-color: #f2420d; 
}
.table-head .schedule__inner:last-child {
	background-color: #308FBB; 
}

.table-body {
	text-align: center; 
}
.table-body .d-flex:nth-child(odd) .schedule__inner {
	background-color: #e2e3e5; 
}
.table-body .schedule__inner {
	padding: 8px 20px;
	text-align: center;
	text-transform: uppercase;
}

.schedule__more {
	margin-bottom: 30px; 
}
.schedule__more h2 {
	color: black;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6; 
}
.schedule__more h2 span {
	font-size: 24px; 
}

.sche-wp{

}

.sche {
	font-size:13px;
	text-align: center;
	border-bottom:1px solid #fff;
}

.sche .item{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width:100%;
	color:#fff;
	font-weight: 500;
	padding: 10px 8px;
}

.sche .item1{
	background-color: #2b73bb;
}
.sche .item2{
	background-color: #00cc7d;
}
.sche .item3{
	background-color: #9acf1c;
}
.sche .item4{
	background-color: #fda502;
}
.sche .item5{
	background-color: #f60;
}
.sche .item6{
	background-color: #090;
}



.box__link a {
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.205);
	text-decoration: none; 
}
.box__link a:hover {
	color: #fff;
	text-decoration: none; 
}

.box__link .quote {
	background-color: var(--primary-color);
	border-radius: 10px;
	padding: 15px 30px; 
}

.fly-intro {
	padding: 15px 30px;
	background-color: #D7D8DA;
	border-radius: 10px;
	text-align: center; 
}
.fly-intro h3 {
	font-size: 26px; 
}
.fly-intro p {
	font-size: 18px;
	color: var(--primary-color);
	font-weight: 600; 
}

.stt {
	color: #eaf2ff;
	font-size: 50px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	padding: 20px 15px; 
}

.featured__img {
	text-align: center; 
}
.featured__img img {
	height: 500px;
	margin: 0 auto; 
}
.featured__head {
	position: relative;
	background-color: #003366;
	padding: 30px 60px 20px;
	color: #fff;
	line-height: 26px;
	margin-bottom: 30px; 
}
.featured__head h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 10px; 
}
.featured__head .shape {
	position: absolute;
	left: 30px;
	top: 0;
	width: 33px;
	height: 46px; 
}
.featured__head img {
	position: absolute;
	width: 336.567px;
	height: 194.783px;
	top: 28%;
	right: 0;
	transform: translateY(-50%); 
}
.featured__list {
	list-style: none;
	width: 95%;
	margin-left: auto; 
}
.featured__list li {
	display: flex;
	margin-bottom: 20px; 
}
.featured__left {
	padding: 20px;
	background-color: #cbe0ff;
	border-left: 5px solid #0d62f2; 
}
.featured__left .subtile {
	color: #051f4d;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4; 
}
.featured__widget {
	position: relative;
	margin-top: -218px; 
}
.featured__widget .box__link {
	position: relative; 
}
.featured__widget .box__link a {
	border-radius: 100px;
}
.featured__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.featured__animate {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.featured__animate img {
	width: 275px;
	height: 200px;
	animation-name: pulse;
	animation-delay: 2s;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

.service {
	color: #212529;
}

.service .col-lg-5 {
	/*background-color: #eaf2ff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 15px; */
}
.service-item {
	padding: 30px 25px;
	background-color: #fff;
	height: 100%;
	border-radius: 10px;
	box-shadow: none;
	background-color: #cbe0ff;
	color: #212529;
	border-bottom: 5px solid var(--primary-color);
}

svg path {
	fill: #F11B21;
}
.service__head {
	display: flex;
	justify-content: space-between;
	align-items: center; 
}
.service__list {
	list-style: none;
	padding-left: 0; 
	margin-bottom: 0;
}
.service__list.right {
	list-style: circle; 
}
.service__list.right li {
	padding-left: 25px;
	position: relative; 
}


.service__list.right li:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f14a";
	font-size: 16px;
	position: absolute;
	left: 0;
	color: #F11B21;
}

.service__list.right li p {
	margin-bottom:0;
}


.service__list li {
	display: flex;
	align-items: center;
	gap:10px;
	margin-bottom: 10px; 
	font-size: 15px;
	line-height: 30px;
	float: left;
	width: 50%;
}
@media(min-width:992px){
	.service__list li{
		width: 25%;
	}
}
.service__list li i{
	color: var(--second-color);
}
.service__list .icon {
	width: 20px;
	height: 22px;
	margin-right: 10px; 
}


#navigation-2{
	background: #fff;
	padding-top:60px;
	padding-bottom:30px;
}


.card ul {
	margin-bottom:0;
}

.card ul li {
	position: relative;

	padding-left: 25px;
	line-height: 30px;
}
.card {
	padding: 20px ;
	height:100%;
	box-shadow: 0px 3px 20px #00000036;
	border: 0;
	border-bottom: 5px solid var(--primary-color);
	width:100%;
}

.card ul li {
	padding-left:20px;
}

.card ul li:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f14a";
	font-size:16px;
	position: absolute;
	left: 0;
	color: #F11B21;
}

.card {
	border-radius: 10px;
	box-shadow:none;
	background-color: #cbe0ff;
	color: #212529;
	font-size: 14px;
}

.card-left ul {
	margin-top: 20px;
}



.card h5{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #152A50;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}  

.box__head {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px 50px;
	border-radius: 10px;
	background-color: var(--primary-color);
	color: #fff;
	text-align: center;
	margin-bottom: 30px; 
}
.box__head h2 {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.box__head h3.title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 40px;
	text-transform: uppercase; 
}
.box__head span {
	font-size: 19px;
	font-weight: 500; 
}

@media (min-width: 992px) {
	.col-lg-20 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%; 
	} 
}

ul {
	list-style: none;
	padding-left: 0; 
}


h3.title {
	font-size: 18px;
	font-weight: bold; 
	margin-bottom: 15px;
}


h4 {
	color: #3c4872;
	font-size: 18px;
	font-weight: bold; 
}

.payment__process {
	border-radius: 10px;
	font-size: 16px;
	color: #212529;
	font-size: 14px;
	font-weight: 500;
	background: #cbe0ff;
	padding: 20px ;
	border-bottom: 5px solid var(--primary-color);
}


.payment-item {
	height:100%;
}

.payment__process ul {
	padding-left: 0; 
}
.payment__process ul li {
	position: relative;
	padding-left: 25px;
}

.payment__process ul li:before{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f14a";
	font-size: 16px;
	position: absolute;
	left: 0;
	color: var(--primary-color);
}


.payment__title {
	color: #3c4872;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 1.6; 
}

.pay-icon {
	font-size: 60px;
	text-align: center;
	color: #003e7e;
}

.wallet, .bill {
	width: 48%;
	text-align: center;
}

.payment-method,
.refund-condition {
	background-color: #fff;
	height: 100%;
	border-radius: 10px; 
}
.payment-method h3,
.refund-condition h3 {
	color: #003366; 
}
.payment-method .icon,
.refund-condition .icon {
	margin-bottom: 8px; 
}
.payment-method .icon img,
.refund-condition .icon img {
	width: 80%;
	margin: 0 auto; 
}
.payment-method .text,
.refund-condition .text {
	text-align: center; 
}

.text-link {
	font-size: 16px; 
}
.text-link a {
	text-decoration: underline; 
}

.condition__list {
	font-size: 16px;
	font-weight: 600;
}
.condition__list li {
	padding-left: 20px; 
}
.condition__list li::before {
	font-size: 40px;
	top: -20px;
}



.object__item {
	padding: 26px 20px;
	background-color: #fff;
	box-shadow: 0px 3px 20px #00000036;
	border: 5px solid #4fa1c1;
	height: 100%; 
}
.object__item .title {
	margin-bottom: 15px;
	color: #003366; 
}

.object__list {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400; 
}
.object__list li {
	padding-left: 20px; 
	position: relative;
	line-height: 30px;
}


.why-choose {
	padding: 60px 0 0px;
}

.why__item {
	display: flex;
	margin-bottom: 35px;
	font-size: 15px;
	font-weight: 500; 
}

.why__left {
	padding: 15px 20px;
	background-color: #fff;
	background-color: #eaf2ff;
	border-left: 5px solid #bf1f2f; 
}

.why-icon {
	margin-bottom: 10px;
	display: flex; 
}
.why-icon .icon {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-right: 10px; 
}
.why-icon .text-red {
	font-size: 18px;
	font-weight: bold; 
}

.why-choose .box__link a {
	border-radius: 100px; 
}

.service-package {
	padding: 60px 0 60px;
	background-color: #2b3253;
	color: #fff;
}

.ser-pack_left {
	text-align: center; 
}
.ser-pack_left .head {
	font-size: 40px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 20px; 
}
.ser-pack_left h5 {
	font-size: 20px;
	margin-bottom: 20px;
}

#coutdown {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center; 
}
#coutdown li {
	width: calc((100% / 4) - 10px);
	text-align: center; 
}
#coutdown li::before {
	content: none;
}
#coutdown li span {
	background-color: #13a89f;
	display: block;
	font-size: 45px;
	padding: 20px 30px;
	font-weight: 700;
	margin-bottom: 8px; 
}
#coutdown li p {
	font-size: 16px;
	font-weight: 800;
}

.ser-pack_widget img {
	width: 28%;
	margin: 0 auto;
	margin-bottom: -36px; 
}

.ser-pack_box {
	border-style: solid;
	border-color: #13a89f;
	border-width: 2px;
	padding: 30px;
	position: relative; 
}

.ser-pack_shape {
	position: absolute;
	width: 70%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	margin-top: -27px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ser-pack_shape svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; 
}
.ser-pack_shape h3 {
	font-size: 30px;
	font-weight: 700;
	transform: translate(-50%, -50%);
	animation-name: pulse;
	animation-delay: 1s;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

.ser-pack_text {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600; 
}

.ser-pack_right {
	padding: 45px 30px;
	background-color: #3c4872;
	border: 1px solid #fff; 
}
.ser-pack_right .title {
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}

.form-get .form-group {
	margin-bottom: 30px; 
}
.form-get .form-control {
	height: 46px;
	border-radius: 0;
	font-size: 15px;
	padding: 0px 20px; 
}
.form-get textarea.form-control{
	padding: 10px 20px;
}
.form-get button {
	padding: 7px 30px;
	background-color: var(--primary-color);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 22px; 
	display: block;
	width: 100%;
	transition:all 0.3s ease;
	border: 2px solid #fff;
}
.form-get button:hover {
	background-color: #db4c0e;
	transition:all 0.3s ease;
	color: #fff;
	border-color: #db4c0e;
}

.ser-pack_right .note {
	font-size: 16px;
	font-weight: 700;
	text-align: center; 
}
.ser-pack_right .note p {
	margin-bottom: 0;
}

/*-----*/
.contact {
	/*background: #eaf2ff;*/
	padding: 50px 0;
}

.contact-box {
	padding: 30px 20px;
	background: var(--primary-color);
}

.contact-box h3{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
	line-height: 35px;
}



/*-----*/

.about {
	background-image: url(../images/ser-bg.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 60px;
}
.about .title {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px; 
}

.about-img {
	background-image: url(../images/slide2.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.about-content {
	padding: 50px 30px;
	background-color: #fff;
	line-height: 26px;
	font-size: 16px;
	font-weight: 600;
	color: #3c4872;
}
.about-content .box__link {
	text-align: center;
	margin-top: 30px; 
}
.about-content .box__link a {
	background-color: #f2420d;
	color: #fff;
	border-radius: 100px; 
}

.faq-wp {
	padding-top: 30px;
}
.faq {
	background: #eaf2ff; 
	padding: 30px 0;
}


.faq-head {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 50px;
}
.faq-head h3 {
	color: #003366;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 16px; 
}
.faq-head p {
	color: #20254f;
	font-size: 15px;
	font-weight: 600; 
	letter-spacing: 0.5px;
}

.faq-list {
	height: 100%;
	box-shadow: 0px 3px 16px #00000014;
	padding: 30px 20px;
	border-radius: 3px;
	background: #fff;
}

.faq-list  li {
	position: relative;
	line-height: 30px;
}

.faq-headline {
	align-items: flex-end; 
}
.faq-headline h5 {
	color: #003366;
	font-size: 16px;
	margin-bottom: 11px;
	font-weight: bold;
}


.faq-text {
	font-size: 16px;
	color: #666;
}

.faq-note {
	margin-top: 20px;
	text-align: center;
	color: #20254f;
	font-size: 15px;
	font-weight: 600;
}
.faq-note .box__link a {
	color: #fff;
	border-radius: 100px; 
}

.footer {
	background: var(--primary-color);
	padding: 30px 0 30px;
	color: #000; 
	font-size:14px;
}
.footer .logo {
	margin-bottom: 30px; 
}
.footer .logo img {
	width: 140px;
	display: inline-block;
	padding: 8px 20px;
	background: #fff;
	border-radius: 10px; 
}
.footer a {
	color: #000; 
}

.footer-info {
	font-size: 14px; 
	letter-spacing: 1px;
}
.footer-info p{
	margin-bottom: 10px;
}
.footer-info  b{
	/*min-width: 100px;*/
	display: inline-block;
}

.footer-info h3 {
	margin-bottom: 20px;
	color: #000;
	font-size:20px;
	text-transform: uppercase;
}

.footer-title {
	text-transform: uppercase;
	color: #000;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bolder;
}

.footer-list li {
	margin-bottom: 1rem;
	font-size: 15px;
}
.footer-list li::before {
	content: none; 
}

.social {
	display: flex; 
}
.social li {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	color: #003366;
	margin-right: 8px; 
}
.social li a {
	color: #003366;
	font-size: 18px;
	display: block;
}
.social li::before {
	content: none; 
}

.rooms-slide.owl-carousel .owl-nav .owl-prev,
.rooms-slide.owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--primary-color);
	z-index:1;
	font-size: 18px;
	outline: 0;
}
.rooms-slide.owl-carousel .owl-nav .owl-prev{
	left: 5px;
}
.rooms-slide.owl-carousel .owl-nav .owl-next{
	right: 5px;
}
.rooms .item{
	margin-bottom: 30px;
}
.rooms .item .box-image img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 6/4;
}
.rooms .item .box-content{
	padding: 30px;
	border: 1px solid #dedede;
}
.rooms .item .box-content .title{
	margin-bottom: 10;
	text-transform: uppercase;
}
.rooms .item .box-content .price{
	display: block;
}
.rooms .item .box-content .price p{
	margin-bottom: 0;
}
.rooms .item .box-content .item-offer{
	margin-top: 10px;
	margin-bottom: 0;
}
.rooms .item .box-content .item-offer li:not(:last-of-type){
	border-bottom: 1px dotted #dcdcdc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.rooms .item .box-content .item-offer li i{
	margin-right: 5px;
	color: var(--primary-color);
}

.section-heading{
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
.section-heading .sectitle{
	font-size: 28px;
	color: var(--primary-color);
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media (max-width: 1200px) and (min-width: 1024px) {
	.contact-btn a {
		padding: 10px 23px;
		font-size: 12px;
	}
	.sche {
		font-size: 11px;

	}
	.sche .item {
		padding: 5px 2px;	
	}

	.schedule__title {
		font-size: 20px;

	}

	.schedule__head {

		margin-bottom: 15px;
	}
	.schedule__head p {
		font-size: 16px;
	}
	.table-head .schedule__inner {
		padding: 5px 20px;
	}
}

@media (max-width: 1023px) {
	.footer-title {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.navbar {
		justify-content: flex-end;
	}
	.main-menu [class*="col-"] {
		padding-left:0;
		padding-right:0
	}

	.navbar-collapse {
		position: absolute;
		top: 100%;
		right: 0;
		background: #fff;
		margin-top: 10px;
		max-width: 200px;
		width: 200px;
	}

	.navbar-nav {
		padding: 10px;	
	}

	.banner__img img {
		height: auto;
	}
	.contact-btn {
		display:none;
	}


	.table-body .schedule__inner {
		padding: 8px 6px;	
		font-size: 13px;
	}

	.introduction-bg-image {
		padding: 15px 15px !important;

	}

	#navigation-2 {

		padding-top:40px;
	}

	.sche-wp{
		overflow-x: scroll;
	}

	.sche {
		min-width: 600px;
	}
	.service .col-lg-6{
		margin-bottom: 20px;
	}
	.card-left{
		margin-bottom: 20px;
	}
	.card-left .card{
		padding-bottom: 10px;
	}
	.
	.payment__process {
		text-align: center;	
	}

	.payment__title {
		text-align: center;

	}
	.intro-info {

		font-size: 15px;

	}
	.footer .logo {
		text-align: center;	
	}

}


.fixed-contact{
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index:999;
}
.fixed-contact a{
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: var(--primary-color);
	color: #fff;
	margin-bottom: 15px;
	box-shadow: 0 0px 6px #fff;
	font-size: 20px;
	text-decoration: none;
}
.fixed-contact a span{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fixed-contact a:before,
.fixed-contact a:after{
	content: "";
    position: absolute;
    /* border: 1px solid #11967E; */
    background: #fff;
    z-index: -1;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 100px;
    opacity: 0;
    animation: zoom 1.9s linear infinite;
    animation-delay: .6s;
}
@keyframes zoom {
  0% {
    transform: scale(.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}