/* For desktop: */

@media only screen and (min-width: 768px) {

    #body-CRF {
        /*background: url('../Images/BG4.jpg') no-repeat fixed;
        background-size: cover;*/
        background-color: #0d44c1;
    }
    .form-crf {
        background-color: #edf1f3;
    }
    .form-header {
        display: block;
        background: rgb(97 134 203 / 0.70);
        color: white;
        text-shadow: 0 1px 0 #232749;
    }

    #divPMilesLogo {
        background: url('../Images/PMiles_Icon.png') no-repeat 3px 3px;
        background-size: 109px 45px;
        height: 50px;
        width: 150px;
        position: fixed;
        display: table-cell;
    }
    #divMenu {
        width: 100%;
    }
    #tbl-menu-mobile {
        /*border: 1px solid red;*/
        margin-right: 20px;
        width: 150px;
        float: right;
    }

    #div-Member {
        /*background: radial-gradient(55% 25% at top,#1835a7 99%,#0000 );*/
    }
    #div-Index {
        padding: 18px 0px 20px 0px !important;
    }
    #div-Passcode {
        padding: 20px 0px 0px 0px !important;
        /*background: radial-gradient(55% 25% at top,#1835a7 99%,#0000 );*/
    }
    .div-inner {
        padding: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 100%;
        background-color: #F1F2F2;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }
    #div-Member-Inner, #div-OTP-Inner, #div-PIN-Inner, #div-Survey-Inner {
        padding-top: 15px;
    }
    .container
    {
        padding-left: 0px;
    }
    #td-options-mobile {
        /*display: none;*/
    }
    #td-menu-desktop {
        /*display: table-cell;*/
        display: none;
    }
    #div-menu-mobile {
        display: none;
    }
    #div-menu-desktop {
        display: none;
        padding: 20px 20px 10px 20px;
        width: 100%;
        box-shadow: 0 0 5px 0 rgba(80, 80, 255, 0.2), 0 5px 5px 2px rgba(50, 50, 215, 0.24);
    }
    .div-option
    {
        height: 30px;
    }

    #div-all-steps {
        margin: auto;
        margin-top: 15px;
        color: white;
        padding-left: 7px;
        width: 380px;
    }

    #div-PIN-entry {
        width: 450px;
        border-radius: 25px;
        margin-top: 5px;
    }
    #div-OTP-entry {
        width: 500px;
        border-radius: 25px;
        margin-top: 5px;
    }

    .div-index-note {
        color: red;
        padding: 30px;
        padding-left: 300px;
        padding-right: 300px;
        padding-bottom: 140%;
        background-color: #F1F2F2;
        font-size: 15px !important;
    }

    .col-1 {
        width: 8.33%;
    }
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

    .h-1 {
        font-size: 40px;
        height: 90px;
        padding-top: 18px;
    }

    .lbl-msg {
        text-align: center;
        width: 100% !important;
        background-color: #e3ebed;
        border: none;
        margin: auto;
        margin-top: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .fs-1 {font-size: 8px;}
    .fs-2 {font-size: 9px;}
    .fs-3 {font-size: 10px;}
    .fs-4 {font-size: 11px;}
    .fs-5 {font-size: 12px;}
    .fs-6 {font-size: 13px;}
    .fs-7 { font-size: 14px; }
    .fs-8 {font-size: 16px;}
    .fs-9 {font-size: 18px;}
    .fs-10 {font-size: 20px;}

    .div-left {
        display: table-cell;
        width: 135px;
        text-align: right;
        padding-right: 10px;
        cursor: default;
        padding-top: 0px;
        color: #dbe7fb;
        text-shadow: 0 1px 0 #808287;
        /*border: 1px solid red;*/
        vertical-align: middle;
    }

    .div-right {
        display: table-cell;
        width: 330px;
        padding-left: 12px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        /*border: 1px solid blue;*/
        border-radius: 20px;
        margin: auto;
    }
    .div-right2 {
        display: block;
        width: 330px;
        padding-left: 12px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        /*border: 1px solid blue;*/
        border-radius: 20px;
        padding-top: 0px;
        margin: auto;
    }
    .div-right-grey {
        background-image: -webkit-linear-gradient(bottom, #e1e6ea 7%, #ecf0f4 100%);
        background-image: -moz-linear-gradient(bottom, #e1e6ea 7%, #ecf0f4 100%);
        background-image: -o-linear-gradient(bottom, #e1e6ea 7%, #ecf0f4 100%);
        background-image: linear-gradient(bottom, #e1e6ea 7%, #ecf0f4 100%);
        border: 1px solid #b3b6b9;
    }

    #div-main-header {
        display: none;
    }

    .tbl-form td {
        height: 35px;
    }
    .td-CI{
        margin: auto;
    }
    .td-CI-header {
        height: 20px !important;
        padding-top: 10px;
    }
    .tbl-CI {
        margin: auto;
    }
    .NullableDDL {
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .tbl-Confirm {
        margin: auto;
        margin-top: 20px;
    }

    .div-row {
        margin-top: 5px !important;
        margin-bottom: 7px !important;
    }
    .div-Main {
        padding-top: 10px !important;
    }
    #div-user-entry {
        padding-top: 20px !important;
        border-radius: 25px;
    }

    #div-Button
    {
        margin-top: 15px;
    }

    .pass-big-note {
        color: white;
        margin: auto;
        font-size: 35px !important;
        font-weight: bold;
        margin-bottom: 20px !important;
        width: 100%;
    }
    #PASSCODE_TXT2 {
        margin-top: 110px !important;
        text-shadow: none;
    }
    #divMemberTitle
    {
    }
    .txt-grey
    {
        color: #5a5454;
    }
    .lbl-chk {
        color: #525050;
    }
    .tdPass {
        width: 55px;
        height: 45px;
    }
    .OTP-big-note {
        /*margin-top: 55px;*/
        margin-bottom: 15px;
        font-size: 32px;
        text-align: center;
    }
    .survey-big-note {
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 32px;
        text-align: center;
    }
    .div-OTP-note {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .div-congrats-note {
        text-align: center;
        color: white;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .div-survey-note {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .div-survey-question {
        color: #434040;
        text-shadow: 0 1px 0 #bbdaf0;
        margin: auto;
        margin-top: 30px;
        text-align: center;
        padding: 10px;
        padding-bottom: 25px;
    }
    .div-PIN-link {
        margin-top: 120px;
    }
    .div-pin-text {
        padding-right: 5px;
    }
    #div-OTP-grey {
        margin-top: 60px;
    }
    .divOTPTimer {
        margin-right: 90px;
    }
    .country-name {
        padding: 3px 20px 2px 20px;
    }

    .FAQ-question {
        font-size: 13px;
    }

    .FAQ-answer {
        font-size: 13px;
    }

    #div-LandingImage {
        background-size: 100% 350px !important;
        width: 100%;
        height: 350px;
        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: 40px;
    }
    #div-Ways-Msg {
        color: #2B3A96;
        width: 100%;
        text-align: left;
        font-family: Tahoma;
        font-size: 25px;
        font-weight: bold;
        padding-top: 50px;
        padding-left: 40px;
    }
    #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;
    }
    #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;
    }
    #tbl-FAQ-Search
    {
        width: 90%;
        margin: auto;
    }
    #td-search-button {
        width: 80px;
    }

    #div-Version {
        background-color: #0d44c1;
        height: 60px;
    }
}
