/*	Media 768Px Start */
@media (min-width: 768px) and (max-width: 990px) {


}

/* Media 480Px Start */
@media (max-width: 999px) {
	.select2-container { max-width: 300px; }
	.modal-body.inner_body_wra {max-height: calc(100vh - 100px); overflow-y: auto;}
	.milti-forms-wrapper { padding-bottom: 100px; }
	body .uwy.userway_p1 .userway_buttons_wrapper .uai,
	body .uwy.userway_p1 .userway_buttons_wrapper .uai img {
	    width: 44px;
	    height: 44px;
	}
	body .uwy.userway_p1 .userway_buttons_wrapper { left: calc(100vw - 21px) !important }
	.alert { width:100% !important }
	.modal-body.inner_body_wra { padding-bottom: 50px }
	.flex-wrapper { padding: 15px; }
	.left-section {
		margin-bottom: 25px;
    	padding: 23px 20px;
	}
	.fs-title { font-size:17px; }
	.close {
		right: 0;
    	top: 0;
	}
	.options-wrapper li label span { line-height: 24px; }
	.right-section { margin-bottom: 70px; }
	.action-button, .submit { padding: 11px 22px; font-size: 14px; }
	.action-button { right: 15px; bottom: 15px; }
	#msform fieldset .previous { left: 15px; }
	.options-wrapper li label input[type="radio"] ~ span:before, .options-wrapper li label.no-selection span:before { top: 19px; }
	.cards-wrapper h1 { font-size: 25px; }
	.cards-wrapper ul li { width: 50%; }
    .list-wrapper h1 { font-size: 25px; }
	.list-wrapper ul li { width: 50%; }
	.information_map_wrap .col-md-8,
	.information_map_wrap .col-md-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.list-wrapper .information_map_wrap ul li { width:100%; }
}

/* Media 0px Start */
@media (max-width: 600px) {
	.map-side-bar > .form-control { font-size: 12px; }
	.insurance-card-wrapper .flex-wrapper { gap: 20px !important }
	.flex-wrapper { flex-direction: column !important; }
	.drop-zone-wrap { width:100%; }
	.information_map_wrap .col-md-8,
	.information_map_wrap .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.map-side-bar { margin-top: 20px }
	#map { height: 300px !important; }
	#chat-widget-container {
		width: 230px !important;
	}
	body .uwy.userway_p1 .userway_buttons_wrapper {
    	left: calc(100vw - 10px) !important;
	}
	.action-button { max-width: 155px; }
/*	fieldset > .userway-s14-active { word-break: break-all; }*/
	.cards-wrapper ul li { width: 100%; }
	.list-wrapper ul li { width: 100%; }
	.doc-details { flex-direction: column; }
	.doc-details section { padding: 20px 0 0 }
	.doc-details { padding: 20px 20px 80px; }
	.dubble-btns { flex-direction: column; }
}

/* Media 991px Start */
@media screen and (min-width: 991px) and (max-width: 1054px) {

}

