@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap");
.text-white {
  color: #ffffff !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-gray {
  color: #62607A !important;
}

.text-dark-gray {
  color: #090729 !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-red {
  -moz-background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
  -webkit-background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
  background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
}

.bg-blue {
  -webkit-background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
  -moz-background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
  background: linear-gradient(315deg, rgba(114, 149, 242, 0.7) 0%, #7295F2 100%);
}

.bg-blue-solid {
  -webkit-background: #7295F2;
  -moz-background: #7295F2;
  background: #7295F2;
}

.btn-lg-primary {
  padding: 16px 24px 16px 16px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  background: linear-gradient(315deg, rgba(114, 149, 242, 0.7) 0%, #7295F2 100%);
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  border-radius: 8px;
  text-decoration: none;
}
.btn-lg-primary span {
  margin-right: 12px;
}
.btn-lg-primary:hover, .btn-lg-primary:focus {
  color: #ffffff;
  opacity: 0.95;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .btn-lg-primary {
    padding: 11px 16px 11px 11px;
    font-size: 11px;
    line-height: 15px;
  }
  .btn-lg-primary span {
    margin-right: 8px;
  }
  .btn-lg-primary span svg {
    width: 16px;
    height: 16px;
  }
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.text-xs {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #62607A;
}
@media only screen and (max-width: 767px) {
  .text-xs {
    font-size: 8.22353px;
    line-height: 11px;
  }
}

.product-shot-widget {
  position: relative;
}
.product-shot-widget .p-shot-xs {
  position: absolute;
  top: 0;
  left: 12px;
  max-width: 177px;
  padding: 12px 14px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 8px 16px rgba(9, 7, 41, 0.04);
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (max-width: 992px) {
  .product-shot-widget .p-shot-xs {
    font-size: 8.22353px;
    line-height: 11px;
    max-width: 130px;
    padding: 8px 10px;
  }
  .product-shot-widget .p-shot-xs .p-shot-icon svg {
    width: 17px;
    height: 17px;
  }
}
.product-shot-widget .p-shot-xs strong {
  font-weight: 700;
  color: #090729;
}
.product-shot-widget .p-shot-xs p.text-sm {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #62607A;
  margin: 4px 0 0;
}
@media only screen and (max-width: 992px) {
  .product-shot-widget .p-shot-xs p.text-sm {
    font-size: 6.85294px;
    line-height: 9px;
  }
}
@media only screen and (max-width: 992px) {
  .product-shot-widget .p-shot-xs-01 {
    top: 2px !important;
  }
}
.product-shot-widget .p-shot-xs-02 {
  top: 12px;
  left: auto;
  right: 0;
}
.product-shot-widget .p-shot-xs-03 {
  left: 0;
  top: auto;
  bottom: 0px;
}
@media only screen and (max-width: 992px) {
  .product-shot-widget .p-shot-xs-03 {
    left: 15px;
  }
}
.product-shot-widget .p-shot-w-icon {
  padding-left: 44px;
}
@media only screen and (max-width: 992px) {
  .product-shot-widget .p-shot-w-icon {
    padding-left: 30px;
  }
}
.product-shot-widget .p-shot-w-icon .p-shot-icon {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 14px;
}
@media only screen and (max-width: 992px) {
  .product-shot-widget .p-shot-w-icon .p-shot-icon {
    left: 8px;
  }
}

.product-shot-widget-01,
.product-shot-widget-05 {
  padding: 40px 40px 42px 64px;
}
@media only screen and (max-width: 992px) {
  .product-shot-widget-01,
.product-shot-widget-05 {
    padding: 40px 40px 30px 64px;
  }
}
.product-shot-widget-01 .btn-lg-primary,
.product-shot-widget-05 .btn-lg-primary {
  position: absolute;
  bottom: 0;
  right: 60px;
}
@media only screen and (max-width: 992px) {
  .product-shot-widget-01 .btn-lg-primary,
.product-shot-widget-05 .btn-lg-primary {
    right: 0px;
  }
}

.product-shot-holder {
  max-width: 396px;
  background: #ffffff;
  padding: 16px 24px 24px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
}
@media only screen and (max-width: 992px) {
  .product-shot-holder {
    min-width: 271px;
    padding: 10px 16px 16px;
  }
}
.product-shot-holder .text-xs {
  margin-bottom: 16px;
}
.product-shot-holder .questions-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-shot-holder .questions-list ul li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder .questions-list ul li {
    padding-left: 20px;
  }
}
.product-shot-holder .questions-list ul li span {
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 46px;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #62607A;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder .questions-list ul li span {
    font-size: 10.9647px;
    line-height: 30px;
    width: 16.45px;
  }
}
.product-shot-holder .questions-list ul li .question-input {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 12px;
  border: 1px solid #DEDEE1;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #090729;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder .questions-list ul li .question-input {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .product-shot-holder .questions-list ul li .question-input {
    font-size: 10.9647px;
    line-height: 15px;
    min-height: 31.45px;
    padding: 8px;
  }
}
.product-shot-holder .questions-list ul li:last-child {
  margin: 0;
}
.product-shot-holder .questions-list ul .active-hover .question-input {
  border: 2px solid #7295F2;
  background: #F3F5FA;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder .questions-list ul .active-hover .question-input {
    padding: 8px;
  }
}
.product-shot-holder .questions-list ul .active-hover .question-input span {
  position: relative;
  height: auto;
  width: auto;
  line-height: 22px;
  color: #2F82FF;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder .questions-list ul .active-hover .question-input span {
    line-height: 12px;
  }
}

.product-shot-widget-05 {
  padding: 44px 40px 20px 100px;
}
@media only screen and (max-width: 992px) {
  .product-shot-widget-05 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .product-shot-widget-05 {
    padding: 32px 40px 12px 66px;
  }
}
.product-shot-widget-05 .query-post {
  max-width: 335px;
}
@media only screen and (max-width: 992px) {
  .product-shot-widget-05 .query-post {
    max-width: 100%;
  }
}
.product-shot-widget-05 .query-post .questions-list ul li {
  padding-left: 0;
}
.product-shot-widget-05 .p-shot-xs-02 {
  right: 42px;
}
@media only screen and (max-width: 992px) {
  .product-shot-widget-05 .p-shot-xs-02 {
    right: 0;
  }
}
.product-shot-widget-05 .p-shot-xs-03 {
  left: 30px;
}
.product-shot-widget-05 .btn-lg-primary {
  right: 90px;
}
@media only screen and (max-width: 992px) {
  .product-shot-widget-05 .btn-lg-primary {
    right: 0;
    bottom: -5px;
  }
}

