/* External Google Fonts removed so local/offline/file:// pages avoid CORS; use local system stacks. */

:root {
  --font-family: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-inter: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --blue: #1e90ff;
  --white: #ffffff;
  --white2: #F7FEFF;
  --FirstTitle: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --textfont: system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --bold: 'bold';
  --main-bg-color: #fff;
  --weight-bold: bold;
  --weight-medium: 500;
  --margin-xxs: 0.5rem;
  --margin-xs: 1rem;
  --margin-s: 1.5rem;
  --margin-l: 2rem;
  --margin-xl: 3rem;
  --margin-xxl: 4rem;
  --margin-xxxl: 5rem;
  --pading-xxs: 0.5rem;
  --pading-xs: 1rem;
  --pading-s: 1.5rem;
  --pading-l: 2rem;
  --pading-xl: 3rem;
  --pading-xxl: 4rem;
  --marginlg: 6rem;
  --blue1: #16A3FF;
  --white: #ffffff;
  --blue2: #9BD0EF;
  --green: #418987;
}

body {
  background-color: var(--main-bg-color) !important;
  font-family: var(--font-family) !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

p {
  font-family: var(--textfont);
}

h2 {
  font-family: var(--FirstTitle);
}

.title h1 {
  font-family: var(--FirstTitle);
}

h4 {
  font-family: var(--FirstTitle);
}

section.head_conv {
  background-image: url(../img/image-slide_home.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  background-position: bottom center;
}

.title_style:before {
  background-image: url(../img/first_letter.png);
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  z-index: 5;
  top: -66px;
  left: -5px;
  position: absolute;
  content: "";
}

.footer_before {
  background-image: url(../img/back_footer-before.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: var(--pading-xxl);
  padding-bottom: var(--pading-xxl);
  background-position: center;
}

.text_f-before p {
  font-weight: 600;
  color: #fff;
  font-size: 32px;
}

.text_f-before button {
  background: #fff;
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 8px;
  color: #015565;
}

.text_f-before {
  padding-top: var(--pading-xxl);
  padding-bottom: var(--pading-xxl);
}

.title2_style:before {
  background-image: url(../img/last-lettre.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  z-index: 5;
  top: -83px;
  left: 142px;
  position: absolute;
  content: "";
}

.title_style:after {
  background-image: url(../img/icone_doublequotes.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  z-index: 5;
  top: -81px;
  left: 395px;
  position: absolute;
  content: "";
}

.bx_body-desc {
  position: relative;

}

.bx_body-desc p {
  font-weight: var(--bold);
}

.box_alexa_Google_assi {
  background: rgb(63, 170, 192);
  background: linear-gradient(90deg, rgb(0 107 131) 0%, rgba(0, 146, 173, 1) 94%);
  margin-left: auto;
  color: var(--white);
  padding: 0px 0px;
  border-radius: 24px;
}

.section_whwit_bl {
  background: var(--white2);
  padding-top: 100px;
  padding-bottom: 100px;
}


.bx-why {
  padding: 20px 5px;
  box-shadow: 0px 3px 6px #26596326;
  -webkit-box-shadow: 0px 3px 6px #26596326;
  -moz-box-shadow: 0px 3px 6px #26596326;
  background: var(--white);
  border-radius: 5px;
  min-height: 130px;
}

.bx_body-desc h4 {
  font-family: var(--FirstTitle);
  position: absolute;
  top: -60px;
  z-index: 5;
}

.box_sl.text-center {
  box-shadow: 0px 3px 6px #26596326;
  -webkit-box-shadow: 0px 3px 6px #26596326;
  -moz-box-shadow: 0px 3px 6px #26596326;
  border-radius: 5px;
}

.section_footerBefore {
  background: #015565;
}

.footerAfter {
  background: #004450;
}

.firs-header .navbar-light .navbar-nav .nav-link {
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
}

p.text-end.text-whitestrong {
  color: var(--white);
  font-weight: 800;
}

.text_header {
  border-radius: 24px;
  padding: 7px 22px;
  color: var(--white);
  font-size: 20px;
  background: rgb(63, 170, 192);
  background: linear-gradient(90deg, rgb(0 107 131) 0%, rgba(0, 146, 173, 1) 94%);
}

.text_header p {
  margin-bottom: 0;
  color: var(--white);
}

.title {
  color: var(--white);
}

.input-group a {
  text-decoration: none !important;
}

span#basic-addon2 {
  font-weight: 700;
  color: #00AFCE;
  background: transparent;
  border: none;
  border-left: 1px solid;
  border-radius: 0 !important;
}

footer {
  color: var(--white);
}


.sign_up_title:before {
  position: absolute;
  content: "";
  left: 17px;
  width: 2px;
  margin-top: 2px;
  height: 5%;
  background: #69E2E4;
}

.pr {
  position: relative;
}

.second_box_head .sign_up_title {
  color: var(--white);
  font-weight: 700;
  margin-left: 15px;
}

.text-cs:before {
  position: absolute;
  content: "";
  width: 2px;
  margin-top: 4px;
  height: 3%;
  background: #69E2E4;
  margin-left: -12px;
}


.s_liste:before {
  content: '';
  position: absolute;
  border-color: #00b7cf;
  border-style: solid;
  border-width: 0 2px 2px 0;
  margin-left: -20px !important;
  transform: rotate(45deg);
  height: 10px !important;
  width: 5px !important;
  margin-top: 6px !important;
}

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

.col-why img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.s_liste {
  border-radius: 5px;
  box-shadow: 0px 3px 6px #26596326;
  -webkit-box-shadow: 0px 3px 6px #26596326;
  -moz-box-shadow: 0px 3px 6px #26596326;
  padding: 13px 40px;
  color: #474747;
  margin-bottom: 10px;
  font-size: 15px;
  background: var(--white);
  cursor: pointer;
}

.bx_body-desc i.fa.fa-angle-right {
  font-size: 20px;
  margin-left: 10px;
}

span.float-right {
  float: right;
}

.groupe-assi i.fa-angle-down.fa,
.groupe-assi i.fa-angle-up.fa {
  font-size: 25px;
  color: #2BA9BF;
}

.groupe-assi {
  background: var(--white2);
}

p.grp_filtre {
  border-top: none !important;
  padding: 10px 15px;
  border: 1px solid #d7f5f9;
  border-radius: 0px 0px 12px 12px;
}

.bx_body-desc p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.bx-why p {
  color: #777777;
  font-size: 14px;
  font-weight: 300;
}

.box_sl p {
  color: #888888;
  font-weight: 300;
}

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

.box_head input.form-control {
  background: transparent;
  border: none;
}

.box_head .input-group {
  background: #fff;
  box-shadow: 0 12px 15px -3px #265963b5;
  -webkit-box-shadow: 0 2px 10px -3px #26596380;
  -moz-box-shadow: 0 12px 15px -3px #265963b5;
  padding: 3px 10px;
  border-radius: 24px;
}

.box_head i.fa.fa-envelope {
  margin-top: 9px;
  color: #00AFCE;
}

.btn.btn-outline-conversell {
  color: var(--white);
  border: 1px solid #59D3E9;
  background: rgb(63, 170, 192);
  background: linear-gradient(90deg, rgba(63, 170, 192, 1) 30%, rgba(0, 111, 130, 1) 100%);
  border-radius: 10px;
}

/* button.btn.btn-outline-conversell:hover {
  border: 1px solid #59D3E9;
  color: var(--white);
  background: #59D3E9;
} */

.btn.btn-primary-conversell {
  background: #0B8DD9;
  color: var(--white);
  border-radius: 10px;
}

.box_pricing sub {
  font-size: 12px;
  font-weight: var(--weight-medium);
}

ul.navbar-nav {
  padding-right: 25px;
}

.block_sig a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.block_rquest a {
  background: #fff;
  padding: 8px 15px;
  text-decoration: auto;
  font-size: 14px;
  color: #007C94;
  border-radius: 20px;
  border: 1px solid #fff;
  font-weight: 700;
}

.block_rquest button {
  background: #fff;
  padding: 8px 15px;
  text-decoration: auto;
  font-size: 14px;
  color: #007C94;
  border-radius: 20px;
  border: 1px solid #fff;
  font-weight: 700;
}

.block_rquest {
  padding-right: 10px;
}

.btn.btn-primary-conversell:hover {
  background: var(--white);
  color: #0B8DD9;
  border: 1px solid #0B8DD9;
}

.smallt_list {
  font-size: 13px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 104px;
}

.btn.btn-primary-conversell i.fa.fa-angle-right {
  font-size: 20px;
  margin-left: 12px;
}

.section_footerBefore p {
  font-weight: 300;
  font-size: 14px;
}

.bx_body-img img {
  max-width: 100%;
}

.firs-header {
  padding: 30px 0px;
}

img {
  max-width: 100%;
}

.video_conversell iframe {
  max-width: 100%;
}

ul.listefooter p {
  font-size: 17px;
  font-weight: 600;
}

li.s_listefooter {
  font-weight: 400;
  margin-bottom: 10px;
}

.lg-device {
  display: none;
}

.ml-auto {
  margin-left: auto;
}

.text-whitestrong {
  font-weight: 700;
  color: var(--white);
  margin-left: 0px;
}

.backbl2 {
  background: #fff;
  color: #0099B4;
  border: 1px solid #0099b473;
}

.backbl3 {
  background: #0099B4;
  color: #fff;
}

.backbl4 {
  background: #fff;
  color: #0099B4;
  border: 1px solid #0099b473;
}

/*Plans*/
.color_bue_plans {
  color: #0B8DD9;
}

* {
  box-sizing: border-box;
}

.title-text_Plans hr {
  margin: 0px auto !important;
}

p.bold_title.mb-0.white {
  border-radius: 15px;
  font-size: 16px !important;
  padding: 8px 0px;
  font-family: var(--textfont);
  font-weight: bold;
  margin-top: -17px;
}

.text-plans hr {
  margin: auto;
  margin-bottom: 20px;
}

.general_plan {
  margin-left: 5px !important;
  margin-right: 5px !important;
  background-color: #fff !important;
  border-radius: 5px !important;
  margin-bottom: 20px !important;
  box-shadow: 2px 2px 8px 0 #5002c833;
  border-radius: 20px !important;
  border: 1px solid #fff !important;
}

.general_plan li {
  margin-left: 0 !important;
  font-size: 13px !important;
  padding: 5px 0px;
}

li.checked:before {
  content: '';
  position: absolute;
  border-color: #0B8DD9;
  border-style: solid;
  border-width: 0 2px 2px 0px;
  margin-left: -20px !important;
  transform: rotate(37deg);
  height: 13px !important;
  width: 5px !important;
  margin-top: 6px !important;
}

li.checked {
  list-style: none !important;
  position: relative;
  font-weight: 400 !important;
  color: #646464 !important;
  font-size: 15px !important;
  padding: 3px 0px !important;
}

ul {
  list-style-type: circle;
  margin-block-start: 1e
}

.text-plans p {
  color: #000;
  line-height: 17px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--textfont);
  text-align: center;
}

ul .rmove_marker {
  list-style: none;
}

.backbl1 {
  background: #03D2F7;
}

.price-section {
  margin-top: 10px !important;
  text-align: center !important;
  margin-bottom: 15px;
  color: #0B8DD9;
}

span.price {
  font-size: 28px !important;
  font-weight: 600 !important;
  display: contents;
}

.price-section p {
  margin-bottom: 0px;
  line-height: 18px;
}

p.sous_price {
  font-weight: 600;
  font-size: 12px;
}

.button {
  color: white;
  padding: 5px 45px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.btn_Plans {
  background: #0B8DD9;
  border: 1px solid #0B8DD9;
}

.button:hover {
  transform: scaleX(1.1) scaleY(1.1);
  transition: .6s;
  background-color: #265963 !important;
  border-color: #265963 !important;
}

.sub-price p {
  font-weight: bold;
  font-size: 14px;
  padding-left: 2rem;
}

span.textbtn {
  font-size: 12px;
  font-family: var(--textfont);
}

.notice_afterListe {
  font-size: 13px;
  margin-top: -10px;
  font-weight: 100;
  padding-left: 10px;

}

.prebold {
  font-weight: 600;
}

/*end Plans*/


/*Contact*/
.block-contact h2 {
  font-family: var(--FirstTitle);
  color: #014652;
}

.block-contact h3 {
  color: #01677A;
  font-family: var(--textfont);
  font-weight: 400;
}

.block-contact p {
  color: #5E5E5E;
  font-family: var(--textfont);
}

.contact-form {
  padding: 30px 40px;
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 430px;
  box-shadow: 2px 2px 8px 0 #5002c833;
}

form.contact-form label {
  color: #015463;
  font-weight: 500;
}

.contact-form textarea {
  resize: none;
}

:where(.contact-form .form-input,
  .form-text-area) {
  height: 50px;
  padding-left: 16px;
  border-color: #01546378;
}

.contact-form .form-text-area {
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: none !important;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 7%), 0 0 4px #015463;
  border: none !important;
}

.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.title_contact {
  max-width: 430px;
  font-family: var(--FirstTitle);
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 20px;
  background-color: #015463;
  color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #0297b1;
}



/*Youtube */

#background-video {

  /* Your background image */

  background-image: url(../img/landscape-placeholder.svg);

  background-repeat: no-repeat;
  padding: 50px;
}

#vidwrap {

  /* Your thumbnail image */

  background: url(../img/landscape-placeholder.svg) no-repeat center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 480px;
  height: 360px;
  cursor: pointer;
}

.white {
  color: var(--white);
}


.box-text_img {
  background: var(--white);
  box-shadow: 0 12px 15px -3px #265963b5;
  -webkit-box-shadow: 0 2px 10px -3px #26596380;
  -moz-box-shadow: 0 12px 15px -3px #265963b5;
  padding: 10px 5px;
  border-radius: 24px;
}

.textGr {
  color: #646464;
  font-size: 14px;
  margin-bottom: 10px;
}

.title_pr p {
  font-size: 22px;
  font-family: var(--FirstTitle);
}

.price-pr p {
  font-size: 30px;
  font-weight: var(--weight-bold);
  font-family: var(--FirstTitle);
}

.button_pr {
  padding: 0px 40px;
  position: absolute;
  bottom: 26px;
  bottom: 20px;
  right: 0;
  left: 0;
}

.block_bookDemo a {
  width: 100%;
  text-align: center;
  background: var(--white);
  padding-left: var(--pading-s);
  padding-right: var(--pading-s);
  padding-top: var(--pading-xxs);
  padding-bottom: var(--pading-xxs);
  color: #050031;
  border: 1px solid #050031;
  text-decoration: unset;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 2px 2px 8px 0 #5002c833;
}

.box_pricing:hover {
  border: 1px solid var(--blue1);
}

.block_signup a {
  width: 100%;
  background: var(--blue1);
  padding-left: var(--pading-s);
  padding-right: var(--pading-s);
  padding-top: var(--pading-xxs);
  padding-bottom: var(--pading-xxs);
  border-radius: 10px;
  text-decoration: unset;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 2px 2px 8px 0 #5002c833;
}

.box_pricing hr {
  margin: 20px auto;
}

li.bold {
  font-weight: bold !important;
}

.title-b {
  color: #23A8FF;
}

li .clrblue {
  color: var(--blue1);
}

.list_pricing {
  list-style: none;
  padding-left: 10px;
  min-height: 453px
}

li.list-circle {
  list-style: disc;
  margin-left: 10px;
}

li.list-circle:before {
  content: none !important;
}

.bold_text {
  font-weight: var(--weight-bold);
  font-size: 14px;
  margin-bottom: 5px;
  color: #000 !important;
}

.decs_pr {
  font-size: 13px;
  padding: 0px 8px;
}

ul.list_pricing li {
  font-size: 14px;
  padding: 6px 0px;
  font-weight: 500;
}

.list_pricing li.list-b:before {
  content: url(../img/icon_list.png);
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.list_pricing li.list-b {
  color: #23A8FF;
  font-weight: bold;
}

.list_pricing li:before {
  content: url(../img/icon_list_b.png);
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

p.las-text {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
}

.box_pricing {
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0px 12px 15px -3px rgb(38 89 99 / 71%);
  -webkit-box-shadow: 0px 2px 10px -3px rgb(38 89 99 / 50%);
  -moz-box-shadow: 0px 12px 15px -3px rgba(38, 89, 99, 0.71);
  background: var(--main-bg-color);
  padding: 15px 10px;
  border-radius: 15px;
  height: 100%;
  position: relative;
}


/*End Contact */

.footerAfter a {
  font-weight: bold;
  color: #fff;
  text-decoration: auto;
}

/* .box-text_img:hover .h_img {
  background-image: url(../img/ic_voice_white.png);
  background-size: 100%;
  padding: 0;

}
  */
.btn.btn-outline-conversell {
  font-weight: bold;
}

.box-text_img:hover .ic_b {
  display: none;
}

.box-text_img:hover .ic_w {
  display: block;
  margin: auto;
}

.box-text_img .ic_w {
  display: none;
}

.box-text_img:hover {
  background: var(--blue1);
  transition: 1s;
}

.box-text_img:hover .center_mobile {
  color: #fff;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999;
  transition: opacity 0.2s ease;
}

.btn-back {
  background: var(--green) !important;
  color: var(--main-bg-color) !important;
}

.block_signup a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008fb3;
  transition: all 0.3s;
  z-index: -1;
  color: #fff;
  box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
}

.block_signup a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  z-index: -2;
}

.block_signup a:hover:before {
  width: 100%;
}

.block_bookDemo a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.3s;
  z-index: -1;
  box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
}

