.about_pages {
    width: 50% !important;
}

.hide_language {
    display: none !important;
}

.landing_page #errMsg {
    color: #fff;
}

.advt_frm input[type="text"], .advt_frm select, .advt_frm textarea {
    margin: 5px 0px;
}


/*.sticky {
    position: sticky;
    top: 20px;
}*/
.mob_mt15{margin-top:15px;}

.justifydata {
    text-align: justify;
}

    .justifydata ul {
        margin: 0px 0px 0px 20px;
        padding: 0px;
    }

        .justifydata ul li {
            margin: 0px;
            padding: 0px 0px 5px 0px;
        }



.booknow_link a {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf1f6+0,f4f4f4+50,cccccc+100 */
    background: #ebf1f6; /* Old browsers */
    background: -moz-linear-gradient(top, #ebf1f6 0%, #f4f4f4 50%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ebf1f6 0%,#f4f4f4 50%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ebf1f6 0%,#f4f4f4 50%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    padding: 6px;
    display: block;
    text-decoration: none;
    color: #000000;
    border-radius: 5px;
    font-weight: bold;
}

.booknow_link a:hover {color: #ea732e;}
.download_cheatsheet_link a {
    padding: 25px 0px;
    display: block;
    text-decoration: none;
    color: #ea732e;
    border-radius: 5px;
    font-weight: bold;
}

    .download_cheatsheet_link a:hover {
        color: #000;
    }


        .download_cheatsheet_link a i {
            color: #ea732e;
            font-size: 18px;
            padding: 0 3px 0 0;
            vertical-align: middle
}
.about_airlines{width:50%!important;}
.note{padding:5px; background:#ff0000; text-align:center; display:block; width:100%; color:#fff; font-weight:bold; margin:0px 0px 8px 0px;}

.incentive{padding:10px; border:1px solid #F26B25; display:block; width:100%; border-radius:15px; margin:15px 0px;}
.landing_page h2{font-size: 18px; margin:0px; padding:0px;}
.boldd{font-size: 16px; margin:0px; padding:0px;}


@media screen and (max-width:767px) {
    .booknow_link a{text-align:center; font-size:10px;}
    .download_cheatsheet_link a{text-align:center; font-size:16px; padding: 8px 0px;}
    .mob_mt15 {
        margin-top:0px;
    }
    .takqiz_clk{margin:8px;}

    .mobcenter {
        text-align: center !important;
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    .download_cheatsheet_link a {
        text-align: center;
        font-size: 13px;
    }

    .tab_100{width:70%;}
}