/* For tablets: */

@media only screen and (min-width: 600px) {

    #body-CRF {
        /*background: url('../Images/BG4.jpg') no-repeat fixed;
        background-size: cover;*/
        background-color: #0d44c1;
    }

    .form-header {
        display: block;
    }

    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}

    .div-left {
        display: table-cell;
        width: 20%;
        text-align: right;
        padding-right: 10px;
        color: #483bd5;
        cursor: default;
        padding-top: 0px;
        /*border: 1px solid red;*/
    }

    #div-main-header {
        display: none;
    }

    #div-LandingImage {
        background-size: 100% 250px !important;
        width: 100%;
        height: 250px;
        background: url('../Images/Web_Landing_Img1.png') no-repeat 0px 0px;
        margin: auto;
        /*box-shadow: 0 0 5px 0 rgba(80, 80, 255, 0.2), 0 5px 5px 2px rgba(50, 50, 215, 0.24);*/
        border-radius: 20px;
    }

    #div-PetronWordLogo {
        background-size: 100px 18px !important;
        width: 100px;
        height: 18px;
        background: url('../Images/Petron_Word_Logo.png') no-repeat 0px 0px;
        margin-top: 30px;
        margin-left: 30px;
    }

    #div-Ways-Msg {
        color: #2B3A96;
        width: 100%;
        text-align: left;
        font-family: Tahoma;
        font-size: 16px;
        font-weight: bold;
        padding-top: 40px;
        padding-left: 30px;
    }

    #div-Landing-Bottom {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    #div-YT-Video {
        padding: 0px;
        height: 300px;
    }

    #frm-Video {
        border-radius: 15px;
        margin: auto;
        width: 95%;
        height: 325px;
        position: relative;
        top: -40px;
    }

    #div-Video-Desc {
        color: white;
        font-family: Tahoma;
        font-size: 22px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 45px;
    }

    #div-PMA-Desc {
        color: #1150CE;
        font-family: Tahoma;
        font-weight: bold;
        font-size: 16px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 7px;
    }

    #div-FAQ-Desc {
        color: #1150CE;
        font-family: Tahoma;
        font-weight: bold;
        font-size: 16px;
        font-weight: bold;
        margin-top: 30px;
        margin-bottom: 17px;
    }

    #div-PMA-Img {
        background-size: 100% 220px !important;
        width: 400px;
        height: 220px;
        background: url('../Images/Landing_Img2.png') no-repeat 0px 0px;
        margin: auto;
        border-radius: 20px;
    }

    #div-PMA-DL-Msg {
        color: white;
        width: 230px;
        text-align: left;
        font-family: Tahoma;
        font-weight: bold;
        font-size: 16px;
        padding-top: 20px;
        padding-left: 20px;
    }

    #tbl-FAQ-Search {
        width: 90%;
        margin: auto;
    }

    #td-search-button {
        width: 80px;
    }
    #div-FAQ-Search {
        text-align: center;
        padding: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e0e4e6;
        position: sticky;
        width: 100%;
        background-color: #ecf2fa;
        margin: auto;
        top: 107px;
    }
    .FAQ-big-note {
        color: white;
        margin: auto;
        font-size: 20px;
        font-weight: bold;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        background-color: #0d44c1;
        position: sticky;
        width: 100%;
        top: 50px;
    }

    .div-FAQ-note {
        color: black;
        margin: auto;
        padding-top: 5px;
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 13px;
    }
}
