.branch_id_section {
	float: right;
	width: 100%;
    background-color:#eef1f8
}
.branch_id_grid {
	width: 100%;
	float: right;
	position:relative;
    background-color:#fff;
    box-sizing:border-box;
	box-shadow: 0 0 15px 0 rgb(86 86 86 / 7%)
}
.branch_id_title_container {
	width: 100%;
	height: 55px;
    display:table;
    box-sizing:border-box;
	background-color:#fff;
	border-bottom: 1px solid #cdcdcd;
	position:relative;
}
.branch_id_title_middle {
    display:table-cell;
    vertical-align:middle;
}
.branch_id_name {
	float: right;
	width: auto;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height:1em;
	clear:none
}
.branch_id_share {
	float: left;
	width: auto;
	background-color:#fff;
	padding:7px;
	border-radius:25px;
	clear:none;
}
.branch_id_content {
	float: right;
	width: 100%;
    box-sizing:border-box;
}
.branch_id_img {
    float: left;
    width: calc(100% - 430px);
    height: 600px;
    position: relative;
    margin-right: 10px;
    overflow: hidden; /* Ã—â€”Ã—Â©Ã—â€¢Ã—â€˜ */
}

.branch_id_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ã—Â©Ã—â€¢Ã—Å¾Ã—Â¨ Ã—Â¤Ã—Â¨Ã—â€¢Ã—Â¤Ã—â€¢Ã—Â¨Ã—Â¦Ã—â„¢Ã—â€¢Ã—Âª */
    display: block;
}

