html,
body{
    padding: 0;
    margin: 0 auto;
}

body{
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0 0 25px;
    padding: 0;
    font-weight: 700;
}
h1{
    font-size: 40px;
    line-height: 48px;
}
h2{
    font-size: 40px;
    line-height: 48px;
}
.h2-xl{
    font-size: 48px;
    line-height: 56px;
}
h3{
    font-size: 32px;
    line-height: 40px;
}
h4{
    font-size: 28px;
    line-height: 36px;
}
h5,
.h5{
    font-size: 24px;
    line-height: 32px;
}
h6,
.h6{
    font-size: 20px;
    line-height: 28px;
}

img{
    max-width: 100%;
}

p{
    margin: 0 0 25px;
}

a{
    text-decoration: none;
    color: #ee302d;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #cc0000;
}

.font-gochihand{
    font-family: 'Gochi Hand', cursive;
    font-weight: 400;
}
.font-300{
    font-weight: 300;
} 
.font-400{
    font-weight: 400;
} 
.font-500{
    font-weight: 500;
} 
.font-600{
    font-weight: 600;
} 
.font-700{
    font-weight: 700;
}
.font-900{
    font-weight: 900;
}  
.font-italic{
    font-style: italic;
}
.text-green{
    color: #47b858;
}
.text-blue{
    color: #0fa3de;
}
.text-orange{
    color: #f7941d;
}
.text-white{
    color: #ffffff;
}
.text-red{
    color: #f05523;
}
.margin-2lg{
    margin-bottom: 80px;
}
.margin-lg{
    margin-bottom: 50px;
}
.margin-md{
    margin-bottom: 25px;
}
.margin-xmd{
    margin-bottom: 15px;
}
.margin-sm{
    margin-bottom: 10px;
}
.margin-xs{
    margin-bottom: 5px;
}
.no-margin{
    margin: 0;
}
.list-default{
    margin-left: 0;
    padding: 0 0 0 15px;
}
.list-default > li{
    margin: 0 0 5px;
    padding: 0 0 0 0px;
}

.bg-yellow{
    background-color: #ffeb1e;
}
.bg-grey{
    background-color: #f0f0f0;
}
.bg-dark-grey{
    background-color: #666666;
}
.bg-white{
    background-color: #ffffff;
}

.btn{
    display: inline-block;
    padding: 15px 30px;
    text-transform: none;
    color: #ffffff;
    background-color: #ee302d;
    border: none;
    font-weight: 700;
    border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    font-size: 20px;
    line-height: 28px;
    white-space: normal;
}

.btn:hover,
.btn:focus{
    color: #ffffff;
    background-color: #cc0000;
}

.row-fluid {
    margin: 0;
}
.row-fluid .col{
    padding: 0;
}

.hidden{
    display: none !important;
}

.txt-bg{
    display: inline-block;
    position: relative;
    font-family: 'Gochi Hand', cursive;
    z-index: 99;
}
.txt-bg:after{
    content:"";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    height: 22px;
    width: 100%;
    z-index: -1;
    background-color: #ffeb1e;
}
.txt-bg.txt-bg-1:after{
    top: auto;
    bottom: 10px;
}

::-webkit-input-placeholder {
	color: #000000;
}

:-moz-placeholder {
	color: #000000;
}

::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000000;
}

input[type=text],
input[type=email]{
    background-color: #ffffff;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    color: #000000;
    border: 1px solid #000000;
    padding: 10px;
    margin: 0 0 15px;
    width: 100%;
}

/* HEADER */

.site-header{
    background-color: #ffeb1e;
    padding: 25px 0 30px;
}

