﻿@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');

body {
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    background: url(../images/wbg.png);
    background-size: 10%;
}

h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0px;
    margin: 0px;
}

.hdr1 {
    position: relative;
    font-weight: 100;
    margin-bottom: 25px;
    display: inline-block;
}

    .hdr1:after {
        position: absolute;
        bottom: -22px;
        left: 0;
        right: 0;
        height: 5px;
        width: 100px;
        background: #696cff;
        content: '';
    }

    .hdr1:before {
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%;
        background: #e6e6e6;
        content: '';
    }

.inner .header {
    background: #ffffff;
    padding: 20px 0;
    box-shadow: 0 2px 3px #eee;
}



.inner .innerBanner {
    background-image: url(../images/banner-img-inner.jpg);
    min-height: 250px;
    background-size: 100%;
    background-position: center;
    position: relative;
}

    .inner .innerBanner:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        height: 100%;
        width: 100%;
        background: #4c0002;
        opacity: 0.5;
        z-index: 1;
    }

.inner .innerbody .innerContainer {
    margin-top: -100px;
    background: #fff;
    min-height: 600px;
    z-index: 99;
    position: relative;
    box-shadow: 0 3px 3px #eee;
    margin-bottom: 50px;
}

    .inner .innerbody .innerContainer .inc-Header {
        padding: 30px;
    }

    .inner .innerbody .innerContainer .inc-Body {
        padding: 30px;
    }

.sUserBox {
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 40px;
    transition: .2s;
    background: #ffffff;
    box-shadow: 0 0 3px #b1b1b1;
    border-radius: 5px;
    border: 1px solid #696cff;
    position: relative;
    z-index: 10;
}

    .sUserBox:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        height: 100%;
        width: 100%;
        /* background: #696cff;*/
        background: rgb(27 65 147 / 50%);
        opacity: 1;
        z-index: -1;
        transform: scale(0);
        transform-origin: center;
        transition: .3s
    }

    .sUserBox:hover:after {
        transform: scale(1);
    }

    .sUserBox .suImg {
        display: block;
        margin-bottom: 10px;
    }

        .sUserBox .suImg img {
        }

    .sUserBox label {
        color: #6b6eff;
        font-size: 1.5em;
        margin: 0;
    }

    .sUserBox:hover label {
        color: #fff;
    }

    .sUserBox p {
        margin: 15px 0;
        color: #333;
    }

    .sUserBox:hover p {
        color: #fff
    }

    .sUserBox a.suBtn {
        display: block;
        transition: .2s;
        color: #fff;
        text-decoration: none;
        background: #696cff;
        width: max-content;
        margin: auto;
        padding: 5px 30px;
        border-radius: 5px;
    }

        .sUserBox a.suBtn:hover {
            transform: scale(1.1)
        }

    .sUserBox:hover a.suBtn {
        background: #fff;
        color: #6b6eff
    }

.i3msCode {
    width: 500px;
    margin: auto;
    text-align: center;
    border: 1px solid #eee;
    padding: 20px 83px;
    ;
    box-shadow: 0 0 3px #eee;
    background: #948c8d;
    margin-top: 50px;
}

    .i3msCode h3 {
        color: #fff;
    }

    .i3msCode .form-control {
        height: 35px;
        border-radius: 4px;
        margin: 15px 0;
        background: #fff;
        border: 0;
    }

    .i3msCode .i3Btn {
        border: 0;
        color: #fff;
        font-size: 1.5em;
        background: #171918;
        padding: 5px 10px;
        text-decoration: none;
        transition: .2s
    }

        .i3msCode .i3Btn:hover {
            background: #fff;
            color: #000;
        }

.inner .innerbody .innerContainer .inc-Body .form-group {
    margin-bottom: 50px;
}

.inner .innerbody .innerContainer .inc-Footer {
    padding: 30px;
}

