@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  max-width: 1140px;
  margin: auto;
}

.business-quality-homes {
  padding: 75px 50px 0 50px;
}

main {
  overflow: hidden;
}

.bicon1_fix {
  display: flex;
  align-items: center;
  margin-bottom: 2%;
}

.sum a {
  text-decoration: none;
  text-align: center;
  color: black;
}

.bicon_fix_one {
  max-width: 85%;
  padding-right: 9px;
  height: auto;
}

.bicon_fix {
  max-width: 7%;
  padding-right: 9px;
  height: auto;
}

.button_download {
  z-index: 999;
  position: relative;
  top: 0px;
}

.Subcontent-header span.px_set {
  font-size: 30px;
}

.button_download a {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgb(140, 52, 61);
  padding: 7px 20px 7px 42px;
  font-size: 20px;
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  z-index: 999;
  right: 40px;
  top: 41px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all 0.5s ease 0s;
}

span.dot_circule_downlod {
  background: linear-gradient(90deg, rgb(175, 103, 42) 0%, rgb(249, 180, 94) 35%, rgb(175, 103, 42) 95%);
  padding: 15px;
  border-radius: 30px;
  position: absolute;
  left: -35px;
  text-align: center;
  top: -10px;
  display: flex;
  width: 60px;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.flex-d {
  display: flex;
  align-items: center;
}

.flex_d_fix {
  display: flex;
  align-items: baseline;
}

.flex-d .Subcontent-header {
  margin-bottom: 0;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.sticky {
  z-index: 999;
  position: fixed;
  top: -12px;
  right: 382px;
}

.margin_bottom_0 {
  margin-bottom: 0;
}

.h_circle {
  background-color: #3d6852;
  width: 20px;
  height: 38px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  display: inline-block;
  margin-right: 20px;
}

.sum.header {
  display: grid;
  grid-template-columns: 160px auto auto;
  gap: 13px;
  text-align: center;
  padding: 15px 70px;
  /* ddd */
  margin: auto;
  max-width: 1140px;
}

.sum.header a {
  font-family: "Rubik", sans-serif;
  font-weight: 410;
  line-height: 22px;
}

.sum .nav {
  display: grid;
  grid-template-columns: 1px 1px 50px 70px 80px 200px 100px 1px 1px;
  margin: auto;
  gap: 25px;
}

.sum .headericon {
  display: grid;
  grid-template-columns: 40px 40px 40px;
  line-height: 50px;
  justify-content: right;
  align-items: center;
}

.header.on-scroll {
  background: white;
  box-shadow: var(--shadow-medium);
}

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 4.25rem;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-img {
  width: 32px;
  height: 27px;
}

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  overflow: hidden;
  background-color: var(--color-black-300);
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out;
}

.menu.is-active {
  top: 0;
  width: 100%;
  height: auto;
}

.menu.is-active .menu-link {
  color: white;

}

.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  row-gap: 1.25rem;
}

.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: black;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.menu-block {
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  margin-left: auto;
  padding: 0.65rem 1.5rem;
  border-radius: 3rem;
  text-transform: capitalize;
  color: var(--color-white);
  background-color: var(--color-blue-600);
  box-shadow: var(--shadow-medium);
  transition: all 0.3s ease-in-out;
}

.menu-language {
  padding-left: 85px;
}

#red {
  color: red;
}

.EN {
  color: red;
}

.subdiv {
  display: flex;
  padding-right: 15%;
  padding-left: 30%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-top: 1px solid orange;
}

.subdiv span {
  font-size: 14px;
}

.subdiv img {
  width: 15px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  line-height: 2;
  text-align: center;
}

.dropdown {
  line-height: 22px;
}

.dropdown-content a {
  color: rgb(68, 68, 68);
  padding: 8px 14px;
  text-decoration: none;
  display: block;
}

#dpcontent {
  margin-left: -800%;
  margin-top: -13%;

}

