@charset "utf-8";
/* CSS Document */
/*Header margin */
.clearBoth {
    clear: both;
}

body {
    margin-bottom: 0;
    padding-bottom: 2em !important;
}

header .navbar {
    min-height: 0px;
}

/*Height of Container Class*/
header .navbar > .container {
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header > h1 {
    color: #CD040B;
    font-size: 24px;
    margin: 0;
}


.input-custom {
    border: none;
    border-bottom: solid 1px #ccc;
    font-weight: bold;
    font-size: 14px;
    padding-top: 32px;
    outline: none;

}

input.input-custom:-ms-input-placeholder {
    border-bottom: solid 1px #ccc;
    color: #a9a9a9;
    padding-bottom: 5px;
}

input.input-custom:-ms-input-placeholder:focus {
    border-bottom: solid 1px #ccc;
    color: #a9a9a9;
    padding-bottom: 5px;
}

.input-custom:focus {
    border-color: #333;
    color: #333;
}

@media all and (-ms-high-contrast: none) {
    .input-custom {
        padding-bottom: 5px;
    }
}


.right-col-links > :last-child {
    padding-bottom: 24px;

}

.divider {
    border-left: 1px solid #CCCCCC;
}

.setting {
    margin-top: 40px;
    margin-bottom: 24px;
}

.foot {
    background-color: #f6f6f6;

}

.foot > h2 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0;
}

.foot > ul > li {
    padding-bottom: 8px;
}

ul {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 15px;
}


@media screen and (max-width: 767px) {
    .setting {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .divider {
        border-left: none;
        border-top: 1px solid #cccccc;
    }

    .btn-mobile {
        min-height: 55px !important;
        line-height: 53px !important;
    }

    header .navbar .navbar-header .navbar-brand {
        margin: 0;
    }

    footer.container p {
        font-size: 11px;
        margin: 0;
        padding: 0 6px;
    }

    .mobile-margin-top-10 {
        margin-top: 10px !important;
    }

    .btn-danger {
        position: relative;
    }

    .btn-danger::after, .btn-primary::after {
        position: absolute;
        right: 17px;
        top: 27px;
    }
}

@media (min-width: 768px) and (max-width: 2000px) {
    .btn-lg {
        width: auto !important;
        display: inline-block !important;
    }
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.mt-10 {
    margin-top: 10px;
}

.text-danger {
    color: #CD040B;
}

.display-block {
    display: block;
}

.pt-20 {
    padding-top: 20px;
}

#duo_iframe {
    width: 100%;
    min-width: 304px;
    max-width: 620px;
    height: 330px;
    border: none;
}

:-ms-input-placeholder.form-control {
    color: #999 !important;
}

@media (max-width: 480px)

.row > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
}

.fontstyle {
    font-family: NeueHaasGrotesk, Arial, Sans-Serif;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    header .navbar .navbar-header .navbar-brand {
        background-position: 10px center;
        height: 75px;
        margin: 0;
        padding: 0;
        width: 200px;
        margin-left: 0px;
        display: block;
    }
}

.borderclr {
    border-right: #fff !important;
    border-left: #fff !important;
}

.fontstylenew {
    font-family: NeueHaasGrotesk, Arial, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
}

.leftpan {
    display: inline-block;
    background-color: #f7f7f7;
    border-bottom: solid 20px #fff;
}

.headerfont {
    font-size: 24px;
    margin-bottom: 0px;
    float: left;
    font-family: NeueHaasGrotesk, Arial, Sans-Serif;
}
