@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rammetto+One&display=swap');

p.CxSpMiddle span {
    font-size: 16px !important;
    line-height: normal !important;
    text-indent: 0pt !important;
    font-family: "Source Sans Pro", sans-serif !important;
}
.show-full p {
    font-size: 16px !important;
    line-height: normal !important;
    text-indent: 0pt !important;
    font-family: "Source Sans Pro", sans-serif !important;
    margin-bottom: 5px;
}
.WordSection2 span, .WordSection1 span {
    font-size: 16px !important;
    line-height: normal !important;
    text-indent: 0pt !important;
    font-family: "Source Sans Pro", sans-serif !important;
    background-color: #fffaf2 !important;
}
p.CxSpMiddle {
    text-indent: 0pt !important;
    line-height: normal !important;
    font-family: "Source Sans Pro", sans-serif !important;
}
.write-answer.comment-box p span {
    background-color: #fffaf2 !important;
    font-size: 16px !important;
    line-height: normal !important;
    text-indent: 0pt !important;
    font-family: "Source Sans Pro", sans-serif !important;
}
.community-banner .container {
    background-image: url("../../images/community/banner-1.webp");
    background-size: cover;
    background-position: center;
    min-height: 255px;
    padding: 4.5rem 0;
}
.community-banner {
    margin-top: 14rem; /* make it 15rem after added to the BE repo */
    margin-bottom: 0;
    text-align: center;
    background-color: #f5f5f5;
    padding-top: 2rem;
}
.community-banner h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.community-banner p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.community-one {
    /* margin: 3rem 0; */
    padding: 3rem 0;
    background-color: #f5f5f5;
}
.community-one .community-search {
    display: flex;
    justify-content: center;
    align-items: center;
}
.community-one .community-search input {
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #272727;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: normal;
    color: #949494;
    height: 41px;
    width: 33%;
    margin-right: 1rem;
    padding: 1rem;
}
.community-one .community-search input:focus,
.community-one .community-search input:focus-visible,
.community-one .community-search input:focus-within {
    outline: none;
    border: solid 1px #272727;
    background-color: #f5f5f5;
}
.community-one .community-search button {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #f79238;
    padding: 10px 35px;
    padding: 7px 51px;
    border: none;
    display: flex;
    align-items: center;
}
.community-one .community-search button:focus,
.community-one .community-search button:focus-visible,
.community-one .community-search button:focus-within {
    outline: none;
}
.community-one .community-search button img {
    margin-right: 0.5rem;
}
.community-categories {
    /* box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.16); */
    background-color: white;
    padding: 0 0 0.3rem;
}
.community-questions-row .col-md-3 .community-categories {
    position: sticky;
    top: 11rem; /*made a change here - 7/9*/
}
.community-questions-row .col-md-2 .questions-right-column {
    position: sticky;
    top: 11rem;
}
.community-categories .categories {
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.16);
    background-color: #e03a3e;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 8px 12px;
}
.community-categories .cat-names {
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    font-size: 15px;
    font-weight: normal;
    color: #131313;
    padding: 8px 12px;
    margin: 8px;
    display: flex;
    align-items: center;
}
.all-questions {

    background-color: #F5F5F5;
    padding: 0 0rem 1.5rem 0.4rem;
}
.community-one{
    background-color: #F5F5F5;
}
.community-questions-row {
    margin-top: 3rem;
}
.all-questions .questions-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
}
.all-questions .questions-flex h2 {
    font-size: 30px;
    font-weight: bold;
    color: #131313;
    margin: 0;
}
.all-questions .questions-flex select {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 4%);
    border: solid 1px #e5e5e5;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    padding: 4px;
    border-radius: 5px;
    background-color: #ffffff;
}
.all-questions .questions-flex select:focus,
.all-questions .questions-flex select:focus-visible,
.all-questions .questions-flex select:focus-within {
    outline: none;
}
.ask-question {
    /* padding-bottom: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #000; */
    border: 1px solid #e5e5e5;
    margin: 0.5rem 0;
    padding: 1.5rem 1rem;
    border-radius: 4px;
    box-shadow: 4px 2px 8px 4px rgb(0 0 0 / 6%);
    background-color: #ffffff;
}
.ask-question .profile-flex {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.ask-question .profile-flex h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 8px 0;
}
.ask-question .profile-flex p {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.ask-question .q_asked {
    font-size: 16px;
    font-weight: normal;
    color: #131313;
    margin-bottom: 8px;
    margin-top:10px;
}
.ask-question .q_tags {
    font-size: 16px;
    font-weight: normal;
    color: #131313;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    background-color: #e5e5e5;
    padding: 3px 20px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
}
.community-logo {
    max-width: 130px;
    width: 100%;
}
/*.tags-div,
.ask-question .comments {
    margin-left: 3rem;
}*/
.ask-question .comments {
    margin-top: 12px;
}
.ask-question .comments span {
    margin-right: 10px;
}
.ask-question .comments img {
    margin-right: 5px;
}
.ask-question .q_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ask-question .share-flex {
    display: flex;
    align-items: center;
}
.ask-question .share-flex p {
    margin: 0;
    font-size: 14px;
    color: #131313;
    margin-right: 6px;
}
.ask-question .share-flex img {
    margin-right: 6px;
}
.community-questions-row .col-md-3 {
    padding: 0 5px;
}
.community-questions-row .col-md-7 {
    padding: 0 15px 0 10px;
}
.community-questions-row .col-md-2 {
    padding: 0;
}
.ht-side-banner {
    text-align: center;
    margin-top: 1.5rem;
}
.ht-side-banner .q-yellow-title,
.ht-q-banner .ht-q-banner-mobile .q-yellow-title {
    font-size: 20px;
    font-weight: bold;
    color: #f5b803;
    margin-bottom: 5px;
    line-height: 1.3;
}
.ht-side-banner .q-white-title,
.ht-q-banner .ht-q-banner-mobile .q-white-title {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.ht-side-banner img {
    margin-bottom: 2rem;
}
.ht-q-banner .ht-q-banner-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1.5rem 1.3rem;
}
.ans-images {
    margin: 1rem 0 1rem 3rem;
}
.ans-images img {
    margin-right: 10px;
    max-width: 100%;
}
.community-questions-row .col-md-2 .community-categories .cat-names {
    font-size: 14px;
}
.community-questions-row .col-md-2 .community-categories .cat-names svg {
    margin-right: 5px;
}
.q-pagination {
    margin-top: 3rem;
}
.q-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.q-pagination ul .q-page-number {
    background: #e5e5e5;
    padding: 4px 11px;
    border-radius: 100%;
    font-weight: bold;
}
.q-pagination ul li {
     margin: 0 4px;
}
.modal-header {
    border-bottom: none;
}
#communityLogin,#communityLoginQNA .modal-body,
#enterOtp .modal-body,
#personalDetails .modal-body {
    padding: 2rem 6rem 5rem;
}
#communityLogin,#communityLoginQNA .modal-body h2,
#enterOtp .modal-body h2,
#personalDetails .modal-body h2 {
    font-size: 24px;
    font-weight: 600;
    color: #131313;
    margin-bottom: 0 0 15px;
}
/* #communityLogin, */
#communityLoginQNA .modal-body label,
#enterOtp .modal-body label,
#personalDetails .modal-body label,
#askQuestion .modal-body label {
    font-size: 18px;
    font-weight: 500;
    color: #f79238;
    margin: 0 0 8px;
}
/* #communityLogin, */
#communityLoginQNA .modal-body button,
#enterOtp .modal-body button,
.success-popup .modal-body button,
#personalDetails .modal-body button,
#askQuestion .modal-body button {
    border-radius: 5px;
    background-color: #f79238;
    border: none;
    width: 100%;
    margin: 1rem 0;
    padding: 6px 12px;
    font-size: 16px;
    color: #fff;
}
.success-popup .modal-header{
    border-bottom: none;
}
.iti input,
#enterOtp input,
#personalDetails input  {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: rgba(137, 137, 137, 0.5);
    border: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    padding: 6px;
}
.iti input:focus,
.iti input:focus-visible,
.iti input:focus-within,
#enterOtp input:focus,
#enterOtp input:focus-visible,
#enterOtp input:focus-within,
#personalDetails input:focus,
#personalDetails input:focus-visible,
#personalDetails input:focus-within,
#askQuestion select:focus,
#askQuestion select:focus-visible,
#askQuestion select:focus-within,
#askQuestion .modal-body button:focus-visible,
#askQuestion .modal-body button:focus,
#askQuestion .modal-body textarea:focus,
#askQuestion .modal-body textarea:focus-visible {
    outline: none;
}
.iti {
    width: 100%;
}
#enterOtp p {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
#enterOtp a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.success-popup h3 {
    font-size: 24px;
    font-weight: bold;
    color: #f79238;
    margin: 8px 0 5px;
}
.success-popup .modal-body {
    text-align: center;
    padding: 1rem 5rem 4rem;
}
.success-popup .modal-body button {
    margin-top: 10px;
}
.success-popup .modal-body p {
    margin-bottom: 5px;
}
#askQuestion .modal-body {
    padding: 0rem 2.5rem 2.5rem;
}
#askQuestion .modal-body select {
    width: 123px;
    margin-right: 15px;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    color: #949494;
    font-size: 16px;
    padding: 5px;
}
#askQuestion .modal-body textarea {
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    padding: 6px;
    width: 100%;
    resize: none;
    padding: 12px 14px;
    font-family: 'ProductSans', sans-serif;
    height: 134px;
}
.reply {
    margin: 1.5rem -7px 0 -7px;
}
.reply .attach {
    display: inline-block;
    padding: 8px 25px;
    border: solid 1.3px #e5e5e5;
    margin-left: -4px;
    cursor: pointer;
}
.reply .post-reply {
    display: inline-block;
    padding: 8px 25px;
    background-color: #f79238;
    border: solid 1.3px #e5e5e5;
    margin-left: -5px;
    border-top-right-radius: 6.3px;
    border-bottom-right-radius: 6.3px;
    cursor: pointer;
}
.reply input {
    border-radius: 6.3px;
    border: solid 1.3px #e5e5e5;
    background-color: #fff;
    padding: 8px 8px 9.5px;
    border-right: none;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 70%;
}
.reply input:focus,
.reply input:focus-visible {
    outline: none;
}
.iti__country-name {
    font-size: 13px;
}
.iti__country {
    padding: 5px 6px;
}
.iti__country-list {
    width: 402px;
}
.iti__flag {
    background-image: url("../intl-tel-input/build/img/flags.png");
}

