/*@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);*/

body {
    background: #37749C !important;
    font-family: Arial !important;
}

table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 90%;
    table-layout: auto;
    word-break: break-word;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    font-size: .81em;
    letter-spacing: .0em;
    word-break: initial;
}

input#btneditlang {
    visibility: hidden;
}

input#btneditlang2 {
    visibility: hidden;
}

input#mobileNo {
    width: 75% !important;
}

select#loginCountryreg {
    width: 15% !important;
    text-indent: 50px;
}

div#plandetailM {
    display: none;
}

div#FuturePlanMob {
    display: none;
}

div#planleftM {
    display: none;
}

div#personalpg {
    float: left;
}

input#cpusername {
    width: 75% !important;
}

input#changlangReg {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #6CACE4 !important;
}

.wrapper {
    margin-top: 2%;
    margin-bottom: 0%;
}

.box-background {
    /*background-color: #F7931D;*/
    color: #ffffff;
    border-radius: 7px 7px 7px 7px;
    position: relative;
    display: block;
    width: 80%;
    margin-left: 10%;
}

.chart {
    display: inline-block;
    width: 95px;
    height: 95px;
    margin: 0 10px;
    vertical-align: top;
    position: relative;
    /*.box-sizing(border-box);*/
    padding-top: 22px;
}


/*canvas {
    position: absolute;
}*/

#Personalpage {
    position: fixed;
}

#modelContent {
    background-color: transparent;
    padding: 20px;
    max-width: 100%;
}

#myModalAdv {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#spnclosebtn {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    /*opacity: .2;*/
}

#modelContentPlan {
    background-color: transparent;
    padding: 20px;
    max-width: 100%;
}

#myModalAdvPlan {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#spnclosebtnplna {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    /*opacity: .2;*/
}

ul {
    list-style: none;
}


/*ul li:before  {
        content: '✓';       
    }*/


/*ul li:before {
        content: '✓';
            opacity: 0.3;        
    }*/

a1 {
    color: #EF6F22;
}

input::-webkit-input-placeholder {
    color: #6CACE4 !important;
    font-size: 12px;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #6CACE4 !important;
    font-size: 12px;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #6CACE4 !important;
    font-size: 12px;
}

input:-ms-input-placeholder {
    color: #6CACE4 !important;
    font-size: 12px;
}

.form-signin {
    max-width: 80%;
    padding: 0% 7% 0%;
    margin: 0 auto;
    background-color: #fff;
    /* border: 0px solid rgba(0, 0, 0, 0.1); */
    border-radius: 7px 7px 7px 7px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 30px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 11x;
    height: auto;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-signin input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form-main {
    background-color: #EDEAEF;
    border-radius: 10px !important;
    width: 100%;
    margin-left: 1% !important;
}

input[type=checkbox] {
    display: none;
}


/* to hide the checkbox itself */

input[type=checkbox]+label:before {
    font-family: FontAwesome;
    display: inline-block;
    color: #6CACE4;
    font-size: 20px;
}

input[type=checkbox]+label:before {
    content: "\f096";
    color: #6CACE4;
    font-size: 20px;
}


/* unchecked icon */

input[type=checkbox]+label:before {
    letter-spacing: 0px;
    line-height: 70%;
    background: #fff;
    color: #fff;
    width: 5%;
    font-size: 20px;
}


/* space between checkbox and label */

input[type=checkbox]:checked+label:before {
    content: "\f046";
    color: #6CACE4;
    font-size: 20px;
}


/* checked icon */

input[type=checkbox]:checked+label:before {
    letter-spacing: 5px;
    color: #6CACE4;
    font-size: 20px;
}

#box3 {
    border-color: white;
    background-color: white;
}


/* allow space for check mark */

.icon-bar {
    width: 100%;
    /* Full-width */
    /*  background-color: #555;Dark-grey background */
    overflow: auto;
    /* Overflow due to float */
}

.icon-bar a {
    float: left;
    /* Float links side by side */
    text-align: center;
    /* Center-align text */
    width: 20%;
    outline: none !important;
    /* Equal width (5 icons with 20% width each = 100%)
    padding: 12px 0; /* Some top and bottom padding */
    transition: all 0.3s ease;
    /* transition for hover effects */
    color: #6CACE4;
    /* White text color */
    font-size: 36px;
    /* Increased font size */
}


/*.icon-bar a:visited {
       background-color: #6CACE4;
   }*/

.icon-bar a:hover {
    /*background-color: #000; Add a hover color */
}

.active {
    background-color: #6CACE4;
}


