.message span {
    color: #000;
    padding: 5px 10px;
    border: 1px solid red;
    border-radius: 10px;
    background-color: #ffe1e1;
    display: inline-block;
    width: 100%;
}

.text-danger-custom {
    color: #dc3545;
}

#er-message span {
    padding: 5px 10px;
    border: 1px solid red;
    border-radius: 10px;
    background-color: #ffe1e1;
    display: inline-block;
    width: 100%;
}

.message.success span {
    color: #197182;
    padding: 5px 10px;
    border: 1px solid #197182;
    border-radius: 10px;
    background-color: #cceef3a1!important;
    display: inline-block;
    width: 100%;
}


/* 24-06-2022  */

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}


/*body {background-color: #99c9cd;}*/

ul li {
    list-style: none;
}

.home-header #login-menu .navbar-brand img {
    max-width: 365px;
}

.home-header .navbar-brand img {
    max-width: 160px;
    /* width: 100%; */
    width: 160px;
}

.navbar-brand img:last-child {
    margin-right: 0;
}

#login-menu li a.dropdown-toggle {
    font-size: 25px;
    font-weight: 300;
    margin-top: -40px;
}

.home-header header .navbar-light .navbar-nav .nav-item:last-child .nav-link {
    border: 0 !important;
}

header .navbar-light .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
    padding-right: 0;
}

.text-white:hover,
.text-white {
    color: #fff!important;
}

.contact-form {
    position: relative;
    background-color: white;
    border-radius: 4px;
    margin: 80px auto;
    padding: 38px 48px;
}

.login-form {
    max-width: 466px;
    width: 100%;
}

.otp-form {
    max-width: 490px;
    width: 100%;
}

.contact-form h1 {
    font-size: 38px;
    color: #24303F;
    line-height: 115%;
    margin-bottom: 8px;
    font-weight: bold;
}

.contact-form p {
    font-size: 16px;
    color: #24303f;
    margin-bottom: 20px;
}

.contact-form p a {
    color: #457379;
}

.contact-form .form-group {
    position: relative;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    max-width: 383px;
    width: 100%;
    height: 36px !important;
    background-color: #F8F4F7;
    border-radius: 100px;
    box-shadow: none;
    position: relative;
    padding: 5px 30px;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-form input::placeholder {
    font-size: 15px;
    color: #898989;
}

.contact-form input:focus {
    background-color: initial;
}

.contact-form .pass i,
.password-area .pass img,
.contact-form .pass img {
    cursor: pointer;
    position: absolute;
    right: 16px;
    font-size: 23px;
    color: #959595;
    top: 6px;
    width: 24px;
    height: 24px
}

.login-form .custom-checkbox {
    margin-left: 5px;
    color: #24303F;
}

.login-form .custom-checkbox .custom-control-label {
    padding-left: 30px;
    position: relative;
}

.contact-form .custom-checkbox .custom-control-label::before {
    width: 18px;
    height: 18px;
    border: 1px solid #24303f;
    border-radius: 100%;
    background: white;
}

.contact-form .custom-checkbox .custom-control-label::after {
    width: 18px;
    height: 18px;
    background-image: url('../images/tick-img-white_oldd.png') !important;
    background-size: cover;
    display: none;
}

.contact-form .custom-checkbox input[type="checkbox"]:checked~.custom-control-label::after {
    display: inline;
}

.contact-form .forgot-link {
    margin-right: 28px;
    color: #24303F;
}

.contact-form input[type="submit"],
.contactus-form input[type="submit"] {
    padding: 4px 33px;
    border-radius: 50px;
    color: #fff;
    font-size: 21px;
    background: #45747a;
    width: 200px;
    height: 42px !important;
    margin-top: 36px;
}

.signup-form {
    max-width: 552px;
    width: 100%;
}

.signup-form input {
    width: 100%;
    height: 37px !important;
    background-color: #F6F6F6;
    border-radius: 4px;
    box-shadow: none;
    border: none;
}

.signup-form .form-group {
    margin-bottom: 22px;
}

.custom-control-label a {
    color: #457379;
}

.text-navy {
    color: #24303f;
}


/*.signup-form .custom-control-label::before,
.signup-form .custom-control-label::after {left: -10%;}  */

.signup-form input:focus {
    background-color: #F6F6F6;
}

.signup-form input[type="submit"] {
    background-color: #45747a;
}

.signup-form input[type="submit"] {
    background-color: #45747a;
}

.special-services-text .card .collapse {
    color: #24303f;
}

.special-services-text .card .collapse a {
    color: #45747a;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #cccccc !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#forgotForm {
    margin: 150px 0;
}

@media(max-width: 991px) {
    .list-business header .navbar-light .navbar-nav .nav-link.social-link {
        margin-right: 10px !important;
        margin-top: 10px;
    }
    #sidebar {
        max-height: 100%;
    }
    /*.navbar-collapse {
    background: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 20%);
    border-radius: 0px 0 20px 20px !important;
    overflow: hidden;
}*/
}

