:root {
  --primary-color: #014678;
  --secondary-color: #fff;
}

input:-internal-autofill-selected {
  background: #000 !important;
}

a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: none;
}

ul {
  list-style-type: none;
}


.h2 h2 {
  font: normal normal bold 36px/50px Noto Sans KR;
  color: #000000;
}

@media(max-width:991px) {

  .h2 h2 {
    font: 36px !important;
    color: #000000;
  }

  .section-space {
    padding: 50px 0px;
  }
}

@media(max-width:575px) {

  .h2 h2 {
    font-size: 26px !important;
    color: #000000;
  }

  section h2 {
    margin-bottom: 0px !important;
  }

  .section-space {
    padding: 0px 0px;
  }

}

/* banner section  */

section#main-banner {
  padding: 300px 0px 330px;
  overflow: hidden !important;
}

.after-anchor {
  position: relative;
}

.after-anchor::after {
  content: "";
  height: 430px;
  width: 302px;
  position: absolute;
  top: -100%;
  right: 200px;
  left: 0;
  margin: auto;
  z-index: 999999999;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -99;
}

.after-anchor:before {
  content: "";
  width: 149px;
  position: absolute;
  height: 149px;
  background-position: center;
  background-size: cover;
  right: 0;
  bottom: -40%;
  z-index: -99;
}

section#main-banner {
  padding: 300px 0px;
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section#main-banner::after {
  content: "";
  width: 52%;
  height: 100%;
  position: absolute;
  top: -11%;
  right: 0%;
  rotate: 11deg;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -9;
  background-size: cover;
}
@media(max-width:1500px){
  section#main-banner::after{
    background-size: contain;
  }
}
section#main-banner a:hover {
  background: #000 !important;
  color: #fff !important;
}

section#main-banner h1 {
  font: normal normal 800 50px/72px Noto Sans KR;
  letter-spacing: 0px;
  color: #FFFFFF;
  max-width: 560px;
  margin-bottom: 30px;
}


section#main-banner p {
  font: normal normal normal 18px/30px Noto Sans KR;
  color: #fff;
  max-width: 570px;
  margin-bottom: 80px;
}

section#main-banner a {
  font: normal normal 600 16px/24px Noto Sans KR;
  font: normal normal 600 16px/24px Noto Sans KR;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

section#main-banner a:hover {
  color: #000;
  background: #fff;
}

.installation-step-card {
  width: calc(100%/4 - 20px);
}

.installation-step-card {
  padding: 20px 20px;
}

.counter-number {
  font: normal normal 900 36px/40px Noto Sans KR;
}

.counter-text {
  font: normal normal 600 18px/40px Noto Sans KR;
}

.banner-counter {
  display: flex;
  gap: 60px;
  padding: 30px 26px;
  background: #fff;
  max-width: 770px;
  text-align: center;
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 10px;
  justify-content: space-between;
}


@media(max-width:1400px) {
  section#main-banner::after {
    width: 45%;
  }
}

@media(max-width:1199px) {

  section#main-banner h1 {
    font: normal normal 800 40px/60px Noto Sans KR;
  }

  section#main-banner p {
    font: normal normal normal 16px/26px Noto Sans KR;
    color: #fff;
    max-width: 570px;
    margin-bottom: 60px;
  }

  section#main-banner {
    padding: 130px 0px;
  }

  section#main-banner::after {
    width: 40%;
    background-size: contain;
  }
}

@media(max-width:991px) {
  section#main-banner::after {
    width: 35%;
    background-size: contain;
  }
}

@media(max-width:575px) {
  section#main-banner h1 {
    text-align: center;
    font: normal normal 800 25px/40px Noto Sans KR;
  }

  section#main-banner p {
    margin-bottom: 30px;
  }

  section#main-banner {
    text-align: center;
  }

  section#main-banner {
    padding: 90px 0px;
  }

  .banner-counter {
    flex-direction: column;
    position: unset;
    margin-top: 40px;
  }
}


/* home page ends  */


/* Resources Section */