/*.icon-bar a:hover,
.icon-bar a:focus,
.icon-bar a:visited {
    color: #6CACE4;
    background-color: #37749C;
}*/

.sweet-overlay {
    background-color: black;
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.sweet-alert {
    background-color: #FFF;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 400px;
    height: auto;
    padding: 4px 20px 30px 5px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
    -webkit-transition: all .5s ease-in-out;
    /*box-shadow: inset 0px 0px 25px 5px gray;*/
}

.main_slider {
    width: 100%;
    height: 417px;
    display: block;
    overflow: hidden;
    position: relative;
    /*margin-bottom: 15px;*/
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    -webkit-transition: all .5s ease-in-out;
    color: #575757;
    font-size: 19px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: none;
    position: relative;
    margin: 0px;
    padding: 0;
    line-height: 40px;
    display: block;
    color: #008ec3;
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 8px;
    padding: 0;
    line-height: normal;
}

.sweet-alert fieldset {
    border: none;
    position: relative;
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: whitesmoke;
    line-height: 15px;
    text-align: center;
    margin-right: 3px;
}

.sweet-alert .sa-error-container p {
    display: inline-block;
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sweet-alert input:focus {
    outline: none;
    box-shadow: 0px 0px 3px #c4e6f5;
    border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd;
}

.sweet-alert.show-input input {
    display: block;
}

.sweet-alert button {
    background-color: #008ec3 !important;
    /*color: whitesmoke;*/
    /*width: 100px;*/
    height: 34px;
    border-radius: 2px;
    border: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 25px;
    margin: -6px 7px 0 8px;
    cursor: pointer;
    color: #fff;
    box-shadow: 0px 0px 8px #888888;
    /*height: 40px;*/
    /*justify-content: center;
    -webkit-box-sizing: border-box;
    border-radius: 0px;
    background-color: #DD6B55 !important;
    width: 100px;
    height: 35px;
    color: white;
    font-weight: 300;
    font-size: large;
    padding: 0px 18px 0px 18px;*/
}

.sweet-alert button:focus {
    outline: none;
    /*box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);*/
}

.sweet-alert button:hover {
    /*background-color: #a1d9f2;*/
}

.sweet-alert button:active {
    background-color: #81ccee;
}

.sweet-alert button.cancel {
    background-color: #D0D0D0;
}

.sweet-alert button.cancel:hover {
    background-color: #c8c8c8;
}

.sweet-alert button.cancel:active {
    /*background-color: #b6b6b6;*/
}

.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button::-moz-focus-inner {
    border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}

.sweet-alert .sa-icon {
    width: 40px;
    height: 40px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 10px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
    border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 3px;
    width: 30px;
    background-color: #F27474;
    display: block;
    top: 20px;
    border-radius: 2px;
    margin-left: 6px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 3px;
    height: 15px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 5px;
    height: 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
    border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 25px;
    background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    /*width: 60px;
            height: 120px;
            background: whitesmoke;*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    display: none;
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    /*width: 5px;
            height: 90px;
            background-color: whitesmoke;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);*/
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    left: 3px;
    top: 23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 5px;
    width: 43%;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 28px;
    right: 1px;
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}

.loading_overlay {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.loading_overlay div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 52px;
    line-height: 50px;
    margin: -30px 0 0 -30px;
    padding: 6px;
}

.loading_overlay img {
    width: 50px;
    height: 52px;
}


/*   RETAILER NEAR YOU (NEW PAGE)   */

.retailer-btn {
    margin-top: 20px;
    border-radius: 50px 50px 50px 50px !important;
    width: 50%;
}

.trouble_conn,
.customer_care {
    cursor: pointer;
}

#new_footer {
    margin-top: 15px;
}

#new_page {
    color: #0F4673;
}

.new_inner_txt {
    margin: 0px 0px;
    display: inline-block;
}

.new_retailer {
    display: none;
}

.new_inner_txt h4 {
    margin: 20px 0 0px 0px;
    font-weight: 600;
}

@media only screen and (max-width:480px) {
    .retailer-btn {
        width: 90%;
        margin-top: 15px;
        border-radius: 50px 50px 50px 50px !important;
    }
    .new_inner_txt {
        margin: 10px 0px;
        display: inline-block;
    }
}


/*
 * Animations
 */

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%;
    }
    100% {
        top: 50%;
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%;
    }
    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0%;
    }
}

@keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0%;
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9;
}


/* Success icon */

.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9;
}