.product-questions-02 {
  max-width: 444px;
  padding: 24px;
}
@media only screen and (max-width: 992px) {
  .product-questions-02 {
    max-width: 400px;
  }
}
@media only screen and (max-width: 992px) {
  .product-questions-02 {
    max-width: 304px;
    padding: 16px;
  }
}
.product-questions-02 .questions-list ul li {
  min-height: 56px;
  margin-bottom: 8px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #090729;
}
@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li {
    font-size: 11px;
    line-height: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    min-height: 38px;
  }
}
.product-questions-02 .questions-list ul li span {
  height: 24px;
  line-height: 24px;
  top: 16px;
}
@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li span {
    top: 8px;
  }
}
.product-questions-02 .questions-list ul li.edit {
  background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 8px 16px rgba(9, 7, 41, 0.04);
  border-radius: 8px;
  width: 476px;
  height: 74px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  padding-left: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li.edit {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media only screen and (max-width: 992x) {
  .product-questions-02 .questions-list ul li.edit {
    height: 50px;
    font-size: 11px;
    line-height: 15px;
    width: 320px;
    padding-left: 30px;
  }
}
.product-questions-02 .questions-list ul li.edit span {
  left: 16px;
  color: #ffffff;
  top: 25px;
}
@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li.edit span {
    left: 8px;
    top: 13px;
  }
}
.product-questions-02 .questions-list ul li.edit .btn-edit {
  display: inline-block;
  background: #ffffff;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FE556C;
  border-radius: 4px;
  float: right;
}
@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li.edit .btn-edit {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li.edit .btn-edit {
    font-size: 11px;
    line-height: 15px;
    padding: 6px 11px;
  }
}
.product-questions-02 .questions-list ul li.edit .btn-edit:hover, .product-questions-02 .questions-list ul li.edit .btn-edit:focus {
  text-decoration: none;
}

.product-shot-holder-03 {
  padding: 20px 0;
  box-shadow: none;
  max-width: 100%;
  background: transparent;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-03 {
    padding-left: 15px;
    padding-top: 0;
  }
  .product-shot-holder-03 .product-shot-img img {
    max-width: 216px;
  }
}
.product-shot-holder-03 .questions-list {
  position: absolute;
  top: 72px;
  left: 176px;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-03 .questions-list {
    left: 135px;
    top: 35px;
  }
}
.product-shot-holder-03 .questions-list ul {
  list-style: none;
}
.product-shot-holder-03 .questions-list ul li {
  width: 300px;
  padding: 20px 16px 20px 52px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #62607A;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-03 .questions-list ul li {
    width: 205px;
    font-size: 9px;
    line-height: 12px;
    padding: 13px 11px 13px 30px;
  }
}
.product-shot-holder-03 .questions-list ul li span {
  top: 20px;
  left: 16px;
  margin-right: 12px;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-03 .questions-list ul li span {
    font-size: 9px;
    line-height: 12px;
    left: 12px;
    top: 14px;
  }
}
.product-shot-holder-03 .questions-list ul .bg-orange {
  background: #FFBD80;
  height: 60px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-03 .questions-list ul .bg-orange {
    font-size: 9px;
    line-height: 12px;
    height: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .product-shot-holder-03 .questions-list ul .bg-orange span svg {
    width: 14px;
    height: 14px;
  }
}
.product-shot-holder-03 .questions-list ul .ml-24 {
  margin-left: 24px;
}

.product-shot-img img {
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  border-radius: 12px;
}

.product-shot-holder-04 {
  padding: 64px 0 24px 81px;
  box-shadow: none;
  max-width: 500px;
  background: transparent;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-04 {
    padding: 50px 0 0 60px;
  }
}
.product-shot-holder-04 .product-shot-img span {
  position: absolute;
  z-index: 3;
  left: -26px;
  bottom: -24px;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-04 .product-shot-img span {
    left: -18px;
    bottom: -16px;
  }
}
.product-shot-holder-04 .product-shot-img span img {
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  border-radius: 8px;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-04 .product-shot-img span img {
    width: 38px;
  }
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-04 .product-shot-img > img {
    max-width: 172px;
  }
}
.product-shot-holder-04 .f-fact {
  max-width: 209px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #090729;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-04 .f-fact {
    font-size: 9px;
    line-height: 11px;
    padding: 13px;
    max-width: 144px;
  }
}
.product-shot-holder-04 .f-fact span {
  font-weight: 700;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: #62607A;
  display: block;
  margin-bottom: 6px;
}
.product-shot-holder-04 .applicant-info {
  position: absolute;
  top: 120px;
  right: 0;
  padding: 20px 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #090729;
  width: 190px;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-04 .applicant-info {
    width: 132px;
    padding: 14px 16px;
    font-size: 9px;
    line-height: 11px;
    top: 85px;
    right: auto;
    left: 215px;
  }
}
.product-shot-holder-04 .applicant-info span {
  margin-right: 4px;
}
.product-shot-holder-04 .applicant-info .info-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-04 .applicant-info .info-row .icon svg {
    width: 14px;
    height: 14px;
  }
}
.product-shot-holder-04 .applicant-info .info-row:last-child {
  margin: 0;
}

.pl-lg {
  padding-left: 105px;
}
@media only screen and (max-width: 1199px) {
  .pl-lg {
    padding-left: 0;
  }
}

