.page_id_arrow_right {
	color: #231f20;
}
.page_id_arrow_right:hover {
	color: #008fbe;
}
.page_id_go_back {
    color: #231f20;
}
.page_id_go_back:hover {
	color: #008fbe;
}
.page_id_arrow_left {
    color: #231f20;
}
.page_id_arrow_left:hover {
    color: #008fbe;
}
.is_sides_sections:last-child {
    margin-bottom: 0px;
}
.is_text_items {
	width: 100%;
	float: right;
}
.is_text_item {
	width: 100%;
	float: right;
	margin-bottom:50px;
	box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 7%);
	padding:30px;
	box-sizing:border-box;
	border-radius:7px;
	border-bottom: 2px solid #ace0f9
}
.is_text_item_title {
	width: 100%;
	float: right;
	margin-bottom:10px;
	font-size:30px!important
}
.is_text_item_text {
	width: 100%;
	float: right;
	margin-bottom:10px;
}
.is_text_item_img {
	width: 100%;
	float: right;
	margin-bottom:10px;
}
.text_item_btn {
	float: right;
	width: auto;	
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background: linear-gradient( to left, #064280, #1366bb );
	line-height: 1em;
	border-bottom: 0px solid #666;
	font-size: 15px;
	font-weight: 400;	
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	padding-right:20px;
	padding-left:20px;
	margin-top: 15px;
}
.text_item_btn:hover {
	color: #fff !important;
	background: linear-gradient( to left, #064280, #064280 );
	border-bottom: 0px solid #666;
}
.text_item_btn:focus {
	float: right;
	width: auto;	
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background-color: #bb0f1b;
	line-height: 1em;
	border-bottom: 0px solid #666;
	font-size: 15px;
	font-weight: 400;	
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	padding-right:20px;
	padding-left:20px;
	margin-top: 15px;
}
/* prev next */
.page_id_navigation {
	width: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 19px;
	padding-bottom: 17px;
	float: right;
	text-align: center;
	display: inline-block;
	background-color: rgba(255,255,255,1);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom:15px
}
.page_id_arrow_right {   
	font-size: 16px;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 0px;
	float: right;
	background-image: url('../../images/System/arrow_right.png');
	background-position: 98% center;
}
.page_id_arrow_right:hover {
	background-repeat: no-repeat;
	background-image: url('../../images/System/arrow_right.png');
	background-position: 100% center;
}
.page_id_go_back {
	font-size: 16px;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	padding-right: 0px;
	padding-left: 0px;
	float: none!important;
}
.page_id_arrow_left {
	font-size: 16px;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 30px;
	float: left;
	background-image: url('../../images/System/arrow_left.png');
	background-position: 2% center;
}
.page_id_arrow_left:hover {
	background-repeat: no-repeat;
	background-image: url('../../images/System/arrow_left.png');
	background-position: 0% center;
}
.text_section {
	width: 100%;
	float:right;	
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.text_section {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.text_section {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.text_section {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.is_text_item {
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
}
.text_section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.is_text_item_title {
	font-size:22px!important
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.is_text_item {
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
}
.text_section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.is_text_item_title {
	font-size:22px!important
}
}