@media only screen and (max-width: 1064px) {
  .menuicon {
    display: none;
  }

  #dpcontent {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1064px) {
  .menudownloadicon {
    display: none;

  }
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

.menu.is-active .menu-inner {
  background-color: black;
}


/* ============================================= */

.subcontent-left-two p.custom_title {
  color: #000;
  font-weight: 600;
}

.subcontent-para.subcontent-txt.padding_none {
  padding-bottom: 0px;
}

.subcontent-para.subcontent-txt {
  padding-bottom: 40px;
}

.subcontent-left-txt {
  display: flex;
  align-items: start;
}

.subcontent-left-txt ul {
  margin-right: 50px;
}

.subcontent-left-txt ul li {
  display: flex;
  align-items: baseline;
}

.subcontent-left-txt ul li p {
  font-size: 21px;
  margin-left: 0;
  margin-bottom: 0;
}

.subcontent-para.bicon1_fix.safety_txt {
  align-items: center;
}

@media only screen and (min-width: 48rem) {
  .menu {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    padding-left: 70px;
    background: none;
    box-shadow: none;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2.5rem;
    margin: 0 auto;
  }

  .menu-link {
    text-transform: capitalize;
  }

  .menu-block {
    margin-left: 2rem;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  order: -1;
  z-index: 10;
  width: 1.75rem;
  height: 1rem;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}

@media only screen and (min-width: 48rem) {
  .burger {
    display: none;
    visibility: hidden;
  }
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: black;
  transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

.home-logo img {
  height: 55px;
}

.menu-link:hover {
  color: #e60012;
}

.menu-link:active,
.menu-link:focus {
  color: #e60012;
}

@media only screen and (max-width: 600px) {
  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }
}

/* business-overview-section */


.business-overview-section {

  position: relative;

  background: #eaf0eb;
}

.business-overview-header {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}

.business-overview-header2 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 72%;
  text-align: end;
}

.business-overview-header h2 {
  color: #5b906e;
  font-size: 30px;
  padding-left: 6%;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}

.business-overview-header2 h1 {
  width: 100%;
  font-size: 30px;
  color: #5b906e;
  line-height: 1.5;
  float: right;
}

.business-overview-content p {
  /* font-size: 24px; */
  font-weight: 420;
  background-color: #eaf0eb;
  color: #61a469;
  width: 90%;
  margin: 30px auto 20px auto;
  text-align: center;
  font-weight: 500;
  padding: 40px;
  border-radius: 0 50px;
  font-size: 24px;
}

.business-overview-sm-img {
  margin-top: -6px;
  padding: 0;
}

/* sec0nd section */

.business-section-two {
  padding-top: 0%;
  padding-bottom: 60px;
}

.business-section-two-subcontent {
  margin-left: 10%;
  line-height: 1.3;
  padding-top: 5%;
}

.Subcontent-header {
  font-size: 30px;
  color: #3d6852;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.Subcontent-header img {
  width: 4vw;
  padding-right: 10px;
  padding-bottom: 1%;
}

.Subcontent-header span {
  font-size: 40px;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 10px;
}

.subcontent-header-2 {
  padding-left: 5%;
  font-size: 30px;
  color: #3d6852;
  font-weight: 500;
}

.subcontent-header-2 span {
  font-size: 45px;
  font-weight: 500;
}

.arrow img {
  padding-right: 0;
  padding-bottom: 0;
}

.subcontent-para {
  display: flex;
  align-items: start;
  font-size: 21px;
  padding-left: 19%;
  flex-wrap: wrap;
}

.subcontent-para span {
  color: #5e9e65;
  font-size: 1vw;
  padding-right: 7px;
}

.subcontent-right-img {
  width: 10%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-top: 0;
}

.subcontent-right-img img {
  width: 3.5vw;
  padding-top: 0;
}

#numberspan {
  font-size: 28px;
  font-weight: 401;
  color: #5b9174;
}

.subcontent-centre-content {
  padding: 0;
  width: 100%;
}

.subcontent-left-content {
  padding: 0%;
}

/*  second section 2*/
.subcontent-left-two img {
  width: 6%;
  padding: 1%;
  padding-top: 0;
}

.right-align-para {
  padding-left: 6%;
}

.subcontent-left-two {
  padding-left: 0;
  width: 90%;
}

/* footer check box */
.footer-checkbox {
  position: relative;
  background: #ffffff;
}

.scroll-to-right {

  float: right;


}

.scroll-left-right button {
  border: none;
  width: 6vw;
  background: none;
  font-size: 35px;
  color: #5b9174;
}

.scroll-left-right {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.scroll-to-left {
  float: left;
  padding-right: 0;
}

/*  footer  */
#backtotop {
  background-color: #da9f60;
  float: right;
  margin-right: 90px;
  border: none;
  width: 70px;
  height: 37px;
  border-radius: 40px 40px 0 0;
  color: white;
  bottom: 150px;
  right: 30px;
  position: absolute;
}

.fa-caret-up:before {
  font-size: 35px
}

.scroll-to-top {
  position: relative;
  /* bottom: 5vw; */
}

