/*-------------------------
			FONT
--------------------------*/
h1 { font-size: 30px; line-height:1.5!important; }
h2 {font-size: 30px;line-height:1.5!important;}
h3 { font-size: 35px !important; line-height:1.5!important; }
h4 { font-size: 35px !important; line-height:1.5!important; }
h5 {font-size: 20px !important;line-height:1.5!important;}
h6 { font-size: 20px !important; line-height:1.5!important; }
body {font-size: 16px !important;line-height: 1.8 !important;}

@media (min-width: 768px) and (max-width: 991px){
h1 { font-size: 30px !important; line-height:1.5!important; }
h2 { font-size: 30px !important; line-height:1.5!important; }
h3 { font-size: 28px !important; line-height:1.5!important; }
h4 { font-size: 28px !important; line-height:1.5!important; }
h5 { font-size: 20px !important; line-height:1.5!important; }
h6 { font-size: 20px !important; line-height:1.5!important; }
body { font-size: 14px !important; line-height:2!important; }
.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {font-size: 18px!important;}
}
  
@media(max-width:768px){
h1, h1.sppb-addon-title { font-size: 20px; line-height:1.5!important; }
h2, h2.sppb-addon-title { font-size: 20px !important; line-height:1.5!important; }
h3, h3.sppb-addon-title { font-size: 26px !important; line-height:1.5!important; }
h4, h4.sppb-addon-title { font-size: 22px !important; line-height:1.5!important; }
h5, h5.sppb-addon-title {font-size: 20px !important;line-height:1.5!important;}
h6, h6.sppb-addon-title { font-size: 20px !important; line-height:1.5!important; }
body {font-size: 14px !important;line-height: 1.8!important;}
.view-article .sp-page-builder,.sppb-addon-text-block .sppb-addon-content p {font-size: 14px!important;}
.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {font-size: 16px!important;}
}


body, .sppb-addon-text {font-weight: normal!important;}


/*text style 01*/
.text-style-01 h1.sppb-addon-title, .text-style-01 h2.sppb-addon-title {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px){
.text-style-01 h1.sppb-addon-title {
    font-size: 30px;
}}
@media(max-width:768px){
.text-style-01 h1.sppb-addon-title {
    font-size: 20px;
}}

.text-style-01 .sppb-addon-content {
    color: rgb(226 226 226 / 50%);
    font-weight: normal;
}


/*ul*/
ul {
    padding-left: 15px;
}

