@media only screen and (max-width: 414px), only screen and (max-device-width: 414px) {
.top_noti_details span {
    float: left;
    height: 30px;
    width: 100%;
    background: #333333;
    border-radius: 20px;
    color: #fff;
    font-family: 'HurmeGeometricSans4_SemiBold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    text-align: center;
}
.top_noti_content {
    float: right;
    height: 30px;
    width: 100%;
    overflow: hidden;
}
li.tab_1 a{
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/tab1.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
li.tab_2 a{
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/tab2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
li.tab_3 a{
	display: block;
	width: 100%;
	height: 75px;
	background-image: url(../images/tab3.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.content_left p {
    display: block;
    color: #222222;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 35px;
    padding-left: 2%;
    text-align: justify;
}
.content_right p {
    display: block;
    color: #222222;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 35px;
    padding-left: 2%;
    text-align: justify;
}
.money_tab li span {
    display: block;
    color: #c0c0c0;
    font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 5px;
}
.money_tab li a {
    display: block;
    color: #c0c0c0;
    font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: normal;
    border-bottom: solid 3px #fff;
}
img.img_banner {
    display: block;
    width: 96%;
    height: auto;
    margin: 0 2%;
    margin-bottom: 10px;
}
.form_details {
    display: block;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
ul.form_tab li a {
    display: block;
    width: 100%;
    height: 45px;
}
.form_box h1 {
    display: block;
    color: #222222;
    font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background-image: url(../images/line_2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-weight: normal;
    padding-left: 30px;
}
.content_left h2 {
    display: block;
    color: #222222;
    font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background-image: url(../images/line_2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-weight: normal;
    padding-left: 30px;
}
.content_right h2 {
    display: block;
    color: #222222;
    font-family: 'UTM Bebas', Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background-image: url(../images/line_2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-weight: normal;
    padding-left: 30px;
}
p.form_note {
    display: block;
    padding: 0 2%;
    color: #222222;
    font-size: 15px;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
}
}

