.banner {
  margin-top: 78px
}

img.element_one {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  width: 82px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-10px)
  }
}

@keyframes mover {
  0% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(-10px)
  }
}

section.banner h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 77px
}

/* section.banner.odoo_inner p {
  max-width: 100%;
  text-align: center !important
}
section.banner.odoo_inner p {
  max-width: 100%;
  text-align: center !important
} */

button.whats_app {
  border: 1px solid #fff;
  padding: 12px 41px;
  border-radius: 57px;
  font-weight: 500;
  font-size: 19px;
  background: linear-gradient(0deg, rgba(58, 188, 75, 1) 0%, rgba(29, 94, 38, 1) 100%);
  color: #fff
}

button.whats_app span {
  display: flex;
  align-items: center
}

button.whats_app span i {
  font-size: 26px;
  margin-right: 7px
}

button.whats_app span svg {
  font-size: 26px;
  margin-right: 7px
}

button.whats_app span p {
  margin: 0;
  color: #fff !important;
  font-size: 17px !important
}

button.call_us {
  border: 1px solid #fff;
  padding: 12px 41px;
  border-radius: 57px;
  font-weight: 500;
  font-size: 19px;
  background: linear-gradient(0deg, #0A72C6 0%, #084B81 100%);
  color: #fff;
  margin-left: 16px
}

button.call_us span {
  display: flex;
  align-items: center
}

button.call_us span img {
  width: 17px;
  margin-right: 7px
}

button.call_us span p {
  margin: 0;
  color: #fff !important;
  font-size: 17px !important
}

@media (max-width: 1527px) {
  section.banner h1 {
    font-size: 57px
  }

  section.banner p {
    max-width: 100%
  }

  .banner {
    margin-top: 41px
  }
}

@media (max-width: 1201px) {
  section.banner h1 {
    font-size: 54px
  }
}

@media (max-width: 1152px) {
  section.banner h1 {
    font-size: 52px
  }
}

@media (max-width: 1123px) {
  button.call_us {
    padding: 15px 26px
  }

  button.whats_app {
    padding: 15px 26px
  }
}

@media (max-width: 991px) {
  section.banner h1 {
    font-size: 46px
  }

  section.banner p {
    max-width: 100%;
    font-size: 15px !important
  }

  button.call_us span p {
    font-size: 12px !important
  }

  button.whats_app span p {
    font-size: 12px !important
  }

  button.call_us {
    padding: 9px 19px
  }

  button.whats_app {
    padding: 9px 19px
  }

  button.call_us span i {
    font-size: 21px;
    margin-right: 7px
  }

  button.whats_app span i {
    font-size: 21px;
    margin-right: 7px
  }
}

@media (max-width: 767px) {
  img.w-100.bnr_img {
    margin-top: 57px
  }

  img.element_one {
    display: none
  }
}

@media (max-width: 338px) {
  section.banner button.call_us span img {
    width: 12px;
    margin-right: 4px
  }

  section.banner button.call_us span p {
    font-size: 11px !important
  }

  section.banner button.whats_app span i {
    font-size: 18px;
    margin-right: 4px
  }

  section.banner button.whats_app span p {
    font-size: 11px !important
  }
}

section.products {
  margin-top: 100px
}

.product_card {
  border: none;
  padding: 57px;
  background: #fff;
  border-radius: 36px;
  box-shadow: 0 0 20px 0 #00000021;
  margin-top: 30px;
  width: 100%;
  height: 100%
}

.product_card h3 {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 12px
}

ul.product_list {
  list-style-type: none;
  padding: 0
}

ul.product_list li {
  display: flex;
  align-items: baseline
}

ul.product_list li span::before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #0A72C6;
  margin-right: 12px
}

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

