:root{
  --main_color:#B9439B;
  --hover_color:#780B5C;
  --light_color:#fff7fd;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Exo 2', sans-serif;
}

li,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin: 0;
  padding: 0;
}

a:hover,
a:active,
a:visited,
a:focus,
a {
  text-decoration: none;
}

#midd-part {
  margin: 0;
  float: none;
}
.page-content{
  max-width: 1920px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 80px auto 0 auto;
}
.page-content>* {
    padding: 45px 0;
}
.heading-area{
  width: 100%;
  display: block;
  margin: 0 0 15px 0;
}
.heading-area.center>* {
  text-align: center;
}

.heading-area.white > * {
  color: #fff;
}
.heading-area p {
  margin: 5px 0 0 0;
}
.page-title {
  color: #000;
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  font-family: 'Exo 2', sans-serif;
  margin-top: -8px;
}
img {
  max-width: 100%;
}

.sub-title {
  color: var(--main_color);
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
}

p {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

.mb-0 {
  margin-bottom: 0;
}
.white{
  color: #fff;
}
.btn__div{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
/********************* top part **************************/
.banner-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.banner-right {
  width: 50%;
}

.banner-left {
  width: 49%;
}

.banner-left h1 {
  color: #000;
  font-weight: bold;
  font-size: 47px;
  line-height: 1em;
  margin: 0 0 5px 0;
}

.banner-left b {
  margin: 0 0 10px;
  font-size: 20px;
  color: #B9439B;
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
  display: block;
  line-height: 23px;
}
.banner-left p{
  line-height: 22px;
  margin-bottom: 10px;
}
.gomain,
.gen-button {
  font-size: 18px;
  background-color: var(--main_color);
  font-weight: 600;
  color: #ffffff;
  padding: 12px 15px 12px 15px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-transform: capitalize;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gomain:hover,
.gen-button:hover {
  background-color: var(--hover_color);
  color: #fff;
}

/******************/
.features
{
  background: var(--light_color);
}
.perfect-script-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.perfect-script-left {
  width: 59%;
}
.perfect-script-left ul li {
  font-size: 16px;
  line-height: normal;
  color: #000;
  position: relative;
  padding-left: 20px;
  margin: 0 0 4px 0;
  text-align: justify;
}
.perfect-script-left ul li:last-child{
  margin-bottom: 0;
}
.perfect-script-left ul li::before{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: var(--main_color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.perfect-script-right {
  width: 41%;
}
.perfect-script-left  b{
    margin: 0 0 5px 0;
    display: block;
    font-size: 16px;
    color: #000;
}
/******************/
.green-part{
  background: var(--light_color);
}
.green-part-inner {
  max-width: 1310px;
  margin: auto;
  padding: 0 15px;
}

.green-part-inner ul li {
  margin: 0px 0 8px 0;
  padding: 0 0 0 20px;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  text-align: justify;
  position: relative;
}

.green-part-inner ul li:last-child {
  margin-bottom: 0;
}

.green-part-inner ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/******************/
.business-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.business-inner-left {
  width: 70%;
}

.business-inner-rght {
  width: 26%;
}
/* --------------------------------------- */
.features-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.features ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}

.features ul li {
  width: 33.33%;
  padding: 0 8px;
  flex-grow: 1;
}

.fet-caption{
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  min-height: 100%;
  border: 1px solid #ccc;
}
.features ul li i {
  display: block;
  margin: 0 auto 10px auto;
  color: #000;
  font-size: 56px;
}
.features ul li strong {
  color: #000;
  font-size: 18px;
  display: block;
  line-height: normal;
  margin: 0 0 10px;
  text-transform: capitalize;
}

.fet-caption span {
  display: block;
}
/* --------------------------------------- */
.front-end {
  background: var(--light_color);
}

.front-end-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.front-end-left {
  width: 50%;
}
.front-end-left img {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(2, 12, 79, 0.14);
  box-shadow: 0px 15px 20px 0px rgba(2, 12, 79, 0.14);
  border-radius: 6px;
  border: solid 3px #aaa;
  image-rendering: -webkit-optimize-contrast;
}
.front-end-right {
  width: 46%;
}
.front-end-right a {
  display: inline-block;
  padding: 11px 20px 13px 20px;
  background-color: var(--main_color);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.front-end-right a:hover {
  background-color: #B9439B;
}

/* ================================= */
.demolinks {
  background-color: var(--main_color);
}

.demolinks .heading-area strong {
  color: #fff;
}

.demolinks-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.demolinks-inner ul {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-auto-flow: column;
	gap: 10px;
  max-width: 921px;
  margin: 0 auto;
}
.demolinks-inner  ul li{
  width: 100%;
}
.demolinks-inner  ul li a {
  display: block;
  position: relative;
  width: 100%;
}
.demolinks-inner  ul li a::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 33%;
}
.demolinks-inner  ul li a img{
  position: absolute;
  left: 0;
  top: 0;
}
.demolinks-inner  ul li:hover {
  bottom: 5px;
}

/* ============================================== */
.pricing {
  position: relative;
  z-index: 1;
}
.pricing-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.pricing .get-quote {
  font-size: 22px;
  background-color: var(--main_color);
  font-weight: 600;
  color: #ffffff;
  padding: 17px 40px 17px 40px;
  min-width: 264px;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.pricing .get-quote:hover {
  background-color: var(--hover_color);
}
.pricing .clipart {
  position: absolute;
  left: 0;
  margin-top: 60px;
}
.torn-pricing {
  position: relative;
}
.torn-pricing::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 49%;
}
.torn-pricing img{
  position: absolute;
  left: 0;
  top: 0;
}
/* ============================================== */
.review {
  background: var(--light_color);
}
.review .heading-area p {
  text-align: justify;
}
.review-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
ul.reviews-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  row-gap: 20px;
}

ul.reviews-list li {
  width: 25%;
  padding: 0 10px;
}

ul.reviews-list li a {
  display: block;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 6px solid #ffff;
}

ul.reviews-list li a::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 71%;
}

ul.reviews-list li a img {
  max-width: 100%;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}

ul.reviews-list li a::after {
  content: '';
  background-image: url(../svg/play-video-24.svg);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  background-color: #00a9b7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 0 8px 0 rgb(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 8px 0 rgb(0, 0, 0, 0.4);
}

ul.reviews-list li.morereview a {
  min-height: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--main_color);
  color: #fff;
  padding: 15px;
}

ul.reviews-list li.morereview a:hover {
  background: var(--hover_color);
}

ul.reviews-list li.morereview a:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 20px 0 0 0;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  -ms-border-radius: 20px 0 0 0;
  -o-border-radius: 20px 0 0 0;
  padding: 0;
}

