/* Responsive style */

@media screen and (min-width:1024px){

	.mob {display: none !important;}
	.tab {display: none !important;}
	.mob_tab {display: none !important;}

} /* /min-width:768px *****************************************************************************/

@media screen and (min-width:768px){

	

} /* /min-width:768px *****************************************************************************/

@media screen and (max-width:1023px){

.pc {display: none !important;}

.main_container > div {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
}

/* Menu */
div.navigation {
    position: fixed;
    top: 0;
    float: none;
    height: 100%;
    width: 270px;
    margin: auto;
    right: -350px;
    overflow-y: auto;
    background-size: 100% 100%;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    z-index: 999;
    background-color: #12709e;
    background-image: none;
}
div.navigation.open {
	right: 0px;
}
div.header {
    display: flex;
    width: 100%;
    padding: 8px 15px;
    justify-content: space-between;
    align-items: center;
}
div.logo {
    float: none;
    margin-left: 0;
    margin-top: auto;
}
a.mob_button {
    color: #fff;
}
div#closenav {
    width: 100%;
    padding: 15px 15px 20px 15px;
    text-align: right;
}
a.close_button {
    color: #fff;
}
body.menu_open {
    overflow: hidden;
}
body.menu_open::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9;
    opacity: 0.8;
}
div.navigation ul {
    display: flex;
    width: 100%;
    float: none;
    flex-direction: column;
}
div.navigation ul li {
    width: 100%;
    margin: auto;
    float: none;
    height: auto;
    display: block;
}
div.navigation ul li a {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    padding: 10px 15px;
    text-align: left;
}
div.navigation ul li.actv a {
    width: 100%;
    float: none;
    background-image: linear-gradient(to bottom, #fbfbfb, #c5c5c5);
}
div.navigation ul li a:hover {
    width: 100%;
    float: none;
    background-image: none;
    color: #fff;
}

/* menu ends */

div.mc_mid {
    float: none;
    clear: both;
    width: 100%;
}
div.mc_top {
    float: none;
    clear: both;
}
div.mc_bottom {
    float: none;
    clear: both;
    width: 100%;
}
div.mc_mid > div {
    width: 100%;
    float: none;
    clear: both;
}
div.middle_container {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}
div.fcopyr {
    width: 100%;
    float: none;
    height: auto;
    padding: 10px 0;
}
div.msg_box {
    width: 100%;
    height: auto;
    float: none;
    clear: both;
    padding: 10px;
}
div.cf_top {
    display: none;
}
div.cf_bottom {
    display: none;
}
div.cf_mid {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px;
    border-radius: 15px;
}
div.cf_row {
    float: none;
    width: 100%;
}
div.cf_mid * {
	float: none;
	clear: both;
}
div.contact_right {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}
div.footer {
    margin-left: auto;
    margin-right: auto;
}












} /* /max-width:1023px *****************************************************************************/

@media screen and (min-width: 768px) and (max-width:1023px){

	* {box-sizing:border-box;max-width:100%;}
	img { max-width:100%; height:auto;image-rendering: -webkit-optimize-contrast; display: inline-block;}
	.mob {display: none !important;}




} /* /(min-width: 768px) and (max-width:1023px) ***************************************************/

@media screen and (max-width:767px){

* {box-sizing:border-box;max-width:100%;}
table {table-layout:fixed; width:100%;}
img { max-width:100%; height:auto;image-rendering: -webkit-optimize-contrast;}
body {margin: 0px;padding: 0px;}
iframe { max-width:100% !important;}
object { max-width:100% !important;}

.tab {display: none !important;}

.main_container div.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #429fcb;
    z-index: 9;
}
.header div.logo {
    max-width: calc(100% - 60px);
}
.footer div.fcopyr {
    margin-top: auto;
    padding: 10px 10px;
    text-align: center;
}
.main_container div.middle_container {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    border: solid 5px #2a7092;
}
div.mc_top {
    display: none;
}
div.mc_bottom {
    display: none;
}
div.mc_mid {
    background-image: none;
    background-color: #fff;
}
body.menu_open .header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0.8;
}
div.inner_r_img > br {
    display: none;
}
div.inner_r_img {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}
div.inner_r_img img {
    display: block;
    margin: 10px 0;
}














} /* /max-width:767px ****************************************************************************/