* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.flexbox {
  padding-top: 40px;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.box {
  position: relative;
  min-height: 415px;
  max-width: 260px;
  padding: 20px 10px;
  color: black;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 2px solid transparent;
  /* margin: 10px 10px; */
  border-radius: 10px;
  box-shadow: 0px 1.5px 10px -5px rgba(0, 0, 0, 0.75);
  transition: all 0.3s ease;
}
.box:hover {
  border: 2px solid #0096ff;
}
.main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.name {
  /* padding-left: 10px; */
  text-align: left;
  width: min-content;
}
/* .nav-outer {
  position: sticky;
  display: flex;
  align-items: center;
  height: 85px;
  width: 100%;
  top: -34px;
  background-color: white;
  -webkit-box-shadow: 10px 0px 18px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 0px 18px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 0px 18px -7px rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.navbar {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding-left: 140px;
  height: 51px;
  padding-right: 150px;
  width: 100%;
}
.headlinks ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.headlinks li {
  list-style: none;
  padding-right: 0px;
}
.headlinks li a {
  text-decoration: none;
  color: rgb(105, 102, 102);
  padding-right: 22px;
  padding-top: 20px;
  display: block;
  font-weight: bold;
}
.headlinks li a:hover {
  color: rgb(145, 132, 132);
}
.toggle-button {
  position: absolute;
  top: 1.5rem;
  right: 8em;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}
.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #0096ff;
  border-radius: 10px;
} */

/* img {
  width: 140px;
  height: 60px;
} */
.first {
  background-color: #fff;
  /* padding-left: 50px; */
  /* padding-right: 50px; */
  padding-top: 106px;
  padding-bottom: 60px;
  color: #666;
}
.head {
  text-align: center;
  padding: 0 1rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px;
  align-self: center;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #0096ff;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  text-align: center;

  color: white;
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.3s;
  border-radius: 34px;
}

input:checked + .slider {
  background-color: #0096ff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  transform: translateX(22px);
}
.toggle-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.signup {
  margin: 25px 0px 30px;
}
.box:hover .signup button {
  background-color: #0096ff;
  color: white;
  border: 0px;
  bottom: 40px;
  border-radius: 2px;
  font-weight: bold;
}
#sf-logo {
  /* width: 58px; */
}
.planLogo {
  width: 65px;
  height: 50px;
  object-fit: contain;
}

.valuePlane_name {
  width: 80%;
}

.name > span {
  color: #0096ff;
  font-size: 25px;
  font-weight: 600;
}
.planLogo > img {
  width: 100%;
  height: 100%;
}
.price {
  padding-top: 15px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #666;
}
.dollar {
  font-size: large;
  font-weight: bold;
  color: #0096ff;
}
.amount {
  font-size: 38px;
  font-weight: bold;
  padding-left: 1px;
  padding-right: 1px;
  color: #0096ff;
}
.type {
  font-size: medium;
  color: black;
  font-weight: bold;
}
.features {
  padding-top: 25px;
  padding-left: 0px;
  text-align: left;
  align-items: center;
  justify-content: center;
  color: #666;
}
/* .features ul {
            list-style: none;
        } */

/* .features ul li:before {
            content: '✓';
            color:#0096FF;
        } */
/* .box .features ul li {
            padding-inline-start:15px;
        } */