.community-categories .active-cat {
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    background-color: #949494;
    color: #ffffff;
}
.community-categories .active-cat svg path {
    fill: #fff;
}
.community-categories .active-cat svg circle {
    fill: #fff;
}
.community-categories .active-filter-cat svg path {
    fill: #949494;
}
.community-categories .cat-names svg {
    margin-right: 5px;
}
.answer {
    margin-top: 12px;
}
.pending-approval {
    font-size: 14px;
    font-weight: bold;
    color: #e03a3e;
}
.write-answer {
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #e5e5e5;
    background-color: #fffaf2;
    margin-top: 2rem;
    padding: 1rem 0 2rem 1.5rem;
}
.write-answer .reply {
    margin: 1rem 0 1rem 0;
}
#askQuestion .select-categories .select-label {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    color: #131313;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select-dd {
    width: 57%;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #272727;
    background-color: #fff;
    padding: 8px 6px;
    margin-right: 10px;
}
#askQuestion .select-categories input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.select-cat {
    margin-left: 13px;
    margin-bottom: 5px;
}
.question-below-reply {
    border-top: none;
    padding-top: 0;
}
.answered {
    margin-left: 3rem;
    margin-top: 1.5rem;
}

.answered.comment-box.comments-after-view-more {
    margin-left:23px;
}

.hidediv{
    display: none;
}
p.CxSpMiddle {
    margin-left: 0 !important;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../intl-tel-input/build/img/flags.png");
    }
}
@media only screen and (max-width: 767px) {
    .answered.comment-box.comments-after-view-more {
        margin-left:8px;
    }
    #communityLogin,#communityLoginQNA .modal-body,
    #enterOtp .modal-body,
    #personalDetails .modal-body,
    .success-popup .modal-body {
        padding: 0 1.5rem 3rem;
    }
    #communityLogin,#communityLoginQNA .modal-body button {
        width: 100%;
    }
    .community-one .community-search {
        flex-direction: column;
    }
    #askQuestion .modal-body {
        padding: 0rem 2rem 5.5rem;
    }
    .modal-header .close {
        padding: 0.25rem 1rem 0rem;
    }
    #askQuestion .modal-body textarea {
        max-width: 100%;
    }
    .ask-question .profile-flex p {
        padding-left: 44px;
        margin-top: -5px;
    }
    .ask-question .profile-flex h3 {
        width:70%;
    }
    .q_asked p a {
        word-break: break-word;
    }
}
/* css added on 7/9 */
.community-search input {
    /* background-position-y: 12px;
    background-position-x: 7px;
    background-image: url(../images/community/search.png);
    background-repeat: no-repeat; */
    text-indent: 14px;
    /* background-size: 15px; */
}
.community-one .community-search {
    position: relative;
    margin-left: 6rem;
}
.community-search .search-close {
    position: absolute;
    left: 536px;
    top: 15px;
}
.community-search .search-q {
    position: absolute;
    left: 224px;
    top: 13px;
}
.community-search .search-q img {
    width: 15px;
}
.page-item.disabled .page-link,
.page-item .page-link {
    background-color: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
    padding: 4px 10px;
    border-radius: 100%;
    font-weight: bold;
    color: #000000 !important;
}
.page-item.active .page-link {
    background-color: #f79238 !important;
    border-color: #f79238 !important;
    padding: 4px 10px;
    border-radius: 100%;
    font-weight: bold;
    color: #ffffff !important;
}
.page-item.disabled .page-link {
    border-top-left-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
    color: #000000 !important;
}
.page-item:last-child .page-link {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
}
.page-item:first-child .page-link {
    border-top-left-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
}
.form-control,
input {
    color: #000000 !important;
}
.community-one .community-search {
    position: relative;
    margin-left: 6rem;
}
.community-search .search-close {
    position: absolute;
    left: 536px;
    top: 14px;
}
.community-search .search-q {
    position: absolute;
    left: 224px;
    top: 13px;
}
.community-search .search-q img {
    width: 15px;
}
.viewMoreComments {
    color: #000000;
    margin-left: 6rem;
    margin-top: 2rem;
    display: inline-block;
    text-decoration: underline;
}
.comments-box {
    position: relative;
}
.comments-box a {
    position: absolute;
    bottom: -42px;
}
/* for mobile */
.sidenav {
    width: 0;
}
/* .card,
.card-body, */
.card-header,
.questions-flex,
.questions-flex span,
.sidenav-heading,
.share-icon-mobile,
.ht-q-mobile-banner {
    display: none !important;
}
.questions-flex select:focus option:checked {
    background-color: #e03a3e;
}
.search-for-mobile {
    display: none;
}





/* mobile version */
@media only screen and (max-width: 767px) {
    .back-to-top-hide{
        display:none !important ;
    }

    .community-banner {
        display: none;
    }
    .community-one {
        margin: 13rem 0 2rem;
    }
    .community-one .community-search input {
        display: none;
    }
    .community-one .community-search {
        margin-left: 0;
        align-items: initial;
    }
    .community-one .community-search button {
        justify-content: center;
        border-radius: 0;
        padding: 12px 51px;
    }
    .community-questions-row .col-md-3,
    .community-questions-row .col-md-2,
    /* .all-questions .questions-flex h2, */
    .share-flex,
    .ht-q-banner {
        display: none !important;
    }

    .all-questions .questions-flex select {
        font-size: 14px;
        padding: 2px;
    }
    .sidenav {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 99999;
        bottom: 0;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0px;
    }
    .sidenav.active{
        height: 100%;
    }

    .sidenav a {
        /* padding: 8px 8px 8px 32px; */
        text-decoration: none;
        font-size: 15px;
        color: #131313;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #131313;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0px;
        right: 10px;
        font-size: 30px;
        margin-left: 0px;
    }
    .sidenav-heading p {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        margin: 0;
    }
    .sidenav-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.16);
        background-color: #e03a3e;
        padding: 12px;
    }
    .community-questions-row {
        margin-top: 0;
    }
    .community-categories {
        box-shadow: none;
        padding: 0;
    }
    .card {
        border: none;
    }
    .card-body {
        padding: 0 !important;
    }
    .card-header {
        padding: 6px 0 !important;
        border-bottom: none !important;
        background-color: #ffffff !important;
        display: block !important;
    }
    .card-header .btn-link {
        font-size: 14px;
        font-weight: bold;
        color: #f79238;
        padding: 3px 12px;
    }
    .card,
    .card-body,
    .questions-flex span,
    .sidenav-heading,
    .share-icon-mobile,
    .ht-q-mobile-banner {
        display: block;
    }
    .share-flex-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #shareOnMobile .modal-header {
        padding-bottom: 0;
        padding-top: 5px;
    }
    #shareOnMobile .modal-body {
        padding-top: 0;
        padding-bottom: 25px;
    }
    .share-flex-mobile p {
        margin: 0 6px 0 0;
        font-size: 18px;
    }
    .share-flex-mobile img {
        margin: 0 6px;
        width: 30px;
    }

    .ask-question .q_tags {
        padding: 3px 18px;
        margin-right: 4px;
        margin-top: 7px;
    }
    .ask-question {
        padding-bottom: 1.5rem;
        padding-top: 1.2rem;
    }
    .ans-images img {
        margin-right: 10px;
        /* width: 45%; */
    }
    .write-answer {
        padding: 1rem 0.5rem 2rem 0.5rem;
        box-shadow: none;
    }
    .reply {
        text-align: center;
    }
    .reply input {
        width: 72%;
        padding: 7px 8px 6px;
        font-size: 14px;
    }
    .reply .attach {
        padding: 9px 11px 6px;
        width: 13%;
    }
    .reply .post-reply {
        padding: 11px 11px 7px;
        width: 14%;
    }
    .reply .attach img,
    .reply .post-reply img {
        width: 18px;
    }
    .q-pagination ul {
        padding: 0;
    }
    .all-questions {
        box-shadow: none;
    }
    .search-for-mobile {
        display: block;
        position: absolute;
        right: 158px;
    }
    .search-for-mobile img {
        width: 15px;
    }
    .community-one .community-search .mobile-input {
        display: block;
        position: absolute;
        width: 94%;
        top: 0rem;
        z-index: 1;
        left: 9px;
    }
    .community-search .search-q {
        display: none;
        position: absolute;
        left: 20px;
        top: 13px;
        z-index: 1;
    }
    .community-search .search-close {
        display: none;
        position: absolute;
        left: auto;
        top: 13px;
        z-index: 1;
        right: 26px;
    }
    .card-header .btn-link::after {
        content: url("../../images/community/minus.svg");
        position: absolute;
        right: 15px;
        top: 12px;
    }
    .card-header .btn-link.collapsed::after {
        content: url("../../images/community/plus.svg");
        position: absolute;
        right: 15px;
        top: 12px;
    }
    .q-pagination {
        margin-top: 1.5rem;
    }
    .share-icon-mobile {
        padding: 10px 20px;
        display:block !important;
    }
    .community-search-for-mobile {

    }
}
.select-dd {
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    padding: 5px 6px 0px;
    position: relative;
    box-shadow: none;
    width: 64%;
}
.select-arrow {
    top: 13px;
    position: absolute;
    right: 8px;
    pointer-events: none;
}
.select-cat {
    margin-left: 8px;
    margin-bottom: 5px;
}
.select-arrow-rotate {
    transform: rotate(180deg);
}
.attach-file-q {
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    padding: 5px 12px;
    /* height: 39px; */
}
.attach-file-q img {
    width: 15px;
}
.all-questions .questions-flex {
    justify-content: flex-start;
}
.all-questions .questions-flex h2 {
    margin-right: 19rem;
}
.cat-names img {
    margin-right: 8px;
}
.community-categories a:hover {
    text-decoration: none;
}
.cat-names svg path {
    fill: #000000 !important;
}
.active-cat svg path {
    fill: #ffffff !important;
}
@media only screen and (max-width: 767px) {
    .select-dd {
        width: 50%;
    }
    .all-questions .questions-flex {
        justify-content: space-between;
    }
    .card .card-header button:hover {
        color: #f79238;
        text-decoration: none;
    }
}
.select-label {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 20px;
}