.branch_id_info {
	width: 400px;
    float: right;
    height:600px;
}
.branch_id_info_icon {
	float: right;
	width: 100%;
	box-sizing: border-box;
	font-size: 21px;
	font-weight: 400;
	text-align: right;
	text-decoration: none;
	display: inline-block;
	padding: 12px;
	border-right: 0px solid #333;
	background-color: #faf6f1;
	margin-bottom:16px
}
.branch_id_info_icon:last-child {
	margin-bottom: 0px;
}
.branch_id_info_icon:hover {
	color: #333;
	background-color: #faf6f1;
}
.branch_id_info_svg {
	float: right;
	width: 25px;
	height: 25px;
	margin-left: 5px;
}
.branch_id_info_svg i {
	float: right;
	width: auto;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	text-align: right;
	margin-left: 0!important;
	padding-right: 1px;
	padding-left: 0!important;
	direction: rtl;
	color:#333;
}
.branch_id_info_text {
	float: right;
	width: auto;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.3em;
	text-align: right;
	margin-left: 0px;
	padding-right: 10px;
	text-decoration: none;
	display: block;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #333;
	direction: rtl;
	color:#333 !important;
}
.branch_id_info_btn_con {
	float: right;
	width: 100%;
}
.branch_id_info_btn {
	float: right;
	width: 49%;
	box-sizing: border-box;
	text-decoration: none;
	display: table;
	padding: 15px 5px 15px 5px;
	border-bottom: 0px solid #915926;
	background-color: #333;
	color:#f6ede2;
	border-radius: 2px;
	margin-left:2%;
}
.branch_id_info_btn:nth-of-type(2n) {
	margin-left:0%;
	background-color: #915926;
}
.branch_id_info_btn:hover {
    background-color:#333333;
	color:#fff!important;
}
.branch_id_info_btn_text {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1em;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	direction: rtl;
}
.branch_id_des {
	float: right;
	width: 100%;
	box-sizing: border-box;
    margin-top: 30px;
}
.branch_id_des_text {
	width: 100%;
	float: right;
	font-size: 16px;
    text-align: right;
    direction:rtl;
    line-height:1.6em;
    margin-bottom:0;
    margin-top:0;
}
.branch_id_des_text a {
	font-size: 15px;
	color:#13294b;
	text-decoration:underline;
	background-color:#eef1f8;
	font-weight:700;
	padding: 3px 5px 3px 5px;
}
.branch_id_des_map {
	width: 100%;
	float: right;
	padding:10px;
    box-sizing:border-box;
    margin-top:0px;
    background-color:#fefaf1;
	margin-top:30px;
	border: 1px solid #333;
}
.branch_id_des_opening {
	width: 100%;
	height:280px;
	float: right;
	padding:15px;
	box-sizing:border-box;
	background-color: #faf6f1;
	overflow: hidden;
	visibility: visible;
	margin-bottom:12px;
	border-right: 0px solid #333;
	display:table;
}
.branch_id_arrows_section
{
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 30px;
    margin-bottom:  0px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
    text-align: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-top-width: 1px;
    border-bottom-width: 0px;
}
.branch_id_arrow_right {
    font-size: 17px;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    width: auto;
    color: #4d4d4e;
    float: right;
	padding-right:5px
}
.branch_id_arrow_right:hover
{

}
.branch_id_go_back {
    font-size: 17px;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    width: auto;
    color: #4d4d4e;
    float: none!important;
}
.branch_id_go_back:hover
{
    color: #000;
}
.branch_id_arrow_left {
    font-size: 17px;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    width: auto;
    background-repeat: no-repeat;
    color: #4d4d4e;
    float: left;
	padding-left:5px
}
.branch_id_arrow_left:hover
{

}
.camera_wrap img {
    border-radius: 0px!important;
}
.branch_id_menu_title_con {
	float: right;
	width: 100%;
}
.branch_id_menu_btn {
	float: left;
	width: auto;
	box-sizing: border-box;
	text-decoration: none;
	text-align:center;
	display: table;
	padding: 7px 12px 8px 12px;
	border-bottom: 0px solid #333;
	background-color: #333;
	color:#f6ede2;
	border-radius: 2px;
	position:absolute;
	top: 10px;
}
.branch_id_menu_btn:hover {
    background-color:#333333;
	color:#f6ede2!important;
}
.branch_id_menu_btn_text {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1em;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	direction: rtl;
}
.branch_id_menu_sep {
	width: 100%;
	float:right;
	margin-bottom:30px;
}
.branch_id_menu_sep:last-child {
	margin-bottom:0px;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.branch_id_section {
	float: right;
	width: 100%;
	padding-top:30px;
	padding-bottom:70px;
}
.branch_id_title_container {
    padding: 0 30px 0 30px;
}
.branch_id_menu_title_con {
	padding-top: 30px;
	padding-bottom: 0px;
}
.branch_id_grid {
	margin-top:50px;
}
.branch_id_content {
    padding:30px;
}
.branch_id_name h1 {
	font-size:17px;
}
.branch_id_share {
	/* margin-top:10px; */
}
.branch_id_name h1 {
	font-size: 30px;
}
.branch_id_menu_btn {
	left:30px
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.branch_id_section {
	float: right;
	width: 100%;
	padding-top:30px;
	padding-bottom:70px;
}
.branch_id_title_container {
    padding: 0 20px 0 20px;
}
.branch_id_menu_title_con {
	padding-top: 30px;
	padding-bottom: 0px;
}
.branch_id_grid {
	width:100%;
    float: right;
	margin-top:40px
}
.branch_id_content {
    padding:20px;
}
.branch_id_name h1 {
	font-size:23px;
}
.branch_id_share {
	margin-top:9px;
}
.branch_id_name h1 {
	font-size: 24px;
}
.branch_id_des_opening {
	height:130px;
	padding:15px;
}
.branch_id_info {
    height:600px;
	width:370px
}
.branch_id_img {
	height: 560px;
	width: calc(100% - 390px);
}
.branch_id_menu_btn {
	left:20px
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 481px) {
.branch_id_section {
	float: right;
	width: 100%;
	padding-top:30px;
	padding-bottom:70px;
}
.branch_id_title_container {
    padding: 0 10px 0 10px;
}
.branch_id_menu_title_con {
	padding: 10px 20px 0 20px;
	box-sizing:border-box;
}
.branch_id_grid {
	width:100%;
    float: right;
	margin-top:20px
}
.branch_id_content {
    padding: 10px;
}
.branch_id_name h1 {
	font-size:23px;
}
.branch_id_share {
	margin-top:9px;
}
.branch_id_name h1 {
	font-size: 24px;
}
.branch_id_des_opening {
	height:130px;
	padding:15px;
}
.branch_id_info {
    height:auto;
	width:100%
}
.branch_id_img {
	height: auto;
	width: 100%;
	margin-bottom:10px
}
.branch_id_info_btn {
	display:none!important;
}
.branch_id_des {
    margin-top: 0px;
}
.branch_id_menu_btn {
	left:10px
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
#branch_page_section .site_grid_container {
	padding-left: 0px;
    padding-right: 0px;
}
.branch_id_section {
	float: right;
	width: 100%;
	padding-top:30px;
	padding-bottom:70px;
}
.branch_id_title_container {
    padding: 0 10px 0 10px;
}
.branch_id_menu_title_con {
	padding: 20px 20px 0 20px;
	box-sizing:border-box;
	height: auto;
}
.branch_id_grid {
	width:100%;
    float: right;
	margin-top:5px
}
.branch_id_content {
    padding: 10px;
}
.branch_id_des {
    margin-top: 0px;
}
.branch_id_name h1 {
	font-size:23px;
}
.branch_id_share {
	margin-top:9px;
}
.branch_id_name h1 {
	font-size: 22px;
}
.branch_id_des_opening {
	height:130px;
	padding:15px;
}
.branch_id_info {
    height:auto;
	width:100%
}
.branch_id_img {
	height: auto;
	width: 100%;
	margin-bottom:10px
}
.branch_id_info_btn {
	display:none!important;
}
.branch_id_menu_btn {
	left:10px
}
.branch_id_menu_sep {
	margin-bottom:20px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {

}