@media only screen and (max-device-width: 280px) {
    .form-control {
        width: 25% !important;
    }
    #rememberinfo {
        margin-left: 12% !important;
    }
    #voucher {
        width: 100% !important;
        height: 75px !important;
    }
    #dvopenvoucher {
        margin-top: -17%;
    }
    #example5 {
        margin: 0% 0% 0% 28%;
        padding-left: 8% !important;
    }
    .form-signin {
        max-width: 100% !important;
        /* padding: 5% 5% 40%; */
        margin: 0 auto;
        background-color: #fff;
        /*border: 1px solid rgba(0, 0, 0, 0.1);*/
        border-radius: 0px;
    }
    input[type=checkbox]+label:before {
        letter-spacing: 0px;
        line-height: 70%;
        background: #fff;
        color: #fff;
        width: 12% !important;
        font-size: 20px;
    }
    .form-main {
        background-color: #EDEAEF;
        border-radius: 10px !important;
        width: 93%;
        margin-left: 5% !important;
    }
    .form-control {
        width: 80% !important;
        height: 34px !important;
    }
    #dvhomeimg {
        margin-left: 1% !important;
        width: 100% !important;
    }
    .imgleft {
        width: 100% !important;
        margin-left: -6%;
    }
    .imgright {
        width: 100% !important;
        margin-right: -10%;
    }
    .imgcenter {
        width: 100% !important;
        margin-right: -10%;
    }
    .basebutton {
        width: 90% !important;
        padding: 10px 16px !important;
        font-size: 16px !important;
        line-height: 0.43 !important;
        border-radius: 16px !important;
        margin-left: 5% !important;
        margin-bottom: 8px !important;
    }
    h3,
    .h3 {
        font-size: 15px !important;
    }
    #dvmenu {
        visibility: hidden;
        display: none;
    }
    #dtb {
        width: 96% !important;
    }
    #ddlday {
        margin: 0% 0% 0% 17% !important;
        padding: 0% 0% 0% 2%;
        width: 100% !important;
        color: #6CACE4;
        font-size: 8px !important;
    }
    #ddlMonth {
        margin: 0% 0% 0% 11% !important;
        width: 100% !important;
        padding: 0% 4% 0% 8%;
        color: #6CACE4;
        font-size: 8px !important;
    }
    #ddlyear {
        /*margin: 7% 0% 0% -1% !important;*/
        width: 89% !important;
        padding: 0% 0% 0% 2%;
        color: #6CACE4;
        font-size: 8px !important;
    }
    #imguserpersonal {
        margin: 3% 0% !important;
    }
    #counter {
        margin: 0% 12% 15% -27% !important;
    }
    #voucher {
        width: 93% !important;
    }
    .buynowdiv {
        margin-left: -5%;
        font-size: 14px;
    }
    .spanplanname {
        font-size: 12px !important;
        margin-left: 0%;
        position: absolute;
        padding: 4px 0px 0px 0px !important;
    }
    #dvdailyplan {
        display: none;
    }
    #dvweeklyplan {
        display: none;
    }
    #dvmonthlyplan {
        display: none;
    }
    .RenewalButton {
        width: 102% !important;
        height: 38px !important;
    }
    .RenewalButtonSpan {
        margin-left: 0%;
        font-size: 6px;
    }
    .RenewalButtonImg {
        width: 50px !important;
    }
    .RenewalButtonDiv {
        margin-left: -5% !important;
    }
}