/* Hide the default checkbox */
input[type="checkbox"] {
    visibility: hidden;
}

/* Creating a custom checkbox
based on demand */
.checkmark {
    position: absolute;
    top: 5px;
    left: 4px;
    height: 15px;
    width: 15px;
    background-color: white;
    border: solid 1px #e5e5e5;
}

/* Specify the background color to be
shown when checkbox is active */
.select-label input:active ~ .checkmark {
    background-color: #f79238;
}

/* Specify the background color to be
shown when checkbox is checked */
.select-label input:checked ~ .checkmark {
    background-color: #f79238;
}

/* Checkmark to be shown in checkbox */
/* It is not be shown when not checked */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.select-label input:checked ~ .checkmark:after {
    display: block;
}
.select-label .checkmark:after {
    left: 3.4px;
    bottom: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comment-section div.comment-box:nth-child(n + 2) {
    display: none;
}

/* .showhide {
    margin: 20px;
    color: #8d8d8d;
    font-size: 12px;
    display: flex;
    flex-direction: row;
}

.showhide:before,
.showhide:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
}
.showhide:before {
    margin-right: 10px;
}
.showhide:after {
    margin-left: 10px;
} */

/* css for category icons */
.cat-circle{
    height: 24px;
    width: 24px;
    background-color: #000000;
    border-radius: 50%;
    margin-right: 6px;
    text-align: center;
}
.cat-circle img{
    margin-top: 5px;
    width: 14px;
    margin-left: 5px;
}
.cat-circle .cat-all-image{
    margin-top: 6px !important;
}
.cat-circle-active{
    background-color: #ffffff;
}


/*********************************/
#sortingPopup .modal-header {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}
#sortingPopup .modal-header h4 {
    margin-bottom: 0;
    font-size: 20px;
}
#sortingPopup .modal-body {
    padding: 0;
}
#sortingPopup .modal-body .sorting-form .radio-style1 label {
    padding: 15px 45px 15px 15px;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer;
}
#sortingPopup .modal-body .sorting-form .radio-style1 label:hover{
    background-color: #f2f2f2;
}
#sortingPopup .modal-body .sorting-form .radio-style1 label input {
    position: absolute;
    right: 15px;
    top: 20px;
}
#sortingPopup .modal-body .sorting-form .radio-style1 label .text {
    font-size: 16px;
}
#sortingPopup .modal-body .sorting-form .radio-style1 label input:checked + .text {
    /* font-family: 'ProductSansBold' !important; */
}
#sortingPopup .modal-header .close {
    font-size: 36px;
    line-height: 36px;
    padding: 10px 15px;
}
.frame-img-w-content{
    padding: 10px 0;
}
.farme-content {
    font-size: 15px;
    line-height: 20px;
}
.mobile-action-nav ul li button .img-icon svg * {
    fill: #929291 !important;
}
.mobile-action-nav ul li button:hover .img-icon svg * {
    fill: #f79238 !important;
}

@media (max-width: 767px){
    a#back-to-top {
        margin-bottom: 73px;
    }
    .main-header-section {
        position: relative !important;
        top: 0;
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }
    .community-one {
        margin: 0 0 2rem !important;
    }
    .mobile-action {
        position: sticky;
        top: 0;
        z-index: 99999;
        background: #fff;
    }
    .mobile-action-nav {
        position: sticky;
        top: 0 !important;
        background: #F5F5F5;
        z-index: 9998;
    }
    .mobile-action-nav ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        padding: 0px;
        border-radius: 5px;
        margin-bottom: 10px;
        border: 1px solid #e5e5e5;
        box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
    }
    .mobile-action-nav ul li {
        width: 33.33%;
        text-align: center;
        position: relative;
        padding: 5px;
    }
    .mobile-action-nav ul li:not(:last-child):after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 2px;
        height: 16px;
        background: #929292;
        margin: auto;
        bottom: 0;
    }
    .mobile-action-nav ul li button {
        background: transparent;
        border: none;
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        cursor: pointer;
        justify-content: center;
        padding: 5px;
        border-radius: 5px;
        margin: auto;
    }
    .mobile-action-nav ul li button:hover,
    .mobile-action-nav ul li button:focus,
    .mobile-action-nav ul li button:active,
    .sorting-btn:hover, .sorting-btn:focus, .sorting-btn:active{
        border: none;
        outline: none;
        box-shadow: none;
    }
    .mobile-action-nav ul li button span {
        line-height: 24px;
        font-size: 16px;
        color: #949494;
        font-weight: bold;
    }
    .mobile-action-nav ul li button .img-icon {
        width: 24px;
        height: 24px;
        /* background: #929291; */
        padding: 2px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 3px;
    }
    .mobile-action-nav ul li button:hover .img-icon {
        /* background: #f79238; */
    }
    .mobile-action-nav ul li button:hover span {
        color: #f79238;
    }
    /* .mobile-action-nav ul li button:hover {
        background: #e03a3e;
    } */
    .mobile-action-nav ul li button img {
        width: 16px;
        filter: brightness(0.6);
    }
    .recent-sorting {
        margin-bottom: 10px;
    }
    .recent-sort {
        padding: 8px 80px 8px 15px;
        background: #fff;
        margin-bottom: 10px;
        border: 1px solid #e5e5e5;
        box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
        border-radius: 5px;
        font-size: 16px;
        position: relative;
        line-height: 28px;
    }
    .sorting-btn {
        background: transparent;
        border: none;
        position: absolute;
        right: 10px;
        top: 0;
        width: 60px;
        padding: 8px;
        cursor: pointer;
        color: #f79238;
        font-weight: 700;
        font-size: 16px;
    }
    .ask-ques-btn {
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        border: 1px solid #e5e5e5;
        box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
        padding: 7px 15px;
        width: 100%;
        align-items: center;
        border-radius: 10px;
        cursor: pointer;
        outline: none !important;
    }
    .ask-ques-btn img{
        width: 28px;
        margin-right: 10px;
    }
    .ask-ques-btn span{
        font-size: 16px;
        color: #929292;
    }
    .all-questions .questions-flex h2 {
        margin-right: 0;
        text-align: center;
        font-size: 20px;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
        /* font-family: 'ProductSansBold' !important; */
    }
    .all-questions.qustion-list-mobile {
        overflow: hidden;
        }
    .mobile-action-nav ul li button.flter-btn img {
        /* width: 10px !important; */
        width: 14px !important;
    }
    .mobile-action-nav ul li button.search-btn img {
        width: 18px;
    }
    .mobile-action-nav ul li button.flter-btn svg{
        width: 16px;
        height: 16px;
    }
    .modal-content{
        width:99%;
    }

    .community-one .community-search .mobile-input {
        display: block;
        position: absolute;
        width: 100%;
        top: -107px;
        z-index: 1;
        left: 0px;
        border: 1px solid #e2e2e2;
        padding: 5px 25px 5px 25px;
        height: 47px;
        background: #fff;
        box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
    }

    .community-search .search-q {
        left: 15px;
        top: -89px;
    }
    .community-search .search-close {
        top: -89px;
        right: 20px;
    }

    .community-one {
        /* margin: 3rem 0; */
        padding: 1rem 0 3rem;
    }
}

