.navbar-brand1 {
    height: auto !important;
    padding: 0 !important;
    margin: 5px 0px 5px 0px;
    float: left;
}

.navbar-brand2 {
    height: auto !important;
    padding: 0 !important;
    margin: 5px 0px 5px 0px;
    float: right;
}

header {
    background: #fafafa;
    width: 100%;
    float: left;
}

.nav-color {
    background: #186499;
    color: #fff;
}

.resp-hed1 {
    width: 50% !important;
    float: left;
}

.resp-hed2 {
    width: 50% !important;
    float: right;
}

.login-button {
    padding: 7px 25px;
    background: #2383c5;
    border: none;
    border-radius: 6px;
    margin: 5px;
    color: #ffffff;
}



.head-well {
    background: #115280 !important;
    color: #fff !important;
    padding: 15px 10px !important;
    border: none !important;
    border-radius: 0px !important;
    font-size: 24px !important;
    margin-bottom: 0px !important;
}

.news-box {
    list-style: none;
    padding: 15px 15px !important;
    background: #e2e2e2;
    color: #000;
}

    .news-box li a {
        font-size: 16px;
        color: #000;
    }

.top-footer {
    margin-top: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-menu {
    padding: 6px 0px;
    text-align: center;
}

.f-menu {
    color: #105280;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 16px;
}

.dash {
    color: #105280;
}

.bottom-footer {
    background: #2383c5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-menu-bottom {
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 5px;
}

    .footer-menu-bottom p {
        margin: 0 auto;
    }

.btn-cus {
    color: #fff !important;
    background-color: #186499 !important;
    border-color: #186499;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #186499;
}

.err p {
    font-size: 16px;
    color: #ff0505;
}

.close-cross {
    color: #fff !important;
}

.modal-content {
    margin-top: 20%;
}

@media only screen and (max-width: 600px) {
    .navbar-brand1 img {
        width: 100% !important;
    }

    .navbar-brand2 img {
        width: 100% !important;
    }
}


/* dashboard--------- */

.Headingh4 {
    border-bottom: 2px solid black;
    padding: 0 0 12px 0;
    font-size: 24px;
    font-weight: bold;
}

.chatbot-btn {
    background: #2383c5;
    color: #fff;
    border: none;
    padding: 20px;
    font-size: 18px;
    width: 100%;
    min-height: 145px;
    float: left;
}

.chatbot-btn-blank {
    background: #cccccc;
    color: #fff;
    border: none;
    padding: 60px;
    font-size: 18px;
    width: 100%;
}

.chatbot-btn-Arch {
    background: #757575;
    color: #fff;
    border: none;
    padding: 20px;
    font-size: 18px;
    width: 100%;
    min-height: 145px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 90%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgb(0 0 0 / 52%);
    margin-left: 5%;
}

.icon1 {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: #2483c5 !important;
    padding: 0 10px;
}

.icon2 {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: #19b179 !important;
    padding: 0 10px;
}

.icon3 {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: #fb1919 !important;
    padding: 0 10px;
}

.icon4 {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: #ffffff !important;
    padding: 0 10px;
}

.icon5 {
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 10px;
}

.fa-user:hover {
    color: #eee;
}

.tools-btn:hover .overlay {
    opacity: 1;
}

.tools-btn {
    padding: 0px;
    margin-bottom: 15px;
}


.icon1, .icon2, .icon3, i {
    font-size: 24px;
}

.icon5 p {
    color: #ffffff !important;
}


.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

    .no-flexer, .progress-indicator.stacked {
        display: block
    }

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1
}

