* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
}

body {
    background: #1b2d46;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
}

img {
    max-width: 100%;
    height: auto;
    outline: 0;
    border: none;
}

a {
    color: #2b18de;
    text-decoration: none;
}

    a:focus, a:hover {
        outline: 0;
        color: #ec6b0c;
    }

iframe {
    width: 100%;
    height: auto;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}

p {
    margin: 0 0 20px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.btn1:hover, .btn2:hover, .service-sec-inner {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.list-sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
}




.btn1 {
    color: #fff;
    text-shadow: none;
    padding: 12px 25px;
    letter-spacing: 1px;
    background: #ec6b0c;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0px 4px 4px rgba(0,0,0,.25);
    text-align: center;
    border: none;
}

    .btn1:hover, .btn1:focus {
        background: #2b18de;
        color: #fff;
    }

    .btn1 i {
        margin-right: 10px;
    }

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.space-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-form {
    background: #fff;
    border-radius: 5px;
    padding: 50px 25px 25px;
    border: 10px solid rgba(2, 2, 2, 0.25);
    box-shadow: 0 0 5px #000;
    margin-top: 80px;
}

.form-group {
    margin: 0 0 20px;
}

.login-form label, .create-account-sec label {
    font-weight: 500;
    color: #333;
    margin: 0 0 10px;
    font-size: 16px;
}

.login-form input {
    padding: 10px 15px;
}

.login-form .checkbox label {
    font-size: 12px;
    font-weight: normal;
}

.login-form a {
    font-weight: 500;
}

button[type="submit"] {
    margin: 0 0 20px;
    width: 100%;
}

.login-form h2 {
    margin: 0;
}

.logo img {
    margin: 0 0 50px;
    width: 200px;
}

.text-center {
    text-align: center;
}

.header-sec .logo img {
    margin: 0;
}

.header-sec {
    background: #efefef;
    padding: 15px 0;
}

.list-sec li {
    display: inline-block;
}

    .list-sec li a {
        padding: 7px 25px;
        color: #000;
        background: #efefef;
        display: block;
        border-radius: 5px;
    }

        .list-sec li a:hover, .list-sec li.active a {
            background: #ec6b0c;
            color: #fff;
        }

.list-sec {
    margin: 0 0 30px;
}

    .list-sec h3 {
        font-weight: 500;
        font-size: 16px;
    }

.multi-list-sec .list-sec li a {
    padding: 5px 15px;
    color: #000;
    background: #f6a801;
    display: block;
    border-radius: 5px;
    font-size: 12px;
}

.multi-list-sec {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 30px;
}

.custom-block {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0 0 5px #000;
    margin: 0 0 30px;
}

.create-account-sec button[type="submit"] {
    width: auto;
}

.heading {
    font-size: 22px;
    font-weight: 600;
}

.form-group label span {
    color: #f00;
}

.main {
    min-height: 400px;
    padding: 50px 0;
}

.form-control.error-msg {
    border: 1px solid #ff0c0c;
}

table.table {
    border: 1px solid #ccc;
}

    table.table th {
        background: #1b2d46;
        color: #fff;
    }

.seacrh-sec {
    display: flex;
}

    .seacrh-sec button[type="submit"] {
        width: auto;
        margin: 0;
        margin-left: 5px;
        padding: 4px 25px;
    }

    .seacrh-sec .form-group {
        margin: 0;
    }



/*custom css IMT*/
input[type="submit"] {
    margin: 0 0 20px;
    width: 100%;
}

.invalid-error {
    color: #dc3545;
}

.invalid-error-label {
    color: #dc3545;
    display: flex;
    justify-content: center
}

.create-account-sec input[type="submit"] {
    width: auto;
}

.mh70 {
    max-height: 70vh;
    overflow-y: auto;
}











/*=======================Start:Responsive=======================*/


@media (max-width: 1399px) {
}


@media (max-width: 1199px) {
    .multi-list-sec {
        flex-direction: column;
    }

    .list-sec {
        margin: 0 0 20px;
    }
}


@media (max-width: 991px) {
    body, .btn1 {
        font-size: 14px;
    }
    /* .service-sec-inner2 .space-between-center {align-items: start; flex-direction: column;} */
    .list-sec li a {
        padding: 4px 10px;
    }

    .seacrh-sec button[type="submit"] {
        padding: 4px 12px;
    }
}

@media (max-width: 767px) {
    br {
        display: none;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .list-sec li a, .multi-list-sec .list-sec li a {
        padding: 4px 5px;
    }


    .list-sec li a, .multi-list-sec .list-sec li a {
        margin: 0 0 5px;
        padding: 5px 15px;
        font-size: 14px;
    }

    .seacrh-sec {
        flex-direction: column;
    }

        .seacrh-sec button[type="submit"] {
            margin: 15px 5px 0 0;
        }

    .btn1 {
        padding: 10px 15px;
    }
}

@media (max-width: 575px) {
}

@media (max-width: 479px) {
}