@media (max-width: 479px){
    .ask-ques-btn img {
        margin-right: 5px;
    }
    .ask-ques-btn span {
        font-size: 16px;
    }
    .ask-ques-btn{
        padding: 10px;
    }
}

.sorting-form form {
    margin-bottom: 0px;
}

.community-search-wrapper{
    z-index: 999;
    position: relative;
}

.fixed-btm-nav {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    left: 0;
    background-color: #fff;
}
.myaccount-btn {
    background: #f79238;
    width: 100%;
    border-radius: 0 !important;
    color: #ffff;
    font-size:  16px;
    outline: none !important;
    box-shadow: none !important;
}
.myaccount-btn span{
    position: relative;
    padding-right: 15px;
}
.myaccount-btn span:after{
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    transform: rotate(-135deg);
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out 500ms;
}
.myaccount-btn.active span:after{
    transform: rotate(45deg);
    top: 0;
}
.myaccount-btn img {
    width: 22px;
    margin-right: 5px;
}
.myaccount-menu-wrapper {
    width: 100% !important;
}
.myaccount-menu-wrapper .community-categories{
    box-shadow: none;
    padding: 10px;
}
.myaccount-menu-wrapper .community-categories .cat-names{
    cursor: pointer;
}

.myaccount-menu-wrapper .cat-circle-image {
    width: 12px;
    /* margin-left: 6px; */
}
@media (max-width: 767px){
    body {
        padding-bottom: 105px !important;
    }
}

.myaccount-menu-wrapper ul {
    padding-left: 0;
    list-style: none;
}
.myaccount-menu-wrapper > ul {
    margin: 15px 0;
}
.myaccount-menu-wrapper ul li {
    border: solid 1px #e5e5e5;
}
.myaccount-menu-wrapper ul li a {
    background-color: #f5f5f5;
    font-size: 15px;
    font-weight: normal;
    color: #131313;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    transition: all ease-in-out 350ms;
}
.myaccount-menu-wrapper ul li a .icon-circle {
    height: 20px;
    width: 20px;
    background-color: #000000;
    border-radius: 50%;
    margin-right: 6px;
    text-align: center;
    transition: all ease-in-out 350ms;
    display: flex;
    align-items: center;
    justify-content: center;
}
.myaccount-menu-wrapper ul li a .icon-circle img{
    transition: all ease-in-out 350ms;
}
.myaccount-menu-wrapper > ul > li {
    margin: 3px 0;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}
.myaccount-menu-wrapper ul li ul.submenu{
    width: 100% !important;
}
.myaccount-menu-wrapper ul li.has-child{
    position: relative;
}
.myaccount-menu-wrapper ul li.has-child a{
    padding-right: 35px;
}
.submenu-btn {
    background: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
}
.submenu-btn:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.submenu-btn:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.myaccount-menu-wrapper ul li:hover .submenu-btn{
    border-color: #fff;
    transition: all ease-in-out 350ms;
}
.myaccount-menu-wrapper ul li:hover .submenu-btn:before,
.myaccount-menu-wrapper ul li:hover .submenu-btn:after {
    background-color: #fff;
    transition: all ease-in-out 350ms;
}
.submenu-btn.active:after{
    display: none;
}
.myaccount-menu-wrapper ul > li >ul.submenu li a {
    padding-left: 38px;
}
.myaccount-menu-wrapper ul li:hover > a {
    background-color: #949494;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 350ms;
}
.myaccount-menu-wrapper ul li:hover > a .icon-circle, .myaccount-menu-wrapper ul li.sub-list-active a .icon-circle{
    background-color: #fff;
    transition: all ease-in-out 350ms;
}
.myaccount-menu-wrapper ul li:hover > a .icon-circle img, .myaccount-menu-wrapper ul li.sub-list-active a .icon-circle img{
    filter: brightness(0.35);
}


.myaccount-menu-wrapper ul li.sub-list-active a{
    background-color: #949494;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 350ms;
}
.mobile-action-nav ul li button.dropdown-toggle {
    color: #929291;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: auto !important;
}
.mobile-action-nav ul li .dropdown-menu {
    padding: 0px !important;
    border: 2px solid #212121;
}
.mobile-action-nav ul li .dropdown-menu a.dropdown-item {
    padding: 3px 10px;
    color: #212121;
    font-weight: 600;
}
.mobile-action-nav ul li .dropdown-menu a.dropdown-item a.dropdown-item:hover {
    background: #e03a3e;
    color: #fff;
}
.mobile-action-nav ul li .dropdown-menu a.dropdown-item:hover,
.mobile-action-nav ul li .dropdown-menu a.dropdown-item:focus {
    color: #fff;
    background: #f79238;
}
.mobile-action-nav ul li button.dropdown-toggle::after {
    content: '';
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: #929291;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: 11px;
    position: absolute;
    transition: all ease-in-out 350ms;
}
.mobile-action-nav ul li.show button.dropdown-toggle::after {
    transform: rotate(225deg);
    top: 15px;
}

@media (max-width: 767px){
    section.community-one {
        z-index: 1031;
        position: relative;
    }
    .category-menu-header {
        padding: 15px 20px;
        box-shadow: 0px 3px 30px rgb(0 0 0 / 11%) !important;
        position: relative;
        z-index: 1;
    }
    .category-menu-header h4 {
        font-size: 18px;
        display: inline-block;
        padding: 0px 60px 0px 0px;
        width: 100%;
        margin-bottom: 0;
    }
    .category-menu-header a.closebtn {
        font-size: 18px;
        font-weight: 700;
        top: 2px;
        right: 15px;
        padding: 10px 5px;
        color: #f79238;
    }
    #mySidenav .card-body {
        padding: 15px 15px !important;
    }

    .community-search-wrapper{
        z-index: 99999;
        position: relative;
    }
    .qustion-list-mobile .questions-flex{
        display: block !important;
    }
    .search-result {
        top: -60px !important;
        left: 0 !important;
        width: 100% !important;
    }
    .community-one.active{
        z-index: 999919;
    }
}
.test-result-card {
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    padding: 20px 22px 25px;
    border-radius: 5px;
    max-width: 400px;
    margin: auto;
}
.test-result-title {
    font-size: 20px;
    color: #a6a6a6;
}
.btn-style1, .btn-style1:hover {
    background: #f79238;
    color: #fff;
    font-size: 20px;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
}
.btn-style2, .btn-style2:hover {
    background: #fff;
    color: #f79238;
    font-size: 20px;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
}
.heading-title{
    font-weight: 700;
    font-size: 20px;
}

.search-result{
    position: absolute;
    top: 45px;
    left: 216px;
    background: white;
    border-radius: 4px;
    width: 33%;
}

.search-result ul {
    list-style-type: none;
    padding-left: 0;
    margin: 10px 0;
}
.search-result ul li {
    padding: 3px 8px;
    line-height: 14px;
    font-size: 14px;
}
.search-result .cate {
    color: #000;
    cursor: pointer;
}
.community-search-for-mobile .dropdown-menu.show {
    min-width: 65%;
}
.mobile-action-nav ul li .dropdown-menu.show {
    right: 0 !important;
    left: inherit !important;
    transform: translate3d(0px, 40px, 0px) !important;
}
.search-result .ques {
    color: #7e7e7e;
    cursor: pointer;
}
.mobile-action-nav ul li:first-child button {
    /* margin: 0; */
}
.attach-field,
.added-file {
    padding-right: 46px;
    position: relative;
}

.attach-field  .add-more-files,
.added-file .remove-file {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    padding: 5px;
    cursor: pointer;
}
.attach-field  .add-more-files{
    background: green;
}
.added-file .remove-file {
    background: red;
}

.cross{
    position: absolute;
    right: 60px;
    cursor: pointer;
    top: 5px;
}

