/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

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

	.s1_p1, .s1_p2{
		text-align: center;
		margin-top: 10px;
	}

	.logo{
		display: block;
		margin: 0 auto;
	}

	.x1 {
	    margin-top: 65px;
	    max-width: 613px;
	    width: 100%;
	    min-height: 48px;
	    height: auto;
	}

	.x2{
		max-width: 613px;
		width: 100%;
		min-height: 48px;
		height: auto;
	}

	.x3{
		max-width: 613px;
		width: 100%;
		min-height: 48px;
		height: auto;
	}

	.s1_p4{
		text-align: center;
	}

	.s5_p1{
		max-width: 570px;
		width: 100%;
		height: auto;
	}

	.s7_p1 {
	    font-size: 40px;
	    color: #101316;
	    line-height: 40px;
	    margin-top: 0px;
	    text-align: center;
	}

	.s7_ul1 li {
	    float: none;
	    width: 100%;
	    overflow: hidden;
	    margin: 10px auto;
	    display: block;
	    text-align: center;
	}

	.s9_p1 {
	    max-width: 568px;
	    width: 100%;
	    height: auto;
	    background-color: #FDC91B;
	    margin-bottom: 10px;
	    text-align: center;
	    font-size: 40px;
	    line-height: 40px;
	}

	.s9_in1{
		max-width: 430px;
		width: 100%;
	}

	.s9_wrap1{
		height: auto;
	}

	.s9_btn1 {
	    display: block;
	    max-width: 429px;
	    width: 100%;
	    height: 70px;
	    background-color: #FF4040;
	    position: relative;
	    left: 0px;
	    top: 12px;
	    text-align: center;
	    padding-top: 25px;
	    color: #fff;
	    text-transform: uppercase;
	    cursor: pointer;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	.x1, .x2, .x3{
		font-size: 33px;
	}

	.s2_p1, .s3_p1, .s4_p1{
		font-size: 40px;
		text-align: center;
		line-height: 40px;
		margin-top: 10px;
	}

	.s3_ul1 li{
		height: auto;
		padding-bottom: 20px;
	}

	.s3_ul1 li img, .s3_ul1 li span, .s3_ul1 li p{
		position: relative;
		left: 0;
		margin: 0 auto;
		display: block;
		top: 0;
		margin-top: 0;
		text-align: center;
	}

	.y1{
		top: 0 !important;
	}

	.s2_ul1{
		text-align: center;
	}

	.s4_ul1 li{
		max-width: 364px;
		width: 100%;
	}

	.s5_wrap1{
		max-width: 445px;
		width: 100%;
	}

	.s5_p1 span{
		font-size: 40px;
		line-height: 40px;
	}

	.s5_p2{
		text-align: center;
	}

	.s5_p3{
		max-width: 400px;
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}

	.s5_p4, .s6_p1{
		font-size: 40px;
		text-align: center;
	}

	.s6_ul1 li{
		max-width: 556px;
		width: 100%;
		height: auto;
		float: none;
	}

	.s6_ul1 li img {
	    position: relative;
	    display: block;
	    top: 0;
	    left: 0;
	    margin: 0 auto;
	}

	.s6_ul1 li p {
	    margin-left: 0px;
	    position: relative;
	    margin-top: 10px;
	    margin-bottom: 20px;
	    text-align: center;
	}

	.s6_a1 {
	    display: block;
	    margin-left: 0px;
	    text-align: center;
	}

	.s6_a2 {
	    display: block;
	    margin-left: 0px;
	    margin: 10px auto;
	}

	.s8_p1{
		font-size: 40px;
		line-height: 40px;
		text-align: center;
	}

	.owl_wrap1 {
	    max-width: 490px;
	    width: 100%;
	    height: auto;
	    border: 2px solid #EAEAEA;
	    display: block;
	    margin-left: 0px;
	    margin-right: 0px;
	    padding: 30px;
	    padding-bottom: 30px;
	}

	.s8_p3{
		text-align: center;
		font-size: 16px;
	}

	.s8_p3::before{
		top: -17px;
		position: relative;
		margin: 10px auto;
	}

	.s9_p1_1{
		font-size: 24px;
		line-height: 35px;
	}

	.s9_wrap2{
		padding: 7px;
		padding-bottom: 20px;
	}

	.s10_wrap1{
		max-width: 350px;
		width: 100%;
		height: auto;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


