﻿@font-face {
    font-family: 'merriweather_sansregular';
    src: url('../fonts/merriweathersans-regular-webfont.woff2') format('woff2'), url('../fonts/merriweathersans-regular-webfont.woff') format('woff'), url('../fonts/merriweathersans-regular-webfont.ttf') format('truetype'), url('../fonts/merriweathersans-regular-webfont.svg#merriweather_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.alert_pop {
    display:none !important;
}

body, html {
    height: 100%;
}

.dis_txt_box {
    padding: 20px 15px;
    float: left;
    width: 100%;
}

.term_condi_box {
    float: left;
    width: 100%;
}

    .term_condi_box > ul {
        float: none;
        display: inline-block;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .term_condi_box a {
        border-left: 0px solid #fff !important;
    }

    .term_condi_box > ul > li {
        float: left;
        padding: 0px 10px;
        position: relative;
    }

        .term_condi_box > ul > li:nth-child(1):after {
            content: '|';
            position: absolute;
            right: 0;
        }

.all_content {
    margin: 0;
    background: #fff;
    box-shadow: 0px -1px 3px #ccc;
    padding: 15px 17px 0;
    overflow: auto;
}

    .all_content p {
        line-height: 21px;
        font-family: 'merriweather_sansregular', sans-serif !important;
    }

    .all_content span {
        line-height: 21px;
        font-family: 'merriweather_sansregular', sans-serif !important;
    }

    .all_content strong {
        background: #eff5f8;
        width: 100%;
        float: left;
        padding: 9px 10px;
        margin-bottom: 10px;
    }

.back_to_login {
    margin: 25px 9px 0 0;
    padding: 0;
    float: left;
    width: auto;
    height: 24px;
}

.logo {
    margin: 0;
    padding: 6px 0 6px;
}

h4.modal-title {
    padding: 5px;
    margin-bottom: 7px;
    text-align: center;
}

@media (max-width: 767px) and (min-width: 320px) {
    iframe {
        height: 770px !important;
        min-height: 770px;
    }
    .iphone.iphone_contact {
        text-align: center !important;
    }

    footer .footer-logo.footer-logo {
        width: 100% !important;
        text-align: center !important;
    }

    .logo {
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }

    .term_condi_box > ul > li:first-child {
        padding-left: 0px !important;
    }

    .all_content_height {
        width: 95%;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .term_condi_box > ul > li:first-child {
        padding-left: 0px !important;
    }

    .term_condi_box {
        margin-left: 0px !important;
    }

    .all_content_height {
        width: 90%;
    }
}

iframe {
    -webkit-overflow-scrolling: auto;
    -webkit-overflow-scrolling: touch;
}

    iframe::-webkit-scrollbar {
        display: none;
    }

@media (max-width: 1700px) and (min-width: 900px) {

    .all_content {
        min-height: 500px !important;
    }
}

iframe {
height:440px!important;    
}