@media only screen and (min-device-width: 280px) and (max-device-width: 480px) {
    .form-control {
        width: 50% !important;
    }
    div#example5 {
        padding: 0% 0% 0% 3% !important;
    }
    select#Select1 {
        width: 85% !important;
    }
    select#ddllanguageuser {
        width: 85% !important;
        text-indent: 48% !important;
    }
    select#ddlGender {
        width: 85% !important;
        text-align: 48% !important;
    }
    select#ddllanguage {
        text-indent: 46% !important;
    }
    input#editinfo {
        width: 100% !important;
    }
    input#singout {
        width: 100% !important;
    }
    input#btncancel {
        width: 100% !important;
    }
    input#btnsavechanges {
        width: 100% !important;
    }
    select#Select2 {
        width: 85% !important;
    }
    #dvopenvoucher {
        margin-top: -17%;
    }
    #personalpage {
        margin-top: -5%;
    }
    #voucher {
        width: 100% !important;
        height: 75px !important;
    }
    input[type=checkbox]+label:before {
        letter-spacing: 0px;
        line-height: 70%;
        background: #fff;
        color: #fff;
        width: 12% !important;
        font-size: 20px;
    }
    #rememberinfo {
        margin-left: 12% !important;
    }
    #example5 {
        margin: 0% 0% 0% 30%;
        padding-left: 8% !important;
    }
    .fg-dial {
        margin-left: 27%;
    }
    .fg-dial-label {
        text-align: center;
        margin-left: 25%;
    }
    .form-signin {
        max-width: 100% !important;
        /* padding: 5% 5% 40%; */
        margin: 0 auto;
        background-color: #fff;
        /*border: 1px solid rgba(0, 0, 0, 0.1);*/
        border-radius: 0px;
        margin-top: 0%;
    }
    .form-main {
        background-color: #EDEAEF;
        border-radius: 10px !important;
        width: 93%;
        margin-left: 5% !important;
    }
    .form-control {
        width: 85% !important;
        height: 36px !important;
    }
    #dvhomeimg {
        margin-left: 1% !important;
        width: 100% !important;
    }
    .imgleft {
        width: 100% !important;
        margin-left: -5%;
    }
    .imgright {
        width: 100% !important;
        margin-right: -10%;
    }
    .imgcenter {
        width: 100% !important;
        margin-right: -10%;
    }
    /*.imgcenter {
        margin-top:12%;
    }*/
    .basebutton {
        width: 90% !important;
        padding: 10px 16px !important;
        font-size: 16px !important;
        line-height: 0.43 !important;
        border-radius: 16px !important;
        margin-left: 5% !important;
        margin-bottom: 8px !important;
    }
    h3,
    .h3 {
        font-size: 16px !important;
    }
    #dvmenu {
        visibility: hidden;
        display: none;
    }
    #dtb {
        width: 100% !important;
        margin-right: 4%;
    }
    #ddlday {
        margin: 0% 0% 0% 12% !important;
        padding: 0% 0% 0% 2%;
        width: 105% !important;
        color: #6CACE4;
        font-size: 11px !important;
    }
    #ddlMonth {
        margin: 0% 0% 0% 13% !important;
        width: 100% !important;
        padding: 0% 4% 0% 8%;
        color: #6CACE4;
        font-size: 11px !important;
    }
    #ddlyear {
        /*margin: 7% 0% 0% -1% !important;*/
        width: 89% !important;
        padding: 0% 0% 0% 2%;
        color: #6CACE4;
        font-size: 11px !important;
    }
    #imguserpersonal {
        margin: 54% 0% !important;
    }
    #counter {
        margin: 0% 12% 15% -27% !important;
    }
    #voucher {
        width: 93% !important;
    }
    .buynowdiv {
        margin-left: -5%;
        font-size: 14px;
    }
    .spanplanname {
        font-size: 12px !important;
        margin-left: 0%;
        position: absolute;
        padding: 4px 0px 0px 0px !important;
    }
    #dvdailyplan {
        display: none;
    }
    #dvweeklyplan {
        display: none;
    }
    #dvmonthlyplan {
        display: none;
    }
    #dvinnerdiv {
        padding-bottom: 58% !important;
    }
    .RenewalButton {
        width: 102% !important;
        height: 38px !important;
    }
    .RenewalButtonSpan {
        margin-left: -2%;
        top: -4px !important;
        font-size: 9px;
    }
    .RenewalButtonImg {
        width: 57px !important;
    }
    .RenewalButtonDiv {
        margin-left: -5% !important;
    }
    select#loginCountryreg {
        width: 30% !important;
        text-indent: 40px !important;
    }
    input#mobileNo {
        width: 55% !important;
    }
    select#ddllangstatus {
        width: 85% !important;
        text-indent: 44% !important;
    }
    select#ddllangedit {
        padding-left: 37% !important;
    }
    div#plandetailM {
        display: block;
    }
    div#FuturePlanMob {
        display: block;
    }
    /*div#PruchaseDiv {
        margin-left: -25px;
        font-size: x-small;
    }

    div#SessionDiv {
        margin-left: -52px;
        font-size: xx-small;
        word-break: break-word;
        position: inherit;
        margin-right: -52px;
    }*/
    span#sessionseemore {
        margin-right: 25px;
    }
    div#planleftM {
        display: block;
    }
    div#plandetail {
        display: none;
    }
    div#planleft {
        display: none;
    }
    div#personalpg {
        float: none !important;
    }
    div#countryimages {
        margin: -31.9px 0px 0px 25px !important;
    }
    input#cpusername {
        width: 55% !important;
    }
    select#login_Country {
        width: 30% !important;
        height: 35px !important;
        text-indent: 41px !important;
    }
    div#countryimagesLogin {
        margin: -31.9px 0px 0px 25px !important;
    }
}


