﻿

@media screen and (min-width: 1024px) {
    #leftSideForDesktop {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .whiteContent {
        padding: .5em;
        margin: 0.5em 0.5em 1.5e;
    }
    .flex-row-reverse {
        flex-direction: column !important;
    }
    .fd-rr {
        flex-direction: column;
    }

    .bottom-menu{
       /* background:#fff;*/
    }
    .innerFormContent {
        height: unset;
        padding: 0.5em;
    }
    .mainTXT {
        padding: 0;
    }
    .powerCardWrap .dfl {
        flex-direction: column;
    }

    .linkBlock > * {
        color: #A71C21;
        font-weight: bold;
        font-size: 2em;
    }

    .secondTitle > span {
        font-size: 2em;
    }

    .thirdTitle > span {
        font-size: 1.3em;
    }

    body {
        background: url('../img/CanadaHotelsBGMobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #3159A1;
        margin-bottom: -2em;
    }

    .bottomContent {
        display: none;
    }

    .powerCardWrap {
        background: unset;
    }

    .powerCardForm {
        /*margin: 0px 1.5em;*/
        width: 90%;
    }

    .bottom-text {
        /*margin: 2.3em 3.5em;
        font-size: 2rem;*/
    }

    .powerCardWrap {
        flex-direction: column;
        /* margin-top: 30em;*/
        /*height: 100%;
            min-height: auto;*/
    }

    .contentWrap {
        font-size: 1.5em;
    }
    .prevLink input {
        font-size: 1.3em;
    }

    .flxCHLD {
        flex-grow: 1;
        flex-basis: 0;
    }

    #leftSideForDesktop {
        display: block;
    }

    .powerCardForm {
        margin: 12em auto 0 ;
    }

    .secondTitle > p {
        font-size: 3.5em;
    }

    .thirdTitle > p {
        font-size: 2.5em;
    }

    .inputClass > input {
        height: 50px;
        width: 100%;
        font-size: 1.4em;
    }

    .BtnResend {
        font-size: 2.3em;
    }

    .sendButton > input, .sendButton > a {
        font-size: 1.5em;
    }

    .titleTrans {
        font-size: 2em;
    }
    .table input{
        width:auto;
    }
    .tableContent table td > * {
        word-break: keep-all;
        overflow-wrap: normal;
        white-space: nowrap;
    }
    .tableContent {
        height: 300px;
    }
    .tableContent table.transGridView th {
        font-size: 0.7em;
    }
    .tableContent > div > table.transGridView {
        font-size: 1.5em;
    }

    .backArrow {
        width: 28px !important;
        top: -55px;
    }

    .li {
        font-size: 2em;
    }

    .bottom-text p {
        font-size: 2em;
        margin: 2em;
        line-height: 1.2;
    }

    .bigFontSize {
        font-size: 2em;
    }
}