/*# new added css for product shots */
.btn-lg-primary {
  padding: 16px 24px 16px 16px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  background: linear-gradient(315deg, rgba(114, 149, 242, 0.7) 0%, #7295F2 100%);
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  border-radius: 8px;
  text-decoration: none;
}

.btn-lg-primary span {
  margin-right: 12px;
}

.btn-lg-primary:hover, .btn-lg-primary:focus {
  color: #ffffff;
  opacity: 0.95;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .btn-lg-primary {
    padding: 11px 16px 11px 11px;
    font-size: 11px;
    line-height: 15px;
  }

  .btn-lg-primary span {
    margin-right: 8px;
  }

  .btn-lg-primary span svg {
    width: 16px;
    height: 16px;
  }
}
.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.text-xs {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #62607A;
}

@media only screen and (max-width: 992px) {
  .text-xs {
    font-size: 12px;
    line-height: 11px;
  }
}
.product-shot-widget {
  position: relative;
}

.product-shot-widget .p-shot-xs {
  position: absolute;
  top: -11px;
  left: 12px;
  max-width: 177px;
  padding: 12px 14px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 8px 16px rgba(9, 7, 41, 0.04);
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (max-width: 992px) {
  .product-shot-widget .p-shot-xs {
    font-size: 8.22353px;
    line-height: 11px;
    max-width: 130px;
    padding: 8px 10px;
  }

  .product-shot-widget .p-shot-xs .p-shot-icon svg {
    width: 17px;
    height: 17px;
  }
}
.product-shot-widget .p-shot-xs strong {
  font-weight: 700;
  color: #090729;
}

.product-shot-widget .p-shot-xs p.text-sm {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #62607A;
  margin: 4px 0 0;
}

@media only screen and (max-width: 992x) {
  .product-shot-widget .p-shot-xs p.text-sm {
    font-size: 6.85294px;
    line-height: 9px;
  }
}
.product-shot-widget .p-shot-xs-02 {
  top: 12px;
  left: auto;
  right: 23px;
}

.product-shot-widget .p-shot-xs-03 {
  left: 0;
  top: auto;
  bottom: -5px;
}

@media only screen and (max-width: 992px) {
  .product-shot-widget .p-shot-xs-03 {
    left: 15px;
  }
}
.product-shot-widget .p-shot-w-icon {
  padding-left: 44px;
}

@media only screen and (max-width: 992px) {
  .product-shot-widget .p-shot-w-icon {
    padding-left: 30px;
  }
}
.product-shot-widget .p-shot-w-icon .p-shot-icon {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 14px;
}

@media only screen and (max-width: 992px) {
  .product-shot-widget .p-shot-w-icon .p-shot-icon {
    left: 8px;
  }
}
.product-shot-widget-01,
.product-shot-widget-05 {
  padding: 40px 40px 42px 64px;
}

@media only screen and (max-width: 992px) {
  .product-shot-widget-01,
.product-shot-widget-05 {
    padding: 40px 40px 30px 64px;
  }
}
.product-shot-widget-01 .btn-lg-primary,
.product-shot-widget-05 .btn-lg-primary {
  position: absolute;
  bottom: 0;
  right: 80px;
}

@media only screen and (max-width: 992px) {
  .product-shot-widget-01 .btn-lg-primary,
.product-shot-widget-05 .btn-lg-primary {
    right: 0px;
  }
}
.product-shot-holder {
  max-width: 396px;
  background: #ffffff;
  padding: 16px 24px 24px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
}

@media only screen and (max-width: 992px) {
  .product-shot-holder {
    min-width: 271px;
    padding: 10px 16px 16px;
  }
}
.product-shot-holder .text-xs {
  margin-bottom: 16px;
}

.product-shot-holder .questions-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-shot-holder .questions-list ul li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 24px;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder .questions-list ul li {
    padding-left: 20px;
  }
}
.product-shot-holder .questions-list ul li span {
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 46px;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #62607A;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder .questions-list ul li span {
    font-size: 10.9647px;
    line-height: 30px;
    width: 16.45px;
  }
}
.product-shot-holder .questions-list ul li .question-input {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 12px;
  border: 1px solid #DEDEE1;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #090729;
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder .questions-list ul li .question-input {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .product-shot-holder .questions-list ul li .question-input {
    font-size: 10.9647px;
    line-height: 15px;
    min-height: 31.45px;
    padding: 8px;
  }
}
.product-shot-holder .questions-list ul li:last-child {
  margin: 0;
}

.product-shot-holder .questions-list ul .active-hover .question-input {
  border: 2px solid #7295F2;
  background: #F3F5FA;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder .questions-list ul .active-hover .question-input {
    padding: 8px;
  }
}
.product-shot-holder .questions-list ul .active-hover .question-input span {
  position: relative;
  height: auto;
  width: auto;
  line-height: 22px;
  color: #2F82FF;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder .questions-list ul .active-hover .question-input span {
    line-height: 12px;
  }
}
.product-shot-widget-05 {
  padding: 44px 40px 20px 100px;
}

@media only screen and (max-width: 992px) {
  .product-shot-widget-05 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .product-shot-widget-05 {
    margin-top: 35px;
    padding: 32px 40px 12px 66px;
  }
}
.product-shot-widget-05 .query-post {
  max-width: 335px;
}

@media only screen and (max-width: 992px) {
  .product-shot-widget-05 .query-post {
    max-width: 100%;
  }
}
.product-shot-widget-05 .query-post .questions-list ul li {
  padding-left: 0;
}

.product-shot-widget-05 .p-shot-xs-02 {
  right: 42px;
}

@media only screen and (max-width: 992px) {
  .product-shot-widget-05 .p-shot-xs-02 {
    right: 0;
  }
}
.product-shot-widget-05 .p-shot-xs-03 {
  left: 30px;
}

.product-shot-widget-05 .btn-lg-primary {
  right: 90px;
}

@media only screen and (max-width: 992px) {
  .product-shot-widget-05 .btn-lg-primary {
    right: 0;
    bottom: -5px;
  }
}
.product-questions-02 {
  max-width: 444px;
  padding: 24px;
}

@media only screen and (max-width: 992px) {
  .product-questions-02 {
    max-width: 400px;
  }
}
@media only screen and (max-width: 992px) {
  .product-questions-02 {
    max-width: 315px;
    padding: 16px;
    margin-top: 30px;
  }
}
.product-questions-02 .questions-list ul li {
  min-height: 56px;
  margin-bottom: 8px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #090729;
}

@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li {
    font-size: 12px;
    line-height: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    min-height: 38px;
  }
}
.product-questions-02 .questions-list ul li span {
  height: 24px;
  line-height: 24px;
  top: 16px;
}

@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li span {
    top: 8px;
  }
}
.product-questions-02 .questions-list ul li.edit {
  background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 8px 16px rgba(9, 7, 41, 0.04);
  border-radius: 8px;
  width: 476px;
  height: 74px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  padding-left: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li.edit {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li.edit {
    height: 50px;
    font-size: 12px;
    line-height: 15px;
    width: 320px;
    padding-left: 30px;
  }
}
.product-questions-02 .questions-list ul li.edit span {
  left: 16px;
  color: #ffffff;
  top: 25px;
}

@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li.edit span {
    left: 8px;
    top: 13px;
  }
}
.product-questions-02 .questions-list ul li.edit .btn-edit {
  display: inline-block;
  background: #ffffff;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FE556C;
  border-radius: 4px;
  float: right;
}

@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li.edit .btn-edit {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .product-questions-02 .questions-list ul li.edit .btn-edit {
    font-size: 11px;
    line-height: 15px;
    padding: 6px 11px;
  }
}
.product-questions-02 .questions-list ul li.edit .btn-edit:hover, .product-questions-02 .questions-list ul li.edit .btn-edit:focus {
  text-decoration: none;
}

.product-shot-holder-03 {
  padding: 20px 0;
  box-shadow: none;
  max-width: 100%;
  background: transparent;
}