/*-------------IPHONE-4--------------*/

@media only screen and (min-device-width: 280px) and (max-device-width: 340px) {
    img#imageToSwapcountry {
        padding: 2px 3px 5px 10px !important;
    }
    select#loginCountryreg {
        width: 30% !important;
        text-indent: 30px !important;
    }
    div#countryimages {
        margin: -31.9px 0px 0px 14px !important;
    }
    img#imageToSwapcountryLogin {
        padding: 2px 3px 5px 10px !important;
    }
    select#login_Country {
        width: 30% !important;
        text-indent: 30px !important;
    }
    div#countryimagesLogin {
        margin: -31.9px 0px 0px 14px !important;
    }
    #example5 {
        margin: 0% 0% 0% 28%;
        padding-left: 0% !important;
    }
    .ipad {
        padding-left: 16% !important;
    }
    .costipad {
        margin: 2% 0% 0% -2% !important;
    }
    .boxipad {
        height: 61px !important;
    }
    .buynowipad {
        padding-bottom: 31% !important;
        height: 100% !important;
    }
    .buyipadfont {
        font-size: 14px !important;
    }
    .nowipadfont {
        font-size: 13px !important;
    }
    .titleipadfont {
        font-size: 7px !important;
        margin: 0% 0% 0% -37% !important;
        position: absolute !important;
        padding-top: 5% !important;
    }
    .RenewalButton {
        width: 102% !important;
        height: 38px !important;
    }
    .RenewalButtonSpan {
        margin-left: 0%;
        font-size: 7px !important;
    }
    .RenewalButtonImg {
        width: 45px !important;
    }
    .RenewalButtonDiv {
        margin-left: -5% !important;
    }
}


/*-------------IPHONE-5--------------*/

@media only screen and (min-device-width: 376px) and (max-device-width: 380px) {
    img#imageToSwapcountry {
        padding: 5px 3px 5px 10px !important;
    }
    select#loginCountryreg {
        width: 30% !important;
        padding-left: 30px !important;
    }
    div#countryimages {
        margin: -31.9px 0px 0px 14px !important;
    }
    img#imageToSwapcountry {
        padding: 5px 3px 5px 10px !important;
    }
    #example5 {
        margin: 0% 0% 0% 28%;
        padding-left: 5% !important;
    }
    .ipad {
        padding-left: 16% !important;
    }
    .costipad {
        margin: 2% 0% 0% -2% !important;
    }
    .boxipad {
        height: 61px !important;
    }
    .buynowipad {
        padding-bottom: 31% !important;
        height: 100% !important;
    }
    .buyipadfont {
        font-size: 14px !important;
    }
    .nowipadfont {
        font-size: 13px !important;
    }
    .titleipadfont {
        font-size: 7px !important;
        margin: 0% 0% 0% -37% !important;
        position: absolute !important;
        padding-top: 5% !important;
    }
    .RenewalButton {
        width: 102% !important;
        height: 38px !important;
    }
    .RenewalButtonSpan {
        margin-left: 0%;
        font-size: 9px !important;
        position: relative;
    }
    .RenewalButtonImg {
        width: 50px !important;
    }
    .RenewalButtonDiv {
        margin-left: -5% !important;
    }
}


/*@media only screen and (min-device-width: 750px) and (max-device-width: 1080px) {
    #example5 {
        margin: 0% 0% 0% 28%;
        padding-left: 21% !important;
    }
}*/