.inner .footer {
    background: #383bd9;
    padding: 15px 0;
    color: #fff;
}

    .inner .footer a {
      color: #c8e2ff;
    text-decoration: none;
    transition: .2s;
    }

        .inner .footer a:hover {
            opacity: 1;
        }

.form-group .custom-input {
    position: relative;
}

    .form-group .custom-input label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: #666;
        transition: 0.2s all;
        cursor: text;
        font-size: 1em;
        font-weight: 100;
    }

        .form-group .custom-input label > .mandatory {
            color: red;
            margin-left: 5px;
        }

.mandtext {
    color: red;
}

.form-group .custom-input .form-control {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    color: #111;
    border-radius: 0;
}

    .form-group .custom-input .form-control:invalid {
        outline: 0;
        color: #ddd;
        border-color: #7b7b7b;
    }

    .form-group .custom-input .form-control:focus,
    .form-group .custom-input .form-control:valid {
        border-color: #d45f4e;
    }

        .form-group .custom-input .form-control:focus ~ label,
        .form-group .custom-input .form-control:valid ~ label,
        .form-group .custom-input .form-control:disabled ~ label {
            font-size: 16px;
            top: -24px;
            color: #d45f4e;
        }

.mandatory {
    color: red;
    position: absolute;
    right: 0;
}

.colon {
    position: absolute;
    left: -10px;
    top: 6px;
}

.form-control::-webkit-file-upload-button {
    background: #931b1e;
    color: #fff;
    padding: 0 10px;
    margin-left: 0;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}

    .form-control::-webkit-file-upload-button:focus {
        outline: 0;
    }

    .form-control::-webkit-file-upload-button:hover {
        background: #751012;
    }

.dwnldLink {
    cursor: pointer;
    color: #333;
    font-size: 1.3em;
}

    .dwnldLink label {
        cursor: pointer
    }

.notify {
    text-align: center;
}

    .notify i {
        font-size: 6em;
        border: 1px solid #eee;
        border-radius: 100px;
        height: 120px;
        width: 120px;
        line-height: 1.2em;
        margin-bottom: 20px;
        color: rgb(95, 220, 124);
    }

    .notify h3 {
        color: #5fdc7c;
    }

    .notify h2 {
        background: #5fdc7c;
        display: inline-block;
        color: #fff;
        padding: 10px;
        margin: 30px 0;
    }

    .notify p {
        font-size: 1.2em
    }


@media(max-width:992px) {
}

.flex{display: flex;}

@media (max-width: 630px) {
    .i3msCode {
        width: 430px;
    }
 
}


@media(max-width:600px) {
   .col-md-4{-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;}
    }

@media (max-width:575px) {



    .inner .innerbody .innerContainer .inc-Body .form-group {
        margin-bottom: 0;
    }



    .form-group .custom-input {
        margin-bottom: 30px;
    }

    .hdr1 {
        margin-bottom: 20px;
        font-size: 1.5em;
    }

    .mandtext {
        display: block;
        float: none;
        margin: 10px 0;
    }

    .inner .innerBanner {
        min-height: 150px;
    }

    .colon {
        display: none;
    }

    .btn {
        margin: 1rem
    }

    .spacing-m {
        margin-top: 1rem
    }
}

@media (max-width: 480px) {
    .i3msCode {
        width: 380px;
    }
}

@media(max-width: 430px) {
    .i3msCode {
        width: 330px;
    }
}

@media (max-width: 375px) {
    .i3msCode {
        width: 280px;
    }

    .table {
        margin-top: 1rem;
    }
}

@media (max-width: 375px) {
    .i3msCode {
        width: 230px;
    }
}

/*************CSS added by Karishma***************/
.i3msCode span {
    padding-bottom: 1rem;
    color: white
}

.btn-brown {
    background: #931b1e;
    border: 0px;
    color: white;
}

    .btn-brown:hover {
        background: #b70d12;
        color: white;
    }

.btn-green {
    background: #056f35;
    color: white
}

    .btn-green:hover {
        background: #199a54;
        color: white
    }

#addToRow1 .fa-trash {
    color: red
}
