/*
Theme Name: My Custom Theme
Theme URI: http://example.com/my-custom-theme
Author: Your Name
Author URI: http://example.com
Description: A description of your custom theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/


/* basic html reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /* Root variables */
  :root {
    --main-green: #00723B;
    --main-dark: #1D1D1D;
    --m-text-dark: #404040;
  
  }
  
  
/*  .jost-<uniquifier> {*/
/*  font-family: "Jost", sans-serif;*/
/*  font-optical-sizing: auto;*/
/*  font-weight: <weight>;*/
/*  font-style: normal;*/
/*}*/
  
  /* Example usage of the CSS variable */
  body {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
     font-family: "Jost", sans-serif;

  }
  
  /* 10px is 1rem */
  html {
    font-size: 62.5%;
  }
  
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
  }
  
  .accordion-item {
    border:none !important;  
  }
  
  .accordion-button {
padding: 0;
}

.list_item{
  padding-left: 0 !important;
}

.list_li{
  /* padding: 0 !important; */
  font-size:2.1rem !important;
}

.accordion-button:not(.collapsed){
  background-color: #ffff !important;
  box-shadow: none;
  color: inherit;
}

.nav_footer{
  font-size: 1.5rem;
  text-align: center;
}

.offcanvas-start{
  display: flex !important;
}