.progress-indicator {
    margin: 0 0 1em;
    padding: 15px 20px;
    font-size: 70%;
    text-transform: uppercase
}

    .progress-indicator > li {
        list-style: none;
        text-align: center;
        width: auto;
        padding: 0;
        margin: 0;
        position: relative;
        text-overflow: ellipsis;
        color: #bbb;
        display: block;
        font-size: 18px;
        font-weight: bold;
    }

        .progress-indicator > li:hover {
            color: #6f6f6f
        }

        .progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
            /*color: #65d074;*/
            color: #009619;
        }

        .progress-indicator > li .bubble {
            border-radius: 1000px;
            width: 30px;
            height: 30px;
            background-color: #bbb;
            display: block;
            margin: 0 auto .5em;
            border-bottom: 1px solid #888
        }

            .progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
                display: block;
                position: absolute;
                top: 9px;
                width: 100%;
                height: 10px;
                content: '';
                background-color: #bbb
            }

        .progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
            background-color: #65d074;
            border-color: #247830
        }

        .progress-indicator > li .bubble:before {
            left: 0
        }

        .progress-indicator > li .bubble:after {
            right: 0
        }

        .progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
            width: 50%;
        }


.button-icon {
    box-shadow: 2px 2px 5px #9a9898;
    border-radius: 6px;
}

.disabled-icon img {
    filter: grayscale(100%);
}

.box-1 {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 6px;
    min-height: 340px;
}

    .box-1 i {
        font-size: 28px;
        padding: 0 5px 0 20px;
        color: red;
    }

.box-2 {
    background: #b2c5d3;
    padding: 20px;
    border-radius: 6px;
    /*min-height: 340px;*/
}

.Headingh5 {
    border-bottom: 2px solid black;
    padding: 0 0 12px 0;
    font-size: 18px;
    font-weight: bold;
}

.show-hide {
    display: none;
}

.back-button {
    padding: 10px 30px;
    background: #f26c4f;
    border: none;
    border-radius: 6px;
    margin: 5px;
    color: #ffffff;
    float: left;
}

.next-button {
    padding: 10px 30px;
    background: #2383c5;
    border: none;
    border-radius: 6px;
    margin: 5px;
    color: #ffffff;
    float: right;
}

.select-platform {
    background: #b2c5d3;
    padding: 15px;
    border-radius: 6px;
}

.button-icon-2 {
    background: #ffffff;
    border-radius: 6px;
}

.box-left {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 6px;
    min-height: 312px;
}

.new-bot-form label {
    float: right !important;
    font-weight: bold;
}

.new-bot-form input {
    width: 90%;
    background: #dadada;
    border: 1px solid #b5b5b5;
    padding: 5px;
}

.new-bot-form-right label {
    float: right !important;
    font-weight: bold;
}

.new-bot-form-right input, select {
    width: 90%;
    background: #ffffff;
    border: 1px solid #b5b5b5;
    padding: 5px;
}


.manual-icon i {
    font-size: 28px;
    padding: 0 5px 0 20px;
    color: red;
}

.connect-button {
    padding: 8px 30px;
    background: #2383c5;
    border: none;
    border-radius: 6px;
    color: #ffffff;
}

.connect-button-disabled {
    padding: 8px 30px;
    background: #e8e8e8;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    pointer-events: none;
}

.connection {
    background: #e8e8e8;
    padding: 15px;
    text-align: center;
    border-radius: 6px;
}

.featured-slide {
    background: #f2f2f2;
    padding: 15px;
    border-radius: 6px;
}

.F-list-button {
    padding: 7px 25px;
    background: #2383c5;
    border: none;
    border-radius: 6px;
    color: #ffffff;
}

    .F-list-button:hover {
        background: #176499;
    }

.featured-section {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    min-height: 312px;
}

.add-button {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 5px;
}

.plus-button {
    background: #29a501;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 5px;
    color: #ffffff
}

.del-button {
    background: #ef0b0b;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 5px;
    color: #ffffff;
}

.feature-bot-form input {
    width: 90%;
    background: #ffffff;
    border: 1px solid #b5b5b5;
    padding: 5px;
}

.ft-slide {
    background: #cccccc;
    padding: 15px;
    border-radius: 6px;
}

.F-s-list-button {
    padding: 7px 25px;
    background: #9c9a9a;
    border: none;
    border-radius: 6px;
    color: #ffffff;
}

.reviewform label {
    float: left !important;
}

