/**
* Template Name: NiceAdmin
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*-------------------------------------------------------------- 
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  --primary:#556F44;
  --primary-hover:#415236;
  --primary-light:#B8D8BA;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #FFF4E1;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.required {
    border: 1px solid red; /* You can change the styling to match your preference */
  }
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--primary-hover);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--primary);
  color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #FFF4E1;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #444444;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: var(--primary);
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: 50px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  /*box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);*/
  background-color: var(--primary);
  /*padding-left: 20px;*/
  padding: 0px 75px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}
@media screen and (max-width: 480px) {
    .header {
        padding: 0px 5px;
    }
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #ffffff;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  /*padding: 7px 38px 7px 8px;*/
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

/*@media (max-width: 1199px) {*/
  .sidebar {
    left: -300px;
  }
/*}*/

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--primary);
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}
.collapsed i img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.sidebar-nav .nav-link:hover {
  color: var(--primary);
  background: #f6f9ff;
  
}

.sidebar-nav .nav-link:hover i {
  color: var(--primary);
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# home sections 
--------------------------------------------------------------*/
/*hero section*/
.login-button{
    background-color: var(--primary-light);
    padding: 14px 34px;
    border-radius: 30px;
    color: #000 !important;
    transition: 0.3s;
}
.primary-bg-clr{
    background-color: var(--primary);
}
.primary-light-bg-clr{
    background-color: var(--primary-light);
}
.white-bg-clr{
    background-color: #ffffff;
}
.border-white{
      border: 1px solid #fff;
}
.border-radius-overflow-hide{
    border-radius: 24px;
    overflow: hidden;
}
.holistic_approach{
    border-radius: 24px 0px 0px 24px;
    border: 1px solid var(--primary);
}
.accessibility{
    border-radius: 0px 24px 24px 0px;
    border: 1px solid var(--primary);
}
/*.login-button:hover{*/
/*    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);*/
/*    color:#fff;*/
/*    background-color: var(--primary-hover);*/
/*}*/

.hero-section{
    margin-top:70px;
}
.header-nav .nav-item a{
    color:#fff;
} 
.header_bottom_img{
    background-image: url(/assets/img/header-bottom.png);
    width: 100%;
    height: 218px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-position-x: center;
}
.hero-bg-img{
    background-image: url("/assets/img/hero-bg-img.webp");
    width: 100%;
    height: 45vh;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
        display: flex;
    align-items: center;
}
.hero-bg-img .container {
    position: relative;
}
.hero-bg-img .container:before {
    display: block;
    content: '';
    background: white;
    height: 18rem;
    width: 5px;
    position: absolute;
    left: -10px;
 
}

.hero-bg-img-faq .before-line {
    position: relative;
}
.hero-bg-img-faq .before-line:before {
    display: block;
    content: '';
    background: white;
    height: -webkit-fill-available;
    width: 5px;
    position: absolute;
    left: -20px;

}
.header_bottom_img_about{
    background-image: url("/assets/img/header_bottom_about.svg");
    width: 100%;
    height: 709px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}
.header_bottom_img_contact{
    background-image: url(/assets/img/header_bottom_contact.png);
    width: 100%;
    height: 45vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
}
.hero-section h1{
    color:var(--primary);
}
.hero-section .hero-left{
    padding:0px 40px 0px 75px;
}

.round-btn-primary{
    background-color: var(--primary);
    padding: 14px 34px;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s;
}

.round-btn-primary:hover{
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    color:#fff;
    background-color: var(--primary-hover);
}

/*therapy category*/
.therapy-category{
    border-radius: 24px;
    overflow: hidden;
    background: var(--primary-light);
    border: 1px solid var(--primary);
}
.outline-b{
    outline: 1px solid var(--primary);
}
.individual-happy{
    display:none;
}
.individual-cat-wap:hover .individual-happy{
    display:inline-block;
}
.individual-cat-wap:hover .individual-sad{
    display:none;
}
.couple-happy{
    display:none;
}
.couple-cat-wap:hover .couple-happy{
    display:inline-block;
}
.couple-cat-wap:hover .couple-sad{
    display:none;
}

/*about section*/
#about-section{
   position: relative;
}
.about-waves-img{
    background-image: url("/assets/img/about-waves.png");
    background-repeat: no-repeat;
    width: 25rem;
    height: 37rem;
    position: absolute;
    right:0px;
    top:0px;
}

