a.fsd-btn,
span.fsd-btn,
.form-btn {
	display: inline-block;
	padding: 7px 12px;
	border-radius: 10px;
	color: #fff!important;
	font-size: 24px;
}

.our-experience {
	text-align: center;
}

.fb_iframe_widget {
	margin: auto;
}

.credit-cards {
	margin-top: 30px;
}

.ticks {
	margin: 0 0 25px;
	padding: 0 !important;
	list-style: none;
}

.ticks li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 35px;
}

.ticks li:before {
	content: "\f05d";
	font: normal normal normal 27px/1 FontAwesome;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 1px;
	top: 0px;
	color: #2c6cb8;
}

.home-fb-feed {
	text-align: center;
}

ul.styledUL {
	padding: 0;
	list-style: none;
	font-size: 19px;
}
ul.styledUL li {
	position: relative;
	padding-left: 33px;
	margin-bottom: 7px;
}
ul.styledUL li:before {
	content: "\f138";
	font: normal normal normal 23px/1 FontAwesome;
	position: absolute;
	left: 2px;
	top:1px;
	color:#f39112;
}
ul.styledUL li a {
	color:#2c6bb8;
}

.the-page-content ul.countryList {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
}

.countryList li {
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
	float: left;
}
.countryList li a{
	width: 100%;
	text-align: center;
	font-size: 25px;
	margin-bottom: 13px;
	color: #FFF;
	background: #2c6cb8;
	display: inline-block;
	font-weight: 300;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	padding: 9px 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px none;
	white-space: nowrap;
	line-height: 1.42857143;
	webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.countryList li a:hover{
	background: #5488c5;
}


.countryList li a:focus, .countryList.row li a:active:focus {
    outline: none;
    position: relative;
    top: 2px;
}

.countryList li:last-of-type a {
		background: #f7a213;
}



.outlined-box {
	background: #d5e8ff;
	border-radius: 20px;
	padding: 20px;
	color: #265995;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 30px;
	border: 7px solid #2c6cb8;
	text-align: center;
}

.country-list-buttons .wp-block-button {
	width: 100%;
	display: block;
}

.country-list-buttons .wp-block-button a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 25px;
	padding: 9px 25px;
}



.contact-map {
	position: relative;
}

.contact-map .heading {
	position: absolute;
	z-index: 1000;
	bottom: 0px;
	width: 100%;
}

.contact-map .heading h1 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	border-bottom: 0px;
	padding-bottom: 35px;
	text-shadow: 0px 3px 6px RGBA(0, 0, 0, 0.4);
	margin-bottom: 0px;
}

.sales_boxes {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	text-align: center;
	margin: 0 0 60px 0;
}

.sales_boxes .item {
	display: grid;
	align-items: center;
	padding: 12px;
}

.sales_boxes .top_text, 
.sales_boxes .middle_text,
.sales_boxes .bottom_text {
	color: #fff;
	font-weight: bold;
}

.sales_boxes .top_text,
.sales_boxes .bottom_text {
	padding: 10px 0;
}

.sales_boxes .middle_text {
	font-size: 44px;
}

@media screen and (max-width: 1199px) {
	.home-fb-feed {
		margin-top: 30px;
	}

	.fb-feed {
		margin-bottom: -30px;
	}

	.fb-feed .fb-post {
		margin-bottom: 30px;
	}

	.countryList li {
		width: 33.3%;
	}

	.countryList li a{
		font-size: 20px;
	}

	.sales_boxes {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}
}

@media screen and (max-width: 991px) {
	.countryList.row li {
		width: 33.3%;
	}
}

@media screen and (max-width: 768px) {
	h1, .h1 {
		font-size: 30px!important;
	}

	h2, .h2 {
		font-size: 25px!important;
	}

	h3, .h3 {
		font-size: 20px!important;
	}

	.countryList li {
		width: 50%;
	}

	.sales_boxes {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 520px) {
	.countryList li {
		width: 100%;
	}
}