
@media only screen and (max-width: 830px) 
{
    .scrollTarget {
        top: -94px;
    }

    .containerMenuMobl {
        background-color: #444;
        display: none;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        /*border: 10px solid #ff0000;*/
    }

        .containerMenuMobl.show {
            display: block;
        }

    .btnMenuMoble {
        width: 30px;
        height: 22px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

        .btnMenuMoble span {
            display: block;
            height: 4px;
            background-color: rgb(53, 53, 53);
            border-radius: 2px;
        }

    .rowMenuMobl {
        padding: 10px;
        color: white;
        margin: 5px 0;
        background-color: rgb(53, 53, 53);
        cursor: pointer;
    }

    .tableFooterInfo {
        grid-template-columns: 1fr;
    }

    .tableFooterPolicy {
        grid-template-columns: 1fr;
    }

    .tableTwoCol {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px 10px;
    }

    .cellSprtTable {
        height: 6px;
    }

    .cellRightAdjTable {
        justify-content: flex-end;
    }

    .textColumnGrid2x2 {
        grid-template-columns: 1fr;
    }

    .textColumnGrid3x2 {
        grid-template-columns: 1fr;
    }

    .textColumnGrid2x4 {
        grid-template-columns: 1fr;
    }

    .headerWrapper {
        margin-top: 10px;
    }
    
    .containerSticky {
        display: none;
    }
    
    /***************************************/

    .tableblackstripMobile {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 10px;
        align-items: start;
    }


    .blackstripMobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background-color: rgb(53, 53, 53);
    }

    blackstripLeftMobile,
    .blackstripRightMobile {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .blackstripLeftMobile {
        display: flex;
        justify-content: flex-start;
    }

    .blackstripRightMobile {
        flex: 1;
        justify-content: flex-start;
    }

    /***************************************/

    .customLook {
        display: none;
    }

    .wrapper {
        height: auto;
        display: none;
    }

    .wrapperex {
        height: auto;
        display: none;
    }

    .TestWrapper {
        background-color: red;
    }

    .mainContentLeft {
        padding: 0 15px;
        width: 90%;
    }

    .PagePunchlines {
        font-size: 23px;
    }

    .sidebar {
        float: none;
        width: 100%;
    }

    .col1 {
        width: 100%;
    }

    .emptyCol {
        display: none;
    }

    .tryArea {
        width: 87%;
        margin-top: 15px;
    }

    .menutitle .tabLook1 {
        display: block;
    }

    .heightControl {
        height: auto;
    }

    .mainbordercodec {
        border-style: dotted;
        border-width: 1px;
        border-color: #b6c0d2;
        display: inline-block;
        padding: 10px;
        width: 93%;
        height: auto;
    }

    .codecheading {
        float: left;
        width: 50%;
        font: 10px color: #345991;
    }

    .codectext {
        line-height: 20px;
        font-size: 14px;
    }

    .subHeading {
        /*font-weight: 100;*/
        font-size: 19px;
        clear: both;
    }

    .textfield {
        width: 90%;
    }

    .dropdown {
        width: 90%;
    }

    .queryArea {
        width: 99%;
        height: 125px;
    }

    .contactLabel {
        float: left;
        width: 0em;
        margin-right: 17em;
        margin-top: 13px;
    }

    .btnContact {
        font-size: 16px;
        text-decoration: none !important;
        font-family: Helvetica, Arial, sans serif;
        padding: 10px 21px;
        border-radius: 1px;
        -moz-border-radius: 1px;
        box-shadow: inset 0px 0px 2px #fff;
        -o-box-shadow: inset 0px 0px 2px #fff;
        -webkit-box-shadow: inset 0px 0px 2px #fff;
        -moz-box-shadow: inset 0px 0px 2px #fff;
        margin-left: 63%;
        margin-top: 9px;
    }

    .oneThird {
        float: left;
        width: 100%;
        color: #66666d;
    }

    .sidebarLinksLeft {
        width: 100%;
        margin-top: 10px;
        display: inherit;
        float: left;
        font-size: 16px;
    }

    .copyright {
        margin-left: 0px;
    }

    .bodylink {
        color: #66666d;
        font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        padding: 0px;
    }

    .spaceTabs {
        margin-bottom: 1.1cm;
    }

    .spaceTabsMore {
        margin-bottom: 1.8cm;
    }

    .TempWidth {
        width: 100%;
    }

    .section1 {
        font-size: 16px;
    }

    .secontion2 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        font-size: 10px;
        letter-spacing: -1;
        color: #345991;
        text-decoration: none;
        float: right;
        width: 45%;
    }

    .tempo {
        margin-top: 7px;
        font-size: 17px;
    }

    .versiontext {
        float: left;
        margin-top: 8px;
        font-size: 14px;
    }

    .buynow {
        font-size: 11px;
        font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
        line-height: 38px;
    }

    .queryType {
        width: 30%;
        margin-left: -13px;
    }

    .termpolicy {
        margin-top: 10px;
        margin-left: 20px;
    }

    .slogn {
        margin-top: 0px;
    }
        
    .centerdivTabShift 
    {
        overflow: hidden;
        position: relative;
        
        /*margin-top: 20px;*/
    }

    .leftLowerLinks {
        width: 100%;
    }

    .rightLowerLinks {
        width: 100%;
    }

    .menumain {
        font-size: 16px;
    }

    .footerP {
        display: block;
        clear: both;
        font-size: 16px;
    }

    .knowitall {
        font-size: 16px;
        margin-left: 20px;
    }

    .downloadtabsmore {
        width: 103%;
    }
        
    .marginatratup {
        margin-left: 11px;
    }

    .mainHeadingBlue {
        font-size: 19px;
    }

    .versiontextmore {
        margin-top: 30px;
    }

    .margintopbynow {
        margin-top: 19px;
        float: right;
    }

    .siptunelingwidth {
        width: 60%;
    }

    .versionwidth {
        width: 40%;
    }

    .versiontextless {
        margin-top: 4px;
    }

    .line_break:before {
        content: '\A';
        display: block;
    }

    .contactfontbody {
        font-size: 16px;
    }

    .button {
        display: block;
        font-size: 13px;
        text-decoration: none !important;
        font-family: Helvetica, Arial, sans serif;
        padding: 9px 21px;
        border-radius: 1px;
        -moz-border-radius: 1px;
        box-shadow: inset 0px 0px 2px #fff;
        -o-box-shadow: inset 0px 0px 2px #fff;
        -webkit-box-shadow: inset 0px 0px 2px #fff;
        -moz-box-shadow: inset 0px 0px 2px #fff;
        margin-left: 4px;
    }

    .innerlink {
        font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
        font-size: 16px;
    }

    .fontsize {
        margin-left: 140px;
    }

    .custommail {
        font-size: 16px;
        font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
    }

    .hyperlinkDocalign {
        margin-left: 212px;
    }

    .verticalLine {
        border-left: solid rgb(52, 89, 145);
    }
                
    .ScrolImg {
        top: -29px;
        height: 30px;
    }

    .menuborder {
        background-color: rgb(53, 53, 53);
        margin-left: -16px;
        margin-top: -7px;
        margin-bottom: -23px;
        height: 50px;
        padding: 5px;
        width: 110%;
    }

    .fullWidth {
        /*background-image:url('images/tabBack.gif');
    background-repeat: repeat-x;
    background-size: 87px;*/
    }

    .MainLineMenu {
        display: none;
    }
        
    .blackstripRight {
        display: none;
    }

    .blackstrip {
        display: none;
    }

    .spaces {
        height: 160px;
    }

    .fixed {
        position: fixed;
        top: 0;
        z-index: 20;
        padding: 5px;
    }

    .fixedPositionBody {
        background-color: #708090;
    }

    .Pfunctionality {
        float: left;
        width: 15%;
        color: #345991;
        padding-left: 19px;
        font-size: 15px;
    }

    .pBorderPkg {
        border-style: dotted;
        border-width: 1px;
        border-color: #b6c0d2;
        display: inline-block;
        width: 99%;
    }

    hr {
        margin-top: -30px;
        border: none;
        border-top: 1px dotted #b6c0d2;
    }
        
    .ContainerMobl {
        /*background-image: url(images/pageBack_mobl.png);*/
        /*background-repeat: no-repeat;*/
        height: auto;
        background-color: #353535;
        /*background-position: 116% -35%;*/
        /*background-size: 144px 183px;*/
        display: block;
        /*z-index: 99;*/
    }

    .containerStickyMobl {
        display: block;
        width: 100%;
        height: auto;
        float: left;
        margin: 0 auto;
        position: sticky;
        top: 0px;
        overflow: hidden;
        z-index: 99;
    }

    .containerTitleMobl {
        background-color: #C9CFD8;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        /*border: 10px solid #ff0000;*/
    }

    .textLeftTitle {
        /*padding-top: 36px;*/
        /*margin-left: 4%;*/
        display: flex;
        color: black;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 27px;
        font-weight: 300;
        height: 60px;
        letter-spacing: 1px;
        justify-content: center;
        align-items: center;
        text-align: center;
        /*border: 10px solid #ff0000;*/
    }
    
    .textRightTitle {
        width: 120px;
        height: 40px;
        cursor: pointer;
        background-color: rgb(53, 53, 53);
        color: white;
        display: none;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0px;
        border-radius: 0px;
        transition: background-color 0.3s ease;
        /*border: 4px solid #ff6a00;*/
    }

    .linkBtnContactUs {
        text-decoration: none;
        color: white;
        font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
        font-size: 18px;
        /*line-height: 20px;*/
        cursor: pointer;
        padding: 20px;
        white-space: nowrap;
    }


    .tabsheadingMobl {
        margin-left: 4%;
        color: #cFcFcF;
        margin-top: 20px;
        font: 13px 'Open Sans',Helvetica,Arial,sans-serif;
    }

    .DropdownOpt {
        width: 318px;
        height: 45px;
        font-size: 20px;
        margin-top: 9px;
    }

    .LineTitleDiv {
        background-color: rgb(201, 207, 216);
        height: 2px;
        margin-top: 4%;
    }

    .TitleDiv {
        background-color: rgb(201, 207, 216);
        height: 100%;
        margin-top: 4%;
    }

    .selectDivMobl {
        height: 35px;
        background-color: white !important;
        overflow: hidden;
        background: url(images/select_arrow.png) no-repeat right;
        border: #ccc 1px solid;
        margin: 0px;
        padding: 0px;
        position: relative;
        z-index: 100;
        margin-top: 8px;
        width: 89%;
        margin-left: 4%;
    }

        .selectDivMobl select {
            margin: 0px;
            padding: 0px;
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            z-index: 101;
        }

    .selectDefault, .selectDivMobl {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
        padding-top: 18px;
        padding-left: 5px;
        color: #353535;
    }

    .selectBox {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300;
        font-size: 20px;
        padding-top: 18px;
        padding-left: 5px;
        color: #353535;
    }

    .headingOpt {
        display: block;
    }
        
    .dropItemFont {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 20px;
    }

    .logotop {
        margin-top: 0px;
    }

    .pLineUpgrade {
        margin-top: 75px;
    }

    .pLineUpgradeAD {
        margin-top: 35px;
    }

    .downloadtabsAD {
        float: right;
        margin-bottom: 12px;
    }
}


@media only screen and (max-width: 430px) {
    .tableblackstripMobile {
        grid-template-columns: 1fr;
    }

    .blackstripRightMobile {
        flex: 1;
        justify-content: flex-end;
        padding-right: 10px;
        padding-left: 10px;
    }
}