h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    span,
    ul,
    li,
    a,
    .btn-default,
    textarea,
    label {
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

    * {
        margin: 0;
        padding: 0;
    }

    a:hover,
    a:focus {
        text-decoration: none;
        color: inherit;
    }

    ul {
        list-style-type: none;
    }

    body {
        font-family: 'Open Sans', sans-serif;
        background: #fffdf8;
    }

    .active{
        border-radius: 30px;
        color: #fff !important;
        background: #298d74;
    }

    .fix_wd {
        width: 80%;
        margin: 0 auto !important;
    }

    .header {
        text-align: center;
    }

    .header h1 {
        color: #298D74;
        font-weight: 100;
        font-size: 40px;
        border-bottom: 1px solid #298D74;
        padding: 20px 0;
        text-shadow: 2px 2px 2px #ccc;
    }

    .header ul {
        list-style: none;
        margin: 25px 0;
    }

    .header ul li {
        display: inline;
    }

    .header ul li a {
        text-decoration: none;
        padding: 10px 30px;
        color: #000;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
    }

    .header ul li a:hover {
        border-radius: 30px;
        color: #fff;
        background: #298d74;
    }

    .sec_1 {
        text-align: center;
        min-height: 70vh;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
    }

    .sec_1 h2 {
        font-size: 70px;
        font-weight: 100;
        color: #298d74;
    }

    .sec_1 p {
        font-size: 20px;
        color: #000;
        padding: 50px 0;
    }

    .sec_1 .btns {
        background: no-repeat;
        border: 1px solid #298d74;
        padding: 12px 14px;
        border-radius: 30px;
        color: #298d74;
        font-size: 15px;
        cursor: pointer;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
    }

    .sec_1 .btns:hover {
        color: #fff;
        background: #298d74;
    }

    .sec_2 {
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 80vh;
        background: #298d74;
        text-align: center;
        padding-bottom: 20px;
    }

    .sec_2 h2 {
        font-size: 40px;
        font-weight: 100;
        padding: 15px 0;
    }

    .sec_2 p {
        padding: 25px 0;
        letter-spacing: 1px;
        line-height: 2;
        font-size: 15px;
    }

    .sec_2 .btns {
        background: no-repeat;
        border: 1px solid #ffffff;
        padding: 12px 14px;
        border-radius: 30px;
        color: #ffffff;
        font-size: 15px;
        cursor: pointer;
        transition: all ease-in-out .3s;
    }

    .sec_2 .btns:hover {
        color: #000;
        background: #fff;
    }

    .sec_4 {
        display: flex;
        flex-wrap: wrap;
    }

    .sec_4 .imx_txt_box {
        width: 50%;
    }

    .sec_4 .imx_txt_box img {
        width: 100%;
    }

    .sec_4 .txt_area {
        text-align: center;
        padding: 45px 0;
    }

    .sec_4 .txt_area .os_wwp h2 {
        font-size: 40px;
        font-weight: 100;
        padding: 15px 0 0 0;
        color: #298d74;
    }

    .sec_4 .txt_area .os_wwp p {
        color: #298d74;
    }

    .txt_area .star_bx {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .txt_area .star_bx svg,
    .txt_area .star_bx h2,
    .txt_area .star_bx p {
        font-weight: 100;
        padding-bottom: 12px;
        color: #298d74;
        fill: #298d74;
    }

    .txt_area .star_bx .price {
        color: #000;
    }

    .txt_area .star_bx svg {
        width: 5%;
    }

    .sec_5 {
        padding: 100px 0;
        text-align: center;
    }

    .sec_5 svg {
        width: 5%;
        fill: #298d74;
        margin-bottom: 50px;
    }

    .sec_5 p {
        color: #298d74;
        margin-bottom: 20px;
        line-height: 2;
    }

    .sec_6 {
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 50vh;
        background: #298d74;
        text-align: center;
    }

    .sec_6 h2 {
        font-size: 40px;
        font-weight: 100;
        padding: 10px 0;
    }

    .sec_6 p {
        padding: 10px 0;
        letter-spacing: 1px;
        line-height: 2;
        font-size: 15px;
    }

    .sec_6 p a {
        color: #fff;
    }

    .footer {
        padding: 15px 0;
        text-align: center;
        background: #eaeaea;
    }

    .footer p {
        color: #000;
    }

    /* ========= Privacy policy ========= */


    .priv_sec_1{
        text-align: center;
        padding: 60px 0;
    }

    .priv_sec_1 svg{
        width: 7%;
        margin-bottom: 50px;
    }

    .priv_sec_1 h2{
        font-size: 70px;
        font-weight: 100;
        color: #298d74;
    }

    .priv_sec_1 h3{
        color: #298d74;
        margin-bottom: 15px;
    }

    .priv_sec_1 p{
        color: #298d74;
        margin-bottom: 25px;
        font-size: 15px;
    }

@media screen and (max-width: 768px) {
        .sec_1 h2 {
            font-size: 40px;
        }
        
    .sec_2 {
            padding: 15px 15px 20px 15px;
        }
    .sec_4 .imx_txt_box{
        width: 100%;
    }
    .sec_5 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .priv_sec_1 h2 {
        font-size: 40px;
        margin-bottom: 25px;
    }
    
}


@media screen and (max-width: 425px) {
    
    .header ul li a {
        font-size: 14px;
        padding: 5px 20px;
    }
    .header h1 {
        font-size: 20px;
        }
    .sec_1 {
        min-height: 50vh;
    }
    .sec_1 h2 {
        font-size: 25px;
    }
    .sec_2 h2 {
        font-size: 25px;
    }
    .sec_2 p {
        padding-bottom: 10px ;
    }
    .sec_4 .txt_area {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sec_5 {
        padding: 30px 0;
    }
    .sec_6 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sec_6 h2 {
        font-size: 20px;
    }
    .sec_4 .imx_txt_box {
        width: 100%;
    }
    .priv_sec_1{
        padding: 25px 0;
    }
    .priv_sec_1 svg {
        width: 16%;
        margin-bottom: 10px;
    }
    .priv_sec_1 h2 {
        font-size: 30px;
    }
}