.block_bookDemo a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.block_bookDemo a:hover:before {
  width: 100%;
}

.block_bookDemo a:hover {
  border-color: transparent !important;
  color: #fff;
}

.mrg-head {
  margin-top: 60px !important;
}

#pricing {
  padding-top: 70px;
  padding-bottom: 50px;
}

.onlymobile {
  display: none;
}

.only-desktop {
  display: block;
}

a.btn.btn-outline-conversell:hover {
  background: #fff;
  color: #59D3E9;
}

/*Responsive*/

@media screen and (max-width: 767px) {
  .bx_body-desc2 span.float-right {
    margin-top: -2px;
    margin-right: -10px;
  }

  .s_liste {
    padding: 13px 30px;
    font-size: 15px;
  }

  p.grp_filtre {
    font-size: 15px;
  }

  .only-desktop {
    display: none;
  }

  .onlymobile {
    display: block;
  }

  #cookieNotice {
    bottom: 300px !important;
  }

  .separ_one hr {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .separ_two hr {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .separ_three hr {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .separ_for hr {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .box_works {
    text-align: center;
  }

  .visible-xs {
    display: block !important;
  }

  .hidden_xs {
    display: none;
  }

  .block_rquest {
    margin-bottom: 10px !important;
    margin-top: 10px;
  }

  .block_sig {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .bx_body-desc {
    margin-bottom: 50px;
  }

  .bx_body-img img {
    margin-bottom: 30px;
  }

  .video_conversell.text-center {
    margin-bottom: 20px;
  }

  .section_whwit_bl .col-lg-5.col-md-12.col-10 {
    margin: auto;
  }

  .section.head_conv {
    height: 100% !important;
  }

  div#pricing .col-lg-3.col-md-6 {
    margin-bottom: 20px;
  }

  section.head_conv {
    height: 100% !important;
  }

  .center_mobile {
    text-align: center;
  }

  .firs-header {
    padding: 10px;
  }

  .box_alexa_Google_assi {
    margin-bottom: 15px;
  }

  .bx_body-img {
    margin-bottom: 15px;
  }

  .box_sl {
    margin-bottom: 15px;
  }

  .section_footerBefore {
    text-align: center;
  }

  ul.listefooter p {
    margin-bottom: 5px;
  }

  p.text-cs {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .sign_up_title:before {
    height: 8%;
  }

  .text-cs:before {
    height: 2%;
  }
}


@media screen and (min-width: 1800px) {
  .pr {
    margin-top: 40px !important;
  }

  h1 {
    font-size: 4rem;
    margin-bottom: 80px;
  }

  .second_box_head {
    margin-top: 45px !important;
  }

  .mrg-head {
    margin-top: 95px !important;
  }

  .lg-device {
    display: block;
  }

  .sm-device {
    display: none;
  }

  .text-cs:before {
    height: 2%;
  }

  .sign_up_title:before {
    height: 4%;
  }

}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .hidden_xs {
    display: none;
  }

  .visible-xs {
    display: block !important;
  }

  .section_whwit_bl .col-md-4 {
    padding: 10px 20px;
  }

  .section.head_conv {
    height: 100% !important;
  }

  .bx_body-desc {
    margin-top: 90px;
  }

  div#pricing .col-lg-3.col-md-6 {
    margin-bottom: 20px;
  }
}

.login {
  margin-left: 15px;
}

.login img {
  width: 35px;
  height: 35px;
}

.navbar-light .navbar-toggler {
  color: #fff !important;
  border-color: #fff !important;
  background: #fff !important;
}

.btn_b_clos {
  padding: 10px 10px;
}

.separ_one hr {
  border-top: 10px solid #00424E;
  opacity: 1;
  width: 180px;
}

.pic_one img {
  filter: drop-shadow(6px 11px 2px #00424E);
}

.box_works p.bold {
  font-weight: bold;
  margin-bottom: 10px;
}

.separ_two hr {
  border-top: 10px solid #015565;
  width: 180px;
  opacity: 1;
}

.pic_two img {
  filter: drop-shadow(6px 11px 2px #015565);
}

.separ_three hr {
  border-top: 10px solid #007B92;
  width: 180px;
  opacity: 1;
}

.pic_three img {
  filter: drop-shadow(6px 11px 2px #007B92);
}

.separ_for hr {
  border-top: 10px solid #00A5C4;
  width: 180px;
  opacity: 1;
}

.pic_for img {
  filter: drop-shadow(6px 11px 2px #00A5C4);
}

.title_works hr {
  margin: auto;
}

div#works {
  background: #FCFCFC;
  padding-top: 30px;
}

ul.soci_icon {
  padding-left: 0px;
}

ul.soci_icon li {
  display: inline-block;
  margin-left: 10px;
}

.title_soc {
  font-size: 17px !important;
  font-weight: 600 !important;
}

#cookieNotice {
  position: fixed;
  bottom: 168px;
  margin-left: 35px !important;
  margin-right: 35px !important;
  background: #fff;
  z-index: 999;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
  border-radius: 15px;
  opacity: 0.8;
}

button.sigUp {
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--blue1);
  background: var(--blue1);
  color: var(--main-bg-color);
  text-decoration: auto;
  padding: 7px 20px;
  border-radius: 15px;
}

button.sigUp:hover {
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--blue1);
  background: white;
  color: black;
  text-decoration: auto;
  padding: 7px 20px;
  border-radius: 15px;
}

button.reject:hover {
  font-size: 13px;
  border: 1px solid #000;
  background: white;
  color: black;
  text-decoration: auto;
  padding: 7px 20px;
  border-radius: 15px;
}

button.reject {
  font-size: 13px;
  border: 1px solid #000;
  background: black;
  color: var(--main-bg-color);
  text-decoration: auto;
  padding: 7px 20px;
  border-radius: 15px;
}

.msg-wrap p {
  font-weight: 700;
}

.close {
  font-size: 45px;
  font-weight: 600;
}

div#pricing .item {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px;
}

button.owl-prev {
  margin-right: 15px;
}

.owl-nav {
  text-align: center;
  font-size: 50px;
}

.video_conversell iframe {
  width: 816px;
  height: 415px;
}

.title-text_Plans hr {
  width: 350px;
  color: #666666;
}

.title_works hr {
  width: 350px;
  color: #666666;
}

.button_pr hr {
  width: 80%;
  color: #666666;
}

.mb-55 {
  margin-bottom: 5px;
}

.textnone {
  opacity: 0;
}

.titlelist-fo {
  font-size: 17px;
  font-weight: 600;
}

label.sub_lab {
  color: #000 !important;
  font-weight: 500 !important;
}

.btn-3 button {
  padding: 14px 16px;
  border: 1px solid #ddeae9;
  background: #ddeae9;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--green);
  transition: 0.3s ease;
  display: inline-flex;
  white-space: nowrap;
  text-decoration: none;
  gap: 8px;
}

@media screen and (min-width: 1200px) {
  span.v-mobile {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  span.v-desktop {
    display: none;
  }
}

.margTop100 {
  margin-top: 100px;
}

:target {
  scroll-margin-top: 80px;
}

.serviceBox {
  padding: 25px;
  margin: 5px 0 0 5px;
  border-radius: 12px;
  transition: all 0.3s ease 0s;
  min-height: 360px;
  margin-bottom: 24px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 20px #f8f8f8;
}

@media (min-width:992px) and (max-width:1199px) {
  .serviceBox {
    min-height: 396px;
  }
}

.serviceBox .service-icon {
  font-size: 55px;
  margin: 0 0 20px;
  transition: all 0.3s ease 0s;
}

.serviceBox .title {
  color: #444;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 27px;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 0.3s ease 0s;
}

.serviceBox .description {
  color: #999;
  font-size: 14px;
  line-height: 27px;
  margin: 0 0 15px;
  transition: all 0.3s ease 0s;
}

.serviceBox.WhatsApp .service-icon {
  color: #25D366;
}

.serviceBox.WhatsApp:hover {
  background: #25D366;
}

.serviceBox.Messenger .service-icon {
  color: #3b5998;
}

.serviceBox.Messenger:hover {
  background: #3b5998;
}

.serviceBox.Instagram .service-icon {
  color: #ee2a7b;
}

.serviceBox.Instagram:hover {
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.serviceBox.Widget .service-icon {
  color: var(--green);
}

.serviceBox.Widget:hover {
  background: var(--green);
}

.serviceBox.Alexa .service-icon {
  color: #02CAFE;
}

.serviceBox.Alexa:hover {
  background: #02CAFE;
}

.serviceBox:hover .description {
  color: rgba(255, 255, 255, 0.8);
}

.serviceBox:hover .service-icon,
.serviceBox:hover .title,
.serviceBox:hover {
  color: #fff;
}

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}

/**********footer******/
.footer-section {
  background: var(--green);
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: var(--green);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.conv-footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

.conv-footer-logo__badge {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 0.5rem 0.85rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.conv-footer-logo img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 160px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.google-bg {
  background: #dd4b39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--green);
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #fff;
}

.footer-widget ul li a {
  color: rgba(255, 255, 255, 0.78);
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #357570;
  padding: 13px 20px;
  border: 1px solid #357570;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #357570;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.copyright-text p a {
  color: var(--green);
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #fff;
}

.footer-menu li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-widget ul {
  padding-left: 0;
}

/*******end footer***********/
.login-btn a {
  color: #000000;
}

.Bloc_1 {
  display: flex;
  align-items: center;
  margin-top: 100px;
  position: relative;
}

.firstBloc {
  max-width: 700px;
  margin: 0 auto;
}

.widget-1,
.widget-2,
.widget-3 {
  position: absolute;
  padding: 10px;
  border-radius: 20px 20px 20px 0;
  max-width: 300px;
}

.widget-1 p,
.widget-2 p,
.widget-3 p {
  margin-bottom: 0;
}

.widget-3 p,
.widget-1 p {
  color: #fff;
}

.widget-1 {
  top: 10%;
  left: 49%;
  background: #000000;
  animation: float 6s ease-in-out infinite;
}

.widget-2 {
  top: 50%;
  left: 42%;
  background: #ddeae9;
  animation: float-2 6s ease-in-out infinite;
}

.widget-3 {
  top: 65%;
  left: 45%;
  background: #418987;
  animation: float-3 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {

    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes float-2 {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(20px, 10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes float-3 {
  0% {
    transform: translatex(0px);
  }

  50% {
    transform: translatex(-10px);
  }

  100% {
    transform: translatex(0px);
  }
}

.contentBloc {
  max-width: 450px;
  margin: 0 auto;
}

@media(min-width:992px) {
  .Bloc_1 .firstBloc .contentBloc h1 {
    font-size: 3.3rem;
    font-weight: bold;
  }
}

.SecondBloc {
  width: 50%;
}

.btncontact button {
  padding: 14px 16px;
  border: 1px solid #000000;
  background: transparent;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  transition: 0.3s ease;
  display: inline-flex;
  white-space: nowrap;
  text-decoration: none;
  gap: 8px;
  cursor: pointer;
  align-items: center;
}

.btncontact button:hover {
  background: #000;
  color: #fff;
}

.btncontact button:hover svg {
  fill: #fff;
}

.serviceBloc {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  overflow: hidden;
}

.serviceBloc .serviceBloc_content {
  padding: 22px;
}

.serviceBloc .serviceBloc_content h3 {
  font-size: 1.6rem;
  font-weight: bold;
}
/*
     FILE ARCHIVED ON 08:51:26 Dec 19, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:31:10 Feb 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.719
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.011
  esindex: 0.013
  cdx.remote: 8.249
  LoadShardBlock: 156.159 (3)
  PetaboxLoader3.resolve: 100.802 (3)
  PetaboxLoader3.datanode: 102.898 (4)
  load_resource: 118.746
*/