.any-paginator-container {
    margin: 0 auto;
    text-align: center;
    margin: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .any-paginator-btn {
    margin-right: 1px;
    white-space:  nowrap;
    display:      inline-block;
    min-width:    20px;
    text-align:   center;
    color:        black;
    cursor:       pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* padding: 1px 9px; */
    /* border: 1px #d6d6d6 solid !important; */
    border-radius: 50%;
    /* margin-left: 5px;
    margin-right: 5px; */
    background-color: #d6d6d6;
    width: 35px;
    height: 35px;
  }

  .any-paginator-prev, .any-paginator-next {
    font-weight: bolder;
    font-size: 18px;
    background-color: #cdcdcd;
    /* color: #000 !important; */
    padding: 0px 0px;
    margin: 0px 2px;
    width: 35px;
    height: 35px;
  }

  .any-paginator-num {
    /* border:       1px solid #204abe; */
  }

  .any-paginator-ellipsis {
    border:       1px solid white;
    color:        #888;
    cursor:       default;
  }

  .any-paginator-inactive {
    color:        #aaa;
  }

  .any-paginator-compact {
    margin-right: 1px;
    white-space:  nowrap;
    display:      inline-block;
    min-width:    20px;
    text-align:   center;
    color:        #333;
  }

  .noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Currently supported by
                                    Vivaldi, Opera, Chrome, Edge and Firefox */
  }


  .show-limited{
    height: auto;
    max-height: 108px;
    overflow:hidden;
    border-bottom: 5px solid #FFFAF2 !important;
  }

  .toggleRead{
    cursor: pointer;
    font-size: 15px;
    color: #F79238;
    /* margin: 10px 48px; */
    text-decoration: underline;
  }

  .read-comments {
    display: inline-block;
    width: 100%;
  }
  .read-comments .comment-triggered{
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 16px;
    padding: 10px 35px;
    padding: 7px 50px;
    margin: 20px auto 0 auto;
    width: 90%;
    color: #131313;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .comment-triggered:after {
    content: '';
    width: 8px;
    height: 8px;
    border-left: 1px solid #131313;
    border-bottom: 1px solid #131313;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 8px;
    top: -2px;
    position: relative;
  }
  .comment-triggered.active:after{
    transform: rotate(135deg);
    top: 2px;
  }

  /**********/
  .faq-pg{
    margin-top: 245px;
  }
  .faq-header{
    padding-top: 60px;
  }
  .faq-header .container{
    min-height: 152px;
    padding: 50px 0;
    background-color: #e03a3e;
  }
  @media(min-width: 1440px){
    .faq-header .container{
        max-width: 1319px;
    }
  }
  .faq-card-outer{
    padding: 40px 0 80px 0;
  }
  .faq-card-inner{
    padding: 60px 112px 60px 113px;
    box-shadow: 4px 4px 16px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
  }
  .faq-header-slider {
    max-width: 500px;
    margin: auto;
  }

  /*** Accordion Section Css ***/
  .faq-card-inner #faq .card {
    margin-bottom: 2px;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #000;
    border-radius: 0px;
  }
  .faq-card-inner #faq .card .accordion-header {
    border: 0;
    padding: 0;
    background: transparent;
    text-decoration: none;
  }
  .faq-card-inner #faq .card .accordion-header .btn-header-link:after {
    content: "";
    position: absolute;
    right: 10px;
    width: 20px;
    height: 12px;
    background: url(../../images/faq/down-arrow.webp) center no-repeat;
    top: 26px;
    background-size: contain;
    top: 26px;
    transform: rotate(180deg);
  }
  .faq-card-inner #faq .card .accordion-header .btn-header-link.collapsed {
    color: #131313;
    background: transparent;
  }
  .faq-card-inner #faq .card .accordion-header .btn-header-link.collapsed:after {
    transform: rotate(0deg);
  }
  .faq-card-inner #faq .card .collapsing {
  line-height: 24px;
  }
  .faq-card-inner #faq .card .collapse.show {
  line-height: 24px;
  color: #000;
  }
  .faq-card-inner {
    padding: 50px 50px 50px 50px;
    max-width: 1095px;
    margin: auto;
  }
  .faq-pg h2 {
    font-family: 'ProductSansBold', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #131313;
    margin-bottom: 40px;
  }
  .faq-card-inner h2 {
    margin-bottom: 20px;
  }
  .faq-card-inner #faq {
    max-width: 870px;
    margin: auto;
  }
  .faq-card-inner #faq .card .accordion-header .btn-header-link {
    color: #000;
    display: block;
    text-align: left;
    padding: 15px 30px 15px 0px;
    font-family: 'ProductSans', sans-serif;
    color: #131313;
    font-size: 22px;
    text-transform: none;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    font-weight: bold;
    text-decoration: none;
  }
  .faq-card-inner #faq .card .accordion-header .btn-header-link.collapsed {
    font-weight: normal;
    font-size: 20px;
  }
  .faq-card-inner #faq .accordion-body{
    padding: 0px 0 30px 0;
    color: #131313;
    font-size: 16px;
  }
  .accordion-body-content {
    border-radius: 5px;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #e5e5e5;
    background-color: #fffaf2;
    padding: 15px;
  }
  .accordion-body-content ul.double-column {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .accordion-body-content ul li {
    display: inline-block;
    width: 100%;
    padding: 3px 15px 3px 25px;
    font-size: 20px;
    font-family: 'ProductSans', sans-serif;
    line-height: 1.6;
    position: relative;
  }
  .accordion-body-content p{
    font-size: 20px !important;
    font-family: 'ProductSans', sans-serif;
    line-height: 30px;
  }
  .accordion-body-content ul.double-column li {
    width: 50%;
  }
  .accordion-body-content ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    flex-grow: 0;
    background-color: #e03a3e;
    display: block;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 14px;
  }
  .faq-header h2{
    font-size: 26px;
  }
  .faq-icon-blurb{
    text-align: center;
  }
  .faq-icon-blurb img {
    max-width: 60px !important;
    margin: auto;
  }
  .faq-icon-blurb h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'ProductSans', sans-serif;
    font-weight: normal;
    margin-bottom: 0;
  }
  .faq-icon-blurb figure {
    margin-bottom: 10px;
  }
  .faq-header-slider .owl-dots {
    text-align: center;
    margin-top: 14px
  }
  .faq-header-slider .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    display: inline-block;
    margin: 5px;
    border-radius: 10px;
  }
  .faq-header-slider .owl-dots button.owl-dot.active span {
    background: #fff;
  }
  .faq-img-link img {
    max-width: 500px;
    width: 100%;
    margin: auto;
    display: block;
  }
  .accordion-body-content table.table thead {
    background: #e03a3e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    }
.accordion-body-content table.table thead td {
    padding: 6px 10px;
}
.accordion-body-content table.table tbody td {
    background: #fff;
    padding: 6px 10px;
}
.accordion-body-content ul {
    padding-left: 0;
    margin-bottom: 0;
}
.faq-row .row {
    max-width: 745px;
    margin: auto;
}
.faq-row .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
.faq-header-slider .owl-nav {
    /* display: block !important; */
}
.faq-header-slider .owl-nav button span {
    color: transparent;
    position: relative;
    font-size: 0;
    width: 25px;
    height: 25px;
    display: block;
}
.faq-header-slider .owl-nav button {
    position: absolute;
    top: 20px;
    width: 25px;
    height: 25px;
}
.faq-header-slider .owl-nav button.owl-prev {
    left: -25px;
}
.faq-header-slider .owl-nav button.owl-next {
    right: -25px;
}
.faq-header-slider .owl-nav button span:after {
    content: '';
    width: 8px;
    height: 8px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
}
.faq-header-slider .owl-nav button.owl-next span:after {
    transform: rotate(135deg);
}
.faq-header-slider .owl-nav button.owl-prev span:after {
    transform: rotate(-45deg);
}
.faq-header-slider .owl-nav button, .faq-header-slider .owl-nav button:focus, .faq-header-slider .owl-nav button:hover {
    box-shadow: none;
    outline: none;
}
.faq-icon-blurb.active figure svg circle,
.faq-icon-blurb figure:hover svg circle {
    fill: #f79238;
    transition: all ease-in-out 200ms;
}
.faq-icon-blurb.active figure svg path,
.faq-icon-blurb figure:hover svg path {
    fill: #fff;
    transition: all ease-in-out 200ms;
}
/* #askQuestion .modal-dialog {
    max-width: 360px;
}
#askQuestion .modal-content {
    border-radius: 8px;
    -webkit-backdrop-filter: blur(50px);
    background-color: rgb(255 255 255);
}
#askQuestion .modal-content .modal-body {
    padding: 0px 15px;
}
#askQuestion .modal-body form label {
    font-size: 14px;
    font-family: 'ProductSansBold', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
#askQuestion {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.02);
} */

.check-faq {
    text-align: center;
    font-family: 'ProductSans', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #131313;
}
.check-faq strong {
    display: inline-block;
    width: 100%;
    font-family: 'ProductSansBold', sans-serif;
    font-weight: bold;
}
#askQuestion form {
    margin-bottom: 10px;
}
.faq-clickbtn {
    color: #fff !important;
    padding: 5px 28px 6px;
    border-radius: 5px;
    background-color: #f79238;
    /* font-family: 'ProductSansBold',sans-serif;
    font-weight: 600; */
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    min-width: 180px;
    border-radius: 5px;
}
.cat-filter-faq {
    text-align: center;
    padding-top: 20px;
}
.cat-filter-faq h5 {
    font-family: 'ProductSansBold', sans-serif;
    font-size: 16.2px;
    font-weight: bold;
    color: #131313;
    margin-bottom: 5px;
}
.cat-filter-faq p {
    font-family: 'ProductSans', sans-serif;
    font-size: 10px;
    max-width: 200px;
    display: inline-block;
    color: #131313;
    line-height: 14px;
    margin-bottom: 14px;
}
.faq-blurb-box figure {
    margin-bottom: 15px;
    min-height: 45px;
}
.faq-blurb-box figure img {
    max-height: 45px;
    max-width: 45px;
}
.faq-blurb-box h6 {
    font-family: 'ProductSans', sans-serif;
    font-size: 10px;
    color: #131313;
}
.faq-blurb-box {
    width: 25%;
    padding: 0px 5px;
}
.cat-filter-faq-icon-row {
    display: flex;
    max-width: 400px;
    margin: 0 auto 8px auto;
}
.view-all-faq-btn {
    padding: 4px 50px 4px 50px;
    border-radius: 3px;
    box-shadow: 0 2px 2.5px 0 rgb(0 0 0 / 25%);
    background-color: #e03a3e;
    display: inline-block !important;
    font-family: 'ProductSansBold', sans-serif;
    font-size: 11px !important;
    font-weight: bold;
    color: #fff !important;
    line-height: 14px;
}
.faq-back-btn a {
    font-family: 'ProductSans', sans-serif;
    font-size: 13px;
    color: #131313;
    display: flex;
    vertical-align: middle;
    align-items: center;
    line-height: 17px;
}
.faq-back-btn a span img{
        width: 8px;
        display: block;
}
.faq-back-btn a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.faq-back-btn .container {
    padding-left: 0;
    padding-top: 5px;
}
.faq-back-btn {
    padding: 0px 25px;
}
.faq-inner-pg-banner {
    min-height: 152px;
    padding: 30px 10px;
    background-color: #e03a3e;
}
.view-all-faq{
    border-radius: 5px;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 25%);
    background-color: #fff;
    font-family: 'ProductSansBold', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #e03a3e !important;
    min-width: 152px;
    padding: 7px 10px;
}
.faq-inner-pg-banner .faq-row {
    margin-bottom: 15px;
}
.faq-inner-pg-banner .faq-row .row {
    max-width: 485px;
}
.faq-inner-pg-banner .faq-row .row > div {
    padding: 5px;
}
.faq-inner-pg-banner .heading-text {
    display: inline-block;
    width: 100%;
}
.faq-inner-pg-banner .heading-text h3 {
    font-family: 'ProductSansBold', sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}
