.selectdemoSelectHeader {
    /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */
}

    .selectdemoSelectHeader .demo-header-searchbox {
        border: none;
        outline: none;
        height: 100%;
        width: 100%;
        padding: 0;
    }

    .selectdemoSelectHeader .demo-select-header {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
        padding-left: 10.667px;
        height: 48px;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        width: auto;
    }

    .selectdemoSelectHeader md-content._md {
        max-height: 240px;
    }

.couponBadge {
    background-color: #2f98ea;
    border-radius: 8px;
    padding-left: 4px;
    color: white;
    border: 1.5px solid #0f6db7;
    padding-right: 4px;
}

.total {
    margin-top: 10px;
    border-top: 1px dashed #737070;
    width: fit-content;
}

.alert {
    background-color: #fff6c8;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border: 1px solid #e2cb53;
    margin: 19px;
    width: fit-content;
}

.backicon {
    width: 26px;
}

.DgTitle {
    color: #578ebf;
    margin: 0;
    font-weight: 600;
}

.btnCtr {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.msjbar {
    width: 100%;
    background-color: #4a8cc9;
    color: white;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 800;
}

.md-datepicker-input-container {
    min-width: 72% !important
}

@media (min-width: 481px) and (max-width: 767px) {
    .FormContainer {
        width: 100% !important
    }
}

/*
          ##Device = Most of the Smartphones Mobiles (Portrait)
          ##Screen = B/w 320px to 479px
        */

@media (min-width: 320px) and (max-width: 480px) {
    .FormContainer {
        width: 100% !important
    }
}

.tab-content {
    padding-top: 15px !important
}

.min-45 {
    width: 45%
}

.min-50 {
    width: 50%
}

.min-60 {
    width: 60%
}

.min-70 {
    width: 70%
}

.min-80 {
    width: 80%
}

.min-90 {
    width: 90%
}

.inputContainerThin {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}

.mdl-textfield__label {
    margin-bottom: 0;
    color: #d7dbdc;
    font-weight: normal;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    text-transform: uppercase
}

.has-feedback label ~ .form-control-feedback {
    top: 15px;
}

.mdl-textfield {
    width: 100%;
}

.mdl-checkbox__label {
    cursor: text;
    font-size: 13px;
    float: left;
    color: #b0b3b4;
    font-weight: normal;
}

.mdl-checkbox__box-outline {
    border: 1px solid #b0b3b4;
}

.mdl-textfield__input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
    font-weight: bold;
}

.mdl-switch__label {
    float: left;
    font-weight: normal;
    color: #b0b3b4;
    font-size: 14px;
}

.step-1 {
    min-width: 60% !important
}

.step-2 {
    min-width: 40% !important
}

.step-3 {
    min-width: 70% !important
}

.step-4 {
    min-width: 80% !important
}
/*Loader*/
.cs-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        transform: translateX(0px);
    }

    66% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

.regdot {
    font-size: 30px !important;
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: calc(100%);
    color: #4a8cca;
    text-align: center;
}

    .cs-loader-inner label {
        font-size: 20px;
        opacity: 0;
        display: inline-block;
    }

        .cs-loader-inner label:nth-child(6) {
            -webkit-animation: lol 3s infinite ease-in-out;
            animation: lol 3s infinite ease-in-out;
        }

        .cs-loader-inner label:nth-child(5) {
            -webkit-animation: lol 3s 100ms infinite ease-in-out;
            animation: lol 3s 100ms infinite ease-in-out;
        }

        .cs-loader-inner label:nth-child(4) {
            -webkit-animation: lol 3s 200ms infinite ease-in-out;
            animation: lol 3s 200ms infinite ease-in-out;
        }

        .cs-loader-inner label:nth-child(3) {
            -webkit-animation: lol 3s 300ms infinite ease-in-out;
            animation: lol 3s 300ms infinite ease-in-out;
        }

        .cs-loader-inner label:nth-child(2) {
            -webkit-animation: lol 3s 400ms infinite ease-in-out;
            animation: lol 3s 400ms infinite ease-in-out;
        }

        .cs-loader-inner label:nth-child(1) {
            -webkit-animation: lol 3s 500ms infinite ease-in-out;
            animation: lol 3s 500ms infinite ease-in-out;
        }

/*loader color effect*/
.cs-loader {
    -webkit-animation: background 10s ease infinite;
    animation: background 7s ease infinite;
}

@-webkit-keyframes background {
    10% {
        background-color: #e2fdff;
    }

    20% {
        background-color: #ddffff;
    }

    30% {
        background-color: #e5fff2;
    }

    40% {
        background-color: #fff7fe;
    }

    50% {
        background-color: #ffedea;
    }

    60% {
        background-color: #e2fdff;
    }

    70% {
        background-color: #ddffff;
    }

    80% {
        background-color: #e5fff2;
    }

    90% {
        background-color: #fff7fe;
    }

    95% {
        background-color: #ffedea;
    }

    100% {
        background-color: #FAFAFA;
    }
}