button.more_dtls {
  border: 1px solid #fff;
  padding: 12px 24px;
  border-radius: 57px;
  font-weight: 500;
  font-size: 15px;
  background: linear-gradient(0deg, #0A72C6 0%, #084B81 100%);
  color: #fff;
  margin-right: 16px;
  display: flex;
  align-items: center
}

button.rqst_dmo {
  border: 1px solid #fff;
  padding: 12px 24px;
  border-radius: 57px;
  font-weight: 500;
  font-size: 15px;
  background: linear-gradient(0deg, #0A72C6 0%, #084B81 100%);
  color: #fff;
  margin-right: 16px;
  display: flex;
  align-items: center
}

button.more_dtls i {
  font-size: 25px;
  margin-right: 8px
}

button.rqst_dmo i {
  font-size: 25px;
  margin-right: 8px
}

.product_card img {
  margin-bottom: 9px
}

@media (max-width: 767px) {
  img.w-100.bnr_img {
    margin-top: 57px
  }

  .product_card {
    padding: 39px
  }
}

@media (max-width: 500px) {
  button.more_dtls {
    padding: 12px 10px
  }

  button.rqst_dmo {
    padding: 12px 10px
  }
}

@media (max-width: 450px) {
  button.more_dtls {
    padding: 12px 10px;
    font-size: 12px
  }

  button.rqst_dmo {
    padding: 12px 10px;
    font-size: 12px
  }
}

@media (max-width: 405px) {
  .product_card {
    padding: 32px 15px
  }

  button.more_dtls i {
    font-size: 25px;
    margin-right: 2px
  }

  button.rqst_dmo i {
    font-size: 25px;
    margin-right: 2px
  }
}

@media (max-width: 991px) {
  section.products {
    margin-top: 21px
  }
}

section.form {
  margin-top: 130px
}

.card.form_card h2 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 48px
}

.card.form_card {
  padding: 65px;
  border: none;
  border-radius: 36px;
  box-shadow: 0 0 25px 0 #00000021
}

.card.form_card input {
  padding: 9px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #d7d7d7;
  margin-top: 20px;
  width: 90%
}

form#submit-form {
  margin-top: 20px
}

.form-control-up {
  width: 100%;
  outline: none;
  font-size: 16px
}

.input-label {
  display: block;
  position: relative
}

.placeholder-text {
  position: absolute;
  left: -2px;
  top: 30px;
  padding: 0 4px;
  color: #848484;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transform-origin: top left;
  transition: .25s ease
}

.form-control-up:focus+.placeholder-text,
.form-control-up:not(:placeholder-shown)+.placeholder-text {
  top: 10px;
  transform: scale(1);
  background-color: #fff;
  color: #848484;
  font-size: 13px;
  font-family: "Poppins", sans-serif
}

@media (max-width: 767px) {
  .placeholder-text {
    font-size: 14px;
    top: 27px
  }

  .lets_talk_form input {
    margin-top: 15px
  }

  section.form {
    margin-top: 66px
  }
}

button.more_dtls.form_btn {
  margin-top: 32px;
  padding: 12px 34px;
  font-size: 19px
}

.form_btns {
  margin-top: 53px
}

button.whats_app.form_wtz {
  padding: 12px 20px
}

button.call_us.form_call {
  padding: 12px 20px
}

.form_contact {
  margin-top: 25px
}

.form_contact img {
  margin-right: 25px
}

.form_contact h6 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 6px
}

.form_contact.phone_form {
  margin-top: 25px
}

.phone_form h6 {
  line-height: 1.7;
  margin-top: 0
}

.form_social img {
  margin-left: 14px;
  margin-top: 7px
}

@media (max-width: 991px) {
  .card.form_card .justify-content-end {
    justify-content: start !important
  }

  .form_social img {
    margin-right: 14px;
    margin-top: 7px;
    margin-left: 0
  }

  button.whats_app.form_wtz {
    padding: 12px 15px
  }

  button.call_us.form_call {
    padding: 12px 15px
  }

  .card.form_card h2 {
    font-size: 36px
  }

  section.form .border-left {
    display: contents
  }
}

@media (max-width: 991px) {
  img.form_main_skype {
    width: 35px !important
  }

  .form_social img {
    width: 26px
  }
}

@media (max-width: 430px) {
  .card.form_card {
    padding: 49px 21px;
    border: none;
    border-radius: 36px;
    box-shadow: 0 16px 35px 0 #00000021
  }

  .form_contact h6 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 6px
  }

  img.form_main_skype {
    width: 28px !important
  }

  .form_social img {
    width: 22px
  }

  .card.form_card h2 {
    font-size: 30px
  }
}