.rev-box-left {
    background: #c5dafb;
    padding: 20px;
    border-radius: 6px;
}

.thank-green {
    color: #187b30;
}

@import url("https://fonts.googleapis.com/css?family=Rubik:500,700|Roboto:400,600");

.section-padding {
    padding: 45px 0;
}

.form-control,
.form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

    .form-control::-moz-placeholder,
    .form-group .form-control::-moz-placeholder {
        color: #BDBDBD;
        font-weight: 400
    }

    .form-control:-ms-input-placeholder,
    .form-group .form-control:-ms-input-placeholder {
        color: #BDBDBD;
        font-weight: 400
    }

    .form-control::-webkit-input-placeholder,
    .form-group .form-control::-webkit-input-placeholder {
        color: #BDBDBD;
        font-weight: 400
    }

    .form-control[disabled],
    .form-control[readonly],
    .form-group .form-control[disabled],
    .form-group .form-control[readonly],
    fieldset[disabled] .form-control,
    fieldset[disabled] .form-group .form-control {
        background-color: rgba(0, 0, 0, 0)
    }

    .form-control[disabled],
    .form-group .form-control[disabled],
    fieldset[disabled] .form-control,
    fieldset[disabled] .form-group .form-control {
        background-image: none;
        border-bottom: 1px dotted #D2D2D2
    }

