@import url(https://fonts.googleapis.com/css?family=Lora:400,700);@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);/**MultiLine Ellipses text**/

/**SCSS implementation**/

/**Aspect Ratio Mixin**/

/**SCSS Implementation**/

/* font family
	============================================================================================ */

/* color variables
	============================================================================================ */

/* google fonts
	============================================================================================ */

.product-wrapper {
  width: 100%;
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}

.product-wrapper .product-container {
  display: flex;
  align-items: center;
}

.product-wrapper .product-container .product-image {
  width: 30%;
  padding: 5px 15px;
  overflow: hidden;
}

.product-wrapper .product-container .product-image .image-container {
  width: 100%;
}

.product-wrapper .product-container .product-image .image-container img {
  width: 100%;
  min-height: 150px;
}

.product-wrapper .product-container .product-content {
  width: 60%;
}

[dir=ltr] .product-wrapper .product-container .product-content {
  margin-left: 20px;
}

[dir=rtl] .product-wrapper .product-container .product-content {
  margin-right: 20px;
}

[dir=ltr] .product-wrapper .product-container .product-content {
  text-align: left;
}

[dir=rtl] .product-wrapper .product-container .product-content {
  text-align: right;
}

.product-wrapper .product-container .product-content .title h3 {
  font-weight: 600;
  color: #222222;
}

.product-wrapper .product-container .product-content .summary {
  margin-bottom: 15px;
  color: #777777;
}

.product-wrapper .product-container .product-content .read-more {
  width: 100%;
}

.product-wrapper .product-container .product-content .read-more a {
  width: 100%;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  height: 46px;
  color: #fff;
  line-height: 46px;
  padding: 0 27px;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px #bb0000 solid;
  background: #bb0000;
  transition: all 300ms;
  vertical-align: top;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1em;
  font-family: Montserrat;
  font-weight: 600;
  text-decoration: none;
}

.view-product-content {
  background-color: #f7f7f7;
  padding: 50px 0px;
}

.center-card {
  width: 80%;
  margin: 0px auto;
  background-color: #fff;
  -webkit-box-shadow: #ccc 0px 0px 10px 0px;
  -moz-box-shadow: #ccc 0px 0px 10px 0px;
  -ms-box-shadow: #ccc 0px 0px 10px 0px;
  -o-box-shadow: #ccc 0px 0px 10px 0px;
  --box-shadow: #ccc 0px 0px 10px 0px;
  box-shadow: #ccc 0px 0px 10px 0px;
}

.steps_section {
  background-color: #fff;
  margin-top: -50px;
  padding-top: 50px;
}

.steps_section .step_div {
  display: flex;
}

[dir=ltr] .steps_section .step_div {
  text-align: left;
}

[dir=rtl] .steps_section .step_div {
  text-align: right;
}

.steps_section .icon {
  font-size: 40px;
  color: rgba(187, 0, 0, 0.8);
  padding: 10px;
}

[dir=ltr] .steps_section .icon {
  margin-right: 15px;
}

[dir=rtl] .steps_section .icon {
  margin-left: 15px;
}

.steps_section .content {
  display: flex;
  flex-direction: column;
}

.product-description_section {
  margin-top: 50px;
}

.product-description_section .title-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

[dir=ltr] .product-description_section .title-section h3 {
  text-align: left;
}

[dir=rtl] .product-description_section .title-section h3 {
  text-align: right;
}

.product-description_section .title-section .price {
  font-size: 20px;
  color: rgba(187, 0, 0, 0.8);
  display: flex;
  align-items: center;
}

.product-description_section .title-section .price i {
  font-size: 24px;
}

[dir=ltr] .product-description_section .title-section .price i {
  margin-left: 10px;
}

[dir=rtl] .product-description_section .title-section .price i {
  margin-right: 10px;
}

.product-description_section .img-section {
  width: 100%;
  overflow: hidden;
  padding: 15px;
}

.product-description_section .img-section .image-container {
  width: 100%;
  -webkit-box-shadow: #ccc 0px 0px 10px 0px;
  -moz-box-shadow: #ccc 0px 0px 10px 0px;
  -ms-box-shadow: #ccc 0px 0px 10px 0px;
  -o-box-shadow: #ccc 0px 0px 10px 0px;
  --box-shadow: #ccc 0px 0px 10px 0px;
  box-shadow: #ccc 0px 0px 10px 0px;
  position: relative;
}

.product-description_section .img-section .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}

.product-description_section .img-section .image-container > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.product-description_section .img-section .image-container img {
  width: 100%;
  height: 100%;
}

.product-description_section .btn-section {
  padding: 15px;
  width: 100%;
}

