:root{
  --theme_box_background_color:#fff;
  --theme_box_background_color_alt:#FDFAFF;
  --theme_body_background_color:#fff;
  --theme-base-color:#4B0082;
  --theme-light-color:#47414B;
  --theme-headline-color:#18002A;
  --theme_btn_gridaint:#4B0082;
  --theme_btn_color:#fff;
  --theme_button_shadow:0rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.25);
  --border-color:#E3E8EF;
  --border-md-color:#ECD2FF;

  --footer_bg_color:#160026;
  --footer_headline_color:#fff;
  --footer_links_color:#f6f6f6;
  --footer_border_color:#8B8B8B;

  --theme_border_radius_5:5px;
  --theme_border_radius_10:10px;
  --theme_border_radius_20:20px;
  --theme_border_radius_50:50px;

  --theme_font_size_34:34px;
  --theme_font_size_22:22px; 
  --theme_font_size_20:20px;
  --theme_font_size_18:18px;
  --theme_font_size_16:16px;
  --theme_font_size_15:15px;
  --theme_font_size_14:14px;
  --theme_font_size_13:13px;
  --theme_font_800:900;
  --theme_font_700:700;
  --theme_font_600:600;
  --theme_font_500:500;
  --theme_font_400:400;
}
::-moz-selection {color:var(--theme_btn_color);background:var(--theme-headline-color);}
::selection{color:var(--theme_btn_color);background:var(--theme-headline-color);}
ul{margin:0;padding:0;list-style:none;}
ul li{padding:0;}
figure{margin:0;}
img{max-width:100%;}
a{text-decoration:none;transition:0.5s;}
html ::-webkit-scrollbar{width:0.5rem;height:0.1875rem;}
html ::-webkit-scrollbar-thumb{background:var(--theme-base-color);border-radius:0.3125rem;transition:0.5s;width:0.375rem;}
html ::-webkit-scrollbar-track{background:#fff;border-radius:0.3125rem;}
html ::-webkit-scrollbar-thumb:hover{background-color:var(--theme-base-color);}
@keyframes shine{100%{left:125%;}}

@keyframes bounce{
  0%, 100% {
    transform: translateX(-25%);
    animation-timing-function: cubic-bezier(.8,0,1,1);
  }
  50% {
    transform: translateX(0);
    animation-timing-function: cubic-bezier(0,0,.2,1);
  }
}
.container-fluid{padding:0 5rem;}
.btn{font-size:var(--theme_font_size_15);background-color:var(--theme-base-color);color:var(--theme_btn_color);border-radius:var(--theme_border_radius_10);padding:0.75rem 1.125rem;border-width:0;outline:0;box-shadow:none !important;position:relative;overflow:hidden;}
.btn::after{position: absolute;content:"";top:0;left:-75%;z-index:2;display:block;width:50%;height:100%;background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);transform:skewX(25deg);}
.btn:hover::after{animation:shine 800ms;}
.btn_gridaint, .btn_gradiant{background-color:var(--theme_btn_gridaint);transition:0.5s;}
.btn_gridaint:hover, .btn_gradiant:hover{color:var(--theme_btn_color);opacity:0.95;}
h1,h2,h3,h4,h5,h6{color:var(--theme-headline-color);}
p{color:var(--theme-light-color);}
a{color:var(--theme-base-color);}
a:hover{color:var(--theme-base-color);}
body{font-family: "Inter", sans-serif;font-weight:var(--theme_font_400);color:var(--theme-light-color);font-size:var(--theme_font_size_14);background-color:var(--theme_body_background_color);}
.dropdown-item.active, .dropdown-item:active{background-color:var(--bs-dropdown-link-hover-bg);color:var(--theme-headline-color);}
.form-control, .form-select{border-color:var(--border-color);font-size:var(--theme_font_size_14);padding:0.625rem 0.75rem;outline:0;box-shadow:inherit !important;color:var(--theme-light-color);}
.form-control:focus, .form-select:focus{border-color:var(--theme-base-color);}
.headline_color{color:var(--theme-headline-color);}
.bg_alt{background-color:var(--theme_box_background_color_alt);}
.btn-close{opacity:0.7}
.btn-danger{background-color:#CD000A;border-color:#CD000A;}
.after_heading{position:relative;margin-bottom:2.25rem !important;}
.after_heading::after{content:'';width:5rem;height:0.3125rem;border-radius:0.625rem;background:var(--theme_btn_gridaint);position:absolute;left:0;bottom:-1.125rem;}
.after_heading::before{content:'';width:0.625rem;height:0.625rem;border:0.0625rem solid #FFFFFF;background:var(--theme_btn_gridaint);border-radius:1.25rem;position:absolute;left:2.1875rem;bottom:-1.25rem;z-index:1;}
.sub_title{font-size:var(--theme_font_size_20);color:var(--theme-headline-color);font-weight:var(--theme_font_600);}
.homes_heading{font-size:var(--theme_font_size_34);margin-bottom:0.75rem;color:var(--theme-headline-color);font-weight:var(--theme_font_600);line-height:normal;}
.common_box_img{display:flex;justify-content:flex-start;align-items:center;gap:0.9375rem;}
.common_box_img ._content{flex:1;text-align:left;}
.common_arrow_list li{margin-bottom:0.9375rem;position:relative;padding-left:1.625rem;}
.common_arrow_list li::before{content:'\f00c';width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center;border-radius:1.25rem;font-family: "Font Awesome 6 Free";font-weight:var(--theme_font_600);font-size:0.625rem;color:#fff;background:var(--theme_btn_gridaint);margin-right:0.625rem;position:absolute;left:0;top:0.125rem;box-shadow:0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);}
.common_arrow_list li b{font-weight:var(--theme_font_500);}
.after_center::before{left:0;right:0;margin:auto;bottom:-0.875rem;}
.after_center::after{left:0;right:0;margin:auto;bottom:-0.75rem;}
.swiper-pagination{bottom:-2.5rem !important;}
.common_swiper_pagination{margin-bottom:2.5rem;}
.common_swiper_pagination .swiper-pagination-bullet{width:0.625rem;height:0.625rem;z-index:3;}
.common_swiper_pagination .swiper-pagination-bullet-active{background:var(--theme_btn_gridaint);}
.swiper-button-next, .swiper-button-prev{z-index:1 !important;}
.dropdown-toggle::after{border-top:.4em solid;border-right:.4em solid transparent;border-left:.4em solid transparent;}
/*Common Dropdown*/
.dropdowns .dropdown-toggle{background-color:var(--theme_box_background_color);padding:0.625rem 0.75rem;display:inline-flex;align-items:center;justify-content:space-between;text-align:left;border-radius:var(--theme_border_radius_10);box-shadow:0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.12 );}
.dropdowns .dropdown-menu{border-radius:var(--theme_border_radius_10);border-color:#dbdbdb;padding:0;overflow:hidden;}
.dropdowns .dropdown-menu a{padding:0.625rem;border-radius:0rem;font-size:0.875rem;}
.dropdowns .dropdown-menu a:hover{background-color:var(--theme_box_background_color_alt);}
.text_link{position:absolute;left:0;right:0;top:0;width:100%;height:100%;z-index:2;cursor:pointer;}
.custom_home_space{padding:3.75rem 0;min-height:auto;}
.img_auto{width:auto;height:auto;max-width:100%;}
@keyframes mover{0%{transform:translateY(0);}100%{transform:translateY(-0.625rem);}}
@keyframes wiggle{5%, 50%{transform: scale(1);}10%{transform: scale(.9);}15%{transform:scale(1.15);}20%{transform: scale(1.15) rotate(-5deg);}25%{transform:scale(1.15) rotate(5deg);}30%{transform:scale(1.15) rotate(-3deg);}35%{transform: scale(1.15) rotate(2deg);}40%{transform:scale(1.15) rotate(0);}}
@-webkit-keyframes rotate{from {-webkit-transform: rotate(0deg);}to{ -webkit-transform: rotate(359deg);}}
/*Header */
body.show, body.open{overflow:hidden;}
header{padding:10px 0;background-color:var(--theme_box_background_color);box-shadow:0 0 8px rgba(0,0,0, .08);position:sticky;top:-1px;z-index:1021;}
.header_inner{display:flex;align-items:center;justify-content:flex-start;gap:0.9375rem;}
.header_right{flex:1;justify-content:flex-end;display:flex;align-items:center;}
header .navbar-nav{align-items:center;}
header .navbar-nav .nav-link{padding:1.375rem 0rem !important;margin:0 0.9375rem;font-size:var(--theme_font_size_15);color:var(--theme-headline-color);position:relative;cursor:pointer;font-weight:var(--theme_font_500);}
header .navbar-nav .nav-link i{transition:0.4s;}
header .navbar-nav .nav-link:after{content:'';position:absolute;left:0;right:0;width:0;height:0.125rem;background:var(--theme_btn_gridaint);bottom:0;transition:0.5s;margin:auto;}
header .navbar-nav .nav-link:hover{color:var(--theme-base-color);}
header .navbar-nav .nav-link:hover:after{width:100%;}
header .dropdown_main{position:absolute;width:31.25rem;background-color:var(--theme_box_background_color);box-shadow:0rem 0.0625rem 0.9375rem rgba(78, 173, 253, 0.2);top:3.5rem;border-radius:1.25rem;padding:0.5rem 0;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;transition:0.3s;opacity:0;visibility:hidden;}
header .navbar-nav .nav-link:after{content:'';position:absolute;left:0;right:0;width:0;height:0.125rem;background:var(--theme_btn_gridaint);bottom:0;transition:0.4s;margin:auto;}
header .dropdown_main::before{content: '';border-bottom:0.5rem solid var(--theme-base-color);border-right:0.5rem solid transparent;border-left:0.5rem solid transparent;position:absolute;top:-0.5rem;left:1.25rem;}
header .dropdown_main > ul{width:50%;padding:0 0.9375rem;margin:0.375rem 0;}
header .dropdown_main > ul .title {display:block; margin-bottom:0.75rem; position:relative;font-weight:var(--theme_font_600);}
header .dropdown_main > ul .title a{color:var(--theme-headline-color);}
header .dropdown_main > ul .title::after{content:'';width:1.875rem;height:0.125rem;background:var(--theme_btn_gridaint);position:absolute;left:0;bottom:-0.3125rem;transition:0.3s;}
header .dropdown_main > ul .title:hover::after{width:6.875rem;}
header .dropdown_main > ul > li > a{padding:0.3125rem 0;color:var(--theme-light-color);display:block;font-size:var(--theme_font_size_14);text-transform:capitalize;}
header .dropdown_main > ul > li > a::before{content:'';width:0rem;height:0.125rem;background:var(--theme_btn_gridaint);display:inline-block;vertical-align:middle;transition:0.5s;}
header .dropdown_main > ul > li > a:hover{color:var(--theme-base-color);}
header .dropdown_main > ul > li > a:hover::before{width:0.75rem;margin-right:0.25rem;}
.header_country{position:relative;z-index:1024;background-color:#edf7ff;border-radius:0;}
.header_country_inner{display:flex;align-items:center;justify-content:center;gap:1.25rem;padding:0.3125rem 0;}
.header_country_inner .dropdowns .dropdown-toggle{min-width:10rem;font-size:var(--theme_font_size_13);padding:0.5rem;}
.header_country_inner .dropdowns .dropdown-toggle b{display:inline-flex;align-items:center;gap:10px;font-weight:var(--theme_font_500);}
header .signle_drodown{width:12.5rem;}
header .signle_drodown > ul{width:100%;}
header .signle_drodown > ul > li > a{color:var(--theme-headline-color);}
header .navbar-nav .btn{padding:0.5rem 1rem;margin-left:0.625rem;}
header .user_header i{font-size:var(--theme_font_size_20);}
header ._dashboard .user_header{background:linear-gradient(90deg, #edfbfd 0%, #F3F6FF 100%);color:var(--theme-base-color);box-shadow:inherit !important;}
/*Header End*/

/*Footer*/
footer{background-color:var(--footer_bg_color);}
.footer_title{font-size:var(--theme_font_size_18);color:var(--footer_headline_color);font-weight:var(--theme_font_500);margin-bottom:1.75rem;position:relative;}
.footer_title::after{content:'';width:3rem;height:2px;border-radius:0 0.3125rem 0.3125rem 0;background:var(--footer_links_color);position: absolute;left: 0;bottom:-0.75rem;}
.footer_list > li > .footer_link{display:block;margin-top:0.875rem;color:var(--footer_links_color);position:relative;transition:0.5s;cursor:pointer;text-transform:capitalize;font-size:var(--theme_font_size_14);}
.footer_list > li > .footer_link:hover{text-decoration:underline;}
.footer_list > li > .footer_link::before{content:''; width:0rem; height:0.125rem; background:var(--footer_links_color);display:inline-block; vertical-align:middle;transition:0.5s;}
.footer_list > li > .footer_link:hover::before{width:0.75rem;margin-right:0.25rem;}
footer p, footer div{color:var(--footer_links_color);font-size:var(--theme_font_size_14);}
.footer_bottom_desc{border-top:0.0625rem solid var(--footer_border_color);padding:1.125rem 0 0;margin:1.75rem 0 0;}
footer a{color:var(--footer_links_color);}
.footer_logo{display:flex;align-items:center;justify-content:flex-start;gap:0.625rem;border-top:0.0625rem solid var(--footer_border_color);padding-top:0.9375rem;}
.footer_logo img{max-height:1.75rem;}
.footer_social{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:0.75rem;}
footer .footer_social > a{width:2.25rem;height:2.25rem;background:var(--footer_headline_color);box-shadow:0rem 0rem 0.375rem rgba(0, 0, 0, 0.10);display:inline-flex;align-items: center;justify-content: center;font-size:var(--theme_font_size_18);margin-top:0;color:var(--theme-base-color);transition:0.5s;border-radius:var(--theme_border_radius_5);}
footer .footer_social > a:hover{border-radius:var(--theme_border_radius_10);transform:translateY(-0.125rem);}

/*Forum Main*/
.ask_question{position:relative;padding:2rem 1.5rem;border-radius:1.25rem;z-index:1;overflow:hidden;display:flex;align-items:center;justify-content:flex-start;gap:1.25rem;margin-bottom:1.875rem;background:linear-gradient(180deg, #fff9f8 0%, #fdfcf8 100%);border:1px solid #ffcc8d;}
.ask_question .ask_question_left{flex:1;display:flex;align-items:center;justify-content:flex-start;gap:0.9375rem;}
.ask_question_left .icon{width:4.875rem;height:4.875rem;background: var(--theme_box_background_color);box-shadow:0 0 0.5rem rgba(0,0,0,.1);border-radius:3.125rem;display:flex;align-items:center;justify-content:center;}
.ask_question .title{font-size:var(--theme_font_size_22);font-weight:var(--theme_font_600);color:var(--theme-headline-color);margin-bottom:0.125rem;text-transform: capitalize;}
.right_side_box{background-color:var(--theme_box_background_color);box-shadow:0px 0px 24px rgba(82, 176, 255, 0.18);border-radius:var(--theme_border_radius_10);padding:0.9375rem;}

.forum_right_title{font-size:var(--theme_font_size_18);font-weight:var(--theme_font_500);margin-bottom:10px;color:var(--theme-headline-color);}
.popular_topic_list li{margin-top:15px;}
.popular_topic_list .headline_color{font-weight:var(--theme_font_500);margin-bottom:0.1875rem;display:block;transition:0.5s;}
.popular_topic_list a:hover .headline_color{color:var(--theme-base-color);}
.popular_topic_list{list-style:disc;margin-left:1.25rem;}
.popular_topic_list li::marker{color:var(--theme-base-color);}
.tags_list{display:flex;flex-wrap:wrap;gap:0 0.625rem;padding:0 0.3125rem;}
.tags_list > li > a{padding:0.625rem;background-color:var(--theme_box_background_color_alt);border-radius:var(--theme_border_radius_10);color:var(--theme-headline-color);display:block;font-size:var(--theme_font_size_13);transition:.5s;margin-top:0.625rem;}
.tags_list > li > a:hover{box-shadow:0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.15);}

.forum_search{background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_10);box-shadow:0rem 0.0625rem 1.5rem rgba(0, 0, 0, 0.11);position:relative;overflow:hidden;}
.forum_search button{background-color:transparent;border:0;position:absolute;right:5px;top:50%;transform:translate(0px, -50%);font-size:var(--theme_font_size_18);}
.forum_search .form-control{border:0;padding:1rem 2.5rem 1rem 0.9375rem;color:var(--theme-headline-color);}
.forum_search .form-control::placeholder{color:var(--theme-headline-color);}
.support_inner_section .title{font-size:var(--theme_font_size_22);font-weight:var(--theme_font_600);color:var(--theme-headline-color);margin-bottom:0.5rem;}
.support_inner_section > ul{background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_10);box-shadow:0px 0px 24px rgba(82, 176, 255, 0.18);}
.support_inner_section > ul > li {border-bottom:1px solid var(--border-color);padding:1.25rem;margin:0.3125rem 0;position:relative;}
.support_inner_section > ul > li:last-child{border:0  ;}
.support_list_left{flex:1;}
.support_list_inner ._icon i{font-size:26px;}
.support_list_inner .heading_title{font-size:var(--theme_font_size_16);font-weight:var(--theme_font_600);}
.support_list_inner .topic_comment{max-width:220px;}
.support_list_inner .topic_comment img{border:0.0625rem solid var(--border-color);border-radius:50px;overflow:hidden;width:2.5rem;height:2.5rem;margin-right:0.625rem;}
.support_list_inner .topic_comment span{font-size:var(--theme_font_size_13);flex:1;}
.support_list_inner .topic_comment span strong{font-weight:var(--theme_font_500);}
.support_list_right ul > li *{display:block;text-align:center;}
.support_list_right .topic_count strong{font-weight:600;font-size:var(--theme_font_size_16);margin-bottom:0.1875rem;}
.support_list_right .topic_count span{font-size:var(--theme_font_size_14);}
.support_list_right ul > li{position:relative;}
.support_list_right ul > li:last-child::after{content:'';width:1px;height:100%;background-color:var(--border-color);position:absolute;left:-24px;top:0;}

.popular_inner_list li + li{margin-top:0.9375rem;}
.popular_inner_list li a{display:flex;align-items:center;justify-content:flex-start;}
.popular_inner_list li .title{flex:1;font-size:var(--theme_font_size_14);color:var(--theme-headline-color);}
.popular_inner_list li .icon{width:1.875rem;height:1.875rem;background-color: #f8f9ff;border-radius:3.125rem;display:flex;align-items:center;justify-content:center;font-size:var(--theme_font_size_13);color:var(--base-yello-color);}

.cta_page_section {background-image:url(../images/ctabg.webp);position:relative;background-position:bottom;background-repeat:no-repeat;background-size:cover;}
.cta_page_section .cta_page_left{flex:1;}

.categories_heading ._content{flex:1;}
.support_list_left .forum_topic b{font-weight:var(--theme_font_500);}
.support_list_left ._icon img {width:3.125rem;height:3.125rem;object-fit:cover;border-radius:50%;overflow:hidden;border:1px solid var(--border-md-color);}
.support_list_left ._content{flex:1;}
.support_list_bottom .headline_color{font-weight:var(--theme_font_500);}
.support_list_bottom ._left img{width:1.75rem;height:1.75rem;object-fit:cover;border-radius:50%;overflow:hidden;border:1px solid var(--border-color);margin-right:0.25rem;}
.support_list_bottom ._left .img_icon{width:1.75rem;height:1.75rem;border-radius:50%;background-color:var(--theme-base-color);color:var(--theme_btn_color);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:var(--theme_font_500);}
.support_list_bottom ._left span{flex:1;}
.support_inner_section nav{margin-top:25px;}
.support_inner_section nav > div  p{margin-bottom:0;}
.support_inner_section nav div:first-child{justify-content:center !important;}
.support_inner_section nav .page-item.active .page-link {color:var(--theme_btn_color);background:var(--theme_btn_gridaint);border-color:var(--theme-base-color);}
.support_inner_section .page-link{padding:5px 15px;color:var(--theme-base-color);}
.support_inner_section .page-link:focus{box-shadow:none !important;}
.support_list_bottom .left_top{flex:1;}
.view_page_tag .view_tags{flex:1;font-weight:var(--theme_font_500);}
.all_comment_body_li .support_list_bottom ._right_side{flex:1;margin-left:3px;}
.support_list_bottom ._right_side ._date{display:block;width:100%;}

.reply_box .all_comment_body_li{position:relative;background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_10);box-shadow:0px 0px 24px rgba(82, 176, 255, 0.18);padding:15px;margin-bottom:20px;display:flex;align-items:flex-start;justify-content:flex-start;}
.reply_box .all_comment_body_li:last-child{border-bottom:0;}
.all_comment_body_li .support_list_bottom{flex-wrap:wrap;width:160px;margin-right:15px;}
.all_comment_body_li .support_list_bottom .headline_color{width:100%;}
.reply_box .all_comment_body_li ._left_side_comment{flex:1;position:relative;padding-left:18px;}
.reply_box .all_comment_body_li ._left_side_comment::before{content:'';width:1px;height:100%;position:absolute;left:0;top:0;background-color:var(--border-md-color);}
.reply_box .all_comment_body_li ._left_side_comment p{margin-bottom:8px;}
.reply_box .all_comment_body_li ._left_side_comment ul{list-style:disc;margin-left:22px;margin-bottom:8px;}
.reply_box .all_comment_body_li ._left_side_comment ul li{margin-bottom:6px;}
.reply_box .all_comment_body_li ._left_side_comment ul li::marker{color:var(--theme-base-color);}
.reply_box .all_comment_body_li ._left_side_comment ul li.reply_box{list-style:none !important;}

.reply_box .support_list_bottom ._left img{width:2.25rem;height:2.25rem;}
.reply_box .support_list_bottom ._left .img_icon{width:2.25rem;height:2.25rem;font-size:var(--theme_font_size_14);}
.view_page_question{background:linear-gradient(180deg, #fffaf1 0%, #FFF8FD 100%);border-radius:1.25rem;border:1px solid var(--border-md-color);}
.comment_form > form{background-color:var(--theme_box_background_color);box-shadow:0px 1px 24px rgba(0, 0, 0, 0.11);border-radius:var(--theme_border_radius_10);padding:1.25rem}
.comment_form > form .form-group + .form-group{margin-top:1.25rem;}
.comment_form > form .form-group label{display:block;margin-bottom:10px;color:var(--theme-headline-color);font-weight:var(--theme_font_500);font-size:var(--theme_font_size_15);}
._question_box_title{background-color: var(--theme_box_background_color);border-radius:var(--theme_border_radius_10);box-shadow:0px 0px 24px rgba(82, 176, 255, 0.18);padding:1.25rem;}
.comment_form textarea.form-control{border-radius:var(--theme_border_radius_10)}
._question_box_title > ul > li{list-style:disc;margin:0 0 10px 20px;}

.all_comment_body_li ._left ._comment_icon{font-size:28px;color:var(--theme-headline-color);}

/*Category View Page*/
._fourm_category_view .support_inner_section > ul {background-color:transparent;border-radius:0;box-shadow:inherit;}
._fourm_category_view .support_inner_section > ul > li{background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_10);box-shadow:0px 0px 24px rgba(82, 176, 255, 0.18);margin-bottom:20px;border:0;padding:15px;}



/*CTA Page*/
.comunity_banner_section{background-color:#f7faff;background-image: url(../images/comunity_bg.webp);background-position:center;background-size:100%;background-repeat:no-repeat;}
.comunity_banner_section h2{font-size:1.5625rem;}
.comunity_banner_section .btn{font-size:var(--theme_font_size_16);background-color:#0866FF;color:#fff !important;}

.login_signup ._left_icon{background-color:var(--theme_box_background_color_alt);width:300px;padding:20px 40px;text-align:center;min-height:350px;display:flex;align-items:center;justify-content:center;border-radius:var(--theme_border_radius_20) 0 0 var(--theme_border_radius_20) ;}
.login_signup .login_sign_right .form-control:disabled, .login_signup .login_sign_right .form-control[readonly]{background-color:var(--theme_box_background_color) !important ;}
.login_signup .login_sign_right .btn-close{position:absolute;right:0;top:0;background-color:var(--theme_box_background_color);opacity:1;box-shadow:0 0 8px rgba(0,0,0,.10);border-radius:var(--theme_border_radius_5);padding:10px;}
.login_signup .login_sign_right{flex:1;padding:20px;}

._form_floting_main .form-floating > .form-control, ._form_floting_main .form-floating > .form-select{height:100%;padding:15px 15px 10px !important;border-color:#d9d9d9;border-radius:var(--theme_border_radius_10);font-size:var(--theme_font_size_15);font-weight:var(--theme_font_500);outline:0;box-shadow:inherit !important;}
._form_floting_main .form-floating > label{top:11px;left:2px;padding:0;padding:0 10px;height:auto;background-color:var(--theme_box_background_color);color:var(--theme-headline-color);border-radius:var(--theme_border_radius_5);}
._form_floting_main .form-floating > .form-control:focus~label, ._form_floting_main .form-floating > .form-control:not(:placeholder-shown)~label, ._form_floting_main .form-floating > .form-select~label{opacity:1;transform:scale(.95) translateY(-1.4rem) translateX(.15rem);}

.login_signup .otp_group .form-control{padding:0 5px;display:flex;align-items:center;justify-content:center;height:22px;text-align:center;font-size:var(--theme_font_size_16);font-weight:500;border-radius:0;border-width:0 0 1px 0;}
.login_signup ._left_icon .img_auto{max-height:100%;}
.login_signup .modal-content{border-radius:var(--theme_border_radius_20);}

.footer_contact_form{position:fixed;top:50%;transform:translate(0,-50%);z-index:9;right:-378px;display:flex;align-items:flex-start;justify-content:flex-start;width:380px;transition:0.5s;}
.body_form_active .footer_contact_form{right:0;}
.footer_contact_form  > .btn_gridaint{transform:rotate(90deg);padding:5px;top:102px;left:-160px;width:260px;height:54px;display:flex;align-items:center;justify-content:center;position:fixed;z-index:2;}
.footer_contact_form ._form_floting_main{background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_10);padding:15px;flex:1;box-shadow:0px 0px 20px rgba(82, 176, 255, 0.2);position:relative;z-index:1;}
.footer_contact_form ._form_floting_main ._close_btn{background-color:var(--theme-headline-color);font-size:var(--theme_font_size_13);font-weight:var(--theme_font_500);padding:4px 12px;border-radius:var(--theme_border_radius_5);color:var(--theme_btn_color);cursor:pointer;}
._follow_us{font-size:var(--theme_font_size_15);font-weight:var(--theme_font_500);color:var(--footer_headline_color);}

._new_content_bottom {background:linear-gradient(180deg, #ffffff 0%, #fdf8fd 100%);border:1px solid var(--border-md-color);border-radius:var(--theme_border_radius_20);padding:20px 0px 20px 20px;position:relative;}
._new_content_bottom .other_content_scroll {max-height:28.125rem; overflow-y:auto;margin:0;}
._new_content_section  ul li strong{font-weight:var(--theme_font_500);color:var(--theme-headline-color);}
._new_content_section .sub_title {font-size: var(--theme_font_size_18);font-weight: var(--theme_font_500);}
._new_content_section ul li {margin:0.5rem 0 0.5rem 1.25rem;list-style:disc;}
._new_content_bottom::after{content:'';position:absolute;bottom:0;width:100%;height:140px;border-radius:0 0 20px 20px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, #f9f1ff 100%);left:0;}
._new_content_section h3{font-size:var(--theme_font_size_18);}

  /*Cookies Section*/
.cookies_section{background-color:var(--theme_box_background_color);padding:0.9375rem;border-radius:1.25rem;box-shadow:0rem 0rem 0.9375rem rgba(0, 0, 0, 0.12);position:fixed;bottom:0.9375rem;left:0.9375rem;z-index:9;max-width:23.75rem;margin:0;z-index:11;}
.cookies_section ._content , .cookies_section .sub_content{flex:1;}
.cookies_section .sub_title{font-size:var(--theme_font_size_16);}
.cookies_section p{font-size:var(--theme_font_size_13);}
.cookies_section .btn{font-size:var(--theme_font_size_14);padding:0.5rem 0.75rem;width:100%;}
.cookies_section .view_cookies{background-color:var(--theme_box_background_color_alt);color:var(--theme-headline-color);}

/**/
._reply_box ._reply_btn{text-decoration:underline;}
._reply_box ._like_btn{width:28px;height:28px;background-color:var(--theme_box_background_color);box-shadow:0px 0px 8px rgba(0, 0, 0, 0.07);border-radius:var(--theme_border_radius_5);display:flex;align-items:center;justify-content:center;color:var(--theme-headline-color);font-size:var(--theme_font_size_15);}
._reply_box ._like_btn.active{background-color:#ed0057;color:#fff;}
._comment_list{border-top:1px solid var(--border-color);margin-top:15px;}

._comment_list ._left_img{width:34px;height:34px;background-color:var(--theme-base-color);color:var(--theme_btn_color);font-size:var(--theme_font_size_14);font-weight:var(--theme_font_500);border-radius:var(--theme_border_radius_50);text-transform:uppercase;}
._comment_list .mini_title{font-weight:var(--theme_font_500);color:var(--theme-headline-color);font-size:var(--theme_font_size_15);}
._comment_list .min_date{font-size:var(--theme_font_size_13);}
._comment_list ._quote i{font-size:45px;opacity:0.20;display:block;margin-top:6px;}
._comment_list > ul > li{margin-top:15px;border-bottom:1px solid var(--border-md-color);padding-bottom:15px;}
._comment_list > ul > li:last-child{border-width:0;padding-bottom:10px;}
._comment_list > ul > li > p{font-size:var(--theme_font_size_14);}
.comment_form .editor_msg{height:220px;}
.ql-toolbar{border-radius:var(--theme_border_radius_5) var(--theme_border_radius_5) 0 0;}
.comment_form .editor_msg{border-radius:0 0 var(--theme_border_radius_5) var(--theme_border_radius_5);}
@media (max-width:1199px) {
  .container{max-width:100%;}
  .container-fluid{padding:0 0.9375rem;}
}
@media (min-width:992px) {

  header .dropdown_main{display:flex !important;}
  header .navbar-nav .nav-item:hover .dropdown_main{top:4rem;visibility:visible;opacity:1;}
  header .navbar-nav .nav-link:hover i{transform:rotate(-180deg) ;}
  
}
@media (max-width:1199px){
  /*header*/
  header .navbar-nav .nav-link{margin:0 0.625rem;font-size:var(--theme_font_size_14);}
}
@media (max-width:991px) {
  .custom_home_space{padding:2.5rem 0;}
  .homes_heading{font-size:1.625rem;}
  .services_banner_page .homes_heading{font-size:2rem;}
  /*header*/
  header{padding:0.625rem 0;}
  .header_inner .logo img{width:auto;height:auto;max-height:28px;}
  header .navbar-collapse{position:fixed;left:-100%;background-color:var(--theme_box_background_color);height:100vh;top:0;width:70%;text-align:left;transition:0.3s;flex-basis:inherit;flex-grow:inherit;align-items:inherit;text-align:center;overflow-y:auto;padding-bottom:0.9375rem;}
  header .navbar-collapse.show{left:0;box-shadow:0.375rem 0 0.625rem rgba(0,0,0, .18);}
  header .collapse:not(.show){display:inherit;}
  header .navbar-nav{align-items:flex-start;}
  header .navbar-nav li{width:100%;}
  header .navbar-nav .nav-link{margin:0;padding:0.875rem 1.25rem !important;width:100%;border-top:0.0625rem solid #c7c7c7;display:flex;align-items:center;justify-content:space-between;}
  header .navbar-toggler{padding:0;outline:0 !important;border:0;box-shadow:none !important;}
  header .navbar-toggler svg {width:2.5rem;}
  header .navbar-nav .nav-link i{transform:rotate(-90deg);font-size:var(--theme_font_size_16);}
  header .navbar-nav .nav-link.active i{transform:rotate(0deg)}
  header .navbar-nav .header_innner {padding:0.875rem 0.9375rem;}
  header .navbar-nav .header_innner .logo{flex:1;text-align:left;}
  header .corss_icon{width:2.375rem;height:2.375rem;display:flex;align-items:center;justify-content:center;border-radius:0.3125rem;font-size:1.375rem;box-shadow:0 0 0.375rem rgba(0,0,0, .15);color:var(--theme-base-color);background-color:var(--theme_box_background_color);cursor:pointer;}
  header .dropdown_main{top:auto;width:100%;border-radius:0 0 0.625rem 0.625rem;height:0;opacity:1;visibility:visible;text-align:left;}
  header .dropdown_main.active{position: relative;display:flex !important;height:auto;}
  header .dropdown_main::before{display:none;}
  header .navbar-nav .btn {padding:0.625rem 1rem;width:95%; margin:0.375rem auto 0;text-align:center;}
  .header_right .btn.btn_gridaint{padding:0.5rem 1.125rem;margin-right:0.5rem;}

  /*Forum*/
  .support_page_main > .row, .support_page_view > .row{gap:1.25rem;}

  .login_signup .modal-body{flex-direction:column;}
  .login_signup ._left_icon{width:100%;min-height:100%;height:200px;}
  .login_signup .sub_title{text-align:center;}

}
@media (max-width:767px){
  html{font-size:14px;}
  /*Header*/
  header .navbar-collapse{width:100%;}
  header .navbar-nav .nav-link{font-size:1rem;padding:0.875rem 0.9375rem !important;}
  header .dropdown_main > ul .title{font-size:var(--theme_font_size_14);}
  header .navbar-toggler svg{width:2.25rem;}
  header .corss_icon{width:2.1875rem;height:2.1875rem;}
  header .dropdown_main > ul{padding:0 0.625rem;}
  header .dropdown_main > ul > li > a{text-transform:capitalize;font-weight:var(--theme_font_500);}
  /*Footer*/
  footer .row .col-6.col-md-3{margin-bottom:0.9375rem;}
  .footer_title::after{width:2.5rem;height:0.1875rem;bottom:-0.5rem;}
  .footer_list li a{margin-top:0.5rem;}
  .footer_title{margin-bottom:1.375rem;}

  /*Forum*/
  .ask_question_left .icon{display:none;}
  .support_inner_section .title{font-size:20px;}
  .support_list_inner .heading_title{font-size:14px;}
  .support_list_inner ._icon i{font-size:20px;}
  .support_list_left .forum_topic{font-size:var(--theme_font_size_13);}
  .support_list_bottom, .support_list_bottom .left_top {flex-wrap:wrap;}
  .view_page_tag {flex-wrap:wrap;gap:10px;}
  .view_page_tag .view_tags{flex:inherit;}

  /*Comunity*/
  .comunity_banner_section{background-image:none;}
  .comunity_banner_section h2 br{display:none;}
  .comunity_banner_inner img{padding:0 20px 20px;}

  .login_signup ._left_icon{height:150px;}
  .login_signup .login_sign_right{padding:10px 15px 20px;}
  .login_signup .sub_title{font-size:var(--theme_font_size_18);}

  .footer_contact_form{width:auto !important;right:0 !important;transform:inherit !important;}
  .footer_contact_form > .btn_gridaint{padding:12px 42px;right:-72px;top:42%;left:auto;width:180px;height:46px;}
  .footer_contact_form ._form_floting_main{left:0;right:0;width:95%;top:50%;margin:auto;position:fixed;transform:scale(0) translate(0px, -50%);transition:0.4s;}
  .body_form_active .footer_contact_form > .btn_gridaint{right:-132px;}
  .body_form_active .footer_contact_form ._form_floting_main{transform:scale(1) translate(0px, -50%);}
  .body_form_active::after{content:'';width:100%;background-color:rgba(0, 0, 0, .40);top:0;left:0;right:0;height:100%;position:fixed;z-index:1;}
  .footer_contact_form .sub_title{font-size:var(--theme_font_size_18);}
}
@media (max-width:600px){
  /*Footer*/
  .footer_logo{flex-direction:column;}
  .footer_logo img{max-height:1.5rem;margin-bottom:0.625rem;}
  .footer_social{gap:0.5rem;}
  footer .footer_social > a{width:2rem;height:2rem;}
  /*Forum*/
  .cta_page_inner{flex-direction:column;text-align:center;gap:1rem !important;}
  .ask_question{flex-direction:column;text-align:center;gap:1rem;}
  .support_list_inner .support_list_right{display:none !important;}
  .categories_heading{flex-direction:column;text-align:center;}
  .comment_form .btn.btn_gradiant{width:100%;}
  .support_list_right > ul{display:none !important;}

  .reply_box .all_comment_body_li{flex-direction:column;width:100%;}
  .all_comment_body_li .support_list_bottom{flex-wrap:wrap;width:100%;margin:0 0 10px;}
  .reply_box .all_comment_body_li > p{padding:0;}
  .reply_box .all_comment_body_li > p::before{display:none;}
  .reply_box .all_comment_body_li ._left_side_comment{padding-left:0;border-width:0;}
  .reply_box .all_comment_body_li ._left_side_comment::before{display:none;}

}