section.form .border-left {
  border-left: 1px solid #707070 !important
}

button.whats_app {
  border: 1px solid #fff;
  padding: 19px 41px;
  border-radius: 57px;
  font-weight: 500;
  font-size: 19px;
  background: linear-gradient(0deg, rgba(58, 188, 75, 1) 0%, rgba(29, 94, 38, 1) 100%);
  color: #fff
}

button.whats_app span {
  display: flex;
  align-items: center
}

button.whats_app span i {
  font-size: 26px;
  margin-right: 7px
}

button.whats_app span p {
  margin: 0;
  color: #fff !important;
  font-size: 17px !important
}

button.call_us {
  border: 1px solid #fff;
  padding: 12px 41px;
  border-radius: 57px;
  font-weight: 500;
  font-size: 19px;
  background: linear-gradient(0deg, #0A72C6 0%, #084B81 100%);
  color: #fff;
  margin-left: 16px
}

button.call_us span {
  display: flex;
  align-items: center
}

button.call_us span img {
  width: 17px;
  margin-right: 7px
}

button.call_us span p {
  margin: 0;
  color: #fff !important;
  font-size: 17px !important
}

@media (max-width: 991px) {
  button.whats_app.form_wtz {
    padding: 12px 15px
  }

  button.call_us.form_call {
    padding: 12px 15px
  }

  button.call_us span p {
    font-size: 12px !important
  }

  button.whats_app span p {
    font-size: 12px !important
  }
}

@media (max-width: 350px) {
  button.call_us.form_call {
    padding: 8px 11px
  }

  button.whats_app.form_wtz {
    padding: 8px 11px
  }

  button.whats_app span i {
    font-size: 22px;
    margin-right: 7px
  }
}

img.bnr_tis_mpos_img {
  position: relative
}

img.p_element1 {
  position: absolute;
  top: 95%;
  left: 15%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate
}

img.p_element2 {
  position: absolute;
  top: 5%;
  right: 9%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate
}

@media (max-width: 767px) {
  img.p_element1 {
    display: none
  }

  img.p_element2 {
    display: none
  }
}

section.product_contact {
    /* padding-left: 55px; */
    margin-top: 80px;
    position: relative;
}

img.p_element3 {
    position: absolute;
    left: 41%;
    bottom: -19%;
}

img.p_element3 {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.p_element3 {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.card_product_youtube.card_yotube_dashboard_mockup {
    background-position: center;
    background-size: cover;
}

.card_product_youtube {
    padding: 176px 65px;
    border: none;
    border-radius: 21px;
    background: #f6f6f7;
    height: 100%;
    width: 100%;
}

.card_product_youtube h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 61px;
}

@media (max-width: 991px) {
    section.product_contact {
        padding-left: 0px !important;
    }
}

.product_contact_card {
    padding: 158px 73px;
    border: none;
    border-radius: 21px;
    box-shadow: 0 0px 25px 0px #0000000d;
    height: 100%;
}

.product_contact_card h3 {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 13px;
}

@media (max-width: 1283px) {
    section.product_contact {
        padding-left: 20px;
    }
    .product_contact_card h3 {
        font-size: 33px;
    }
    .product_contact_card {
        padding: 65px 24px;
        height: 100% !important;
    }
    .card_product_youtube {
        height: 100% !important;
        padding: 65px 40px;
    }
}


/* .card_yotube_dashboard_mockup {
    padding: 39px 0 39px 116px;
} */

figure.product_dashboard_mockup {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff0;
    overflow: hidden;
    border-radius: 19px 0 0 19px;
    box-shadow: 0 0px 25px 0px #00000024;
}

.paly_button img {
    width: 83px;
    margin-right: 36px;
}

.paly_button h6 {
    font-weight: 600;
    font-size: 23px;
}

.product_mockup {
    box-shadow: 0 0px 25px 0px #00000024;
    border-radius: 19px;
}

@media (max-width: 1702px) {
    .card_product_youtube h3 {
        font-size: 35px;
    }
}

@media (max-width: 1502px) {
    /* .card_product_youtube {
        padding: 39px 75px;
    } */
    /* .card_yotube_dashboard_mockup {
        padding: 39px 0 39px 75px;
    } */
}

@media (max-width: 1362px) {
    .product_contact_card h3 {
        font-size: 33px;
    }
    .card_product_youtube h3 {
        font-size: 32px;
    }
    /* .card_product_youtube {
        padding: 39px 48px;
    } */
    /* .card_yotube_dashboard_mockup {
        padding: 39px 0 39px 48px;
    } */
}

@media (max-width: 991px) {
    .card_product_youtube {
        margin-top: 34px;
        /* padding: 39px 99px; */
    }
    .card_yotube_dashboard_mockup {
        padding: 76px 65px;
    }
    .product_contact_card {
        padding: 158px 99px;
    }
    button.call_us {
        margin-left: 6px;
    }
    img.p_element3 {
        display: none;
    }
}

@media (max-width: 767px) {
    figure.product_dashboard_mockup {
        margin-top: 20px;
    }
    .card_product_youtube h3 {
        text-align: center;
        margin-bottom: 27px;
    }
    /* .card_yotube_dashboard_mockup {
        padding: 39px 99px;
    } */
    figure.product_dashboard_mockup img {
        width: 100%;
    }
    .paly_button {
        justify-content: center;
    }
}

@media (max-width: 559px) {
    .card_product_youtube {
        margin-top: 34px;
        /* padding: 39px 56px; */
    }
    .product_contact_card {
        padding: 80px 28px;
    }
    .product_contact_card h3 {
        font-size: 25px;
    }
    .card_product_youtube h3 {
        font-size: 25px;
    }
    button.whats_app {
        padding: 9px 13px;
    }
    button.call_us {
        padding: 9px 13px;
    }
}

@media (max-width: 400px) {
    .product_contact_card {
        padding: 80px 19px;
    }
    .card_product_youtube {
        margin-top: 34px;
        /* padding: 39px 28px; */
    }
}

/*section.product_contact {
  margin-top: 80px;
  position: relative
}

img.p_element3 {
  position: absolute;
  left: 41%;
  bottom: -19%;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate
}

@media (max-width: 991px) {
  section.product_contact {
    padding-left: 0 !important
  }
}

.product_contact_card {
  padding: 158px 73px;
  border: none;
  border-radius: 21px;
  box-shadow: 0 0 25px 0 #0000000d;
  height: 100%
}

.product_contact_card h3 {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 13px
}

@media (max-width: 1283px) {
  section.product_contact {
    padding-left: 20px
  }

  .product_contact_card h3 {
    font-size: 33px
  }

  .product_contact_card {
    padding: 158px 24px;
    height: 100% !important
  }

  .card_product_youtube {
    height: 100% !important;
    padding: 39px 24px
  }
}

.card_product_youtube {
  padding: 39px 116px;
  border: none;
  border-radius: 21px;
  background: #f6f6f7;
  height: 100%;
  width: 100%
}

.card_product_youtube h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 61px
}

.card_yotube_dashboard_mockup {
  padding: 39px 0 39px 116px
}

figure.product_dashboard_mockup {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff0;
  overflow: hidden;
  border-radius: 19px 0 0 19px;
  box-shadow: 0 0 25px 0 #00000024
}

.paly_button img {
  width: 83px;
  margin-right: 36px
}

.paly_button h6 {
  font-weight: 600;
  font-size: 23px
}

.product_mockup {
  box-shadow: 0 0 25px 0 #00000024;
  border-radius: 19px
}

@media (max-width: 1702px) {
  .card_product_youtube h3 {
    font-size: 35px
  }
}

@media (max-width: 1502px) {
  .card_product_youtube {
    padding: 39px 75px
  }

  .card_yotube_dashboard_mockup {
    padding: 39px 0 39px 75px
  }
}

@media (max-width: 1362px) {
  .product_contact_card h3 {
    font-size: 33px
  }

  .card_product_youtube h3 {
    font-size: 32px
  }

  .card_product_youtube {
    padding: 39px 48px
  }

  .card_yotube_dashboard_mockup {
    padding: 39px 0 39px 48px
  }
}

@media (max-width: 991px) {
  .card_product_youtube {
    margin-top: 34px;
    padding: 39px 99px
  }

  .card_yotube_dashboard_mockup {
    padding: 39px 0 39px 99px
  }

  .product_contact_card {
    padding: 158px 99px
  }

  button.call_us {
    margin-left: 6px
  }

  img.p_element3 {
    display: none
  }
}

@media (max-width: 767px) {
  figure.product_dashboard_mockup {
    margin-top: 20px
  }

  .card_product_youtube h3 {
    text-align: center;
    margin-bottom: 27px
  }

  .card_yotube_dashboard_mockup {
    padding: 39px 99px
  }

  figure.product_dashboard_mockup img {
    width: 100%
  }

  .paly_button {
    justify-content: center
  }
}

@media (max-width: 559px) {
  .card_product_youtube {
    margin-top: 34px;
    padding: 39px 56px
  }

  .product_contact_card {
    padding: 80px 28px
  }

  .product_contact_card h3 {
    font-size: 25px
  }

  .card_product_youtube h3 {
    font-size: 25px
  }

  button.whats_app {
    padding: 9px 13px
  }

  button.call_us {
    padding: 9px 13px
  }
}

@media (max-width: 400px) {
  .product_contact_card {
    padding: 80px 19px
  }

  .card_product_youtube {
    margin-top: 34px;
    padding: 39px 28px
  }
}*/

section.features {
  margin-top: 187px
}

ul.features_content {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin-top: 35px
}

ul.features_content li {
  display: flex;
  align-items: baseline
}

ul.features_content li span::before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #0A72C6;
  margin-right: 12px
}

ul.features_content li p {
  color: #000 !important;
  font-weight: 500
}

section.features h2 {
  color: #000;
  font-size: 48px;
  font-weight: 600
}

.feature_card {
  padding: 28px 8px;
  border: none;
  border-radius: 21px;
  box-shadow: 0 0 25px 0 #0000000d;
  height: 100%;
  width: 100%;
  text-align: center
}

.feature_elements {
  margin-top: 70px
}

.feature_card h6 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #0A72C6
}