@media only screen and (min-device-width: 480px) and (max-device-width: 768px) {
    .form-control {
        width: 50% !important;
    }
    #dvopenvoucher {
        margin-top: -17%;
    }
    input[type=checkbox]+label:before {
        letter-spacing: 0px;
        line-height: 70%;
        background: #fff;
        color: #fff;
        width: 8% !important;
        font-size: 20px;
    }
    #voucher {
        width: 100% !important;
        height: 75px !important;
    }
    #rememberinfo {
        margin-left: 12% !important;
    }
    #example5 {
        margin: 0% 0% 0% 28%;
        padding-left: 8% !important;
    }
    .fg-dial {
        margin-left: 33%;
    }
    .fg-dial-label {
        text-align: center;
        margin-left: 33%;
    }
    .form-signin {
        max-width: 80% !important;
        /* padding: 5% 5% 40%; */
        margin: 0 auto;
        background-color: #fff;
        /*border: 1px solid rgba(0, 0, 0, 0.1);*/
        border-radius: 0px;
        margin-top: 10% !important;
    }
    .form-main {
        background-color: #EDEAEF;
        border-radius: 10px !important;
        width: 93%;
        margin-left: 5% !important;
    }
    .form-control {
        width: 85% !important;
        height: 36px !important;
    }
    #dvhomeimg {
        margin-left: 1% !important;
        width: 100% !important;
    }
    .imgleft {
        width: 80% !important;
        margin-left: 3% !important;
    }
    .imgright {
        width: 80% !important;
        margin-right: -5%;
    }
    .imgcenter {
        width: 80% !important;
        margin-right: -5%;
    }
    .basebutton {
        padding: 10px 16px !important;
        font-size: 16px !important;
        line-height: 0.43 !important;
        border-radius: 16px !important;
        margin-bottom: 8px !important;
    }
    h3,
    .h3 {
        font-size: 20px !important;
    }
    #dvmenu {
        visibility: visible;
        display: block;
    }
    #dtb {
        width: 96% !important;
        margin: 0px 2px 0px 10px;
    }
    #imguserpersonal {
        margin: 54% 0% !important;
    }
    #counter {
        margin: 0% 12% 15% -27% !important;
    }
    #voucher {
        width: 100% !important;
    }
    .buynowdiv {
        margin-left: 5%;
        font-size: 16px;
        margin-top: 8%;
    }
    .spanplanname {
        font-size: 10px !important;
        margin-left: 0%;
    }
    #dvdailyplan {
        display: none;
    }
    #dvweeklyplan {
        display: none;
    }
    #dvmonthlyplan {
        display: none;
    }
    .RenewalButton {
        width: 102% !important;
        height: 38px !important;
        margin-left: 4% !important;
    }
    .RenewalButtonSpan {
        margin-left: 0%;
        top: -4px !important;
        font-size: 9px;
    }
    .RenewalButtonImg {
        width: 50px !important;
    }
    .RenewalButtonDiv {
        margin-left: -5% !important;
    }
}

@media only screen and (min-device-width: 0px) and (max-device-width: 480px) {
    #dvmenufooter {
        visibility: visible;
        display: block;
    }
    #voucher {
        width: 100% !important;
        height: 67px !important;
    }
    input[type=checkbox]+label:before {
        letter-spacing: 0px;
        line-height: 70%;
        background: #fff;
        color: #fff;
        width: 13.8% !important;
        font-size: 20px;
    }
    #rememberinfo {
        margin-left: 12% !important;
    }
    #dvdailyplan {
        display: none;
    }
    #dvweeklyplan {
        display: none;
    }
    #dvmonthlyplan {
        display: none;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 2000px) {
    #dvmenufooter {
        visibility: hidden;
        display: none;
    }
    .imgleft {
        width: 50% !important;
        margin-left: 9% !important;
    }
    .imgright {
        width: 50% !important;
        margin-left: 45%;
    }
    .imgcenter {
        width: 50% !important;
        margin-left: 30%;
    }
    /*.imgcenter {
        width: 65% !important;
        margin-left: 25%;
    }*/
    .form-control {
        width: 60% !important;
    }
    .form-main {
        background-color: #EDEAEF;
        border-radius: 10px !important;
        width: 96%;
        margin-left: 3% !important;
    }
    .form-control {
        width: 90% !important;
    }
    .form-signin {
        margin-top: 0% !important;
    }
    .basebutton {
        padding: 10px 16px !important;
        font-size: 16px !important;
        line-height: 0.43 !important;
        border-radius: 16px !important;
        margin-bottom: 8px !important;
    }
    #dvmenu {
        visibility: visible;
        display: block;
    }
    #day {
        width: 100% !important;
    }
    #month {
        width: 100% !important;
    }
    #year {
        width: 100% !important;
    }
    .buynowdiv {
        margin-left: -46%;
        margin-top: 29%;
    }
    .spanplanname {
        font-size: 10px !important;
        margin-left: 0%;
    }
    .RenewalButton {
        width: 100% !important;
        height: 38px !important;
        margin-left: 4% !important;
    }
    .RenewalButtonSpan {
        margin-left: 0%;
        font-size: 9px !important;
        position: relative;
        top: -6px !important;
    }
    .RenewalButtonImg {
        width: 50px !important;
    }
    .RenewalButtonDiv {
        margin-left: -5% !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) {
    .form-control {
        width: 60% !important;
    }
    #voucher {
        margin-left: 63% !important;
    }
    .form-main {
        background-color: #EDEAEF;
        border-radius: 10px !important;
        width: 96%;
        margin-left: 3% !important;
    }
    .form-control {
        width: 90% !important;
    }
    .form-signin {
        margin-top: 2% !important;
    }
    .basebutton {
        padding: 10px 16px !important;
        font-size: 16px !important;
        line-height: 0.43 !important;
        border-radius: 16px !important;
        margin-bottom: 8px !important;
    }
    #plansummary1 {
        margin: 0% -15% 0% 5%;
    }
    /*#plansummary_1{
        margin: 0% -15% 0% 6%;
    }*/
    #openrechargebox {
        margin: 0% -9% 0% 5%;
    }
    #openrechargebox_1 {
        margin: 0% -9% 0% 5%;
    }
    #openvoucher_1 {
        margin: 0% -2% 0% 0%;
    }
    #dvmenu {
        visibility: visible;
        display: block;
    }
    #day {
        width: 100% !important;
    }
    #month {
        width: 100% !important;
    }
    #year {
        width: 100% !important;
    }
    .buynowdiv {
        margin-left: -46%;
        margin-top: 29%;
    }
    .spanplanname {
        font-size: 10px !important;
        margin-left: 0%;
    }
    .imgleft {
        width: 50% !important;
        margin-left: 9% !important;
    }
    .imgright {
        width: 50% !important;
        margin-left: 45%;
    }
    .imgcenter {
        width: 50% !important;
        margin-left: 30%;
    }
    /*.imgcenter {
        width: 65% !important;
        margin-left: 25%;
    }*/
    .RenewalButton {
        width: 100% !important;
        height: 38px !important;
        margin-left: 4% !important;
    }
    .RenewalButtonSpan {
        margin-left: -10%;
        font-size: 14px !important;
        position: relative;
        top: -6px !important;
    }
    .RenewalButtonImg {
        width: 60px !important;
    }
    .RenewalButtonDiv {
        margin-left: -5% !important;
    }
}

