.main_heading p {
    color: #343434 !important;
    font-family: "Poppins-Medium";
    font-size: 14px !important;
}
label.remember_container {
    color: #8A8A8A;
    font-family: "Poppins-Medium";
}
section.signup-sec {
    padding-top: 108px;
    padding-bottom: 70px;
    background: #F1F7FE;
}

.sign-in-this {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* height: 817px; */
}

img.img-fluid.sign-img {
    width: 100%;
}

.sign-btn {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 14px;
}

.signin-btn {
    margin-right: 10px;
}

.main_heading p {
    font-size: 13px;
    margin-bottom: 0;
}

label {
    color: #272727;
    font-family: "GTWalsheimPro-Regular";
    font-size: 13px;
}

.main_heading {
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-top: 130px;
    border-bottom: 1px solid #E6E6E6;
}
.sign-form {
    padding-top: 16px;
}

::placeholder {
    color: #8A8A8A;
    font-family: "GTWalsheimPro-Medium";
    font-size: 13px;
}

select#inputGender {
    font-size: 13px;
    color: #8A8A8A;
    font-family: "GTWalsheimPro-Medium";
}

.form-control {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    border-color: #C5C5C5 !important;
    background-color: transparent !important;
}

.sign-box {
    background: #FFFFFF;
    padding: 28px 34px 238px 34px;
    width: 100%;
    height: 100%;
}
.sub-btm .btn {
    width: 100%;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #008cca, #0081c2, #0076ba, #006cb2, #0061a9, #0065ad, #006ab1, #006eb5, #0082c6, #0097d4, #00abe1, #00c0ed);
    font-size: 13px;
    border: transparent;
    padding: 11px;
}

.sign-img-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    /* display: flex; */
    padding: 36px 40px;
}

.signup-img {
    position: relative;
}

.sign-up-text-heading h5 {
    color: #FFFEFC;
}

.sign-up-text-heading h4 {
    color: #FFFEFC;
}

.sign-up-text p {
    color: #FFFEFC;
    font-size: 13px;
}

.sign-up-text {
    overflow-y: scroll;
    height: 116px;
}

.sign-socail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.socail-img {
    margin: 0 7px;
}

.sign-connect {
    color: #FFFEFC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.border-left {
    width: 92px;
    border-top: 1px solid #E6E6E6 !important;
    /* background: aqua; */
    margin-right: 14px;
}

.border-right {
    width: 92px;
    border-top: 1px solid #E6E6E6 !important;
    /* background: aqua; */
    margin-left: 14px;
}

.sign-up-text::-webkit-scrollbar {
    display: none;
}

.form-control:focus {
    color: #464a4c;
    background-color: transparent !important;
    border-color: transparent !important;
    outline: 0;
}

section.signup-sec .slick-dotted.slick-slider {
    margin-bottom: 30px !important;
}

.slick-dots li.slick-active button:before {
    color: #FFFFFF !important;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.about-web-header .slick-dots {
    bottom: 25px !important;
    right: -8px
}

.slick-dots li.slick-active button:before {
    color: #88B379;
}

.slick-dots li button:before {
    opacity: 1 !important;
    color: #c5c5c5;
}

.slick-dots li:before {
    border: 0px !important;
    font-size: 12px !important;
}

.slick-dots li button:before {
    color: #FFFFFF !important;
}

.slick-dots li {
    width: 15px !important;
    margin: 0 !important;
}

@media (max-width:768px) {
    .signin-btn .btn {
        font-size: 13px;
        width: 134px;
    }

    .signup-btn .btn {
        width: 122px;
        font-size: 12px;
    }

    .border-left {
        width: 67px;
    }

    .border-right {
        width: 68px;
    }

    .border-text {
        font-size: 10px;
    }

    .sign-box {
        background: #FFFFFF;
        padding: 30px 34px 62px 34px;
        width: 100%;
    }

    .main_heading {
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-top: 42px;
    }
}

@media (max-width:580px) {
    .sign-in-this {
        height: auto !important;
    }

    .signup-btn .btn {
        width: 100px;
        font-size: 12px;
    }

    .signin-btn .btn {
        font-size: 12px;
        width: 100px;
    }

    .sign-box {
        background: #FFFFFF;
        padding: 28px 34px 40px 34px;
        width: 100%;
    }
    .slick-next:before {
        content: '' !important;
    }
}

.form-rowsss {
    display: flex;
    justify-content: space-between;
}
.forget a{
    color: #0362A8;
    text-decoration: underline;
}
/* custom radio */
.remember_container {
    position: relative;
    padding-left: 40px;
}

.remember_container span.checkmark {
    background: transparent;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 1px;
    border: 1px solid #01539D;
}

.remember_container input:checked~span.checkmark {
    background: linear-gradient(to right, #008cca, #0081c2, #0076ba, #006cb2, #0061a9, #0065ad, #006ab1, #006eb5, #0082c6, #0097d4, #00abe1, #00c0ed);
    border: 0;
}
.main_heading p {
    color: #343434;
    font-family: "Poppins-Medium";
    font-size: 14px;
}