/*number section*/
.number_section{
    background-color: var(--primary);
    color:#fff;
}
.num_about{
    font-size:48px;
    font-weight: 700;
}

.odometer-plus{
    font-size:48px;
    font-weight: 700;
}

/*hovers cards*/
.hover-card-wap {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 20px;
    margin: 5px;
}

.hover-card-wap .hover-text-wap {
    position: absolute;
    top: 0px;
    padding: 50px 20px;
    height: 100%;
    background-color: #0000006b;
    display: none;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-in-out; 
}

.hover-card-wap:hover .hover-text-wap {
    display: block;
    opacity: 1;
}
/*mentor_section*/

.mentor_section{
    background-image: url("/assets/img/Mentor_bg_section.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
/*testimonials_card*/

.testimonials_card_img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.bg_color_card_bg{
    background:#E4A6A4;
}
.testimonials_card_bg{
    background:#E4A6A4;
}
.testimonials_border{
    border-radius: 24px;
    border: 1px solid #e4a6a4;
}
.active_testimonials_card{
    transition: all 0.2s ease-in;
    img{
     height: 180px;
     filter: brightness(0) invert(1);
    }
    h3,p{
        color:#fff;
    }
    background-color: var(--primary) !important;
}
/*.testimonials_card_wap{*/
/*    transition: all 0.2s ease-in;*/
/*}*/
/*.holistic-approach:hover {*/
/*    img{*/
/*     height: 180px;*/
/*     filter: brightness(0) invert(1);   */
/*    }*/
/*    h3,p{*/
/*        color:#fff;*/
/*    }*/
/*    background-color: var(--primary) !important;*/
   
/*}*/

/*faq section*/

.custom_faq .accordion-item{
    background-color: transparent;
}
.custom_faq .accordion-body{
    text-align: start;
}
/*price seaction*/

.price_wap_home{
    border: 1px solid;
    border-radius: 30px;
    padding: 30px;  
    margin-bottom:16px;
}

.price_wap_home:hover{
    /*background-color: var(--primary);*/
    background: linear-gradient(90deg, var(--primary) 30%, #E4A6A4 100%);
    color: #fff;
    .price-section{
         color: #000;
    }

}
.price_wap_home:hover .price-list-wap img{
    filter: brightness(0) invert(1);
}
.price_wap{
    border: 1px solid;
    border-radius: 30px;
    padding: 30px;  
    margin-bottom:16px;
    background: #F1CDC2;
}
.price_wap .round-btn-primary{
    color:#000;
    background: #E4A6A4;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.price_wap:hover{
    /*background-color: var(--primary);*/
    background: linear-gradient(360deg, var(--primary) 30%, #E4A6A4 100%);
    color: #fff;

}
.price_wap:hover .price-list-wap img{
    filter: brightness(0) invert(1);
}
.price-list-wap{
    list-style: none;
        padding: 0px;
}

/*newletter-subscription-section*/
.newletter-subscription-section{
    background-image: url("/assets/img/newletter-subscription_bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.newletter-subscription-section .content {
  width: 360px;
  height: 40px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
  border-radius: 60px;
  overflow: hidden;
}
.subscription {
  position: relative;
  width: 100%;
  height: 100%;
}

.subscription .add-email{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 20px;
}

.subscription .submit-email {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 2px);
  width: 100px;
  border: none;
  border-radius: 60px;
  outline: none;
  margin: 1px;
  padding: 0 20px;
  cursor: pointer;
  background: var(--primary);
  color: #FFFFFF;
  transition: width .35s ease-in-out,
    background .35s ease-in-out;
}

.subscription.done .submit-email {
  width: calc(100% - 2px);
  background: #C0E02E;
}

.subscription .submit-email .before-submit,
.subscription .submit-email .after-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 38px;
  transition: visibility .35s ease-in-out,
    opacity .35s ease-in-out;
}

.subscription.done .submit-email .before-submit,
.subscription:not(.done) .submit-email .after-submit {
  visibility: hidden;
  opacity: 0;
}

.subscription .submit-email .after-submit {
  transition-delay: .35s;
}

.subscription:not(.done) .submit-email .before-submit,
.subscription.done .submit-email .after-submit {
  visibility: visible;
  opacity: 1;
}
/*contact_us_from*/
.contact_us_before_section{
    position: relative;
}
.contact_us_before_section img{
    position: absolute;
    bottom: 0px;
    width:100%;
    z-index: -1;
}

/*gethelpnow*/


.gethelpnow-left-section{
    position: sticky;
    top: 20vh;
    background: var(--primary);
    list-style: none;
    margin: 0;
    padding: 20px;
}
.gethelpnow-left-section a{
    color:#fff;
}
.gethelpnow-left-section li{
    padding: 10px 20px;
    background-color: #708761;
    border-radius: 24px;
    margin-bottom: 5px;
}
.gethelpnow-left-section li:hover{
    background: var(--primary);
}

/*blog pages*/
.blog-img{
    height: 55vh;
    width:100%;
    object-fit: cover;
}
.blog-thumbnamil-big{
    height: 339px;
    object-fit: cover;
}

/*montherapy_vs_inoffice*/
.montherapy_vs_inoffice table thead tr{
    color: #282828;
}
.montherapy_vs_inoffice table tbody tr{
    background: #fff;
    color: #282828;
}
.montherapy_vs_inoffice table tbody tr:not(:last-child){
    border-bottom: 1px solid #939b92;
}
.montherapy_vs_inoffice table th{
    padding: 1.5rem 4rem;
} 
.montherapy_vs_inoffice table .logo-header{
    background: #556f44;
    border-radius: 0.5rem 0.5rem 0 0;
} 

/*media queries*/

@media screen and (max-width: 480px) {
  .hero-section .hero-left {
    padding: 34px 0px 0px 0px;
  }
  #about-section img{
      width:100%;
  }
  .no-border-mobile{
    border-radius: 0px !important;
    border: 0px solid !important;
  }
  .montherapy_vs_inoffice table th {
        padding: 5px;
        font-size:.8rem;
    }
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
.invite_partner_image_wap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
}
.dashboard_card_wap{
    background:#B8D8BA;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 42px;
    border-radius: 24px;
    height:100%;
}
.dashboard_card_wap:hover {
    box-shadow: 0 1.25rem 1.5625rem -0.625rem #e0e0e0;
    transition: box-shadow .2s cubic-bezier(.4,0,.2,1);
    background:#a7c5a9;
}
#booked_sessions_wap .session_booked_clicked{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #aec79e;
    border-radius: 4px;
    color: #000;
    margin-bottom: 5px;
}
.therapists_profile_img{
    height: 52px;
    width: 52px;
    border-radius: 50%;
    object-fit: cover;    
}
.therapists_progress_bar{
    background-color: var(--primary);
}
.start_icon_rating{
    color:var(--primary);
}
.patients_table td{
     vertical-align: middle !important;
}
.patients_table th{
    background: #E8E8E8;
}
.fc .fc-col-header-cell-cushion{
    color:#000;
}
.fc .fc-daygrid-day-number{
    color:#000;
}
.fc-event {
        background: transparent;
    border: 0;
}
.fc-scroller table tr .fc-col-header-cell{
        background: #F1CDC2;
            padding: 13px;

}
.fc-scroller table tr{
        background: #fff;
}

.fc-button-primary{
    background: #FFE5D3 !important;
    color: #FF3A29 !important;
    border: 0 !important;

}
.fc-button-active{
    background: #FF3A29 !important;
    border: 0 !important;
    color: #fff !important;
}


.search_bar_head{
    background-image: url(/assets/img/icons/search-input-icon.svg);
    background-position: 10px 8px;
    background-repeat: no-repeat;
    padding: 8px 12px 8px 40px;
}
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

.chat-conversations_wap{
    background:#B8D8BA;
    color:#000;
    border-radius: 24px;
    padding: 22px;
       
}
.chat-conversations_wap .search_bar_head{
        width: 100%;
    border-radius: 24px;
    background-color: #556f44;
    color: #fff;
    border: 0px;
}
.chat-conversations_wap .search_bar_head::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.chat-conversations_wap .conversations_clear{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.chat-conversations_wap .chat_conversations_list{
    list-style: none;
    padding: 0px
}
.chat-conversations_wap .chat_conversations_list .chat_conversations_single{
    margin-bottom: 20px;
    font-weight: 600;
}
.chat_wap{
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}
.chat_wap .chat_head_wap{
    padding: 20px;
    box-shadow: 1px 3px 12px -2px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 1px 3px 12px -2px rgb(0 0 0 / 24%);
    -moz-box-shadow: 1px 3px 12px -2px rgb(0 0 0 / 24%);
    display: flex;
    justify-content: space-between;
        align-items: center;
}
.chat_messages_wap{
    position: relative;
    overflow-y: auto;
    padding: 20px;
    height:35rem;
}
.single_chat{
    padding: 8px;
    border-radius: 8px;
    display: flex;
    position: relative;
        margin-bottom: 22px;

}

.chat_right{
  justify-content: flex-end;
}
.chat_left{
  justify-content: flex-start;
}
.chat_left .single_chat_inner{
    background-color: #F3F5F7;
    width: 70%;
    padding: 20px 20px 50px 20px;
    border-radius: 24px;
}
.chat_right .single_chat_inner{
    width: 70%;
    padding: 20px 20px 50px 20px;
    border: 1px solid #F3F5F7;
    border-radius: 24px;
}
.chat_right .user_chat_profile{
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: -22px;
    right: 20px;
}
.chat_left .user_chat_profile{
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: -22px;
    left: 20px;
}
.chat_input_wap{
    padding:20px;
        display: flex;
    position: relative;
}
.chat_input_wap .chat_input_msg{
    width: 100%;
    padding: 10px 50px 10px 35px;
    border-radius: 8px;
    border: 1px solid #c9c9c9;
}
.chat_add_button{
    border: 0;
    padding: 0;
    margin-left: 15px;
    background: none;
    position: absolute;
    top: 32px;
}
.chat_send_button{
    border: 0;
    padding: 3px 7px;
    /* margin-left: 15px; */
    background: #556f44;
    position: absolute;
    top: 28px;
    right: 32px;
    color: #fff;
    border-radius: 8px;
}
.chat_header_lebal{
    padding: 3px 8px;
    border: 1px solid #b7b7b7;
    border-radius: 12px;
}
.chat_histry_icon{
    padding: 3px 6px;
    border: 1px solid #b7b7b7;
    border-radius: 50%;
    margin-left: 18px;
}
.clear_all_chat{
        background: transparent;
    border: 0;
    color: #5661F6;
    font-weight: 600;
}
.chat_btn_back_dashboard{
        display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 20px;
    border: 1px solid #efefef;
    border-radius: 24px;
}
.chat_right .msg_status_time{
    position: absolute;
    bottom: -17px;
    right: 62%;
    font-size: 12px;
    color: #999a9b;
}
.chat_left .msg_status_time{
    position: absolute;
    bottom: -17px;
    left: 62%;
    font-size: 12px;
    color: #999a9b;
}
.chat-dark-mode_wap{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 64px;
}
.green-card{
    background:#B8D8BA;
}
.red-card{
    background:#E2A6A4;
}
.tabs-custom .btn-custon-tab{
    background-color: #fff;
    border-radius: 24px;
    padding: 8px 48px;
    border: 0;
}
.tabs-custom .active-tab{
    border: 1px solid #413B89;
}
/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  /*max-width: 120px;*/
  height: 120px;
    width: 120px;
    object-fit: cover;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.info-box {
  padding: 28px 30px;
}

.info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #4154f1;
}

.php-email-form input {
  /*padding: 10px 15px;*/
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# get-started
--------------------------------------------------------------*/
.ans_label{
    width: 100%;
    background: var(--primary-light);
    padding: 12px 20px;
    border-radius: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
}
.ans_label:hover{
    background-color: var(--primary);
    color: #fff;
}
.step-form {
    max-width: 400px;
    margin: auto;
}
    
.step {
    display: none;
}

.current-step {
    display: block;
}

.step-form .question {
    margin-bottom: 30px;
    font-size:22px;
}

.step-form .answers {
    display: flex;
    flex-direction: column;
}


/*==================== toast notification =================*/

.toast-notification {
  position: fixed;
  text-decoration: none;
  z-index: 999999;
  max-width: 300px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: flex;
  padding: 10px;
  transform: translate(0, -150%);
}
.toast-notification .toast-notification-wrapper {
  flex: 1;
  padding-right: 10px;
  overflow: hidden;
}
.toast-notification .toast-notification-wrapper .toast-notification-header {
  padding: 0 0 5px 0;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  word-break: break-all;
  color: #4f525a;
}
.toast-notification .toast-notification-wrapper .toast-notification-content {
  font-size: 14px;
  margin: 0;
  padding: 0;
  /* word-break: break-all; */
  color: #4f525a;
}
.toast-notification .toast-notification-close {
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 4px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
}
.toast-notification .toast-notification-close:hover {
  color: rgba(0, 0, 0, 0.4);
}
.toast-notification.toast-notification-top-center {
  transform: translate(calc(50vw - 50%), -150%);
}
.toast-notification.toast-notification-bottom-left, .toast-notification.toast-notification-bottom-right {
  transform: translate(0, 150%);
}
.toast-notification.toast-notification-bottom-center {
  transform: translate(calc(50vw - 50%), 150%);
}
.toast-notification.toast-notification-dark {
  background-color: #2d2e31;
}
.toast-notification.toast-notification-dark .toast-notification-wrapper .toast-notification-header {
  color: #edeff3;
}
.toast-notification.toast-notification-dark .toast-notification-wrapper .toast-notification-content {
  color: #edeff3;
}
.toast-notification.toast-notification-dark .toast-notification-close {
  color: rgba(255, 255, 255, 0.2);
}
.toast-notification.toast-notification-dark .toast-notification-close:hover {
  color: rgba(255, 255, 255, 0.4);
}
.toast-notification.toast-notification-success {
  background-color: #C3F3D7;
  border-left: 4px solid #51a775;
}
.toast-notification.toast-notification-success .toast-notification-wrapper .toast-notification-header {
  color: #51a775;
}
.toast-notification.toast-notification-success .toast-notification-wrapper .toast-notification-content {
  color: #51a775;
}
.toast-notification.toast-notification-success .toast-notification-close {
  color: rgba(0, 0, 0, 0.2);
}
.toast-notification.toast-notification-success .toast-notification-close:hover {
  color: rgba(0, 0, 0, 0.4);
}
.toast-notification.toast-notification-error {
  background-color: #f3c3c3;
  border-left: 4px solid #a75151;
}
.toast-notification.toast-notification-error .toast-notification-wrapper .toast-notification-header {
  color: #a75151;
}
.toast-notification.toast-notification-error .toast-notification-wrapper .toast-notification-content {
  color: #a75151;
}
.toast-notification.toast-notification-error .toast-notification-close {
  color: rgba(0, 0, 0, 0.2);
}
.toast-notification.toast-notification-error .toast-notification-close:hover {
  color: rgba(0, 0, 0, 0.4);
}
.toast-notification.toast-notification-verified {
  background-color: #d0eaff;
  border-left: 4px solid #6097b8;
}
.toast-notification.toast-notification-verified .toast-notification-wrapper .toast-notification-header {
  color: #6097b8;
}
.toast-notification.toast-notification-verified .toast-notification-wrapper .toast-notification-content {
  color: #6097b8;
}
.toast-notification.toast-notification-verified .toast-notification-close {
  color: rgba(0, 0, 0, 0.2);
}
.toast-notification.toast-notification-verified .toast-notification-close:hover {
  color: rgba(0, 0, 0, 0.4);
}
.toast-notification.toast-notification-dimmed {
  opacity: .3;
}
.toast-notification.toast-notification-dimmed:hover, .toast-notification.toast-notification-dimmed:active {
  opacity: 1;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  /*border-top: 1px solid #cddfff;*/
  background-color: var(--primary);
}

.footer .copyright {
  text-align: center;
  color: #ffffff;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}
.footer_list{
    list-style: none;
    padding-left: 0px;
}
.footer_list li a{
    color:#fff;
}

.auth-socialmedia-btn{
  border: 1px solid #7a7a7a;
  width: 100%;
  display: inline;
  padding: 14px 34px;
  border-radius: 30px;
  transition: background-color .3s, box-shadow .3s;
}
.google_btn_login{
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
background-color: white;
background-repeat: no-repeat;
background-position: 12px 17px;
}
.facebook_btn_login{
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMTYuMTI1QzEyLjkzNSAxNi4xMjUgMTYuMTI1IDEyLjkzNSAxNi4xMjUgOUMxNi4xMjUgNS4wNjQ5NyAxMi45MzUgMS44NzUgOSAxLjg3NUM1LjA2NDk3IDEuODc1IDEuODc1IDUuMDY0OTcgMS44NzUgOUMxLjg3NSAxMi45MzUgNS4wNjQ5NyAxNi4xMjUgOSAxNi4xMjVaIiBmaWxsPSIjMDM5QkU1Ii8+CjxwYXRoIGQ9Ik05Ljk2NSAxMC44ODg1SDExLjgwODlMMTIuMDk4NCA5LjAxNTM3SDkuOTY0NjJWNy45OTE2MkM5Ljk2NDYyIDcuMjEzNDkgMTAuMjE4OSA2LjUyMzQ5IDEwLjk0NjcgNi41MjM0OUgxMi4xMTY0VjQuODg4ODdDMTEuOTEwOSA0Ljg2MTEyIDExLjQ3NjIgNC44MDAzNyAxMC42NTUgNC44MDAzN0M4Ljk0MDEyIDQuODAwMzcgNy45MzQ3NSA1LjcwNTk5IDcuOTM0NzUgNy43NjkyNFY5LjAxNTM3SDYuMTcxODhWMTAuODg4NUg3LjkzNDc1VjE2LjAzNjlDOC4yODM4OCAxNi4wODk0IDguNjM3NSAxNi4xMjUgOS4wMDA1IDE2LjEyNUM5LjMyODYyIDE2LjEyNSA5LjY0ODg3IDE2LjA5NSA5Ljk2NSAxNi4wNTIyVjEwLjg4ODVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
background-color: white;
background-repeat: no-repeat;
background-position: 12px 14px;
background-size: 24px;
}
.sticky_alert_banner_msg{
    position: fixed;
    z-index: 90;
    background-color: #f09db0;
    padding: 10px 16px;
    width: -webkit-fill-available;
    font-size: 14px;
    white-space: normal;
    top: 70px;
}
@media only screen and (min-width: 1200px) {
  .sticky_alert_banner_msg{
      left: 300px;
  }
}



