.ar_ask_me_anything_section {
    border-radius: 16px;
    border: 1px solid #FFE1DD;
    background: #FFF5F4;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: 98% 10px;
    margin: 20px -15px 0;
}
.ar_ask_me_anything_add_question_box {
    display: flex;
    gap: 55px;
}

.ar_ask_me_anything_add_question_type_area .ar_title_dark {
    color: #3B414A;
    font-family: Overpass;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 1; /* 46.154% */
    letter-spacing: -1.3px;
    display: block;
    margin-bottom: 8px;
}

.ar_ask_me_anything_add_question_type_area .ar_desc_dark {
    color: #3B414A;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.7px;
    margin-bottom: 16px;
    display: block;
    width: 80%;
}
.ar_ask_me_anything_add_question_typing_box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ar_ask_me_anything_add_question_typing_box textarea.ar_ask_me_anything_field {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(215, 215, 215, 0.50);
    border-radius: 12px;
    height: 60px;
    resize: none;
    padding: 16px;
}
.ar_ask_me_anything_add_question_typing_box button.ar_rounded_dark_btn {
    border-radius: 100px;
    background: #3B414A;
    width: 210px;
    height: 38px;
    flex-shrink: 0;
    border: none;
    box-shadow: none;
    color: #FFF;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -0.7px;
}
.ar_ask_me_anything_questions_list_box {
    border-top: 1px solid #E7DCDC;
    margin-top: 25px;
    padding-top: 30px;
}
.ar_ask_me_anything_questions_list_box_inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ar_ask_me_anything_questions_list_box_inner .ar_ask_me_anything_question_txt a{
    text-decoration: underline;
}

.ar_ask_me_anything_single_question {
    border-radius: 10px;
    background: #FFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.ar_ask_me_anything_single_question .ar_ask_me_anything_question_txt {
    color: #3B414A;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    display: block;
    margin-right: 80px;
    text-decoration: underline;
}

.ar_ask_me_anything_answer_txt {
    color: #3B414A;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 142.857% */
    letter-spacing: -0.28px;
    text-transform: capitalize;
    word-break: break-word;
}
.ar_ask_me_anything_single_question .ar_ask_me_anything_question_date {
    color: rgba(67, 67, 67, 0.80);
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: -0.36px;
    position: absolute;
    right: 20px;
    top: 26px;
}
.ar_ask_me_anything_question_all_media_box {
    display: flex;
    gap: 8px;
}

.ar_ask_me_anything_question_single_media_box {
    width: auto;
    height: 120px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.ar_ask_me_anything_question_single_media_box img {
    object-fit: contain;
    height: 120px;
}

.ar_orange_link {
    color: #FD7663;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.6px;
    text-decoration: underline;
    width: fit-content;
}
.ar_orange_link:hover{
    color: #FD7663 !important;
    opacity: 0.9;
}

/* Single Question Page CSS */
.ar_ask_me_anything_single_page_section {
    margin-top: 83px;
    padding: 30px 0;
    background: #F5F7FB;
}

.ar_ask_me_anything_single_page_container {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.ar_ask_me_anything_single_page_question {
    padding: 30px;
    color: #3B404A;
    text-align: center;
    font-family: Overpass;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #FFF;
    margin-bottom: 20px;
    word-break: break-word;
}
.ar_ask_me_anything_single_page_answers_list .ar_ask_me_anything_single_question .ar_ask_me_anything_single_page_question{
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    text-align: left;
}
.ar_ask_me_anything_single_page_answers_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ar_ask_me_anything_single_page_answers_list .ar_ask_me_anything_single_question {
    border: 1px solid #DDD;
    padding: 16px;
}
.ar_ask_me_anything_single_question_header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 16px;
    margin-bottom: 5px;
}
.ar_ask_me_anything_host_img {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background-color: #FD7663;
    border-radius: 50px;
    border: 1px solid #3A414A;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ar_ask_me_anything_question_host_info_box {
    display: flex;
    gap: 16px;
    align-items: start;
}

.ar_ask_me_anything_host_info_details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 8px;
}