.fg-dial {
    font-size: 200%;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 100%;
}

.fg-dial-label {
    font-size: 100%;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    top: 160px;
    width: 100%;
}


/*-------------IPAD--------------*/

@media only screen and (min-device-width: 768px) and (max-device-width:1000px) {
    .ipad {
        padding-left: 13% !important;
    }
    select#login_Country {
        width: 20% !important;
        text-indent: 41px !important;
        height: 34px !important;
    }
    input#cpusername {
        width: 70% !important;
    }
    div#countryimagesLogin {
        margin: -29.9px 0px 0px 24px !important;
    }
    select#loginCountryreg {
        width: 20% !important;
        text-indent: 40px !important;
    }
    input#mobileNo {
        width: 70% !important;
    }
    div#countryimages {
        margin: -29.9px 0px 0px 24px !important;
    }
    .boxipad {
        height: 62px !important;
    }
    /*.costipad {
        margin: 2% 0% 0% -5% !important;
    }

    .buynowipad {
        padding-bottom: 34% !important;
        height: 100% !important;
    }

    .buyipadfont {
        font-size: 14px !important;
    }

    .nowipadfont {
        font-size: 13px !important;
    }

    .titleipadfont {
        font-size: 7px !important;
        margin: 2% 0% 0% -38% !important;
        position: absolute !important;
        padding-top: 5% !important;
    }*/
    #dtb {
        margin-left: -8%;
    }
    #voucher {
        margin-top: 25% !important;
        width: 74% !important;
        height: 41px !important;
    }
    .basebutton1 {
        padding-left: 0% !important;
        margin-left: 6% !important;
    }
    /*#example5 {
        margin: 5% -5% 0% -16%;
        padding-left: 21% !important;
    }*/
    #ddlday {
        margin: 0% -29% 0% -8%;
    }
    #ddlMonth {
        margin: 0% -4% 0% 5%;
    }
    .RenewalButton {
        width: 100% !important;
        height: 38px !important;
        margin-left: 4% !important;
    }
    .RenewalButtonSpan {
        margin-left: -10%;
        font-size: 14px !important;
        position: relative;
        top: -6px !important;
    }
    .RenewalButtonImg {
        width: 60px !important;
    }
    .RenewalButtonDiv {
        margin-left: -5% !important;
    }
}


/*-------------IPAD-1--------------*/