.resource-planning-right p {
  margin-bottom: 40px;
}

.resource-one {
  position: absolute;
  top: -26%;
  right: 0px;
  width: 60%;
  text-align: right;
}

.resource-two {
  max-width: 250px;
  position: absolute;
  bottom: -10px;
  left: -50px;
  width: 53%;
}


.resource-main-wrap {
  position: relative;
}

section#resourcePlanning .container {
  position: relative;
}

.banner-counter {
  position: absolute;
  top: -12%;
}

li.resource-li,
ul.vision-list li {
  font: normal normal normal 16px/30px Noto Sans KR;
}

.theme-btn {
  font: normal normal normal 16px/30px Noto Sans KR;
  padding: 9px 39px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  margin-top: 50px;
  display: inline-block;
  cursor: pointer;
}

.theme-btn:hover,
.submit-btn p input:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Resources section end  */

/* partner section  */

section#resourcePlanning .section-space {
  padding: 200px 0px 100px;

}

.owl-carousel .owl-item .item img {
  width: 122px;
  height: 122px;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0.6;
}

.owl-carousel .owl-item .item img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* partner section ends  */






/* Top benifits Section  */


section#topBenifits p {
  text-align: center;
}

.card {
  padding: 30px 0px 0px;
  text-align: center;
  border: 1px solid #EEEEEE;
  position: relative;
  height: 100%;
}

.card::after {
  content: "";
  width: 0;
  height: 6px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: var(--primary-color);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  margin: auto;
}