.scroll-to-top button {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.footer {
  text-align: center;
  padding: 30px 0px;
}

.footer p {
  font-size: 14px;
}

.togglebar {
  position: absolute;
  right: 65px;
  top: 25px;
  display: none;
}

@media only screen and(min-width:800px) {

  .scroll-left-right {
    height: 2vh;
  }

}

@media only screen and (max-width: 761px) {
  .h_circle {
    background-color: #3d6852;
    width: 15px;
    height: 25px;
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
    display: inline-block;
    margin-right: 20px;
  }

  .Subcontent-header span {
    padding-right: 0;
  }

  span.px_set {
    /* font-size: 16px !important; */
  }

  .bicon_fix {
    max-width: 10%;
    padding-right: 7px;
    height: auto;
  }

  .bicon_fix_one {
    max-width: 85%;
    padding-right: 3px;
    height: auto;
  }

  .menu-language {
    display: none;
  }

  .home-logo img {
    height: 36px;
    margin-left: 10px;
  }

  .navbar {
    justify-content: space-between;
  }


}

/* business body */
.business-overview-body {
  max-width: 1140px;
}

@media (max-width: 1440px) {
  .sticky {
    right: 150px;
  }
}

@media (max-width: 1280px) {
  .sticky {
    right: 0px;
  }

  .bicon_fix {
    max-width: 7%;
  }

  .scroll-left-right {
    position: absolute;
    left: 50%;
    top: 50%;
  }

  .business-overview-header2 h1 {
    /*padding-left: 104%;
    width: 209%;*/
    font-size: 4.7vw;
  }

  .business-overview-header h2 {
    font-size: 4vw;
  }

  .subcontent-header-2 {
    padding-left: 4%;
  }

  .Subcontent-header span {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  #backtotop {
    background-color: #da9f60;
    float: right;
    margin-right: 0;
  }

  #numberspan {
    font-size: 3vw;
    font-weight: 401;
    color: #5b9174;
  }

  .business-overview-header2 h1 {
    font-size: 2.7vw;
    padding-top: 0;
  }

  .business-overview-header h2 {
    font-size: 2.5vw;
  }

  .subcontent-header-2 {
    padding-left: 7%;
  }

  .Subcontent-header {
    font-size: 24px;
  }

  .subcontent-header-2 span {
    font-size: 38px;
  }

  .subcontent-right-img img {
    width: 100%;
  }

  .Subcontent-header img {
    width: 40px;
  }

  .subcontent-para span {
    font-size: 26px;
  }

  .business-overview-content p {
    font-size: 22px;
  }

}

@media (max-width: 992px) {
  .button_download a {
    right: 0;
    top: 41px
  }

  .business-overview-header2 h1 {
    font-size: 2.7vw;
    padding-top: 10px;
  }

  .sticky {
    right: 0px;
    top: 0;
  }

  .subcontent-header-2 span {
    font-size: 28px;
  }

  .subcontent-header-2 {
    font-size: 24px;
  }

  .Subcontent-header {
    font-size: 22px;
  }

  .Subcontent-header span {
    font-size: 25px;
  }

  .subcontent-para {
    padding-left: 16%;
  }

  .scroll-left-right {
    position: absolute;
    left: 50%;
    top: 50%;
  }

  .scroll-left-right button {
    width: 6vw;
    font-size: 3vw;
  }
}

@media (max-width: 761px) {
  .bicon_fix {
    max-width: 9%;
  }

  .h_circle {
    margin-right: 5px;
  }

  .business-overview-header h2 {
    font-size: 15px;
    padding-top: 25px;
  }

  /*.business-overview-header2 {
  width: 345px;
}*/
  .sum.header a {
    width: 200px;
  }

  .subdiv a {
    width: 50px !important;
  }

  .subdiv {
    padding-left: 5%;
  }

  .business-overview-header {
    top: 0%;
    left: 0;
  }

  .business-overview-content {
    padding: 0px !important;
  }

  .business-overview-content p {
    padding: 20px !important;
  }

  .business-overview-content p {
    font-size: 18px;
    width: 100%;
  }

  .business-overview-details-p {
    font-size: 18px;
  }

  .business-overview-details {
    padding-left: 0;
  }

  .business-overview-header2 h1 {
    padding-left: 48%;
    width: 100%;
    font-size: 2.7vw;
    padding-top: 15vw;
  }

  .business-section-two-subcontent {
    margin-left: 4%;
    width: 90%;
    padding-top: 5px;
  }

  .Subcontent-header img {
    width: 32px;
    float: left;
    padding-bottom: 10px;
  }

  .subcontent-para {
    font-size: 16px;
    padding-left: 10%;
  }

  .subcontent-para span {
    font-size: 20px;
  }

  .Subcontent-header span {
    font-size: 18px;
  }

  .subcontent-header-2 {
    font-size: 18px;
    line-height: 1.2;
    width: 100%;
  }

  .subcontent-header-2 span {
    font-size: 21px;
  }

  #numberspan {
    font-size: 6vw;
    font-weight: 401;
    color: #5e9e65;
  }

  .scroll-left-right button {
    width: 7vw;
    font-size: 3.5vw;
  }

  .subcontent-right-img img {
    width: 36px;
    padding-top: 0;
  }

  .scroll-left-right {
    top: 50%;
  }

  .subcontent-left-two {
    padding-left: 5px;
    width: 85%;
    padding-bottom: 30px;
  }

  .subcontent-left-two p {
    align-items: flex-start;
  }

  .Subcontent-header {
    font-size: 10px;
    line-height: 0.9;
    height: 45px;
  }

  .subcontent-centre-content {
    padding-left: 25px;
  }

  #arrow img {
    width: 25px;
    margin-right: 0px;
  }

  #ml-30 {
    margin-left: 25px;
  }

  .subcontent-left-two img {
    width: 10%;
  }

  .business-overview-riding-sm-lastimg {
    margin-top: 40px;
  }

  .business-overview-riding-sm-lastimg img {
    height: 20px;
  }

  #backtotop {
    bottom: 90px;
  }

  .fa-caret-up:before {
    font-size: 22px;
  }

  .footer {
    padding: 15px 20px 10px;
  }

  .footer p {
    font-size: 10px;
  }

  .business-section-two {
    padding-bottom: 0;
  }

  .subcontent-left-two img {
    width: 28px;
  }
}