.faq-inner-pg-banner .heading-text p {
    font-family: 'ProductSans', sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
}

@media (max-width: 992px){
    .faq-icon-blurb h6 {
        font-size: 13px;
    }
}
  @media (max-width: 767px){
    .faq-pg{
        margin-top: 0px;
    }
    .accordion-body-content ul li{
        font-size: 13px;
        line-height: 20px;
        padding: 2px 0px 2px 20px;
    }
    .accordion-body-content ul li:before {
        width: 6px;
        height: 6px;
        top: 8px;
    }
    .faq-card-inner #faq .card .accordion-header .btn-header-link:after {
        width: 13px;
        height: 8px;
        top: 20px;
    }
    .faq-card-inner #faq .card .accordion-header .btn-header-link.collapsed:after {
        top: 17px;
    }
    .faq-card-inner #faq .card .accordion-header .btn-header-link,
    .faq-card-inner #faq .card .accordion-header .btn-header-link.collapsed {
        font-size: 13px;
        padding: 12px 30px 12px 0px;
    }
    .faq-pg h2,
    .faq-header h2{
        font-size: 16px;
        margin-bottom: 11px;
    }
    .faq-header {
        padding: 10px 25px 0px 25px;
    }
    .faq-header .container {
        /* padding: 20px 0 9px; */
        padding: 20px 0 30px;
    }
    .community-logo {
        width: 130px;
        max-width: 115%;
    }
    .accordion-body-content p {
        font-size: 13px !important;
        line-height: 21px;
    }
  }

  .loader {
    text-align: center;
  }
    .faq-card-inner {
        padding: 0;
        box-shadow: none;
    }
    .accordion-body-content ul.double-column li {
        width: 100%;
    }

    .modal-open-filter {
        overflow: hidden;
    }
    .faq-icon-blurb h6 {
        font-size: 10px;
        line-height: normal;
    }
    .faq-icon-desktop h6 {
        font-size: 16px;
    }
    .faq-header-slider {
        min-width: 285px;
        max-width: 350px;
    }
    .faq-card-outer {
        padding: 20px 10px;
    }
    .faq-icon-blurb img {
        max-width: 50px !important;
    }
    .faq-inner-pg-banner .heading-text h3 {
        font-size: 16.2px;
        margin-bottom: 5px;
    }
    .faq-inner-pg-banner .heading-text p {
        font-size: 10px;
        max-width: 170px;
        margin: auto;
    }
    .cat-filter-faq p {
        max-width: 170px;
    }
    .faq-inner-pg-banner .faq-row .row > div{
        display: block !important;
    }
    .faq-inner-pg-banner .faq-row .row {
        max-width: 360px;
    }
    .view-all-faq {
        font-size: 11px;
        line-height: 14px;
        min-width: 143px;
        padding: 4px 10px;
        border-radius: 3px;
    }
    .faq-inner-pg-banner {
        padding: 20px 0;
    }
    .faq-inner-pg-banner .faq-row {
        margin-bottom: 10px;
        margin-top: 5px;
    }

  @media(max-width: 479px){
    .faq-header {
        padding: 10px 0 0 0;
    }
    .faq-header .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .faq-card-outer {
        padding: 20px 6px;
    }
    .cat-filter-faq-icon-row {
        max-width: 400px;
    }
    .faq-inner-pg-banner .faq-row .row {
        max-width: 400px;
    }
    .faq-inner-pg-banner .faq-icon-blurb img {
        max-width: 56px !important;
    }

  }
body.modal-open #back-to-top{
    display:none !important;
}


.questions-back-btn {
    padding: 0px 10px !important;
}

/***********************/
#personalDetails .select2-container {
    width: 100% !important;
    display: inline-block !important;
}
#personalDetails .form-group label {
    display: inline-block !important;
    width: 100%;
    margin-bottom: 3px;
}
#personalDetails .form-group {
    margin-bottom: 10px;
}
#personalDetails .select2-selection.select2-selection--single {
    background: #f5f5f5;
    border-radius: 0px;
    border-color: #e5e5e5;
    height: 38px;
}
#personalDetails .select2-selection.select2-selection--single span#select2-state-tz-container {
    line-height: 36px;
}
#personalDetails span.select2-selection__arrow {
    top: 7px;
}

section.LoginBlock span.select2.select2-container {
    width: 100% !important;
    display: inline-block !important;
}

section.LoginBlock .select2-selection.select2-selection--single {
    background: #f5f5f5;
    border-radius: 0px;
    border-color: #e5e5e5;
    height: 38px;
}

section.LoginBlock .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #7a7676;
    margin-top: 2px;
}

section.LoginBlock .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7a7676;
    margin-top: 2px;
}
section.LoginBlock .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top:69%;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 85%;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
    overflow-y: visible !important;
}
#personalDetails.modal {
    bottom: auto !important;
    overflow: visible !important;
}
#personalDetails.modal > .modal-dialog-centered {
    -webkit-box-align: start;
    -ms-flex-align: initial;
    align-items: flex-start;
}

