@media only screen and (max-width: 1680px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1450px) {
  html {
    font-size: 14px;
  }

  .amenities-grid > div {
    min-height: 130px;
  }

  .mini-container {
    width: 70%;
    margin: 0 auto;
  }

  .project-information-div .section-content p,
  .project-box .project_status_lable p {
    font-size: 1rem;
  }

  .career-text-abs {
    width: 65%;
    padding: 3rem 8.5rem;
  }

  /* .megamenuContent .megamenuItem {
        flex-basis: calc(100% / 3 - 1.5rem);
    } */
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 13px;
  }

  .home-listing-banner img {
    height: 90svh;
    object-fit: cover;
  }

  .project-information-div .section-content p,
  .project-box .project_status_lable p {
    font-size: 0.875rem;
  }

  .project-box .section-title h2 {
    font-size: 2.5rem;
  }

  .amenities-icon-box {
    width: 80%;
  }

  .footer-grid-4-col {
    width: 100%;
    gap: 2rem;
  }
}

@media only screen and (max-width: 1152px) {
  html {
    font-size: 12px;
  }

  .mini-container {
    width: 80%;
    margin: 0 auto;
  }

  .specs_data {
    min-height: 250px;
  }

  .thankyou-title h1 {
    font-size: 5rem;
  }

  .specification-accordion .three-col-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .leaderImage img,
  .leaderImage {
    height: 30vh;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 11px;
  }

  .completed-project-list-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #project_location .inner-flex-big {
    gap: 3rem;
  }
  .megamenuContent .megamenuItem {
    flex-basis: calc(100% / 3 - 1.5rem);
  }
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 12px;
  }

  .main-container {
    width: 95%;
    margin: 0 auto;
  }

  .visible-tab-mobile {
    display: block !important;
  }

  .hide-tab-mobile {
    display: none !important;
  }

  .mobile_menu_wrapper {
    width: 100%;
  }

  .flex-col-teb {
    flex-direction: column;
  }

  .inner-flex-big {
    gap: 6rem;
  }

  .alstart {
    align-items: flex-start;
  }

  .project-footer-accordion a {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
  }

  ul.quicklinks-footer.quicklinks-footer-mobile li {
    padding-bottom: 1rem;
    border-bottom: 1px solid #555555;
  }

  .footer-content-accordian ul li {
    border-bottom: 0px !important;
  }

  /* .project-footer-accordion .project-links {
        margin: 0.5rem 0 0.5rem 0 !important;
        padding: 0;
    } */

  .project-footer-accordion .project-links ul li p a {
    font-size: var(--section-content);
  }

  .project-footer-accordion .project-links.footer-content-accordian li {
    padding: 0;
    border: 0;
    display: block;
  }

  /* .project-footer-accordion i {
        font-size: 1.25rem;
    } */
  .footer-content-accordian {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: var(--common-transition);
  }

  .footer-content-accordian.active_list {
    display: block !important;
    transition: var(--common-transition);

    max-height: 85vh;
  }

  .project-footer-accordion
    > div.active
    .down_arrow_footer
    .manu-accordian-downarrow {
    display: none;
  }

  .project-footer-accordion
    > div.active
    .down_arrow_footer
    .manu-accordian-uparrow {
    display: block;
  }

  .project-list-grid-2-column {
    grid-template-columns: 100%;
    gap: var(--medium-gap-size);
  }

  .homes-image-contact {
    height: 60svh;
    object-fit: cover;
  }

  .mini-container,
  .main-container,
  .main-container-fluid,
  .swiper-pagination.homeSwiperPagination,
  .bannerText {
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }

  .project-amenities-grid {
    grid-template-columns: 100%;
    padding: 0;
    border: none;
  }

  .projectBannerFlex {
    top: unset;
    transform: unset;
    bottom: 3rem;
    left: 0;
    width: 100%;
    /* padding: 0 15px; */
    text-align: left;
  }

  .project-info-flex p {
    text-align: left;
  }

  .inner-flex-medium {
    gap: 2rem;
  }

  .project_gallery_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .project_detail_inquiry_form {
    width: 100%;
  }

  .inner-flex-tab {
    display: flex;
    flex-direction: column;
  }

  .highlights-grid > div {
    padding: 1rem 0;
    border-bottom: 1px solid #dedede20;
  }

  .completed-project-list-grid > div {
    width: calc(100% / 2 - 3rem);
    flex-basis: calc(100% / 2 - 3rem);
  }

  .specificationGrid {
    grid-template-columns: 100%;
  }

  /* .social-visible{
        display: block !important;
    } */
  .banner-title-big h1,
  .banner-title-big h1 span,
  .banner-title-big h2,
  .banner-title-big h2 span {
    font-size: 5rem;
  }

  .section-information {
    width: 100%;
  }

  .sect-2-hand {
    width: 60%;
  }

  .inner-flex-big {
    gap: 3rem;
  }

  .highlights-left-line {
    margin-top: 0;
  }

  .channelpartner-img img {
    height: 50vh;
    object-position: left;
  }

  .filter_value_text p {
    font-size: 1rem;
  }

  .walkthrough-padding {
    margin-top: 70%;
  }

  .amenities-icon-box {
    width: 100%;
  }

  .rev-column-tab {
    flex-direction: column-reverse;
  }

  .amenities-icon-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .career-text-abs {
    width: 85%;
  }

  .career-popup-wrapper .two-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .career-popup-wrapper .sticky-div {
    position: relative;
    top: unset !important;
  }

  .career_position_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .mobile-contact-info {
    padding: 3rem 0 0rem 0;
    border-top: 1px solid #dedede20;
    border-bottom: 0px solid #dedede20;
    margin-bottom: 0rem;
  }

  .footer-wrapper .inner-flex-medium {
    gap: 1.5rem !important;
  }

  .mobile-links:last-child {
    border-bottom: 0px solid var(--gray-color) !important;
  }

  .sect-2-hand-mob {
    display: block !important;
  }

  .sect-2-hand-web {
    display: none !important;
  }

  .link-block-accordion {
    border-top: 1px solid #dedede20;
    padding: 1.5rem 0 0 0;
  }

  .sect-2-hand {
    width: 60%;
    margin-left: 0;
    margin-bottom: 2rem;
  }

  .projectList_li > div,
  .header-navigation-links ul li {
    padding: 0.75rem 0;
    /* border-bottom: 1px solid #DEDEDE; */
  }

  .footer-strip {
    padding: 3rem 1.5rem;
  }

  .footer-grid-3-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .footer-grid-3-col .button-font-size {
    text-align: left;
  }

  .header-flex {
    padding: 1.25rem 1.5rem;
    min-height: 6.25rem;
  }

  .overview-new-grid {
    display: flex;
    grid-template-columns: unset;
    gap: var(--small-gap-size);
    flex-direction: column-reverse;
  }

  .section-padding {
    padding: 4rem 0;
  }

  .leaderImage img,
  .leaderImage {
    height: 50vh;
  }

  .overview-split {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }

  .inner-flex-big {
    gap: 3rem;
  }

  .flex-col-mob {
    flex-direction: column;
  }

  .sec5_location {
    width: 100%;
  }

  .mini-container {
    width: 95%;
  }

  .section-padding {
    padding: 3rem 0;
  }

  .section-title h1,
  .section-title h1 span,
  .section-title h2,
  .section-title h2 span {
    font-size: 2rem;
  }

  .list-panel-ul ul li::after {
    right: -0.5rem;
  }

  .inner-flex-medium {
    gap: 2rem;
  }

  .project_banner_image img,
  .project_banner_image {
    height: 80vh;
  }

  .project_banner_image.project-img img,
  .project_banner_image.project-img {
    height: auto;
    aspect-ratio: 1;
  }

  .banner-title h1,
  .banner-title h1 span,
  .banner-title h2,
  .banner-title h2 span {
    font-size: 2.5rem;
  }

  .section-title-big h1,
  .section-title-big h1 span,
  .section-title-big h2,
  .section-title-big h2 span {
    font-size: 2rem;
  }

  .section-subtitle h4,
  .section-subtitle h4 span {
    font-size: 1.25rem;
  }

  .section-content-big p,
  .section-content-big span {
    font-size: 1.15rem;
    line-height: 1.5;
  }

  #sunday-home-section-2 > div > .inner-flex.inner-flex-medium {
    gap: 3rem !important;
  }

  .section-title h1.counter-value,
  .section-title h1.counter-value span,
  .section-title h2.counter-value,
  .section-title h2.counter-value span {
    font-size: 3.25rem;
  }

  .about-btn-home {
    padding-left: 2rem;
    /* margin-left: auto; */
  }

  .homeBannerOverlaytwo {
    opacity: 0.5;
    background: #1e1e1e;
  }

  .section-title h2.counter-value.gradient-font {
    color: unset !important;
    background: rgb(97, 66, 40);
    background: linear-gradient(90deg, #b38966 -49%, #e8b388 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
  }

  /* .projectBannerFlex {
        top: unset;
        transform: unset;
        bottom: 3rem;
        left: 0;
        width: 100%;
        padding: 0 15px;
    } */

  .highlightGrid > div {
    padding-right: 0;
    border-right: none;
    flex-basis: 100%;
  }

  .highlightGrid {
    gap: 2rem;
  }

  .walk-thumbnail-image {
    height: 400px;
    /* margin: 0 -15px; */
  }

  .walk-thumbnail-image img {
    height: 400px;
  }

  .walkthrough-banner-content {
    width: 100%;
  }

  .section-title h1,
  .section-title h1 span,
  .section-title h2,
  .section-title h2 span {
    font-size: 1.85rem;
  }

  .project_gallery_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .project-map-iframe iframe {
    height: 400px;
  }

  .thankyou-title h1 {
    font-size: 4rem;
  }

  .footer-subscribe {
    flex-basis: 100%;
    width: 100%;
  }

  .page-list-2-col-grid {
    grid-template-columns: 100%;
  }

  .inquiry_popup {
    width: 100%;
    right: 0;
    top: unset;
    bottom: -100%;
  }

  .inquiry_popup.inqury_active {
    bottom: 0;
  }

  .inner-flex-mob {
    display: flex;
    flex-direction: column;
  }

  .flex-30 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .flex-70 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .contactPageDescription p span,
  .section-paragraph p,
  .section-paragraph p span {
    font-size: 1.3rem;
  }

  .awards_swiper_outer .swiper-container {
    padding: 0rem;
    width: 95%;
    margin: 0 auto;
  }

  .blog-grid {
    grid-template-columns: 100%;
  }

  /* .reecosys-template-page-wrapper,
    .reecosys-main-wrapper {
        padding-top: 4rem;
    } */

  .imageThumbnail img,
  .imageThumbnail video {
    height: 60vh;
    width: 100%;
    object-fit: cover;
  }

  .project-img-list img {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }

  .down_arrow_footer {
    filter: invert(1);
  }

  .section-padding-bottom {
    padding-bottom: 4rem;
  }

  .mobile_menu_wrapper {
    padding: 6rem 1rem 4rem 1rem;
  }

  .walkthrough-project-thumb .walk-thumbnail-image iframe {
    aspect-ratio: 1;
  }

  .header-flex {
    padding: 0.75rem 1rem;
  }

  .progress {
    width: 24px;
    height: 24px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
  }

  .bottomStrip {
    /* padding: 0.75rem 0rem 0.75rem; */
    background-color: transparent;
    border-top: 0px solid #00000050;
    /* border-radius: 0.5rem 0.5rem 0; */
    /* box-shadow: 0px 0px 12px #00000050; */
  }

  .amenities_popup {
    top: 0%;
    right: -100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    transform: unset;
    background-color: var(--white-color);
    z-index: -1;
    padding: 3rem 2rem;
    left: unset;
  }

  .amenities_popup.active {
    transform: unset;
    right: 0;
    z-index: 9999;
  }

  .amenities-close-icon {
    position: absolute;
    top: -2rem;
    right: -1rem;
  }

  .all-amenites-list ul {
    grid-template-columns: 100%;
    gap: 0;
  }

  .all-amenites-list ul li {
    padding: 1rem 0;
    border-bottom: 1px solid #dedede20;
  }

  .all-amenities-grid-detail {
    padding-top: 2rem;
  }

  .reecosys-template-button.bottomStripButton {
    height: auto;
    padding: 0.5rem;
    justify-content: space-between;
  }

  .reecosys-template-button.bottomStripButton,
  .reecosys-template-button.bottomStripButton:hover {
    background: linear-gradient(
      90deg,
      rgba(97, 66, 40, 1) 0%,
      rgba(232, 179, 136, 1) 87%
    );
  }

  .reecosys-template-button.bottomStripButton:hover span,
  .reecosys-template-button.bottomStripButton:hover p {
    color: var(--white-color) !important;
  }

  .reecosys-template-button.bottomStripButton span.material-symbols-outlined {
    font-size: 2rem;
  }

  .reecosys-template-button.bottomStripButton span img {
    max-width: 40px;
  }

  /* .footer-inquiryForm .submitbtn button .common-icon {
        filter: unset;
    } */

  /* .footer-inquiryForm .md-label {
        background-color: var(--white-color) !important;
        color: var(--primary-color) !important;
    }

    .subscribe_section p {
        color: var(--primary-color) !important;
    }

    .subscribe_section {
        background-color: var(--white-color);
    } */

  .completed-project-list-grid > div {
    width: 100%;
    flex-basis: 100%;
  }

  .reecosys-template-button {
    padding: 0 1.25rem;
  }

  .accordian-title .accordion_click {
    border-bottom: 1px solid transparent;
  }

  .projectBannerFlex {
    width: 90%;
    margin: 0 auto;
    padding-top: 7rem;
  }

  .mini-container,
  .main-container,
  .main-container-fluid,
  .swiper-pagination.homeSwiperPagination,
  .bannerText {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }

  .bannerText.homeBannerText {
    top: unset;
    bottom: 15%;
    transform: translate(-50%, 0%);
  }

  .downloadDataFlex > li {
    flex-basis: 50%;
  }

  .project-footer-accordion .footer-content-accordian a {
    display: block;
  }

  .brijgroup-main-wrapper {
    padding-top: 4rem;
  }

  .homeBannerSwiper,
  .sunday-banner-section .bannerImg,
  .sunday-banner-section .bannerImg img {
    height: 100svh !important;
  }

  .form_wrapper {
    padding-top: 0rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .whatsapp_connect {
    bottom: 15px;
    right: 15px;
  }

  .amenities-grid > div:nth-child(5),
  .amenities-grid > div:nth-child(3),
  .amenities-grid > div:nth-child(1) {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left: 0px;
  }

  .amenities-grid > div:nth-child(4),
  .amenities-grid > div:nth-child(2) {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dedede;
  }

  .amenities-grid > div:nth-child(5) {
    border-top: 0px;
    border-bottom: 0px;
  }

  .amenities-grid > div:nth-child(6) {
    border: 0px;
  }

  .completed-project-list-grid > div:hover {
    border-radius: 1rem;
    /* border-color: var(--secondary-color); */
  }

  .completed-project-list-grid > div:hover::after {
    transform-origin: left;
    width: 0%;
  }

  .completed-project-list-grid > div .project-information-div,
  .completed-project-list-grid > div .charter_regular {
    transition: var(--common-transition);
  }

  .completed-project-list-grid > div:hover .charter_regular {
    color: var(--primary-color);
  }

  .completed-project-list-grid > div:hover .project-information-div {
    filter: unset;
  }

  .project-list-card .progress {
    width: 20px;
    height: 20px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
  }

  .backArrowProject {
    display: none;
  }

  .footer-grid-4-col {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }

  .footer-grid-4-col {
    padding: 0rem 1rem;
  }

  .footer-grid-3-col {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    display: flex;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
  }

  .footer-logo {
    width: 14rem;
  }

  .footer-strip {
    padding: 2rem 1.5rem;
  }

  .footer-wrapper .section-padding {
    padding: 4rem 0;
  }

  .footer-grid-4-col > div.footer-links-tab:last-child {
    grid-area: span 1 / span 2;
  }

  .mobile-social-links {
    flex-direction: row;
    justify-content: space-between;
  }

  .content-accordian-hide {
    /* padding: 1.5rem 0; */
    gap: 0;
  }

  .phone-flex p,
  .phone-flex span {
    font-size: 1.4rem;
  }

  .content-accordian-hide .button-font-size {
    font-size: 1.09rem;
    padding: 1rem 0;
    border-bottom: 0px solid var(--gray-color);
  }

  .button-font-size {
    font-size: 1.09rem;
    line-height: 1.5;
  }

  .footer-wrapper a:hover p,
  .footer-wrapper a:hover,
  .footer-strip a:hover p {
    color: var(--white-color);
    transition: var(--common-transition);
  }

  .footer_logo_mobile {
    width: 10rem;
  }

  .banner-title-big h1,
  .banner-title-big h1 span,
  .banner-title-big h2,
  .banner-title-big h2 span {
    font-size: 2.7rem;
  }

  .swiper-pagination.homeSwiperPagination {
    bottom: 3rem;
  }

  .button-style-gradient:hover::after {
    width: 0%;
    transition: var(--common-transition);
  }

  .two-grid {
    display: flex;
    flex-direction: column;
    /* grid-template-columns: 100%; */
  }

  .rev-column-mob {
    flex-direction: column-reverse;
  }

  .project-info-list {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0;
  }

  /* .project-list-card.project-box .white-color {
        color: var(--primary-color) !important;
    }

    .project-list-card.project-box .filter-invert {
        filter: unset;
    } */

  .grid-3-col {
    grid-template-columns: 100%;
  }

  .highlights-grid {
    display: flex;
    gap: 0;
    width: 100%;
    flex-direction: column;
  }

  .swiper-pagination.project_listPagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .project-list-card.project-box > div {
    width: 100%;
  }

  .project-title {
    text-align: left;
    justify-content: left;
    align-items: start;
  }

  .filled-btn:hover::after {
    width: 100%;
    transition: var(--common-transition);
  }

  .project-box .section-title h2 {
    font-size: 2rem;
  }

  .project-list-card:hover .project-title h2 {
    color: var(--primary-color) !important;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
  }

  .footer-hover p:hover {
    color: var(--white-color);
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }

  .project-information-div .section-content p,
  .project-box .project_status_lable p {
    font-size: 1rem;
  }

  .banner-logo {
    width: 69%;
    margin: 0;
    margin-bottom: 2rem;
  }

  .walkthrough-padding {
    margin-top: 0;
  }

  .swiper-scrollbar.gallrey_Swiperscrollbar,
  .swiper-scrollbar.floorPlan_Swiperscrollbar {
    width: 90%;
  }

  .hide-mobile-only {
    display: none !important;
  }

  .visivle-mobile-only {
    display: block !important;
  }

  .floor-tabpannel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    width: 100%;
    margin: 0 auto;
  }

  .floor-tabpannel .sunday-button {
    height: 4.5rem;
    width: 100%;
  }
  .button-blackborder:hover::after {
    width: 0%;
    transition: var(--common-transition);
  }
  .button-blackborder.activebutn::after {
    width: 100% !important;
    transition: var(--common-transition);
  }
  .button-blackborder.activebutn span,
  .button-blackborder.activebutn p {
    color: var(--white-color) !important;
  }
  .button-blackborder:hover span,
  .button-blackborder:hover p {
    color: var(--primary-color);
  }
  .icon-img-amenities img {
    width: 3rem;
    /* height: 2rem; */
    object-fit: contain;
    min-width: 2rem;
  }

  .icon-img-amenities {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
  }

  .amenities-icon-box {
    gap: 2rem;
  }

  .amenities-btn-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .amenities-btn-flex .sunday-button {
    width: 100%;
  }

  .specification-accordion .three-col-grid {
    grid-template-columns: 100%;
  }

  #project_location .inner-flex-big {
    flex-direction: column;
    gap: 1rem;
  }

  .site-address-width {
    width: 100%;
  }

  .section-content p,
  .section-content p span,
  .specification-accordion .content_accordian ul li {
    font-size: 1.3rem;
  }

  .amenities-icon-box {
    grid-template-columns: 100%;
  }

  .form_wrapper.two-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .section-title-big h2 span,
  .section-title-big h2 {
    font-size: 1.7rem;
  }

  .section-subtitle-font-size-2 h4 {
    font-size: 1.7rem;
  }

  .commonPageTitle.commonPageTitleLegacy h2 span {
    display: block;
    width: 100%;
    text-align: center;
  }

  .channelform-box {
    padding: 2.5rem 1rem;
  }

  .w70 {
    width: 100%;
  }

  .career-text-abs {
    padding: 3rem 1.5rem;
  }

  .career-popup-wrapper {
    padding: 3rem 1.5rem;
    transform: scale(1);
    width: 100%;
    top: unset;
    left: 0;
    bottom: -100%;
  }

  .career-popup-wrapper.active {
    bottom: 0;
    transform: scale(1);
  }

  .career_position_grid {
    display: grid;
    grid-template-columns: 100%;
  }

  .reecosys-carrer-us-wrapper.section-padding {
    padding-top: 5rem;
  }

  .link-padding {
    padding-left: 28px;
  }

  .button-style-gradient.black-border:hover {
    border: 1px solid var(--primary-color);
    border-image-source: unset;
    transition: var(--common-transition);
  }

  .button-style-gradient:hover p,
  .button-style-gradient:hover span {
    color: var(--primary-color) !important;
    z-index: 2;
    /* transition: var(--common-transition); */
  }

  .amenities-btn-flex .sunday-button:hover span img {
    filter: unset;
  }

  .mobile-links {
    border-bottom: 1px solid var(--gray-color);
  }

  .button-style-gradient.black-border.active {
    border: 0px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(
      90deg,
      rgba(97, 66, 40, 1) 0%,
      rgba(232, 179, 136, 1) 87%
    );
    transition: var(--common-transition);
  }

  .date_picker_input,
  .date_picker_input_text {
    border: unset;
    padding: 2rem 0rem !important;
  }

  .channelform-box {
    background-color: unset;
    padding: 0;
  }

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: unset;
  }

  .section-padding-top-mobile {
    padding-top: 6rem;
  }

  .common-banner-title-abs {
    width: 95%;
  }

  .filled-btn:hover::after,
  .filled-btn::after {
    width: 0;
    transition: var(--common-transition);
    background-color: var(--white-color);
  }

  .filled-btn {
    background-color: var(--white-color);
  }

  .filled-btn p,
  .filled-btn span,
  .button-style-gradient span,
  .button-style-gradient p {
    color: unset !important;
    background: rgb(97, 66, 40);
    background: linear-gradient(
      90deg,
      rgba(97, 66, 40, 1) 0%,
      rgba(232, 179, 136, 1) 87%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
    /* transition: var(--common-transition); */
  }

  .career-text-box {
    gap: 2rem;
  }

  .accordian-title .accordion_click::after,
  .accordian-title .accordion_click.active::after {
    width: 100%;
    transition: var(--common-transition);
  }

  .accordian-title .accordion_click {
    padding: 2.5rem 0 2rem 0;
  }

  .bannerText .inner-flex.gap0 {
    gap: 2rem !important;
  }

  .bannerText .flex-col-mob.inner-flex-medium {
    gap: 1rem;
    width: 100%;
  }

  .brmob-hide br {
    display: none;
  }

  .button-style-gradient:hover p,
  .button-style-gradient:hover span {
    color: unset !important;
    background: rgb(97, 66, 40);
    background: linear-gradient(90deg, #b38966 0.66%, #e8b388 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
    /* transition: var(--common-transition); */
  }

  .button-style-white-trans:hover {
    border: 1px solid var(--white-color);
    background-color: transparent;
  }

  .button-style-white-trans:hover span,
  .button-style-white-trans:hover p {
    color: var(--white-color);
    transition: var(--common-transition);
    font-size: 1.15rem;
  }

  .channelpartner-img img {
    aspect-ratio: unset;
    object-position: 16% 100%;
    height: 35vh;
  }

  .project-list-card:hover .project-img-list img {
    transform: scale(1);
  }

  .filled-btn:hover {
    position: relative;
    border: 0px solid;
    border-image-slice: 1;
    border-width: 1px;
    background-color: unset !important;

    border-image-source: linear-gradient(
      90deg,
      rgba(97, 66, 40, 1) 0%,
      rgba(232, 179, 136, 1) 87%
    );
    transition: var(--common-transition);
  }

  .filled-btn:hover p,
  .filled-btn:hover span,
  .filled-btn p,
  .filled-btn span {
    color: var(--white-color) !important;
    background: unset;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    position: relative;
    z-index: 2;
    /* transition: var(--common-transition); */
  }

  .filled-btn::after {
    width: 100% !important;
  }

  .header-navigation-links ul li a:hover p,
  .header-hover:hover .header-title,
  .footer-wrapper a:hover p,
  .footer-wrapper a:hover,
  .footer-strip a:hover p,
  .reecosys-template-button.bottomStripButton:hover span,
  .reecosys-template-button.bottomStripButton:hover p,
  .button-style-gradient.black-border:hover p,
  .button-style-gradient.black-border:hover span {
    color: var(--primary-color) !important;
    background: unset;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    transition: unset;
  }

  .button-blackborder:hover {
    border: 1px solid var(--black-color);
    background-color: transparent;
    position: relative;
  }

  .button-blackborder.black-text:hover span,
  .button-blackborder.black-text:hover p {
    color: var(--primary-color);
    transition: var(--common-transition);
  }

  .button-blackborder:hover::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: var(--common-transition);
    background: var(--primary-color);
    z-index: 1;
  }

  .button-style-primary:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
  }

  .button-style-primary:hover span,
  .button-style-primary:hover p {
    color: var(--white-color);
    transition: var(--common-transition);
    font-size: 1.15rem;
  }

  .footer-wrapper p,
  .subscribe_section p,
  .footer-wrapper a:hover p {
    color: var(--white-color) !important;
  }

  .mrauto-mob {
    margin: unset;
    margin-right: auto;
  }

  .alstart-mob {
    align-items: flex-start;
  }

  .leaderImage img,
  .leaderImage {
    height: unset;
  }

  .projectListGrid {
    grid-template-columns: 100%;
  }

  .footer-accordion .flex-30 {
    flex-basis: 35%;
    width: 35%;
  }

  .footer-accordion .flex-70 {
    flex-basis: 65%;
    width: 65%;
  }

  .sunday-banner-section {
    min-height: auto;
  }

  .sunday-banner-section .bannerImg.our-presence,
  .sunday-banner-section .bannerImg.our-presence img {
    height: 60svh !important;
  }

  .homebanner-logo {
    width: 70%;
    margin: unset;
  }
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 325px) {
}
