/*********************************************
	Layout CSS - Language
	lang.css
*********************************************
*/

/* =-=-=-=  Font Size Fix  =-=-=-=-=-=-=-=-= */
h1, h2 {
    font-size: 22px;
}
h3{
    font-size: 12px;
}
h1, h2, h3, 
.sns-head{
    font-weight: 600;
}

/*==================================================
	9. ALL PAGES
==================================================*/
/* Reset Policy & Terms font-size */
.page-policy,
.page-terms{
    font-family: metronic-slab, serif;
}
.page-policy h1,
.page-policy h2,
.page-terms h1,
.page-terms h2 {
    font-size: 25px;
}
.page-policy h3,
.page-terms h3{
    font-size: 15px;
}

/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/

/* XS (.col-) 	-----------------------------------*/ 
/*  iPhone 5/SE :   320px  */
/*  iPhone 6/7/8 :  375px  */
@media only screen and (min-width : 375px) {
}
/*  iPhone 6/7/8 Plus :  425px  */
@media only screen and (min-width : 425px) {
    
}
/*  Android Mobile L :  480px  */
@media only screen and (min-width : 480px) {
}
/* SM (.col-sm-)	-----------------------------------*/ 
@media only screen and (min-width : 576px) {
}
/* MD(.col-md-)	-----------------------------------*/ 
@media only screen and (min-width : 768px) {
    h1{     font-size: 56px;    }
    h2{     font-size: 36px;    }
    h3{     font-size: 16px;    }

    .page-policy h1, .page-terms h1{     font-size: 60px;    }
    .page-policy h2, .page-terms h2{     font-size: 40px;    }
    .page-policy h3, .page-terms h3{     font-size: 20px;    }
}

/* LG(.col-lg-) -----------------------------------*/ 
@media only screen and (min-width : 992px) {

}
/* XL(.col-xl-) -----------------------------------*/ 
@media only screen and (min-width : 1200px) {
}

/*  For Animation Margin -----------------------------------*/ 
@media only screen and (min-width : 1400px) {
}
/*  Over HD(1920) -----------------------------------*/ 
@media only screen and (min-width : 1900px) {
}
 



