﻿.unlist {
    list-style-type: none;
    padding: 2% 5%;
}
.back-padding{
    padding-left:6%;
}
.text-topmargin {
    margin-top: 3%;
}

.head-padding-left {
    padding-left: 3%;
}
.absolute-position {
    height: 39px;
    position: absolute;
    xtop: 1px;
}
.demoVideo {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.flagfaq {
    width: 3vw;
    max-width: 35px;
    cursor: pointer;
}
.faqflag {
    display: block !important;
}
.settings-padding {
    padding-left: 4%;
}
.lis {
    text-align: left;
    color: #4579BD;
    border-bottom: solid 1px #e0dbda;
    font-size: 21px;
    padding: 10px 0;
    display:flex;
}

    .lis a {
        color: #4579BD;
        width: 100%;
    }
    .lis.active {
        xcolor: lightgreen;
    }
.head {
    font-size: 35px;
}

.heading-breadcrumb h3.heading-breadcrumb h2.heading-top {
    color: #4579BD;
    font-size: 35px;
    display: inline-block;
}
.inp4 {
    padding: 0 20px;
    /* float: right; */
    width: 35%;
    height: 40px;
    background-color: #F5F6FA;
    border-radius: 50px;
    position: absolute;
    top: 3%;
    right: 6%;
    z-index: 1;
}
.inp5 {
    background-color: #F5F6FA;
    border: none;
    font-size: 20px;
    position: relative;
    top: 10%;
    left: 5%;
}
.content-size {
    font-size: 17px;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 0px;
    color: #4579BD;
}
.text12 {
    font-size: 18px;
    color: #4579BD;
}

.msg {
    width: 100%;
}
.default-lock-text {
    display: flex;
    margin-bottom: -16px;
    font-size: 11px;
    color: #4579BD;
}

.default-disabled-text {
    margin-bottom: 1.489572989%;
    font-size: 12px;
    color: #e0dbda;
}

.sucess-text {
    margin-bottom: 1.489572989%;
    font-size: 12px;
    color: green;
}

.password-check-image {
    height: 14px;
    margin-right: 10px;
}
.error-text {
    margin-bottom: 1.489572989%;
    font-size: 12px;
    color: red;
}
.btn-container {
    position: absolute;
    left: 30%;
    right: 0;
    bottom: 0;
    width: 42.66764923%;
}
.but {
    color: white;
    font-size: 17px;
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 50px;
}

.no-border {
    border: none;
}
.button5 {
    background-color: #4579BD;
}
.reset {
    padding-top: 2%;
    margin-left: 30%;
    height: 100%;
    width: 42.66764923%;
}
.forgot {
    color: #4579BD;
    font-size: 15px;
    margin-bottom: 0px;
}

.btnn {
    margin-top: 14%;
}
.faq-q {
    font-weight:700;
}
.faq-a {
    color: #8A8A8D;
}
.faq-a > span {
    font-weight:700;
}
/*-------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
    .reset {
        width: 100%;
        margin-left: 0%;
        height: auto;
    }

    .btn-container {
        left: auto;
        width: 87%;
        right: auto;
    }

    .inp4 {
        width: unset;
        left: 6%;
        right: 6%;
    }

    .lang {
        padding-top: 15%;
    }

    .inp5 {
        font-size: 18px;
    }

    .lis {
        font-size: 18px;
    }
}
@media (min-width: 1400px) {
    .heading-breadcrumb h2.heading-top {
        font-size: 36px;
    }

    .lis {
        font-size: 22px;
    }

    .inp4 {
        padding: 1% 3%;
        height: 45px;
    }

    .content-size {
        font-size: 18px;
    }
}
@media (min-width: 1600px) {
    .heading-breadcrumb h2.heading-top {
        font-size: 41px;
    }

    .lis {
        font-size: 25px;
    }

    .inp4 {
        padding: 1% 3%;
        height: 50px;
    }

    .absolute-position {
        height: 50px;
        top: 3px;
    }

    .content-size {
        font-size: 20px;
    }
}
@media (min-width: 1920px) {
    .heading-breadcrumb h2.heading-top {
        font-size: 50px;
    }

    .lis {
        font-size: 30px;
    }

    .inp4 {
        padding: 1% 3%;
        height: 60px;
    }

    .absolute-position {
        height: 60px;
        top: 3px;
    }

    .content-size {
        font-size: 25px;
    }
}