.card:hover::after {
  visibility: visible;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.benefit-img-wrap {
  width: 113px;
  height: 113px;
  border: 7px solid var(--primary-color);
  border-radius: 50%;
  padding: 22px;
  margin: 0px auto 5px;
  transition: 0.2s ease-in-out;
}

.card:hover .benefit-img-wrap {
  transform: scale(1.1);
}

h5.card-title {
  font: normal normal 600 22px/30px Noto Sans KR;

}

.card p {
  text-align: center;
  font: normal normal normal 16px/28px Noto Sans KR;
}

p.heading-description {
  font: normal normal normal 18px/30px Noto Sans KR;
  max-width: 570px;
  margin: 0px auto;
  color: #373737;
  text-align: center;
}

.card-body {
  flex-grow: 0;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* top benifits ends 
 */



/* testimonial Slider  */

.slick-arrow:hover {
  background: #000;
}

.testimonial-container::before {
  content: "";
  width: 100%;
  position: absolute;
  width: 43px;
  height: 43px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -10%;
  top: 0;
  bottom: 30%;
  margin: auto;
}

.testimonial-container {
  position: relative;
}

section#testimonials {
  padding: 100px 0px;
}


.client-info-inner {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.item {
  display: flex;
  justify-content: center;
}

section#testimonials h2 {
  font: normal normal bold 36px/30px Noto Sans KR;
  color: #fff;
  text-transform: capitalize;
}

.testimonial p {
  font: normal normal 400 18px/20spx Noto Sans KR;
  color: #fff;

}

.customer-name {
  font: normal normal 600 22px/30px Noto Sans KR;
  color: #fff;
}

.testimonial p.service-used {
  font: normal normal normal 18px/30px Noto Sans KR;
  color: #fff;
}

/* .client-image-slider-main {
  width: 152px;
  height: 152px;
} */
.circle-container {
  position: relative;
}

.testimonial {
  display: flex;
  align-items: center;
}

.slider-main {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: start !important;
  /* height: 250px !important; */
}

.client-image-slider-main img {
  padding: 5px;
  background: #fff;
  border-radius: 50%;
}

.slick-dots li button:before {
  background: #000 !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  width: 22px !important;
  height: 22px !important;
}

.slick-dots li button:before {
  border: 2px solid #fff !important;
  background: #000 !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  width: 22px !important;
  height: 22px !important;
  background: #fff !important;
  content: "" !important;
}

ul.slick-dots {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* align-items: center; */
  justify-content: center;
  height: auto;
  width: 25px !important;
  margin: auto 0px;
  top: 0;
  bottom: 0;
}

.slick-arrow {
  left: -146px;
  background-color: var(--primary-color);
}

.slick-dots {
  left: -145px;
}

.testimonial-slider::after {
  left: -130px;
}

.testimonial-slider::after {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  opacity: 0.4;
}

.slick-dots li.slick-active button:before {
  background-color: #000 !important;
}

.testimonial-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slick-slider {
  position: unset !important;
}

.slick-arrow {
  cursor: pointer;
  position: absolute;
  color: #fff;
  z-index: 99999;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
}

.client-image-slider-main.active {
  transform: scale(1.3) translate(15px);
}

.client-image-slider-main {
  transition: 0.2s ease-in-out;
}

.client-image-slider-main img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.fa.fa-chevron-up.slick-arrow {
  top: 40px;
}

@media(max-wiwdth:1400px) {
  .client-picture-slider {
    position: absolute;
    left: 60%;
  }

  .slick-dots {
    left: -125px;
  }

  .slick-arrow {
    left: -127px;
  }

  .testimonial-slider::after {
    left: -110px;
  }
}

@media(max-width:1199px) {
  .testimonial-slider::after {
    left: -68px;
  }

  .slick-arrow {
    left: -86px;
  }

  .slick-dots {
    left: -83px;
  }

}


@media(max-width:991px) {
  .slick-arrow {
    left: 0px;
  }

  .slick-dots {
    left: 0px;
  }

  ul.slick-dots {
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    flex-direction: row;
  }

  .fa.fa-chevron-up.slick-arrow {
    top: unset;
    bottom: 0;
    right: 0;
    left: unset;
    rotate: 90deg;
  }

  .fa.fa-chevron-down.slick-arrow {
    rotate: 90deg;
    bottom: 0px;
  }

  .testimonial-slider::after {
    display: none;
  }
}

/* testimonial slider  */



/* module-section  */

h3 {
  font: normal normal 600 26px/30px Noto Sans KR;
  margin-bottom: 20px;
}

.module-one {
  position: absolute;
  bottom: 0;
  left: -60px;
}

.module-two {
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 26%;
}

.module-right {
  display: flex;
  justify-content: end;
}

.module-right .resource-main-wrap {
  width: 90%;
  max-height: 340px;
}

.resource-main-wrap img {
  height: 100%;
  object-fit: contain;
}

.module-one {
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 60%;
}

/* module section ends  */


/* management section  */

ul.management-list li i {
  margin-right: 14px;
}

ul.management-list li {
  font: normal normal 500 16px/30px Noto Sans KR;
}

.section-image-wrap {
  position: relative;
}

.section-inner-img {
  width: 53%;
  position: absolute;
  bottom: -10%;
  left: -10%;
}

.list-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  text-align: left;
}

.section-inner-img_two {
  position: absolute;
  right: -10%;
  top: -30%;
  width: 60%;
}

.management-one-left {
  justify-content: flex-end;
  display: flex;
}

.section-image-wrap {
  width: 90%;
  display: flex;
  max-height: 340px;
}

section#management-two .section-inner-img {
  width: 30%;
  left: -10%;
  right: unset;
}

.section-inner-img-two {
  position: absolute;
  right: 0%;
  top: -30%;
  width: 31%;
}

@media(max-width:991px) {
  .section-inner-img {
    left: 0;
    right: 0;
    margin: auto;
  }


  .management-one-right {
    margin-top: 50px;
  }
}

@media(max-width:575px) {
  ul.management-list {
    max-width: 210px;
    margin: 0px auto;
  }
}



/* management section ends  */

ul.management-list li i {
  margin-right: 14px;
}

section#featureSection p,
section#featureSection h5,
section#featureSection .h2 h2 {
  color: #fff;
}


/* features */

.feature-left ::after {
  background: #fff !important;
}

.feature-right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.column .features-card,
.features-card {
  padding: 20px 27px;
  margin-left: 15px;
}