.ar_ask_me_anything_hostname {
    color: #3A414B;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.7px;
    word-break: break-word;
}

.ar_ask_me_anything_date {
    color: rgba(67, 67, 67, 0.80);
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px; /* 83.333% */
    letter-spacing: -0.36px;
}

.ar_ask_me_anything_host_img_box {
    width: 60px;
    position: relative;
    height: 60px;
}

.ar_ask_me_anything_host_status {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.ar_ask_me_anything_host_status.online {
    background: #71E95E;
}
.ar_ask_me_anything_host_status.busy {
    background: #f77563;
}
.ar_ask_me_anything_host_status.offline {
    background: #c0c0c0;
}
.ar_ask_me_anything_action {
    display: flex;
}
.ar_ask_me_anything_single_question_bottom_box{
    padding-top: 16px;
    margin-top: 5px;
    border-top: 1px solid #F3F3F3;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ar_ask_me_anything_single_question_footer {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.ar_upvote_btn, .ar_upvote_btn_logout {
    border-radius: 100px;
    background: #F0F0F0;
    width: max-content;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border: 1px solid transparent;
    cursor: pointer;
}
.ar_upvote_btn:hover, .ar_upvote_btn.active, .ar_upvote_btn_logout:hover {
    border-color:#FFDDD8;
    background: #FFE9E6;
}
.ar_upvote_btn span, .ar_upvote_btn_logout span {
    color: #3B404A;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 157.143% */
    letter-spacing: -0.56px;
    text-transform: capitalize;
    margin: 0 3px;
    height: 13px;
}
.ar_upvote_btn span.dot, .ar_upvote_btn_logout span.dot {
    width: 3px;
    height: 3px;
    background: #3B404A;
    opacity: 0.5;
    border-radius: 50px;
}

.ar_upvote_btn img, .ar_upvote_btn_logout img {
    margin-right: 5px;
}

.ar_ask_me_anything_action a .img-active{
    display: none;
}
.ar_ask_me_anything_action a:hover .img-active, .ar_ask_me_anything_action a.active .img-active{
    display: block;
}
.ar_ask_me_anything_action a:hover .img-inactive, .ar_ask_me_anything_action a.active .img-inactive{
    display: none;
}
.ar_comment_btn, .ar_comment_btn_logout {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.ar_comment_btn span, .ar_comment_btn_logout span {
    color: #3B404A;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 262.5% */
    letter-spacing: -0.64px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}
.ar_textme_btn, .ar_textme_btn_logout {
    border-radius: 100px;
    background: #3A414B;
    width: 100px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 6px;
}

.ar_textme_btn span, .ar_textme_btn_logout span {
    line-height: 1;
    color: #FFF;
    font-family: Overpass;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.7px;
}
.gap-20{
    gap: 20px;
}
.ar_ask_me_anything_single_question_comments_list .ar_comments_heading {
    color: #3B404A;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
    margin-bottom: 16px;
    display: block;
}
.ar_ask_me_anything_single_question_single_comment_box {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 16px;
    padding-left: 15px;
}
.ar_ask_me_anything_single_question_single_comment_left .ar_question_comment_user_img {
    width: 45px;
    height: 45px;
}
.ar_ask_me_anything_single_question_single_comment_right {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-top: 3px;
}
.ar_ask_me_anything_single_question_single_comment_right .ar_ask_me_anything_hostname{
    font-size: 16px;
}
.ar_ask_me_anything_single_question_single_comment_right .ar_ask_me_anything_answer_txt {
    margin-top: 13px;
}
.ar_ask_me_anything_single_question_comment_add_area {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #F0F0F0;
    padding: 15px;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.ar_question_comment_user_img {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border: 1px solid #3A414A;
    border-radius: 50px;
    background-color: #3A414A;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ar_ask_me_anything_single_question_comment_add_area .ar_post_btn {
    width: 80px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #3A414B;
    border: none;
    box-shadow: none;
    outline: none;
    color: #FFF;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.7px;
}

.ar_ask_me_anything_single_question_comment_add_area textarea.ar_question_comment_type_field,
.ar_ask_me_anything_single_question_comment_add_area textarea.ar_question_comment_type_field_logout {
    width: calc(100% - 138px);
    border-radius: 100px;
    background: #FFF;
    max-height: 38px;
    resize: none;
    border: none;
    padding: 11px 16px 0;
    color: #3A414B;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.7px;
}

.ar_ask_me_anything_single_question_comment_add_area textarea.ar_question_comment_type_field_logout {
    width: 100%;
}

.ar_ask_me_anything_single_question_comment_add_area textarea.ar_question_comment_type_field::placeholder,
.ar_ask_me_anything_single_question_comment_add_area textarea.ar_question_comment_type_field_logout::placeholder{
    color: #3A414B;
    opacity: 0.8;
}
.ar_ask_me_anything_single_question_comment_add_area textarea.ar_question_comment_type_field::-webkit-scrollbar,
.ar_ask_me_anything_single_question_comment_add_area textarea.ar_question_comment_type_field_logout::-webkit-scrollbar {
    width: 14px;
    border-radius: 20px;
}
   
.ar_ask_me_anything_single_question_comment_add_area textarea.ar_question_comment_type_field::-webkit-scrollbar-thumb,
.ar_ask_me_anything_single_question_comment_add_area textarea.ar_question_comment_type_field_logout::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    outline: none;
    background-clip: padding-box;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}
.ar_more_answers_btn {
    color: #FD7663;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

/* Popups UI */
.ar_ask_me_anything_review_popup_wrap {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    top: 0;
    z-index: 99;
}
.ar_ask_me_anything_review_popup_content_box {
    width: 300px;
    height: 200px;
    background: linear-gradient(180deg, #FFF 46.7%, #FFF5E5 127.02%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}
.ar_ask_me_anything_review_popup_content_box .ar_ask_me_anything_review_popup_title {
    color: #3A414B;
    text-align: center;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.64px;
    margin-bottom: 11px;
}
.ar_ask_me_anything_review_popup_content_box .ar_ask_me_anything_review_popup_desc {
    color: #58626C;
    text-align: center;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.52px;
}
.ar_see_more_comments {
    font-size: 14px;
    display: inline-block;
    color: #FD7663;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}


.ar_see_more_comments_spinner{
    font-size: 14px;
    display: inline-block;
    color: gray;
    font-weight: 600;
}

.ar_ask_me_anything_action_see_more {
    margin: 20px 0 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: 1px solid #F3F3F3;
}

.ar_ask_me_anything_action_see_more_spinner {
    margin: 20px 0 0;
    padding: 0 0 10px 0;
    text-align: center;
    color: lightgray;
}

.link-to-question-listpage {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 11px;
}

.link-to-question-listpage svg {
    width: 23px;
    height: 17px;
}

.link-to-question-listpage a {
    color: #3A414B;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.show-more-button, .show-less-button{
    color: #fd7663;
    font-weight:bold;
}

.show-more-button:hover, .show-less-button:hover{
    cursor:pointer;
}
.ar_ask_me_anything_pagination_txt {
    color: #3A414B;
    font-family: Overpass;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
    text-transform: capitalize;
}
.page-link{
    color: #000;
}
.disabled{
    background-color: transparent;
}
.ar_ask_me_anything_question_page_banner {
    display: flex;
    align-items: start;
    justify-content: center;
    height: 250px;
    background-color: grey;
    gap: 25px;
    margin-bottom: 30px;
    background-image: url("../images/askmeAnything/ama-banner-bg.ae29db806346.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    flex-direction: column;
    text-align: left;
    padding: 0 0 0 50px;
}

.ar_ask_me_anything_banner_title {
    color: #FFF;
    font-family: Overpass;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 1; /* 50% */
    letter-spacing: -1.2px;
    text-align: center;
}

.ar_ask_me_anything_question_page_banner_left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: start;
}

.ar_ask_me_anything_banner_desc {
    color: #FFF;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.8px;
}
.ar_ask_me_anything_question_page_banner_right{
    width: 100%;
}
.ar_ask_me_anything_question_page_banner_right .ar_ask_me_anything_add_question_typing_box{
    width: 60%;
}
.ar_ask_me_anything_question_page_banner_right .ar_ask_me_anything_add_question_typing_box .ar_rounded_dark_btn{
    height: 45px;
    margin: 0;
}


/* Media Popup CSS */
/* Hide modal by default */
.ama-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal content */
.ama-modal-content {
    position: relative;
    padding: 70px 0 50px;
    display: block;
    max-width: 100%;
    max-height: 100vh;
    height: auto;
    width: auto;
    margin: 0 auto;
}

/* Close button */
.ama-modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 9999999999;
}

.ar_recent_questions_wrap .ar_recent_questions_title{
    color: #3B404A;
    font-family: Overpass;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.ar_recent_questions_wrap  ul {
    list-style: none;
    padding-left: 0;
}

.ar_recent_questions_wrap ul li {
    border-bottom: 0.6px solid #E4E4E4;
    padding-bottom: 14px;
    margin-bottom: 14px;
    color: #3B404A;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.64px;
    text-transform: capitalize;
    position: relative;
    padding-left: 1.2em;
}
.ar_recent_questions_wrap ul li::before {
  content: "•"; /* or any symbol */
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1; /* helps align with top */
  font-size: 20px;
}
.ar_recent_questions_wrap ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ar_recent_questions_wrap ul li a {
    color: #FD7663;
    font-family: Overpass;
}
.ar_floating_callto_wrapper{
    display: none;
}
@media(max-width:767px){
    /* Ask me question responsive css */

    .ar_ask_me_anything_section{
        margin: 0;
        text-align: center;
        padding: 26px 16px 30px;
        background-position: 165px 110px;
        background-size: 70%;
    }
    .ar_ask_me_anything_add_question_box{
        gap: 0;
        justify-content: center;
        align-items: start;
        flex-direction: column;
    }
    .ar_ask_me_anything_add_question_img {
        width: 70px;
    }
    .ar_ask_me_anything_add_question_type_area {
        text-align: left;
        position: relative;
        top: -65px;
    }
    .ar_ask_me_anything_add_question_type_area .ar_title_dark{
        font-size: 18px;
        margin-bottom: 12px;
        padding-left: 85px;
    }
    .ar_ask_me_anything_add_question_type_area .ar_desc_dark{
        width: 100%;
        margin: 0 auto 30px;
        font-size: 14px;
        padding-left: 85px;
    }
    .ar_ask_me_anything_add_question_typing_box{
        gap: 14px;
        align-items: center;
    }
    .ar_ask_me_anything_add_question_typing_box a {
        width: 100%;
    }
    .ar_ask_me_anything_add_question_typing_box button.ar_rounded_dark_btn{
        width: 100%;
        height: 40px;
    }
    .ar_ask_me_anything_questions_list_box{
        margin-top: -35px;
    }
    .ar_ask_me_anything_single_question{
        padding-top: 50px;
    }
    .ar_ask_me_anything_single_question .ar_ask_me_anything_answer_txt{
        font-size: 16px;
        line-height: 22px;
    }
    .ar_ask_me_anything_single_page_answers_list .ar_ask_me_anything_single_question .ar_ask_me_anything_answer_txt {
        font-size: 16px;
        line-height: 24px;
    }
    .ar_ask_me_anything_single_question .ar_ask_me_anything_question_date{
        right: auto;
    }
    .ar_ask_me_anything_single_question .ar_ask_me_anything_question_txt{
        text-align: left;
        margin-right: 0;
    }
    .ar_ask_me_anything_answer_txt{
        text-align: left;
        font-size: 18px;
        line-height: 26px;
    }
    
    /* Single Question page responsive css */
    .ar_ask_me_anything_single_page_section {
        margin-top: 69px;
        padding: 0 0 15px;
    }
    .ar_ask_me_anything_single_page_question{
        border-radius: 0;
        border-width: 0 0 1px 0;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
        padding: 20px;
    }
    .ar_ask_me_anything_host_img_box{
        width: 60px;
        height: 60px;
    }
    .ar_ask_me_anything_host_img{
        width: 60px;
        height: 60px;
    }
    .ar_ask_me_anything_host_status{
        width: 15px;
        height: 15px;
    }
    .ar_ask_me_anything_host_info_details{
        padding-top: 10px;
    }
    .ar_ask_me_anything_hostname{
        font-size: 18px;
    }
    .link-to-question-listpage{
        margin-left: 20px;
        margin-bottom: 14px;
    }
    .ar_ask_me_anything_single_page_answers_list .ar_ask_me_anything_single_question{
        border-width: 1px 0 1px 0;
        border-radius: 0;
    }
    .ar_ask_me_anything_single_question_comment_add_area {
        margin-left: -25px;
    }
    .ar_ask_me_anything_single_question_comment_add_area textarea.ar_question_comment_type_field{
        width: calc(100% - 128px);
    }
    .ar_ask_me_anything_single_question_comment_add_area .ar_post_btn{
        width: 70px;
    }
    .ar_ask_me_anything_question_all_media_box{
        flex-direction: column;
        gap: 12px;
    }
    .ar_ask_me_anything_question_single_media_box{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .ar_ask_me_anything_question_single_media_box img{
        height: auto;
        max-height: 400px;
    }
    .ar_ask_me_anything_single_question_single_comment_right .ar_ask_me_anything_hostname{
        font-size: 18px;
    }
    .ar_ask_me_anything_single_question_single_comment_right .ar_ask_me_anything_answer_txt{
        font-size: 16px;
    }
    .ar_ask_me_anything_question_page_banner{
        flex-direction: column;
        height: auto;
        margin-bottom: 16px;
        padding: 30px 0;
        gap: 30px;
        background-image: url("../images/askmeAnything/ama-banner-bg-mobile.7f5db87df506.png");

    }
    .ar_ask_me_anything_question_page_banner_left{
        gap: 12px;
        padding: 0 55px;
        align-items: center;
    }
    .ar_ask_me_anything_banner_title, .ar_ask_me_anything_banner_desc{
        text-align: center;
    }
    /* .ar_ask_me_anything_single_page_answers_list .ar_ask_me_anything_single_question .ar_ask_me_anything_single_page_question{
        max-width: 300px;
    } */
    .ar_ask_me_anything_single_page_section.ar_ama_details_page_section{
        margin-top: 83px;
    }
    .ar_ask_me_anything_question_page_banner_right .ar_ask_me_anything_add_question_typing_box {
        width: 100%;
        margin: 0;
        padding: 0 30px;
    }
    .ar_floating_callto_wrapper{
        padding: 0 10px;
        position: fixed;
        bottom: 30px;
        width: 100%;
        z-index: 99;
        display: block;
    }
    .ar_floating_callto_wrapper .ar_floating_callto{
        display: flex;
        max-width: 330px;
        width: 100%;
        height: 50px;
        padding: 13px 32px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        flex-shrink: 0;
        color: #3B414A;
        text-align: center;
        font-family: Overpass;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 1;
        letter-spacing: -0.48px;
        text-transform: uppercase;
        border-radius: 999px;
        border: 3px solid rgba(94, 58, 0, 0.00);
        background: linear-gradient(180deg, #FDC363 0%, #D79220 100%);
        margin: 0 auto;
    }
}