/********************/
/*** Banner style ***/
/********************/
.ht-banner-style1 .banner-wrapper {
    min-height: 250px;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.ht-banner-style1 .top-logos {
    padding-right: 15px;
}
.ht-banner-style1 .banner-r-content {
    padding-top: 5.5%;
    padding-bottom: 5.5%;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}
.ht-banner-style1 .banner-r-inner{
    width: 100%;
    padding-top: 5%;
}
@media(min-width: 1601px){
    .ht-banner-style1 .banner-r-content {
        padding-top: 8%;
        padding-bottom: 8%;
    }
}
.ht-banner-style1 .banner-r-main{
    max-width: 720px;
}
.ht-banner-style1 .banner-r-main-heading h1{
    font-family: 'ProductSansBold', sans-serif;
    font-size: 69.4px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.ht-banner-style1 .banner-r-main-heading p{
    font-family: 'ProductSans', sans-serif;
    font-size: 41.6px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #f79238;
    margin-bottom: 30px;
}
.ht-banner-style1 .banner-button{
    border-radius: 4.6px;
    background-color: #d6202c;
    font-family: 'ProductSans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 40px;
    display: inline-block;
}
.banner-img{
    width: 100%;
}
.banner-wrapper {
    position: relative;
    overflow: hidden;
}
.banner-r-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ht-banner-style2 .banner-r-content {
    padding-top: 8.5%;
    padding-bottom: 7.5%;
    display: flex;
    align-items: flex-end;
}
.ht-banner-style2 .banner-r-inner {
    width: 100%;
}
.ht-banner-style2 .banner-r-main h2 {
    font-family: 'ProductSans', sans-serif;
    font-size: 48.6px;
    font-weight: bold;
    text-align: center;
    color: #f5b803;
}
.ht-banner-style2 h1 {
    font-family: 'ProductSans', sans-serif;
    font-size: 52.9px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.15em;
    margin-bottom: 30px;
}
.ht-banner-style2 .banner-r-main-heading {
    max-width: 675px;
    margin: auto;
}
.ht-banner-style2 a.banner-button {
    font-family: 'ProductSans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #e03a3e;
    background: #fff;
    display: inline-block;
    padding: 8px 25px;
    line-height: 31px;
    border-radius: 4.6px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    min-width: 397px;
}
.ht-banner-style3 .banner-r-content {
    padding-top: 14%;
    padding-bottom: 5%;
    padding-left: 10px;
    padding-right: 10px;
}
.ht-banner-style3 .banner-r-main-heading h1 {
    font-family: 'ProductSans', sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #e03a3e;
    margin-bottom: 37px;
}
.ht-banner-style3 .banner-button {
    font-family: 'ProductSans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 4.6px;
    background-color: #d6202c;
    display: inline-block;
    padding: 8px 25px;
    min-width: 388px;
    text-decoration: none;
}
.ht-banner-style4 h1 {
    font-family: 'ProductSans', sans-serif;
    font-size: 48.3px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    color: #fff;
}
.ht-banner-style4 p {
    font-family: 'ProductSans', sans-serif;
    font-size: 38.6px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    color: #fff;
}
.ht-banner-style4 .banner-r-content {
    padding: 4% 11% 8% 11%;
}

/*************11 March 2023**************/
.footer-logo {
    margin-bottom: 50px;
}
h5.widget-title {
    opacity: 0.56;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86;
    text-align: left;
    color: #e03a3e;
    margin-bottom: 5px;
}
.footer-nav {
    padding-left: 0;
    font-size: 0;
    margin-bottom: 50px;
}
.footer-nav li {
    display: inline-block;
    width: 100%;
    padding: 2px 15px 2px 0;
}
.important-links {
    padding-left: 5%;
}
.important-links ul {
    width: 50%;
    float: left;
    display: inline-block;
}
.important-links .footer-nav li {
    width: 100%;
    padding: 2px 15px 2px 0;
}
.footer-nav li a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #e03a3e;
    display: block;
}
.itc-logo{
    max-width: 75px;
    width: 100%;
    margin-right: 12%;
}
.footer-logo img {
    max-width: 96px;
}
.ashirvaad-atta-logo {
    max-width: 128px;
    width: 100%;
}

@media(max-width: 1366px){
    .ht-banner-style1 .banner-r-main-heading h1 {
        font-size: 48px;
    }
    .ht-banner-style1 .banner-r-main-heading p {
        font-size: 30px;
    }
    .ht-banner-style1 .banner-r-inner {
        padding-top: 3%;
    }
    .ht-banner-style2 .banner-r-main h2 {
        font-size: 40px;
    }
    .ht-banner-style2 h1 {
        font-size: 46px;
    }
    .ht-banner-style3 .banner-r-main-heading h1 {
        font-size: 45px;
        margin-bottom: 35px;
    }
    .ht-banner-style4 h1 {
        font-size: 40px;
    }
    .ht-banner-style4 p {
        font-size: 32px;
    }
}
@media(max-width: 1199px){
    .ht-banner-style1 .banner-r-main-heading h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .ht-banner-style1 .banner-r-main-heading p {
        font-size: 24px;
    }
    .ht-banner-style1 .banner-button {
        font-size: 16px;
        padding: 8px 25px;
    }
    .ht-banner-style2 h1 {
        font-size: 40px;
    }
    .ht-banner-style2 .banner-r-main h2 {
        font-size: 34px;
    }
    .ht-banner-style3 .banner-r-main-heading h1 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .ht-banner-style4 h1 {
        font-size: 30px;
    }
    .ht-banner-style4 p {
        font-size: 26px;
    }
}
@media(max-width: 992px){
    .ht-banner-style1 .banner-r-main-heading h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .ht-banner-style1 .banner-r-main-heading p {
        font-size: 20px;
    }
    .ht-banner-style2 .banner-r-main h2 {
        font-size: 28px;
    }
    .ht-banner-style2 h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .ht-banner-style2 a.banner-button {
        font-size: 16px;
        padding: 6px 25px;
        line-height: 28px;
        min-width: 300px;
    }
    .ht-banner-style3 .banner-r-main-heading h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .ht-banner-style3 .banner-button {
        font-size: 18px;
        padding: 6px 15px;
        min-width: 300px;
    }
    .ht-banner-style4 h1 {
        font-size: 24px;
    }
    .ht-banner-style4 p {
        font-size: 18px;
    }
}

@media(max-width: 767px){
    .ht-banner-style1 .banner-r-content {
        display: block;
        padding-top: 8%;
    }
    .ht-banner-style1 .banner-r-main-heading h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .ht-banner-style1 .banner-r-main-heading p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ht-banner-style1 .banner-button {
        font-size: 13px;
        padding: 5px 12px;
        line-height: 17px;
    }
    .banner-button {
        font-size: 13px;
        padding: 5px 12px;
        line-height: 17px;
    }
    .ht-banner-style2 .banner-r-content {
        padding-top: 67%;
        padding-bottom: 13%;
        display: flex;
        align-items: flex-start;
    }
    .ht-banner-style2 .banner-r-main h2 {
        font-size: 20px;
    }
    .banner-r-main-heading h1 {
        font-size: 21.7px;
        margin-bottom: 15px;
    }
    .ht-banner-style2 .banner-r-main {
        max-width: 280px;
    }
    .ht-banner-style2 a.banner-button {
        font-size: 13px;
        padding: 5px 15px;
        line-height: 19px;
        min-width: 235px;
    }
    .ht-banner-style3 .banner-r-main-heading h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .ht-banner-style3 .banner-button {
        font-size: 13px;
        padding: 5px 15px;
        min-width: 223px;
    }
    .ht-banner-style4 .banner-r-content {
        padding: 2% 11% 8% 11%;
    }
    .ht-banner-style4 h1 {
        font-size: 15px;
        margin-bottom: 7px;
    }
    .ht-banner-style4 p {
        font-size: 12px;
    }
}
@media(max-width: 360px){
    .ht-banner-style1 .banner-r-main-heading h1 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .ht-banner-style1 .banner-r-main-heading p {
        font-size: 12px;
    }
    .ht-banner-style1 .banner-button {
        font-size: 11px;
        padding: 5px 12px;
        line-height: 17px;
    }
    .ht-banner-style2 .banner-r-main h2 {
        font-size: 16px;
    }
    .banner-r-main-heading h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ht-banner-style2 a.banner-button {
        line-height: 17px;
        min-width: 200px;
    }
    .ht-banner-style3 .banner-r-main-heading h1 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 22px;
    }
    .ht-banner-style3 .banner-r-content {
        padding-top: 11%;
    }
    .ht-banner-style4 h1 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .ht-banner-style4 p {
        font-size: 10px;
    }
}

@media(max-width: 1399px){
    .important-links {
        padding-left: 3%;
    }
    .important-links .footer-nav li {
        width: 100%;
        padding: 2px 10px 2px 0;
    }
}

@media (max-width: 767px){
    .footer-nav li {
        width: 100%;
        padding: 4px 5px 4px 0;
    }
    .important-links .footer-nav li{
        width: 100%;
        padding: 4px 5px 4px 0;
    }
    .footerdiv {
        padding: 32px 0 35px 0;
    }
    .footer-logo {
        margin-bottom: 30px;
    }
    .footer-nav {
        margin-bottom: 35px;
    }
    .footer-logo img {
        max-width: 85px;
        width: 100%;
    }
    .ashirvaad-atta-logo {
        max-width: 90px;
        width: 100%;
    }
    .itc-logo {
        max-width: 44px;
        width: 100%;
    }
    .important-links {
        padding: 30px 0 0 0;
        position: relative;
    }
    .important-links:before {
        content: '';
        left: 12px;
        right: 12px;
        top: 0;
        position: absolute;
        background-color: rgba(224, 58, 62, 0.16);
        height: 1px;
    }
    .important-links h5.widget-title{
        padding-left: 12px;
        display: none;
    }
    .important-links ul.footer-nav li {
        padding: 4px 12px;
    }
    .itc-logo{
        margin-right: 2%;
    }
    .q-pagination ul li {
        margin: 0px;
    }
}


/****************/
.sitemap-pg-section{
    background-color: #fff;
    padding: 15px 0;
}
.bg-white{
    background-color: #fff;
}
.text-banner {
    background: #e03a3e;
    padding: 18px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.sitemap-wrapper .text-title-card a:hover {
    color: transparent;
}
@media(min-width: 768px){
    .text-banner {
        margin-top: 246px;
    }
}
.text-banner h1{
    font-family: 'ProductSans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    list-style: normal;
    margin-bottom: 0;
}
.text-link-list ul {
    padding: 0 5px;
    list-style: none;
    margin-bottom: 0;
}
.text-link-list ul li {
    position: relative;
    padding: 4px 10px 4px 17px;
    display: inline-block;
    width: 100%;
}
.text-link-list ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: rgba(224, 58, 62, 0.56);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
}
.text-link-list ul li:hover:before {
    background: #e03a3e;
}
.text-link-list ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.14;
    color: #585858;
}
.text-link-list ul li:hover a {
    color: #e03a3e;
    text-decoration: none;
}
.text-title-card{
    padding: 6px 18px 6px 18px;
    background-color: rgba(224, 58, 62, 0.16);
    margin-bottom: 10px;
}