@keyframes background {
    10% {
        background-color: #e2fdff;
    }

    20% {
        background-color: #ddffff;
    }

    30% {
        background-color: #e5fff2;
    }

    40% {
        background-color: #fff7fe;
    }

    50% {
        background-color: #ffedea;
    }

    60% {
        background-color: #e2fdff;
    }

    70% {
        background-color: #ddffff;
    }

    80% {
        background-color: #e5fff2;
    }

    90% {
        background-color: #fff7fe;
    }

    95% {
        background-color: #ffedea;
    }

    100% {
        background-color: #FAFAFA;
    }
}

/**/


/*loader title*/
#LoaderTitle:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
    color: black;
    font-size: 35px !important;
}

@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgb(0,0,0), .9em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .9em 0 0 rgba(0,0,0,0);
    }

    60% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .5em 0 0 rgba(0,0,0,0);
    }

    80%, 100% {
        color: rgba(0,0,0,0);
        text-shadow: .25em 0 0 rgba(0,0,0,0), .9em 0 0 rgba(0,0,0,0);
    }
}
/**/

body {
    background-color: rgb(249, 249, 249);
    color: #212121;
    font-family: 'Hind Madurai', sans-serif;
    padding: 100px 0 30px 0;
}

.md-headline {
    color: #4a8cc8 !important;
}

.ribbon {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    font-family: 'Hind Madurai', sans-serif;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
        background: #7fc1fc;
        background: linear-gradient(rgb(0, 188, 255) 0%, rgb(37, 151, 238) 100%);
        position: absolute;
        top: 19px;
        letter-spacing: 1px;
        left: -21px;
    }

.formLoading {
    opacity: 0.3 !important;
}

.no-padding {
    padding: 0;
}

p {
    display: inline;
}

a {
    color: #b0b3b4;
}

    a:hover,
    a:focus {
        color: #2196f3;
    }

.form-control-feedback {
    width: 20px;
}

.has-error .form-control-feedback {
    color: #bb4141;
}

.has-success .form-control-feedback {
    color: #43bb41;
}
/* Slider */

.mlt-carousel {
    background: #2196f3;
    height: 600px;
    border-radius: 12px;
    z-index: 1;
    box-shadow: 0px 0px 30px #cccccc;
}

.item-content {
    text-align: center;
    color: #fff;
}

    .item-content h3 {
        font-size: 19px;
        font-weight: bold;
        text-shadow: 0 0 1px #000;
        margin: 10px 0;
    }

    .item-content p {
        display: block;
        font-size: 15px;
        color: #fff;
        text-shadow: 0 0 1px #000;
    }

.item {
    height: 600px;
    border-radius: 12px;
    overflow: hidden;
}

    .item > img {
        margin-top: 30px;
        margin-bottom: 30px;
    }
/* login */

.mlt-content {
    z-index: 0;
    background: #fff;
    width: 100%;
    height: auto !important;
    border: 1px solid #e7e7e7;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    text-align: center;
    padding-top: 30px;
    margin-top: 17px;
}

#myTabContent {
    margin-top: 35px
}

.mlt-content span a {
    text-decoration: underline
}

.mlt-content .nav-tabs {
    border: none;
}

.nav-tabs > li {
    display: inline;
    text-align: center;
    float: none;
    margin-right: -4px;
}

.mlt-content .nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1.5px solid #d9ddde;
    border-radius: 0;
    display: inline;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #d9ddde;
    cursor: pointer;
}

    .mlt-content .nav-tabs > li > a:hover,
    .mlt-content .nav-tabs > li > a:focus {
        border-right: none;
        border-top: none;
        border-left: none;
        background: transparent
    }

.mlt-content .nav-tabs > li.active > a,
.mlt-content .nav-tabs > li.active > a:focus,
.mlt-content .nav-tabs > li.active > a:hover {
    border-bottom: 2px solid #2196f3;
    color: #2196f3;
    background: none;
}

.termsLabel {
    margin-bottom: 5px;
    margin-top: 15px;
}

.lt-register-btn {
    background: #2196f3;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 12px 65px 12px 50px;
    line-height: normal;
    font-size: 16px;
    position: relative;
    margin-top: 35px;
}

    .lt-register-btn:hover,
    .lt-register-btn:focus {
        color: #fff;
        background: #88bee7;
    }

    .lt-register-btn i {
        position: absolute;
        right: 15px;
    }
/* Media Queries*/

@media(max-width:768px) {
    body {
        padding-top: 15px;
    }

    .mlt-content {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}
