﻿html, body {
    height: 100%;
    background-color: #F3F5F6;
    padding: 0px !important;
}

.styNoPadding {
}

.HeadIcon {
    font-size: 1.50rem;
}


.HeadText {
    text-align: left;
    padding-left: 8px;
    font-size: 0.85rem;
    width: 100%;
    line-height: 1.5;
}

.MobtnSkip {
    color: #6D6D6D !important;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 20px;
    padding-top: 4%;
    padding-bottom: 4%;
    text-align: center;
    border: 1px solid red;
}

.HeadImage {
    height: auto;
    width: auto;
    padding-top: 2.5%;
}

.DivDesktopView {
    display: block;
}

.DivMobileView {
    display: none;
}

.DIVHeader {
    height: 9%;
    background-color: #FBCF27;
    padding: 0px;
}


[class^="icon-custom"], [class*=" icon-custom"] {
    width: auto;
    height: auto;
    line-height: 40px !important;
    background-image: none !important;
}

.badge1 {
    position: relative;
}

    .badge1[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: 5px;
        left: 5px;
        font-size: 12px !important;
        /*background: #EDB11D;*/
        background-color: transparent;
        color: #ff0000;
        font-weight: bold;
        width: 90%;
        height: 19px;
        text-align: center;
        line-height: 19px;
        border-radius: 50%;
        /*box-shadow: 0 0 1px #333;*/
    }


.badge2 {
    position: relative;
}

    .badge2[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: 5px;
        left: 5px;
        font-size: 12px !important;
        /*background: #EDB11D;*/
        background-color: transparent;
        color: #ff0000;
        font-weight: bold;
        width: 90%;
        height: 19px;
        text-align: center;
        line-height: 19px;
        border-radius: 50%;
        /*box-shadow: 0 0 1px #333;*/
    }



#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2);
}

#sticky1.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 2px 7px 2px rgba(50, 50, 50, 0.2);
}

.back-arrow2 {
    font-size: 1.3rem;
    font-weight: normal;
    cursor: pointer !important;
    color: #595959;
    width: 100%;
    text-align: center;
}

.SiteMapText2 {
    font-size: 1.3rem !important;
    color: #595959;
    width: 100%;
}

.bottomICO {
    color: #ea2525;
    font-size: 1.5rem;
    padding-top: 1.2%;
    margin-right: 2%;
    vertical-align: text-top;
}

.FGTModal {
    width: 30% !important;
}


@media only screen and (min-width:1024px) {
}

@media only screen and (min-width:992px) and (max-width:1024px) {

    .HeadImage {
        height: auto;
        width: auto;
        padding-top: 7%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
}

@media only screen and (min-width:640px) and (max-width:767px) {

    .FGTModal {
        width: 55% !important;
    }

    .HeadImage {
        height: auto;
        width: auto;
        padding-top: 1%;
    }

    .DIVHeader {
        height: 16%;
    }

    .DivDesktopView {
        display: none;
    }

    .DivMobileView {
        display: block;
    }

    .styNoPadding {
        padding: 0px;
    }

    .badge2[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: 5px;
        left: 5px;
        font-size: 12px !important;
        /*background: #EDB11D;*/
        background-color: transparent;
        color: #ff0000;
        font-weight: bold;
        width: 95%;
        height: 19px;
        text-align: center;
        line-height: 19px;
        border-radius: 50%;
        /*box-shadow: 0 0 1px #333;*/
    }
}

@media only screen and (min-width:480px) and (max-width:639px) {

    .FGTModal {
        width: 55% !important;
    }

    .DIVHeader {
        height: 16%;
    }

    .DivDesktopView {
        display: none;
    }

    .DivMobileView {
        display: block;
    }

    .styNoPadding {
        padding: 0px;
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {

    .FGTModal {
        width: 90% !important;
    }

    .DivDesktopView {
        display: none;
    }

    .DivMobileView {
        display: block;
    }

    .styNoPadding {
        padding: 0px;
    }
}

@media only screen and (max-width:319px) {

    .FGTModal {
        width: 90% !important;
    }

    .DivDesktopView {
        display: none;
    }

    .DivMobileView {
        display: block;
    }

    .styNoPadding {
        padding: 0px;
    }
}

@media only screen and (width:1024px) and (height:600px) {
}