.menu{
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.menu > li{
    margin: 0;
    padding: 0 10px;
}
.menu > li > a{
    color: #ee302d;
    font-weight: 700;
    padding: 0;
    display: inline-block;
    border-bottom: 4px solid #ee302d;
    font-size: 16px;
    line-height: 24px;
}
.menu > li > a:hover,
.menu > li > a:focus{
    color: #cc0000;
    border-bottom-color: #cc0000;
}


/* CONTENT */

.row-middle-center{
    align-items: center;
    justify-content: center;
}
.row-middle{
    align-items: center;
}
.row-center{
    justify-content: center;
}

.banner{
    background-color: #ffeb1e;
}

.sc {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sc.sc-points{
    padding-top: 100px;
    padding-bottom: 0;
}

.points{
    border: 10px solid #cccccc;
    padding: 65px 30px 20px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.points-icon{
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
}
.points-icon span{
    display: inline-block;
    background-color: #ffffff;
    padding: 0 20px;
}

.sc.sc-problem{
    padding-top: 30px;
    background: url(images/bg-problem.png) repeat-x scroll left bottom;
}
.title-yellow span{
    background: url(images/title-yellow.png) no-repeat scroll left center;
    display: inline-block;
    background-size: cover;
}

.sc-faq{
    background: url(images/bg-faq.jpg) no-repeat scroll left top;
}
.faqs{
    margin: 0 0;
    padding: 0;
    list-style: none;
}
.faqs > li{
    display: block;
    margin: 0 0 30px;
    padding: 0 0 0 80px;
    background: url(images/svgs/small-arrow.svg) no-repeat scroll 0 0;
    background-size: 60px;
}

.list-number{
    margin: 0 0 25px;
    padding:0;
    list-style: none;
}
.list-number > li{
    display: block;
    margin: 0 0 20px;
    padding: 5px 0 6px 60px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 40px;
    min-height: 45px;
}
.list-number > li.one{
    background-image: url(images/one.png);
}
.list-number > li.two{
    background-image: url(images/two.png);
}
.list-number > li.three{
    background-image: url(images/three.png);
}
.list-number > li.four{
    background-image: url(images/four.png);
}
.list-number > li.five{
    background-image: url(images/five.png);
}

.content-box{
    padding: 50px;
}

/* VIDEO */

.video-wrapper {
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 0; 
    height: 0; 
    overflow: hidden;
    width: 100%; 
    max-width: 100%; 
    height: auto; 
}
.video-wrapper iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: none;
}

/* FOOTER */

.site-footer{
    padding: 40px 0;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
}

@media (min-width: 768px){
    .right-sm{
        float: right;
    }
    .txt-md-left{
        padding-right: 25px;
    }
    .txt-md-right{
        padding-left: 25px;
    }
}

@media (min-width: 992px){
    .show-md{
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .mike-thumb{
        min-height: 260px;
        display: flex;
        align-items: end;
    }
}


@media (max-width: 1199px){
    body{
        font-size: 16px;
        line-height: 24px;
    }
    h1{
        font-size: 32px;
        line-height: 40px;
    }
    h2{
        font-size: 32px;
        line-height: 40px;
    }
    .h2-xl {
        font-size: 40px;
        line-height: 48px;
    }
    h3{
        font-size: 25px;
        line-height: 33px;
    }
    h4{
        font-size: 21px;
        line-height: 29px;
    }
    h5,
    .h5{
        font-size: 18px;
        line-height: 26px;
    }
    h6,
    .h6{
        font-size: 16px;
        line-height: 24px;
    }
    .btn{
        font-size: 21px;
        line-height: 29px;
    }
    .btn.btn-sm{
        font-size: 16px;
        line-height: 24px;
    }
    
}

@media (max-width: 991px){
    h1{
        font-size: 28px;
        line-height: 36px;
    }
    h2{
        font-size: 28px;
        line-height: 36px;
    }
    .h2-xl {
        font-size: 32px;
        line-height: 40px;
    }
    .show-md{
        display: block !important;
    }
    .hide-md{
        display: none !important;
    }
    .btn{
        font-size: 16px;
        line-height: 24px;
        padding: 15px 18px;
    }
    .margin-2lg {
        margin-bottom: 80px;
    }
    .points-icon{
        top: -30px;
    }
    .points-icon img{
        width: 60px;
    }
    .fat-arrow img{
        width: 60px;
    }
    .list-number > li{
        margin: 0 0 10px;
    }
    .find-ftn img{
        width: 300px;
    }
}

@media (max-width: 767px){
    .btn{
        padding: 15px 15px;
        font-size: 15px;
        line-height: 23px;
    }
    .hidden-sm{
        display: none !important;
    }
    .logo{
        text-align: center;
        margin-bottom: 20px;
    }
    .menu{
        justify-content: center;
    }
    .mike-thumb{
        margin-bottom: 20px;
    }
    .banner{
        padding-bottom: 25px;
    }
    .sc.sc-points {
        padding-top: 70px;
    }
    .points{
        margin-bottom: 60px;
    }
    .sc.sc-problem {
        padding-top: 0px;
    }
    .faqs > li{
        background-size: 40px;
        padding: 0 0 0 60px;
    }
    .content-box {
        padding: 20px;
    }
}

@media (max-width: 479px){
    
    
}