@media (max-width: 479px) {
  .right-align-para {
    padding-left: 10%;
  }

}

@media (max-width: 430px) {
  .business-quality-homes {
    padding: 75px 10px 0 10px;
  }

  .Subcontent-header span.px_set {
    font-size: 20px;
  }

  .subcontent-right-img {
    width: 10%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-top: 6px;
  }

  .subcontent-left-txt {
    display: block;
  }

  .subcontent-left-txt ul li p {
    font-size: 16px;
  }

  .subcontent-left-txt ul {
    margin-bottom: 0;
  }

  .flex-d .h_circle {
    margin: 0;
    padding: 0;
    width: 19px;
  }

  .flex-d .Subcontent-header span {
    padding-left: 0;
  }

  .flex-d {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
  }

  .flex-d .Subcontent-header {
    margin-bottom: 0;
    display: block;
    padding-left: 17px;
  }

  .bicon1_fix .subcontent-right-img {
    padding-top: 0;
  }

  #backtotop {
    height: 25px !important;
    width: 40px !important;
    bottom: 75px !important;
  }

  .button_download {
    top: -10px !important;
  }

  span.dot_circule_downlod {
    left: -25px;
    top: -8px;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .button_download a {
    right: 0;
    top: 20px;
    font-size: 15px;
  }

  .sticky {
    right: 0px;
    top: 0;
  }

  .bicon_fix {
    max-width: 9%;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  #numberspan {
    font-size: 4vw;
  }

  .business-overview-content p {
    font-size: 14px;
  }

  .Subcontent-header {
    font-size: 18px;
    line-height: 1.2;
    height: 45px;
  }

  .Subcontent-header span {
    font-size: 21px;
    padding-right: 5px;
  }

  .business-overview-header h2 {
    padding-left: 3%;
  }

  .business-overview-header2 h1 {
    padding-left: 0;
    padding-top: 40px;
    font-size: 3vw;
  }

  .subcontent-header-2 {
    padding-left: 8%;
  }

  .subcontent-left-two {
    padding-bottom: 0px;
  }

  .subcontent-left-two p {
    align-items: baseline;
  }
}

@media (max-width: 395px) {
  .business-overview-header2 h1 {
    padding-left: 0;
    padding-top: 40px;
    font-size: 3.5vw;
  }

  .subcontent-header-2 {
    padding-left: 9%;
  }
}

@media (max-width: 390px) {
  .bicon_fix {
    max-width: 10%;
  }

  .subcontent-header-2 {
    font-size: 16px;
  }

  .Subcontent-header span {
    padding-right: 5px;
  }

  .Subcontent-header {
    font-size: 16px;
    line-height: 1.2;
  }

  .scroll-left-right {
    top: 50%;
  }
}

@media (max-width: 374px) {
  .subcontent-para {
    padding-left: 11%;
  }

  .Subcontent-header span {
    font-size: 18px;
  }

  .subcontent-header-2 span {
    font-size: 18px;
  }

  .subcontent-left-two {
    font-size: 13px;
  }

  .business-overview-header2 h1 {
    padding-top: 45px;
  }

  .scroll-left-right {
    top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 43%;
  }

  .Subcontent-header {
    font-size: 15px;
    line-height: 1.2;
  }

  .subcontent-header-2 {
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .Subcontent-header span.px_set {
    font-size: 17.5px;
  }
}