.feature_card:hover {
  background: linear-gradient(0deg, #053a65 0%, #0a70c4 100%);
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.feature_card:hover img {
  filter: brightness(0) invert(1)
}

.feature_card:hover h6 {
  color: #fff
}

@media (max-width: 767px) {
  section.features {
    margin-top: 106px
  }
}

section.rqst_free_demo {
  margin-top: 130px;
  position: relative
}

img.p_element4 {
  position: absolute;
  right: 9%;
  top: -21%;
  width: 80px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate
}

section.rqst_free_demo h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 75px
}

section.rqst_free_demo h1 span {
  border-color: #000 !important;
  padding-bottom: 7px
}

section.rqst_free_demo a button {
  margin-top: 44px !important
}

section.rqst_free_demo .placeholder-text {
  font-size: 17px !important;
  font-weight: 500
}

section.rqst_free_demo form#submit-form input {
  width: 100%
}

@media (max-width: 767px) {
  img.p_element4 {
    display: none
  }

  section.rqst_free_demo h1 {
    font-size: 28px;
    margin-bottom: 43px
  }

  section.rqst_free_demo {
    margin-top: 49px
  }
}

@media (max-width: 400px) {
  section.rqst_free_demo h1 {
    font-size: 21px;
    margin-bottom: 29px
  }
}

