@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,700&display=swap');

.sk_tem_all_tem_mn_div {
    background: url('../img/thm2_bg.png') no-repeat scroll center center / cover transparent;
}
.sk_thm2_wrap {
    max-width: 800px;
    width: 100%;
    margin: 30px auto;
    box-sizing: border-box;
    padding: 0 15px;
    color: #ffffff;
}
.sk_thm2_hd1 {
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    line-height: 59px;
}
.sk_thm2_hd2 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    line-height: 33px;
}
.sk_thm2_in_txt {
    border: 0;
    background-color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
.sk_thm2_in_txt:focus, .sk_thm2_in_sub:focus {
    outline: 0;
}
.sk_thm2_in_sub {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: 0;
    background-color: #8BDF16;
    color: #122811;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    padding: 0 25px;
    overflow: hidden;
}