.features-card.two {
  padding: 20px 15px;
  margin: 0px !important;
}

.column {
  width: calc(100%/2 - 10px);
}

.fullHeight {
  flex-grow: 1;
  width: 40%;
  display: flex;
  align-items: center;
}


h5 {
  font-size: 18px;
  font-weight: 600;
}

.features-card p {
  font-size: 14px;
  line-height: 25px;
  margin: 0px;
}

.features-card {
  border: 1px solid #fff;
  border-radius: 11px;
  padding: 15px 30px;
}

section#featureSection {
  padding: 100px 0px 70px;
}

.column {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.column .features-card:first-child {
  margin-left: 20px !important;
}

section#featureSection {
  background-color: var(--primary-color);
  position: relative;
}


section#featureSection::after {
  content: "features";
  font-size: 90px;
  /* font-family: ""; */
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  opacity: 0.1;
  position: absolute;
  top: 5%;
  left: 10%;
}

section#featureSection h2 {
  font-size: 35px;
}

.feature-wrap {
  width: 32px;
  height: 32px;
  margin-bottom: 7px;
}

.feature-left .h2 h2 {
  max-width: 520px;
}

.features-card h5 {
  margin-bottom: 10px;
}

.column .features-card,
.features-card {
  margin: 0px !important;
}


@media(max-width:991px) {
  .feature-right {
    margin-top: 50px;
  }
}

@media(max-width:767px) {
  .column .features-card:nth-child(1) {
    margin: 0px !important;
  }

  .feature-right {
    flex-direction: column;
  }

  .column {
    width: 100%;
  }

  .fullHeight {
    width: 100%;
  }
}




/* features ends  */





/* FAQ Section  */
a.theme-btn.bluebg:hover {
  background: #000;
}

.social-icon-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 60px;
}

i[class^="fa"] {
  font-size: 20px;
}