.accordion-body{
  font-size: 1.4rem;
}
  
  .modal-content {
   border-radius: 1rem;
  }
  
  
  li a:hover {
    color: #00723B;
  }
  
  
  a {
    text-decoration: none;
    color: #000;
  }
  
  
  .navigation {
    display: none;
  }
  
  .mobile__logo {
    display: none;
  }
  
  .r2s__header__section{
    background-color: #ffff;
  }
  
  /*r2s header styling */
  
  .r2s__menu__items li ul {
    position: absolute;
    right: 20%;
    margin: 20px;
    z-index: 500;
    width: 100%;
    max-width: 270px;
    display: none;
    background-color: #fff;
    padding: 35px 0;
  }
  
  .fa-caret-down {
    margin-left: 5px;
  }
  
  .r2s__menu__items li ul li {
    padding: 10px 15px;
  }
  
  
  .r2s__menu__items li:hover>ul {
    display: initial;
  }
  
  .r2s__container {
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .r2s__nav__menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
  }
  
  .r2s__menu__items {
    display: flex;
    align-items: center;
  }
  
  .r2s__menu__items li {
    padding: 0 20px;
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
  }
  
  .r2s__nav__left img {
    width: auto;
    max-width: 75%;
    object-fit: cover;
  }
  
  .r2s__menu__items button {
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #00723B;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    cursor: pointer;
  }
  
  
  
  /*r2s banner styling */
  
  .r2s__banner__section {
    background-image: url(../assets/img/R2SBanner.jpeg);
    /* background-position: center top; */
    background-size: calc(100% - 0px);
    background-repeat: no-repeat;
    height: 58rem;
    min-height: 58rem;
    position: relative;
  }
  
  .r2s__banner__section_div {
    background-color: rgba(0, 114, 59, 0.2);
    height: 100% !important;
  }
  
  
  .r2s__banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94.6rem;
    transform: translate(-50%, -50%);
  }
  
  .r2s__banner__content_text {
    line-height: 7.2rem;
    font-size: 4.8rem;
  }
  
  .r2s__banner__content_text-long {
    padding: 3rem 5.6rem 4rem 5.6rem;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  
  .service_list{
    font-size: 1.3rem !important;
  }
  
  
  .r2s__overlay {
    position: absolute;
    top: 0;
    left: 0;
    margin: 80px auto;
    height: 100%;
    max-height: 78%;
    width: 100%;
  
  }
  
  .r2s__center {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 1.5;
    z-index: 2000;
  }
  
  .r2s__center h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    width: 70%;
    margin: auto;
    text-align: center;
  
  }
  
  .r2s__center span {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    width: 800px;
    margin: 10px auto;
  }
  
  .r2s__center button {
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #00723B;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    /* margin: 65px auto; */
  }
  
  
  
  
  /*r2s service styling */
  
  .r2s__heading,
  .r2s__headings {
    margin-top: 6.5%;
  }
  
  .r2s__heading h2,
  .r2s__headings h2,
  .r2s__heading h3 {
    font-size: 4rem;
    color: var(--main-dark);
    font-weight: 600;
  }
  
  .r2s__box h3 {
    font-size: 2rem;
    color: var(--main-dark);
    font-weight: 500;
  }
  
  .r2s__heading {
    position: relative;
  }
  
  .r2s__heading h2::after {
    content: '';
    position: absolute;
    background-color: rgba(145, 43, 46, 1);
    width: 3.5rem;
    height: .2rem;
    top: 50%;
    left: 48%;
  }
  
  
  .r2s__heading p {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
  
  .r2s__icons__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
  }
  
  .r2s__icons__section {
    margin: 45px auto;
    margin-bottom: 11rem;
  }
  
  .r2s__box .fa-arrow-right {
    font-size: 14px;
    color: rgba(0, 114, 59, 1);
  }
  
  .learn_more{
    margin-top: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:.8rem;
  }
  
  .r2s__box span {
    margin-top: .8rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--m-text-dark);
  }
  
  .r2s__box a {
    color: rgba(0, 114, 59, 1);
    font-size: 1.6rem;
    font-weight: 500;
  }
  
  .r2s__icons__first:not(:last-child){
    margin-bottom: 4.4rem;
  }
  
  .r2s__icons__first{
      cursor:pointer;
  }
  
  .r2s__box img {
    /* padding-bottom: 15px; */
    margin-bottom: 2rem;
  }
  
  .r2s__box h3{
    margin-bottom: .8rem;
  }
  
  /*r2s about styling */
  
  .r2s__about__wrapper {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .r2s__about__left,
  .r2s__about__right {
    width: 50%;
  }
  
  
  .r2s__about__section,
  .r2s__about__second__section {
    background-color: rgba(252, 252, 252, 1);
    width: 100%;
  }
  
  .r2s__about__right__content {
    padding: 0 65px;
  }
  
  .r2s__about__right__content p {
    text-align: justify;
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--m-text-dark);
    line-height: 3rem;
    margin-top: 2.9rem;
  }
  
  .r2s__about__right__content h4 {
    font-size: 25px;
    font-weight: 500;
    padding: 10px 0;
  }
  
  .r2s__about__right__content h3 {
    font-size: 4rem;
    color: var(--main-dark);
    font-weight: 600;
    position: relative;
  }
  
  
  .r2s__about__right__content h3::after {
    content: '';
    position: absolute;
    background-color: rgba(145, 43, 46, 1);
    width: 3.5rem;
    height: .2rem;
    top: 100%;
    left: 1%;
  }
  
  .r2s__about__right__content h4::after {
    content: '';
    position: absolute;
    background-color: rgba(145, 43, 46, 1);
    width: 35px;
    height: 2px;
    left: 5%;
    margin-top: 30px;
  
  }
  
  .r2s__about__right__content button {
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #00723B;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 3.1rem auto;
  }
  
  .r2s__counter__section {
    background-image: url(../assets/img/R2STower.jpeg);
    background-position: center center;
    background-size: calc(100% - 0px);
    height: 16.6rem;
  }
  
  .r2s__about__overlay {
    background-color: rgb(9, 58, 26);
    height: 100%;
    opacity: 0.8;
  }
  
  .r2s__counter__box {
    display: flex;
    justify-content: space-between;
    padding-left: 11.2rem;
    padding-right: 11.2rem;
    align-items: center;
    height: 100%;
    ;
  }
  
  .r2s__counter__boxes {
    z-index: 500;
    color: #fff;
  }
  
  .counter {
    transition: transform 0.3s ease-in-out;
  }
  
  .counter.animate {
    transform: scale(1.1);
  }
  
  .r2s__details span {
    font-size: 3.6rem;
    font-weight: 600;
  }
  
  .r2s__details p {
    font-size: 1.8rem;
    font-weight: 500;
  }
  
  
  .first__stroke {
    position: absolute;
    width: 3px;
    height: 70px;
    background-color: #fff;
  }
  
  .r2s__details {
    margin-left: 25px;
  }
  
  .r2s__blueImage {
    width: 100%;
    height: 100%;
  }
  
  
  /* r2s brand styling */
  
  .r2s__brand__section {
    margin: 3.2rem auto;
  }
  
  .r2s__brand__box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
  }
  
  
  
  /* r2s Testimonial styling */
  
  .r2s__headings h2::after {
    content: '';
    position: absolute;
    background-color: rgba(145, 43, 46, 1);
    width: 3.5rem;
    height: .2rem;
    top: 100%;
    left: 48%;
  }
  
  .r2s__heading h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--main-dark);
  }
  
  
  .r2s__testimonial__info {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10%;
    margin-top: 4rem;
    padding: 0 3.5rem;
  }
  
  .r2s__testimonial__box__right {
    width: 50%;
  }
  
  
  .r2s__star__rating {
    position: relative;
    margin-bottom: 4.8rem;
  }
  
  .r2s__testimonial__wrapper {
    margin: 5% auto;
  }
  
  .r2s__testimonial__details p {
    line-height: 3.6rem;
    font-size: 2.4rem;
    text-align: justify;
    margin-bottom: 4.8rem;
  
  }
  
  .fa-star {
    color: rgba(254, 200, 75, 1);
    font-size: 2rem;
  }
  
  
  .r2s__avater__image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 20%; */
  }
  
  .r2s__image__box__left {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .r2s__avatar__info span {
    font-size: 14px;
    font-weight: 300;
  }
  
  .r2s__arrow span {
    display: flex;
    border: 1px solid rgba(168, 166, 166, 0.342);
    border-radius: 50%;
    color: rgba(102, 112, 133, 1);
    width: 30px;
    height: 30px;
    padding: 10px;
    height: 30px;
  
  }
  
  .r2s__image__box__right .fa-arrow-right {
    color: rgba(102, 112, 133, 1);
    border: 1px solid rgba(168, 166, 166, 0.342);
    width: 30px;
    height: 30px;
    padding: 0 8px;
    line-height: 2.8;
    border-radius: 50%;
    position: relative;
    margin-left: 65px;
    top: -30px;
  }
  
  
  .r2s__image__box__right {
    padding-top: 30px;
  }
  
  
  /* r2s Second Banner Styling */
  
  .r2s__second__banner__section {
    background-image: url(../assets/img/R2STower.jpeg);
    background-position: center center;
    background-size: calc(100% - 0px);
    height: 14.8rem;
    margin-top: 9.6rem;
  }
  
  
  .r2s__second__banner__box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 21rem;
  }
  
  
  
  .r2s__second__banner__box button {
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #00723B;
    border: 1px solid #dddbdb;
    outline: 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    margin-left: 45px;
  }
  
  .r2s__second__banner__box span {
    font-weight: 500;
    color: #ffffff;
    font-size: 2rem;
  }
  
  
  
  .r2s__second__banner__overlay {
    background-color: rgba(145, 43, 46, 0.95);
    height: 100%;
    opacity: 0.9;
  }
  
  
  
  
  /* r2s Contact styling */
  
  .r2s__contact__section {
    margin-top: 9.8rem;
  }
  
  .r2s__contact__parent {
    display: flex;
    width: 100%;
    position: relative;
    gap: 50px;
  }
  
  
  .r2s__contact__left,
  .r2s__contact__right {
    width: 50%;
  }
  
  
  .r2s__form__control-wrapper {
    display: flex;
    gap: 3.2rem;
    margin-top: 3.6rem;
  }
  
  
  .r2s__form__control {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .r2s__form__control input {
    width: 100%;
  }
  

      input,textarea {
      font-size:1.9rem !important;
  }
  
  input::placeholder,textarea::placeholder{
      font-size:1.4rem !important;
  }
  
  .r2s__form__box,
  .r2s__form__box_textArea {
    font-size: 1.4rem;
    font-weight: 500;
    color: #344054;
  }
  
  .r2s__form__box input,
  textarea,
  select {
    height: 4.4rem;
    border-radius: .8rem;
    padding: 10px 14px 10px 14px;
    outline: 0;
    border: 1px solid rgb(201, 197, 197);
    margin-bottom: 2.4rem;
  }
  
  .r2s__form__box_textArea textarea {
    height: 14.6rem;
  }
  
  .r2s__contact__box button {
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #00723B;
    border: 1px solid #dddbdb;
    outline: 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    width: 100%;
    margin: 20px auto;
  
  }
  
  
  .r2s__contact__right {
    padding: 2.5rem 2.2rem;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) -4px 9px 25px -6px;
  }
  
  
  .r2s__contact__box p {
    text-align: justify;
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--m-text-dark);
  }
  
  .r2s__contact__box h2,
  .r2s__contact__box h3 {
    font-weight: 600;
    font-size: 4rem;
    margin-bottom: 2.9rem;
  }
  
  .r2s__contact__box h2::after {
    content: '';
    position: absolute;
    background-color: rgba(145, 43, 46, 1);
    width: 3.5rem;
    height: .2rem;
    top: 13%;
    left: 0%;
  }
  
  
  .r2s__contact__box h3::after {
    content: '';
    position: absolute;
    background-color: rgba(145, 43, 46, 1);
    width: 3.5rem;
    height: .2rem;
    top: 11%;
    left: 0%;
  }
  
  .r2s__form {
    margin: 15px 0;
  }
  
  .r2s__form button {
    padding: 12px 20px;
    border-radius: 10px;
    background-color: #00723B;
    border: 1px solid #dddbdb;
    outline: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin: 20px auto;
  
  }
  
  
  .r2s__contact__left {
    position: relative;
    top: 30px;
  }
  
  .r2s__contact__details {
    padding: 2.9rem 0;
  }
  
  .r2s__contact__details span {
    font-size: 2.4rem;
    font-weight: 600;
  }
  
  .r2s__contact__details p:not(:last-child) {
    font-size: 1.8rem;
    margin-bottom: 3.8rem;
  }
  
  .r2s__contact__details:last-child {
    margin-bottom: 3.5rem;
  }
  
  
  .r2s__social__icons .fa-brands {
    font-size: 2.4rem;
    margin: 0 1rem;
  }
  
  
  /* r2s Footer styling */
  
  .r2s__footer__section {
    background-image: url(../assets/img/R2STower.jpeg);
    background-position: center center;
    background-size: calc(100% - 0px);
    margin-top: 10.7rem;
  }
  
  
  .r2s__footer__overlay {
    background-color: rgba(0, 42, 21, 0.8);
  }
  
  .r2s__footer__content {
    padding-top: 6.4rem;
    color: #ffffff;
    text-align: center;
    width: 100%;
  }
  
  .r2s__footer__content h4 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  
  .r2s__footer__content p {
    color: #E6E6E6;
    font-size: 1.8rem;
    font-weight: 400;
    width: 75.8rem;
    margin: auto;
    margin-top: 3.2rem;
    margin-bottom: 6.4rem;
  }
  
  .r2s__last__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 500;
    color: #ffffffe5;
    padding-top: 15px;
  }
  
  .r2s__last__footer__right,
  .r2s__last__footer__left {
    margin-bottom: 4.8rem;
  }
  
  .r2s__last__footer__left span {
    font-size: 14px;
    font-weight: 400;
    color: #dddbdb;
  }
  
  .r2s__last__footer__social .fa-brands {
    font-size: 2.4rem;
    margin: 0 10px;
  }
  
  .footer__hr {
    color: rgba(71, 84, 103, 1) !important;
    position: relative;
    z-index: 500;
  }
  
  
  
  .mySwiper {
    width: 100%;
    display: none !important;
  }
  
  .swiper-slide {
    width: 50%;
    height: 50%;
    margin: auto;
  }
  
  .swiper-wrapper {
    margin: 5rem 0 !important;
  }
  
  .swiper-button-next{
    top:90% !important;
    right: 0% !important;
    border-radius: 50%;
    width: 3.5rem !important;
    height: 3.5rem !important;
    color: rgba(102, 112, 133, 1) !important;
    border: 1px solid rgba(168, 166, 166, 0.342) !important;
  
  }
  
  .swiper-button-next::after,.swiper-button-prev::after{
    font-size: 2rem !important;
  }
  
  .swiper-button-prev{
    top:90% !important;
    left: 70% !important;
    color: rgba(102, 112, 133, 1) !important;
    border: 1px solid rgba(168, 166, 166, 0.342) !important;  border-radius: 50%;
    width: 3.5rem !important;
    height: 3.5rem !important;
  }
  
    .body__404 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(56, 56, 56);
    
}

