@font-face {
    font-family: 'proza_libresemibold';
    src: url('../font/prozalibre-semibold-webfont.eot');
    src: url('../fonts/prozalibre-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/prozalibre-semibold-webfont.woff2') format('woff2'),
         url('../fonts/prozalibre-semibold-webfont.woff') format('woff'),
         url('../fonts/prozalibre-semibold-webfont.ttf') format('truetype'),
         url('../fonts/prozalibre-semibold-webfont.svg#proza_libresemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proza_librebold';
    src: url('../fonts/prozalibre-bold-webfont.eot');
    src: url('../fonts/prozalibre-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/prozalibre-bold-webfont.woff2') format('woff2'),
         url('../fonts/prozalibre-bold-webfont.woff') format('woff'),
         url('../fonts/prozalibre-bold-webfont.ttf') format('truetype'),
         url('../fonts/prozalibre-bold-webfont.svg#proza_librebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'intermedium';
    src: url('../fonts/inter-medium-webfont.eot');
    src: url('../fonts/inter-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/inter-medium-webfont.woff2') format('woff2'),
         url('../fonts/inter-medium-webfont.woff') format('woff'),
         url('../fonts/inter-medium-webfont.ttf') format('truetype'),
         url('../fonts/inter-medium-webfont.svg#intermedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans-regular-webfont.eot');
    src: url('../fonts/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/notosans-regular-webfont.woff') format('woff'),
         url('../fonts/notosans-regular-webfont.ttf') format('truetype'),
         url('../fonts/notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'interregular';
    src: url('../fonts/inter-regular-webfont.eot');
    src: url('../fonts/inter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/inter-regular-webfont.woff2') format('woff2'),
         url('../fonts/inter-regular-webfont.woff') format('woff'),
         url('../fonts/inter-regular-webfont.ttf') format('truetype'),
         url('../fonts/inter-regular-webfont.svg#interregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'dm_sansregular';
    src: url('../fonts/dmsans-regular-webfont.eot');
    src: url('../fonts/dmsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dmsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/dmsans-regular-webfont.woff') format('woff'),
         url('../fonts/dmsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/dmsans-regular-webfont.svg#dm_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body,
html{
    width:100%;
    height: 100%;
}
img{
    max-width:100%;
    height:auto;
}
body{
    margin:0;
    padding:0;
    font-size:18px;
    font-family: 'noto_sansregular';
    color:#000;
}
*{
    box-sizing:border-box;
}
ul{
    padding:0;
    margin:0;
    list-style-type:none;
}
a:focus-visible {
    text-decoration: none;
    outline: none;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
input::-webkit-input-placeholder{
    color:#a7a7a7 !important;
    font-size:12px;
    vertical-align:middle;
    font-family: 'noto_sansregular';
}
textarea::-webkit-input-placeholder{
     color: #6B6F80;
     font-family: 'noto_sansregular';
     font-size: 16px;
     line-height: 24px;
}
a{
    text-decoration: none;
    color: #525252;
}
.field-error {
    float: left;
    color: #F00;
    width: 100%;
}
:root {
  --primary: #000;
  --contrast: #2F913B;
  --light_green: #bde4c2;
}
.container {
    width: 96%;
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
}
p {
    color: #525252;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.btn {
    float: left;
    width: auto;
    justify-content: center;
    border:0;
    padding: 16px 20px;
    width: 100%;
    background: var(--contrast);
    border-radius: 9999px;
    color:#fff;
    font-family: 'intermedium';
    font-size:16px;
    text-align: center;
    cursor: pointer;
    border: solid 1px var(--contrast);
}
.btn:hover{
   
    color: var(--contrast);
    background: #FFF;
}

.main_wrap h2 {
    font-family: 'proza_librebold';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.04em;
    
    margin-bottom: 48px;
        margin-top: 0;
}
.color_text{
        color: var(--contrast);
}
.content {
    width: 100%;
    float: left;
    background: #f7f8ff9e;
    font-size: 14px;
    position: relative;
}
/*main-wrap*/
.main_wrap {
    width: 100%;
    /* display: block; */
    float: left;
    position: relative;
}
.video_wrapper {
    float: left;
    width: 48%;
    text-align: center;
}
.video_wrap {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.video_wrap iframe{
    width: 100%;
}
.video_content {
    float: left;
    width: 100%;
}
.video_title {
    font-family: 'proza_libresemibold';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 150%;
    
}
.video_content_list {
    float: left;
    width: 100%;
}
.video_content_list ul li {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.25px;
    /* float: left; */
    /* width: 100%; */
    font-family: 'intermedium';
    margin-top: 30px;
    font-weight: bold;
    color: #333;
    background: url(../images/Checkboxes.png) 0 center no-repeat;
    display: table;
    text-align: left;
    margin: 30px auto 0;
    padding-left: 30px;
}
.white_box {
    float: right;
    width: 48%;
    /* border: 1px solid #ccc; */
    border: 1px solid #D0D0D2;
    border-radius: 16px;
    padding: 40px 40px;
}
.white_box h4 {
    font-family: 'proza_libresemibold';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #202020;
    margin: 0;
}
.input_field {
    float: left;
    width: 100%;
    margin-top: 24px;
    position: relative;
}
.input_field.half {
    width: 46%;
    margin-right: 2%;
}
.input_field.half.right {
    margin-right: 0;
    float: right;
}
label.form_label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #141519;
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}
.input_box {
    padding: 12px 16px;
    border: 0;
    width: 218px;
    height: 48px;
    background: #F6F7F9;
    border-radius: 4px;
    
    float: left;
    width: 100%;
}
textarea.input_box{
    height: 100px;
    resize: none; 
}
.important_field {
    color: #ff0000;
}
.checkbox {
    float: left;
    width: 100%;
    font-size: 14px;
}
.card_information {
    background: #F6F7F9;
    border-radius: 4px;
    float: left;
    width: 100%;
}
.card_information .input_field{
    margin-top: 0;
}
.card_information .input_field .input_box{
    margin-top: 0;
    background: none;
    border-radius: 0;
}
.card_information .input_field.half{
    width: 50%;
    margin: 0;
}

/*footer*/
.footer {
    padding: 50px 0px;
    background: #F6F7FA;
    float: left;
    width: 100%;
    margin-top: 60px;
}
.footer_section {
    float: left;
    width: 23%;
    font-family: 'intermedium';
    margin-right: 2%;
}
.footer_section p {
    font-size: 32px;
    line-height: 140%;
    color: #212121;
    font-weight: bold;
    letter-spacing: 0.25px;
}
.footer_section h3 {
    font-size: 19px;
    line-height: 150%;
    color: #212121;
    margin-bottom: 15px;
    float: left;
    font-family: 'intermedium';
    width: 100%;
    margin-top: 0;
}
.footer_section ul li {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    font-size: 15px;
    font-family: 'interregular';
    color: #424242;
}
.footer_section ul li a {
    font-family: 'interregular';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #424242;
    line-height: 1;
}
.copyright_text {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 150%;
    color: #424242;
    font-family: 'interregular';
}
/*pricing page*/
.main_wrap.small_width {
    width: 900px;
    margin: 0 auto;
    float: none;
}
.pricing_page{
    font-family: 'dm_sansregular';
}
.pricing_page .white_box {
    float: right;
}
.white_box.alt {
    float: left;
    background: #58AD63;
    color: #fff;
}
.pricing_wrapper {
    float: left;
    width: 100%;
}
.pricing_top_wrap {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.pricing_logo {
    float: left;
    width: 28%;
    margin-right: 12px;
}
.pricing_title_wrap {
    float: left;
    width: 67%;
}
.pricing_for {
    float: left;
    width: 100%;
    color: #6F6C90;
    font-size: 18px;
}
.pricing_plan {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #170F49;
    font-weight: bold;
}
.pricing_wrapper p {
    color: #6F6C90;
    font-size: 18px;
    line-height: 30px;
}
.plan_amount_wrap {
    float: left;
    width: 100%;
    /* margin-bottom: 20px; */
    line-height: 58px;
    color: #170F49;
    font-weight: bold;
    font-size: 54px;
}
.plan_amount_wrap .grey_text {
    font-size: 20px;
    color: #6F6C90;
    font-weight: normal;
}
.plan_includes {
    float: left;
    width: 100%;
}
.plan_includes {
    float: left;
    width: 100%;
}
.plan_includes h3 {
    font-size: 18px;
    color: #170F49;
    line-height: 20px;
}
.plan_includes ul li {
    float: left;
    color: #170F49;
    width: 100%;
    font-size: 18px;
    margin-bottom: 12px;
    background: url(../images/Check%20Circle%20Icon.png) left top no-repeat;
    padding: 2px 0 2px 38px;
}
.button_area {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.white_box.alt .pricing_for {
    color: #fff;
}
.white_box.alt .pricing_plan {
    color: #fff;
}
.white_box.alt .pricing_wrapper p {
    color: #D9DBE9;
}
.line_trough {
    color: #CCFEB4;
    font-size: 20px;
    text-decoration: line-through;
    padding-right: 6px;
}
.white_box.alt .plan_amount_wrap .grey_text {
    color: #ffffff;
}
.white_box.alt .plan_includes ul li {
    color: #fff;
    background:url(../images/Check%20Circle%20white.png) left top no-repeat;
}
.white_box.alt .plan_amount_wrap {
    color: #ffffff;
}
.white_box.alt .btn {
    color: #56AC61;
    background: #ffffff;
}
.white_box.alt .plan_includes h3 {
    color: #ffffff;
}
/*pricing_checkout_page*/
.pricing_checkout_page{
    font-family: 'dm_sansregular';
}
.pricing_checkout_page .header{
    opacity:0;
}
.pricing_checkout_page .white_box {
    float: left;
    min-height: 580px;
}
.subscription_box {
    float: left;
    width: 100%;
}
.subscription_top_wrap {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.subscription_top_wrap .logo_wrap {
    float: left;
    width: auto;
}
.previous_btn {
    float: right;
    padding: 12px 0 0;
}
.previous_btn a{
    float:left;
    width:100%;
    font-size: 14px;
    color: #6F6C90;
}
.subtitle {
    float: none;
    color: var(--contrast);
    width: auto;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 32px;
    background: var(--light_green);
    border-radius: 20px;
}
.pricing_plan_name {
    color: #170F49;
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.offer_text {
    color: #6F6C90;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.pricing_calculation {
    float: left;
    width: 100%;
}
.pricing_calculation ul li {
    float: left;
    width: 100%;
    color: #6F6C90;
    padding:12px 0;
}
.pricing_calculation ul li:last-child {
    border-top: 1px solid #BDBDBD;
}
.pricing_calculation ul li .pricing_lable {
    float: left;
    width: auto;
    color: #333;
    font-weight: bold;
}
.pricing_calculation .grey_text {
    font-weight: normal;
    color: #828282;
}
.pricing_calculation ul li .pricing_amount {
    float: right;
    width: auto;
}
.pricing_checkout_page .white_box.payment_box {
    float: right;
    padding: 0;
    border: 0;
}
.button_area.apple_pay_btn {
    margin-top: 0;
}
.button_area.apple_pay_btn .btn {
    background: #000;
    margin-bottom: 30px;
}
.divider {
    text-align: center;
    width: 100%;
    float: left;
}
.thankyou_wrap{
    text-align: center;
}
/*login page*/

.top_logo_wrap {
    text-align: center;
    font-family: 'proza_libresemibold';
    margin-bottom:24px;
}
.top_logo_wrap a {
    float: left;
    width: 100%;
}
.top_logo_wrap a img{
    max-width: 100px;
    border-radius: 50%;
}
.top_logo_wrap h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #202020;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.top_logo_wrap h3 small {
    font-size: 14px;
    width: 100%;
    float: left;
}
.white_box.middle_align {
   float: none;
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    max-width: 90%;
    padding: 0;
    display: table;
    width: 500px;
    height: 100%;
}
.white_box.middle_align  .container{
    display: table-cell;
    vertical-align: middle;
}

.social_media_login {
    float: left;
    width: 100%;
    padding-top: 32px;
    margin-top: 32px;
    /* border-top: 1px solid #E5E5E8; */
    background: url(../images/Line%2029.png) top center no-repeat;
    /* background-position: center; */
}
.btn.social_btn {
    background: #fff;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    width: 217px;
    height: 48px;
    color: #141519;
    border: 1px solid #DCDEE6;
    border-radius: 999px;
    font-family: 'noto_sansregular';
}
.btn.social_btn .social_icon {
    float: left;
    width: auto;
    padding-right: 6px;
}
.middle_txt {
    float: left;
    width: auto;
    padding: 12px;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
}
.sign_up_wrap {
    float: left;
    width: 100%;
    margin-top: 32px;
    text-align: center;
    color: #616161;
    font-size: 16px;
}
.sign_up_wrap a.color_text {
    font-weight: bold;
}
.login_page .main_wrap.small_width {
    margin: 10% auto 10%;
    float: none;
    /* padding-bottom: 20px; */
    display: table;
}
span.visibility_btn {
    position: absolute;
    right: 12px;
    top: 45px;
    font-size: 14px;
    cursor: pointer;
}
/*manage-profile-page*/
.header .logo_wrap {
    float: left;
    width: auto;
}
.right_btn_wrap {
    float: right;
}
.right_btn_wrap ul li {
    float: left;
    width: auto;
    margin-left: 12px;
    padding: 10px 0 0;
}
.right_btn_wrap.header_right ul li:last-child {
    padding: 0;
    width: 42%;
    /* margin-left: 0; */
    float: right;
}
.btn.header_btn {
    padding: 12.5px 18px;
    font-size: 12px;
}
.header_btn_icon {
    float: left;
    width: auto;
    padding-right: 10px;
}
.btn.border_btn {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 1000px;
    color: #0E315F;
}
.btn.border_btn:hover{
    background: var( --primary);
    border: 1px solid var( --primary);
    color: #FFF;
}

.profile_wrap {
    float: left;
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    padding: 5px 5px;
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 5px;
}
.profile_img {
    float: left;
    width: 40px;
    margin-right: 8px;
}
.profile_img img{
    border-radius: 50%;
}
.ac_type.premium {
   
    padding: 3px 8px;
    text-transform: uppercase;
    /* width: 50px; */
    /* height: 14px; */
    background: #EAC60C;
    border-radius: 13px;
    font-size: 7px;
    line-height: 8px;
    color: #444444;
    float: left;
}
.profile_name {
    font-size: 12px;
    line-height: 15px;
    color: #0E315F;
    float: left;
    margin: 5px 0;
    /* position: relative; */
}
.pname{
    float: left;
    width: 100%;
    margin-bottom: 3px;
}
.arrow_icon {
    font-size: 14px;
}
.arrow_icon i{
    line-height: 42px;
}
.arrow_icon i.fa-chevron-up{
    display: none;
}
.dashboard .header {
    border-bottom: 1px solid #E0E0E0;
    padding: 12px 32px;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    background: #FFF;
    z-index: 9999;
}
.left_profile_bar {
    padding: 20px;
    gap: 46px;
    float: left;
    width: 20%;
    height: calc(100% - 78px);
    left: 0px;
    top: 0px;
    /* overflow-y: scroll; */
    background: #EDF4F1;
    margin-right: 0;
    position: relative;
    z-index: 999;
    transform: translateX(0);
}
.right_content_bar {
    float: right;
    width: 80%;
    padding: 30px;
}
.left_profile_bar ul li{
    float: left;
    width: 100%;
    background: #EDF4F1;
    padding: 5px;
    background: #BDE4C2;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.5s ease;

}
.left_profile_bar ul li a{
    color: #000;
    float: left;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.5s ease;
    font-size: 14px;
}

.left_profile_bar ul li a:hover{
    background: var(--contrast);
    color: #FFF;
}
.left_profile_bar ul li ul{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background: var(--light_green);
    border-radius: 5px;
    margin-left: 10px;
    display: none; 
    box-shadow: 5px 5px 8px -5px #48484896;
}
.left_profile_bar ul li.menu-item-has-children > a::before{
   content: " ";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid var(--contrast);
    position: absolute;
    right: 10px;
    top: 13px;
}
.left_profile_bar ul li:hover ul{
    display: block;
}
.left_profile_bar ul li ul::before{
    content: " ";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--light_green);
    position: absolute;
    left: -10px;
    top: 10px;

}
.left_profile_bar ul li ul li{
    margin-bottom: 0;

}
.select_profile_img {
    float: left;
    width: auto;
    padding-right: 10px;
    width: 50px;
}
.select_profile_img img{
    border-radius:50%;
}
.select_profile_drop_down {
    float: left;
    width: auto;
    font-size: 16px;
    padding: 9px 0 0;
}
.select_profile_drop_down  .fas.fa-angle-down {
    color: #44B063;
    padding-left: 5px;
}
.right_content_bar .breadcrums {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.right_content_bar .breadcrums ul li {
    float: left;
    width: auto;
    padding-right: 12px;
    font-size: 14px;
}
.breadcrums ul li:before {
    padding: 8px 8px 0 0;
    color: #1C5723;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.right_content_bar .breadcrums ul li:first-child:before{
    display:none;
}
.added_profile {
    float: left;
    width: 100%;
    position: relative;
}
.added_profile h2 {
    font-size: 40px;
    text-align: left;
    line-height: 54px;
}
.added_profile ul {
    margin-left: -1.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.added_profile ul li {
    float: left;
    width: 30.3%;
    margin: 0 1.5% 3% 1.5%;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 32px;
    position: relative;
}
.added_profile ul li .student_picture {
    margin-bottom: 14px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #30913b;
    color: #FFF;
    margin: 0 auto 15px;
    font-size: 43px;
    line-height: 80px;
    text-align: center;
}
.added_profile ul li .student_picture i{
    line-height: 70px;
}
.added_profile ul li .student_picture img{
    border-radius: 50%;
}
.student_name {
    font-family: 'proza_libresemibold';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #212121;
    float:left;
    width:100%;
    margin-bottom: 4px;
}
.student_age {
    font-size: 14px;
    color: #757575;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.student_active_timing {
    font-size: 14px;
    color: #757575;
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.btn.view_profile_btn {
    margin-top: 28px;
    text-align: center;
}
.three_dots {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 32px;
    top: 20px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 1000px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.add_profile_btn {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40% 0;
    color: #2F913B;
}
.added_profile ul li.add_profile_box {
    border: 1px solid #2F913B;
    width: 30.3%;
}
/*home page*/
.tag_line {
    padding: 10px 20px;
    float: left;
    width: auto;
    height: 40px;
    background: rgba(66, 134, 237, 0.1);
    border-radius: 27px;
    font-size: 14px;
    text-align: center;
    color: #4286ED;
    text-transform: uppercase;
}
.main_wrap .section h2 {
    font-size: 35px;
    color: #202020;
    /* float: left; */
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
}
.section.faq_sec {
    margin-bottom: 40px;
}
.faq_left_wrap {
    width: 41.666667%;
    float: left;
}
.Accordions {
    width: 58.333333%;
    float: right;
}
.Accordion_item {
    width: 100%;
    height: auto;
    margin: 5px 0;
    border-bottom: 1px solid rgba(32, 41, 76, 0.08);
}
.Accordion_item:first-child {
    margin-top: 50px;
}
.Accordion_item .title_tab {
    width: 100%;
    color: #000000;
    padding: 24px 0;
    cursor: pointer;
    transition: background-color 0.3s ease-in;
    border-radius: 0;
    position: relative;
}

.Accordion_item .title_tab .title {
    font-size: 20px;
    color: #212121;
    margin: 0;
}
.Accordion_item .title_tab .title .icon {
    float: right;
    font-size: 14px;
    padding: 5px 0;
}
.Accordion_item .title_tab .fa-minus{
       display: none;
}
.Accordion_item .title_tab.active .fa-minus{
    display: block;

}
.Accordion_item .title_tab.active .fa-plus{
    display: none;

}
.inner_content {
    width: 100%;
    height: auto;
    display: none;
    overflow: hidden;
}
.inner_content p{
    font-size: 16px;
    color: #616161;
}
.section {
    float: left;
    width: 100%;
    margin: 60px 0;
    position: relative;
}
.section.discover_meadow {
    background: #FFF5ED;
    margin: 0;
}
.discover_meadow .small_width {
    text-align: center;
    width: 800px;
    float: none;
    margin: 0 auto;
    padding: 120px 0;
}
.section .btn {
    padding: 12px 30px;
    /* padding: 10px 20px; */
    /* gap: 10px; */
    width: 180px;
    /* height: 42px; */
}
.section.discover_meadow .right_btn_wrap {
    float: none;
    margin: 0 auto;
    width: 400px;
    display: table;
}
.main_wrap .section.discover_meadow h2 {
    text-align: center;
    margin: 0 0 32px 0;
}
.section.how_it_work {
    text-align: center;
}
.section.how_it_work h2 {
    text-align: center;
}
.section.acivement {
    margin-bottom: 0;
}
.section.acivement h2 {
    margin-bottom: 46px;
}
.section .half_section {
    float: left;
    width: 46%;
    margin-right: 2%;
    position: relative;
}
.half_section.right {
    float: right;
    margin-right: -15px;
}
.half_section ul li {
    float: left;
    width: 100%;
    margin-bottom: 24px;
}
.section.acivement .half_section ul li {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    padding: 24px 32px;
    
}
.offering_content {
    display: none;
        float: left;
    margin-top: 10px;
    color: #616161;
}
.half_section ul li h4 i {
    float: right;
    line-height: 30px;
}
.half_section ul li h4 i.fa-minus{
    display: none;

}
.half_section ul li.open h4 i.fa-minus{
    display: block;
}
.half_section ul li.open h4 i.fa-plus{
    display: none;
}

.half_section ul li h4 {
    font-size: 20px;
    /* line-height: 150%; */
    color: #212121;
    margin-bottom: 0px;
    margin-top: 0;
    cursor: pointer;
}
.half_section ul li p {
    margin: 0;
    color: #616161;
    font-size: 18px;
}
.section.why_meadow {
    background: #F6F7FA;
    padding: 120px 0;
    margin:0;
}
.section.why_meadow .half_section ul li {
    margin-bottom: 48px;
}
.section.why_meadow .half_section ul li .green_icon {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.section.why_meadow .half_section ul li h4 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 16px;
}
.section.why_meadow .half_section ul li p {
    font-size: 20px;
    line-height: 150%;
}
.two_section {
    float: left;
    width: 100%;
    position:relative;
}
.two_section.parent_section {
    margin-bottom: 80px;
}
.two_section ul li {
    color: #444444;
    font-size: 20px;
    margin-bottom:16px;
    position: relative;
    padding-left: 20px;
}
.two_section ul li:before {
    content: " ";
    background: #4286ED;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    top: 8px;
    left: 0;
}
.two_section.parent_section .half_section.right {
    width: 38%;
}
.youtube_btn {
    position: absolute;
    width: 100%;
    right: -21px;
    bottom: -34px;
}
.banner {
    float: left;
    width: 100%;
    position: relative;
}
.banner_text {
    float: none;
    width: 700px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    margin-left: -350px;
    left: 50%;
    color: #fff;
    top: 15%;
}
.banner_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.banner_text h2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 50px;
    font-family: 'proza_librebold';
    margin-top: 18px;
}
.banner_text p {
    color: #fff;
}
.banner_text .right_btn_wrap ul li {
    margin-left: 0;
    margin-right: 14px;
}
.home_page .right_btn_wrap ul li {
    padding-top: 0;
}
.banner_text .right_btn_wrap {
    width: 100%;
}
.home_page .btn.header_btn {
    width: 140px;
    text-align: center;
    padding: 12px 0;
}
.home_page .right_btn_wrap {
    width: auto;
}
.banner_text .right_btn_wrap {
    float: left;
}
.banner_img {
    float: left;
    width: 100%;
    /* border-radius: 8px; */
    /* overflow: hidden; */
    position: relative;
}
.home_page .header {
    margin-bottom:0px;
}
.right_btn_wrap.dekstop_hide {
        display: none;
    }
    .right_btn_wrap.mobile_hide {
        display: block;
    }
/*home page end*/
/*onboarding*/
.background_img {
    background: url(../images/bg.png) left top no-repeat;
    background-size: cover;
}
.onbording_page {
    padding: 75px 0;
    float: left;
    width: 100%;
}
.onbording_page .steps {
    width: 100%;
    max-width: 845px;
    display: table;
    margin: 0 auto;
    display: none;
}
.onbording_page .steps.active{
    display: block;
}
.onbording_page .steps.mid_box{
    max-width: 500px;
}
.sub_steps{
    display: none;
}
.sub_steps.active{
    display: block;
}
.onbording_page .logo_wrap {
    text-align: center;
    margin-bottom: 80px;
}
.onbording_page h2 {
    font-size: 40px;
    margin-bottom: 8px;
    text-align: left;
    line-height: 48px;
    margin-top: 0;
}
.onbording_page h2.center_align{
    text-align:center;
}
.onbording_page .title_description {
    width: 560px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #757575;
}
.three_white_box {
    float: left;
    width: 100%;
    margin-top: 32px;
}
.three_white_box ul{
    margin-right:-3%;
}
.three_white_box ul li {
    float: left;
    width: 30.3%;
    margin-right: 3%;
    margin-bottom: 4%;
    align-items: center;
    padding: 24px 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(182, 185, 207, 0.25);
    min-height: 175px;
    border-radius: 8px;
}
.onbording_page p {
    font-size: 16px;
    color: #616161;
    margin: 0 0;
}
.three_white_box  .big_text {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #212121;
    margin: 8px 0;
    width: 100%;
    float: left;
}
.onbording_page .btn_wrap {
    width: 500px;
    float: none;
    display: table;
    margin: 0 auto;
}
/*onboarding-page-first*/
.page_numbering {
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 12px;
}
.onbording_page .checkbox {
    padding: 16px;
    /* gap: 10px; */
    font-size: 16px;
    height: 54px;
    background: #F6F7F9;
    border-radius: 9999px;
}
.step_form {
    float: left;
    width: 100%;
    /* text-align: center; */
}
/*onboarding-page-second*/
.step_form ul li.add_profile_box.center_align {
    border: 1px solid #2F913B;
    /* width: 100%; */
    width: 260px;
    min-height: 150px;
    background: #FFFFFF;
    border: 1px solid #2F913B;
    border-radius: 8px;
    padding: 0;
    margin: 8% auto;
    display: table;
    float: none;
}
.btn.disable {
    opacity: 0.4;
}
.onbording_page  .white_box.middle_align {
    float: none;
    border: 0;
    border-radius: 0;
    margin: 10% auto;
    width: 500px;
    padding: 0;
    display: table;
}
/*onboarding thank you*/
span.tick_icon {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.step_form .right_btn_wrap {
    float: left;
    width: 100%;
}
.step_form .right_btn_wrap ul {
    margin-left:-12px;
}
.step_form .right_btn_wrap ul li {
    width: 47.5%;
    text-align: center;
}
/*onboarding 5*/
.onbording_page .added_profile ul{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.onbording_page .added_profile ul li {
    width: 47%;
    min-height: 150px;
    text-align: center;
    float: none;
    display: inline-block;
    margin: 10px 1.5%;
}
.onbording_page .added_profile ul li.add_profile_box {
    padding: 30px 32px;
}
/*slider*/
.slider_control_wrap{
    float: left;
    width: 100%;
    margin-top: 50px;
}
.slider_controls {
    text-align: center;
    display: table;
    margin: 0 auto;
}
.control {
    float: left;
    margin: 0 15px;
}
.control.nav{
    color: #30913b;
    width: 30px;
    height: 30px;
    border: solid 1px #30913b;
    border-radius: 50%;
}
.control.nav a{
    width: 100%;
    float: left;
     color: #30913b;
}
.control.nav i{
    line-height: 30px;
}
.control .bx-pager.bx-default-pager{
    display: table;
    height: 30px;

}
.bx-pager-item {
    display: table-cell;
    vertical-align: middle;
}
.banner_img .paly_button{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/play-and-pause-button.png) no-repeat center center rgba(0, 0, 0, 0.5);
    z-index: 9999;
    left: 0;
    top: 0;
}
.banner_img li{
    display: block;
}
.vid_popup_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000061;
    top: 0;
    left: 0;
    z-index: 9999999;
    padding: 10px;
    display: none;

}
.vid_popup_wrap.open{
    display: table;
}
.vid_popup_col {
    display: table-cell;
    vertical-align: middle;
}
.vid_popup {
    width: 90%;
    max-width: 712px;
    display: table;
    margin: 0 auto;
    position: relative;
}
.vid_popup_close {
    position: absolute;
    right: 0;
    top: 0;
    background: #30913b;
    padding: 6px 11px;
    /* width: 40px; */
    /* height: 40px; */
    color: #FFF;
        z-index: 999999;
}
.acivement .desc {
    float: left;
    margin-bottom: 46px;
}
.work_video{
    float: left;
    width: 100%;
}
.work_video iframe{
   border-radius: 8px;
    width: 90%;
    max-width: 800px;
    height: 400px;
}
body.dashboard {
    padding-top: 76px;
      /* margin: 0;
  background-image: url("../images/dashboardbg.png");
  background-size: 100% 100%;  
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed; */
}

.dashboard .header .right_btn_wrap ul{
    display: table;
}
.dashboard .header .right_btn_wrap ul li{
    float: none;
    width: auto;
    padding: 0px 0 0 12px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.dashboard .header .right_btn_wrap ul ul {
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    border: 1px solid #C9E3C9;
    box-shadow: 0px 3px 12px rgba(17, 28, 18, 0.15);
    border-radius: 9px;
    top: 100%;
    width: calc( 100% - 12px );
    font-size: 16px;
    /* left: 0; */
    padding: 10px;
    display: none;
}
.dashboard .header .right_btn_wrap ul li ul li {
    float: left;
    width: 100%;
    border-bottom: solid 1px #7F877F80;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.dashboard .header .right_btn_wrap ul li ul li:last-child{
    border: none;
    padding: 0;
    margin: 0;
}
.dashboard .header .right_btn_wrap ul li ul li  a{
    line-height: 19px;
    color: #17351B;
}
.dashboard .header .right_btn_wrap ul li ul li  a:hover{
    color: var(--contrast)
}

.dashboard .header .right_btn_wrap ul li:hover ul{
    display: block;
}
.dashboard .header .right_btn_wrap ul li:hover .arrow_icon i.fa-chevron-up{
    display: block;
}
.dashboard .header .right_btn_wrap ul li:hover .arrow_icon i.fa-chevron-down{
    display: none;
}
/*break-configure-page-1*/
.break_configure .header {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 0;
}
.break_configure_wrap{
    float: left;
    width: 100%;
    position: relative;
}
.small_popup {
    /* float: right; */
    width: 300px;
    background: #FFFFFF;
    border: 0.5px solid #BDBDBD;
    box-shadow: 0px 4px 16px rgba(172, 180, 182, 0.25);
    border-radius: 8px;
    position: absolute;
    right: 0;
    top:0;
    padding: 8px;
}
.close_btn {
    top: 6px;
    right: 7px;
    position: absolute;
    font-size: 12px;
    margin: 0px 8px;
    background: transparent;
    cursor: pointer;
    border: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: var(--contrast);
    color: #FFF;
    border-radius: 50%;
}
.close_btn i{
    line-height: inherit;
}
.popup_video {
    float: left;
    width: 24%;
    /* margin-right: 12px; */
}
.popup_content {
    float: right;
    width: 71%;
}
.popup_content h4 {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 7px;
}
.popup_content p {
    font-size: 12px;
    line-height: 15px;
    color: #606060;
    margin: 4px 0 6px;
}
.popup_video_timing {
    font-size: 12px;
    line-height: 15px;
    color: #606060;
    float: left;
    width: 100%;
}
.tab {
    float: left;
    width: auto;
}
.tab ul{
    background: #F6F7F9;
    display: table;
    border-radius: 33px;
}
.break_configure_wrap h2 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
}
.tab ul li {
    float: left;
    width: auto;
    
    font-size: 15px;
}
.tab ul li a {
    padding: 12px 35px;
    align-items: center;
    background: #F6F7F9;
    color: var(--contrast);
    border-radius: 33px;
    float: left;
    /* width: 100%; */
}
.tab ul li.selected a{ 
    background: var(--contrast);
    color: #FEFEFE;
}
.break_configure_wrap .white_box {
    float: left;
    width: 100%;
    padding: 32px; 
    margin: 32px 0;
}
.break_solution_box {
    float: left;
    width: 100%;
    margin-bottom:32px;
}
.break_configure_wrap  h3 {
    font-size: 22px;
    line-height: 30px;
    color: #212121;
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
    font-family: 'proza_libresemibold';
}
.two_tabs {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.two_tabs ul li {
    float: left;
    width: auto;
    margin-right: 25px;
}
.two_tabs ul li a{
    float: left;
    width: auto;
    color: #757575;
    padding-bottom:15px;
    font-size: 16px;
}
.two_tabs ul li.selected a{
    color:var(--contrast);
    border-bottom:2px solid  #2F913B;
}
.selected_item {
    float: right;
    width: auto;
    font-size: 16px;
}
.video_list {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: none;
}
.video_list.selected{
    display: block;
}
.video_list ul {
    margin-right: -2%;
}
.video_list > ul{
    display: flex;
    flex-wrap: wrap;
}
.video_list ul li {
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 4%;
}
.video_list ul li .select_box {
    float: left;
    width: 4%;
    margin-right: 2%;
}
.feed_video_wrap ul li img {
    width: 100%;
    border-radius: 8px;
}
.feed_video_wrap {
    float: left;
    width: 88%;
    margin-left: 2%;
}
.feed_video_wrap ul li {
    width: 100%;
    float: left;
    /* margin-right: 5%; */
}
.feed_video_title {
    float: left;
    width: 70%;
    font-weight: bold;
    font-size: 14px;
    /* padding-top: 5px; */
    line-height: 17px;
}
.youtube_channel_name_wrap {
    float: left;
    width: 100%;
}
.youtube_channel_name_wrap .channel_name {
    float: left;
    width: auto;
    padding: 8px 0 0;
    font-size: 14px;
    /* padding-left: 45px; */
}
.feed_video_title .channle_logo {
    float: left;
    width: 20%;
    margin-right: 4%;
}
.feed_video_wrap ul li .channle_logo {
   float: left;
    width: auto;
    margin-right: 10px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #CCC;
    height: 40px;
}
.like_to_have_wrap {
    float: left;
    width: 100%;
}
.left_profile_bar ul li.video_timing {
    background: transparent;
    border: 1px solid #38AE47;
}
.left_profile_bar ul li .clock_icon {
    float: left;
    width: auto;
}
.left_profile_bar ul li .play_icon {
    float: right;
    padding:2px 0;
}
.list_content span {
    font-size: 23px;
    line-height: 31px;
}
.list_content {
    width: 80%;
    float: left;
    padding-left: 5px;
}
.left_profile_bar ul li .clock_icon span {
    padding-left: 10px;
    font-size: 30px;
}
.left_profile_bar ul li.setting_list {
    background: transparent;
    padding: 0;
    margin: 0;
}
.left_profile_bar ul li.setting_list ul li{
    background: transparent;
    padding: 0;
    margin: 0;
}
.left_profile_bar ul li.setting_list ul li {
   padding: 0;
    margin: 0;
}
.left_profile_bar ul li.setting_list ul li a {
    float: left;
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 12px;
    color:var(--contrast);
    font-size: 14px;
}
.left_profile_bar ul li.setting_list ul li.current_menu a{
    background:var(--contrast);
    color:#fff;
    border-radius:9px;
}
.left_profile_bar ul li.setting_list ul li .list_icon {
    background: url(../images/break-list-icon.png) left top no-repeat;
    width: 28px;
    height: 25px;
    display: inline-block;
    float: left;
    margin: 0px 5px 0;
}
.left_profile_bar ul li.setting_list ul li .list_icon.brc {
    background-position: -12px -8px;
}
.left_profile_bar ul li.setting_list ul li .list_icon.vr {
    background-position: -49px -8px;
}
.left_profile_bar ul li.setting_list ul li .list_icon.yhs{
    background-position: -85px -8px;
}
.left_profile_bar ul li.setting_list ul li .list_icon.at {
    background-position: -121px -8px;
}
.left_profile_bar ul li.setting_list ul li.current_menu .list_icon.brc {
    background-position: -12px -35px;
}
.left_profile_bar ul li.setting_list ul li.current_menu .list_icon.vr {
    background-position: -49px -35px;
}
.left_profile_bar ul li.setting_list ul li.current_menu .list_icon.yhs{
    background-position: -85px -35px;
}
.left_profile_bar ul li.setting_list ul li.current_menu .list_icon.at {
    background-position: -121px -35px;
}
.popup_wrap {
    background: rgba(0, 0, 0, 0.37);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 99999;
   display: none;
}
.popup_row{
     display: table;
     width: 100%;
     margin: 0;
     height: 100%;
}
.popup_col{
    display: table-cell;
    vertical-align: middle;
}
.pop {
    width: 96%;
    max-width: 450px;
    position: relative;
    padding: 40px;
    background: #fff;
    margin: 0 auto;
    display: table;
}
.pop .popup_content {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom:0;
}
.pop .popup_content h4 {
    font-size: 24px;
    margin: 0 0 19px;
    line-height: 31px;
}
.pop .popup_content p {
    font-size: 16px;
    line-height: 23px;
    margin: 5px 0 8px;
}
.pop .popup_video {
    width: 100%;
}
.pop .popup_video iframe{
    width: 100%;
    border-radius: 10px;
}
.pop .right_btn_wrap {
    float: none;
    display: table;
    margin: 0% auto;
}
.pop  .right_btn_wrap ul li {
    padding: 15px 0 0;
    width: 158px;
    text-align: center;
}
.close_button {
    font-size: 12px;
    margin: 0px 8px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
    border: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: var(--contrast);
    color: #FFF;
    border-radius: 50%;
}
.close_button  i{
    line-height: inherit;
}
.like_to_have_wrap .btn {
    width: auto;
    padding: 12px 35px;
    float: right;
}
/*on demand break*/
.video_playing_bar {
    float: left;
    width: 100%;
    background: #dedede;
    padding: 5px;
    border-radius: 10px;
    position:relative;
}
.video_playing_bar .video_play {
    width: 33%;
    background: #2f913b;
    position: absolute;
    left: 0;
    padding: 5px;
    top: 0;
    border-radius: 10px;
}
.video_timing_for_bar {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
}
.video_details {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.video_details h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'intermedium';
}
.channel_details_wrap {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.channel_logo {
    float: left;
    width: 12%;
    margin-right: 12px;
}
.channel_details {
    float: left;
    width: 84%;
    margin-top: 3px;
}
.channel_name {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
}
.channle_description {
    float: left;
    width: 100%;
    font-size: 14px;
}
.full_width_btn_wrap {
    float: left;
    width: 100%;
}
.full_width_btn_wrap ul{
    margin-right:-2%;
}
.full_width_btn_wrap ul li {
    float: left;
    width: 48%;
    margin-right: 2%;
    text-align: center;
}
/*video recomandation*/
.replacement_percentage_wrap {
    float: left;
    width: 100%;
}
.replacement_percentage_video {
    float: left;
    width: 20%;
    margin-right: 20px;
}
.replacement_percentage_progressbar_wrap {
    float: right;
    width: 75%;
}
.replacement_percentage_progressbar_wrap .video_playing_bar {
    margin-top: 20px;
    margin-bottom: 20px;
}
.percentage_showing_wrap {
    float: left;
    width: 100%;
}
.percentage_showing_wrap .showing_percentage {
    float: left;
    width: 70px;
    padding: 12px;
    background: #2f913b;
    color: #fff;
    border-radius: 10px;
    margin-right: 12px;
    text-align: center;
}
.why_showing {
    float: left;
    width: calc(100% - 85px);
}
.why_showing h5 {
    margin: 0;
    font-size: 16px;
}
.why_showing p{
    margin: 0;
}
.blue_text {
    color: #2F80ED;
}
.meadow_feeds_wrap {
    float: left;
    width: 100%;
    background: #EDF4F1;
    border-radius: 12px;
    padding: 24px 32px;
    position: relative;
}
.meadow_feeds_wrap h5 {
    margin: 0 0 14px 0;
}
.meadow_feeds_wrap ul li {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    font-size: 14px;
}
.feed_btn_wrap {
    position: absolute;
    right: 15px;
    top: 15px;
}
.video_list.half_width ul {
    margin-right: -2%;
    display: flex;
    flex-wrap: wrap;
    min-height: 137px;
}
.video_list.half_width ul li {
    width: 48%;
    margin-right: 2%;
}
.feed_video_wrap {
    float: left;
    width: 78%;
}
.video_list.half_width .feed_video_wrap ul li {
    width: 37%;
    float: left;
    margin-right: 3%;
}
.video_list.half_width .feed_video_wrap ul li:last-child {
    width: 60%;
    margin-right: 0;
}
.video_list.half_width .youtube_channel_name_wrap {
    padding-left: 0;
    padding-top: 8px;
}
.video_list.half_width ul li .views_click_wrap {
    float: left;
    width: 13%;
    background: #EDF4F1;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    /* margin-bottom: 5px; */
}
.grey_box {
    float: left;
    width: 100%;
    text-align: center;
    color: var(--contrast);
    margin:5px 0;
    font-weight: bold;
}
.grey_box .count {
    float: left;
    font-size: 22px;
    width: 100%;    
    margin-bottom: 4px;
}
.grey_box .grey_box_text {
    font-size: 8px;
}
/*block harmful content*/
.add_more_video_wrap {
    float: left;
    width: 100%;
    text-align: center;
    border: 2px dashed #2f913b;
    padding: 12px 0;
}
.add_more_video_wrap a{
    color:var(--contrast);
    width:100%;
    float:left;
}
.video_list.full_width ul li {
    width: 100%;
    margin-right: 0;
    position: relative;
}
.video_list.full_width ul {
    margin-right: 0;
}
.video_url_wrap {
    float: left;
    width: 96%;
    background: #F6F7F9;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 12px 16px;
    font-size: 16px;
    position: relative;
}
.video_list.full_width .feed_video_wrap {
    float: left;
    width: 96%;
    background: #EDF4F1;
    border-radius: 4px;
    margin: 0;
    padding: 16px;
}
.video_list.full_width .feed_video_wrap ul li .feed_video_title {
    width: 100%;
}
.video_url_list {
    float: left;
    width: 100%;
}
.video_url_list a {
    color: #141519;
    font-size:16px;
}
.delete_icon {
    position: absolute;
    right: 0;
    text-align: center;
    width: 4%;
    top: 10px;
}
.video_list.full_width .feed_video_wrap ul li {
    width: 48%;
    margin-right:2%;
}
.video_list.full_width .feed_video_wrap ul li:first-child {
    width: 20%;
}
.video_list.full_width .youtube_channel_name_wrap {
    padding-left: 0;
    margin-top: 6px;
}
.video_list.full_width .feed_video_wrap ul li.choose_action_wrap {
    width: 28%;
    margin-right:0;
}
.video_list.full_width .feed_video_wrap ul li.choose_action_wrap ul li {
    width: 100%;
    font-size: 16px;
    margin-right:0;
}
.choose_action_wrap h5 {
    margin-top: 0;
    margin-bottom: 13px;
}
.video_list ul li .choose_action_wrap .select_box {
    width: auto;
}
.video_list.full_width .feed_video_wrap ul li.choose_action_wrap ul li .form_label {
    width: auto;
}
/*youtube settings*/
.youtube_customization {
    float: left;
    width: 100%;
}
.youtube_customization  .input_field .select_box {
    float: left;
    width: 100%;
    margin-top: 8px;
}
.btn.red_btn {
    background: #E24545;
}
.pop .right_btn_wrap .btn.border_btn {
    border: 1px solid #54995e;
    color: #52975c;
}
/*Subscription*/
.subscription_details {
    float: left;
    width: 100%;
}
.subscription_details .white_box {
    float: left;
    width: 100%;
    margin: 1% 10px;
    max-width: 400px;
}

.pricing_wrapper p {
    float: left;
}

.plan_wrap{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}
.pricing_wrapper .btn.border_btn {
    border-color: var(--contrast);
    color: var(--contrast);
}
.subscription_details h2{
    text-align:left;
}
.subscription_details .plan_amount_wrap {
    margin-top: 20px;
}

/*range slider*/
.slider_wrap {
    float: left;
    width: 100%;
    margin: 45px 0 20px;
}
.ui-slider-horizontal {
    position: relative;
    text-align: left;
    height: 10px;
    background: #dedede;
    border-radius: 10px;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    background: rgb(48 145 59);
    height: 10px;
    border-radius: 10px;
}
.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    /* border: 1px solid #ffffff; */
    background: #3636361c;
    /* font-weight: normal; */
    /* color: #454545; */
    top: -15px;
    margin-left: -20px;
    border-radius: 50%;
        outline: none;
}
.ui-slider-handle:before {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #30913b;
    /* z-index: 1; */
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
        outline: none;
}
.ui-slider-handle .tooltip {
    background: url(../images/pin.png) 0 center no-repeat;
    position: absolute;
    bottom: 100%;
    width: 28px;
    height: 34px;
    left: 50%;
    margin-left: -14px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    line-height: 30px;
}
/*generate new meadow feed*/
.back_btn_wrap {
    position: absolute;
    top: 45px;
    width: 150px;
    float: right;
    right: 0px;
}
.generate_meadow_wrap {
    float: left;
    width: 100%;
    position: relative;
}
.generate_meadow_wrap .input_field {
    font-size: 16px;
}
.generate_meadow_wrap .right_btn_wrap {
    float: left;
    width: 100%;
    margin-top: 16px;
}
.generate_meadow_wrap .right_btn_wrap ul li {
    width: 150px;
    margin-left: 0;
    margin-right: 12px;
}
.radio_field_wrap {
    float: left;
    width: 100%;
}
.radio_field_wrap ul{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.radio_field_wrap ul li {
    float: left;
    width: 100%;
    margin-top: 12px;
}
.radio_field_wrap ul li .input_field.half {
    margin-top: 0;
}
.radio_field_wrap ul li .input_field.half.right {
    float: left;
}
.radio_field_wrap ul li  .delete_icon {
    position: relative;
    float: right;
}
.generate_meadow_wrap h3 {
    width: 80%;
}
.generate_meadow_wrap p {
    width: 80%;
}
.pre_seheduled_setting_wrap {
    position: relative;
    float: left;
    width: 100%;
}
/*about-us*/
.screen_time {
    padding: 120px 0px;
    width: 100%;
    background: #F6F7FA;
    margin: 0;
}
.section.screen_time h2 {
    margin-bottom:64px;
}
.screen_time ul{
    margin-right:-2%;
}
.screen_time ul li {
    width: 31%;
    float: left;
    background: #fff;
    margin-right: 2%;
    padding: 24px 32px;
    min-height: 480px;
}
.section.thank_you_wrap {
    text-align: center;
    margin: 0 auto;
    display: table;
    width: 750px;
    float: none;
    background: url(../images/thank-you-bg.png) center center no-repeat;
    padding: 60px 0;
}
.section.thank_you_wrap h2 {
    margin-top: 0;
    text-align: center;
}
/*faq*/
.faq_page .header {
    background: #F8F8F8;
}
.faq_page .header_btn {
    width: 140px;
    text-align: center;
    padding: 12px 0;
}
/*contact*/
.step_form .btn.reg_btn {
    width: 100%;
    padding: 15px;
}
/*settings*/
.white_box.setting_wrap {
    background: url(../images/setting-top-bg.png) top center no-repeat;
    background-size: 100% 20%;
    /* height: 200px; */
}
.settting_top_wrap {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(127, 135, 127, 0.5);
    position: relative;
}
.setting_bottom_wrap {
    float: left;
    width: 100%;
    padding-top: 10px;
}
.settting_top_wrap .student_picture {
    float: left;
    width: 100%;
    margin-bottom: 24px;
}
.settting_top_wrap .student_picture img{
    border-radius: 50%;

}
.settting_top_wrap .student_name {
    margin-bottom: 14px;
}
.settting_top_wrap .ac_num {
    color: #757575;
    font-size: 16px;
}
.setting_wrap .right_btn_wrap.header_right {
    position: absolute;
    top: 95px;
    right: 20px;
}
.settting_top_wrap .right_btn_wrap {
    float: right;
    position: absolute;
    top: 100px;
    right: 0;
}
.setting_bottom_wrap ul li {
    float: left;
    width: 100%;
    margin-bottom: 12px; 
    font-size: 16px;
}
.setting_bottom_wrap ul li .profile_lable {
    float: left;
    width: 12%;
    padding-right: 20px;   
    font-weight: bold;
}
.setting_bottom_wrap ul li .profile_text {
    float: left;
}
.setting_bottom_wrap ul li .varified_icon {
    color: var(--contrast);
    padding-left: 5px;
}
.setting_bottom_wrap ul li .varified_icon.warning{
    color: orange;
}
.setting_bottom_wrap ul li  a{
   color: var(--contrast);
    /* text-decoration: underline; */
    font-size: 12px;
    margin-left: 8px;
}
.white_box.setting_wrap::before {
    content: "";
    background: #edf4f1;
    height: 90px;
    position: absolute;
    top: 142px;
    width: 99.8%;
    left: 1px;
    border-radius: 20px 20px 0 0;
}
/*setting-page-popup*/
.pop .popup_content h5 {
    font-size: 24px;
    text-align: left;
    font-family: 'proza_libresemibold';
    margin-bottom: 0;
    margin-top: 0;
}
.popup_content.profile_setting {
    text-align: left;
}
.change_img_wrap {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}
.change_img_wrap .img_change_icon {
    background: var(--contrast);
    color: #fff;
    font-size: 12px;
    padding: 6px 6px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    right: 36%;
}
.change_img_wrap img {
    border-radius: 50%;
    width: 85px;
}
.disabled{
    color: #777;
}
.feed_type_content{
    display: none;
}
.html_template{
    display: none;
}
ul.dropdown_menu {
   margin: 0;
    display: block;
    right: 0;
    padding: 5px;
    position: absolute;
    top: 100%;
    background: #FFFFFF;
    border: 1px solid #C9E3C9;
    box-shadow: 0px 3px 12px rgba(17, 28, 18, 0.15);
    border-radius: 9px;
    top: 100%;
    font-size: 16px;
    padding: 10px;
    width: 209px;
    display: none;
}
ul.dropdown_menu.open{
    display: block;
}
ul.dropdown_menu li{
    width: 100%;
    padding: 12px 0;
    border: navajowhite;
    border-bottom: solid 1px #CCC;
    border-radius: 0;
    text-align: left;
    margin: 0;
}
ul.dropdown_menu li:last-child{
    border-bottom: 0;
}
ul.dropdown_menu li a{
    color: #17351B;;
    float: left;
    width: 100%;
}
ul.dropdown_menu li a.delete{
    color:  #FA1616;
}
body.popup_opened{
    overflow: hidden;
}
.profile_image_uploader{
    opacity: 0;
    width: 0;
    height: 0;
    float: left;
}
/* Confrim box */

.confirm_box {
    display: block;
}
.confirm_box .pop{
    max-width: 500px;
}
.confirm_box .pop .popup_content{
    margin-bottom: 0;
}
.confirm_box .pop .popup_content p{
    text-align: left;
}

.confirm_box .confirm_btn_wrap{
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.confirm_box .confirm_btn_wrap .btn{
   min-width: 40%;
   padding: 10px 15px;
   margin: 0 5px;
   width: auto;
   cursor: pointer;
   float: none;
}

.meadow_feed.invisible{
    display: none;
}
.load_more{
    color: var(--contrast);
    margin-top: 10px;
}
.pop.guide{
    max-width: 700px;
}
.current_plan.settting_top_wrap{
    float: left;
    width: 60%;
    border: none;
    padding: 0;
}
.current_plan .student_name span {
    margin-left: 100px;
}
/*top-head*/
.menu-top {
    float: left;
    width: 100%;
    padding: 8px 0;
}
.logo_wrap {
    float: left;
    width: auto;
    /* padding-top: 6px; */
}
.logo_wrap img.logo {
    max-width: 250px;
    margin-top: 5px;
    /* border-radius: 10px; */
}
.top_right_wrap {
    float: right;
    width: auto;
    display: flex;
    gap: 30px;
    padding-top: 6px;
}
.info-card {
    float: left;
    width: auto;
    border-left: 2px solid #d8dde1;
    padding-left: 40px;
}
.box-content {
    float: left;
    width: 100%;
}
.box-content p.box-text {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #797e88;
    margin-bottom: 5px;
    margin-top: 0;
}
.box-content h4.box-title {
    margin: 0;
}
.box-content h4.box-title a {
    float: left;
    width: 100%;
    color: #000;
}
.header {
    float: left;
    width: 100%;
    background: var(--contrast);
    padding: 7px 0;
}
.header.stickey {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
    -webkit-animation: stickyAni 0.4s 
ease-in-out;
    animation: stickyAni 0.4s 
ease-in-out;
    z-index: 9;
}
@keyframes stickyAni{
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1;
    }
}
.wb_icon {
    width: auto;
    flex: 1;
    float: right;
    text-align: right;
}
.wb_icon img {
    width: 60px;
}
.menu_wrap {
    float: left;
    width: auto;
}
.user_login a {
    float: left;
    width: 100%;
    color: #fff;
}
.header_menu {
    float: none;
    width: auto;
    padding: 12px 0;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.header_menu ul li {
    float: left;
    width: auto;
}
.header_menu ul li a {
    font-size: 16px;
    color: #fff;
    margin-right: 26px;
}
.header_menu ul li a:hover {
    border-bottom: 2px solid #fff;
}
.user_login {
    float: right;
    font-size: 16px;
    padding: 13px 0;
}
.section.about_us_section {
    margin: 40px 0;
}
.about_text {
    float: left;
    width: 45%;
}
.about_img {
    float: right;
    width: 50%;
    position: relative;
}
.about_img img {
    width: 100%;
    position: relative;
    border-radius: 20px;
    box-shadow: 1px 2px 15px 4px #DBDADA;
    height: 400px;
    object-fit: cover;
}
.story-card.movingX {
    position: absolute;
    width: 450px;
    background: #fff;
    bottom: -16%;
    left: -6%;
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 30px;
    padding: 15px;
}
.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}
@keyframes movingX{
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
span.bdo_img {
    width: auto;
    float: left;
    margin-right: 10px;
}
span.bdo_img img {
    width: 84px;
    border-radius: 10px;
    border: 2px solid #ccc;
    box-shadow: none;
    margin-top: 8px;
    margin-left: 10px;
    height: auto;
}
h5.box-title {
    /* float: left; */
    width: 85%;
    margin: 16px 0 0px;
    font-size: 20px;
}
.about_text h3 {
    width: 100%;
    float: left;
    font-size: 33px;
    margin-bottom: 16px;
    font-family: 'proza_librebold';
    margin-top: 10px;
}
.banner_text .btn.know_more {
    display: table;
    float: none;
    width: auto;
    margin: 0 auto;
    padding: 16px 30px;
}
.sidebar {
    /* float: left; */
    width: 25%;
    /* background: #dfdfdf; */
    border-radius: 6px;
    padding: 30px 22px;
    background: #EDF4F1;
    display: table-cell;
    margin-right: 20px;
}
.sidebar ul li {
    float: right;
    width: 100%;
    margin-bottom: 14px;
    float: left;
    width: 100%;
    background: #EDF4F1;
    padding: 5px;
    background: #BDE4C2;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.5s ease;
}
.Success_story_wrap ul li:hover{
    transition: all 0.5s ease;
}
.sidebar ul li a {
    color: #fff;
    font-size: 15px;
    padding: 0px 0 12px;
    /* border-bottom: 1px solid #fff; */
    width: 100%;
    float: left;
    position: relative;
    color: #000;
    float: left;
    width: 100%;
    padding: 5px 6px;
    border-radius: 5px;
    transition: all 0.5s ease;
    font-size: 14px;
}
.right_content {
    /* float: left; */
    width: 73%;
    position: relative;
    padding-left: 20px;
    display: table-cell;
}
.Success_story_wrap {
    float: left;
    width: 100%;
    position: relative;
}
.Success_story_wrap ul{
    margin-right: -2%;
}
.Success_story_wrap ul li {
    float: left;
    width: 31%;
    margin-right: 2%;
    background: #fbf9f9bd;
    /* box-shadow: 1px 2px 20px 4px #e9e9e9; */
    border-radius: 13px 13px;
    border: 1px solid #f1f1f1;
    margin-bottom: 2%;
}
.main_wrap .section .Success_story_wrap h2{
    margin-top: 0;
}
span.story_img {
    float: left;
    width: 100%;
    border-radius: 13px 13px 0 0;
    overflow: hidden;
}
span.story_img img {
    border-radius: 12px 12px 0 0;
    height: 160px;
    width: 100%;
    object-fit: cover;
    transition: all .25s linear;
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
span.story_img img:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.1);
}
.story_content {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 0px 16px;
}
.story_content h3 {
    width: 100%;
    float: left;
    margin: 0 0 5px;
    color: #2c2c2c;
    font-size: 18px;
}
.story_content p {
    font-size: 13px;
    line-height: 23px;
    height: 96px;
}
.view_more {
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 19px;
    color: var(--contrast);
}
.view_more:hover {
    padding-left: 8px;
    transition: 
ease-out, 0.5s;
}
.sidebar ul li.menu-item.menu-item-has-children:after {
    content: " ";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid var(--contrast);
    position: absolute;
    right: 10px;
    top: 15px;
}
.sidebar ul li  a:hover {
    background: var(--contrast);
    color: #FFF;
}
.sidebar ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background: var(--light_green);
    border-radius: 5px;
    margin-left: 10px;
    display: none;
    box-shadow: 5px 5px 8px -5px #48484896;
    z-index: 9;
}
.sidebar ul li:hover ul {
    display: block;
}
.sidebar ul li ul::before {
    content: " ";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--light_green);
    position: absolute;
    left: -10px;
    top: 10px;
}
.sidebar ul li ul li {
    margin-bottom: 0;
}
.smallbanner_section {
    float: left;
    width: 100%;
    margin-top: 0;
    position: relative;
    margin-bottom: 40px;
}
.smallbanner_section ul {
    margin-right: -2%;
}
.smallbanner_section ul li {
    float: left;
    width: 31%;
    margin-right: 2%;
    position: relative;
}
.smallbanner_section ul li img {
    height: 200px;
    width: 100%;
    border: 2px solid #ffffff;
    object-fit: cover;
    box-shadow: -3px 6px 12px #e3e3e3;
    position: relative;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
    display: none;
}
.section.middle_wrap .container {
    display: table;
}
.middle_img_text {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100px;
}
.smallbanner_section ul li:hover img{
    opacity: 0.3;
}
.smallbanner_section ul li:hover .middle_img_text {
    opacity: 1;
}
.middle_img_text .text {
    background-color: var(--contrast);
    color: white;
    font-size: 13px;
    padding: 10px 7px;
    float: left;
    width: 100%;
    border-radius: 20px;
}
.section.tourist_place {
    margin-top: 0;
}
.right_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    display: none !important;
    /* text-align: left; */
    /* width: 80%; */
}
.section.tourist_place h2 {
    margin-top: 0;
    margin-bottom: 0;
}
.section.tourist_place ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    /* display: flex; */
    gap: 20px;
    /* display: flex; */
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.section.tourist_place ul li {
    list-style: none;
    display: inline-block;
    width: calc(100% / 4);
    height: auto;
    text-align: center;
    flex: 1;
    list-style: none;
    position: relative;
    /* padding: 10px; */
    /* border: 1px solid #ccc; */
    cursor: pointer;
}
.section.tourist_place ul li .place_title {
    background: var(--primary);
    border-radius: 0 0 20px 20px;
    padding: 14px 0;
    color: #fff;
    font-weight: bold;
    width: 100%;
    float: left;
    font-size: 15px;
    position: relative;
}
.section.tourist_place ul li  img {
    height: 350px;
    width: 300px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.section.tourist_place ul li.margin-plus{
    margin-top: 5%;
}
.tourist_place_content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000b8;
    height: 100%;
    width: 100%;
    border-radius: 20px 20px;
    padding: 20px 30px;
    /* opacity: 0; */
    transition: 0.4s 
linear;
    display: none;
}
.section.tourist_place ul li:hover .tourist_place_content {
    display: block;
}
h3.tourist_place_title {
    color: #fff;
    text-align: left;
    margin-bottom: 0;
}
.section.tourist_place ul li a.wgl-services_link {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 10px 0;
    color: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(194, 189, 184);
    border-image: initial;
    border-radius: 50%;
    position: relative;
    float: left;
}
.tourist_place_text {
    float: left;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 14px;
    margin: 15px 0;
    line-height: 24px;
}
.button_wrap {
    float: none;
    margin: 32px auto 0;
    display: table;
}
.section.bottom_part h2 {
    margin-top: 0;
}
.section.bottom_part {
    margin-top: 0;
    margin-bottom: 0;
}

.whats_new {
    float:left;
    width: 68%;
}
.notice_board {
    float: right;
    width: 30%;
    background: #EDF4F1;
    border-radius: 16px;
    padding: 24px 23px;
}
.notice_board ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    display: flex;
    padding-bottom: 12px;
}
.notice_date {
    text-align: center;
    float: left;
    background: var(--contrast);
    border-radius: 6px;
    margin-right: 13px;
    padding: 16px 8px 8px;
    width: 28%;
    /* font-weight: bold; */
    color: #fff;
    font-size: 18px;
    height: 63px;
    /* margin-top: 10px; */
    line-height: 17px;
}
.notice_date span {
    font-size: 12px;
    width: 100%;
    float: left;
}
.notice_content {
    float: right;
    width: 66%;
}
.notice_content a {
    color: var(--primary);
    font-weight: bold;
    font-size: 15px;
}
.notice_content h4 {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    font-size: 15px;
}
.whats_new ul li {
    float: left;
    width: 31%;
    margin-right: 2%;
    border-radius: 15px 15px;
    background: #fbfbfb;
}
.whats_new ul li .event_img {
    width: 100%;
    float: left;
    position: relative;
}
.event_content {
    float: left;
    width: 100%;
    padding: 12px 15px;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
.event_content h3 {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
}
.notice_content p {
    line-height: 20px;
}
.bx-wrapper {
    max-width: 100% !important;
}
.section .notice_board h2 {
    font-size: 20px;
    font-family: 'proza_libresemibold';
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #424040;
}
.notice_board ul li:last-child {
    border: 0;
}
.event_img img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.event_date {
    position: absolute;
    left: 0;
    background: var(--contrast);
    color: #fff;
    font-size: 13px;
    padding: 7px 12px;
    border-radius: 0 0 11px 0;
}
.whats_new ul li .event_img a {
    width: 100%;
    float: left;
}
.event_content .btn.view_more {
    padding: 10px 20px;
    color: #fff;
    width: auto;
    float: none;
    margin: 20px auto;
    display: table;
}
.event_content .btn.view_more:hover {
    color: var(--contrast);
    padding: 12px 30px;
}
.gallery .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.gallery .row img {
    vertical-align: middle;
    width: 100%;
    height: 200px;
    object-fit: cover;
    float: left;
}
.gallery .row a {
    width: 24%;
    float: left;
    padding: 10px 10px 35px 10px;
    margin-bottom: 9px;
    margin: 0 5px 10px 5px;
    background-color: white;
    box-shadow: inset 5px 5px 10px 2px rgb(195 195 195 / 50%);
    box-shadow: 5px 5px 17px 5px #ddd1d1;
}
.gallery .row a:hover{
    box-shadow: 5px 5px 31px 5px #bfb7b7;
}
.section.gallery {
    margin-bottom: 0;
}
.footer_section.about_us p {
    width: 100%;
    float: left;
}
.btn.know_more i {
    padding-left: 6px;
    padding-top: 2px;
}
/*Map*/

   .mapouter{
        position:relative;
        text-align:right;
    } 
    .gmap_canvas{
        overflow:hidden;
        background:none!important;
    } 
    .gmap_canvas iframe{
        width:100%;
        height:100%;
    } 
    .mapouter a{
        display:block;
        font-size:0.85em;
        text-align:center;
        padding:5px 0;
        color:#6c757d;
        text-decoration:none;
    } 
    .gme-generated-link{
        display:none!important;
    }
    .banner ul.bx-slider-banner {
    padding: 0;
    margin: 0;
    list-style: none;
    }

    /* Ensure images cover the area */
    .banner .banner_img img {
    width: 100%;
    display: block;
    }
    /* 1. LOCK the main container height. 
   The slider cannot resize if we force this height. */
    .notice_board .bx-viewport {
    height: 380px !important; /* Adjust this value to fit exactly 4 items */
    overflow: hidden;
    }

    /* 2. Style the list items */
    .notice_board ul.bx-slider-notice li {
    list-style: none;
    /* Remove JS margin dependence and use padding instead */
    margin-bottom: 0 !important; 
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    
    /* Ensure text aligns nicely */
    display: flex;
    align-items: center;
    }


    /* Hide Mobile elements on Desktop */
.menu_trigger,
#mobile_menu {
    display: none;
}
.text-sec i {
    margin: 10px;
}
.right-section {
    display: none;
}
/* Add to bottom of style.css */

/* Mobile Menu Styles */
#mobile_menu {
    display: none; /* Hidden by default, JS toggles this */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--contrast); /* Matches your green theme */
    z-index: 999;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

#mobile_menu ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

#mobile_menu ul li {
    float: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 12px 0;
}

#mobile_menu ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
}

/* Close Button (Added by JS) */
.close_menu {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.close_menu:before {
    content: "\f00d"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 20px;
}

.event-box {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.event-img img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
}

.event-text {
  flex: 1;
}

.event-text h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.event-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.event-text ul li {
  font-size: 16px;
  margin-bottom: 6px;
}

/* Gallery Grid Layout */
    .gallery_page_grid {
        display: flex;
        flex-wrap: wrap;
        margin: -15px; /* Offset padding */
    }
    
    .gallery_item_col {
        width: 33.33%; /* 3 columns by default */
        padding: 15px;
        box-sizing: border-box;
    }

    .gallery_card {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
        height: 100%;
    }

    .gallery_card:hover {
        transform: translateY(-5px);
    }

    /* FIX: Image Dimensions - Uniform height, cover fit */
    .gallery_card_img {
        display: block;
        width: 100%;
        height: 250px; /* Fixed height for uniformity */
        overflow: hidden;
        position: relative;
    }

    .gallery_card_img img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures image fills box without stretching */
        transition: transform 0.4s ease;
    }

    /* Zoom effect on hover */
    .gallery_card:hover .gallery_card_img img {
        transform: scale(1.1);
    }

    .gallery_card_title {
        padding: 15px;
        text-align: center;
        background: #fff;
    }

    .gallery_card_title h4 {
        margin: 0;
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }
    /* --- Single Page Global Styles --- */
.single-hero-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.single-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.2;
}

.single-meta {
    font-size: 0.9rem;
    color: #777;
    display: flex;
    gap: 15px;
    align-items: center;
}

.single-meta i {
    color: #00aa17; /* Adjust to your brand primary color */
    margin-right: 5px;
}

/* --- Responsive Grid Layouts --- */
.aud-grid-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.aud-single-column {
    max-width: 900px;
    margin: 0 auto;
}

/* --- Content Styling --- */
.aud-content-body {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.aud-content-body p {
    margin-bottom: 20px;
}

.aud-featured-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    object-fit: cover;
}

/* --- Sidebar / Info Cards --- */
.aud-sidebar-card {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 8px;
    position: sticky;
    top: 20px;
}

.aud-info-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}

.aud-info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.aud-label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

/* --- Buttons --- */
.aud-btn {
    display: inline-block;
    background: #028529; /* Brand Color */
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s;
}

.aud-btn:hover {
    background: #077a03;
    color: #fff;
}

.aud-btn-outline {
    background: transparent;
    border: 2px solid #ddd;
    color: #666;
    border-radius: 40px;
}

.aud-btn-outline:hover {
    border-color: #0f9203;
    color: #ffffff;
}

/* --- Specific: Success Stories --- */
.story-highlight-box {
    background: #eef7fb;
    border-left: 5px solid #07b416;
    padding: 20px;
    margin: 20px 0 30px;
    font-style: italic;
    color: #555;
    font-size: 1.1rem;
}

/* --- Specific: Tourist Spots --- */
.tourist-intro {
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
    text-align: center;
    color: #666;
}
/* --- Common Page Styles --- */
.page_title_wrap {
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
}

/* --- Events Grid Layout --- */
.events_grid_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; /* Negative margin for gutter */
}

.event_card_item {
    width: 33.33%; /* 3 columns */
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.event_card_inner {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.event_img_wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.event_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.event_card_inner:hover .event_img_wrap img {
    transform: scale(1.05);
}

.event_date_badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #28a745; /* Adjust to theme color */
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 600;
}

.event_card_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.event_card_content h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.event_card_content h3 a {
    color: #333;
    text-decoration: none;
}

.event_excerpt {
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
    flex-grow: 1;
}

/* --- Notice List Layout --- */
.notice_list_wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice_item_full {
    display: flex;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: box-shadow 0.3s;
}

.notice_item_full:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.notice_date_box {
    background: #f4f4f4;
    min-width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 20px;
    text-align: center;
    color: #333;
}

.nd_day {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.nd_month {
    font-size: 13px;
    text-transform: uppercase;
}

.notice_info h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
}

.notice_meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}

.notice_meta span {
    margin-right: 15px;
}

.notice_excerpt {
    margin-bottom: 10px;
}

.read_more_link {
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

/* --- Pagination --- */
.aud_pagination {
    margin-top: 40px;
    text-align: center;
}

.aud_pagination .page-numbers {
    padding: 8px 12px;
    border: 1px solid #ddd;
    margin: 0 3px;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.aud_pagination .page-numbers.current,
.aud_pagination .page-numbers:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}
.info-section {
    padding: 40px 0;
}

.container {
    /* display: flex; */
    align-items: center;
    gap: 30px;
}

/* Left Side Image */
.left-image img {
    width: 420px;
    height: auto;
    border-radius: 200px 0 0 200px; /* Rounded left side */
    object-fit: cover;
}

/* White Content Box */
.content-box {
    /* display: flex; */
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    gap: 30px;
}

/* Left Menu Items */
.left-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.left-menu ul li {
    font-size: 15px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}



.right-box h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.right-box ul {
    padding-left: 18px;
}

.right-box ul li {
    padding: 6px 0;
}


/* TOP BAR */
.top-bar {
  background: #000;
  color: #fff;
  padding: 8px 20px;
  font-size: 13px;
}

.top-items span {
  margin-right: 12px;
}

/* HEADER */
/* .header {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
} */

.menu-icon {
  font-size: 24px;
  margin-right: 15px;
  cursor: pointer;
}

.logo {
  font-size: 20px;
  font-weight: bold;
}

.logo span {
  font-weight: normal;
}

/* ANNOUNCEMENT BAR */
.announcement {
  background: #5a1dd3;
  color: #fff;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.announcement button {
  background: #ffffff;
  color: #5a1dd3;
  padding: 6px 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}



.hero-text {
  max-width: 50%;
}

.hero-text h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 16px;
  line-height: 1.6;
}

.hero-image img {
  width: 100%;
  height: 40vh;
  border-radius: 6px;
}

/* COOKIE BAR */
.cookie-bar {
  background: #7b1de0;
  color: #fff;
  padding: 25px 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.cookie-buttons {
  margin-top: 15px;
}

.cookie-buttons .btn {
  background: #fff;
  color: #000;
  padding: 10px 18px;
  border: none;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}

.cookie-buttons .accept {
  background: #000;
  color: #fff;
}
/* Overall Section */
.embassy-section {
    width: 90%;
    max-width: 1100px;
    margin: 50px auto;
    text-align: center;
}


.about-subtitle {
    font-size: 14px;
    color: #555;
    max-width: 900px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* Main Layout */
.embassy-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: flex-start;
}

/* Sidebar */
.abtsidebar {
    width: 30%;
    text-align: left;
}
/* 
.sidebar h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    margin: 10px 0;
} */

.abtsidebar ul {
    list-style: none;
    padding: 0;
}

.abtsidebar ul li {
    margin-bottom: 8px;
}

.abtsidebar ul li a {
    color: #333;
    text-decoration: none;
    padding: 5px 0;
    display: inline-block;
    transition: 0.3s;
    position: relative;
}

.abtsidebar ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #0a8f53;
    border-radius: 2px;
    transition: 0.3s;
}

.abtsidebar ul li a:hover {
    color: #0a8f53;
}

.abtsidebar ul li a:hover::after {
    width: 100%;
}

.abtsidebar ul li a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    display: inline-block;
    width: 100%;
}

/* Content Box */
.content-box {
    width: 65%;
    background: #fff;
    padding: 25px;
    text-align: left;
    border-radius: 12px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    position: relative;
}

.content-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2F913B;
}

.content-box p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.read-more {
    color: #0056d2;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

/* Image on right inside box */
.content-box .content-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 120px;
}

.content-box .content-img img {
    width: 100%;
}


/* Section container */
.itec-section {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
}

.title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.about-subtitle {
    font-size: 15px;
    color: #555;
    max-width: 900px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* Grid layout */
.itec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Card Style */
.itec-card {
    background: #bde4c275;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 5px 18px rgba(0,0,0,0.1);
    text-align: left;
    transition: 0.3s;
}

.itec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
}

/* Image on top */
.itec-card img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    margin-bottom: 15px;
}

/* Title */
.itec-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222;
}