@media (max-width:767px) {
    .login-form input[type="text"],
    .login-form input[type="password"] {
        max-width: 100%;
    }
}

@media (max-width:575px) {
    .contact-form h1 {
        font-size: 24px;
    }
    .contact-form p {
        font-size: 14px;
    }
    .contact-form {
        margin: 50px 10px;
        padding: 25px 15px;
    }
    .login-form .custom-checkbox {
        margin-left: 0;
        font-size: 14px;
        padding-left: 0
    }
    .contact-form .forgot-link {
        margin-right: 0;
        font-size: 14px;
    }
}

.digit-group input:focus,
.digit-group input {
    width: 36px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    color: #45474a;
    margin: 0 10px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%), inset 2px 2px 3px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2)!important;
    border: 1px solid rgba(0, 0, 0, 0.2)!important;
}

@media (max-width:991px) {
    header {
        position: inherit!important;
    }
}

.contact-form .close {
    position: absolute;
    width: 54px;
    right: -18px;
    top: -18px;
    opacity: 1;
}

@media (max-width:575px) {
    .contact-form .close {
        position: absolute;
        width: 30px;
        right: -7px;
        top: -10px;
        opacity: 1;
    }
    #login-menu li a.dropdown-toggle {
        font-size: 18px;
        font-weight: 300;
        margin-top: -20px;
    }
}

.login-form .form-control:focus {
    background-color: #F8F4F7
}

.password-area .pass img {
    right: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #24303f;
    padding: 0 10px;
    height: 100%;
    align-items: center;
    display: flex;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
}

.hidden {
    display: none;
}


/* .git-form {
    margin-bottom: 60px;
} */

.git-form h1 {
    font-size: 30px;
    color: #45747a;
    font-weight: 600;
    margin-bottom: 40px;
}

.git-form input[type="text"] {
    border-radius: 0;
    max-width: 100%;
    height: 43px !important;
    background-color: #f7f7f7;
    border: 0.5px solid #cccccc;
    color: #24303F;
    font-size: 18px;
}

.git-form input[type="submit"] {
    border-radius: 5px;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
}

.git-form textarea {
    height: 43px;
    border-radius: 0;
    font-size: 19px;
    width: 100%;
    display: inline-table;
    resize: none;
    overflow: hidden;
    padding: 7px 30px;
    background-color: #f7f7f7;
    border: 0.5px solid #cccccc;
    color: #24303F;
    font-size: 18px;
}

.git-form input[type="text"]::placeholder,
.git-form textarea::placeholder {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #898989;
}

.navbar-brand img {
    height: 41px;
}

.laptop-video-wrap {
    text-align: center;
    max-width: 788px;
    margin: auto;
    position: relative;
}

.laptop-video-wrap img {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 100%;
}

.cs-video {
    /* position: absolute;
    top: 20px;
    width: 437px;
    left: 0;
    right: 0;
    height: 275px;
    margin: 0 70px; */
    background: #000;
    position: absolute;
    top: 24px;
    height: 86%;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 600px;
    z-index: 5;
}

 /* ADDED ON 18-07-2022 */
.contactus-form {
    position: relative;
    margin: 80px auto;
    padding: 38px 48px;
}


.swal2-icon.swal2-success .swal2-success-ring{border: 0.25em solid #45747a !important;}
.swal2-icon.swal2-success [class^=swal2-success-line]{background-color: #45747a !important;}
.swal2-title{color: #45747a !important;}
.swal2-styled.swal2-confirm{background-color: #65afb5 !important;}
#inlineFormInputGroup{background-color: #ffffff !important;}