section.product_advantages {
  margin-top: 130px;
  position: relative
}

section.product_advantages h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 65px
}

section.product_advantages h2 {
  margin-top: 42px;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 28px
}

section.product_advantages.text-center p {
  max-width: 100%;
  text-align: center !important
}

img.p_element5 {
  position: absolute;
  left: 9%;
  top: 2%;
  width: 80px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate
}

img.p_element6 {
  position: absolute;
  right: 9%;
  top: 5%;
  width: 80px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate
}

@media (max-width: 767px) {
  section.product_advantages {
    margin-top: 80px
  }

  section.product_advantages h1 {
    font-size: 24px
  }

  section.product_advantages h2 {
    font-size: 18px
  }

  section.product_advantages p {
    max-width: 100%
  }

  img.p_element5 {
    display: none
  }

  img.p_element6 {
    display: none
  }
}

section.f_qustions {
  margin-top: 130px
}

section.f_qustions h1 {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 23px;
  font-weight: 600;
  font-size: 40px
}

.product_faq {
  margin: 50px 0
}

.product_faq #faq .card {
  margin-bottom: 10px;
  border: 0
}

.product_faq #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0
}

.product_faq #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #084B81;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 600
}

.product_faq #faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  font-size: 28px;
  margin-top: -9px
}

