.sides_sections_container {
	width: 100%;
    float: right;
    background-color:#fff;
}
.sides_sections {
	width: 100%;
    float: right;
    box-shadow: 0px 0px 30px 0 rgba(158, 158, 160, 0.2);
    margin-bottom: 0px
}
.sides_sections_items {
	width: 100%;
    float: right;
}
.sides_section_btn {
	float: right;
	width: auto;
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	/* background: linear-gradient( to left, #3e4fa9, #62b8bf ); */
	background-color:#000;
	line-height: 1em;
	border-bottom: 2px solid #d6be79;
	font-size: 17px;
	font-weight: 400;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	padding-right:20px;
	padding-left:20px;
	margin-top: 15px;
}
.sides_section_btn:hover {
	color: #fff !important;
	background-color:#d6be79;
	border-bottom: 2px solid #000;
}
.sides_section_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;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.sides_sections_container {
    padding-top: 90px;
	padding-bottom: 90px;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    height: 500px;
    position:relative;
}
.sides_section_item_left {
    float: left;
    width: 100%;
    height: 500px;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    height: 500px;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 50%;
    height: 500px;
    position:absolute;
    left:0;
    top:0;
    overflow: hidden;
	visibility: visible;
}
.sides_section_item_img_left {
    float: right;
    width: 50%;
    height: 500px;
    position:absolute;
    right:0;
    top:0;
    overflow: hidden;
	visibility: visible;
}
.sides_section_content_right {
    float: right;
    width: 50%;
    padding-left: 50px;
    padding-right: 50px;
    height: 500px;
    box-sizing:border-box;
}
.sides_section_content_left {
    float: left;
    width: 50%;
    padding-left: 70px;
    padding-right: 70px;
    height: 500px;
    box-sizing:border-box;
    
}
.sides_section_text_container {
	width: 100%;
	display: table;
	height: 500px;
	direction: rtl;
}
.sides_section_text_content {
	display: table-cell;
	vertical-align: middle;
}
.sides_section_content_title {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.sides_sections_container {
    padding-top: 70px;
	padding-bottom: 70px;
}
.sides_sections {
	width: 100%;
    float: right;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    height: 400px;
    position:relative;
    margin-bottom: 0px
}
.sides_section_item_left {
    float: left;
    width: 100%;
    height: 400px;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    height: 400px;
    position:relative;
}
.sides_section_item_img_right {
    float: left;
    width: 50%;
    height: 400px;
    position:absolute;
    left:0;
    top:0;
    overflow: hidden;
	visibility: visible;
}
.sides_section_item_img_left {
    float: right;
    width: 50%;
    height: 400px;
    position:absolute;
    right:0;
    top:0;
    overflow: hidden;
	visibility: visible;
}
.sides_section_content_right {
    float: right;
    width: 50%;
    padding-left: 50px;
    padding-right: 0px;
    height: 400px;
    box-sizing:border-box;
}
.sides_section_content_left {
    float: left;
    width: 50%;
    padding-left: 0px;
    padding-right: 50px;
    height: 400px;
    box-sizing:border-box;
    
}
.sides_section_text_container {
	width: 100%;
	display: table;
	height: 400px;
	direction: rtl;
}
.sides_section_text_content {
	display: table-cell;
	vertical-align: middle;
}
.sides_section_content_title {
    float: right;
    width: 100%;
    margin-bottom: 0px;
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.sides_sections_container {
    padding-top: 20px;
	padding-bottom: 20px;
}
.sides_sections {
	width: 100%;
	float:right;
	margin-bottom:30px
}
.sides_section_item_container {
    float: left;
    width: 100%;
    position:relative;
}
.sides_section_item_left {
    float: left;
    width: 100%;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    position:relative;
}
.sides_section_item_img_right {
    float: right;
    width: 100%;
    height: 500px;
}
.sides_section_item_img_left {
    float: right;
    width: 100%;
    height: 500px;
}
.sides_section_content_right {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box; 
}
.sides_section_content_left {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;  
}
.sides_section_text_container {
    width: 100%;
    float: right;
    direction: rtl;
}
.sides_section_text_content {

}
.sides_section_content_title {
    float: right;
    width: 100%;
    font-size: 24px!important;
    margin-bottom:5px;
    line-height:1.1em;
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.sides_sections_container {
    padding-top: 15px;
	padding-bottom: 20px;
}
.sides_sections {
	width: 100%;
	float:right;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    position:relative;
    margin-bottom: 0px;
}
.sides_section_item_left {
    float: left;
    width: 100%;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    position:relative;
}
.sides_section_item_img_right {
    float: right;
    width: 100%;
    height: 300px;
}
.sides_section_item_img_left {
    float: right;
    width: 100%;
    height: 300px;
    margin-top: 20px;
}
.sides_section_content_right {
    float: left;
    width: 100%;
     padding: 15px;
    box-sizing: border-box;
    background-color:#fff!important;
}
.sides_section_content_left {
    float: left;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color:#fff!important;
}
.sides_section_text_container {
    width: 100%;
    float: right;
    direction: rtl;
}
.sides_section_text_content {

}
.sides_section_content_title {
    float: right;
    width: 100%;
    margin-bottom:5px;
    line-height:1.1em;
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.sides_sections_container {
    padding-top: 15px;
	padding-bottom: 0px;
}
.sides_sections {
	width: 100%;
	float:right;
}
.sides_section_item_container {
    float: left;
    width: 100%;
    position:relative;
    margin-bottom: 0px;
}
.sides_section_item_left {
    float: left;
    width: 100%;
    position:relative;
}
.sides_section_item_right {
    float: right;
    width: 100%;
    position:relative;
}
.sides_section_item_img_right {
    float: right;
    width: 100%;
    height: 300px;
}
.sides_section_item_img_left {
    float: right;
    width: 100%;
    height: 300px;
    margin-top: 20px;
}
.sides_section_content_right {
    float: left;
    width: 100%;
     padding: 15px;
    box-sizing: border-box;
    background-color:#fff!important;
}
.sides_section_content_left {
    float: left;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color:#fff!important;
}
.sides_section_text_container {
    width: 100%;
    float: right;
    direction: rtl;
}
.sides_section_text_content {

}
.sides_section_content_title {
    float: right;
    width: 100%;
    margin-bottom:5px;
    line-height:1.1em;
}
.sides_section_content_text {
    float: right;
    width: 100%;
}
}