/* Media */
@media (max-width: 1200px) {
	.header_contact p {
		font-size: 16px;
	}
	.header_text {
		padding-left: 20px;
	}
	.header_left_text > p:first-child {
		margin-bottom: 0;
	}
	.home_icon_box .text {
		min-height: 72px;
		min-height: 96px;
	}
}
@media (max-width: 991px) {
	.header_left_text {
		flex-grow: 1;
	}
	.header_left_text > p:first-child {
		margin-bottom: 5px;
	}
	.header_text {
		max-width: 100%;
		padding-left: 30px;
	}
	.header_contact p {
		font-size: 22px;
	}
	.header_left {
		margin-bottom: 15px;
	}
	.col_icon_title {
		font-size: 14px;
	}
	.footer_text {
		font-size: 14px;
	}
	.footer_menu_list .menu_item {
		margin-left: 10px;
		font-size: 14px;
	}
	.home_icon_box {
		margin-bottom: 30px;
	}
	.call_btn_box {
		bottom: 15px;
		left: calc(50% - 35px);
		top: inherit;
	}
	.price_table tr td.price_title {
		padding-left: 0;
	}
	.contact_flexbox {
		display: flex;
	}
	.contact_flex_item {
		flex-grow: 1;
	}
	.page_list {
		justify-content: center;
	}
	.service_line_box {
		margin-top: 70px;
	}
}
@media (max-width: 767px) {
	footer {
		padding-bottom: 90px;
	}
	.container {
		max-width: 100%;
	}
	section {
		margin-bottom: 30px;
	}
	ul.menu_list {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header_contact {
		padding: 10px 10px;
	}
	.header_item_box .col_icon_box {
		margin-left: 5px;
		margin-bottom: 0;
	}
	footer,
	footer .container,
	footer .col-md-6 {
		padding-left: 0;
		padding-right: 0;
	}
	.footer_row {
		padding-bottom: 0;
	}
	.footer_text {
		text-align: center;
		margin-bottom: 25px;
		font-size: 16px;
	}
	.footer_menu_list {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.footer_menu_list .menu_item {
		margin-left: 0;
		font-size: 16px;
	}
	.footer_menu_list .menu_item:nth-child(odd) {
		background-color: #25282E;
	}
	.footer_menu_list .menu_item a {
		display: block;
		padding: 14px 0 17px 0;
		text-align: center;
	}
	.col_icon_box {
		margin-bottom: 30px;
	}
	.call_btn img {
		width: 70%;
	}
	ul.service_list_2 {
		margin-top: -35px;
	}
	.price_table tr {
		flex-direction: column;
		align-items: flex-start;
	}
	.price_table tr td {
		padding: 0 0 5px 0;
	}
	.price_table tr td.price_sum {
		width: 100%;
		padding-bottom: 30px;
	}
	.partners_col {
		margin-bottom: 25px;
	}
	.page_list .page_item .page_text {
		display: none;
	}
	.text_icon_box .text_icon {
		display: none;
	}
	.service_line_box {
		margin-top: 40px;
	}
}
@media (max-width: 575px) {
	body {
		padding-top: 52px;
	}
	.nav_bar_desctop {
		display: none;
	}
	.nav_bar_mobile {
		display: block;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		z-index: 150;
	}
	.menu_list {
		background-color: #fff;
		flex-direction: column;
		align-items: center;
	}
	.menu_list .menu_item {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.menu_list .menu_item a {
		display: block;
		padding: 10px 0;
	}
	.menu_list_box {
		width: 100%;
		height: 0;
		background: linear-gradient(180deg, #FFD100 0%, #FDBA2E 100%);
		position: absolute;
		top: 52px;
		left: 0;
		z-index: 100;
		padding-bottom: 0;
		overflow: hidden;
		transition: height .5s;
	}
	.menu_list_box.show {
		height: 265px;
		padding-bottom: 7px;
	}
	.header_left {
		flex-direction: column;
		text-align: center;
	}
	.header_item_box {
		margin-left: -15px;
		margin-right: -15px;
	}
	.header_item_box .col_icon_box {
		margin-left: 0;
	}
	.header_text {
		padding: 0;
		margin-left: 20px;
		margin-right: 20px;
	}
	.header_right {
		flex-direction: column;
		text-align: center;
	}
	.header_contact {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.col_icon_title {
		font-size: 13px;
	}
	.title {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.title {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.title_lg {
		font-size: 24px;
	}
	.title_sm {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.contact_flexbox {
		flex-direction: column;
	}
	.contact_flex_item.phone .service_list_item:nth-child(2) .service_list_icon,
	.contact_flex_item.phone .service_list_item:nth-child(3) .service_list_icon {
		visibility: visible;
	}
	.map {
		margin-left: -30px;
		margin-right: -30px;
	}
	.blog_box .btn {
		width: 100%;
	}
	ul.service_list_2 {
		margin-top: -17px;
	}
	.service_list .service_list_item {
		align-items: flex-start;
	}
	.service_list_icon {
		width: 22px;
		min-width: 22px;
		height: 22px;
		margin-right: 10px;
	}
	.pagination {
		justify-content: center;
	}
}
@media (max-width: 460px) {
	.page_list .page_item > a {
		width: 30px;
		height: 30px;
		padding: 3px;
	}
}
@media (max-width: 360px) {
	
}
@media (max-width: 320px) {
	
}



/* Min Width */
@media (min-width: 576px) {
	
}
@media (min-width: 991px) {
	
}
@media (min-width: 1200px) {
	
}
@media (min-width: 1260px) {
	
}
@media (min-width: 1300px) {
	
}
@media (min-width: 1600px) {
	
}
/* Min Width End */

/* Media End */