* {
  margin: 0;
  padding: 0;
}

:root {
  --font1regular: "Circular Std", sans-serif;
  --color1: lightgrey;
  --text-color: #707070;
  --hover-color: #c92e2a;
  --color2: #4c2d65;
  --color3: #222455;
}
.marin-top {
  margin-top: 56px;
}

body {
  font-family: var(--font1regular);
  min-height: 100vh;
}
/* @media only screen and (max-width:700px){
    body{
        max-width: 100vh;
    }
} */

/* ------------------------navbar----------------------------------------------------------------------------------  */

.navbar {
  color: var(--color1);
  box-shadow: 0px 3px 10px;
  --bs-navbar-brand-hover-color: var(--hover-color);
  --bs-navbar-hover-color: var(--hover-color);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.navbar .container {
  margin: 0px 10px;
}

.navbar-nav {
  color: var(--text-color);
  --bs-link-hover-color: var(--hover-color);
}
.navbar-nav .active-nav {
  color: var(--hover-color);
}

.nav-item {
  margin-left: 8px;
  margin-right: 8px;
}

.nav-item a {
  color: var(--text-color);
}

@media only screen and (max-width: 1200px) {
  .navbar {
    padding: auto;
  }
  .navbar-icon {
    margin-left: 3%;
  }

  .navbar-collapse {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 992px) {
  .navbar {
    padding: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .nav-item a {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .navbar {
    padding: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .nav-item a {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .navbar {
    padding: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .nav-item a {
    text-align: center;
  }
}

/* ------------------------content----------------------------------------------------------------------------------  */

.content {
  min-height: calc(100vh - 56px - 324.81px);
}

/* ------------------------home page----------------------------------------------------------------------------------  */

/* ------------------------section-1----------------------------------------------------------------------------------  */

.container-1 {
  display: flex;
  flex-direction: row;
  /* height: 700px; */
  align-items: center;
}
.container {
  max-width: 1096px;
}

.block-1 {
  text-align: left;
  position: relative;
  flex-basis: 50%;

  margin-top: 171px;

  /* margin-bottom: 246px; */
}
.text1-s1 {
  margin-right: 10%;
}
.block-1 .text1-s1 h1 {
  color: var(--color2);
  font-size: 69px;
  font-weight: 900;
  line-height: 92px;
}

.block-1 .text1-s1 p {
  color: var(--color3);
  font-size: 28px;
  line-height: 36px;
}

.text2-s1 {
  margin-top: 80px;
}
.text2-s1 h1 {
  font-size: 61px;
  color: var(--hover-color);
  font-weight: bold;
}

.text2-s1 p {
  font-size: 21px;
  color: var(--hover-color);
  font-weight: normal;
}

.block-2 {
  display: flex;
  flex-basis: 50%;
  position: relative;

  /* margin-top: 88px;
    margin-left: 43.9px;
    margin-right: 35.7px;
    margin-bottom: 94.4px; */
}

.left {
  margin-top: 88px;
  /* margin-right: 35.7px; */
  margin-bottom: 94.4px;
  z-index: -1;
}
.bannerBg {
  position: absolute;
}
.right {
  margin-top: 22px;
  width: 490px;
  float: left;
  display: block;
  margin-bottom: 0px;
  margin-left: 50px;
}
.right img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* ------------------------section-2----------------------------------------------------------------------------------  */

.container-2 {
  background-color: #fafafa;
  display: flex;
  flex-basis: 50%;
  position: relative;
  flex-direction: row;
  align-self: center;

  padding-top: 80px;
  padding-right: 70px;
  padding-left: 70px;
  padding-bottom: 80px;
}
.components .row {
  margin-left: -25px;
  margin-right: -25px;
}
.components .col-4 {
  padding-left: 25px;
  padding-right: 25px;
}
.container-2 img:hover {
  cursor: pointer;
}

/* ------------------------section-3----------------------------------------------------------------------------------  */

.container-3 {
  display: flex;
  flex-direction: column;
  background: url(/images/text-background.png) no-repeat right 90px center;
  background-size: 100% 100%;
  padding: 50px 0px;
}
.container-3 img {
  flex-basis: 100%;
  width: calc(1246px + 120px);
  /* height: 113px; */
  padding: 20px 0px;
}
.container-3 .right-text p {
  flex-basis: 100%;

  font-size: 42px;
  font-weight: bold;
  color: white;
}

/* ------------------------section-4----------------------------------------------------------------------------------  */

.container-4 {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* padding: 0px 45px; */
}

.myServices {
  padding-left: -25px;
  padding-right: -25px;
}
.c4 {
  padding-top: 60px;
  /* padding-bottom: 60px; */
}
.inside-c4 {
  display: flex;
  flex-direction: column;
  width: 20%;
  padding-left: 25px;
  padding-right: 25px;
}

.inside-c4 img {
  /* margin-left: 30px; */
  margin-right: 30px;
  margin-left: 30px;
}
.inside-c4 p {
  flex-basis: 100%;
  padding-bottom: 80px;
  text-align: center;
  padding-top: 50px;
}

/* ------------------------section-5----------------------------------------------------------------------------------  */

.container-5 {
  background-color: #fafafa;
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  /* width: 1366px;
    height: 4552px; */
}

.c5 {
  padding-top: 60px;

  display: flex;
  flex-direction: row;
  padding-bottom: 80px;
}

.inside-c5 {
  flex-basis: 100%;
}
.inside-c5-1 {
  width: 773px;
  height: 548px;
  background-color: #64a1a3;
  padding-left: 120px;
  padding-right: 100px;
  padding-top: 73px;
  padding-bottom: 100px;
  margin-right: -80px;
}
.inside-c5-1 h1 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  line-height: 58px;
}
.inside-c5-1 h2 {
  font-size: 32px;
  font-weight: normal;
  color: #ffffff;
  line-height: 43px;
  padding-top: 38px;
  padding-bottom: 21px;
}
.inside-c5-1 p {
  font-size: 18px;
  /* font-weight:; */
  color: #ffffff;
  line-height: 24px;
}
.inside-c5 img {
  width: 743px;
  height: 550px;
  margin-top: 80px;
}

/* ------------------------section-6----------------------------------------------------------------------------------  */

.container-6 {
  background-color: #ee5835;
}
.c6 {
  display: flex;
  flex-direction: column;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 27px;
  padding-bottom: 60px;
}
.c6 h1 {
  text-align: center;
  padding-bottom: 60px;
  color: #ffffff;
  font-size: 44px;
  font-weight: bold;
}
.inside-c6 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.inside-c6-1 {
  padding-left: 52px;
  padding-right: 52px;
}

.inside-c6-1 img {
  margin-left: 10px;
}

.inside-c6-1 p {
  padding-top: 30px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  width: 177px;
}

/* ------------------------section-7----------------------------------------------------------------------------------  */

.container-7 {
  background-color: #4c2d65;
}
.c7 {
  display: flex;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 45px;
  padding-bottom: 45px;
  flex-direction: row;
  justify-content: center;
}
.c7-b2 button,
.c7-b1 button {
  width: 250px;
  height: 60px;
  margin-left: 25px;
  margin-right: 25px;
}

.c7-b2 button {
  background-color: #ffffff;
}
.c7 .btn {
  font-size: 21px;
  font-weight: normal;
}
.btn2 {
  color: #4c2d65;
}
.btn2:hover {
  color: #ffffff;
}

/* ------------------------section-8----------------------------------------------------------------------------------  */
.youNeed {
  padding: 47px 0px 95px;
}
.c8 {
  display: flex;
  flex-direction: column;
}
.c8 h1 {
  text-align: center;
  padding-bottom: 60px;
  color: #4c2d65;
  font-size: 44px;
  font-weight: bold;
}
.inside-c8 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.inside-c8-1 {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.inside-c8-1 img {
  height: 208px;
  object-fit: contain;
}

.inside-c8-1 p1 {
  padding-top: 30px;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
.inside-c8-1 p2 {
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
  /* width: 400px; */
}

/* ------------------------section-9----------------------------------------------------------------------------------  */

.c9 {
  display: flex;
  flex-direction: row;
}
.inside-c9-1 {
  display: flex;
  flex-direction: column;
  margin-top: -500px;
  padding-left: 120px;
  width: 550px;
}
.inside-c9-1 h1 {
  font-size: 55px;
  font-weight: bold;
  color: #ffffff;
}
.inside-c9-1 p {
  font-size: 24px;
  text-align: left;
  padding-top: 15px;
  color: #ffffff;
}
.inside-c9-2 {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
}
.inside-c9-2 img {
  padding-left: 5px;
  padding-right: 5px;
  width: 150px;
  height: 50px;
}
.c9-1 {
  width: 900px;
  height: 500px;
}
.c9-2 {
  margin-left: -300px;
  width: 758px;
  height: 600px;
}

@media only screen and (max-width: 1200px) {
  /* ------------------------section-1 R----------------------------------------------------------------------------------  */

  .container-1 {
    flex-direction: row;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .block-1 {
    flex-basis: 100%;
    margin: auto;
    align-items: center;
    margin-left: 100px;
  }

  .block-1 .text1-s1 h1 {
    font-size: 60px;
  }
  .block-1 .text1-s1 p {
    font-size: 25px;
    line-height: 30px;
  }

  .text2-s1 {
    margin-top: 40px;
  }
  .text2-s1 h1 {
    font-size: 30.5px;
  }

  .text2-s1 p {
    font-size: 20px;
  }
  .block-2 {
    flex-basis: 100%;
    margin-right: -50px;
    margin-right: 0px;
  }
  .left {
    margin-right: -90px;
  }
  .right {
    margin-top: 22px;
    margin-left: calc(-375.75px + 70.5px);
    margin-right: 120px;
    margin-bottom: 0px;
  }
  /* ------------------------section-2 R----------------------------------------------------------------------------------  */

  .container-2 {
    flex-direction: row;

    flex-basis: 100%;
    align-self: center;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .container-2 img {
    margin: 25px;
    width: 280px;
    height: 170px;
  }

  /* ------------------------section-3 R----------------------------------------------------------------------------------  */

  .container-3 {
    display: flex;
    flex-direction: column;
  }
  .container-3 img {
    flex-basis: 100%;
    width: calc(1246px + 120px);
    height: 113px;
    padding-right: 45px;
  }
  .container-3 .right-text p {
    flex-basis: 100%;
    margin-top: -90px;
    margin-left: 100px;
    margin-right: 250px;
    font-size: 35px;
    font-weight: bold;
    color: white;
  }

  /* ------------------------section-4 R----------------------------------------------------------------------------------  */

  .container-4 {
    flex-direction: row;
    max-width: 100vh;
    align-self: center;
  }

  .c4 {
    flex-direction: row;

    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: -200px;
  }
  .inside-c4 {
    display: flex;
    flex-direction: column;
    width: 125px;
    /* height: 125px; */
    margin-left: 30px;
    margin-right: 30px;
  }
  .inside-c4 img {
    /* margin-left: 30px; */
    margin-right: 30px;
    margin-left: 30px;
  }
  .inside-c4 p {
    flex-basis: 100%;
    padding-bottom: 80px;
    text-align: center;
    padding-top: 50px;
    width: 190px;
    height: 74px;
  }

  /* ------------------------section-5 R----------------------------------------------------------------------------------  */

  .container-5 {
    background-color: #fafafa;
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    /* width: 1366px;
            height: 4552px; */
  }

  .c5 {
    padding-top: 60px;

    display: flex;
    flex-direction: row;
    padding-bottom: 80px;
  }

  .inside-c5 {
    flex-basis: 100%;
  }
  .inside-c5-1 {
    width: 700px;
    height: 500px;
    background-color: #64a1a3;
    padding-left: 80px;
    padding-right: 100px;
    padding-top: 73px;
    padding-bottom: 100px;
    margin-right: -80px;
  }
  .inside-c5-1 h1 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    line-height: 58px;
  }
  .inside-c5-1 h2 {
    font-size: 32px;
    font-weight: normal;
    color: #ffffff;
    line-height: 43px;
    padding-top: 38px;
    padding-bottom: 21px;
  }
  .inside-c5-1 p {
    font-size: 18px;
    /* font-weight:; */
    color: #ffffff;
    line-height: 24px;
  }
  .inside-c5 img {
    width: 700px;
    height: 500px;
    margin-top: 80px;
  }

  /* ------------------------section-6 R----------------------------------------------------------------------------------  */

  .container-6 {
    background-color: #ee5835;
  }
  .c6 {
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 14px;
    padding-bottom: 30px;
  }
  .c6 h1 {
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
  }
  .inside-c6 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .inside-c6-1 {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 14px;
  }

  .inside-c6-1 img {
    margin-left: 10px;
  }

  .inside-c6-1 p {
    padding-top: 30px;
    font-size: 20px;
    font-weight: normal;
    width: 177px;
  }

  /* ------------------------section-7 R----------------------------------------------------------------------------------  */

  .container-7 {
    background-color: #4c2d65;
  }
  .c7 {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
    flex-direction: row;
  }
  .c7-b1 {
    margin-bottom: 20px;
  }

  /* ------------------------section-8 R----------------------------------------------------------------------------------  */

  .c8 {
    display: flex;
    flex-direction: column;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 47px;
    padding-bottom: 90px;
  }
  .c8 h1 {
    text-align: center;
    padding-bottom: 60px;
    color: #4c2d65;
    font-size: 44px;
    font-weight: bold;
  }
  .inside-c8 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .inside-c8-1 {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inside-c8-1 img {
    margin-left: 0px;
    align-self: center;
  }
  .c8-2 {
    padding-top: 50px;
  }
  .c8-3 {
    padding-top: 20px;
  }

  .inside-c8-1 p1 {
    padding-top: 30px;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
  }
  .inside-c8-1 p2 {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    width: 300px;
  }

  /* ------------------------section-9 R----------------------------------------------------------------------------------  */

  .c9 {
    display: flex;
    flex-direction: row;
  }
  .inside-c9-1 {
    display: flex;
    flex-direction: column;
    margin-top: -450px;
    padding-left: 80px;
    width: 450px;
  }
  .inside-c9-1 h1 {
    font-size: 55px;
    font-weight: bold;
    color: #ffffff;
  }
  .inside-c9-1 p {
    font-size: 24px;
    text-align: left;
    padding-top: 15px;
    color: #ffffff;
  }
  .inside-c9-2 {
    display: flex;
    flex-direction: row;
    padding-top: 15px;
  }
  .inside-c9-2 img {
    padding-left: 5px;
    padding-right: 5px;
    width: 150px;
    height: 50px;
  }
  .c9-1 {
    width: 800px;
    height: 500px;
  }
  .c9-2 {
    margin-left: -300px;
    width: 675px;
    height: 600px;
  }
}

@media only screen and (max-width: 992px) {
  /* ------------------------section-1 R----------------------------------------------------------------------------------  */

  .container-1 {
    flex-direction: row;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .block-1 {
    flex-basis: 100%;
    margin: auto;
    align-items: center;
    margin-left: 50px;
  }

  .block-1 .text1-s1 h1 {
    font-size: 60px;
  }
  .block-1 .text1-s1 p {
    font-size: 25px;
    line-height: 30px;
  }

  .text2-s1 {
    margin-top: 40px;
  }
  .text2-s1 h1 {
    font-size: 30.5px;
  }

  .text2-s1 p {
    font-size: 20px;
  }
  .block-2 {
    flex-basis: 100%;
    margin-right: -50px;
    margin-right: 0px;
  }
  .left {
    margin-right: -90px;
  }
  .right {
    margin-top: 22px;
    margin-left: calc(-375.75px + 70.5px);
    margin-right: 120px;
    margin-bottom: 0px;
  }
  /* ------------------------section-2 R----------------------------------------------------------------------------------  */

  .container-2 {
    flex-direction: row;

    flex-basis: 100%;
    align-self: center;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .container-2 img {
    margin: 25px;
    width: 200px;
    height: 100px;
  }

  /* ------------------------section-3 R----------------------------------------------------------------------------------  */

  .container-3 {
    display: flex;
    flex-direction: column;
  }
  .container-3 img {
    flex-basis: 100%;
    width: calc(1246px + 120px);
    height: 113px;
    padding-right: 45px;
  }
  .container-3 .right-text p {
    flex-basis: 100%;
    margin-top: -90px;
    margin-left: 70px;
    margin-right: 180px;
    font-size: 28px;
    font-weight: bold;
    color: white;
  }

  /* ------------------------section-4 R----------------------------------------------------------------------------------  */

  .container-4 {
    flex-direction: row;
    max-width: 100vh;
    align-self: center;
  }

  .c4 {
    flex-direction: row;

    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -50px;
  }
  .inside-c4 {
    display: flex;
    flex-direction: column;
    width: 80px;
    /* height: 125px; */
    margin-left: 30px;
    margin-right: 30px;
  }
  .inside-c4 img {
    /* margin-left: 30px; */
    margin-right: 30px;
    margin-left: 30px;
    align-self: center;
  }
  .inside-c4 p {
    align-self: center;

    font-size: 15px;
    flex-basis: 100%;
    padding-bottom: 40px;
    text-align: center;
    padding-top: 25px;
    width: 120px;
    height: 74px;
  }

  /* ------------------------section-5 R----------------------------------------------------------------------------------  */

  .container-5 {
    background-color: #fafafa;
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    /* width: 1366px;
                height: 4552px; */
  }

  .c5 {
    padding-top: 30px;

    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
  }

  .inside-c5 {
    flex-basis: 100%;
  }
  .inside-c5-1 {
    width: 600px;
    height: 470px;
    background-color: #64a1a3;
    padding-left: 80px;
    padding-right: 100px;
    padding-top: 43px;
    padding-bottom: 100px;
    margin-right: -80px;
  }
  .inside-c5-1 h1 {
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    line-height: 58px;
  }
  .inside-c5-1 h2 {
    font-size: 28px;
    font-weight: normal;
    color: #ffffff;
    line-height: 43px;
    padding-top: 38px;
    padding-bottom: 21px;
  }
  .inside-c5-1 p {
    font-size: 15px;
    /* font-weight:; */
    color: #ffffff;
    line-height: 24px;
  }
  .inside-c5 img {
    width: 600px;
    height: 470px;
    margin-top: 80px;
  }

  /* ------------------------section-6 R----------------------------------------------------------------------------------  */

  .container-6 {
    background-color: #ee5835;
  }
  .c6 {
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 14px;
    padding-bottom: 30px;
  }
  .c6 h1 {
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 44px;
    font-weight: bold;
  }
  .inside-c6 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .inside-c6-1 {
    padding-left: 26px;
    padding-right: 0px;
    padding-top: 14px;
  }

  .inside-c6-1 img {
    margin-left: 10px;
  }

  .inside-c6-1 p {
    padding-top: 30px;
    font-size: 20px;
    font-weight: normal;
    width: 177px;
  }

  /* ------------------------section-7 R----------------------------------------------------------------------------------  */

  .container-7 {
    background-color: #4c2d65;
  }
  .c7 {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
    flex-direction: row;
  }
  .c7-b1 {
    margin-bottom: 20px;
  }

  /* ------------------------section-8 R----------------------------------------------------------------------------------  */

  .c8 {
    display: flex;
    flex-direction: column;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 47px;
    padding-bottom: 90px;
  }
  .c8 h1 {
    text-align: center;
    padding-bottom: 60px;
    color: #4c2d65;
    font-size: 44px;
    font-weight: bold;
  }
  .inside-c8 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .inside-c8-1 {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inside-c8-1 img {
    margin-left: 0px;
    align-self: center;
  }
  .c8-2 {
    padding-top: 50px;
  }
  .c8-3 {
    padding-top: 20px;
  }

  .inside-c8-1 p1 {
    padding-top: 30px;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
  }
  .inside-c8-1 p2 {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    width: 200px;
  }

  /* ------------------------section-9 R----------------------------------------------------------------------------------  */

  .c9 {
    display: flex;
    flex-direction: row;
  }
  .inside-c9-1 {
    display: flex;
    flex-direction: column;
    margin-top: -450px;
    padding-left: 80px;
    width: 450px;
  }
  .inside-c9-1 h1 {
    font-size: 55px;
    font-weight: bold;
    color: #ffffff;
  }
  .inside-c9-1 p {
    font-size: 24px;
    text-align: left;
    padding-top: 15px;
    color: #ffffff;
  }
  .inside-c9-2 {
    display: flex;
    flex-direction: row;
    padding-top: 15px;
  }
  .inside-c9-2 img {
    padding-left: 5px;
    padding-right: 5px;
    width: 150px;
    height: 50px;
  }
  .c9-1 {
    width: 800px;
    height: 500px;
  }
  .c9-2 {
    margin-left: -300px;
    width: 675px;
    height: 600px;
  }
}

@media only screen and (max-width: 768px) {
  /* ------------------------section-1 R----------------------------------------------------------------------------------  */

  .container-1 {
    flex-direction: column-reverse;
    margin: 50px 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .block-1 {
    flex-basis: 100%;
    margin: auto;
    align-items: center;
    margin-left: 50px;
  }

  .block-1 .text1-s1 h1 {
    font-size: 70px;
  }
  .block-1 .text1-s1 p {
    font-size: 25px;
    line-height: 30px;
  }

  .text2-s1 {
    margin-top: 40px;
  }
  .text2-s1 h1 {
    font-size: 60px;
  }

  .text2-s1 p {
    font-size: 22px;
  }
  .block-2 {
    flex-basis: 100%;
    /* margin-right: -50px; */
    margin-right: 0px;
    margin-left: 50px;
  }
  .left {
    margin: auto;
  }
  .right {
    margin-top: 22px;
    margin-left: calc(-375.75px + 70.5px);
    margin-right: 120px;
    margin-bottom: 0px;
  }
  /* ------------------------section-2 R----------------------------------------------------------------------------------  */

  .container-2 {
    flex-direction: column-reverse;

    flex-basis: 100%;
    align-self: center;
    padding-top: 40px;
    padding-left: 35px;
    padding-bottom: 40px;
  }
  .container-2 img {
    margin: 25px;
    width: 400px;
    height: 250px;
  }

  /* ------------------------section-3 R----------------------------------------------------------------------------------  */

  .container-3 img {
    flex-basis: 100%;
    width: calc(623px + 60px);
    height: 56.5px;
    padding-right: 45px;
  }
  .container-3 .right-text p {
    flex-basis: 100%;
    margin-top: -55px;
    margin-left: 20px;
    margin-right: 0px;
    font-size: 22px;
    font-weight: bold;
    color: white;
  }

  /* ------------------------section-4 R----------------------------------------------------------------------------------  */

  .container-4 {
    flex-direction: row;
    max-width: 100vw;
  }

  .c4 {
    flex-direction: column;

    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 20px;
  }
  .inside-c4 {
    display: flex;
    flex-direction: column;
    width: 125px;
    /* height: 125px; */
    margin-left: 45px;
    margin-right: 45px;
  }
  .inside-c4 img {
    /* margin-left: 30px; */
    margin-right: 30px;
    margin-left: 30px;
  }
  .inside-c4 p {
    font-size: 22px;
    flex-basis: 100%;
    padding-bottom: 80px;
    text-align: center;
    padding-top: 50px;
    width: 190px;
    height: 74px;
  }

  /* ------------------------section-5 R----------------------------------------------------------------------------------  */

  .container-5 {
    max-width: fit-content;
  }
  .c5 {
    display: block;
    padding-bottom: 40px;
  }

  .inside-c5 {
    flex-basis: 100%;
  }
  .inside-c5-1 {
    width: 100%;
    height: auto;

    background-color: #64a1a3;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 35px;
    padding-bottom: 50px;
    margin-right: -40px;
  }
  .inside-c5-1 h1 {
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
  }
  .inside-c5-1 h2 {
    font-size: 25px;
    font-weight: normal;
    color: #ffffff;
    line-height: 30px;
    padding-top: 29px;
    padding-bottom: 10px;
  }
  .inside-c5-1 p {
    font-size: 18px;
    /* font-weight:; */
    color: #ffffff;
    line-height: 20px;
  }
  .inside-c5 img {
    height: auto;
    width: auto;
    margin-top: 40px;
  }

  /* ------------------------section-6 R----------------------------------------------------------------------------------  */

  .container-6 {
    background-color: #ee5835;
  }
  .c6 {
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 14px;
    padding-bottom: 30px;
  }
  .c6 h1 {
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 44px;
    font-weight: bold;
  }
  .inside-c6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .inside-c6-1 {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 14px;
  }

  .inside-c6-1 img {
    margin: auto;
  }

  .inside-c6-1 p {
    padding-top: 30px;
    font-size: 20px;
    font-weight: normal;
    width: auto;
  }

  /* ------------------------section-7 R----------------------------------------------------------------------------------  */

  .container-7 {
    background-color: #4c2d65;
  }
  .c7 {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
    flex-direction: row;
  }
  .c7-b1 {
    margin-bottom: 20px;
  }

  /* ------------------------section-8 R----------------------------------------------------------------------------------  */

  .c8 {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .c8 h1 {
    text-align: center;
    padding-bottom: 30px;
    color: #4c2d65;
    font-size: 44px;
    font-weight: bold;
  }
  .inside-c8 {
    display: flex;
    flex-direction: column;
  }
  .inside-c8-1 {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inside-c8-1 img {
    margin-left: 0px;
    margin-top: 30px;
  }
  .c8-2 {
    padding-top: 50px;
  }
  .c8-3 {
    padding-top: 20px;
  }

  .inside-c8-1 p1 {
    padding-top: 30px;
    font-size: 45px;
    font-weight: normal;
    text-align: center;
  }
  .inside-c8-1 p2 {
    padding-top: 10px;
    font-size: 25px;
    text-align: center;
    align-self: center;

    width: auto;
  }

  /* ------------------------section-9 R----------------------------------------------------------------------------------  */

  .c9 {
    display: flex;
    flex-direction: column;
  }

  .inside-c9-1 {
    margin-top: 40px;
    padding-left: 100px;
    width: 600px;
  }

  .inside-c9-1 h1 {
    font-size: 40px;
  }
  .inside-c9-1 p {
    font-size: 20px;
    padding-top: 7px;
  }
  .inside-c9-2 {
    padding-top: 7px;
  }
  .inside-c9-2 img {
    padding-left: 5px;
    padding-right: 5px;
    width: 110px;
    height: 40px;
  }
  .c9-1 img {
    visibility: hidden;
    width: 0px;
  }
  .c9-1 {
    background-color: #ee5835;

    width: auto;
    height: 250px;
  }
  .c9-2 {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 35px;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 576px) {
  /* ------------------------section-1 R----------------------------------------------------------------------------------  */

  .container-1 {
    flex-direction: column-reverse;
    margin: 50px 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .block-1 {
    flex-basis: 100%;
    margin: auto;
    align-items: center;
  }

  .block-1 .text1-s1 h1 {
    font-size: 34.5px;
  }
  .block-1 .text1-s1 p {
    font-size: 14px;
    line-height: 18px;
  }

  .text2-s1 {
    margin-top: 40px;
  }
  .text2-s1 h1 {
    font-size: 30.5px;
  }

  .text2-s1 p {
    font-size: 10.5px;
  }
  .block-2 {
    flex-basis: 100%;
    margin-right: -50px;
    margin-right: 0px;
  }
  .left {
    margin: auto;
  }
  .right {
    margin-top: 22px;
    margin-left: calc(-375.75px + 70.5px);
    margin-right: 120px;
    margin-bottom: 0px;
  }
  /* ------------------------section-2 R----------------------------------------------------------------------------------  */

  .container-2 {
    flex-direction: column-reverse;

    flex-basis: 100%;
    align-self: center;
    padding-top: 40px;
    padding-left: 35px;
    padding-bottom: 40px;
  }
  .container-2 img {
    margin: 25px;
    width: auto;
    height: auto;
  }

  /* ------------------------section-3 R----------------------------------------------------------------------------------  */

  .container-3 img {
    flex-basis: 100%;
    width: calc(623px + 60px);
    height: 56.5px;
    padding-right: 45px;
  }
  .container-3 .right-text p {
    flex-basis: 100%;
    margin-top: -30px;
    margin-left: 20px;
    margin-right: 0px;
    font-size: 12px;
    font-weight: bold;
    color: white;
  }

  /* ------------------------section-4 R----------------------------------------------------------------------------------  */

  .container-4 {
    flex-direction: column;
    max-width: 100vh;
  }

  .c4 {
    flex-direction: column;

    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 20px;
  }
  .inside-c4 {
    display: flex;
    flex-direction: column;
    width: 125px;
    /* height: 125px; */
    margin-left: 45px;
    margin-right: 45px;
  }
  .inside-c4 img {
    /* margin-left: 30px; */
    margin-right: 30px;
    margin-left: 30px;
  }
  .inside-c4 p {
    flex-basis: 100%;
    padding-bottom: 80px;
    text-align: center;
    padding-top: 50px;
    width: 190px;
    height: 74px;
  }

  /* ------------------------section-5 R----------------------------------------------------------------------------------  */

  .container-5 {
    max-width: fit-content;
  }
  .c5 {
    display: block;
    padding-bottom: 40px;
  }

  .inside-c5 {
    flex-basis: 100%;
  }
  .inside-c5-1 {
    width: 100%;
    height: auto;
    background-color: #64a1a3;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 35px;
    padding-bottom: 50px;
    margin-right: -40px;
  }
  .inside-c5-1 h1 {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 28px;
  }
  .inside-c5-1 h2 {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    line-height: 21px;
    padding-top: 29px;
    padding-bottom: 10px;
  }
  .inside-c5-1 p {
    font-size: 9px;
    /* font-weight:; */
    color: #ffffff;
    line-height: 12px;
  }
  .inside-c5 img {
    width: 360px;
    height: 275px;
    margin-top: 40px;
  }

  /* ------------------------section-6 R----------------------------------------------------------------------------------  */

  .container-6 {
    background-color: #ee5835;
  }
  .c6 {
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 14px;
    padding-bottom: 30px;
  }
  .c6 h1 {
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
  }
  .inside-c6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .inside-c6-1 {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 14px;
  }

  .inside-c6-1 img {
    margin-left: 10px;
  }

  .inside-c6-1 p {
    padding-top: 30px;
    font-size: 20px;
    font-weight: normal;
    width: 177px;
  }

  /* ------------------------section-7 R----------------------------------------------------------------------------------  */

  .container-7 {
    background-color: #4c2d65;
  }
  .c7 {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
    flex-direction: column;
  }
  .c7-b1 {
    margin-bottom: 20px;
  }

  /* ------------------------section-8 R----------------------------------------------------------------------------------  */

  .c8 {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .c8 h1 {
    text-align: center;
    padding-bottom: 30px;
    color: #4c2d65;
    font-size: 22px;
    font-weight: bold;
  }
  .inside-c8 {
    display: flex;
    flex-direction: column;
  }
  .inside-c8-1 {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inside-c8-1 img {
    margin-left: 0px;
    margin-top: 30px;
  }
  .c8-2 {
    padding-top: 50px;
  }
  .c8-3 {
    padding-top: 20px;
  }

  .inside-c8-1 p1 {
    padding-top: 30px;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
  }
  .inside-c8-1 p2 {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    width: 200px;
  }

  /* ------------------------section-9 R----------------------------------------------------------------------------------  */

  .c9 {
    display: flex;
    flex-direction: column;
  }
  .inside-c9-1 {
    margin-top: 70px;

    padding-left: 30px;
    width: 250px;
  }
  .inside-c9-1 h1 {
    font-size: 25px;
  }
  .inside-c9-1 p {
    font-size: 12px;
    padding-top: 7px;
  }
  .inside-c9-2 {
    padding-top: 7px;
  }
  .inside-c9-2 img {
    padding-left: 5px;
    padding-right: 5px;
    width: 110px;
    height: 40px;
  }
  .c9-1 img {
    visibility: hidden;
    width: 0px;
  }
  .c9-1 {
    background-color: #ee5835;

    width: auto;
    height: 250px;
  }
  .c9-2 {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 35px;
    width: auto;
    height: auto;
  }
}

/* ------------------------why us----------------------------------------------------------------------------------  */

/* ------------------------section-1----------------------------------------------------------------------------------  */

.container2-1 {
  background-image: url(/images/c21-women.png);
  background-size: cover;
  width: 100%;

  height: 435px;
}
.c21 {
  background-image: url(/images/c21-gradient.png);
  background-size: cover;
  width: 100%;
  height: 435px;
  display: flex;
  flex-direction: column;
}
.inside-c21-1 {
  flex-basis: 10%;
  background-color: #4c2d65;
  display: flex;
  flex-direction: row;
  width: 50%;
  color: #ffffff;
  justify-content: center;
}
.inside-c21-1 p {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  font-size: 16px;
}
.inside-c21-1 img {
  height: fit-content;
  padding-top: 14px;
}
.inside-c21-2 {
  display: flex;
  justify-content: center;
  padding: 135px 0px;

  color: #ffffff;
}
.inside-c21-2 h1 {
  font-size: 80px;
  font-weight: bolder;
}

/* ------------------------section-2----------------------------------------------------------------------------------  */

.c22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 37px 258px;
}
.c22 h1 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 60px;
  color: #c92e2a;
}
.inside-c22 {
  padding: 40px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.inside-c22 img {
  width: 330px;
  height: 330px;
}
.inside-c22-1 {
  align-self: center;
}
.ic22-1 {
  padding-right: 150px;
}
.ic22-2 {
  padding-left: 150px;
}

.inside-c22-1 h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  width: 400px;
  justify-content: center;
}
.inside-c22-1 p {
  color: #707070;
  font-size: 16px;
  padding-top: 30px;
}

/* ------------------------section-3----------------------------------------------------------------------------------  */

.container2-3 {
  background-image: url(/images/c23-bg.png);
  background-size: cover;
  width: 100%;
  height: 435px;
}

.c23 {
  display: flex;
  flex-direction: row;
}
.c23 img {
  width: 600px;
  height: 430px;
}
.inside-c23 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 120px;
}
.inside-c23 h1 {
  padding: 5px 0px;
  font-size: 62px;
  font-weight: bold;
  color: #ffffff;
}
.inside-c23 h2 {
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
}

.inside-c23 button {
  width: 230px;
  background-color: #ffffff;
  color: #4c2d65;
  font-size: 18px;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 25px;
}
.inside-c23 p {
  padding-top: 25px;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  /* ------------------------section-1 R----------------------------------------------------------------------------------  */

  .container2-1 {
    background-image: url(/images/c21-women.png);
    background-size: cover;
    width: 100%;

    height: 435px;
  }
  .c21 {
    background-image: url(/images/c21-gradient.png);
    background-size: cover;
    width: 100%;
    height: 435px;
    display: flex;
    flex-direction: column;
  }
  .inside-c21-1 {
    flex-basis: 10%;
    background-color: #4c2d65;
    display: flex;
    flex-direction: row;
    width: 50%;
    color: #ffffff;
    justify-content: center;
  }
  .inside-c21-1 p {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    font-size: 16px;
  }
  .inside-c21-1 img {
    height: fit-content;
    padding-top: 14px;
  }
  .inside-c21-2 {
    display: flex;
    justify-content: center;
    padding: 135px 0px;

    color: #ffffff;
  }
  .inside-c21-2 h1 {
    font-size: 80px;
    font-weight: bolder;
  }

  /* ------------------------section-2 R----------------------------------------------------------------------------------  */

  .c22 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 37px 258px;
  }
  .c22 h1 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    padding-bottom: 60px;
    color: #c92e2a;
  }
  .inside-c22 {
    padding: 40px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .inside-c22 img {
    width: 330px;
    height: 330px;
  }
  .inside-c22-1 {
    align-self: center;
  }
  .ic22-1 {
    padding-right: 150px;
  }
  .ic22-2 {
    padding-left: 150px;
  }

  .inside-c22-1 h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    width: 400px;
    justify-content: center;
  }
  .inside-c22-1 p {
    color: #707070;
    font-size: 16px;
    padding-top: 30px;
  }

  /* ------------------------section-3 R----------------------------------------------------------------------------------  */

  .container2-3 {
    background-image: url(/images/c23-bg.png);
    background-size: cover;
    width: 100%;
    height: 435px;
  }

  .c23 {
    display: flex;
    flex-direction: row;
  }
  .c23 img {
    width: 500px;
    height: 390px;
  }
  .inside-c23 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 50px;
  }
  .inside-c23 h1 {
    padding: 5px 0px;
    font-size: 62px;
    font-weight: bold;
    color: #ffffff;
  }
  .inside-c23 h2 {
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: normal;
    color: #ffffff;
  }

  .inside-c23 button {
    width: 230px;
    background-color: #ffffff;
    color: #4c2d65;
    font-size: 18px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .inside-c23 p {
    padding-top: 25px;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
  }
}
@media only screen and (max-width: 992px) {
  /* ------------------------section-1 R----------------------------------------------------------------------------------  */

  .container2-1 {
    background-image: url(/images/c21-women.png);
    background-size: cover;
    background-position-x: center;

    width: 100%;

    height: 300px;
  }
  .c21 {
    background-image: url(/images/c21-gradient.png);
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
  }
  .inside-c21-1 {
    flex-basis: 10%;
    background-color: #4c2d65;
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #ffffff;
    justify-content: center;
  }
  .inside-c21-1 p {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 10px;
    font-size: 20px;
  }
  .inside-c21-1 img {
    height: fit-content;
    padding-top: 14px;
  }
  .inside-c21-2 {
    display: flex;
    justify-content: center;
    padding: 80px 0px;

    color: #ffffff;
  }
  .inside-c21-2 h1 {
    font-size: 60px;
    font-weight: bolder;
  }
  /* ------------------------section-2 R----------------------------------------------------------------------------------  */

  .c22 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 37px 100px;
  }
  .c22 h1 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    padding-bottom: 60px;
    color: #c92e2a;
  }
  .inside-c22 {
    padding: 40px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .inside-c22 img {
    width: 330px;
    height: 330px;
  }
  .inside-c22-1 {
    align-self: center;
  }
  .ic22-1 {
    padding-right: 10px;
  }
  .ic22-2 {
    padding-left: 10px;
  }

  .inside-c22-1 h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    width: 400px;
    justify-content: center;
  }
  .inside-c22-1 p {
    color: #707070;
    font-size: 16px;
    padding-top: 30px;
  }

  /* ------------------------section-3 R----------------------------------------------------------------------------------  */

  .container2-3 {
    background-image: url(/images/c23-bg.png);
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .c23 {
    display: flex;
    flex-direction: row;
  }
  .c23 img {
    width: 400px;
    height: 330px;
  }
  .inside-c23 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  .inside-c23 h1 {
    padding: 5px 0px;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
  }
  .inside-c23 h2 {
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
  }

  .inside-c23 button {
    width: 230px;
    background-color: #ffffff;
    color: #4c2d65;
    font-size: 18px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .inside-c23 p {
    padding-top: 25px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
  }
}

@media only screen and (max-width: 768px) {
  /* ------------------------section-1 R---------------------------------------------------------------------------------  */

  .container2-1 {
    background-image: url(/images/c21-women.png);
    background-size: cover;
    background-position-x: center;

    width: 100%;

    height: 300px;
  }
  .c21 {
    background-image: url(/images/c21-gradient.png);
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
  }
  .inside-c21-1 {
    flex-basis: 10%;
    background-color: #4c2d65;
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #ffffff;
    justify-content: center;
  }
  .inside-c21-1 p {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 10px;
    font-size: 12px;
  }
  .inside-c21-1 img {
    height: fit-content;
    padding-top: 5px;
  }
  .inside-c21-2 {
    display: flex;
    justify-content: center;
    padding: 90px 0px;

    color: #ffffff;
  }
  .inside-c21-2 h1 {
    font-size: 40px;
    font-weight: bolder;
  }

  /* ------------------------section-2 R---------------------------------------------------------------------------------  */

  .c22 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 37px 0px;
  }
  .c22 h1 {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
    color: #c92e2a;
  }
  .inside-c22 {
    padding: 20px 0px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .inc22 {
    display: flex;
    flex-direction: column;
  }
  .inside-c22 img {
    align-self: center;

    width: 150px;
    height: 150px;
  }
  .inside-c22-1 {
    align-self: center;
    padding: 0px 20px;
  }

  .inside-c22-1 h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    width: auto;
  }
  .inside-c22-1 p {
    color: #707070;
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  /* ------------------------section-3 R---------------------------------------------------------------------------------  */

  .container2-3 {
    background-image: url(/images/c23-bg.png);
    background-size: cover;
    width: 100%;
    height: 470px;
  }

  .c23 {
    display: flex;
    flex-direction: column;
  }
  .c23 img {
    width: 300px;
    height: 220px;
    align-self: end;
  }
  .inside-c23 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .inside-c23 h1 {
    padding: 5px 0px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
  }
  .inside-c23 h2 {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
  }

  .inside-c23 button {
    align-self: center;
    width: 230px;
    background-color: #ffffff;
    color: #4c2d65;
    font-size: 9px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 12px;
  }
  .inside-c23 p {
    text-align: center;
    padding-top: 12px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
}
@media only screen and (max-width: 576px) {
  /* ------------------------section-1 R---------------------------------------------------------------------------------  */

  .container2-1 {
    background-image: url(/images/c21-women.png);
    background-size: cover;
    background-position-x: center;

    width: 100%;

    height: 200px;
  }
  .c21 {
    background-image: url(/images/c21-gradient.png);
    background-size: cover;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
  }
  .inside-c21-1 {
    flex-basis: 10%;
    background-color: #4c2d65;
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #ffffff;
    justify-content: center;
  }
  .inside-c21-1 p {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 10px;
    font-size: 9px;
  }
  .inside-c21-1 img {
    height: fit-content;
    padding-top: 5px;
  }
  .inside-c21-2 {
    display: flex;
    justify-content: center;
    padding: 55px 0px;

    color: #ffffff;
  }
  .inside-c21-2 h1 {
    font-size: 40px;
    font-weight: bolder;
  }

  /* ------------------------section-2 R---------------------------------------------------------------------------------  */

  .c22 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 37px 0px;
  }
  .c22 h1 {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
    color: #c92e2a;
  }
  .inside-c22 {
    padding: 20px 0px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .inc22 {
    display: flex;
    flex-direction: column;
  }
  .inside-c22 img {
    align-self: center;

    width: 150px;
    height: 150px;
  }
  .inside-c22-1 {
    align-self: center;
    padding: 0px 20px;
  }

  .inside-c22-1 h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    width: auto;
  }
  .inside-c22-1 p {
    color: #707070;
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  /* ------------------------section-3 R---------------------------------------------------------------------------------  */

  .container2-3 {
    background-image: url(/images/c23-bg.png);
    background-size: cover;
    width: 100%;
    height: 470px;
  }

  .c23 {
    display: flex;
    flex-direction: column;
  }
  .c23 img {
    width: 300px;
    height: 220px;
    align-self: end;
  }
  .inside-c23 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .inside-c23 h1 {
    padding: 5px 0px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
  }
  .inside-c23 h2 {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
  }

  .inside-c23 button {
    align-self: center;
    width: 230px;
    background-color: #ffffff;
    color: #4c2d65;
    font-size: 9px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 12px;
  }
  .inside-c23 p {
    text-align: center;
    padding-top: 12px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }
}

/* ------------------------How To Fill Up----------------------------------------------------------------------------------  */

/* ------------------------section-1----------------------------------------------------------------------------------  */

.container3-1 {
  background-image: url(/images/c31-men.png);
  background-size: cover;
  width: 100%;

  height: 435px;
}
.c31 {
  background-image: url(/images/c21-gradient.png);
  background-size: cover;
  width: 100%;
  height: 435px;
  display: flex;
  flex-direction: column;
}

.inside-c31 {
  display: flex;
  justify-content: center;
  padding: 170px 0px;

  color: #ffffff;
}
.inside-c31 h1 {
  font-size: 80px;
  font-weight: bolder;
}

/* ------------------------section-2----------------------------------------------------------------------------------  */

.c32 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c32 h1 {
  padding: 60px 0px;

  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #c92e2a;
}
.inside-c32 {
  padding: 40px 190px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.inside-c32-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-right: 50px;
}
.ic32-1 {
  padding-bottom: 0px;
}

.inside-c32-1 h2 {
  font-size: 218px;
  font-weight: bolder;
  color: #ffffff;
  opacity: 40%;
  padding-left: 20px;
}
.inside-c32-1 p {
  font-size: 48px;
  color: #ffffff;
  width: 558px;
  padding-top: 70px;
  padding-left: 20px;
}
.inside-c32 img {
  width: 380px;
  height: 350px;
  /* padding-left: 50px; */
}
.ic32,
.ic32-2 {
  flex-direction: row-reverse;
  text-align: end;
}

@media only screen and (max-width: 1200px) {
  /* ------------------------section-1 R----------------------------------------------------------------------------------  */

  .container3-1 {
    background-image: url(/images/c31-men.png);
    background-size: cover;
    width: 100%;

    height: 435px;
  }
  .c31 {
    background-image: url(/images/c21-gradient.png);
    background-size: cover;
    width: 100%;
    height: 435px;
    display: flex;
    flex-direction: column;
  }

  .inside-c31 {
    display: flex;
    justify-content: center;
    padding: 135px 0px;

    color: #ffffff;
  }
  .inside-c31 h1 {
    font-size: 80px;
    font-weight: bolder;
  }

  /* ------------------------section-2 R----------------------------------------------------------------------------------  */

  .c32 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c32 h1 {
    padding: 60px 0px;

    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #c92e2a;
  }
  .inside-c32 {
    padding: 40px 190px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .inside-c32-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* padding-right: 50px; */
  }
  .ic32-1 {
    padding-bottom: 0px;
  }

  .inside-c32-1 h2 {
    font-size: 150px;
    font-weight: bolder;
    color: #ffffff;
    opacity: 40%;
    padding-left: 20px;
  }
  .inside-c32-1 p {
    font-size: 30px;
    color: #ffffff;
    width: 400px;
    padding-top: 70px;
    padding-left: 20px;
  }
  .inside-c32 img {
    width: 320px;
    height: 300px;
    padding-left: -50px;
  }
  .ic32,
  .ic32-2 {
    flex-direction: row-reverse;
    text-align: end;
  }
}

@media only screen and (max-width: 992px) {
  /* ------------------------section-1 R----------------------------------------------------------------------------------  */

  .container3-1 {
    background-image: url(/images/c31-men.png);
    background-size: cover;
    width: 100%;

    height: 350px;
  }
  .c31 {
    background-image: url(/images/c21-gradient.png);
    background-size: cover;
    width: 100%;
    height: 350px;

    display: flex;
    flex-direction: column;
  }

  .inside-c31 {
    display: flex;
    justify-content: center;
    padding: 100px 0px;

    color: #ffffff;
  }
  .inside-c31 h1 {
    font-size: 80px;
    font-weight: bolder;
  }

  /* ------------------------section-2 R----------------------------------------------------------------------------------  */

  .c32 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c32 h1 {
    padding: 60px 0px;

    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #c92e2a;
  }
  .inside-c32 {
    padding: 40px 190px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .inside-c32-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* padding-right: 50px; */
  }
  .ic32-1 {
    padding-bottom: 0px;
  }

  .inside-c32-1 h2 {
    font-size: 130px;
    font-weight: bolder;
    color: #ffffff;
    opacity: 40%;
    padding-left: 20px;
  }
  .inside-c32-1 p {
    font-size: 30px;
    color: #ffffff;
    width: 300px;
    padding-top: 40px;
    padding-left: 20px;
  }
  .inside-c32 img {
    width: 280px;
    height: 250px;
    /* padding-left: -50px; */
  }
  .ic32,
  .ic32-2 {
    flex-direction: row-reverse;
    text-align: end;
  }
}

@media only screen and (max-width: 768px) {
  /* ------------------------section-1 R----------------------------------------------------------------------------------  */

  .container3-1 {
    background-image: url(/images/c31-men.png);
    background-size: cover;
    width: 100%;

    height: 250px;
  }
  .c31 {
    background-image: url(/images/c21-gradient.png);
    background-size: cover;
    width: 100%;
    height: 250px;

    display: flex;
    flex-direction: column;
  }

  .inside-c31 {
    display: flex;
    justify-content: center;
    padding: 90px 0px;

    color: #ffffff;
  }
  .inside-c31 h1 {
    font-size: 55px;
    font-weight: bolder;
  }

  /* ------------------------section-2 R----------------------------------------------------------------------------------  */

  .c32 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c32 h1 {
    padding: 35px 0px;
    width: 500px;
    display: flex;
    align-self: center;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #c92e2a;
  }
  .inside-c32 {
    padding: 40px 190px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .inside-c32-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* padding-right: 50px; */
  }
  .ic32-1 {
    padding-bottom: 0px;
  }

  .inside-c32-1 h2 {
    font-size: 100px;
    font-weight: bolder;
    color: #ffffff;
    opacity: 40%;
    padding-left: 20px;
  }
  .inside-c32-1 p {
    font-size: 20px;
    color: #ffffff;
    width: 200px;
    padding-top: 40px;
    padding-left: 20px;
  }
  .inside-c32 img {
    width: 280px;
    height: 250px;
    /* padding-left: -50px; */
  }
  .ic32,
  .ic32-2 {
    flex-direction: row-reverse;
    text-align: end;
  }
}

@media only screen and (max-width: 576px) {
  /* ------------------------section-1 R----------------------------------------------------------------------------------  */

  .container3-1 {
    background-image: url(/images/c31-men.png);
    background-size: cover;
    width: 100%;

    height: 250px;
  }
  .c31 {
    background-image: url(/images/c21-gradient.png);
    background-size: cover;
    width: 100%;
    height: 250px;

    display: flex;
    flex-direction: column;
  }

  .inside-c31 {
    display: flex;
    justify-content: center;
    padding: 90px 0px;

    color: #ffffff;
  }
  .inside-c31 h1 {
    font-size: 35px;
    font-weight: bolder;
  }

  /* ------------------------section-2 R----------------------------------------------------------------------------------  */

  .c32 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c32 h1 {
    padding: 35px 0px;
    width: 300px;
    display: flex;
    align-self: center;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #c92e2a;
  }
  .inside-c32 {
    padding: 40px 70px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .inside-c32-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 0px;
    text-align: start;
  }
  .ic32-1 {
    padding-bottom: 40px;
  }

  .inside-c32-1 h2 {
    font-size: 70px;
    font-weight: bolder;
    color: #ffffff;
    opacity: 40%;
    padding-left: 10px;
    padding-top: 20px;
  }
  .inside-c32-1 p {
    font-size: 18px;
    color: #ffffff;
    width: 500px;
    padding-top: 40px;
    padding-left: 20px;
  }
  .inside-c32 img {
    width: auto;
    height: auto;
    /* padding-left: -50px; */
  }
  .ic32 {
    flex-direction: column-reverse;

    text-align: center;
  }
  .ic32-2 {
    text-align: start;
  }
}

/* ------------------------contact us----------------------------------------------------------------------------------  */

/* ------------------------section-2 ----------------------------------------------------------------------------------  */

.container4-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 100px;
}
.container4-2 h1 {
  text-align: center;
  padding-top: 30px;
  align-self: center;
  font-size: 42px;
  font-weight: bold;
  color: #c92e2a;
}
.container4-2 p {
  padding-top: 10px;

  text-align: center;
  align-self: center;
  font-size: 20px;
  color: #4a4242;
  width: 600px;
}

#error-msg {
  color: #ea4335;
}
#valid-msg {
  color: #34a853;
}
.c42 {
  display: flex;
  flex-direction: row;
  padding-top: 66px;
  padding-left: 120px;
  padding-right: 120px;
}
.inside-c42 {
  display: flex;
  flex-direction: column;
}
.ic42-2 button {
  background-color: #4c2d65;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  width: 250px;
  border-radius: 3px;
}
.ic42-2 .submit {
  padding-top: 30px;
}
.inside-c42-1 p {
  text-align: start;
  width: 400px;
  font-size: 18px;
}
.col-md {
  display: flex;
  flex-direction: column;
  margin-inline: 5px;
}
.form-control:focus {
  box-shadow: none;
}
.form-select:focus {
  box-shadow: none;
}
.form-control,
.form-select {
  width: 390px;
  border: none;
  border-bottom: 2px solid gray;
  border-radius: 0px;
  font-size: 18px;
}

.inside-c42 label {
  color: #7c7c7c;
  padding-top: 30px;
  padding-right: 20px;
}
/* #inputNumber {
  width: 20%;
} */
#Info {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .container4-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 100px;
  }
  .container4-2 h1 {
    text-align: center;
    padding-top: 30px;
    align-self: center;
    font-size: 42px;
    font-weight: bold;
    color: #c92e2a;
  }
  .container4-2 p {
    padding-top: 10px;

    text-align: center;
    align-self: center;
    font-size: 20px;
    color: #4a4242;
    width: 600px;
  }
  .c42 {
    display: flex;
    flex-direction: row;
    padding-top: 66px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .inside-c42 {
    display: flex;
    flex-direction: column;
  }
  .ic42-1 {
    padding-top: 100px;
  }
  .ic42-2 {
    margin-left: -50px;
  }
  .inside-c42-1 p {
    text-align: start;
    width: 350px;
    font-size: 18px;
  }
  .form-control,
  .form-select {
    width: 390px;
    border: none;
    border-bottom: 2px solid gray;
    border-radius: 0px;
    font-size: 18px;
  }
  .inside-c42 label {
    color: #7c7c7c;
    padding-top: 30px;
  }
  /* #inputNumber {
    width: 20%;
  } */
  #Info {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .container4-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
  }
  .container4-2 h1 {
    text-align: center;
    padding-top: 35px;
    align-self: center;
    font-size: 20px;
    font-weight: bold;
    color: #c92e2a;
  }
  .container4-2 p {
    padding-top: 10px;

    text-align: center;
    align-self: center;
    font-size: 16px;
    color: #4a4242;
    width: 300px;
  }
  .c42 {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
  }
  .inside-c42 {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
  }
  .ic42 {
    display: flex;
    flex-direction: row;
    align-items: end;
  }
  .ic42-1 {
    padding-top: 50px;
  }
  .ic42-2 {
    margin-left: 0px;
    width: 70%;
  }
  .inside-c42-1 {
    padding: 0px 20px;
  }
  .inside-c42-1 p {
    text-align: start;
    width: 200px;
    font-size: 18px;
  }

  .form-control,
  .form-select {
    width: 250px;
    border: none;
    border-bottom: 2px solid gray;
    border-radius: 0px;
    font-size: 18px;
  }
  .inside-c42 label {
    color: #7c7c7c;
    padding-top: 30px;
  }
  /* #inputNumber {
    width: 20%;
  } */
  #Info {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .container4-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
  }
  .container4-2 h1 {
    text-align: center;
    padding-top: 35px;
    align-self: center;
    font-size: 20px;
    font-weight: bold;
    color: #c92e2a;
  }
  .container4-2 p {
    padding-top: 10px;

    text-align: center;
    align-self: center;
    font-size: 16px;
    color: #4a4242;
    width: 300px;
  }
  .c42 {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    align-items: start;
  }
  .inside-c42 {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
  }
  .ic42 {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .ic42-1 {
    padding-top: 50px;
  }
  .ic42-2 {
    margin-left: 0px;
    width: 70%;
  }
  .inside-c42-1 {
    padding: 0px 20px;
  }
  .inside-c42-1 p {
    text-align: center;
    width: 200px;
    font-size: 18px;
  }

  .form-control,
  .form-select {
    width: 250px;
    border: none;
    border-bottom: 2px solid gray;
    border-radius: 0px;
    font-size: 18px;
  }

  .ic42-2 button {
    background-color: #4c2d65;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    width: 150px;
    border-radius: 3px;
  }
  .ic42-2 .submit {
    align-self: end;
    padding-top: 30px;
  }
  .inside-c42 label {
    color: #7c7c7c;
    padding-top: 30px;
  }
  /* #inputNumber {
    width: 20%;
  } */
  #Info {
    width: 100%;
  }
}

/* ------------------------FAQ----------------------------------------------------------------------------------  */

/* ------------------------section-2 ----------------------------------------------------------------------------------  */

.container5-2 {
  padding: 70px 0px;
}
/* .c52 {
  padding: 10px 250px;
} */
.inside-c52-1 h2 {
  font-size: 20px;
  color: #2b2b2b;
}
.inside-c52-2 p {
  font-size: 18px;
  color: #707070;
}
.inside-c52-1 {
  position: relative;
  padding: 24px 80px 24px 30px;
  cursor: pointer;
  border-top: 3px solid rgba(0, 0, 0, 0.07);
}
.inside-c52-1::after {
  content: url(/images/arrow-up.png);
  position: absolute;
  right: 30px;
  top: 45%;
  transition: all ease 0.6s 0.5s;
}

.active:after {
  content: url(/images/arrow-down.png);
  position: absolute;
  right: 30px;
  top: 45%;
  transition: all ease 0.6s 0.5s;
}

.inside-c52-2 {
  padding: 30px;
  display: none;
}

@media only screen and (max-width: 992px) {
  /* .c52 {
    padding: 10px 150px;
  } */
}

@media only screen and (max-width: 768px) {
  /* .c52 {
    padding: 10px 100px;
  } */
}

@media only screen and (max-width: 576px) {
  .container5-2 {
    padding: 40px 0px;
  }
  /* .c52 {
    padding: 10px 15px;
  } */
  .inside-c52-1 h1 {
    color: #2b2b2b;
    margin-top: 10px;
  }
  .inside-c52-2 p {
    font-size: 12px;
    color: #707070;
  }
  .inside-c52-1 {
    position: relative;
    padding: 10px 70px 5px 10px;
    cursor: pointer;
    border-top: 3px solid rgba(0, 0, 0, 0.07);
  }
}

/* ------------------------footer----------------------------------------------------------------------------------  */

/* footer{
    padding-top: 100vh;
} */
/* 
.container-f2 {
    padding-left: 9%;
    padding-right: 4%;
    padding-top: 3%;
    padding-bottom: 3%;

} */
.border-t {
  background-color: #fafafa;
}

.container-f {
  display: flex;
  align-items: start;
}
.container-footer {
  padding-left: 100px;
  display: flex;
  flex-direction: row;
}

.container-footer .container {
  flex-basis: 20%;
}

.container-footer p {
  align-self: center;
  text-align-last: left;
  color: #000000;
}

.container-footer2 {
  margin-top: 2px;
  /* margin-left: 1%; */
  padding-left: 100px;
}
.container-footer3 {
  padding-left: 120px;
  padding-right: 120px;
}

.container-footer3 p {
  color: #000000;
  font-size: 12px;
}

a {
  color: var(--text-color);
}

@media only screen and (max-width: 700px) {
  .border-t {
    /* padding-right: 50px; */
    display: flex;
  }
  .container-f {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .container-footer {
    flex-direction: column-reverse;
    padding-left: 0px;
  }
  .container-footer .container {
    align-self: center;
    margin: 5px;
  }

  .container-footer2 {
    padding-left: 0px;
    justify-content: center;
  }
  .container-footer3-1 {
    flex-direction: column-reverse;
  }

  .container p {
    text-align-last: auto;
  }
  .footer-icon {
    display: flex;
    justify-content: center;
  }
  .footer-icon img {
    /* margin-left: 20px; */
    display: flex;
    justify-content: center;
  }
}