@media only screen and (min-device-width: 700px) and (max-device-width:950px) {
    #example5 {
        margin: 5% -5% 0% -21% !important;
        padding-left: 0% !important;
    }
    .buynowipad {
        height: 58px !important;
        padding-bottom: 34%;
        padding: 0% !important;
        padding-bottom: 34% !important;
    }
    .nowipadfont {
        font-size: 12px !important;
    }
    .buyipadfont {
        font-size: 13px !important;
    }
    .planipadul {
        padding-left: 0px !important;
        /*float: right;*/
        margin-top: 0px !important;
        font-size: 0.9em !important;
        margin-right: -100%;
    }
    .planipad {
        width: 22% !important;
        float: left !important;
        /*margin-top: 1%;*/
        margin: 1% 0% 0% -8% !important;
    }
    .costipad {
        font-size: 12px !important;
        margin-left: -3% !important;
    }
    .pripad {
        font-size: 1.6em !important;
        padding-top: 63%;
    }
    .buynowipadlb {
        margin: 9% 0% 0% 0% !important;
    }
    .titleipadfont1 {
        font-size: 7px !important;
        /*margin-left: 4% !important;*/
    }
    .rsipad {
        margin-top: 0px !important;
    }
    #dtb {
        margin-left: -14% !important;
    }
    .RenewalButton {
        width: 100% !important;
        height: 38px !important;
        margin-left: 4% !important;
    }
    .RenewalButtonSpan {
        margin-left: 0%;
        font-size: 14px !important;
        position: relative;
        top: -6px !important;
    }
    .RenewalButtonImg {
        width: 60px !important;
    }
    .RenewalButtonDiv {
        margin-left: -5% !important;
    }
}

@media only screen and (min-device-width: 1200px) {
    .RenewalButton {
        width: 85% !important;
        height: 33px !important;
    }
    .RenewalButtonSpan {
        margin-left: -10%;
        font-size: 14px !important;
        position: relative;
        top: -4px !important;
    }
    .RenewalButtonImg {
        width: 78px !important;
        margin-top: -2%;
    }
    .RenewalButtonDiv {
        margin-left: -5% !important;
    }
}


/*Main Slider*/

@media only screen and (min-width: 540px) and (max-width: 1200px) {
    .main_slider img,
    .main_slider {
        display: block;
        width: 100%;
        height: 350px;
    }
    .main_slider_postlogin img,
    .main_slider_postlogin {
        height: 280px !important;
    }
}

@media only screen and (max-width: 540px) {
    .main_slider img,
    .main_slider {
        display: block;
        width: 100%;
        height: 200px;
    }
    .main_slider_postlogin img,
    .main_slider_postlogin {
        height: 140px !important;
    }
}

.main_slider video,
.main_slider_postlogin video {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 540px) and (max-width: 1200px) {
    .main_slider video,
    .main_slider {
        display: block;
        width: 100%;
        height: 445px;
    }
    .main_slider_postlogin video,
    .main_slider_postlogin {
        height: 220px !important;
    }
}

@media only screen and (max-width: 540px) {
    .main_slider video,
    .main_slider {
        display: block;
        width: 100%;
        height: 270px;
    }
    .main_slider_postlogin video,
    .main_slider_postlogin {
        height: 140px !important;
    }
}

.main_slider object,
.main_slider_postlogin object {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 540px) and (max-width: 1200px) {
    .main_slider object,
    .main_slider {
        display: block;
        width: 100%;
        height: 445px;
    }
    .main_slider_postlogin object,
    .main_slider_postlogin {
        height: 220px !important;
    }
}

@media only screen and (max-width: 540px) {
    .main_slider object,
    .main_slider {
        display: block;
        width: 100%;
    }
    /*.main_slider_postlogin object, .main_slider_postlogin {
        height: 140px !important;
    }*/
}

.main_slider htmldoc,
.main_slider_postlogin htmldoc {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 540px) and (max-width: 700px) {
    .main_slider htmldoc,
    .main_slider {
        display: block;
        width: 100%;
        height: 100%;
    }
    .main_slider_postlogin htmldoc,
    .main_slider_postlogin {
        height: 260px !important;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1200px) {
    .main_slider htmldoc,
    .main_slider {
        display: block;
        width: 100%;
        height: 423px;
    }
    .main_slider_postlogin htmldoc,
    .main_slider_postlogin {
        height: 220px !important;
    }
}

@media only screen and (max-width: 400px) {
    .main_slider htmldoc,
    .main_slider {
        display: block;
        width: 100%;
        height: 249px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 540px) {
    .main_slider htmldoc,
    .main_slider {
        display: block;
        width: 100%;
        height: 265px;
    }
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }
    table caption {
        font-size: 1.3em;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .7em;
        text-align: right;
    }
    table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
    table td:last-child {
        border-bottom: 0;
    }
    table label {
        width: 58px !important;
    }
}