.product-shot-holder-03 .product-shot-img img {
  max-width: 316px;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder-03 {
    margin-top: 25px;
    padding-left: 15px;
    padding-top: 0;
    margin-left: 5px;
  }

  .product-shot-holder-03 .product-shot-img img {
    max-width: 250px;
  }
}
.product-shot-holder-03 .questions-list {
  position: absolute;
  top: 72px;
  left: 176px;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder-03 .questions-list {
    left: 125px;
    top: 35px;
  }
}
.product-shot-holder-03 .questions-list ul {
  list-style: none;
}

.product-shot-holder-03 .questions-list ul li {
  width: 300px;
  padding: 20px 16px 20px 52px;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #62607A;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  margin-bottom: 8px;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder-03 .questions-list ul li {
    width: 205px;
    font-size: 10px;
    line-height: 12px;
    padding: 13px 11px 13px 30px;
  }
}
.product-shot-holder-03 .questions-list ul li span {
  top: 20px;
  left: 16px;
  margin-right: 12px;
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder-03 .questions-list ul li span {
    font-size: 9px;
    line-height: 12px;
    left: 12px;
    top: 14px;
  }
}
.product-shot-holder-03 .questions-list ul .bg-orange {
  background: #FFBD80;
  height: 60px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}

@media only screen and (max-width: 992x) {
  .product-shot-holder-03 .questions-list ul .bg-orange {
    font-size: 10px;
    line-height: 12px;
    height: 40px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .product-shot-holder-03 .questions-list ul .bg-orange span svg {
    width: 14px;
    height: 14px;
  }
}
.product-shot-holder-03 .questions-list ul .ml-24 {
  margin-left: 24px;
}

.product-shot-img img {
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  border-radius: 12px;
}

.product-shot-holder-04 {
  padding: 64px 0 24px 81px;
  box-shadow: none;
  max-width: 500px;
  background: transparent;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder-04 {
    padding: 50px 0 0 60px;
  }
}
.product-shot-holder-04 .product-shot-img img {
  max-width: 252px;
}

.product-shot-holder-04 .product-shot-img span {
  position: absolute;
  z-index: 3;
  left: -26px;
  bottom: -24px;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder-04 .product-shot-img span {
    left: -18px;
    bottom: -16px;
  }
}
.product-shot-holder-04 .product-shot-img span img {
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  border-radius: 8px;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder-04 .product-shot-img span img {
    width: 38px;
  }
}
@media only screen and (max-width: 992px) {
  .product-shot-holder-04 .product-shot-img > img {
    max-width: 220px;
  }
}
.product-shot-holder-04 .f-fact {
  max-width: 209px;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #090729;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder-04 .f-fact {
    font-size: 9px;
    line-height: 11px;
    padding: 13px;
    max-width: 144px;
  }
}
.product-shot-holder-04 .f-fact span {
  font-weight: 700;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: #62607A;
  display: block;
  margin-bottom: 6px;
}

.product-shot-holder-04 .applicant-info {
  position: absolute;
  top: 120px;
  right: 0;
  padding: 20px 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #090729;
  width: 190px;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder-04 .applicant-info {
    width: 132px;
    padding: 14px 16px;
    font-size: 9px;
    line-height: 11px;
    top: 85px;
    right: auto;
    left: 215px;
  }
}
.product-shot-holder-04 .applicant-info span {
  margin-right: 4px;
}

.product-shot-holder-04 .applicant-info .info-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

@media only screen and (max-width: 992px) {
  .product-shot-holder-04 .applicant-info .info-row .icon svg {
    width: 14px;
    height: 14px;
  }
}
.product-shot-holder-04 .applicant-info .info-row:last-child {
  margin: 0;
}

.pl-lg {
  padding-left: 105px;
}