.wrapper__404 {
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
.wrapper__404 h1 {
    font-size: 3rem;
    
}
.wrapper__404 .message {
    font-size: 2.5rem;
    padding: 20px;
    text-align: center;
    width: 100%;
    
}
.btn__404 {
    text-decoration: none;
    font-size: 1.5rem;
    padding: 12px 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 10px;
    background-color: #00723B;
    border: 0;
    outline: 0;
    color: #fff;
    font-weight: 500;
}

.btn__404:hover {
  background: rgb(132, 37, 255) ;
  color: #fff;
}
.copyRights__404 {
    margin-top: 60px;
}

.page404image{
    width: 500px;

}
  
  
  
  @media screen and (min-width: 1550px) {
  
    .r2s__banner__section,
    .r2s__services__section,
    .r2s__about__section,
    .r2s__about__second__section,
    .r2s__footer__section {
      width: 1450px;
      margin: auto;
    }
  
    .BlogContent {
      margin-bottom: 2rem;
    }
  
    .ContentArrivals {
      margin-top: 6rem;
    }
  
  }
  
  
  
  
  @media screen and (max-width: 1028px) {
    .r2s__banner__section {
      background-size: cover;
    }
  
    .r2s__counter__box {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
  }
  
  
  @media screen and (max-width: 944px) {
    .r2s__header__section {
      display: none;
    }
  
    .r2s__banner__content {
    margin-top:2rem;
      width: 80.6rem;
    }
  
    .navigation {
      display: block;
      position: absolute;
      top: 0%;
      z-index: 999;
    }
  
    .mobile__logo {
      display: block;
      position: absolute;
      top: .5%;
      left: 40%;
    }
  
    .navigation-item {
      background-color: transparent !important;
    }
  
    .r2s__about__wrapper {
      flex-direction: column;
    }
  
    .r2s__about__right {
      order: 1 !important;
    }
  
    .r2s__about__left {
      order: 2;
    }
  
    .r2s__about__left,
    .r2s__about__right {
      width: 90%;
    }
  
    .r2s__about__right__content {
      padding: 0 0rem;
    }
  
    .r2s__counter__section {
      margin-bottom: 8rem;
    }
  
    .r2s__second__banner__box {
      gap: 5rem;
    }
  
    .r2s__contact__box h2::after,
    .r2s__contact__box h3::after {
      display: none;
    }
  
  }
  
  @media screen and (max-width: 780px) {
  
   .r2s__banner__section {
    height: 81rem;
  }
  
    .r2s__banner__content {
      position: relative;
      top: 0;
      left: 0;
      width: auto;
      transform: none;
      margin-top: 3rem;
    }
  
    .r2s__banner__content_text {
      margin-top: 8rem;
    }
  
  
    .navbar-toggler {
      background-color: transparent !important;
      border: none;
    }
  
  
    .r2s__brand__section {
      display: none;
    }
  
    .mySwiper {
      display: block !important;
    }
  
    .r2s__testimonial__info {
      width: 100%;
      flex-direction: column;
      /* Check here to why it's not working on display flex */
      display: block !important;
      gap: 5rem;
      padding: 0 .5rem;
    }
  
    .r2s__testimonial__box__left,
    .r2s__testimonial__box__right {
      width: 100%;
    }
  
    .swiper-button-prev{
      left: 80% !important;
    }
  
  
    .r2s__testimonial__box__right img {
      width: 100%;
    }
  
    .r2s__second__banner__box {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      padding: 0 1rem;
    }
  
    .r2s__second__banner__box span {
      align-self: center !important;
    }
  
    .r2s__second__banner__box button {
      margin-left: 0px;
    }
  
    .r2s__contact__parent {
      flex-direction: column;
    }
  
    .r2s__contact__left,
    .r2s__contact__right {
      width: 100%;
    }
  
    .r2s__contact__right {
      order: 1;
    }
  
    .r2s__contact__left {
      order: 2;
    }
  
  }
  
  
  
  
  @media screen and (max-width: 606px) {
  
    .r2s__heading,
    .r2s__headings {
      margin-top: 15%;
    }
  
  
  
    .r2s__banner__section,
    .r2s__footer__section {
      background-position: center top;
    }
  
  
    .r2s__banner__content_text {
      padding: 0 .3rem;
      line-height: 5.2rem;
      font-size: 3.8rem;
    }
  
    .r2s__banner__content_text-long {
      padding: 3rem 1.6rem 4rem 1.6rem;
      font-size: 1.8rem;
      line-height: 3rem;
    }
  
    .r2s__banner__section_button {
      margin-bottom: 5rem;
    }
  
    .r2s__details span {
      font-size: 2rem;
    }
  
    .r2s__details p {
      font-size: .8rem;
    }
  
    .r2s__counter__section {
      height: 10rem;
    }
  
    .r2s__last__footer {
      flex-direction: column;
    }
  
    .r2s__last__footer__right,
    .r2s__last__footer__left {
      margin-bottom: 1.8rem;
    }
  
    .swiper-button-prev{
      left: 70% !important;
    }
    
     .page404image{
        width: 250px;
    }

    .wrapper__404 h1 {
        font-size: 2rem;
        
    }

    .wrapper__404 .message {
        font-size: 1rem;
        
    }
  
  }
  
  
  @media screen and (max-width: 440px) {
  
    html {
      font-size: 54.5%;
    }
  
    .r2s__banner__section {
      height: auto;
    }
  
    .r2s__counter__box {
      padding-left: .4rem;
      padding-right: .4rem;
    }
  
    .r2s__form__control-wrapper {
      flex-direction: column;
    }
  
    .r2s__form__control {
      width: 100%;
    }
  
    .r2s__contact__section {
      margin-bottom: 8rem;
    }
  
    .r2s__testimonial__details p {
      font-size: 1.8rem;
    }
  
    .r2s__details span {
      font-size: 2rem;
    }
  
    .r2s__details p {
      font-size: 1.2rem;
    }
  
    .r2s__footer__content p {
      width: 100%;
    }
  
    .r2s__footer__section {
      background-size:cover;
    }
  
    /* .swiper-button-prev, .swiper-button-next{
      top: 70% !important;
    } */
    
  
  }
  
  
  @media screen and (max-width: 337px) {
  
    .r2s__details span {
      font-size: 1.2rem;
    }
  
    .r2s__details p {
      font-size: .8rem;
    }
  
    .r2s__icons__content {
      display: grid;
      grid-template-columns: auto;
      gap: 3rem;
    }
  
    .r2s__footer__section {
     background-repeat: no-repeat;
    }
    
  
  
  }