/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.pricing_features_section .d-flex {
  border-radius: 24px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pricing_features_section .d-flex .left {
  background-color: #262626;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .pricing_features_section .d-flex .left {
    max-width: 320px;
    flex: 0 0 320px;
  }
}
@media (min-width: 1200px) {
  .pricing_features_section .d-flex .left {
    max-width: 420px;
    flex: 0 0 420px;
    padding: 50px 30px;
  }
}
.pricing_features_section .d-flex .left .top {
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .pricing_features_section .d-flex .left .top {
    margin-bottom: 20px;
  }
}
.pricing_features_section .d-flex .left .top .title-32 {
  color: #FFFFFF;
}
.pricing_features_section .d-flex .left .top p {
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .pricing_features_section .d-flex .left img {
    display: none;
  }
}
.pricing_features_section .d-flex .left .btn_wrap {
  margin-top: 20px;
}
.pricing_features_section .d-flex .right {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 30px 20px;
  background-color: #F6F3E8;
}
@media (min-width: 992px) {
  .pricing_features_section .d-flex .right {
    max-width: calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
  }
}
@media (min-width: 1200px) {
  .pricing_features_section .d-flex .right {
    max-width: calc(100% - 420px);
    flex: 0 0 calc(100% - 420px);
    padding: 50px 30px;
  }
}
.pricing_features_section .d-flex .right .header-spacing {
  text-align: left;
}
.pricing_features_section .d-flex .right .check_sign_listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-count: 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pricing_features_section .d-flex .right .check_sign_listing li {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .pricing_features_section .d-flex .right .check_sign_listing li {
    max-width: 50%;
    flex: 0 0 50%;
    padding-right: 20px;
  }
}
.pricing_features_section.design_tool_pricing .d-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #212B36;
}
.pricing_features_section.design_tool_pricing .d-flex .left {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pricing_features_section.design_tool_pricing .d-flex .left {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .pricing_features_section.design_tool_pricing .d-flex .left {
    justify-content: unset;
  }
}
.pricing_features_section.design_tool_pricing .d-flex .left img {
  order: 1;
  max-height: 157px;
  margin: 0;
  text-align: left;
  max-width: 200px;
  flex: 0 0 200px;
  padding-right: 35px;
}
.pricing_features_section.design_tool_pricing .d-flex .left .top {
  order: 2;
  text-align: left;
  margin-bottom: 0;
  max-width: calc(100% - 210px);
  flex: 0 0 calc(100% - 210px);
}
@media (min-width: 0px) and (max-width: 767px) {
  .pricing_features_section.design_tool_pricing .d-flex .left .top {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .pricing_features_section.design_tool_pricing .d-flex .left .top {
    max-width: calc(100% - 200px - 210px);
    flex: 0 0 calc(100% - 200px - 210px);
  }
}
.pricing_features_section.design_tool_pricing .d-flex .left .top .title-32 {
  margin-bottom: 6px;
}
.pricing_features_section.design_tool_pricing .d-flex .left .top p {
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pricing_features_section.design_tool_pricing .d-flex .left .top p {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .pricing_features_section.design_tool_pricing .d-flex .left .top p {
    max-width: 650px;
    padding-right: 0;
  }
}
.pricing_features_section.design_tool_pricing .d-flex .left .btn_wrap {
  order: 3;
  margin-top: 0;
  max-width: 210px;
  flex: 0 0 210px;
  justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 767px) {
  .pricing_features_section.design_tool_pricing .d-flex .left .btn_wrap {
    margin-top: 15px;
  }
}
.pricing_features_section.design_tool_pricing .d-flex .middle {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 20px 20px;
}
@media (min-width: 1200px) {
  .pricing_features_section.design_tool_pricing .d-flex .middle {
    padding: 30px 30px;
    max-width: 650px;
    flex: 0 0 650px;
    border-right: 1px solid #212B36;
  }
}
@media (min-width: 1440px) {
  .pricing_features_section.design_tool_pricing .d-flex .middle {
    padding: 50px 30px;
    max-width: 885px;
    flex: 0 0 885px;
  }
}
.pricing_features_section.design_tool_pricing .d-flex .middle .header-spacing {
  text-align: left;
}
.pricing_features_section.design_tool_pricing .d-flex .middle .header-spacing p {
  font-size: 16px;
  line-height: 30px;
}
.pricing_features_section.design_tool_pricing .d-flex .middle .check_sign_listing {
  column-count: 1;
}
@media (min-width: 768px) {
  .pricing_features_section.design_tool_pricing .d-flex .middle .check_sign_listing {
    column-count: 2;
  }
}
.pricing_features_section.design_tool_pricing .d-flex .right {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 20px 20px;
}
@media (min-width: 1200px) {
  .pricing_features_section.design_tool_pricing .d-flex .right {
    padding: 30px 30px;
    max-width: calc(100% - 650px);
    flex: 0 0 calc(100% - 650px);
  }
}
@media (min-width: 1440px) {
  .pricing_features_section.design_tool_pricing .d-flex .right {
    padding: 50px 30px;
    max-width: calc(100% - 885px);
    flex: 0 0 calc(100% - 885px);
  }
}
.pricing_features_section.design_tool_pricing .d-flex .right .header-spacing {
  text-align: left;
}
.pricing_features_section.design_tool_pricing .d-flex .right .header-spacing p {
  font-size: 16px;
  line-height: 30px;
}
.pricing_features_section.design_tool_pricing .d-flex .right .check_sign_listing {
  column-count: 2;
}
@media (min-width: 1200px) {
  .pricing_features_section.design_tool_pricing .d-flex .right .check_sign_listing {
    column-count: 1;
  }
  .pricing_features_section.design_tool_pricing .d-flex .right .check_sign_listing li {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.banner_section .header-spacing {
  max-width: 900px;
}
.customization_section {
  background-color: #D8EDF5;
  border-radius: 24px;
  margin-bottom: -50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .customization_section {
    border-radius: 60px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.customization_section .header-spacing {
  max-width: 1040px;
}
.customization_section .customization_product .box_list {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -12px;
}
.customization_section .customization_product .box_list .box {
  padding: 15px;
  border: 1px solid #212B36;
  border-radius: 24px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  max-width: calc(50% - 24px);
  flex: 0 0 calc(50% - 24px);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  text-align: center;
}
@media (min-width: 992px) {
  .customization_section .customization_product .box_list .box {
    max-width: calc(33.33% - 24px);
    flex: 0 0 calc(33.33% - 24px);
    padding: 25px;
  }
}
@media (min-width: 1025px) {
  .customization_section .customization_product .box_list .box {
    max-width: calc(20% - 24px);
    flex: 0 0 calc(20% - 24px);
  }
}
.customization_section .customization_product .box_list .box img {
  width: 55px;
}
@media (min-width: 992px) {
  .customization_section .customization_product .box_list .box img {
    width: auto;
  }
}
.customization_section .customization_product .box_list .box span {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .customization_section .customization_product .box_list .box span {
    margin-top: 20px;
  }
}
.customization_section .customization_product .box_list .box:hover {
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-color: transparent;
}
.customization_section .customization_product .title-18 {
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .customization_section .customization_product .title-18 {
    margin-top: 50px;
  }
}
.customization_section .customization_product {
  margin-bottom: 50px;
}
.design_tool_pricing {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .design_tool_pricing {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .design_tool_pricing {
    padding-top: 80px;
  }
}
@media (min-width: 1440px) {
  .design_tool_pricing {
    padding-top: 100px;
  }
}
/*# sourceMappingURL=pricing.css.map */