#btn {
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  border: none;
  font-weight: bold;
  background-color: #0096ff;
  color: white;
  cursor: pointer;
}
/* .end {
  display: flex;
  justify-content: center;
  background-color: black;
  color: white;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-left: 80px;
  margin-right: 80px;
}
.end1 {
  width: 25%;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.end2 {
  width: 25%;
  margin-left: 0.2em;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.end3 {
  width: auto;
  margin-left: 0.2em;
  padding-left: 30px;
  padding-right: 30px;
}
#search1 {
  font-size: 22px;
  color: #666;
  padding-top: 35px;
  padding-right: 76px;
} */
.ribbon-container {
  /* Displayed at the top left corner */
  left: 0px;
  position: absolute;
  top: 0px;

  /* Size */
  height: 100px;
  width: 100px;

  /* Hide the part of its children which is displayed outside */
  overflow: hidden;
}
.ribbon {
  /* Position */
  left: -74px;
  position: absolute;
  top: 21px;

  /* Size */
  height: 15px;
  width: 206px;

  /* Displayed diagonally */
  transform: rotate(-45deg);

  /* Background color */
  background-color: #0096ff;
  color: white;

  /* Centerize the text content */
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.pricingSection {
  margin-bottom: 4rem;
  margin-top: 6rem;
}

.module_container {
  /* background-color: #fff; */
  /* width: 100%; */
  /* padding: 20px 100px; */
  max-width: 1280px;
  width: 80%;
  margin: auto;
  margin-bottom: 4rem;
}
.module_title {
  color: #001f51;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}

.module_p {
  color: #0f0f0f;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.module_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* align-items: center; */
  margin-top: 4rem;
  /* gap: 1rem; */
}

.module_image {
  width: 50%;
  padding-left: 4rem;
  padding-right: 0;
}
.row_reverse .module_image {
  width: 50%;
  padding-right: 4rem;
  padding-left: 0;
}

.module_image > img {
  /* width: 500px; */
  max-width: 100%;
  object-fit: cover;
}

.module_details {
  width: 50%;
}

.module_details > h2 {
  color: #001f51;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}

.module_details > p,
.module_details li {
  color: #0f0f0f;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 1rem;
}
.module_details > p {
  margin-bottom: 2rem;
}
.module_details ul {
  list-style: none;
}

.module_details i {
  color: #007aff;
  font-size: 17px;
  line-height: 17px;
  /* font-weight: 900; */
}
.module_details li {
  display: flex;
  gap: 2rem;
}

.erp_section {
  background-image: linear-gradient(
    180deg,
    #dee8f5 0%,
    rgba(222, 232, 245, 0) 100%
  ) !important;
  width: 100% !important;
  padding: 2rem 10%;
  max-width: 100%;
}

.erp_section .erp_points {
  /* display: flex;
  flex-direction: column; */
}
.erp_points {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.erp_points .erp_title {
  color: #001f51;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
}
.erp_points .erp_detail {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  line-height: 24px;
}

.erp_benifits {
  /* max-width: 1280px; */
  /* width: 80%; */
  padding: 4rem 2rem;
  margin: 2rem 0;
  background-color: #ecf1f8;
  border-radius: 10px;
  display: flex;
}
.erp_benifits > .module_details {
  width: 40%;
}
.erp_benifits h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  /* width: 50%; */
}
.erp_benifits p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  /* width: 50%; */
}

.erp_benifit_points {
  padding: 1rem 2rem;
  border-radius: 10px;
  background-color: #fff;
  list-style: none;
}
.erp_benifit_points li {
  display: flex;
  align-items: start;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.erp_benifit_points span {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 300;
}
.erp_benifit_points i {
  color: rgba(51, 102, 255, 0.76);
  font-size: 22px;
  line-height: 22px;
  font-weight: 900;
}

@media (max-width: 1000px) {
  .module_content,
  .erp_benifits {
    flex-direction: column-reverse;
    gap: 2rem;
    align-items: center;
  }
  .erp_benifits > .module_details {
    width: 100%;
  }
  .module_details > h2,
  .module_details > p {
    text-align: center;
  }
  .row_reverse {
   flex-direction: column;
  }
  .erp_section .row_reverse {
    flex-direction: column;
  }
  .module_image,
  .module_details,
  .erp_section .row_reverse .module_image {
    width: 100%;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .row_reverse .module_image {
    padding: 0;
    width: 100%;
  }

  .erp_benifits > .erp_benifit_points {
    width: 100%;
  }
  /* .toggle-button {
    display: flex;
    top: 2.3em;
  }
  .headlinks {
    display: none;
    width: 100%;
  }
  .nav-outer {
    position: absolute;
    top: 0;
  }
  .navbar {
    position: absolute;
    left: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .headlinks ul {
    flex-direction: column;
  }

  .headlinks.active {
    display: flex;
    background-color: white;
    width: 100%;
    margin-top: 550px;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    border-top: 10px;
    border-top-color: rgb(92, 153, 177);
  } */
  /* .head-title {
    padding-top: 40px;
  } */
  /* #search {
    display: none;
    padding-top: 7px;
  } */
  .flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .first {
    /* padding-top: 60px;
    padding-left: 95px;
    padding-right: 95px; */
  }
  /* .end {
    display: flex;
    flex-wrap: wrap;
    padding-left: 95px;
    padding-right: 95px;
  }
  .end1 {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .end2 {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .end3 {
    padding-top: 15px;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  } */
  /* .cards {
    flex-wrap: wrap;
  } */
}
.hide {
  display: none;
}
.list {
  display: flex;
}
.list .tick li {
  list-style: none;
}
.list .tick li:before {
  content: "✓";
  color: #0096ff;
}
@media (max-width: 1000px) {
  /* .end {
    flex-wrap: wrap;
    padding-left: 100px;
    padding-right: 100px;
  }
  .end1 {
    width: 100%;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
  }
  .end2 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  .end3 {
    width: 100%;
    padding: 30px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  } */
}
@media (max-width: 575px) {
  
  .module_title {
    font-size: 26px;
    line-height: 31px;
  }
  .module_details li {
    gap: 1rem;
  }
  .module_p {
    font-size: 18px;
    line-height: 25px;
  }
  .module_details > h2,
  .erp_points .erp_title {
    font-size: 26px;
    line-height: 31px;
  }
  .erp_benifits {
    padding: 2rem 1rem;
  }
  .erp_benifit_points {
    padding: 1rem 0.5rem;
  }
  .erp_benifit_points li {
    gap: 0.5rem;
  }
  .module_details > p,
  .module_details li,
  .erp_benifit_points > li > * {
    font-size: 18px;
    line-height: 25px;
  }
.erp_points .erp_title{
    font-size: 22px;
    line-height: 22px;
  }
  .erp_points .erp_detail {
    font-size: 18px;
    line-height: 22px;
  }
  .first {
    /* padding-left: 75px;
    padding-right: 75px; */
    padding-bottom: 20px;
    /* padding-top: 20px; */
  }
  /* .navbar {
    padding-left: 75px;
    padding-right: 75px;
  }
  .toggle-button {
    right: 75px;
  }
  #search1 {
    padding-right: 55px;
  }
  .end {
    padding-left: 75px;
    padding-right: 75px;
  } */
  .title {
    font-size: 35px;
  }
}
@media (max-width: 450px) {
  .first {
    /* padding-left: 30px;
    padding-right: 30px; */
  }

  /* .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .toggle-button {
    right: 30px;
  }
  .end {
    padding-left: 30px;
    padding-right: 30px;
  }
  .end1 {
    width: 100%;
  }
  .end2 {
    width: 100%;
  }
  .end3 {
    width: 100%;
  } */
  img {
    /* width: 175px; */
  }
}
