.ar_get_a_quote_btn {
	display: inline-block;
	padding: 15px 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
	position: relative;
}

.ar_get_a_quote_btn:hover {
	-webkit-box-shadow: 0px 5px 35px 0px rgba(3, 3, 3, 0.25);
	-moz-box-shadow:    0px 5px 35px 0px rgba(3, 3, 3, 0.25);
	box-shadow:         0px 5px 35px 0px rgba(3, 3, 3, 0.25);
}

.ar_get_a_quote_btn_wrapper {
	width: 100%;
	text-align: center;
	display: none;
	margin: 30px 0;
}

.ar_get_a_quote_btn {
	cursor: pointer;
	color: #fff;
	font-size: 18px;
}

.ar_ultra_small_form_wrapper {
	display: none;
}

@media(max-width: 1100px) {
	.ar_move_calc_wrapper {
		display: none;
	}
	
	.ar_get_a_quote_btn_wrapper, .ar_ultra_small_form_wrapper {
		display: block;
	}
}

.ar_content_wrapper {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
}

.ar_content_area {
	display: inline-block;
	width: 100%;
}

.ar_three_blocks_icon_wrapper {
	height: 165px;
	overflow: inherit !important;
}

.ar_three_blocks_icon_item {
	margin-top: 30px;
}

.ar_three_blocks_icon_item:first-of-type {
	border-radius: 7px 0 0 7px;
}

.ar_three_blocks_icon_item:last-of-type {
	border-radius: 0 7px 7px 0;
}

.ar_2_images_wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 50px;
}

.ar_section_2_images {
	float: left;
	width: 50%;
	position: relative;
	margin-top: 150px;
}

.ar_2_images_first {
	position: relative;
	z-index: 2;
	width: 100%;
}

.ar_2_images_first img {
	border: solid 5px #fff;
}

.ar_2_images_second {
	position: absolute;
	z-index: 3;
	width: 340px;
	right: -70px;
	height: 255px;
	top: 50%;
	margin-top: -135px;
}

.ar_2_images_second img {
	border: solid 5px #fff;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(50, 50, 50, 0.35), inset 0px 5px 13px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 5px 13px 0px rgba(50, 50, 50, 0.35), inset 0px 5px 13px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 5px 13px 0px rgba(50, 50, 50, 0.35), inset 0px 5px 13px 0px rgba(50, 50, 50, 0.35);
}

.ar_2_images_description_wrapper {
	position: absolute;
	right: 0;
	background: #fff;
	z-index: 1;
	width: 55%;
	padding: 70px 30px 70px 200px;
	top: 50%;
}

.ar_2_images_description_btn {
	display: block;
	margin-top: 30px;
}

.ar_2_images_description_btn a {
	float: right;
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	position: relative;
}

.ar_2_images_description_btn a span {
	position: relative;
	z-index: 2;
}

.ar_2_images_description_btn a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 100%;
	width: 0;
}

.ar_2_images_description_btn a:hover:before {
	width: 100%;
}

.ar_rates_wrapper {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background: #fff;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 13px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 0.15);
}

.ar_rates_title_wrapper {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}

.ar_rates_title {
	display: inline-block;
	width: 100%;
	font-size: 24px;
}

.ar_rates_subtitle {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
}

.ar_section_rates {
	display: inline-block;
	width: 100%;
	padding: 0 35px 35px 35px;
	text-align: center;
}

.ar_section_rates_first_city_name, .ar_section_rates_second_city_name {
	display: block;
	font-size: 36px;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
	font-weight: 100;
}

.ar_section_rates_second_city_name {
	margin-top: 0;
}

.ar_section_rates_first_city, .ar_section_rates_second_city {
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #ffae00;
}

.ar_section_rates_first_city span, .ar_section_rates_second_city span {
	padding-right: 15px;
}

.ar_section_rates_first_city_subtitle, .ar_section_rates_second_city_subtitle {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}

.ar_section_rates_or {
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	font-size: 30px;
	border: solid 1px #72cbf9;
	background: #f6f6f6;
	margin-top: 30px;
}

.ar_section_rates_second_wrapper {
	display: block;
	background: #f6f6f6;
	border-radius: 7px;
	padding: 35px 15px;
	margin-top: 35px;
}

.ar_section_rates_link_wrapper {
	display: block;
	text-align: center;
	margin-top: 20px;
}

.ar_section_rates_link_wrapper a {
	display: inline-block;
	color: #fff;
	position: relative;
	overflow: hidden;
	padding: 10px 25px;
}

.ar_section_rates_link_wrapper a span, .ar_section_rates_link_wrapper a i {
	position: relative;
	z-index: 2;
}

.ar_section_rates_link_wrapper a i {
	padding-left: 15px;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.ar_section_rates_link_wrapper a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 100%;
	width: 0;
}

.ar_section_rates_link_wrapper a:hover:before {
	width: 100%;
}



.ar_custom_title_wrapper {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
}

.ar_section_title {
	display: inline-block;
	padding: 10px 25px;
	margin: 0;
	border-radius: 5px;
	width: auto;
	position: relative;
	z-index: 2;
	font-weight: normal;
}

.ar_title_separator {
	display: inline-block;
	width: 100%;
	height: 1px;
	position: relative;
	top: -40px;
	z-index: 1;
}


.ar_fancy_title_wrapper {
	display: inline-block;
	width: 100%;					
}

.ar_fancy_title {
	display: inline-block;
	position: relative;
	overflow: hidden;					
	margin: 0;
}

.ar_fancy_title .ar_fancy_title_text {
	position: relative;
	z-index: 2;
	padding: 7px 15px;
	width: 100%;
	height: 100%;
	float: left;
}

.ar_title_fancy_box {
	position: absolute;
	width: 100%;
	height: 100%;						
	z-index: 1;	
	top: 0;
}

.ar_counter_main_wrapper .wpb_wrapper {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	.ar_counter_wrapper{
		flex: 1;
		float: none;
		min-width: unset;
	}
}

.ar_counter_wrapper {
	float: left;
	background: #fff;
	padding: 15px;
	max-width: 100%;
	min-width: 33.333333%;
	padding-top: 40px;
	border-right: 1px dashed rgba(0, 0, 0, 0.2);
}

@media(max-width: 767px) {
	.ar_counter_main_wrapper .wpb_wrapper {
		.ar_counter_wrapper{
			flex: 0 0 50%;
			border-left: none;
			&:nth-child(2){
				border-right: none;
			}
			&:last-child{
				flex: 0 0 100%;
				border-top: 1px dashed rgba(0, 0, 0, 0.2) !important;
			}
		}
	}
	.ar_counter_wrapper {
		min-width: 50%;
	}
}

@media(max-width: 430px) {
	.ar_counter_main_wrapper .wpb_wrapper {
		.ar_counter_wrapper{
			flex: 0 0 100%;
			&:last-child{
				border-top: 0;
			}
		}
	}
	.ar_counter_wrapper {
		min-width: 100%;
		border: 0 !important;
		border-bottom: 1px dashed rgba(0, 0, 0, 0.2) !important;
	}
}

.ar_counter_wrapper:last-child {
	border: 0;
}

.ar_counter_wrapper:first-child {
	border-right: 1px dashed rgba(0, 0, 0, 0.2);
	border-left: 1px dashed rgba(0, 0, 0, 0.2);
}

.ar_counter_numb_wrapper {
	width: 100%;
}
.ar_counter_numb_image{
	margin-bottom: 15px;
}
.ar_counter_numb_icon, .ar_counter_numb {
	width: 100%;
}

.ar_counter_wrapper p {
	width: 100%;
}