.form-group {
    position: relative
}

    .form-group.label-floating label.control-label,
    .form-group.label-placeholder label.control-label,
    .form-group.label-static label.control-label {
        position: absolute;
        pointer-events: none;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        transition: .3s ease all
    }

    .form-group.label-floating label.control-label {
        will-change: left, top, contents
    }

    .form-group.label-placeholder:not(.is-empty) label.control-label {
        display: none
    }

    .form-group .help-block {
        position: absolute;
        display: none
    }

    .form-group.is-focused .form-control {
        outline: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
        background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
        -webkit-background-size: 100% 2px, 100% 1px;
        background-size: 100% 2px, 100% 1px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s
    }

        .form-group.is-focused .form-control .material-input:after {
            background-color: #009688
        }

    .form-group.is-focused label,
    .form-group.is-focused label.control-label {
        color: #009688
    }

    .form-group.is-focused.label-placeholder label,
    .form-group.is-focused.label-placeholder label.control-label {
        color: #BDBDBD
    }

    .form-group.is-focused .help-block {
        display: block
    }

    .form-group.has-warning .form-control {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .form-group.has-warning.is-focused .form-control {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5722), to(#ff5722)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
        background-image: -webkit-linear-gradient(#ff5722, #ff5722), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: -o-linear-gradient(#ff5722, #ff5722), -o-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#D2D2D2, #D2D2D2)
    }

    .form-group.has-warning .help-block,
    .form-group.has-warning label.control-label {
        color: #ff5722
    }

    .form-group.has-error .form-control {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .form-group.has-error .help-block,
    .form-group.has-error label.control-label {
        color: #f44336
    }

    .form-group.has-success .form-control {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .form-group.has-success.is-focused .form-control {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#4caf50)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
        background-image: -webkit-linear-gradient(#4caf50, #4caf50), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: -o-linear-gradient(#4caf50, #4caf50), -o-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2)
    }

    .form-group.has-success .help-block,
    .form-group.has-success label.control-label {
        color: #4caf50
    }

    .form-group.has-info .form-control {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .form-group.has-info.is-focused .form-control {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#03a9f4), to(#03a9f4)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
        background-image: -webkit-linear-gradient(#03a9f4, #03a9f4), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: -o-linear-gradient(#03a9f4, #03a9f4), -o-linear-gradient(#D2D2D2, #D2D2D2);
        background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#D2D2D2, #D2D2D2)
    }

    .form-group.has-info .help-block,
    .form-group.has-info label.control-label {
        color: #03a9f4
    }

    .form-group textarea {
        resize: none
    }

        .form-group textarea ~ .form-control-highlight {
            margin-top: -11px
        }

    /*.form-group select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }*/

        .form-group select ~ .material-input:after {
            display: none
        }

.form-control {
    margin-bottom: 7px
}

    .form-control::-moz-placeholder {
        font-size: 16px;
        line-height: 1.42857143;
        color: #BDBDBD;
        font-weight: 400
    }

    .form-control:-ms-input-placeholder {
        font-size: 16px;
        line-height: 1.42857143;
        color: #BDBDBD;
        font-weight: 400
    }

    .form-control::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 1.42857143;
        color: #BDBDBD;
        font-weight: 400
    }


label.control-label {
    font-size: 12px;
    line-height: 1.07142857;
    font-weight: 400;
    margin: 16px 0 0 0
}

.help-block {
    margin-top: 0;
    font-size: 12px
}

.form-group {
    padding-bottom: 7px;
    margin: 28px 0 0 0
}

    .form-group .form-control {
        margin-bottom: 7px
    }

        .form-group .form-control::-moz-placeholder {
            font-size: 16px;
            line-height: 1.42857143;
            color: #BDBDBD;
            font-weight: 400
        }

        .form-group .form-control:-ms-input-placeholder {
            font-size: 16px;
            line-height: 1.42857143;
            color: #BDBDBD;
            font-weight: 400
        }

        .form-group .form-control::-webkit-input-placeholder {
            font-size: 16px;
            line-height: 1.42857143;
            color: #BDBDBD;
            font-weight: 400
        }



    .form-group label.control-label {
        font-size: 12px;
        line-height: 1.07142857;
        font-weight: 400;
        margin: 16px 0 0 0
    }

    .form-group .help-block {
        margin-top: 0;
        font-size: 12px
    }

    .form-group.label-floating label.control-label,
    .form-group.label-placeholder label.control-label {
        top: -7px;
        font-size: 16px;
        line-height: 1.42857143
    }

    .form-group.label-floating.is-focused label.control-label,
    .form-group.label-floating:not(.is-empty) label.control-label,
    .form-group.label-static label.control-label {
        top: -30px;
        left: 0;
        font-size: 12px;
        line-height: 1.07142857
    }

    .form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
        top: -30px;
        left: 0;
        font-size: 12px;
        line-height: 1.07142857
    }

    .form-group.form-group-sm {
        padding-bottom: 3px;
        margin: 21px 0 0 0
    }

        .form-group.form-group-sm .form-control {
            margin-bottom: 3px
        }

            .form-group.form-group-sm .form-control::-moz-placeholder {
                font-size: 11px;
                line-height: 1.5;
                color: #BDBDBD;
                font-weight: 400
            }

            .form-group.form-group-sm .form-control:-ms-input-placeholder {
                font-size: 11px;
                line-height: 1.5;
                color: #BDBDBD;
                font-weight: 400
            }

            .form-group.form-group-sm .form-control::-webkit-input-placeholder {
                font-size: 11px;
                line-height: 1.5;
                color: #BDBDBD;
                font-weight: 400
            }

        .form-group.form-group-sm .checkbox label,
        .form-group.form-group-sm .radio label,
        .form-group.form-group-sm label {
            font-size: 11px;
            line-height: 1.5;
            color: #BDBDBD;
            font-weight: 400
        }

            .form-group.form-group-sm label.control-label {
                font-size: 9px;
                line-height: 1.125;
                font-weight: 400;
                margin: 16px 0 0 0
            }

        .form-group.form-group-sm .help-block {
            margin-top: 0;
            font-size: 9px
        }

        .form-group.form-group-sm.label-floating label.control-label,
        .form-group.form-group-sm.label-placeholder label.control-label {
            top: -11px;
            font-size: 11px;
            line-height: 1.5
        }

        .form-group.form-group-sm.label-floating.is-focused label.control-label,
        .form-group.form-group-sm.label-floating:not(.is-empty) label.control-label,
        .form-group.form-group-sm.label-static label.control-label {
            top: -25px;
            left: 0;
            font-size: 9px;
            line-height: 1.125
        }

        .form-group.form-group-sm.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
            top: -25px;
            left: 0;
            font-size: 9px;
            line-height: 1.125
        }

    .form-group.form-group-lg {
        padding-bottom: 9px;
        margin: 30px 0 0 0
    }

        .form-group.form-group-lg .form-control {
            margin-bottom: 9px
        }

            .form-group.form-group-lg .form-control::-moz-placeholder {
                font-size: 18px;
                line-height: 1.3333333;
                color: #BDBDBD;
                font-weight: 400
            }

            .form-group.form-group-lg .form-control:-ms-input-placeholder {
                font-size: 18px;
                line-height: 1.3333333;
                color: #BDBDBD;
                font-weight: 400
            }

            .form-group.form-group-lg .form-control::-webkit-input-placeholder {
                font-size: 18px;
                line-height: 1.3333333;
                color: #BDBDBD;
                font-weight: 400
            }

        .form-group.form-group-lg .checkbox label,
        .form-group.form-group-lg .radio label,
        .form-group.form-group-lg label {
            font-size: 18px;
            line-height: 1.3333333;
            color: #BDBDBD;
            font-weight: 400
        }

            .form-group.form-group-lg label.control-label {
                font-size: 14px;
                line-height: .99999998;
                font-weight: 400;
                margin: 16px 0 0 0
            }

        .form-group.form-group-lg .help-block {
            margin-top: 0;
            font-size: 14px
        }

        .form-group.form-group-lg.label-floating label.control-label,
        .form-group.form-group-lg.label-placeholder label.control-label {
            top: -5px;
            font-size: 18px;
            line-height: 1.3333333
        }

        .form-group.form-group-lg.label-floating.is-focused label.control-label,
        .form-group.form-group-lg.label-floating:not(.is-empty) label.control-label,
        .form-group.form-group-lg.label-static label.control-label {
            top: -32px;
            left: 0;
            font-size: 14px;
            line-height: .99999998
        }

        .form-group.form-group-lg.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
            top: -32px;
            left: 0;
            font-size: 14px;
            line-height: .99999998
        }

select.form-control {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.form-group.is-focused select.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #D2D2D2
}

    .form-group.is-focused select.form-control[multiple],
    select.form-control[multiple] {
        height: 85px
    }

.input-group-btn .btn {
    margin: 0 0 7px 0
}

.form-group.form-group-sm .input-group-btn .btn {
    margin: 0 0 3px 0
}

.form-group.form-group-lg .input-group-btn .btn {
    margin: 0 0 9px 0
}

.input-group .input-group-btn {
    padding: 0 12px
}

.input-group .input-group-addon {
    border: 0;
    background: 0 0
}

.form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.contact-widget-section .single-contact-widget {
    background: #f9f9f9;
    padding: 20px 25px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
    height: 260px;
    margin-top: 25px;
    transition: all 0.3s ease-in-out
}

    .contact-widget-section .single-contact-widget i {
        font-size: 75px
    }

    .contact-widget-section .single-contact-widget h3 {
        font-size: 20px;
        color: #333;
        font-weight: 700;
        padding-bottom: 10px
    }

    .contact-widget-section .single-contact-widget p {
        line-height: 16px
    }

    .contact-widget-section .single-contact-widget:hover {
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.46);
        cursor: pointer;
        transition: all 0.3s ease-in-out
    }

#contactForm {
    margin-top: -10px
}

    #contactForm .form-group label.control-label {
        color: #8c8c8c
    }

    #contactForm .form-control {
        font-weight: 500;
        height: auto
    }

.custom-file-label-1 {
    padding: 4px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.tab-content {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}



body {
    font-family: "Lato", sans-serif;
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
}

html {
    overflow-x: hidden;
    height: 100%;
    box-sizing: border-box;
}

.header {
    z-index: 9;
}


/*new design form fixed header*/
/*.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 102px;
    }*/

input[type=checkbox] {
    width: 13%;
    float: none;
    /* box-sizing: border-box; */
    /* padding: 0; */
}

.new-bot-form-right label {
    float: none !important;
    font-weight: bold;
}