ul.reviews-list li.morereview a:after {
  content: '';
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  background-image: none;
  background-color: transparent !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  -ms-border-radius: 0 0 20px 0;
  -o-border-radius: 0 0 20px 0;
}
.review a._VIDEO_:after {
  background-color: var(--main_color);
}

.faq__inner{
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
.faq_list {
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.faq_list li {
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 0 0 10px 0;
  background: #fff;
}
.faq_list li:last-child{
  grid-column: span 2;
}
.faq_list li strong {
  font-size: 20px;
  line-height: normal;
  display: block;
  margin: 0  0 10px 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px 10px 20px;
  text-transform: capitalize;
  border-radius:12px 12px 0 0;
  background: var(--light_color);
  -webkit-border-radius:12px 12px 0 0;
  -moz-border-radius:12px 12px 0 0;
  -ms-border-radius:12px 12px 0 0;
  -o-border-radius:12px 12px 0 0;
}
.faq_list li p{
  padding: 0 20px ;
}
/* ======================================  */
.about-section-of {
  padding-bottom: 0;
}

.about-section-of-inner {
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}

.about-section-of .about-section-of-inner>h5 {
  margin: 0;
  padding: 20px;
  font-size: 25px;
  font-family: 'Exo 2', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: var(--main_color);
  display: inline-block;
  border-radius: 25px 25px 0 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  -o-border-radius: 25px 25px 0 0;
  cursor: pointer;
  position: relative;
}

.about-section-of .about-section-of-inner>h5:after {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  display: inline-block;
  margin: 0 0 0 10px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.about-section-of .about-section-of-inner>h5.active:after {
  transform: rotatex(-180deg);
  -webkit-transform: rotatex(-180deg);
  -moz-transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  -o-transform: rotatex(-180deg);
}

.about-section-of-data {
  text-align: initial;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
  display: none;
}

.about-section-of-data .about-section-of-inner {
  text-align: unset;
}

.about-section-of-data p {
  margin: 0 0 8px 0;
}

.about-section-of h6 {
  font-size: 23px;
  text-transform: unset;
  font-weight: 600;
  margin: 0 0 15px 0;
}

@media (max-width:1199.98px) {
  .banner-left h1{
    font-size: 40px;
  }
  .page-title {
    font-size: 30px;
    line-height: 35px;
  }
  .sub-title{
    font-size: 22px;
  }
  .front-end-right a {
    padding: 11px 20px 13px 20px;
    font-size: 18px;
  }
  ul.reviews-list li.morereview a {
    font-size: 2.5vw;
    line-height: 3.5vw;
}
}

@media (max-width:991.98px) {
  .banner-inner,
  .business-inner {
    flex-direction: column-reverse;
  }

  .banner-left,
  .banner-right,
  .perfect-script-left,
  .perfect-script-right,
  .business-inner-left,
  .business-inner-rght,
  .front-end-left,
  .front-end-right {
    width: 100%;
  }

  .banner-right,
  .business-inner-rght,
  .front-end-left,
  .perfect-script-right {
    text-align: center;
    margin-bottom: 30px;
  }
  .features ul li{
    width: 50%;
  }
  ul.reviews-list li {
    width: 33.33%;
  }
  .perfect-script-right{
    order: 2;
  }
  .perfect-script-left{
    order: 3;
  }
  .faq_list {
    grid-template-columns: 1fr;
  }
  .faq_list li:last-child{
    grid-column: auto;
  }
}

@media (max-width:767.98px) {
  ul.reviews-list li.morereview a {
    font-size: 3.1vw;
    line-height: 4.2vw;
  }

  .about-section-of .about-section-of-inner>h5 {
    font-size: 18px;
  }
}

@media (max-width:630px) {
  .page-content>* {
    padding: 40px 0;
}
  .banner-left h1 {
    font-size: 29px;
    line-height: 29px;
  }

  .banner-left b {
    font-size: 17px;
  }
  .banner-right, .business-inner-rght, .front-end-left, .perfect-script-right {
    margin-bottom: 20px;
}
  .page-title {
    font-size: 25px;
    line-height: 30px;
  }
  .sub-title {
    font-size: 18px;
}

  .business-inner-rght span {
    display: block;
    margin: auto;
  }

  .business-inner-rght span:first-child {
    display: none;
  }

  .front-end-right h4 {
    font-size: 20px;
  }

  .front-end-right a {
    padding: 11px 10px 13px 10px;
  }
  .faq_list li strong {
    font-size: 18px;
}
  ul.reviews-list li {
    width: 50%;
  }
  ul.reviews-list li a{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 0;
}
  ul.reviews-list li.morereview a {
    font-size: 4.1vw;
    line-height: 5.2vw;
  }

  ul.reviews-list li a::after {
    width: 35px;
    height: 35px;
    background-size: 29px;
  }
  ul.reviews-list li.morereview a:before {
    width: 40px;
    height: 40px;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
}
ul.reviews-list li.morereview a:after {
  width: 40px;
  height: 40px;
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -ms-border-radius: 0 0 10px 0;
  -o-border-radius: 0 0 10px 0;
}


  .demolinks-inner ul {
      grid-template-columns: 1fr 1fr;
      grid-auto-flow: row;
    }

  .gomain,
  .gen-button {
    font-size: 16px;
    padding: 12px 15px;
  }
  .features ul li{
    width: 100%;
    padding: 0;
  }
  .pricing .get-quote {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 15px;
    min-width: inherit;
  }
}