/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2024 | 08:42:16 */
body, html {
	overflow-x: hidden;
}

.highlight-text {
	color: #086277;
	font-weight: 600;
}

.heading-highlight {
	color: #BF9E57;
	font-weight: 600;
	position: relative;
}

.heading-highlight:after {
	content: '';
    position: absolute;
    width: 120%;
    height: 100%;
    bottom: -85%;
    left: -10%;
    background-image: url(https://cardlandxpress.com/wp-content/uploads/2024/01/icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.section-content strong {
	font-weight: 600;
}

.site-btn a {
	min-width: 170px;
	text-align: center;
}

input[type=text], input[type=email], textarea {
	padding: .8em 1.5em !important;
	border: 1px solid #296278;
	border-radius: 0;
	font-size: 16px !important;
}

body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
	color: #296278 !important;
	font-weight: 500 !important;
}

input[type=submit] {
	padding-inline: 1.5em;
	border: 1px solid #296278;
	border-radius: 0;
	margin-bottom: 0 !important;
	background-color: #296278 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 22px !important;
    font-weight: 400;
}

input[type=submit]:hover {
	background-color: #BD562A !important;
	border-color: #BD562A;
}

:focus {
	outline: none !important;
}

#gform_wrapper_1 {
	max-width: 34em;
    margin: 0 auto;
}

#gform_1 {
	display: flex;
    justify-content: center;
    align-items: flex-start;
}

#gform_1 .gform_body {
	width: 100%;
}

#gform_1 .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}

.footer-left-content .elementor-image-box-content,
.footer-right-content .elementor-image-box-content {
	width: auto !important;
}

.footer-left-content .elementor-image-box-wrapper,
.footer-right-content .elementor-image-box-wrapper {
	margin-bottom: 3px;
	justify-content: flex-end;
    gap: 10px;
}

.location-country .elementor-image-box-title {
	margin-bottom: 5px !important;
    display: block;
}

.elementor-location-footer a,
.elementor-location-footer .elementor-icon-list-item a {
	transition: all .5s ease;
}

.elementor-location-footer a:hover,
.elementor-location-footer .elementor-icon-list-item a:hover .elementor-icon-list-text {
	color: #D03121 !important;
}

#gallery-1, #gallery-2 {
	display: flex;
    align-items: center;
}

.sub-arrow svg {
	display: none;
	position: relative;
}

.sub-arrow:after {
	content: '';
	width: 35px;
    height: 12px;
	background-image: url(https://cardlandxpress.com/wp-content/uploads/2024/01/dropdown.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

.sub-menu {
	width: 100% !important;
}

/* Scroll to top button */

.progress-wrap {
    position: fixed;
    right: 6px;
    bottom: 15px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background: #94cbef;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
	content: '';
	background: url(https://cardlandxpress.com/wp-content/uploads/2024/01/dropdown.png) no-repeat center/25px;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    text-align: center;
    color: #DFC1A1;
    left: 0;
    top: 0;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #086277;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.location-img .elementor-image-box-img,
.envelop-img .elementor-image-box-img {
    width: 5% !important;
	text-align: center;
}

.location-img img {
    margin-bottom: -5px !important;
}

.envelop-img img {
    margin-bottom: -2px !important;
}

@media (max-width: 767px) {
	 .location-img .elementor-image-box-img,
	.envelop-img .elementor-image-box-img {
		width: 10% !important;
		text-align: center;
	}  
	.envelop-img img {
		margin-bottom: -6px !important;
		width: 20px;
	}
	
	.payment-mob-footer .gallery {
		width: 200px;
		display: flex;
		align-items: center;
		margin: 0 auto !important;
	}
}


@media (max-width: 1025px) {
    .location-img img {
		margin-bottom: -10px !important;
	}
}

@media (max-width: 1300px) {
    .section-content br {
        display: none;
    }
}

@media (max-width: 768px) {
	.elementor-location-footer .elementor-image-box-wrapper {
		display: flex !important;
		gap: 15px;
/* 		align-items: center !important; */
	}
}

@media (max-width: 640px) {	
	.location-img br {
        display: none;
    }
	
	#gform_1 {
		flex-direction: column;
		gap: 10px;
	}
	
	#gform_1 .gform_footer {
		width: 100%;
	}
	
	input[type=submit] {
		width: 100%;
		font-size: 18px !important;
	}
	
	.explore-mob .elementor-icon-list-text {
		text-align: center;
	}
}