/* Description */
.itec-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* Know more */
.itec-card a {
    color: #0056d2;
    font-weight: bold;
    text-decoration: none;
}

/* Main Section */
.amrit-section {
    width: 90%;
    max-width: 1300px;
    margin: 40px auto;
}

.amrit-container {
    display: flex;
    /* background: linear-gradient(to right, #fde7d0, #fcd79c); */
    padding: 35px;
    border-radius: 30px;
    gap: 40px;
    align-items: center;
}

/* LEFT BOX */
.left-box {
    width: 50%;
    padding: 10px 0;
    position: relative;
}

.left-box h4 {
    font-size: 25px;
    line-height: 30px;
    /* letter-spacing: 2px; */
    margin-bottom: 5px;
}

.left-box h4 span {
    color: #0a8f53;
    font-weight: bold;
}

.left-box p {
    font-size: 13px;
    color: #444;
    line-height: 25px;
    margin-bottom: 20px;
}

.left-img {
    width: 100%;
    margin-top: 10px;
}

/* RIGHT BOX */
.right-box {
    width: 50%;
    position: relative;
}

/* Main Slider Image */
.main-slider img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 220px;
}

/* Thumbnail Row */
.thumb-row {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.thumb-row img {
    width: 90px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumb-row img:hover {
    border-color: #ff6600;
}


 /* Section Title */
.useful-links {
    width: 95%;
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
}

.section-title {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: bold;
}

/* Three Column Layout */
.links-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

/* Map Image */
.map-box img {
    width: 260px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

/* Middle Bullet List */
.links-list {
    flex: 1;
    text-align: left;
}

.links-list ul {
    list-style: disc;
    padding-left: 20px;
}
.links-list li {
    margin: 8px 0;
    font-size: 15px;
    color: #0a8f53;
}
.links-list li:hover{
    color: #444;
}
.links-list li a{
    margin: 8px 0;
    font-size: 15px;
    color: #0a8f53;
}
.links-list li a:hover{
    color: #444;
}
/* Right Illustration */
.image-box img {
    width: 260px;
    object-fit: contain;
}

/* Logo Slider */
.logo-slider {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

/* Arrow Buttons */
.arrow {
    background: #fff;
    padding: 10px 16px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    user-select: none;
}

/* Logos Row */
.logos {
    display: flex;
    gap: 20px;
}

.logos img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: contain;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    padding: 10px;
    background: #fff;
}

.hero {
    position: relative;
    height: 70%;
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: 50vh;
    /* object-fit: cover; */
}

.hero-text {
    position: absolute;
    top: 20%;
    left: 50%;
    /* transform: translate(-40%, -40%); */
    text-align: center;
    width: 700px;
    color: white;
    padding: 20px;
    margin-left: -350px;
	    max-width: 100%;
}
section.hero.background .hero-text {
    top: 40%;
}
.hero-text h1 {
  font-size: 4rem;
  margin-bottom: 15px;
}
/* 1. Force the internal CF7 wrapper to behave like a block container */
.input_field .wpcf7-form-control-wrap {
    position: relative !important; 
    display: block !important; 
    width: 100%; /* Ensures it fills your 46% container */
}

/* 2. Position the error message absolutely so it takes 0 physical space */
.input_field .wpcf7-not-valid-tip {
    position: absolute !important;
    top: 100%;     /* Pushes it directly below the input field */
    left: 0;
    width: 100%;
    z-index: 10;   /* Ensures it sits on top of elements below */
    font-size: 12px;
    margin-top: 5px; /* Adds a tiny breathing room from the input border */
    line-height: 1.2;
    color: #dc3232; /* Standard WP error red */
    font-weight: normal;
}

/* 3. OPTIONAL: Style the main response box (Success/Fail message at bottom) 
   so it clears your floats properly */
.wpcf7-response-output {
    clear: both;
    margin-top: 20px;
    width: 100%;
    float: left;
}
/* sidebar(dashboard) */

.left_profile_bar .closed {
    width: 0;
    padding: 20px 0; 
    overflow: hidden; 
    transform: translateX(-100%);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0); 
}
.sidebar-slide {
position: absolute;  
    top: 17px;  
    left:5px; 
    /* background:#ddd; */
    color:var(--secondary-color);
    border-radius: 0 5px 5px 0; 
    width: 40px;
    height: 30px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* transition: 0.3s ease-in-out;  */
    transition: left 0.3s ease;
    z-index: 1100;
    display: none; 
}

.sidebar-slide i {
    padding: 10px 10px;
    font-size: 25px;
}
.left_profile_bar.closed {
    margin-left: -250px;
    transform: translateX(-100%);
    width: 0;
    padding: 20px 0;
    /* overflow: hidden; */
    box-shadow: none;
} 
.left_profile_bar.closed .sidebar-slide i {
    transform: rotate(180deg);
}
 .left_profile_bar.closed + .sidebar-slide {
    left: 0px; /* move toggle to the edge */
}


/* added */
.contact-info {
    width: 100%;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.contact-info p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.info-box {
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
}

.info-box .icon {
    width: 45px;
    height: 45px;
    background: var(--contrast);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 15px;
}

.info-box h4 {
    font-size: 18px;
    margin-bottom: 4px;
    color: #222;
}

.info-box p {
    color: #555;
}
.contact-form {
    width: 90%;
    background: #EDF4F1;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
}

.select2-container {
    width: 100% !important;
}
.dashboard .main_wrap {
    margin: 0;
    background-image: url(../images/dashboardbg.png);
    background-size: 100% auto;
    background-position: left top;
}

 .dash_table_wrap.full{

    overflow-x: scroll !important;
}
.btn.processing {
    background-color: var(--contrast) !important;
    color: #ffffff !important;
    opacity: 1 !important;
    cursor: wait;
    pointer-events: none;
}
.btn.processing i {
    margin-right: 5px;
}
.sidebar-toggle-input {
    display: none;
}
.total-display {
    font-weight: bold;
    background-color: transparent;
    border: none;
    font-size: 1.1em;
}

.grand-total {
    font-size: 1.2em;
    color: #2F913B;
}
.income_table td {
    padding: 5px;
    vertical-align: middle;
}

.income_table input.input_box,
.income_table select.input_box {
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.checkbox_wrap {
    padding-top: 35px;
}

.force-disabled {
    background-color: #e9ecef !important;
    pointer-events: none;
    color: #6c757d;
    border-color: #ced4da;
}

.row-subtotal td,
.row-total td {
    background-color: #f8f9fa;
    border-top: 2px solid #dee2e6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row-total td {
    border-top: 1px solid #ccc;
    background-color: #e9ecef;
}
.ic_checkbox {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
}
.disabled_input input, 
.disabled_input select, 
.disabled_input textarea {
    background-color: #e9ecef !important;
    pointer-events: none;
    opacity: 0.7;
}
h2.access-denied {
    text-align: center !important;
    font-size: 24px;
    color: #dc3545;
}
.dashboard_content_access_denied {
    float: left;
    width: 100%;
    position: relative;
}
a.access-denied-btn {
    position: absolute;
    top: 0px;
    left: 10px;
}
.not_found_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    /* Takes up 70% of viewport height */
    /* background-color: #f8f9fa; */
    text-align: center;
    padding: 40px 20px;
    width: 100%;
}

/* Central Card Style */
.not_found_content {
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    /* Horizontal centering */
    position: relative;
    overflow: hidden;
}

/* 404 Watermark Effect */
.error_code {
    font-size: 120px;
    font-weight: 800;
    color: #f1f3f5;
    line-height: 1;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
}

/* Icon Style */
.error_icon {
    font-size: 50px;
    color: #dc3545;
    /* Red */
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Heading & Text */
.not_found_content h1 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.not_found_content p {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

/* Button Alignment */
.btn_group {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.btn_group .btn {
    min-width: 160px;
}

/* Secondary Button Style */
.btn.border_btn {
    background: transparent;
    border: 1px solid #2F913B;
    /* Assuming theme green */
    color: #2F913B;
}

.btn.border_btn:hover {
    background: #2F913B;
    color: #fff;
    border: 1px solid #2F913B;
}