.product-description_section .btn-section a {
  width: 100%;
  text-align: center;
}

.product-description_section .btn-section a .read-more-text,
.product-description_section .btn-section a .icon {
  font-size: 20px;
}

.product-form label {
  color: #000;
  font-weight: bolder;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.product-form input {
  margin-bottom: 15px;
}

.generate-section {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.generate-section p {
  margin-bottom: 25px;
  font-size: 22px;
  text-transform: capitalize;
}

.generate-section i {
  font-size: 60px;
}

.form-steps-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-steps-container h3 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 30px;
}

.form-steps-container .f1-steps {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  width: 80%;
  display: flex;
}

.form-steps-container .f1-steps .f1-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.form-steps-container .f1-steps .f1-progress .f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #bb0000;
}

.form-steps-container .f1-steps .f1-step {
  position: relative;
  width: 33.333333%;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-steps-container .f1-steps .f1-step .f1-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: 4px;
  background: #ddd;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  border-radius: 50%;
}

.form-steps-container .f1-steps .f1-step .f1-step-icon i {
  margin-top: -2px;
  margin-left: 2px;
}

.form-steps-container .f1-steps .f1-step.active .f1-step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #bb0000;
  line-height: 48px;
}

.form-steps-container .f1-steps .f1-step.active p {
  color: #bb0000;
}

.form-steps-container .f1-steps .f1-step p {
  color: #ccc;
}

.purchase-button.disabled {
  color: #fff;
  background-color: rgba(187, 0, 0, 0.4);
  border-color: rgba(187, 0, 0, 0.4);
  cursor: not-allowed;
}

.purchase-button.disabled:hover {
  background-color: rgba(187, 0, 0, 0.4);
  border-color: rgba(187, 0, 0, 0.4);
}

.user-product.card {
  margin-top: 20px;
}

.user-product.card .card-header {
  background-color: #000;
}

.user-product.card .card-header a {
  color: #fff;
  padding: 10px;
  text-transform: capitalize;
  text-decoration: none;
}

[dir=ltr] .user-product.card .card-header a {
  text-align: left;
}

[dir=rtl] .user-product.card .card-header a {
  text-align: right;
}

.subscription-items-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.subscription-items-wrapper .subscription-items-container {
  border: 1px solid #aaa;
}

.subscription-items-wrapper .subscription-items-container .subscription-col {
  padding: 0px;
  min-width: 400px;
  padding-right: 0px;
  padding-left: 0px;
}

.subscription-items-wrapper .subscription-items-container .subscription-col .subscription-item .subscription-title {
  color: #fff;
  background-color: #bb0000;
  padding: 20px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: lighter;
}

.subscription-items-wrapper .subscription-items-container .subscription-col .subscription-item .subscription-body {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
}

.subscription-items-wrapper .subscription-items-container .subscription-col .subscription-item .price {
  color: #666666;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 22px;
}

.subscription-items-wrapper .subscription-items-container .subscription-col .subscription-item .features-container {
  width: 100%;
}

.subscription-items-wrapper .subscription-items-container .subscription-col .subscription-item .features-container ul {
  width: 100%;
  padding: 0px;
}

.subscription-items-wrapper .subscription-items-container .subscription-col .subscription-item .features-container ul li {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.subscription-items-wrapper .subscription-items-container .subscription-col .subscription-item .features-container ul li:nth-child(odd) {
  background: #fff;
}

body {
  font-family: 'Changa', sans-serif;
}

.icon-box-02__text {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 100%;
  height: 76.8px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-block__item-img {
  width: 100%;
  position: relative;
}

.team-block__item-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 106.25%;
}

.team-block__item-img > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.team-block__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button {
  border: 2px solid #bb0000;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  --transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bb0000;
  color: #fff;
  text-decoration: none;
  padding: 10px;
}

.button:hover {
  background-color: #242429;
  border-color: #242429;
}

.button span {
  font-size: 16px;
}

.button span.icon {
  padding: 4px 5px;
}

.gt3_icon_box_shawow h4 .icon {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 42px;
  height: auto;
  font-size: 30px;
  color: rgba(187, 0, 0, 0.8);
}

.box-shadow-product {
  margin-top: -10%;
}

input[type="radio"] {
  display: inline-block;
  -webkit-appearance: none;
}

input[type="radio"]:focus {
  outline: 0;
}

input[type="radio"]:after {
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 2px;
  vertical-align: -2px;
  border: 0px !important;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  --border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(130, 139, 178, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  --transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

input[type="radio"]:checked:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  --border-radius: 50%;
  border-radius: 50%;
  background-color: #bb0000;
}

.married_yes,
.benefit_reason {
  display: none;
}