@media only screen and (max-width: 1199px) {
  .pl-lg {
    padding-left: 0;
  }
}
:root {
  --menu-icon-width: 32px;
  --menu-icon-bar-height: 2.5px;
  --menu-icon-bar-gap: 6px;
  --menu-icon-bar-color: #fff;
  --menu-icon-bar-color-alt: #090729;
  --animation-timing: 350ms ease-out;
  --menu-icon-height: calc(var(--menu-icon-bar-height) * 3 + var(--menu-icon-bar-gap) * 2);
  --menu-item-y-offset: 16px;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slide-up {
  from {
    transform: translateY(var(--menu-item-y-offset));
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes slide-up {
  from {
    transform: translateY(var(--menu-item-y-offset));
  }
  to {
    transform: translateY(0);
  }
}
@-o-keyframes slide-up {
  from {
    transform: translateY(var(--menu-item-y-offset));
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-up {
  from {
    transform: translateY(var(--menu-item-y-offset));
  }
  to {
    transform: translateY(0);
  }
}
.menu-icon {
  --x-width: calc(var(--menu-icon-height) * 1.4142);
  display: flex;
  flex-direction: column;
  width: var(--menu-icon-width);
  gap: var(--menu-icon-bar-gap);
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.menu-icon input {
  appearance: none;
  padding: 0;
  margin: 0;
  outline: none;
  pointer-events: none;
}
.menu-icon input:checked {
  opacity: 0;
  width: 0;
}
.menu-icon::after, .menu-icon::before, .menu-icon input {
  content: "";
  width: var(--menu-icon-width);
  height: var(--menu-icon-bar-height);
  background: var(--menu-icon-bar-color);
  border-radius: var(--menu-icon-bar-height);
  transform-origin: left center;
  -webkit-transition: opacity var(--animation-timing), transform var(--animation-timing), width var(--animation-timing), rotate var(--animation-timing), translate var(--animation-timing);
  -moz-transition: opacity var(--animation-timing), transform var(--animation-timing), width var(--animation-timing), rotate var(--animation-timing), translate var(--animation-timing);
  -o-transition: opacity var(--animation-timing), transform var(--animation-timing), width var(--animation-timing), rotate var(--animation-timing), translate var(--animation-timing);
  transition: opacity var(--animation-timing), transform var(--animation-timing), width var(--animation-timing), rotate var(--animation-timing), translate var(--animation-timing);
}
.menu-icon::after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  transform: translateX(-12px);
}
.menu-icon:has(input:checked)::before {
  rotate: 45deg;
  width: var(--x-width);
  translate: 0 calc(var(--menu-icon-bar-height) / -2);
}
.menu-icon:has(input:checked)::after {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  rotate: -45deg;
  width: var(--x-width);
  translate: 0 calc(var(--menu-icon-bar-height) / 2);
}

.sticky-header .menu-icon::after, .sticky-header .menu-icon::before, .sticky-header .menu-icon input {
  background: var(--menu-icon-bar-color-alt);
}

.main-header:has(input:checked) ~ .offcanvas {
  display: block;
  -webkit-animation: fade-in var(--animation-timing);
  -moz-animation: fade-in var(--animation-timing);
  -o-animation: fade-in var(--animation-timing);
  animation: fade-in var(--animation-timing);
  animation-fill-mode: forwards;
}
.main-header:has(input:checked) ~ .offcanvas .mynav-item:nth-child(1) {
  -webkit-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  -moz-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  -o-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  animation-delay: 250ms;
  animation-fill-mode: forwards;
}
.main-header:has(input:checked) ~ .offcanvas .mynav-item:nth-child(2) {
  -webkit-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  -moz-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  -o-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  animation-delay: 400ms;
  animation-fill-mode: forwards;
}
.main-header:has(input:checked) ~ .offcanvas .mynav-item:nth-child(3) {
  -webkit-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  -moz-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  -o-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  animation-delay: 550ms;
  animation-fill-mode: forwards;
}
.main-header:has(input:checked) ~ .offcanvas .mynav-item:nth-child(4) {
  -webkit-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  -moz-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  -o-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  animation-delay: 700ms;
  animation-fill-mode: forwards;
}
.main-header:has(input:checked) ~ .offcanvas .mynav-item:nth-child(5) {
  -webkit-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  -moz-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  -o-animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  animation: fade-in var(--animation-timing), slide-up var(--animation-timing);
  animation-delay: 850ms;
  animation-fill-mode: forwards;
}

.offcanvas .mynav-item {
  opacity: 0;
  -webkit-transform: translateY(var(--menu-item-y-offset));
  -moz-transform: translateY(var(--menu-item-y-offset));
  -o-transform: translateY(var(--menu-item-y-offset));
  transform: translateY(var(--menu-item-y-offset));
}
.offcanvas .mynav-item.await-fade-out {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.offcanvas.await-fade-out {
  display: block;
  opacity: 1;
  -webkit-animation: fade-out 300ms ease-in-out;
  -moz-animation: fade-out 300ms ease-in-out;
  -o-animation: fade-out 300ms ease-in-out;
  animation: fade-out 300ms ease-in-out;
  animation-fill-mode: forwards;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
}

body {
  background: #ffffff;
  color: #2f4f4f;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

a {
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
a:hover {
  opacity: 0.8;
}

p {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #090729;
}

h1 {
  font-size: 54px;
  line-height: 64px;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 54px;
  }
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h3 {
  font-size: 24px;
  line-height: 33px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 25px;
}

ol, ul {
  padding-left: 25px;
  margin-bottom: 25px;
}
ol li, ul li {
  margin-bottom: 6px;
}

.clear {
  clear: both;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.div-center {
  display: table;
  margin: 0 auto;
}

.mytable {
  display: table;
  width: 100%;
  height: 100%;
}

.fixed-table-layout {
  table-layout: fixed;
}

.table-cell {
  display: table-cell;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
}

.btn-sm {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding: 12px;
  height: 44px;
  background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
  border-radius: 4px;
  border: 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.btn-primary, .btn-border {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding: 12.5px 32px;
  height: 44px;
  background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
  border-radius: 4px;
  border: 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn-primary img, .btn-border img {
  margin-left: 14px;
}
.btn-primary:hover, .btn-primary:focus, .btn-border:hover, .btn-border:focus {
  box-shadow: none;
  opacity: 0.8;
}
@media only screen and (max-width: 776px) {
  .btn-primary, .btn-border {
    display: block;
    width: 100%;
    height: 65px;
    padding: 22px 32px;
    font-size: 16px;
  }
}

.btn-border {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn-border:hover, .btn-border:focus {
  background: #ffffff;
  color: #FE556C !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.mt-100 {
  margin-top: 100px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.main-header {
  position: fixed;
  height: 64px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 0;
  background: transparent;
}
.main-header .header-wrapper {
  position: relative;
}
.main-header .toggle {
  display: none;
  position: absolute;
  right: 15px;
  top: 8px;
}
@media only screen and (max-width: 767px) {
  .main-header .toggle {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
.main-header .header-logo {
  width: 150px;
  height: 47px;
  position: relative;
}
.main-header .header-logo img {
  position: absolute;
  top: 0;
  left: 0;
}
.main-header .header-logo img:last-child {
  visibility: hidden;
  opacity: 0;
}
.main-header .mynav ul li {
  display: table;
  float: left;
  margin-bottom: 0;
  margin-left: 8px;
}
.main-header .mynav ul li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-decoration: none;
}
.main-header .mynav ul li .faq {
  margin-right: 32px;
}
@media only screen and (max-width: 767px) {
  .main-header .mynav {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .main-header .container {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
  }
}

.sticky-header {
  background: #ffffff;
  z-index: 9;
  border: 1px solid #DEDEE1;
}
.sticky-header .header-logo img:first-child {
  visibility: hidden;
  opacity: 0;
}
.sticky-header .header-logo img:last-child {
  visibility: visible;
  opacity: 1;
}
.sticky-header .mynav ul li a {
  color: #090729;
}
.sticky-header .mynav ul li a:hover, .sticky-header .mynav ul li a:focus {
  color: #FE556C;
}
.sticky-header .mynav ul li .btn-border {
  border-color: #090729;
}
.sticky-header .mynav ul li .btn-border:hover, .sticky-header .mynav ul li .btn-border:focus {
  color: #ffffff !important;
  border-color: #FE556C;
  -moz-background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
  -webkit-background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
  background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
}
.sticky-header .mynav ul li .btn-primary {
  color: #ffffff;
}
.sticky-header .mynav ul li .btn-primary:hover, .sticky-header .mynav ul li .btn-primary:focus {
  color: #ffffff;
}

.hero-wrapper {
  position: relative;
  overflow: hidden;
}

.hero {
  position: relative;
  width: 100%;
  height: 752px;
  background: url(../images/hero-bg-lg.svg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 160px;
}
@media only screen and (max-width: 1441px) {
  .hero {
    background: url(../images/hero-bg.svg) no-repeat;
  }
}
.hero .hero-xs {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .hero {
    height: auto;
    background: url(../images/hero-bg-xs.svg) no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-top: 75px;
    padding-bottom: 110px;
  }
  .hero .hero-lg {
    display: none !important;
  }
  .hero .hero-xs {
    display: block !important;
    margin-bottom: 24px;
  }
  .hero .hero-video {
    display: table;
  }
}
.hero:before, .hero:after {
  position: absolute;
  content: "";
  background-size: cover;
}
.hero:before {
  top: 0;
  left: 0;
  width: 513px;
  height: 131px;
  background: url(../images/hero-lt.svg) no-repeat;
}
.hero:after {
  top: 64px;
  right: 0;
  width: 152px;
  height: 329px;
  background: url(../images/hero-rt.svg) no-repeat;
}
@media only screen and (max-width: 1650px) {
  .hero:after {
    right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero:after {
    display: none !important;
  }
}
.hero .container:after {
  content: "";
  position: absolute;
  right: -60px;
  z-index: 2;
  bottom: -128px;
  width: 267px;
  height: 242px;
  background: url(../images/hero-btm.svg) no-repeat;
}
@media only screen and (max-width: 992px) {
  .hero .container:after {
    display: none !important;
  }
}
.hero h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 49px;
  letter-spacing: -1px;
}
.hero h1 span {
  background: linear-gradient(221.05deg, #DBFF00 50.28%, rgba(219, 255, 0, 0.5) 110.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 800;
  }
}
.hero ul li {
  line-height: 22px;
}
.hero ul li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  text-align: center;
}
.hero .hero-caption p {
  font-size: 28px;
  line-height: 35px;
}
.hero .hero-caption b {
  background: linear-gradient(221.05deg, #DBFF00 50.28%, rgba(219, 255, 0, 0.5) 110.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-section {
  padding: 0px 0 250px 0px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 992px) {
  .about-section {
    padding: 70px 0 0;
  }
}
.about-section .container {
  position: relative;
}
.about-section .container:after {
  content: "";
  position: absolute;
  bottom: -210px;
  right: -250px;
  width: 372px;
  height: 387px;
  background: url(../images/img-04.svg) no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1650px) {
  .about-section .container:after {
    right: -450px;
    bottom: -270px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-section .container:after {
    display: none;
  }
}
.about-section .about-content {
  padding-top: 5px;
  padding-left: 50px;
  position: relative;
  z-index: 2;
}
.about-section .about-content p {
  line-height: 32px;
  width: 80%;
  font-size: 19px;
}
@media only screen and (max-width: 992px) {
  .about-section .about-content {
    padding-top: 40px;
    text-align: center;
  }
}

.hero-video-holder {
  -moz-filter: drop-shadow(0px 0px 4px rgba(9, 7, 41, 0.02)) drop-shadow(0px 16px 32px rgba(9, 7, 41, 0.08));
  -webkit-filter: drop-shadow(0px 0px 4px rgba(9, 7, 41, 0.02)) drop-shadow(0px 16px 32px rgba(9, 7, 41, 0.08));
  filter: drop-shadow(0px 0px 4px rgba(9, 7, 41, 0.02)) drop-shadow(0px 16px 32px rgba(9, 7, 41, 0.08));
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
.hero-video-holder .overlay-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.hero-video-holder .overlay-bg:hover {
  background: rgba(0, 0, 0, 0.3);
}
.hero-video-holder .overlay-bg .play-btn {
  background: transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.hero-video-holder .overlay-bg .play-btn:hover, .hero-video-holder .overlay-bg .play-btn:focus {
  opacity: 0.8;
}
@media only screen and (max-width: 992px) {
  .hero-video-holder .hero-video {
    display: table;
    margin: 0 auto;
  }
}

.about-questions {
  padding: 36px 0 48px 100px;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .about-questions {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-questions {
    margin-left: 0;
    padding: 20px 0 90px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .show-lg {
    display: none;
  }
}

.show-xs {
  display: none;
}
@media only screen and (max-width: 767px) {
  .show-xs {
    display: block;
    margin-bottom: 25px;
  }
}

.video-holder {
  width: 164px;
  border-radius: 8px;
  -moz-filter: drop-shadow(0px 0px 4px rgba(9, 7, 41, 0.02)) drop-shadow(0px 16px 32px rgba(9, 7, 41, 0.08));
  -webkit-filter: drop-shadow(0px 0px 4px rgba(9, 7, 41, 0.02)) drop-shadow(0px 16px 32px rgba(9, 7, 41, 0.08));
  filter: drop-shadow(0px 0px 4px rgba(9, 7, 41, 0.02)) drop-shadow(0px 16px 32px rgba(9, 7, 41, 0.08));
  z-index: 2;
}
.video-holder video {
  width: 100%;
  border-radius: 8px;
  position: relative;
  z-index: 3;
  height: 218px;
}
.video-holder .video-thumbs {
  position: absolute;
  -moz-filter: drop-shadow(0px 0px 4px rgba(9, 7, 41, 0.02)) drop-shadow(0px 16px 32px rgba(9, 7, 41, 0.08));
  -webkit-filter: drop-shadow(0px 0px 4px rgba(9, 7, 41, 0.02)) drop-shadow(0px 16px 32px rgba(9, 7, 41, 0.08));
  filter: drop-shadow(0px 0px 4px rgba(9, 7, 41, 0.02)) drop-shadow(0px 16px 32px rgba(9, 7, 41, 0.08));
  border-radius: 8px;
}
.video-holder .thumb-lt {
  top: -36px;
  left: -60px;
  z-index: 2;
}
.video-holder .thumb-rt {
  top: -24px;
  right: -56px;
}
.video-holder .thumb-btm {
  left: -19px;
  bottom: -38px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .video-holder .thumb-lt {
    top: -20px;
    left: -40px;
    z-index: 2;
  }
  .video-holder .thumb-rt {
    top: -10px;
    right: -68px;
    z-index: 4;
  }
  .video-holder .thumb-btm {
    left: -19px;
    bottom: -38px;
    z-index: 3;
  }
  .video-holder video {
    left: 20px;
  }
}

.product-shot-img {
  top: 8px;
}

.why-section {
  overflow: hidden;
}
.why-section .bg-xs {
  display: none;
}
@media only screen and (max-width: 767px) {
  .why-section .why-section-wrapper {
    background: url(../images/why-bg-sm.svg) no-repeat;
    background-size: cover;
    padding: 215px 0 155px;
  }
}
.why-section .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: -550px;
  width: 2171px;
  height: 1600px;
  background: url(../images/why-bg.svg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1650px) {
  .why-section .container:before {
    left: -600px;
  }
}
@media only screen and (max-width: 767px) {
  .why-section .container:before {
    display: none;
  }
}
.why-section .container .why-content {
  padding: 235px 0 120px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 992px) {
  .why-section .container .why-content {
    padding: 220px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .why-section .container .why-content {
    padding: 0;
  }
}
.why-section .container .why-content .p-features-holder {
  padding: 32px;
  border-radius: 8px;
  margin-top: 40px;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
}
@media only screen and (max-width: 992px) {
  .why-section .container .why-content .p-features-holder {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .why-section .container .why-content .p-features-holder {
    padding: 16px;
    margin-bottom: 120px;
  }
}
.why-section .container .why-content .p-features-holder .row-12 {
  margin-left: -12px;
  margin-right: -12px;
}
.why-section .container .why-content .p-features-holder .row-6 {
  margin-left: -6px;
  margin-right: -6px;
}
.why-section .container .why-content .p-features-holder .f-col {
  width: 50%;
  float: left;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (max-width: 767px) {
  .why-section .container .why-content .p-features-holder .f-col {
    width: 100%;
    padding-right: 12px !important;
  }
}
.why-section .container .why-content .p-features-holder .f-col h3 {
  border-bottom: 1px solid rgba(98, 96, 122, 0.1);
  padding-bottom: 19px;
  margin-bottom: 20px;
  padding-left: 16px;
}
.why-section .container .why-content .p-features-holder .f-col .check-list {
  padding-left: 16px;
}
.why-section .container .why-content .p-features-holder .f-col .features-list-holder {
  padding-left: 15px;
  padding-right: 15px;
}
.why-section .container .why-content .p-features-holder .f-col .features-list-holder ul {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .why-section .container .why-content .p-features-holder .f-col .features-list-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .why-section .container .why-content .p-features-holder .f-col.pl-0 {
    margin-top: 32px;
    padding-left: 12px !important;
  }
}
.why-section .container .why-us {
  padding: 100px 0px 20px 0px;
}
@media only screen and (max-width: 1199px) {
  .why-section .container .why-us {
    padding: 50px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .why-section .container .why-us {
    padding: 120px 0 20px;
  }
}

.check-list li,
.check-list-02 li,
.cross-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
}
.check-list li:before,
.check-list-02 li:before,
.cross-list li:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/check-icon.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.cross-list li:before {
  background: url(../images/cross-icon.svg) no-repeat;
}

.check-list-02 li:before {
  background: url(../images/check-icon-02.svg) no-repeat;
}

.f-widget {
  margin-top: 20px;
}
.f-widget .f-widget-title {
  margin: 16px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.f-widget p {
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 18px;
  line-height: 32px;
}

.testimonial-slider .testimonial-holder {
  padding: 40px 15px 70px 15px;
}
.testimonial-slider .testimonial-holder .testimonial-widget {
  border-radius: 8px;
  padding: 24px;
}
.testimonial-slider .testimonial-holder .testimonial-widget p {
  margin-bottom: 0;
}
.testimonial-slider .slick-arrow {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
  outline: none;
}
.testimonial-slider .slick-prev {
  background: url(../images/arw-left.svg) no-repeat;
  left: 46%;
}
@media only screen and (max-width: 992px) {
  .testimonial-slider .slick-prev {
    left: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-slider .slick-prev {
    left: 38%;
  }
}
.testimonial-slider .slick-next {
  background: url(../images/arw-right.svg) no-repeat;
  right: 46%;
}
@media only screen and (max-width: 992px) {
  .testimonial-slider .slick-next {
    right: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-slider .slick-next {
    right: 38%;
  }
}

.testimonial-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .testimonial-lg {
    display: none;
  }

  .testimonial-mobile {
    display: block;
  }
  .testimonial-mobile .testimonial-holder {
    padding: 40px 0 50px 0;
  }
  .testimonial-mobile .testimonial-holder .testimonial-widget {
    margin-bottom: 24px;
  }
}
.how-to-use-section p {
  line-height: 32px;
  font-size: 19px;
}
@media only screen and (max-width: 992px) {
  .how-to-use-section {
    padding: 20px 0 160px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-use-section {
    padding: 70px 0 160px;
  }
}
.how-to-use-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  width: 226.25px;
  height: 175.44px;
  background: url(../images/img-05.svg) no-repeat;
}
@media only screen and (max-width: 992px) {
  .how-to-use-section:before {
    top: -150px;
    z-index: -1;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-use-section:before {
    top: 16%;
    display: none;
  }
}
.how-to-use-section .how-to-use-steps .steps-content h5 {
  font-weight: 700;
}
.how-to-use-section .how-to-use-steps .steps-content h5 span {
  width: 32px;
  display: inline-block;
}
.how-to-use-section .how-to-use-steps .steps-content p {
  line-height: 32px;
  width: 90%;
  font-size: 19px;
  padding-left: 32px;
}
@media only screen and (max-width: 1199px) {
  .how-to-use-section .how-to-use-steps .steps-content p {
    max-width: 220px;
  }
}
@media only screen and (max-width: 992px) {
  .how-to-use-section .how-to-use-steps .steps-content p {
    max-width: 100%;
  }
}
.how-to-use-section .how-to-use-steps .steps-img img {
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
}
.how-to-use-section .how-to-use-steps .steps-img-02::before, .how-to-use-section .how-to-use-steps .product-shot-widget-01::before {
  content: "";
  width: 360px;
  height: 359px;
  top: 40px;
  left: -290px;
  position: absolute;
  z-index: -1;
  background: url(../images/img-06.svg) no-repeat;
}
@media only screen and (max-width: 767px) {
  .how-to-use-section .how-to-use-steps .steps-img-02::before, .how-to-use-section .how-to-use-steps .product-shot-widget-01::before {
    top: -45px;
    left: -160px;
  }
}
.how-to-use-section .how-to-use-steps .steps-content-4::after {
  content: "";
  width: 551px;
  height: 560px;
  top: -465px;
  right: -415px;
  position: absolute;
  z-index: -1;
  background: url(../images/img-07.svg) no-repeat;
}
@media only screen and (min-width: 1650px) {
  .how-to-use-section .how-to-use-steps .steps-content-4::after {
    right: -445px;
  }
}
@media only screen and (max-width: 1199px) {
  .how-to-use-section .how-to-use-steps .steps-content-4::after {
    display: none;
  }
}

.cta-holder {
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  margin-bottom: 100px;
}
.cta-holder p {
  margin: 0;
}
.cta-holder .btn-primary {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .cta-holder {
    padding: 40px 16px;
  }
}

.main-footer {
  overflow: hidden;
}
.main-footer .main-footer-wrapper {
  position: relative;
  padding: 60px 0 40px;
}
.main-footer .main-footer-wrapper:before {
  content: "";
  position: absolute;
  left: -320px;
  bottom: 0;
  width: 878px;
  height: 234px;
  background: url(../images/footer-bg.svg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .main-footer .main-footer-wrapper:before {
    left: -470px;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .main-footer-wrapper:before {
    display: none;
  }
}
.main-footer .main-footer-wrapper .f-widget {
  color: #ffffff;
}
.main-footer .main-footer-wrapper .f-widget h4, .main-footer .main-footer-wrapper .f-widget a {
  color: #ffffff;
}
.main-footer .main-footer-wrapper .f-widget h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.main-footer .main-footer-wrapper .f-widget a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: none;
  outline: none;
}
.main-footer .main-footer-wrapper .f-widget .f-social a {
  margin: 8px 8px 0 0;
}
@media only screen and (max-width: 767px) {
  .main-footer .main-footer-wrapper .f-widget .f-social {
    display: none;
  }
}
.main-footer .main-footer-wrapper .contact-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #090729;
  text-align: right;
}
.main-footer .main-footer-wrapper .contact-info p {
  margin-bottom: 8px;
}
.main-footer .main-footer-wrapper .contact-info a {
  color: #090729;
  display: inline-block;
  margin-right: 16px;
  text-decoration: none;
}
.main-footer .main-footer-wrapper .contact-info a:hover, .main-footer .main-footer-wrapper .contact-info a:focus {
  color: #FE556C;
}
@media only screen and (max-width: 992px) {
  .main-footer .main-footer-wrapper .contact-info a {
    margin-right: 0;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .main-footer-wrapper .contact-info a {
    color: #ffffff;
    margin-right: 16px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .main-footer .main-footer-wrapper .contact-info span {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .main-footer-wrapper .contact-info {
    color: #ffffff;
    text-align: left;
  }
  .main-footer .main-footer-wrapper .contact-info span {
    margin-top: 8px;
  }
}
.main-footer .social-mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main-footer {
    background: url(../images/footer-bg-xs.svg) no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .main-footer .social-mob {
    display: block;
    margin-top: 20px;
  }
}

.bg-splash {
  display: none;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .bg-splash {
    display: block;
  }
}

.splash-04 {
  right: 0;
  bottom: -210px;
}
@media only screen and (max-width: 992px) {
  .splash-04 {
    display: none;
  }
}

.splash-06 {
  display: none;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .splash-06 {
    display: block;
    top: 65px;
    left: -160px;
    z-index: -1;
  }
}

.splash-07 {
  right: 0;
  bottom: 274px;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .splash-07 {
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .splash-07 {
    width: 100px;
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .steps-img img {
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
  }
}

@media all and (min-width: 767px) {
  .offcanvas,
.body-inactive,
.toggle {
    display: none !important;
  }
}
.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  transition: opacity 1s ease-out;
  -webkit-background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
  -moz-background: linear-gradient(135deg, #FE556C 0%, #FF8591 100%);
  background: linear-gradient(315deg, rgba(89, 138, 247, 0.8) 0%, #598af7 100%);
  width: 320px;
  z-index: 99;
  padding: 50px 0 0;
}
.offcanvas ul {
  margin: 20px 0 0;
  display: block !important;
}
.offcanvas ul li {
  float: none;
  display: block !important;
  padding: 4px 15px;
}
.offcanvas ul li a {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
.offcanvas ul li a:hover, .offcanvas ul li a:active {
  color: #ffffff;
  background: #206bca;
}
.offcanvas ul li .btn-primary:hover {
  color: #ffffff;
}
.offcanvas ul .active > a {
  color: #ffffff;
  background: #206bca;
}
@media all and (max-width: 767px) {
  .offcanvas {
    width: 100%;
  }
}

.body-inactive {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.54);
  display: none;
}

.questions-holder-wide {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 12px;
  z-index: 3;
  margin: 0 auto;
  position: static;
  border: 2px solid yellow;
  font-size: 16px;
  width: 50%;
}
@media all and (max-width: 767px) {
  .questions-holder-wide {
    width: 95%;
    padding: 12px;
  }
}
.questions-holder-wide ul li {
  line-height: 32px;
  color: #62607a;
}
@media all and (max-width: 767px) {
  .questions-holder-wide ul li {
    font-size: 14px;
  }
}
.questions-holder-wide ul li span {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 16px;
}
@media all and (max-width: 767px) {
  .questions-holder-wide ul li span {
    margin-right: 0px;
  }
}

.questions-holder {
  left: 134px;
  bottom: 26px;
  padding: 16px;
  position: absolute;
  width: 293px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(9, 7, 41, 0.02), 0px 16px 32px rgba(9, 7, 41, 0.08);
  border-radius: 8px;
  font-size: 12px;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .questions-holder {
    left: 120px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 767px) {
  .questions-holder {
    left: 50px;
    bottom: -100px;
    width: 260px;
    padding: 14px;
  }
}
.questions-holder h6 {
  font-size: 12px;
  font-weight: 700;
}
.questions-holder ul li {
  line-height: 24px;
  color: #62607a;
}
.questions-holder ul li span {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 16px;
}
@media only screen and (max-width: 992px) {
  .questions-holder ul li span {
    width: 15px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .questions-holder ul li {
    line-height: 16px;
    color: #62607a;
  }
}
@media only screen and (max-width: 767px) {
  .questions-holder {
    left: 45px;
    max-width: 260px;
    bottom: -90px;
    padding: 12px 16px 10px 16px;
  }
}

.pricing__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.pricing__body .pricing-plan {
  width: 25%;
}
@media all and (max-width: 767px) {
  .pricing__body .pricing-plan {
    width: 75%;
  }
}
.pricing__body .border-top-blue {
  border-top: 4px solid;
  border-top-color: #7295F2;
}
.pricing__body .border-bottom-green {
  border-bottom: 4px solid;
  border-bottom-color: #DBFF00;
}
.pricing__body .text-color-blue {
  color: #7295F2;
}
.pricing__body .sub-text {
  color: #b9bec7;
  font-weight: bold;
  font-size: 11px;
}
.pricing__body .sm-pricing-text {
  color: #292d34;
  font-size: 12px;
  margin-top: 6px;
}
.pricing__body sup {
  font-size: 50%;
}

:root {
  --plyr-video-background: transparent;
}

.plyr {
  margin: 20px;
}

.plyr--video {
  border-radius: 10px;
  width: 33.3%;
}

@media (max-width: 1200px) {
  .pricing__body .pricing-plan {
    width: 35%;
  }

  .about-questions {
    padding-left: 70px;
  }
}
@media (max-width: 992px) {
  .main-header .mynav ul li .faq {
    margin-right: 20px;
  }

  .hero h1 {
    font-size: 34px !important;
    line-height: 1.2;
  }

  .hero .hero-caption p {
    font-size: 18px;
    line-height: 1.4;
  }

  .about-questions {
    padding-left: 45px;
  }

  .pricing__body .pricing-plan {
    width: 45%;
  }
}
@media only screen and (max-width: 776px) {
  .mynav .btn-primary,
.mynav .btn-border {
    padding: 12.5px 20px !important;
    height: 44px !important;
  }
}
@media (max-width: 767px) {
  .pricing__body .pricing-plan {
    width: 75%;
  }
}

/*# sourceMappingURL=style.css.map */
