@media (min-width: 320px) and (max-width: 767px) {
 
.right-menu {
position: fixed;
top: 0;
left: -100%;
height: 100vh;
width: 100%;
/* max-width: 350px; */
background-color: #fff;
flex-direction: column;
text-align: center;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
transition: left 0.3s ease-in-out;
z-index: 999;
overflow-y: auto;
text-align: left;
align-items: flex-start;
padding-left: 20px;
}

.right-menu ul {
flex-direction: column;
gap:0px;
}

.right-menu a {
padding: 10px 20px;
font-size: 16px;
}

.header-button {
margin-top: 20px;
margin-left: 0px;
}

.toggle-btn {
display: flex;
z-index: 1000;
}

/* Show class for slide-in */
.right-menu.show {
left: 0;
background: #fff;
z-index: 9999;
padding-top: 30px;

}

.mobile-logo a img {
margin-left: -30px;
        width: 250px;
}



.footer-logo a img {
    width: 200px;
}

.close-btn {position: absolute; display:block; top: 0px;right: 8px;font-size: 60px;color: #3d92fb;cursor: pointer;z-index: 1001;}

.mobile-logo
{
display:block;
text-align: left;
width: 100%;
margin-bottom: 20px;
}


.header--logo a img {
    width: 150px;
}


.right-menu ul li {
position: relative;
width: 100%;
line-height: 50px;
/* border-bottom: 1px solid #e5e5e5; */
}

.top-header-container {
   display: flex;
        align-items: normal;
        flex-direction: column;
        text-align: center;
}


.social-links ul {
    gap: 6px;
}

.right-menu ul li ul.dropdown {
position: static;
width: 100%;
background: #00254a;
display: none;
padding: 0;
margin: 0;
}



.right-menu ul li ul.dropdown li a {
display: block;
padding: 10px 20px;
border-bottom: 1px solid #fff;
font-size: 16px;
color: #fff;
text-align: left;
background: #63C256;
}

.toggle-btn .bar {
background-color: #000;
}




.dropdown-submenu > a::after {
    color: #Fff;
}



 /* Disable hover behavior */
  .right-menu ul li ul.dropdown,
  .dropdown-submenu-list {
    display: none !important;
    opacity: 1;
    visibility: visible;
  }

  /* Show main dropdown */
  .right-menu li.active > ul.dropdown {
    display: block !important;
  }

  /* Show submenu */
  .dropdown-submenu.active > .dropdown-submenu-list {
    display: block !important;
    background: #fff;
  }

  /* Fix submenu style */
  .dropdown-submenu-list {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .dropdown-submenu-list li a {
    color: #000;
    background: #00254A;
    padding-left: 40px;
  }



  .dropdown-submenu > ul {
    position: static;
    top: 0;
    left: 100%;
    width: 260px;
    background: #000000;
    display: none;
    padding: 10px 0;
}


.banner-home {
    height: auto;
    padding: 110px 0;
}

.banner-txt {
    width: 100%;
}

.banner-txt h1 {
    font-size: 26px;
}


.about-image img {
    width: 100%;
}

.about-txt h2 {
    font-size: 24px;
}

section.bg-sage {
    padding: 10px;
}

.main-heading h2 {
    font-size: 24px;
    padding-top: 25px;
}


.main-heading p {
    width: 100%;
}

.goals-detail h3 {
    font-size: 24px;
}

.goals-image.text-end img {
    width: 100%;
}


.bg-image {
    padding: 20px;
}

.choose-box {
    height: auto;
}

.main-heading h3 {
    font-size: 24px;
}

.sub-heading h3 {
    font-size: 24px;
}

.headinbg-blog h3 {
    font-size: 24px;
            padding-top: 20px;
}


.headinbg-blog p {
    width: 100%;
}

.blog-card-txt h4 {
    font-size: 18px;
}

.flex-footer {
    display: block;
}


.flex-footer:before{
    display: none;
}

.flex-footer:after{
    display: none;
}

.social-links-footer {
    padding-top: 15px;
}

.pl-150 {
    padding-left: 0;
}

.disclaimer-txt h4:before{
    display: none;;
}

.disclaimer-txt h4:after{
    display: none;;
}

.disclaimer-txt h4 {
    text-align: left;
}

.footer-copyright {
    flex-direction: column;
}

.banner-about {
    padding: 20px 0;
}

.banner-about h1 {
    font-size: 20px;
}

nav.breadcrumb-nav ol {
    font-size: 12px;
}

.sage-heading h2 {
    font-size: 20px;
}

.sage-heading h3 {
    font-size: 20px;
}

.sage-service-heading h3 {
    font-size: 20px;
}

.sage-service-heading p {
    width: 100%;
}

.why-us-heading h3 {
    font-size: 24px;
}

.mission-heading h2 {
    font-size: 24px;
}


.heading-approach h3 {
    font-size: 24px;
}

.category-box {
    width: 100%;
}


.search-wrapper {
    flex-direction: column;
}

.category-box select {
    height: auto;
    padding: 10px 20px;
}


.search-box {
    height: auto;
    padding: 10px 18px;
    background: #fff;
}

.contact-image h2 {
    font-size: 24px;
}

.contact-image p {
    width: 100%;
}

.contact-image img {
    width: 100%;
}

.contact-form .field input {
    margin-bottom: 0px;
}

.contact-form .field-row {
    gap: 0px;
    flex-direction: column;
}

.bg-contact {
    min-height: fit-content;
    margin: 10px;
}

.found-image img {
    width: 100%;
            margin-bottom: 20px;
}

.found-txt h2 {
    font-size: 24px;
}


.blog-card-box {
    flex-direction: column;
}

.blog-content {
    width: 100%;
    padding: 0px 0px;
    flex-direction: column;
}


nav.breadcrumb-nav-blog ol {
    gap: 2px;
    font-size: 10px;
}

.blog-sidebar h2 {
    font-size: 24px;
}



.author-bg {
    flex-direction: column;
}


.accordion-header button div {
    width: 80%;
}

.privacy-policy ul {
    flex-direction: column;
    gap: 0px;
}


}




/* tab media query */

@media (min-width: 768px) and (max-width: 1024px) {

.right-menu {
position: fixed;
top: 0;
left: -100%;
height: 100vh;
width: 100%;
/* max-width: 350px; */
background-color: #fff;
flex-direction: column;
text-align: center;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
transition: left 0.3s ease-in-out;
z-index: 999;
overflow-y: auto;
text-align: left;
align-items: flex-start;
padding-left: 20px;
}

.right-menu ul {
flex-direction: column;
gap:0px;
}

.right-menu a {
padding: 10px 20px;
font-size: 16px;
}

.header-button {
margin-top: 20px;
margin-left: 0px;
}

.toggle-btn {
display: flex;
z-index: 1000;
}

/* Show class for slide-in */
.right-menu.show {
left: 0;
background: #fff;
z-index: 9999;
padding-top: 30px;

}

.mobile-logo a img {
margin-left: -30px;
        width: 250px;
}



.footer-logo a img {
    width: 200px;
}

.close-btn {position: absolute; display:block; top: 0px;right: 8px;font-size: 60px;color: #3d92fb;cursor: pointer;z-index: 1001;}

.mobile-logo
{
display:block;
text-align: left;
width: 100%;
margin-bottom: 20px;
}


.header--logo a img {
    width: 150px;
}


.right-menu ul li {
position: relative;
width: 100%;
line-height: 50px;
/* border-bottom: 1px solid #e5e5e5; */
}




.social-links ul {
    gap: 6px;
}

.right-menu ul li ul.dropdown {
position: static;
width: 100%;
background: #00254a;
display: none;
padding: 0;
margin: 0;
}



.right-menu ul li ul.dropdown li a {
display: block;
padding: 10px 20px;
border-bottom: 1px solid #fff;
font-size: 16px;
color: #fff;
text-align: left;
background: #63C256;
}

.toggle-btn .bar {
background-color: #000;
}




.dropdown-submenu > a::after {
    color: #Fff;
}



 /* Disable hover behavior */
  .right-menu ul li ul.dropdown,
  .dropdown-submenu-list {
    display: none !important;
    opacity: 1;
    visibility: visible;
  }

  /* Show main dropdown */
  .right-menu li.active > ul.dropdown {
    display: block !important;
  }

  /* Show submenu */
  .dropdown-submenu.active > .dropdown-submenu-list {
    display: block !important;
    background: #fff;
  }

  /* Fix submenu style */
  .dropdown-submenu-list {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .dropdown-submenu-list li a {
    color: #000;
    background: #00254A;
    padding-left: 40px;
  }



  .dropdown-submenu > ul {
    position: static;
    top: 0;
    left: 100%;
    width: 260px;
    background: #000000;
    display: none;
    padding: 10px 0;
}


.banner-home {
    height: auto;
    padding: 110px 0;
}

.banner-txt {
    width: 100%;
}

.banner-txt h1 {
    font-size: 26px;
}


.about-image img {
    width: 100%;
}

.about-txt h2 {
    font-size: 24px;
}

section.bg-sage {
    padding: 10px;
}

.main-heading h2 {
    font-size: 24px;
    padding-top: 25px;
}


.main-heading p {
    width: 100%;
}

.goals-detail h3 {
    font-size: 24px;
}

.goals-image.text-end img {
    width: 100%;
}


.bg-image {
    padding: 20px;
}

.choose-box {
    height: auto;
}

.main-heading h3 {
    font-size: 24px;
}

.sub-heading h3 {
    font-size: 24px;
}

.headinbg-blog h3 {
    font-size: 24px;
            padding-top: 20px;
}


.headinbg-blog p {
    width: 100%;
}

.blog-card-txt h4 {
    font-size: 18px;
}

.flex-footer {
    display: block;
}


.flex-footer:before{
    display: none;
}

.flex-footer:after{
    display: none;
}

.social-links-footer {
    padding-top: 15px;
}

.pl-150 {
    padding-left: 0;
}

.disclaimer-txt h4:before{
    display: none;;
}

.disclaimer-txt h4:after{
    display: none;;
}

.disclaimer-txt h4 {
    text-align: left;
}



.banner-about {
    padding: 20px 0;
}

.banner-about h1 {
    font-size: 20px;
}

nav.breadcrumb-nav ol {
    font-size: 12px;
}

.sage-heading h2 {
    font-size: 20px;
}

.sage-heading h3 {
    font-size: 20px;
}

.sage-service-heading h3 {
    font-size: 20px;
}

.sage-service-heading p {
    width: 100%;
}

.why-us-heading h3 {
    font-size: 24px;
}

.mission-heading h2 {
    font-size: 24px;
}


.heading-approach h3 {
    font-size: 24px;
}

.category-box {
    width: 100%;
}


.search-wrapper {
    flex-direction: column;
}

.category-box select {
    height: auto;
    padding: 10px 20px;
}


.search-box {
    height: auto;
    padding: 10px 18px;
    background: #fff;
}

.contact-image h2 {
    font-size: 24px;
}

.contact-image p {
    width: 100%;
}

.contact-image img {
    width: 100%;
}

.contact-form .field input {
    margin-bottom: 0px;
}

.contact-form .field-row {
    gap: 0px;
    flex-direction: column;
}

.bg-contact {
    min-height: fit-content;
    margin: 10px;
}

.found-image img {
    width: 100%;
            margin-bottom: 20px;
}

.found-txt h2 {
    font-size: 24px;
}


.blog-card-box {
    flex-direction: column;
}

.blog-content {
    width: 100%;
    padding: 0px 0px;
    flex-direction: column;
}


nav.breadcrumb-nav-blog ol {
    gap: 2px;
    font-size: 10px;
}

.blog-sidebar h2 {
    font-size: 24px;
}



.author-bg {
    flex-direction: column;
}


.accordion-header button div {
    width: 80%;
}




.bg-card {
    min-height: -webkit-fill-available;
}


}