.product_faq #faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 600
}

.product_faq #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107"
}

.product_faq #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
  border-radius: 15px
}

.product_faq #faq .card .collapse {
  border: 0
}

.product_faq #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222
}

@media (max-width: 767px) {
  section.f_qustions {
    margin-top: 80px
  }

  section.f_qustions h1 {
    font-size: 24px
  }

  .product_faq #faq .card .card-header .btn-header-link.collapsed {
    font-size: 18px
  }

  .product_faq #faq .card .card-header .btn-header-link {
    font-size: 18px
  }
}

@media (max-width: 555px) {
  .paly_button img {
    width: 65px;
    margin-right: 36px;
    margin-bottom: 18px
  }
}

@media (max-width: 631px) {
  .paly_button img {
    width: 65px;
    margin-right: 36px;
    margin-bottom: 18px
  }
}

@media (max-width: 700px) {
  .paly_button img {
    width: 65px;
    margin-right: 36px;
    margin-bottom: 18px
  }
}

@media (max-width: 800px) {
  .paly_button img {
    width: 40px;
    margin-right: 13px;
    margin-bottom: 9px;
    width: 65px;
    margin-right: 36px;
    margin-bottom: 18px
  }
}

.product_cw8_box {
  background-image: linear-gradient(to right, #f7e2d2bf, #f8d6b9);
  padding: 10px;
  border-radius: 57px;
  text-align: center;
  margin: auto
}

.product_cw8_box h6 {
  width: 82%;
  padding-left: 31px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-align: left
}

.product_cw8_box span {
  font-size: 13px;
  text-align: left;
  font-family: 'Poppins', sans-serif
}

.product_cw8_box_dashed {
  width: 78%;
  padding: 0;
  border-radius: 57px;
  text-align: center;
  margin: auto;
  border: 2px dashed #ccc;
  padding: 5px
}

.mobile_product_box {
  text-align: center;
  background: #f7e2d2bf;
  box-shadow: 0 0 28px 0 #0000001a;
  padding: 25px;
  border-radius: 30px;
  height: 100%;
  margin: auto
}

.mobile_product_cw8_box_dashed {
  width: 70%;
  padding: 0;
  text-align: center;
  margin: auto;
  border: 2px dashed #ccc;
  border-radius: 30px
}

.right {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: .5em solid #333;
  border-radius: 50%;
  margin-left: 1.5em
}

.right:after {
  content: '';
  display: inline-block;
  margin-top: 12px;
  margin-left: 8px;
  width: 1.4em;
  height: 1.4em;
  border-top: .5em solid #f89a22;
  border-right: .5em solid #f89920;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

button.mobile_view_product_button.form_btn {
  padding: 12px 34px;
  font-size: 19px;
  margin: auto
}


.paly_button img {
    -webkit-animation: pulse 1s infinite alternate;
    animation: pulse 1s infinite alternate;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.card_url_products {
    width: fit-content;
    background: #fff;
    box-shadow: 0 0px 25px 0px #00000021;
    padding: 18px 30px;
    margin: 31px auto;
    border: 1px solid #D6D6D6;
    border-radius: 12px;
}

.card_url_products h6 {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
}

button.btn_product_link {
    background: #0C4B80;
    color: #fff;
    padding: 6px 11px;
    font-size: 14px;
    border-radius: 5px;
}