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

.sk_tem_all_tem_mn_div {
    background: url('../img/thm3_bg.png') no-repeat scroll center center / cover transparent;
}
.sk_tem1_hei_div {
    background-color: rgba(45, 136, 120, 0.41);
}
.sk_thm3_wrap {
    max-width: 530px;
    width: 100%;
    margin: 30px auto;
    box-sizing: border-box;
    padding: 0 15px;
    color: #ffffff;
    font-family: 'Quattrocento', serif;
}
.sk_thm3_hd1 {
    font-size: 57px;
    line-height: 63px;
}
.sk_thm3_hd2 {
    font-size: 25px;
    line-height: 28px;
}
.sk_thm3_in_txt {
    border: 0;
    background-color: #ffffff;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    padding: 0 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.sk_thm3_in_txt:focus, .sk_thm3_in_sub:focus {
    outline: 0;
}
.sk_thm3_in_sub {
    display: block;
    width: 100%;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 0;
    background-color: #07342F;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
}