.social-icon-wrapper a {
  border: 1px solid #707070;
  padding: 11px;
  border-radius: 6px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-wrapper {
  margin: 0px auto;
  font-family: 'Noto Sans KR';
  line-height: 200%;
  width: 100%;
}

.accordion-wrapper h3 {
  cursor: pointer;
  font: normal normal normal 18px/30px Noto Sans KR;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 15px;
  z-index: 0;
  padding: 15px 25px;
  box-shadow: 0px 3px 5px #00000029;
  border: 1px solid #FFFFFF;
  position: relative;
}

h3.accordion-click.active {
  background: var(--primary-color);
  color: var(--secondary-color);
  margin-bottom: 0px;
}

.accordion-wrapper div {
  background: #fff;
  padding: 10px;
  display: none;
}

.accordion-wrapper h3 i {
  /* float: right; */
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
}

h3.accordion-click.active i.fas.fa-chevron-down {
  rotate: 180deg;
}

.theme-btn.bluebg {
  background-color: var(--primary-color);
}

.accordion-wrapper .answer {
  background: var(--secondary-color) !important;
  padding: 13px 30px 13px;
  font: normal normal normal 16px/24px Noto Sans KR;
  letter-spacing: 0px;
  color: #010101;
  box-shadow: 0px 3px 5px #00000029;
}

.service-icon {
  width: 73px;
  height: 70px;
  object-fit: cover;
}
.social-links-wrap a:last-child {
  border-right: none;
}
.attributes-container {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}

.service-attribute-info {
  width: calc(100% - 90px);
}

.faq-img-wrapper {
  margin-bottom: 15px;
}

p.service-attribute-title {
  font: normal normal bold 18px/26px Noto Sans KR;
  letter-spacing: 0px;
  color: #010101;
  margin-bottom: 0px;

}

p.service-attribute-desc {
  font: normal normal normal 16px/20px Noto Sans KR;
}

.faq-img-wrapper {
  position: relative;
  clip-path: polygon(100% 0%, 100% 100%, 100% 82.55%, 91.48% 100%, 0% 100%, 0% 0%);
}

.faq-img-wrapper::after {
  content: "";
}


.faq-img-wrapper::after {
  content: "";
  height: 92px;
  width: 102px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media(max-width:1400px) {
  .faq-img-wrapper {
    position: relative;
    clip-path: polygon(100% 0%, 100% 100%, 100% 79.0%, 90.1% 100%, 0% 100%, 0% 0%);
  }
}

@media(min-width:768px) and (max-width:991px) {
  .faq-img-wrapper::after {
    height: 73px;
    width: 102px;
  }

  .faq-img-wrapper {
    clip-path: polygon(100% 0%, 100% 100%, 100% 65%, 84.1% 100%, 0% 100%, 0% 0%) !important;
  }
}

@media(max-width:521px) {
  .faq-img-wrapper::after {
    height: 86px;
    width: 102px;
  }

  .faq-img-wrapper {
    height: 170px;
  }

  .faq-img-wrapper img {
    height: 100%;
    width: 100%;
  }

  .faq-img-wrapper::after {
    height: 71px;
    width: 102px;
  }

  .attributes-container {
    flex-direction: column;
  }

  .service-attribute-info {
    width: 100%;
  }

  .service-attribute-info p {
    text-align: center;
  }
}

@media(max-width:575px) {
  .accordion-wrapper h3 i {
    top: 23px;
    right: 2px;
    margin-top: 0px;
    font-size: 14px;
  }

  div#site-sticky-menu1 {
    min-width: 75px;
  }
}

/* blog section */

a.blog-link {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  text-transform: capitalize;
  font-weight: 600;
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}

.tags {
  position: absolute;
  left: 16px;
  top: 15px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font: normal normal 600 16px/24px Noto Sans KR;
}

.thumbnail-wrap img {
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.blog-card:hover a.blog-link {
  color: var(--primary-color);
}

.thumbnail-wrap {
  width: 100%;
  height: 260px;
}

.info-bar {
  display: flex;
  justify-content: start;
  gap: 40px;
}

.blog-card-content p {
  margin-bottom: 0px;
}

.info-bar a,
.info-bar p {
  font: normal normal normal 16px/30px Noto Sans KR;
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-bar i[class^="fa"] {
  font-size: 17px;
}

.blog-card-content {
  padding: 10px 20px 20px;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 5px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-grow: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.blog-card {
  margin-right: 5px;
  transform: 0.3s ease-in-out;
}

/* 
.blog-card-content a {
  font: normal normal 600 15px/30px Noto Sans KR;
} */

.blog-card-content h5 {
  margin-bottom: 10px;
}

.tags a {
  font-size: 15px;
}

.blog-card:hover .tags {
  background-color: var(--primary-color);
  color: #fff;
}

.tags {
  transition: 0.3s ease-in-out;
}



/* blog section  */



/* Dwonload app section  */
section.download {
  padding: 40px 0px;
  position: relative;
  margin-top: 100px;
}

section.download .download-inner-wrapper {
  background: var(--primary-color);
  padding: 66px 50px;
  border-radius: 10px;
  position: relative;
}

section.download h2 {
  color: #FFF;
}

section.download P {
  color: #fff;
}

section.download .left::after {
  background: #fff;
}

.phone-img {
  position: absolute;
  bottom: 0px;
}


@media(max-width:991px) {
  section.download {
    padding: 40px 0px;
  }
}

@media(max-width:767px) {
  .phone-img {
    position: unset;
    margin-bottom: -66px;
    text-align: center;
  }

  section.download {
    margin: 0px;
  }
}

section.download h2 {
  max-width: 670px;
}

/* download app section ends */



/* section stepto install  */




.installation-step-card {
  text-align: center;
  border-radius: 6px;
  background-color: #F4F7FA;
}

.card-image {
  border-radius: 50%;
  background-color: rgba(1, 70, 120, 0.2);
  width: 92px;
  height: 92px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.installation-step-card {
  padding: 20px 40px;
}

.installation-step-card {
  width: calc(100%/4 - 66px);
}

.installation-step-card {
  position: relative;
  z-index: 99;
}

.stepToInstall .stepsRow {
  position: relative;
}

.stepToInstall .stepsRow::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  background-image: repeating-linear-gradient(0deg, var(--primary-color), var(--primary-color) 12px, transparent 12px, transparent 22px, var(--primary-color) 22px), repeating-linear-gradient(90deg, var(--primary-color), var(--primary-color) 12px, transparent 12px, transparent 22px, var(--primary-color) 22px), repeating-linear-gradient(180deg, var(--primary-color), var(--primary-color) 12px, transparent 12px, transparent 22px, var(--primary-color) 22px), repeating-linear-gradient(270deg, var(--primary-color), var(--primary-color) 12px, transparent 12px, transparent 22px, var(--primary-color) 22px);
  background-size: 5px 100%, 100% 5px, 5px 100%, 100% 5px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}


.step-number {
  position: absolute;
  left: 30px;
  top: 20px;
  font: normal normal bold 42px/34px Noto Sans KR;
  color: rgba(0, 0, 0, 0.4);
  opacity: 0.1;
}

@media(max-width:1199px) {
  .installation-step-card {
    width: calc(100%/4 - 20px);
  }

  .installation-step-card {
    padding: 20px 20px;
  }

  .card-image {
    height: 60px;
    width: 60px;
  }

  .step-number {
    left: 20px;
    top: 10px;
    font: normal normal bold 32px/34px Noto Sans KR;
  }
}

@media(max-width:991px) {
  .stepToInstall .stepsRow::after {
    display: none;
  }

  .installation-step-card {
    width: calc(100%/2 - 20px);
  }

  .stepToInstall .stepsRow {
    position: relative;
    gap: 50px 0px;
  }
}


@media(max-width:575px) {
  .stepToInstall .stepsRow {
    position: relative;
    gap: 50px 0px;
  }

  .installation-step-card {
    width: calc(100% - 20px);
  }

  .installation-step-card {
    margin: 0px auto;
    max-width: 270px;
  }

  .stepToInstall .stepsRow {
    position: relative;
    gap: 30px 0px;
  }

  .phone-img {
    margin-bottom: -40px;
  }

  /* .pack-wrap {
    max-width: 80%;
    margin: 0px auto;
} */
  /* .form-wrapper{
  max-width: 90%;
  margin: 0px auto;
} */
}

/* steps to install ends  */





/* pricing section  */
.owl-stage-outer,
.pricing-div {
  height: 100%;
  margin-bottom: 10px;
}

.owl-stage {
  display: flex;
}

.owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
}

button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0px;
  background: #000;
}

button.owl-dot.active {
  background: var(--primary-color);
}

.features-checkbox {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
}

.features-checkbox i[class^="fa"] {
  font-size: 18px;
}

.pack-top {
  padding: 30px 0px;
  background: #DCE4EB;
  color: #000;
  text-align: center;
}

.pack-top h4 {
  font: normal normal 600 26px/60px Noto Sans KR;
  color: #fff;
}

span.price {
  font: normal normal bold 40px/60px Noto Sans KR;
  color: #fff;
}

a.buy-product-link:hover {
  background: var(--primary-color) !important;
}

.features-checkbox {
  padding: 0px 30px;
}

.pack-top {
  margin-bottom: 30px;
}

a.buy-product-link {
  margin-left: 30px;
}

a.buy-product-link {
  font: normal normal normal 16px/60px Noto Sans KR;
  padding: 12px;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  align-self: start;
  flex-grow: 0;
  max-height: 40px;
  display: flex;
  align-items: center;
}

.pack-wrap.card1 a.buy-product-link {
  background-color: #000000;
}

.feature-wrapper {
  flex-grow: 1;
}

.pack-wrap {
  box-shadow: 0px 3px 6px #00000029;
  padding-bottom: 25px;
  height: 100%;
  background-color: #fbfbfb;
}

.features-text {
  font: normal normal normal 18px/25px Noto Sans KR;
}

.pack-wrap {
  display: flex;
  flex-direction: column;
}

.form-wrapper {
  text-align: center;
}

.input-wrapper label {
  font: normal normal 600 18px/20px Noto Sans KR;
  margin-bottom: 10px !important;
  display: inline-block;
  text-transform: capitalize;
}

form.wpcf7-form>.row {
  height: 100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  border: 1px solid #AFAFAF;
  height: 40px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
}

.form-wrapper input,
.form-wrapper textarea,
.form-wrapper select {
  width: 100%;
}

span.wpcf7-form-control-wrap select {
  font-size: 15px;
}

.submit-btn {
  max-width: 139px;
  height: 41px;
}

.submit-btn input {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color: #fff;
  font: normal normal normal 16px/20px Noto Sans KR;
  border: none;
  margin-top: 8px;
  height: 40px;
}

.form-wrapper {
  padding: 44px 30px 60px;
  box-shadow: 0px 3px 6px #00000029;
  height: 100%;
  background-color: #fbfbfb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

span[data-name="Message"] span.wpcf7-not-valid-tip {
  bottom: 0px;
}

.wpcf7 {
  height: 100% !important;
}

form.wpcf7-form {
  height: 100% !important;
}

span[data-name ^="textarea"] span.wpcf7-not-valid-tip {
  bottom: -0px;
}

.input-wrapper textarea {
  height: 70px !important;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 13px;
  right: 0;
  bottom: -14px;
}

form.wpcf7-form {
  height: 100% !important;
  position: relative;
}

.wpcf7-response-output {
  border-color: transparent !important;
  color: red;
  position: absolute;
  bottom: -10px;
}

.pricing-pack-wrapper {
  height: 100%;
}

.input-wrapper p {
  text-align: left;
}

.pack-top {
  position: relative;
}

.pack-top::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-size: cover;
}

section#pricing_sec span.current-symbol {
  font-size: 100px;
  font-weight: 700;
  position: absolute;
  opacity: 1;
  top: 0px;
  left: 30px;
  rotate: -20deg;
  color: rgba(155, 155, 155, 0.3);
  user-select: none;
  opacity: 0.5;
}

.pack-top {
  background: var(--primary-color);
}

/* .pack-top.card0 h4,
.pack-top.card0 span {
  color: #000;

} */

.pack-top h4,
.pack-top span {
  position: relative;
  z-index: 9;
}

section#testimonials {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media(max-width:575px) {

  .fa.fa-chevron-up.slick-arrow,
  .fa.fa-chevron-down.slick-arrow {
    bottom: -10px;
  }

  section#testimonials {
    padding: 60px 0px;
  }

  .counter-wrapper {
    box-shadow: 0px 3px 10px #00000029;
    padding: 10px;
    width: calc(90%/2 - 0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .testimonial-container {
    margin-top: 40px;
  }

  .home .banner-counter {
    position: unset;
    width: 90%;
    flex-wrap: wrap;
    flex-direction: row;
    box-shadow: none;
    gap: 20px;
    padding: 0px 0px;
    margin: 40px auto 0px !important;
  }

  .counter-number {
    font: normal normal 800 20px/23px Noto Sans KR !important;
  }

  .counter-text {
    font: normal normal 600 13px/20px Noto Sans KR !important;
  }

}


section.threeSectionWrapper::after {
  content: "";
  height: 117%;
  width: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -99;
  background-repeat: no-repeat;
}

section.threeSectionWrapper {
  position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: green !important;
  border: 1px solid green !important;
  padding: 0px 2px !important;

}



/* woo commerce  */




.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 10px !important;
  top: 0 !important;
  cursor: pointer;
}

button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  background: var(--primary-color) !important;
  color: #fff !important;
}

button.woocommerce-button.button.woocommerce-form-login__submit:hover,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
  background: #000 !important;
  color: #fff !important;
}


.woocommerce {
  text-align: center;
}

/* 
form.woocommerce-form.woocommerce-form-login,
form.woocommerce-form.woocommerce-form-register {
  max-width: 360px;
  margin: 50px auto;
} */