tory,
a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.deal1,
.main1 {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    outline: 0!important;
    color: #00416d;
	font-weight:300; 
	text-decoration:none
}

a:focus {
    outline: dotted thin
}

a:active,
a:hover {
    outline: 0
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    background-color: #fff;
}

.fl {
    float: left
}

.fr {
    float: right
}

.btn_story,
.de_title1,
.deal1,
.deal1 img.dealthumb,
.w-f23,
.w-f31 {
    float: left
}

.cl {
    clear: both
}

.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f16{font-size:16px}
.f17{font-size:17px}
.f18{font-size:18px}
.f20{font-size:20px}
.f22{font-size:22px}
.f25{font-size:25px}
.f30{font-size:30px}
.c1{color:#fff;}
.c3{color:#333;}
.c6{color:#666;}
.c9{color:#999;}

.pb15{padding-bottom:15px}

.b{font-weight:bold}
.lh40{line-height:40px}

.m{margin:5px}


/* start header */


.bg-c {
    background: #fff;
    border-bottom: 2px solid #e5e5e5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111;
	height:55px
}
.main {
    max-width: 1170px;
    margin:10px auto
}
.co-name {
    width: 192px
}

.mtt1 { margin-top: 7px}

.pfp{background-color:#fa9324; border-radius:4px}
.pat{background-color:#de2101; border-radius:4px; margin-right:15px}
.toggleMenu {
    display:  none;

    color: #fff;
	float:right;
}

.logo{width: 50px; height: 50px; border: solid 1px #ebebeb; border-radius: 3px;justify-content: center;align-items: center; text-align: center;display: flex;}
.logo img{max-width: 48px; min-width: 48px; max-height: 78px;display: inline-block;}


.disp_dow{display:block}
.disp_dow1{display:none}



	.headm{background-color:#fff; position:fixed; top:0; left:0; width:100%; z-index:1001; box-shadow: 0 2px 4px 0 #999;}
	.fw4{font-weight:400}.p15{padding:15px}
	.jss1{position: relative; margin: 0 auto; top:0px; left: 0px; width: 550px; height: 200px; overflow: hidden; visibility: hidden;}
	.jss2{cursor: default; position: relative; top: 0px; left: 0px; width: 550px; height: 200px; overflow: hidden;}
	
	
.nav_mnu {width:400px}	
.nav_mnu ul {
		list-style-type:none;
		margin:0;
		padding:0;
		position: absolute;
}
.nav_mnu li {
		display:inline-block;
		float: left;
		margin-right: 1px;
}

.nav_mnu li a {
		display:block;
		text-align: center;
		font-family: 'Poppins', sans-serif;
		color: #00416d;
		background: #fff;
		text-decoration: none;
		padding:8px 20px;
}
.nav_mnu li:hover a {background: #00416d; color:#fff}
.nav_mnu li:hover ul a {
		background: #f3f3f3;
		color: #2f3036;
		height: 40px;
		line-height: 40px;
}

.nav_mnu li:hover ul a:hover {background: #00416d; color: #fff;}
.nav_mnu li ul {display: none; }
.nav_mnu li ul li {display: block;float: none;}
.nav_mnu_s{  left: 100%;  top: 0;}
.nav_mnu li ul li a { width: auto;
		min-width: 100px;
		padding: 0 20px;
		text-align:left;
}

.nav_mnu ul li a:hover + .hidden, .hidden:hover {display: block;}
.show-menu {
		text-decoration: none;
		color: #fff;
		text-align: right;
		padding: 5px 0;
		float:right;
		width:40px;
		display: none;
}
.nav_mnu input[type=checkbox]{display: none;}
.nav_mnu input[type=checkbox]:checked ~ #menu{display: block;}
	
.ms-animate-left {
    position: relative;
    animation: animateleft .4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 95px;
        opacity: 1
    }
}

.ms-overlay {
    position: fixed;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

.ms-animate-opacity {
    animation: opac .8s
}
	
	
	
.ms-overlay,
.ms-sidebar {
    height: 100%;
    z-index: 9999
}
.ms-sidebar {
    width: 280px;
    background-color: #fff;
    position: fixed!important;
    overflow: auto;
    left: 95px
}	

.ms-bar-block .ms-bar-item {
    width: 100%;
    display: block;
    padding: 10px 16px;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
    white-space: normal;
    float: none;
    outline: 0
}

@media screen and (max-width : 760px){
	.nav_mnu {width:auto}
	.nav_mnu ul {position: static;display: none;}
	.nav_mnu li {margin-bottom: 2px;	}
	.nav_mnu ul li, li a {width: 100%;}
	.show-menu {display:block;}
	.show-menu:hover {cursor:pointer;}
	.nav_mnu li ul li a {text-align:center;}
	
	.ms-sidebar {
        left: 0
    }
    @keyframes animateleft {
        from {
            left: -300px;
            opacity: 0
        }
        to {
            left: 0;
            opacity: 1
        }
    }
	
}






.bg_cont,
.story_img {
    position: relative
}

.ldisb {
    display: none
}



.fotter1,
.w_100 {
    width: 100%
}

.disb {
    display: block
}



.fotter1 {
    background-color: #1c1c1f;
    border-top: 5px solid #e3e3e3;
    padding-top: 10px;
    font-size: 12px;
	color:#fff;
	line-height:28px
}
.fotter1 a{color:#ddd;}
.fotter1 a:hover{color:#fff;}
.foter-listt li a {
    color: #fff!important
}

h1,
h3 {
    color: #333;
    font-weight: 300
}

.foter-listt {
    padding-left: 20px
}

.foter-listt li {
    line-height: 30px
}

ol,
ul {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0
}

.main1 {
    max-width: 1170px;
    margin: auto;
    padding: 10px 2%
}

.w-f23 {
    width: 18%
}

.w-f31 {
    width: 28%
}

.mt60 {
    margin-top: 60px
}

.mt1 {
    margin-top: 10px
}
.mt15 {
    margin-top: 15px
}
.mt0 {
    margin-top: 0
}

.mt2 {
    margin-top: 20px
}

.mt40 {
    margin-top: 40px
}
.p20{padding:20px}

.pl1{padding-left:10px}

.ellipsis{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block}

.main_container {
    max-width: 1170px;
    margin: 60px auto 20px
}

h1 {
    font-size: 28px;
    padding: 15px
}

h3 {
    font-size: 25px;
    margin: 0 0 15px
}

.pd20 {
    padding: 20px
}

.ml25 {
    margin-left: 25px
}

.bg_cont {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, .13)
}

.w_lt {
    width: 66.6667%
}

.w_rt {
    width: 33.3333%
}

.story_img img {
    width: 100%
}

.story_img span {
    position: absolute;
    bottom: 10px;
    right: 8px;
    background-color: #666;
    color: #fff;
    padding: 4px 8px;
    opacity: .7
}

.ldisb1 {
    display: none
}

.story_titl {
    font-size: 21px;
    margin-bottom: 20px
}

.story_titl a {
    color: #00f
}

.btn_story {
    font-size: 18px;
    background-color: #2d4f96;
    border: 1px solid #2d4f96;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    margin: 8px 5px 5px 0
}

.btn_story:hover {
    background-color: #fff;
    border: 1px solid #2d4f96;
    color: #2d4f96
}

.deal1 {
    border-bottom: 1px solid #ececec;
    font-size: 15px;
    font-weight: 400;
    padding: 13px 0;
    width: 48%;
    margin-right: 2%
}

.de_title1 {
    border: 0 solid #000;
    color: #333;
    line-height: 22px;
    margin-left: 10px;
    width: 60%
}

.de_title_c {
    color: #2d4f96
}

.de_pri {
    font-size: 13px
}

.de_pri span {
    color: green;
    font-size: 15px
}

.da_ni1 {
    color: #333;
    font-size: 13px
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px
}

.most_pop a {
    color: #00f;
    font-size: 15px
}

.most_pop img {
    width: 275px;
    height: 150px
}

.line5 {
    background: #e8e8e8;
    display: block;
    height: 1px;
    margin: 10px 0 12px;
    padding: 0
}

.relat_packa {
    background-color: #fff;
    width: 252px;
    margin: 5px auto 20px;
    border: 1px solid #c5c5c5
}

.relat_packa1 {
    padding: 10px;
    font-size: 12px;
    color: #333;
    line-height: 22px;
    word-wrap: break-word
}

.relat_packa1 span {
    font-weight: 700;
    font-size: 15px
}

.relat_packa_ac {
    background-color: #d22129;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    font-size: 15px
}

.relat_packa_ac span {
    font-size: 20px
}

.itemlabel {
    background: #f2f2f2;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 15px
}

.itemlabel:hover {
    color: #2a6496
}

.rel_stori {
    padding: 5px;
    border: 1px solid #fff
}

.rel_stori:hover {
    border: 1px solid #2a6496;
    color: #2a6496
}

.pock {
    font-family: 'Raleway', sans-serif;
    color: #666;
    font-size: 28px;
    border-bottom: 1px solid #ccc
}

.popUp {
    width: 100%;
    height: 100%;
    opacity: 0.95;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    background-color: #313131;
    overflow: auto;
}

img#closeUp {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.popupApp {
    position: absolute;
    left: 50%;
    top: 17%;
    margin-left: -420px;
    font-family: 'Raleway', sans-serif;
}


.mob_no {
    margin-top: 20px
}

.mob_in {
    border: 1px solid #999;
    padding: 8px;
    border-radius: 2px;
    width: 175px;
}

.sub_lin {
    background-color: #4d90fe;
    color: #fff;
    font-size: 15px;
    padding: 6px;
    border: 1px solid #357bed;
    border-radius: 2px;
    cursor: pointer
}

.rel_pack {
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
    padding: 5px;
    width: 92%;
    margin: 5px auto;
}

.rel_pack img {
    float: left;
    border-radius: 2px;
    width: 60px;
    height: 60px
}

.rel_title {
    color: #333;
    float: left;
    line-height: 22px;
    margin-left: 10px;
    width: 53%;
}

.deal_bg {
    background-color: #e6f9ff
}

.rel_bg {
    background-color: #f2f2f2
}

.rel_bg2 {
    background-color: #FFFFAE
}

.rel_title {
    color: #333;
    float: left;
    line-height: 22px;
    margin-left: 10px;
    width: 53%;
}

.rel_title_c {
    color: #2d4f96
}

.rel_pri {
    float: right
}

.rel_pri span {
    color: #cb3904;
    font-weight: bold
}



.listitem {
    background: #efefef;
    width: 100%;
    overflow: hidden;
    position: relative
}

.listitem img {
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media (min-width:992px) {
    .listitem {
        background: #efefef;
        width: 100%;
        height: 180px;
        overflow: hidden;
        position: relative
    }
}

.sin_hedbg{background:url("sin_bg.jpg"); width:100%; min-height:400px;}
.sin_h1{color:#fff; font-size:60px; font-weight:bold; padding-top:100px}
.signu_frm{background-color:#333; opacity:.80; padding:20px 10px; margin-top:170px}
.signu_frm input, select{background-color:#fff; border:1px solid #888; padding:10px; font-size:17px; width:100%; box-sizing:border-box; border-radius:2px;}
.signu_frm span{width:24%; display:block; float:left; margin:5px;}
.signu_frm button{background-color:#009de0; border:1px solid #009de0; color:#fff; padding:7px; font-size:20px; width:100%; box-sizing:border-box;border-radius:2px;cursor:pointer;}

.signu_frm_01{background-color:#333; opacity:.80; padding:20px 10px; margin-top:170px}
.signu_frm_01 input, select{background-color:#fff; border:1px solid #888; padding:10px; font-size:17px; width:100%; box-sizing:border-box; border-radius:2px;}
.signu_frm_01 span{width:23%; display:block; float:left; margin:5px;}
.signu_frm_01 button{background-color:#009de0; border:1px solid #009de0; color:#fff; padding:7px; font-size:20px; width:100%; box-sizing:border-box;border-radius:2px;cursor:pointer;}
.signu_frm_02{background-color:#333; opacity:.80; padding:20px 10px; margin-top:170px}
.signu_frm_02 input, select{background-color:#fff; border:1px solid #888; padding:10px; font-size:17px; width:100%; box-sizing:border-box; border-radius:2px;}
.signu_frm_02 span{width:19%; display:block; float:left; margin:5px;}
.signu_frm_02 button{background-color:#009de0; border:1px solid #009de0; color:#fff; padding:7px; font-size:20px; width:100%; box-sizing:border-box;border-radius:2px;cursor:pointer;}
.signup_width{width:70%; margin:auto;}
.w50{width:50%}.mm_1{margin:15px 5px}
.bb01{border-bottom:1px solid #d6d6d6;}.pb20{padding-bottom:20px}
.ff30{font-size:20px}.ff40{font-size:35px}.ff18{font-size:17px}.si_bg1{background-color:#333}.si_bg2{background-color:#dedede}.si_bg3{background-color:#fff}
.ww22_1,.ww22{width:24%}.bo_ra{border-radius:4px}
.cc1{color:#fa9324}.cc2{color:#de2101} .cc3{color:#009de0} .cc4{color:#137600} .cc5{color:#1fc300} .cc6{color:#ff5538}
.hiw span{width:32%; line-height:28px; float:left; margin:5px; display:bolck;}
.hiw1 span{width:32%; line-height:26px; float:left; margin:5px; display:bolck; background-color:#fff; padding:20px; text-align:left; font-size:13px; font-weight:300;}
.ww19{width:19%}
.mt50{margin-top:50px;}
.p1{padding:10px}

.c_detail div{width:16.6%; float:left; text-align:center; font-size:14px; color:#999;}
.c_detail div span{color:#333;}
.tic_bg{background-color:#0ca800; border-radius:30px; padding:2px 7px}
.st2{background-color:#fff; color:#333; border-radius:30px; padding:2px 8px}

.frm_st2 span{width:33%; display:block; float:left; padding:5px 10px; box-sizing:border-box}
.frm_st2 label{width:100%; font-size:14px; color:#333;}
.frm_st2 input[type="text"], input[type="password"], select, textarea{background-color:#fff; color:#333; border:1px solid #e9e9e9; padding:12px; font-size:14px; width:100%; box-sizing:border-box; border-radius:4px; margin-top:3px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;font-family: 'Poppins', sans-serif;}
.ss_ofr label{width:25%; float:left; font-size:12px; color:#666; margin-top:5px}

.icon_cam{ width:80px; height:79px; background-color:#ededed; position:relative; float:left; margin-top:4px; text-align:center; font-size:40px; padding-top:25px; color:#999; cursor:pointer; margin-right:5px}

.aphoto_box{background-color: #ffe8d8;  border:1px dashed #f97011;  cursor: pointer; float: left; height: 80px; margin: 5px; position: relative; width: 80px;}
.addphoto {background-color: #f97011; border-radius: 50%;  color: #fff; display: block;  font-size: 21px; height: 24px;  left: 50%; line-height: 24px;
    margin: -12px 0 0 -12px;  padding-left: 1px; position: absolute; text-align: center; top: 50%;width: 24px;}

.btn-success{ background-color: #de2101; background-image: linear-gradient(to bottom, #de2101, #bd1c01); background-repeat: repeat-x;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);  color: #fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); padding:8px 60px; font-size:22px; cursor:pointer}
.lh24{line-height:24px}
.led_block{width:250px; height:auto; border:1px solid #ec7d1f; margin:10px; position:relative}
.led_bl_pri{background-color:#fff; border:1px solid #ec7d1f; position:absolute; top:-10px; right:10px}
.btn_buyn{background-color:#b14800; border:1px solid #fff; border-radius:2px; padding:2px 6px;}
.wi_30{width:30%} .wi_70{width:70%}.str_co{color:#ff0000} .tic_colr{color:#00c000} .wi_40{width:40%}



.pt1{padding-top:10px}.pt{padding-top:5px}.mb3{margin-bottom:30px}

.signu_frm_n{padding:10px;}
.signu_frm_n input, select{background-color:#fff; border:1px solid #bcbcbc; padding:10px; font-size:17px; width:100%; box-sizing:border-box; border-radius:2px;}
.signu_frm_n span{width:100%; display:block; float:left; margin-top:15px}
.signu_frm_n button{background-color:#009de0; border:1px solid #009de0; color:#fff; padding:7px; font-size:20px; width:70%; box-sizing:border-box;border-radius:2px;cursor:pointer;}
.w30{width:30%}.w70{width:70%}.w33{width:33%}.w20{width:20%}

.cta_btn{background-color:#00416d; color:#fff; padding:15px 30px; font-size:20px; border-radius:4px; text-decoration:none!important}

.hed_feat{background-color:#333; color:#fff; font-size:17px; text-align:center}


.content-slider li {
    min-height:200px;
    padding: 10px;
	
}

.slid_card{background-color: #fff;
    color: #333;
    border: 1px solid #f1f1f1;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	min-height:200px;
	border-radius:0 0 5px 5px;
	}




.sign_popup {
	background: #fafafa;
    min-width: 250px;
	max-width:400px;
    min-height: 320px;
    border-radius: 4px;
	margin:8% auto 0;
	position:relative;
}

.popUp_sign {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    z-index: 100003; 
	background-color: rgba(51, 51, 51, 0.9); 
    overflow: auto;
}
.closep{position:absolute; top:5px; right:10px; color:#f00; font-size:25px; text-decoration:none} 

.mr1{margin-right:10px}
.mb2{margin-bottom:20px}
.grn{color:#278801}
.c-blu{color:#009de0}
.c_r{color:#cc0000}
.bord1{border:1px solid #ddd}
.lh28{line-height:28px}
.rtm{background-color:#fff; color:#333; position:fixed; bottom:0; right:0; max-width:300px; min-width:250px; border-radius:4px 4px 0 0;}
.sng{color:#3e444e; font-size:40px; font-weight:600; padding-top:30px; margin:0; line-height:60px}
.sng_subt{color:#666; font-size:18px; padding:15px; line-height:30px; text-align:left;}

.p10_20{padding:10px}

.w55{width:55%}.w45{width:45%}.w25{width:25%}.w48{width:48%}.w25a{width:25%}

.f17_14{font-size:17px}
.mt60a{margin-top:60px}.w45a{width:45%}.w10a{width:10%}




.bgf{background-color:#fff; box-shadow: 0 1px 8px 0 rgba(51, 51, 51, 0.4);border-radius:3px}
.w20a{width:20%}.w80a{width:80%}
.bb1{border-bottom:1px solid #ddd}

.dnone{display:none}

@font-face {
    font-family: FontAwesome;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2) format('woff2'); font-weight: 400; font-style: normal}

.fa {display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}
.fa-times:before{ content: "\f00d"}.fa-angle-left:before{ content: "\f104"}.fa-angle-right:before {content: "\f105"}.fa-angle-down:before {content: "\f107";}.fa-sort-up:before {content: "\f0de";} .fa-map-marker:before { content: "\f041";} .fa-arrow-right:before{ content: "\f061"} .fa-calendar-alt:before{ content: "\f073"} .fa-edit:before{content:"\f044"}



.w60_85{width:60%}
.w100{width:100%}
.contac_frm input[type=text], textarea, select {background-color:#f9f9f9; border:1px solid #e5e5e5; padding:12px; border-radius:3px; font-size:17px; color:#333; width:100%; font-family: "Poppins", Helvetica, Arial, sans-serif; font-weight:300;}
.contac_frm input[type=submit]{background-color:#06c; border:1px solid #06c; padding:10px 40px; border-radius:3px; font-size:17px; color:#fff; font-family: "Poppins", Helvetica, Arial, sans-serif; font-weight:300; cursor:pointer}
.enq_btn {background-color:#06c; border:1px solid #06c; padding:8px 30px; border-radius:3px; font-size:15px; color:#fff; font-family: "Poppins", Helvetica, Arial, sans-serif; font-weight:300; cursor:pointer}
.enq_btn1 {background-color:#06c; border:1px solid #06c; padding: 12px 30px; border-radius:3px; font-size:17px; color:#fff; font-family: "Poppins", Helvetica, Arial, sans-serif; font-weight:300; cursor:pointer}




@media only screen and (max-width:1002px) {
    .disb {
        display: none
    }
    .ldisb,
    .ldisb1 {
        display: block
    }

    .w-f23,
    .w-f31,
    .w-f41 {
        width: 90%;
        float: left
    }
    h1 {
        font-size: 25px;
        line-height: 1.1
    }
    .w_lt,
    .w_rt {
        width: 100%
    }
    .ml25 {
        margin-left: 0
    }
    .mt0 {
        margin-top: 10px
    }
	.sin_h1{padding-top:50px}
	.signu_frm{margin-top:100px}
	.signu_frm span{width:45%;}
	.c_detail div{width:100%; text-align:left; margin-top:8px}
	.ss_ofr label{width:50%;}
	.wi_40{width:100%}
  .signup_width{width:100%}
  .signu_frm_01{margin-top:100px}
	.signu_frm_01 span{width:45%;}
    .signu_frm_02{margin-top:100px}
    .signu_frm_02 span{width:45%;}
	.w33{width:100%}
	.w20{width:50%}
	.sin_hedbg{background:#4a91e3;}
	.sng{font-size:30px;line-height:30px}
	.sng_subt{font-size:18px;margin-top:0px}
	.p10_20{padding:10px 20px}
	.w55{width:100%}.w45{width:100%}
	.f17_14{font-size:14px}
	.w25a{width:100%}
}

@media only screen and (max-width:640px) {
    .app_div {
        min-width: 300px;
        min-height: 390px;
    }
    div#popupApp {
        margin-left: -150px;
    }
    .disb {
        display: none
    }
    .ldisb,
    .ldisb1 {
        display: block
    }
    .w-f23,
    .w-f31,
    .w-f41 {
        width: 90%;
        float: left
    }
    h1 {
        font-size: 25px;
        line-height: 1.1;
        padding: 10px 15px
    }
    .w_lt,
    .w_rt {
        width: 100%
    }
    .ml25 {
        margin-left: 0
    }
    .mt0 {
        margin-top: 10px
    }
    .deal1 {
        width: 98%
    }
	.sin_h1{font-size:20px;padding-top:50px}
	.signu_frm{margin-top:120px}
	.signu_frm span{width:45%;}
	.w50{width:100%}
	.ff40,.ff30{font-size:18px}
	.ff18{font-size:16px}
	.ww22_1,.ww22{width:48%}
	.hiw span{width:98%;}
	.hiw1 span{width:98%;}
	.c_detail div{width:100%; text-align:left; margin-top:8px}
	.frm_st2 span{width:100%;}
	.ss_ofr label{width:100%;}
	.wi_30{width:100%} .wi_70{width:100%} .wi_40{width:100%}
  .signu_frm_01{margin-top:120px}
	.signu_frm_01 span{width:45%;}
  .signup_width{width:100%}
  .signu_frm_02{margin-top:120px}
  .signu_frm_02 span{width:45%;}
  .w30{width:100%}.w70{width:100%}.w33{width:100%}.w20{width:50%}.ww19{width:48%}
  .sin_hedbg{background:#4a91e3;}
  .sng{font-size:22px;line-height:30px}
  .sng_subt{font-size:18px;margin-top:0px}
  .p10_20{padding:10px 20px}
  .w55{width:100%}.w45{width:100%}
  .f17_14{font-size:14px}
  .w25{width:50%}
  .mt60a{margin-top:10px}
  .w48{width:100%}
  .w45a{width:40%}.w10a{width:20%}
  .w25a{width:100%}
  .w60_85{width:85%}
}

@media only screen and (max-width:479px) {
    .app_div {
        min-width: 300px;
        min-height: 390px;
    }
    div#popupApp {
        margin-left: -155px;
    }
    .disb {
        display: none
    }
    .ldisb,
    .ldisb1 {
        display: block
    }

    .w-f23,
    .w-f31,
    .w-f41 {
        width: 90%;
        float: left
    }
    h1 {
        font-size: 25px;
        line-height: 1.1;
        padding: 10px 15px
    }
    .w_lt,
    .w_rt {
        width: 100%
    }
    .ml25 {
        margin-left: 0
    }
    .mt0 {
        margin-top: 10px
    }
    .deal1 {
        width: 98%
    }
	.sin_h1{font-size:20px;padding-top:50px}
	.signu_frm{margin-top:20px}
	.gnu_frm span{width:95%;}
	.w50{width:100%}
	.ff40,.ff30{font-size:18px}
	.ff18{font-size:14px}
	.ww22{width:44%}
	.ww22_1{width:98%}
	.hiw span{width:98%;}
	.hiw1 span{width:98%;}
	.c_detail div{width:100%; text-align:left; margin-top:8px}
	.frm_st2 span{width:100%;}
	.ss_ofr label{width:100%;}
	.wi_30{width:100%} .wi_70{width:100%}.wi_40{width:100%}
  .signu_frm_01{margin-top:20px}
	.signu_frm_01 span{width:95%;}
    .signu_frm_02{margin-top:20px}
    .signu_frm_02 span{width:95%;}
  .signup_width{width:100%}
.w30{width:100%}.w70{width:100%}.w33{width:100%}.w20{width:50%}
.ww19{width:98%}
.sin_hedbg{background:#4a91e3;}
.sng{font-size:22px;line-height:30px}
.sng_subt{font-size:14px;margin-top:0px}
.p10_20{padding:10px 20px}
.w55{width:100%}.w45{width:100%}
.f17_14{font-size:14px}
.w25{width:50%}
  .mt60a{margin-top:10px}.w48{width:100%}.w45a{width:40%}.w10a{width:20%}
  .w25a{width:100%}
  .w60_85{width:85%}
}