.text-title-card:hover,
.text-title-card:focus,
.text-title-card:visited,
.text-title-card.active{
    background-color: #e03a3e;
}
.text-title-card h3{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e03a3e;
    margin-bottom: 0;
}
.text-title-card:hover h3,
.text-title-card:focus h3,
.text-title-card:visited h3,
.text-title-card.active h3{
    color: #fff;
}
.sitemap-wrapper {
    width: 100%;
    display: inline-block;
    margin-bottom: 22px;
}
.text-link-list2 ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.text-link-list2 ul li {
    display: inline-block;
    width: 100%;
    padding: 3px 0;
}
.text-link-list2 ul li a {
    padding: 7px 10px 7px 10px;
    background-color: rgba(224, 58, 62, 0.16);
    display: block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #585858;
}
.text-link-list2 ul li a:hover, .text-link-list2 ul li a.active {
    background-color: #e03a3e;
    color: #fff;
    text-decoration: none;
}
.breadcrumbs ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}
.breadcrumbs ul li {
    display: inline-flex;
    position: relative;
}
.breadcrumbs ul li:not(:last-child) {
    padding-right: 15px;
}
.breadcrumbs ul li:not(:last-child):after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #585858;
    border-right: 1px solid #585858;
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 6px;
}
.breadcrumbs ul li a {
    color: #585858;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
.breadcrumbs ul li a.active{
    text-decoration: none;
    font-weight: 600;
}
.text-link-card ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.text-link-card ul li {
    display: inline-block;
    width: 100%;
    padding: 3px 0;
}
.text-link-card ul li a {
    display: block;
    padding: 10px 10px 10px 10px;
    background-color: rgba(224, 58, 62, 0.16);
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #585858;
    text-decoration: none;
}
.text-link-card ul li a:hover {
    background-color: #e03a3e;
    color: #fff;
}

/************/

.hero-carousel-slide {
    background-color: #ffd1a7;
    padding: 100px 15px 0 15px;
    position: relative;
}
.hero-slider-content h1 {
    font-family: 'Rammetto One', cursive;
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -2px;
    text-align: center;
    color: #7f2628;
    margin-bottom: 5px;
    word-spacing: 2px;
}
.hero-slider-content ul {
    padding-left: 0;
    list-style: none;
    padding-top: 15px;
}
.hero-slider-content ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;

}
.hero-slider-wrapper .banner-button {
    background: url(../../images/dq/cta-bg.png) no-repeat center;
    background-size: 100% 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.3px;
    text-align: center;
    color: #fff;
    padding: 14px 30px 18px 85px;
    width: 100%;
    display: inline-block;
}
.hero-slider-content ul li span.icon {
    background: #7f2628;
    display: inline-flex;
    flex: 38px;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    margin-right:10px;
    padding: 7px;
}
.hero-slider-content a:hover {
    text-decoration: none;
}
.hero-slider-content ul li span.icon img {
    margin: auto;
    max-height: 26px;
    width: auto;
    display: block;
}
#hero-carousel button:focus {
    outline: transparent !important;
}
.slider-right-col .banner-img {
    max-height: 400px;
    width: auto !important;
    margin: 0 auto;
}
.hero-slider-content h1 span {
    font-family: inherit;
    font-size: 80px;
}
.slider-left-col {
    padding-bottom: 80px;
    min-height: 430px;
}
.hero-slider-content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: center;
    color: #7f2628;
}
#hero-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 3px;
    border-radius: 10px;
    background: #c4c4c4;
}

#hero-carousel button.owl-dot.active {
    background: #e03a3e;
}

#hero-carousel .owl-dots {
    text-align: center;
}
#hero-carousel {
    padding: 0px 60px;
    overflow: hidden;
    background-color: #fff5e2;
}
#hero-carousel .owl-stage-outer {
    overflow: visible;
}
#hero-carousel .owl-stage-outer .owl-item {
    padding: 10px;
}
#hero-carousel .item {
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.5;
}
#hero-carousel .owl-stage-outer .owl-item.active .item{
    opacity: 1;
}
.slide4 .slider-right-col{
    position: absolute;
    right: -15px;
    bottom: 0;
}
.slide4 .slider-right-col .banner-img {
    max-height: 100%;
}
.quiz-form-section {
    background-color: #fff5e2;
    background-image: url('../../images/dq/dq-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}
.quiz-form-section .quotient_formblock.text-left {
    width: 100%;
}
.dq-left-inner {
    max-width: 310px;
}
.digestive_quotientblock .dq-left-inner p{
    font-size: 14px;
    line-height: 2;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}
.dq-right .quotient_formblock{
    padding: 48px 48px 36px;
  border-radius: 12px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px rgba(88, 88, 88, 0.16);
  background-color: #fffaf2;
}
.dq-right form {
    max-width: 600px;
}

.dq-right form .form-header h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #231f20;
    margin-bottom: 15px;
}
.dq-right form .form-header .text-with-line {
    position: relative;
    font-family: Poppins;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.56px;
    color: #f79238;
    text-transform: uppercase;
    overflow: hidden;
}
.dq-right form .form-header .text-with-line::after {
    content: '';
    width: 100%;
    height: 2px;
    opacity: 0.32;
    background-color: #f79238;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 10px;
}
.dq-right form .form-header {
    margin-bottom: 35px;
}
.dq-right form label.form-label {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
}
.radio-value{
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px rgba(35, 31, 32, 0.08);
    background-color: #fff;
    border-radius: 4px;
    padding: 11px 20px 10px 33px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #231f20;
}
.custom-radio input:checked + .radio-value {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    border: solid 2px #f79238;
    background-color: transparent;
}
.dq-right form .custom-radio input {
    position: absolute;
    top: 16px;
    left: 15px;
}
.quotient_formblock label{
    position: relative;
    width: 100%;
}
.custom-radio .row.form-group {
    margin-left: -5px;
    margin-right: -5px;
}
.custom-radio .row.form-group .col-4 {
    padding-left: 5px;
    padding-right: 5px;
}
.dq-right form input.form-control {
    padding: 14px 16px;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px rgba(35, 31, 32, 0.08);
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.43;
    color: #231f20;
}
.dq-right form button.btn_theme {
    padding: 14px 24px;
    border-radius: 4px;
    background-color: #f79238;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.dq-right a.disclaimers_link {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: #585858;
    margin-top: 10px;
}
.custom-radio {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}


@media(max-width: 767px){
    .slider-left-col {
        padding-bottom: 20px;
        min-height: 220px;
        display: flex;
        align-items: center;
    }
    .hero-slider-content h1 {
        font-size: 27px;
    }
    .hero-slider-content ul li {
        font-size: 15px;
    }
    .hero-slider-content ul li span.icon {
        height: 18px;
        width: 18px;
        padding: 2px;
    }
    .hero-slider-content ul li span.icon img {
        max-height: 12px;
    }
    .hero-slider-wrapper .slider-left-col {
        max-width: 320px;
        margin: auto;
    }
    .hero-slider-wrapper .banner-button {
        font-size: 14px;
        line-height: 18px;
        padding: 7px 15px 12px 45px;
    }
    .hero-carousel-slide {
        background-color: #ffd1a7;
        padding: 70px 15px 70px 15px;
        min-height: 650px;
    }
    .hero-slider-content h3 {
        font-size: 18px;
    }
    .hero-slider-wrapper .banner-button {
        background: url(../../images/dq/dq-banner-btn.png) no-repeat center;
        max-width: 300px;
    }
    .hero-slider-content h1 span {
        font-family: inherit;
        font-size: 45px;
    }
    .slider-right-col .banner-img {
        max-height: 250px;
    }
    #hero-carousel {
        padding: 0px 20px 0 0;
    }
    #hero-carousel .owl-stage-outer .owl-item {
        padding: 5px;
    }
    .dq-left-inner {
        max-width: 350px;
        margin: auto;
    }
    .dq-right .quotient_formblock {
        padding: 20px 20px 20px;
        border-radius: 10px;
    }
    .radio-value {
        padding: 12px 10px 10px 28px;
        font-size: 12px;
    }
    .dq-right form .custom-radio input {
        top: 15px;
        left: 10px;
    }
    .custom-radio .row.form-group {
        margin-left: -3px;
        margin-right: -3px;
    }
    .custom-radio .row.form-group .col-4 {
        padding-left: 3px;
        padding-right: 3px;
    }
    .dq-right form .form-header .text-with-line,
    .dq-right form label.form-label {
        font-size: 12px;
    }
    .dq-right form .form-header h3 {
        font-size: 16px;
    }
    .dq-right form .form-header {
        margin-bottom: 24px;
    }
    .custom-radio {
        margin-bottom: 5px;
    }
    .dq-right form input.form-control {
        padding: 12px 14px;
    }
    #quizsection {
        padding-bottom: 10px !important;
    }
}
@media(max-width: 479px){
    ul.ui-autocomplete {
        max-width: 400px !important;
        margin-right: 40px !important;
        width: auto !important;
        margin-left: 0 !important;
    }
}
.panalLeft{
    /* min-height: 300px; */
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px)  {
    .modal {
        top: 10px;
        height:100%;
    }
  }


.stay-logged-out{
    font-size: 14px;
    text-decoration: underline;
    text-align: center;
    color: black;
    cursor: pointer;
}


.community-login-popup h2 {
    font-size: 18px;
    font-weight: 600;
    color: #131313;
}
.community-login-popup label {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #f79238;
}
.community-login-popup input {
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    line-height: 20px !important;
    font-size: 16px;
    height: 40px;
    margin-bottom: 10px;
    font-weight: normal;
    color: rgba(137, 137, 137, 0.5);
}

.community-login-popup button.sent-otp-trigger {
    border-radius: 5px;
    background-color: #f79238;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none !important;
    line-height: 24px;
    display: inline-block;
      padding: 8px 10px;
}
.community-login-popup .modal-body {
    padding: 15px 20px 35px;
}

.ht-card {
    border-radius: 15px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #f1f1f1;
    background-color: #fff;
}
