/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 18, 2021, 4:04:50 PM
    Author     : admin
*/

::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
    width: 3px;
    border: none;
    background: transparent;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner,
::-webkit-resizer {
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    height: 100px;
    background-color: #e2e2e2;
}

::-webkit-scrollbar-track {
    /* background-image: url("https://i.imgur.com/GvV1R30.png"); */
    background-color: #f8f9fa;
    background-repeat: repeat-y;
    background-size: contain;
}

.ui-widget-content {
    z-index: 99999999 !important;
    border: 1px solid #e2e2e2 !important;
    background: #fff !important;
    color: #3d3d3d;
    border-radius: 0 0 10px 10px;
}

.ui-menu-item-wrapper {
    color: #3d3d3d !important;
    font-size: 0.875em !important;
    line-height: 1.5 !important;
    padding: 8px 16px !important;
}

.ui-menu-item-wrapper:hover {
    color: #3d3d3d !important;
    font-size: 0.875em !important;
    line-height: 1.5 !important;
    background-color: #e9f1f3 !important;
    border: 0px !important;
    outline: none !important;
}

.ui-state-active {
    color: #3d3d3d !important;
    font-size: 0.875em !important;
    line-height: 1.5 !important;
    background: #e9f1f3 !important;
    border: 0px !important;
    font-weight: normal !important;
    outline: none !important;
}

.ui-menu-item-wrapper.ui-state-active {
    color: #3d3d3d !important;
    font-size: 0.875em !important;
    line-height: 1.5 !important;
    background: #e9f1f3 !important;
    border: 0px !important;
    outline: none !important;
}


.rstext {
    font-family: 'Clear Sans';
    font-size: 4.375em;
    font-weight: bold;
    line-height: 1.14;
    color: var(--text-black);
}
#basic-addon2 {
    background-color: #e42255;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    padding: 0 20px;
    border: none;
}
@media(max-width:768px) {
    .rstext {
        font-size: 3.75em;
    }
}

@media(max-width:576px) {
    .rstext {
        font-size: 2.75em;
        padding: 0px 12px;
    }
}

.rhq-text {
    font-family: 'Clear Sans';
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    color: #87909a;
}

.rmt-32 {
    margin-top: 32px;
}

.rpt151 {
    padding-top: 151px;
}

.rbg-gray {
    background: var(--background-gray);
}

.rbr-gray {
    border: 1px solid #ced8e2 !important;
}

.rcard-edu {
    padding: 72px 48px;
    border-radius: 10px;
    min-height: 402px;
    font-size: 20px;
    line-height: 1.5;
}

input:focus {
    outline: none !important;
    border: 1px solid #008cac !important;
    box-shadow: 0 0 10px #008cac !important;
}

.hlmt151 {
    margin-top: 60px;
}

.help-center-banner {
    background: url("../images/help_center/help_center_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.rhlpb-heading {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: normal;
    color: var(--white);
}

.popular-heading {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.3;
    color: var(--text-black);
    margin-top: 30px;
}

.rtopic-card {
    border: 1px solid #ced8e2;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
}

.Questions-section .accd_wrap,
.section-syllbus .accd_wrap {

    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 20px 20px 20px 48px;
    width: 100%;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s;
    position: relative;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    border: 1px solid #d3cfcf;
    border-radius: 5px;
}

.accd_wrap .accordion {
    padding: 0 0 !important
}

.accd_wrap .panel {
    border-bottom: 0px;
}

.help-center-banner input.form-control {
    border-radius: 5px;
    backdrop-filter: blur(30px);
    border: solid 1px var(--borger-gray);
    line-height: 1.6;
    font-size: 14px;
    color: #87909a;
    font-weight: 400;
    min-height: 41px;
    border-left: 0;
}

#basic-addon1.input-group-text {
    background-color: #fff !important;
}

.rtopic-card:hover {
    box-shadow: 0 5px 15px 0 rgba(206, 216, 226, 0.3);
    background-color: var(--white);
    /* margin-top: -5px; old*/
    border: 1px solid #008cac;
}

.topic-card-hd {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--text-black);
}

.topic-card-txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--text-black);
    text-align: center;
    min-height: 85px;
}

.rform-banner {
    margin-top: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgb(206 216 226 / 30%);
}

/* .recacta_sec {
    padding-bottom: 170px;
} */

.recacta_sec {
    background: url(../images/bottom-dark-bg.png) center center/cover no-repeat;
    background-position: top;
    background-size: 100% 40%;
    position: relative;
}

textarea.form-control,
select.form-control {
    font-size: 14px;
    font-weight: normal;
    color: #87909a;
}

.help-icon {
    background: url(../images/help-center.png);
    background-repeat: no-repeat;
    background-position: left 24px center;
    padding-left: 56px;
}

/* .Questions-section .accordion {

    background-color: #f6f8fa;
}

.Questions-section .accordion:hover {

    background-color: #f6f8fa;
} */

.Questions-section .panel {
    background-color: #f6f8fa;
}

.mob-number {
    background: url(../images/mobile.png);
    background-repeat: no-repeat;
    background-position: left 24px center;
    padding-left: 56px !important;
}

.email-icon {
    background: url(../images/mail.png);
    background-repeat: no-repeat;
    background-position: left 24px center;
    padding-left: 56px !important;
}

span#basic-addon2 {
    padding: 0 40px !important;
}

a.br_title {
    text-decoration: none !important;
}

input.form-control {
    backdrop-filter: none !important;
}

.rget-head-txt {
    color: #3d3d3d;
    font-weight: bold;
}

@media(max-width:580px) {
    .hlmt151 {
        margin-top: 52px;
    }

    .rget-head-txt {
        color: #3d3d3d;
        text-align: center;
    }

    .input-group-prepend {
        margin-right: -8px;
    }

    .rpt-72 {
        padding-top: 24px !important;
    }

    .rpb {
        padding-bottom: 24 !important;
    }

    .popular-heading {
        font-size: 15px;
    }

    .rtopic-card .topic-card-hd {
        font-size: 15px;
        padding-top: 16px !important;
    }

    /* .rtopic-card {
        border: 1px solid #ced8e2;
        border-radius: 5px;
        padding: 48px !important;
        text-align: center !important;
    } */
    .rtopic-card {
        border: 1px solid #ced8e2;
        border-radius: 5px;
        padding: 10px 8px !important;
        text-align: center !important;
        min-height: 150px;
    }

    .heading-syllus {
        font-size: 16px;
        line-height: 38px;
        color: var(--text-black);
        margin-bottom: 12px;
        text-align: center;
    }

    .Questions-section .accordion .module-text {
        font-size: 16px;
    }

    .rctahead {
        font-size: 16px;
    }

    .rcon-bg .btn.red-next {
        margin-top: 20px !important;
    }

    .rcon-bg .popular-heading {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 16px;
    }

    .Questions-section p {
        font-size: 12px;
    }

    .Questions-section .accordion {
        padding: 16px 0px;
    }

    .popular-section.pb-5.zmrc {
        padding-bottom: 24px !important;
    }

    .topic-card-txt {
        font-size: 12px;
        padding-top: 12px !important;
        text-align: center;
        display: none;
    }

    .help-center-banner {
        padding-top: 72px !important;
    }

    .zmrc {
        margin-top: 24px;
    }

    .rhlpb-heading {
        font-size: 24px;
    }

    .help-center-banner .input-group {
        max-width: 95% !important;
        margin: 0 auto;
    }

    .input-group-text {
        border: 0px !important;
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}