@import url('../../js/carousel/chocolat.min.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: 700;
}
/* Start override Bootstrap Css var */
:root{
  --bs-primary-rgb: 236,28,56;
  --bb-supper-bg: #F6F6F6;
  --bs-primary:#EC1C38;
  --bs-success-rgb: 26, 188, 156;
  --bs-dark-rgb: 10,0,0;
  --bs-body-line-height: 1.4;
  --bs-link-color-rgb: 236, 28, 56;
  --bs-link-hover-color-rgb: 236,28,56;
  --bs-font-sans-serif: "Nunito", system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-warning-text: #000000;
  --bs-warning-bg-subtle: rgba(243, 156, 18, 0.12);
  --bs-warning-border-subtle: #F39C12;
  --bs-warning-text: #000000;
}
/* End override Bootstrap Css var */
nav.navbar .container .navbar-collapse .navbar-nav {
  margin-left: auto;
  font-family: "Sunflower";
}

nav.navbar .container .navbar-collapse .navbar-nav li a.nav-link {
  padding: 1.5rem 1rem;
  color: #0A0000;
}

@media screen and (max-width: 991px) {
  nav.navbar .container .navbar-collapse .navbar-nav li a.nav-link {
    padding: 0.6rem 1rem;
  }
}

@media screen and (max-width: 991px) {
  nav.navbar .container .navbar-collapse .navbar-nav li:not(:last-child) a {
    border-bottom: 1px solid #E9E9EA;
  }
}

nav.navbar .container .navbar-toggler i {
  font-size: 36px;
}

nav.navbar .container .navbar-toggler:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

nav.navbar.dark {
  background: #0A0000;
}

@media screen and (max-width: 991px) {
  nav.navbar.dark .container .navbar-collapse ul li:not(:last-child) a.nav-link{
    border-bottom: 1px solid #2f2f2f;
  }

}

nav.navbar.dark .container .navbar-collapse ul li a.nav-link{
  color: #fff;
}

nav.navbar.dark .container .navbar-toggler i {
  color: #fff;
}


footer {
  background: #0A0000;
  text-align: center;
  padding: 36px 0px;
  color: #fff;
      font-family: 'Nunito', sans-serif;
}

footer .container .row>div img.logo {
  height: 80px;
}

footer .container .row>div>ul {
  list-style: none;
  padding-left: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}

footer .container .row>div>ul li {
  display: inline-block;
}

footer .container .row>div>ul li a {
  color: #fff;
}

footer .container .row>div a.color-white:hover {
  color: #fff;
  opacity: 0.7;
}


footer .container .row>div>ul li a i {
  font-size: 20px;
}

footer .container .row>div>ul li+li {
  margin-left: 24px;
}

footer .container .row>div p.small {
  color: #9E9EAB;
}

body {
  overflow-x: hidden;
}

.nunito,
.lower-font {
      font-family: 'Nunito', sans-serif;
}

.sunflower,
.upper-font {
  font-family: "Sunflower";
}

.bold {
  font-weight: bold;
}

a.red {
  text-decoration: none;
  color: #EC1C38;
}

p.small {
  font-style: 12px;
}

.btn-wide {
  width: 100%;
}

.bg-grey {
  background: #F6F6F6;
}

.bg-dark-grey {
  background: #E9E9EA;
}
.bg-secondary{
  --bs-secondary-rgb: 44,48,60;
}
.checkbox-light-seagreen{
  display: none;
}
.active-light-seagreen,
.checkbox-light-seagreen:checked + .checkbox-light-seagreen-label{
  background-color: #1ABC9C24;
  color: #1ABC9C;
  --bs-primary-rgb: 26, 188, 156;
}
.active-light-seagreen .text-primary,
.checkbox-light-seagreen:checked + .checkbox-light-seagreen-label .text-primary{
  --bs-primary-rgb: 26, 188, 156;
}
.checkbox-light-seagreen:checked + .checkbox-light-seagreen-label .btn-square{
  border-color: transparent !important;
  background-color: transparent;
  color: #272A35;
}
.checkbox-light-seagreen:checked + .checkbox-light-seagreen-label .btn-square i{
  transform: rotate(45deg);
}

.center {
  text-align: center;
}

.color-dark-1 {
  color: #0A0000;
}
.color-bbdark {
  color: #272A35;
}

.color-dark-3 {
  color: #686A72;
}

.color-red {
  color: #EC1C38;
}
.color-white {
  color: #fff;
}
.hidden {
  display: none;
}
.margin-auto {
  margin: auto;
}


.mt-n1 {
  margin-top: -0.25rem;
}
.mt-n2 {
  margin-top: -0.50rem;
}
.mt-n3 {
  margin-top: -0.75rem;
}
.mt-n4 {
  margin-top: -1rem;
}
.p-16{
  padding: 16px;
}
.me-16{
  margin-right: 16px;
}
.me-36{
  margin-right: 36px;
}

.upper-case {
  text-transform: uppercase;
}
.fs-12{
  font-size: 12px;
}
.fs-17{
  font-size: 17px;
}
.fs-19{
  font-size: 19px;
}
.fs-15{
  font-size: 15px;
}
.fs-19{
  font-size: 19px;
}
.fs-20{
  font-size: 20px;
}

.g-0-12{
  --bs-gutter-x: 0;
  --bs-gutter-y: 12px;

}
.g-0-6{
  --bs-gutter-x: 0;
  --bs-gutter-y:6px;
}
.g-0-3{
  --bs-gutter-x: 0;
  --bs-gutter-y: 3px;
}
.g-24{
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.g-12-24{
  --bs-gutter-x: 12px;
  --bs-gutter-y: 24px;
}

@media screen and (max-width: 575px) {
  .w-xs-100 {
    width: 100% !important;
  }
}


.wp-200{
  width: 200% !important;
}

.w-fit-content {
  width: fit-content !important;
}

.section-header {
  font-family: "Sunflower";
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}


@media screen and (max-width: 767px) {
  .section-header {
    font-size: 36px;
  }
}
.section-header-h1 {
  font-family: "Sunflower";
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .section-header-h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .section-header-h1 {
    font-size: 36px;
  }
}

.section{
  padding: 60px 0;
}

h3.heading {
  font-family: "Sunflower";
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
  color: #0A0000;
}

h3.heading.left {
  text-align: left;
}


h3.heading small.note {
  font-size: 16px;
  display: block;
}

.normal-text {
      font-family: 'Nunito', sans-serif;
}


.highlight-feature {
  padding: 36px 0px;
}

.feature-box {
  text-align: center;
  padding: 36px 0px;
}



.feature-box>img {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .feature-box>img {
    height: 100px;
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .feature-box>img {
    margin-bottom: 12px;
    height: 120px;
  }
}

.feature-box>p {
      font-family: 'Nunito', sans-serif;
  color: #686A72;
}

.feature-box>h5 {
  font-family: "Sunflower";
}

@media screen and (max-width: 575px) {
  .feature-box {
    margin-bottom: 36px;
  }
}

.hero-banner {
  padding: 36px 0px;
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/landingPages/renders-free-quote/hero-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 100%;
  background-position-y: 100%;
}

.hero-banner.bg-y-50 {
  background-position-y: 50%;
}
.hero-banner.bg-external-render  {
  background-image: url('https://d1dbtne32ilur4.cloudfront.net/img/landingPages/win-free-render/bg-external-render.png');
}
.hero-banner.bg-dark-grey  {
  background: linear-gradient(180deg, #E6E7EC 0%, #E9EAEE 100%);
}
.hero-banner.bg-white  {
  background: #fff;
}
.hero-banner.bg-img-none{
  background-image: none;
}
.hero-banner.dark-overlay {
  position: relative;
}

.hero-banner.dark-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 0, 0, 0.4);
  content: " ";
}
.hero-banner.dark-overlay.overlay-supper-dark:after {
  background: rgba(10, 0, 0, 0.8);
}
.hero-banner.dark-overlay:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, rgba(39, 42, 53, 0) 0%, #0A0000 100%);
  content: " ";
}
.hero-banner.dark-overlayleft{
  position: relative;
}
.hero-banner.dark-overlayleft:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(90.24deg, #000000 0.05%, rgba(0, 0, 0, 0) 99.64%);
  content: " ";
}

@media screen and (max-width: 991px) {
  .hero-banner.dark-overlayleft:before {
    background: linear-gradient(180.43deg, #000000 11.67%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
  }
}
.hero-banner.dark-overlay .container, .hero-banner.dark-overlayleft .container  {
  position: relative;
  z-index: 2;
}

.hero-banner .container .row>div h5.heading {
  font-family: "Sunflower";
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .hero-banner .container .row>div h5.heading {
    font-size: 16px;
  }
}

.hero-banner .container .row>div h1 {
  font-family: "Sunflower";
  font-size: 54px;
}
@media screen and (min-width: 992px) {
  .hero-banner .container .row>div h1.heading-title{
    font-size: 48px;
    line-height: 1.1;

  }
  .hero-banner .container .row>div h1.heading-title small{
    font-size: 24px !important;
  }

}
@media screen and (max-width: 767px) {
  .hero-banner .container .row>div h1 {
    font-size: 16px;
  }
}
.hero-banner .container .row>div h2 {
  font-family: "Sunflower";
  font-size: 40px;
}

@media screen and (max-width: 991px) {
  .hero-banner .container .row > div h2 {
    font-size: 36px;
  }
  .hero-banner .head-photo > img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner .container .row>div h2 {
    font-size: 32px;
  }
}

.hero-banner .container .row>div .headline.white {
  color: #fff;
}

.hero-banner .container .row>div .headline small {
  display: block;
  font-size: 20px;
      font-family: 'Nunito', sans-serif;
  width: 50%;
  margin: auto;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 100;
}

.hero-banner .container .row>div .headline small.full-width {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .hero-banner .container .row>div .headline small {
    width: 100%;
    font-size: 16px;
  }
}

.hero-banner .container .row>div h1 {
  font-family: "Sunflower";
  font-size: 54px;
}

.hero-banner .container .row>div h1.font-2 {
      font-family: 'Nunito', sans-serif;
}
@media screen and (max-width: 767px) {
  .hero-banner .container .row>div h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner .container .row>div h1 {
    font-size: 48px;
  }
}

/* Start :: half-length-model */
.hero-banner .half-length-model {
    width: 100%;
    height: 580px;
    position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner .half-length-model {
    height: 320px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner .heading {
    text-align: center;
  }
  .hero-banner .half-length-model {
    height: 250px;
    text-align: center;
  }
}
.hero-banner .half-length-model > img {
  position: absolute;
  bottom: -36px;
  left: 0;
  height: 100%;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner .half-length-model > img {
   height: auto;
   width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero-banner .half-length-model {
   margin-bottom: 24px;
  }
  .hero-banner .half-length-model > img {
    bottom: 0px;
    margin: auto;
    position: static;
  }
}

/* END :: half-length-model */



.the-form {
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  padding: 48px 36px;
      font-family: 'Nunito', sans-serif;
}
.the-form.no-bg {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}
.the-form.no-bg>.the-form {
  background: transparent;
}

.the-form.no-padding {
  padding: 0;
}
.the-form h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Sunflower";
}
.submit-fail-message ol{
  list-style: none;
}
.submit-fail-message .head{
  display: none;
}
.the-form p a:hover{
  color: #EC1C38 !important;
}
.the-form>.loading-box,
.the-form>.submit-fail-message,
.the-form>.submit-success-message {
  display: none;
}

.the-form.loading,
.the-form.submit-fail,
.the-form.submitted {
  position: relative;
}
.the-form.loading>.loading-box{
  display: block;
}

.the-form.submit-fail>.submit-fail-message,
.the-form.submitted>.submit-success-message {
  display: block;
  width: 100%;
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}
.the-form.no-bg.submit-fail>.submit-fail-message,
.the-form.no-bg.submitted>.submit-success-message {
  padding-left: 12px;
  padding-right: 12px;
}



.the-form.submit-fail>.submit-fail-message.show-on-top,
.the-form.submitted>.submit-success-message.show-on-top {
  top: 0;
}

@media screen and (max-width: 767px) {
  .the-form.submit-fail>.submit-fail-message,
  .the-form.submitted>.submit-success-message {
    padding-left: 54px;
    padding-right: 54px;
  }
  .the-form.no-bg.submit-fail>.submit-fail-message,
  .the-form.no-bg.submitted>.submit-success-message {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.the-form.submitted>.submit-success-message h3 {
  font-family: "Sunflower";
  color: #1ABC9C;
}

.the-form.submit-fail>.submit-fail-message h3 {
  font-family: "Sunflower";
  color: #EC1C38;
}

.the-form.no-bg.submit-fail>.submit-fail-message > img,
.the-form.no-bg.submitted>.submit-success-message  > img{
  height: 100px;
}


.the-form.submit-fail>p,
.the-form.submit-fail>h2,
.the-form.submit-fail>form,
.the-form.loading>p,
.the-form.loading>h2,
.the-form.loading>form,
.the-form.submitted>p,
.the-form.submitted>h2,
.the-form.submitted>form {
  visibility: hidden;
}


.the-form>.the-form {
  padding: 0;
  box-shadow: none;
}

.form-control[type="number"],
.form-control[type="file"],
textarea.form-control,
input[type="email"].form-control,
input[type="text"].form-control, .form-control {
  background: #f1f1f1;
  border: 1px solid #D0D0D2;
  border-radius: 0;
}

.form-control[type="number"]:focus,
.form-control[type="file"]:focus,
textarea.form-control:focus,
input[type="email"].form-control:focus,
input[type="text"].form-control:focus, .form-control:focus {
  box-shadow: none;
  border: 1px #0A0000 solid;
}

select.form-select.error,
.form-control.error {
  border: 1px solid #EC1C38 !important;
}

select.form-select {
  background-color: #f1f1f1;
  border: 1px solid #D0D0D2;
  border-radius: 0;
}


.form-text.error {
  display: none;
  color: red;
}

.selectWrapper.error + .form-text.error,
.form-select.error + .form-text.error,
.form-control.error + .form-text.error  {
  display: block;
}


.dropdown.customize-multiselect {
  background: #f1f1f1;
  border: 1px solid #D0D0D2;
  border-radius: 0;
}

.dropdown.customize-multiselect  > button {
  font-weight: 400;
  text-transform: none;
  padding-left: 12px;
  width: 100%;
  text-align: left;
      font-family: 'Nunito', sans-serif;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown.customize-multiselect  > button span {
  font-weight: 400;
}

.dropdown.customize-multiselect .dropdown-menu {
  width: 100%;
  box-shadow: 0px 3px 12px #ccc;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown.customize-multiselect .dropdown-menu  > li > a > label {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}
.dropdown.customize-multiselect .dropdown-menu  > li > a {
  text-decoration: none;
}
.dropdown.customize-multiselect .dropdown-menu  > li > a > label:hover {
  background-color: rgba(0,0,0,.05);
  cursor: pointer;
}


a.btn,
button {
  font-family: "Sunflower";
  text-transform: uppercase;

}

a.btn,
button.btn {
  border-radius: 0;
  border: none;
  --bs-btn-border-radius: 0;
  --bs-btn-font-family: 'Sunflower', sans-serif;
  --bs-btn-font-size: 15px;
  --bs-btn-font-weight: 700;
  font-size: 15px;
  font-weight: 700;
  padding: 3px 24px;
  line-height: 38px;
  text-transform: uppercase;
   position: relative;
   overflow: hidden;
}

.btn.btn-primary {
  background: #EC1C38;
}

.btn.btn:focus,
.btn.btn:active,
.btn.btn:hover {
  box-shadow: none;
  border: none;
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
  background: #2C303C;
}

.btn.btn-lg {
  font-size: 16px;
  padding:6px 24px;
}
.btn.btn-lg.fs-19 {
  font-size: 19px;
  padding:18px 36px;
}
@media screen and (max-width: 767px) {
  .btn.btn-lg.fs-19 {
    padding:12px 24px;
  }
}

.btn.btn-outline-light{
  color: #000;
  border:solid 1px #E9E9EA !important;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light:hover {
  box-shadow: none;
  border-width: 1px !important;
}
.btn.btn-outline-primary{
  border:solid 1px #ec1c38 !important;
  color:#ec1c38 ;
  --bs-btn-active-bg:#ec1c38;
  --bs-btn-active-border-color:#ec1c38;

}
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover {
  background-color:#ec1c38 ;
  color: #FFFFFF;
}
.btn.btn-outline-primary.bdr-2{
  border-width: 2px !important;
}
.btn.btn-square{
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  flex-shrink: 0;
}

/* Start :: checkbox */
.bb-checkbox input[type=checkbox] {
  display: none;
}

.bb-checkbox label {
display: inline-block;
cursor: pointer;
padding-left: 30px;
position:relative;
font-size: 16px;
margin-bottom: 0;
}

.bb-checkbox input[type=checkbox] + label:after {
  font-family: bootstrap-icons !important;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 2px solid #757575;
  border-radius: 2px;
}

.bb-checkbox  input[type=checkbox]:checked + label:after {
  content: "\f272";
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 19px;
  background: #EC1C38;
  border-color: #EC1C38;
}

.bb-checkbox input[type=checkbox] + label:before {
  display: none;
}
/* END :: checkbox */


/* Start :: Modal */
.modal .modal-dialog .modal-content {
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  font-family: "Sunflower";
}
/* END :: Modal */

.image-carousel {
  overflow-x: hidden;
  padding: 36px 0px;
  position: relative;
}

.image-carousel.dark {
  background: #272A35;
}
.image-carousel.dark::after {
  background: #272A35;
}

.image-carousel.dark h3 {
  color: #fff;
}
.image-carousel .owl-carousel h3{
  color: #FFF;
  font-size: 21px;
  font-family: 'Sunflower';
  margin: 12px 0 0 ;
  text-transform: uppercase;
}
.image-carousel .chocolat-image{ text-decoration: none;}

.image-carousel .owl-item {
  display: inline-block;
}
.image-carousel .vertical-divider{
  font-weight: 300;
  padding: 0 6px;
}
@media screen and (max-width: 575px) {
  .image-carousel .owl-item {
    width: 100%;
  }
}

.image-carousel .owl-item .item {
  background: red;
}

.image-carousel .owl-item .item img {
  width: 100%;
  vertical-align: top;
}

.image-carousel .owl-carousel {
  position: relative;
}

.image-carousel .owl-carousel .owl-stage-outer {
  overflow-x: hidden;
}

.image-carousel .owl-carousel .owl-nav>div {
  position: absolute;
  top: 50%;
  background: #EC1C38;
  padding: 6px 10px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .image-carousel .owl-carousel .owl-nav>div {
    top: calc(50% - 18px);
    padding: 3px 3px;
  }
}


.image-carousel .owl-carousel .owl-nav>div.owl-next {
  right: -20px;
}

@media screen and (max-width: 575px) {
  .image-carousel .owl-carousel .owl-nav>div.owl-next {
    right: -6px;
  }
}

.image-carousel .owl-carousel .owl-nav>div.owl-prev {
  left: -20px;
}

@media screen and (max-width: 575px) {
  .image-carousel .owl-carousel .owl-nav>div.owl-prev {
    left: -6px;
  }
}

.image-carousel .owl-carousel .owl-nav>div.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.image-carousel .owl-carousel .owl-nav>div:hover {
  opacity: 0.7;
}

.image-carousel .owl-carousel .owl-nav>div i {
  color: #fff;
  font-size: 20px;
}

.image-carousel:after {
  background: #0A0000;
  content: " ";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.image-carousel.after-top:after {
  background-color: #272A35;
  height: 70%;
  top: 0;
  bottom: 0;
}
.image-carousel .owl-carousel h4{
  text-align: center;
  font-size: 21px;
  font-family:  'Sunflower';
  margin: 12px 0 0;
}
.image-carousel .item{
  text-decoration: none;
}
.loading-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: calc(50% - 20px);
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #EC1C38;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #EC1C38 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}



/* Start :: Section job-applying */
.job-applying {
  padding-top: 60px;
  padding-bottom: 60px;
      font-family: 'Nunito', sans-serif;
  background: #F6F6F6;
}
.job-applying .applying-step {
  display: none;
}
.job-applying .applying-step.show {
  display: block;
  animation: fadeIn 1s;
  -moz-animation: fadeIn 1s; /* Firefox */
  -webkit-animation: fadeIn 1s; /* Safari and Chrome */
  -o-animation: fadeIn 1s; /* Opera */
}

.job-applying .option-box {
    display: flex;
    justify-content: center;
    width: 100%;
}
@media screen and (max-width: 991px) {
  .job-applying .option-box {
    display: block;
  }
}

.job-applying .option-box .option-box-item {
  text-align: center;
  padding: 36px;
  width: 300px;
  border: 1px solid #D0D0D2;
  background: #fff;
  transition: all ease 0.3s;
  cursor: pointer;
  position: relative;
}

.job-applying .option-box .option-box-item  > img{
  width: 160px;
}

@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item {
    padding: 8px 24px;
  }

}
@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .job-applying .option-box .option-box-item + .option-box-item {
    margin-top: 6px;
  }
}

.job-applying .option-box .option-box-item:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.job-applying .option-box .option-box-item.active {
  border: 1px solid #EC1C38;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}
.job-applying .option-box .option-box-item.active h4,
.job-applying .option-box .option-box-item.active h5 {
  color: #EC1C38;
  transition: all ease 0.3s;
}



.job-applying .option-box .option-box-item.blur {
  border: 1px solid #D0D0D2;
  box-sizing: border-box;
}
.job-applying .option-box .option-box-item.blur img {
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all ease 0.3s;
}


.job-applying .option-box .option-box-item.padding-md{
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .job-applying .option-box .option-box-item.padding-md{
    padding: 6px 24px;
  }
}



.job-applying .option-box .option-box-item:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 1199px) {
  .job-applying .option-box .option-box-item:not(:last-child) {
    margin-right: 12px;
  }
}

.job-applying .option-box .option-box-item h4{
  font-family: "Sunflower";
  font-size: 24px;
  line-height: 36px;
  color: #686A72;
  margin-top: 12px;
  margin-bottom: 0;
}

.job-applying .option-box .option-box-item h5 {
  font-family: "Sunflower";
  font-size: 19px;
  color: #686A72;
  margin-top: 12px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .job-applying .option-box .option-box-item h4{
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }
  .job-applying .option-box .option-box-item h5{
    font-size: 14px;
    margin-top: 0;
  }
}


.job-applying .option-box  .option-box-item img {
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .job-applying .option-box  .option-box-item img {
    height: 100px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .job-applying .option-box  .option-box-item img {
    height: 80px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .job-applying .option-box  .option-box-item img {
    height: 60px;
    margin-left: 0;
    margin-right: 12px;
    width: auto;
  }
}

.job-applying .option-box  .option-box-item img.line-icon {
  opacity: 0.5;
  height: 54px;
}
@media screen and (max-width: 575px) {
  .job-applying .option-box  .option-box-item img.line-icon {
    height: 36px;
    margin-left: 24px;
  }
 }

.job-applying .option-box .option-box-item .bb-checkbox {
  position: absolute;
  top: 12px;
  left: 12px;
  margin-top: -20px;
}
.job-applying .option-box .option-box-item button.btn[data-bs-toggle="modal" ]{
  position: absolute;
  top: 0;
  right:  0;
}
/* END :: Section job-applying */



/* Start :: bb-check-list */

div.bb-check-list ul {
  padding-left: 0;
}
div.bb-check-list.center ul {
  margin: auto;
}

div.bb-check-list ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 6px;
  position: relative;
}

div.bb-check-list ul li > label  {
  background: #FFFFFF;
  border: 1px solid #E9E9EA;
  padding: 8px 16px;
  width: 100%;
  cursor: pointer;
}

div.bb-check-list ul li > button  {
  position: absolute;
  right: 3px;
  top: 3px;
}
div.bb-check-list.limit-width.w-300 ul {
  width: 300px;
}
div.bb-check-list.limit-width.w-400 ul {
  width: 400px;
}
div.bb-check-list.limit-width.w-450 ul {
  width: 450px;
}
@media screen and (max-width: 575px) {
  div.bb-check-list.limit-width.w-450 ul {
    width: 100%;
  }
  div.bb-check-list.limit-width.w-400 ul {
    width: 100%;
  }
  div.bb-check-list.limit-width.w-300 ul {
    width: 100%;
  }
}
div.bb-check-list.fix-for-main-site ul li {
  margin-bottom: 0;
}
div.bb-check-list.fix-for-main-site ul li > label {
  padding: 12px 16px;
}
div.bb-check-list.fix-for-main-site  ul li > button {
    top: 6px;
}
/* END :: bb-check-list */


/* END :: Section display status */
.form-status .container .the-form  {
    height: 650px;
}
/* END :: Section display status */




/* Start :: Vertical tab collapse */
.tab-collapse {
  display: flex;
}

.tab-collapse  >.left  {

}
.tab-collapse > .left  ul {
  padding-left: 0;
}

.tab-collapse .left  ul li {
  list-style: none;
}

.tab-collapse >  .left  ul li a {
  width: 240px;
  padding: 12px 16px;
  background: #F6F6F6;
  display: block;
      font-family: 'Nunito', sans-serif;
  color: #686A72;
  text-decoration: none;
  cursor: pointer;
}

.tab-collapse > .left  ul li a[aria-expanded="true"] {
  background: #fff;
  color: #0A0000;
}


.tab-collapse > .right {

}
.tab-collapse .right .accordion .accordion-item{
  border: none;
  border-radius: 0;
}


@media screen and (min-width: 1200px) {
  .tab-collapse .right .accordion .accordion-item .accordion-header{
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .tab-collapse > .left {
    display: none;
  }
}
/* END :: Vertical tab collapse */


/* Start :: Image before after */
.image-before-after {
  position: relative;
  display: block;
}
.image-before-after  > img {
  width: 100%;
}
.image-before-after::before {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: 0.9em;
  height: 100%;
  position: absolute;
  left: calc(50% - 0.45em);
  top: 0;
  bottom: 0;
}
.image-before-after.fulltitle::before {
  display: none;
}

.image-before-after  .image-label-before,
.image-before-after  .image-label-after {
  display: flex;
  align-items: flex-end;
  z-index: 1;
  background: rgba(39, 42, 53, 0.6);
  position: absolute;
  bottom: 0;
  width: calc(50% - 0.45em);
  padding: 0.6em 0.8em;
}
.image-before-after.fulltitle  .image-label-before,
.image-before-after.fulltitle  .image-label-after {
  width:50%;
}

.image-before-after  .image-label-before p,
.image-before-after  .image-label-after p {
  color: #fff;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.06em;
  line-height: 1em;
  position: relative;
}
.image-before-after  .image-label-before {
  left: 0;
}
.image-before-after  .image-label-after {
  right: 0;
  text-align: right;
}

.image-before-after .image-label-before p {
  padding-left: 24px;
}
.image-before-after .image-label-after p {
  padding-right: 24px;
  margin-left: auto;
}

.image-before-after  .image-label-before p::after {
  content: '';
  position: absolute;
  top: 1px;
  width: 0.9em;
  height: 0.9em;
  background-color: #ec1c38;
  left: 0;
}

.image-before-after  .image-label-after p::after {
  content: '';
  position: absolute;
  top: 1px;
  right: -6px;
  width: 0.9em;
  height: 0.9em;
  background-color: #ec1c38;
}

/* END :: Image before after */



/* Start :: accordion */
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ec1c38;
  background-color: #FDE4E7;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion .accordion-item .accordion-header  .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-item .accordion-collapse .accordion-body{

}
/* END :: accordion */


/* Start :: Overwrite css main page */
.workTogether { display: none; }
/* END :: Overwrite css main page  */

/* Start :: hero-banner-ebook*/

@media screen and (min-width: 992px) {
  .hero-banner-ebook{
    padding: 60px 0;

  }
  .hero-banner-ebook h1{
    font-size: 36px;

  }
}
@media screen and (min-width: 1200px) {
  .hero-banner-ebook h1{
    font-size: 52px;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-ebook h1{
    font-size: 32px;
  }
}
.hero-banner-ebook p.subtitle{
  font-size: 28px;
  font-weight: 300;
  color: #272a35;
}
.hero-banner-ebook{
  background:var(--bb-supper-bg) ;
}
.hero-banner-ebook h1{
  margin-bottom: 0;
}
.hero-banner-ebook  .container .row>div h2 {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .hero-banner-ebook  .container .row>div h2 {
    font-size: 26px;
  }
}
/* End :: hero-banner-ebook*/
.ebook-hero-img {
  position:relative;
  text-align: right;
  z-index: 0;

}
.ebook-hero-img .post-img{
  position:absolute;
  border: solid 18px #E9E9EA;
  border-radius: 3px;
  left: 0;
  width: 276px;
  height: 194px;
}
.ebook-hero-img .post-img img{
  width: 100%;
}
.ebook-hero-img .post-img:nth-child(1){

  transform: rotate(11.75deg);
  top: -2%;
}
.ebook-hero-img .post-img:nth-child(2){
  transform: rotate(-4.97deg);
  top: 29%;
}
.ebook-hero-img .post-img:nth-child(3){
  transform: rotate(19.59deg);
  top: 62%;
    left: 24px;
}
.ebook-hero-img .post-hero-img{
  margin-right: -60px;
  max-width: 100%;
}
.ebook-hero-img .post-img-container{
  position:absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.ai-copywriting-hero-img {
  position:relative;
}
.ai-copywriting-hero-img img{
  position: absolute;
  bottom: -129px;
  right: -80px;
}
@media screen and (min-width: 1400px) {
  .ai-copywriting-hero-img img{
    max-width: 120%;
    bottom: -120px;
    left: -80px;
    right: auto;
  }
}
@media screen and (max-width: 1400px) {
  .ai-copywriting-hero-img img{
    right: -114px;
    width: 860px;
  }
}
@media screen and (max-width: 991px) {
  .ai-copywriting-hero-img{
    padding-top: 79%;
    margin-top: -7%;
  }
  .ai-copywriting-hero-img img{
     width: 100%;
     right: -5%;
     bottom: -18%;
  }
}
@media screen and (max-width: 767px) {
  .ai-copywriting-hero-img{
    padding-top: 75%;
  }
  .ai-copywriting-hero-img img{
    right: 0;
  }
}

.gallery-fixed-height {
  position: relative;
}

.gallery-fixed-height .hero-text-before{
    position:absolute;
    width: 24%;
    left: -10%;
    top: 0;
}
.gallery-fixed-height .hero-text-after{
  position:absolute;
  width: 30%;
  right: 0;
  bottom: 20%;
}
.gallery-fixed-height .g-fixed-img  {
  max-height: 366px;
  object-fit: cover;
  object-position: center bottom;
}


@media screen and (max-width: 991px) {
  .gallery-fixed-height .hero-text-before{
    left: 0;
  }

}
/* Start Form Element : 1 April 2022 */

.the-form .input-group .form-control{
  border-right: 0;
}
.the-form .input-group .input-group-text{
  border-color: #D0D0D2;
  background-color:#f1f1f1;
}

.form-check{

  padding-left: 28px;
}
.form-check .form-check-input{
  margin-left: -28px;
}
.form-check-input{
  background-color: #FFF;
  border-color: var(--bs-primary);
  width: 20px;
  height: 20px;
  border-width: 2px;
  margin-top: 1px;
}
.form-check-input:checked, .form-check-input:checked[type=radio]{
  background: var(--bs-primary);
  box-shadow: inset 0 0 0 3px #FFF;
  border-color: var(--bs-primary);
}


/* End :: Form Element : 1 April 2022 */
.feature-box .post-img{
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-bottom: 24px;
  margin: 20px 20px 24px;

}
.feature-box .post-img img{
  max-width: 100%;
}
.feature-box .post-img::after{
  content: '';
  position:absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: 30px;
  background-color: var(--bs-primary);
  z-index: -1;
}
.feature-box .post-img.bg-black{
  --bs-primary : #000;
}
.ebook-feature{
  padding: 60px 0;

}
.ebook-feature p{
  color: #686A72;
  font-size: 15px;
}
.ebook-feature .fs-12{
  font-size: 12px;
}

.ebook-feature .feature-box{
  max-width: 362px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
}
.ebook-feature .feature-body{
  padding: 0 20px;
}
@media screen and (max-width: 1199px) {
  .feature-box .post-img{
    margin: 10px 10px 20px;
  }
  .feature-box .post-img::after{
    left: -10px;
    top: -10px;
    right: -10px;
  }
}

.text {
      font-family: 'Nunito', sans-serif;
}

.text-for-heading {
  font-family: 'Sunflower', sans-serif;
}
@media screen and (min-width: 768px)  {
  .text-md-justify  {
    text-align: justify;
  }
}

@media screen and (max-width: 575px)  {
  .text-xs-center  {
    text-align: center;
  }
  .text-xs-justify  {
    text-align: justify;
  }
  .fs-xs-6 {
        font-size: 1rem!important;
  }
  .fs-xs-5 {
        font-size: 1.25rem!important;
  }
  .fs-xs-1 {
        font-size: 2.5rem!important;
  }
}




.g-36-36{
  --bs-gutter-x: 36px;
  --bs-gutter-y: 36px;
}
.g-10-10{
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

.videoWrapper1920x1080 {
  padding-bottom: 56.25%;
}
.videoWrapper1920x525{
  padding-bottom: 31%;
}
[class^="videoWrapper"] {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: #272a35;
}
[class^="videoWrapper"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section{
  padding-top: 60px;
  padding-bottom: 60px;
}

.line-height-12{
  line-height: 1.2;
}
.hero-banner.bdaa-hero-banner{
  z-index: 0;
  position: relative;
}
.hero-banner.bdaa-hero-banner::after{
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: #FFFFFF;
  position:absolute;
  z-index: -1;
  opacity: .3;
}

.bg-dark-2::after{
  background-color: #272A35;
}

.testimonials {
  background: #272A35 url('https://d1dbtne32ilur4.cloudfront.net/img/testimonial-bg.png') no-repeat 0 bottom;
  background-size: cover;
  padding: 158px 0 80px;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .testimonials {
    padding: 60px 0 ;
  }
}
.testimonials .testimonials-bg {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: url('https://d1dbtne32ilur4.cloudfront.net/img/testimonial-bg-img.jpg') no-repeat center 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .testimonials .testimonials-bg {
    display: none;
  }
}
.title-h2{
  font-size: 42px;
}
@media screen and (max-width: 991px) {
  .title-h2{
    font-size: 28px;
  }
  .title-h2-36{
    font-size: 36px;
  }
  .title-h2-40{
    font-size: 40px;
  }
}

.testimonials h2 {
  margin-bottom: 54px;
  line-height: 1.3;
  font-size: 42px;
  font-family: 'Sunflower', sans-serif;
}
.testimonials h2 span{
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #EC1C38;
  line-height: 1;
}
.title-center{
  text-align: center;
}
@media screen and (max-width: 991px) {
  .testimonials h2 {

    font-size: 26px;

  }
}
@media screen and (max-width: 767px) {
  .testimonials h2 {
    margin-bottom: 36px;


  }
}
.testimonials .testimonials-container {
  background-color: #686A72;
  position: relative;
  z-index: 0;
  padding: 48px 48px 48px 0;
  margin: 0;
  min-height: 270px;
}
.testimonials .testimonials-container::before {
  content: '';
  background-color: #686A72;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
}
.testimonials .testimonials-container p {
  margin-bottom: 0;
}
.testimonials .testimonials-container::after {
  content: '';
  background: url('../../img/icon-quote.svg') no-repeat 0 0;
  background-size: 100%;
  width: 60px;
  height: 48px;
  display: block;
  position: absolute;
  right: 48px;
  bottom: 24px;
  opacity: 0.2;
  top: auto;
}
.testimonials .blockquote {
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}
.testimonials .blockquote-footer {
  padding: 12px 0 0 ;
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: 'Sunflower', sans-serif;
}
.testimonials .blockquote-footer::before {
  content: '';
}
.testimonials .blockquote-footer time {
  color: #9E9EAB;
  display: block;
  font-size: 12px;
}
.testimonials .carousel-control-next,
.testimonials .carousel-control-prev {
  width: 40px;
}
.testimonials .carousel-control-prev {
  left: -50px;
}
.testimonials .carousel-indicators [data-bs-target].active {
  background-color: #EC1C38;
}

.font-Nunito {
  font-family: "Nunito Sans" !important;
}


/* APB Landing page */
.hero-banner.bg-transparent{
  background: transparent;
  z-index: 0;
  overflow: hidden;
}
.banner-back-hero{
  position:absolute;
  z-index: -1;
  width: 70%;
  top:-36px;
  right: 12px;
  bottom: -36px;
}
.banner-back-hero img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.lan-page-section{
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .lan-page-section{
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .lan-page-section{
    padding:36px 0;
  }
}
.lan-page-container{

  background: #E9E9EA no-repeat left center;
  background-size: auto 100%;
  padding: 80px 36px;
  position: relative;
  z-index: 0;

}
.lan-page-container::after{
  content: '';
  position:absolute;
  left: 0;
  background: linear-gradient(266deg, #E9E9EA 50%, rgba(233, 233, 234, 0) 100%);
  bottom: 0;
  width: 100%;
  top: 0;
  z-index: -1;

}
.lan-page-container.transparent{
  background-color: transparent;
}

.lan-page-container.not-overlay::after{
  display: none;
}
.lan-page-container h2{
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'Sunflower';
}
.lan-page-container h2.title-36{
  font-size: 36px;
  line-height: 1.2;
}
.lan-page-container a{
  text-decoration: none;
}
.lan-fixed-image{
  max-width: 800px;
}
.lan-fixed-content{
  max-width: 480px;
}
.mw-700{
  max-width: 700px;
}
.mw-400{
  max-width: 400px;
}
.minh-100 {
  min-height: 100%;
}
@media screen and (max-width: 991px) {
  .lan-fixed-content{
    text-align: center;
  }
}
.link-primary{
  color: #EC1C38;
}
.link-primary:hover{
  color: #EC1C38;
  text-decoration: underline;
}

.image-carousel.no-after::after{
  display: none;
}
.gallery-beforafter{
  position: relative;
  display: block;
}
.gallery-beforafter:not(.tileFull):before, .gallery-beforafter .sliderDivider:before {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: 0.9em;
  height: 100%;
  position: absolute;
  left: calc(50% - 0.45em);
  top: 0;
  bottom: 0;
}
.gallery-beforafter.fs-12{
  font-size: 8px;
}
.gallery-beforafter img{
  width: 100%;
}
.gallery-beforafter [class^="imgLabel"] {
  display: -ms-flexbox;
  -ms-flex-align: flex-end;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  background-color: rgba(39,42,52,0.85);
  position: absolute;
  bottom: 0;
  width: calc(50% - 0.45em);
  padding: 0.5em 0.8em;
}
.gallery-beforafter.tileFull [class^="imgLabel"]{
  width: 50%;
}
.gallery-beforafter [class^="imgLabel"] p {
  color: #fff;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.06em;
  line-height: 1em;
  position: relative;
  font-size: 0.8rem;
}
.gallery-beforafter .imgLabelAfter {
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.gallery-beforafter .imgLabelAfter .glyph:after,
.gallery-beforafter .imgLabelBefore .glyph::before{
  content: '';
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background-color: #ec1c38;
  vertical-align: middle;
}
.gallery-beforafter .imgLabelAfter .glyph:after {
  margin-left: .75em;
}
.gallery-beforafter .imgLabelBefore .glyph::before{
 margin-right: .75em;
}

.gallery-beforafter .imgLabelAfter .turnaround{
  margin-right: auto;
}
.gallery-beforafter.container360 {
  display: flex;
}
.gallery-beforafter.container360 [class^="container360"]{
  width: 50%;

}
.container360 [class^="before360"], .container360 [class^="after360"] {
  width: 100%;
  height: 100%;
}
.popupContent .gallery-beforafter{
  margin-bottom: 24px;
}
.title-h3{
  font-size: 28px;
  font-family: "Sunflower";
  text-transform: uppercase;
  font-weight: 700;
}
.title-h3 small{
  display: block;
  margin: 0 0 6px;
  color: #EC1C38;
  font-weight: 700;
  font-size: 15px;
}

.hero-banner .container .row>div h1.title-42{
  font-size:  42px;
  font-weight: 700;
}

.hero-banner .container .row>div p {
      font-family: 'Nunito', sans-serif;
  font-weight: 400;
}
.hero-banner .hero-body-text {
  font-family: "Nunito Sans" !important;
  font-weight: 100;
}
.hero-banner .hero-body-text h1,
.hero-banner .hero-body-text h2,
.hero-banner .hero-body-text h3,
.hero-banner .hero-body-text h4,
.hero-banner .hero-body-text h5,
.hero-banner .hero-body-text h6 {
  font-family: "Nunito Sans" !important;
  font-weight: 400;
}

.title-42{
  font-size:  42px;
}
.title-24{
  font-size:  24px !important;
  font-weight: 700;
  font-family: "Sunflower";
}
.row-g-30{
  --bs-gutter-x:30px;
  --bs-gutter-y: 30px;
}
.fs-15{
  font-size: 15px;
}
.fs-19{
  font-size: 19px;
}
.fs-20{
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .fs-ms-16{
    font-size: 16px !important;
  }
}
.text-dark3{
  color: rgba(104, 106, 114, 1);
}
.mb-6{
  margin-bottom: 6px;
}
.mb-24{
  margin-bottom: 24px;
}
.mb-36{
  margin-bottom: 36px;
}
.mb-12{
  margin-bottom: 12px;
}
.testimonial-list-card {
  line-height: 1.4;

}
.testimonial-list-card .gallery-beforafter{
  margin-bottom: 6px;
}
.testimonial-list-card h3{
  font-size: 19px;
  font-family: "Sunflower";
  font-weight: 700;
  margin-bottom:12px;
  padding-top:6px;
  line-height: 1.2;
}
.testimonial-list-card h3 .inlineSummary{
  color: #686A72;
  font-size: 12px;
}
.testimonial-list-card h3 .fs-14{
  font-size: 14px;
}
.testimonial-list-card h3 .verticalDivider{
  color: #000000;
  font-size: 19px;
}
.testimonial-list-card .user-avtar{
  font-size: 32px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #425b62;
  display: block;
  color: #FFF;
  border-radius: 60px;
}

hr{
  background-color: #E9E9EA;
  opacity: 1;
}
.btn .bi{font-size: 22px;     vertical-align: middle;}

.form-row-g{
  --bs-gutter-y: 24px;
  --bs-gutter-x: 6px;
}

.the-form.submit-fail>.submit-fail-message.centeralign{
  transform: translateY(-50%);
  top: 50%;
}
.submit-fail-message {
  text-align: center;
}
.submit-fail-message ol{
  text-align: left;
  color: #686A72;
  margin: 0;
  padding-left: 1rem;
}
.submit-fail-message .head{
  margin-bottom: 0;
  color: #ec1c38;
  font-weight: 700;
}

a.color-dark-3:hover{
  color: #ec1c38;
}

.call-to-action-section{
  padding: 136px 60px;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  line-height: 1.2;

}

.call-to-action-section::before{
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.15) 100%);
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.call-to-action-section h2{
  font-size: 42px;
  margin: 0;
  text-transform: uppercase;
}
.call-to-action-section p{
  font-size: 48px;
  margin: 0 0 16px;
  font-weight: 300;
  font-family: 'Nunito', sans-serif;
}
@media screen and (max-width: 991px) {
  .call-to-action-section{
    padding: 80px 48px;
  }

  .call-to-action-section p{
    font-size: 36px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .call-to-action-section{
    padding: 60px 24px;
  }
  .call-to-action-section h2{
    font-size: 36px;
  }
  .call-to-action-section p{
    font-size: 28px;
    line-height: 1.2;
  }
}
.font-nunito{
  font-family: 'Nunito', sans-serif;
}
.font-sunflower {
  font-family: 'Sunflower', sans-serif;
}

.form-getstarted{
  margin-bottom: -45px;


}
.form-getstarted .the-form{
  padding-top: 36px;
  padding-bottom: 60px;
}
.form-getstarted .form-title-bg{
  background-color: #272A35;
  color: #FFF;
  text-align: center;
  padding: 45px 0 52px;
  overflow: hidden;
  z-index: 0;
  position: relative;
  margin-top: -74px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .form-getstarted .form-title-bg{
    margin-top: 0;
  }
}

.form-getstarted .form-title-bg h2{
  font-size: 28px !important;
  margin-bottom: 3px;
}

.form-getstarted .form-title-bg p{
  margin-bottom: 0;
}
.form-getstarted .form-title-bg::after,
.form-getstarted .form-title-bg::before{
  position:absolute;
  content: '';
  width:100%;
  height: 200px;
  top: 100%;
  background-color: #FFF;
}
.form-getstarted .form-title-bg::before{
  transform: rotate(348deg);
  transform-origin: top left;
  left: 50%;
}
.form-getstarted .form-title-bg::after{
  transform: rotate(12deg);
  transform-origin: top right;
  right: 50%;
}
.navbar-brand.brand-secound{
  margin-right: auto;
  border-left:  0px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 0 24px;
  margin-left: 16px;
  position: relative;
}
.navbar-brand.brand-secound::before{
  width: 1px;
  background-color:rgba(0, 0, 0, 0.2) ;
  position:absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  transform: skewX(-14deg);
}
@media screen and (max-width: 767px) {
  .navbar-brand.brand-secound .auto-height-mobile{
    height: auto;
  }
}

/* END APB Landing page */



.hero-banner .container .row>div h1.title-32{
  font-size:  32px;
  font-weight: 700;
}
.hero-banner .container .row>div h1.title-36{
  font-size: 36px;
}
.title-36{
  font-size: 36px;
  font-weight: 700;
}
.intro-white-box{
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  padding:36px;
  text-align: center;
  position: relative;
  z-index: 8;
}
.intro-white-box a{
  text-decoration: none;
}
.intro-white-box a:hover{
  text-decoration: underline;
}

.carousel-animation{
  width: 75%;
  z-index: inherit;
}
.carousel-animation > .carousel, .carousel-animation .carousel-inner, .carousel-animation  .carousel-item{
  height: 100%;
}

.carousel-animation .carousel-indicators{
  left: auto;
  margin: 0 12px 18px;
  z-index: 88;

}
.carousel-animation .carousel-indicators [data-bs-target]{
    width: 12px;
    height: 12px;
    border-width: 0;
    opacity: 1;
    background-color: #9E9EAB;
    margin: 0 6px;
}
.carousel-animation .carousel-indicators .active{
  background-color: #EC1C38;
}
.carousel-animation .gallery-caption{
  background: rgba(39, 42, 53, 0.5);
  font-family: 'Sunflower';
  font-weight: 300;
  padding: 6px 24px;
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #FFF;
  white-space: nowrap;
  font-size: 24px;
}


.carousel-animation .gallery-caption b{
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .carousel-animation .gallery-caption{
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .carousel-animation{
    position: relative;
    width: 100%;
    right: 0;
    top: -24px;
  }
}
.carousel-after-image{
  position:absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 100%;
  transition: right 0.8s ease-in-out;
  transition-delay: 1.2s;
  overflow:hidden;
  z-index: 3;
}

.carousel-animation .carousel-item img{
    object-fit:cover;
    object-position: 0 0;
    transform: scale(1.2);
    transition: transform 1s ease-in-out;
}
.carousel-animation .carousel-item .carousel-after-image img{
  transform: scale(1);
}
.carousel-item.active img{
  transform: scale(1);
}
 .carousel-item.active .carousel-after-image{
  right: 0;
}

.featured-logos-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 12px;

}
.featured-logos-list li{
  width: 25%;
  padding: 12px 6px;
}
@media screen and (max-width: 767px) {
  .featured-logos-list li{
    width: 33.3%;
  }
}

@media screen and (max-width: 500px) {
  .featured-logos-list li{
    width:50%;
  }
}

.featured-logos-list li img{
  max-width: 100%;
  max-height: 44px;
}
.bg-dark3{
  background-color: #686A72;
}
.bg-dark2{
  background-color: #272A35;
}
.bg-after-dark3-50{
  position: relative;
  z-index: 0;
}
.bg-after-dark3-50::after{
  content: '';
  background-color: #686A72;
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  z-index: -1;
}

/*= Card ==*/
.section-feature .card-feature {
  min-height: 100%;
  border: solid 1px #E9E9EA;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.section-feature .card-feature h3,
.section-feature .card-feature h4 {
  font-size: 25px;
  font-family: 'Nunito', sans-serif;
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature h3,
  .section-feature .card-feature h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature h3,
  .section-feature .card-feature h4 {
    font-size: 17px;
  }
}
.section-feature .card-feature h3 a,
.section-feature .card-feature h4 a {
  color: #272A35;
  text-decoration: none;
}
.section-feature .card-feature h3 a:hover,
.section-feature .card-feature h4 a:hover {
  color: #EC1C38;
}
.section-feature .card-feature h4 {
  font-family: 'Sunflower', sans-serif;
  text-transform: uppercase;
}
.section-feature .card-feature .sm-title {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Sunflower', sans-serif;
  text-transform: uppercase;
  color: #EC1C38;
}
.section-feature .card-feature .card-img-top {
  padding: 23px 0 12px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .card-img-top {
    padding: 12px 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature .card-img-top {
    width: 97px;
    padding: 11px 0;
    text-align: center;
    flex-shrink: 0;
  }
}
.section-feature .card-feature .card-img-top img {
  width: auto;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .card-img-top img {
    max-width: 74px;
  }
}
.section-feature .card-feature .card-body {
  text-align: center;
  padding: 0 12px 16px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature .card-body {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature .card-body {
    padding: 12px;
    text-align: left;
  }
}
.section-feature .card-feature p {
  color: #686A72;
}
.section-feature .card-feature p:last-child {
  margin-bottom: 0;
}

.section-feature .card-feature p:last-child {
  margin-bottom: 0;
}
.section-feature .card-feature.small-feature {
  border-width: 0;
  font-size: 15px;
}
.section-feature .card-feature.small-feature h3 {
  font-size: 19px;
  font-family: 'Sunflower', sans-serif;
}
.section-feature .card-feature.small-feature .card-img-top {
  height: 100px;
  overflow: inherit;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.small-feature .card-img-top {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature.small-feature .card-img-top {
    width: 100px;
  }
}
.section-feature .card-feature.small-feature .card-img-top img {
  width: 100px;
}
.section-feature .card-feature.small-feature .card-body {
  position: relative;
}

.section-feature .card-feature.card-wework {
  padding-top: 36px;
  padding-bottom: 24px;
  border-width: 0;
  border-radius: 0;
}
.section-feature .card-feature.card-wework .card-img-top {
  height: 130px;
  padding: 0;
  overflow: inherit;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.card-wework .card-img-top {
    height: auto;
  }
}
.section-feature .card-feature.card-wework h3 {
  font-size: 20px;
  font-family: 'Sunflower', sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .section-feature .card-feature.card-wework h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .card-feature.card-wework h3 {
    font-size: 17px;
  }
}
.section-feature .card-feature.card-wework .card-body {
  padding: 0 12px 24px;
}

.gallery .gallery-row{
  position: relative;
}
.gallery .gallery-caption.gallery-caption-dark{
  background-color: #272a35 ;
  font-size: 12px;
  position: relative;
}
.gallery .gallery-withiphone{
  position: relative;
}
.gallery .gallery-caption-dark.gallery-caption{
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: bold;
  justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}
.gallery-caption-dark.gallery-caption p{
  margin: 0;
}
.gallery-caption-dark.gallery-caption .label-text{
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center;
  font-family: 'Sunflower';
}
.text-transform-none{
  text-transform: none !important;
}
.gallery-caption-dark.gallery-caption .label-text::before, .gallery-caption-dark.gallery-caption .label-text::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #EC1C38;


}
.gallery-caption-dark.gallery-caption .label-text.before::before{
  margin-right: 12px;
  content: '';
}
.gallery-caption-dark.gallery-caption .label-text.after::after{
  margin-left: 12px;
  content: '';
}
.gallery-caption-dark.gallery-caption .col-50 {
  width: 50%;
    padding: 12px 24px;
}
.gallery .gallery-caption-dark.gallery-caption .col-100{
  width: 100%;
}
.gallery .gallery-row.gallery-withiphone{
  margin: 6% 0;
}
@media screen and (max-width:1399px) {
  .gallery .gallery-row.gallery-withiphone{
    margin: 11% 0;
  }
}
@media screen and (max-width:1199px) {
  .gallery .gallery-row.gallery-withiphone{
    margin: 6% 0;
  }
}
@media screen and (max-width:991px) {
  .gallery .gallery-row.gallery-withiphone{
    margin: 66px 0;
  }
}
@media screen and (max-width:767px) {
  .gallery .gallery-row.gallery-withiphone{
    margin: 66px 0;
  }
  .gallery-caption-dark.gallery-caption .label-text{
    font-size: 13px;
  }
  .gallery .gallery-caption-dark.gallery-caption .label-text.after::after{
    margin-left: 6px;
  }
  .gallery .gallery-caption-dark.gallery-caption .label-text::before, .gallery .gallery-caption-dark.gallery-caption .label-text::after{
    width: 12px;
    height: 12px;
  }
}
.gallery-withiphone .mobile-frame-center{
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gallery-withiphone-image{
  display: flex;
  overflow: hidden;
}
.gallery-withiphone-image img{
  width: 100%;
  flex-shrink: 0;
  transition: transform .6s ease-in-out;
}
.section-lg {
  padding: 80px 0;
}
.card.card-service-list {
  --bs-card-border-color: transparent;
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-bg: transparent;
  --bs-card-spacer-y: 16px;
  --bs-card-spacer-x: 0;
  margin-bottom: 16px;
  text-decoration: none
}
.card.card-service-list h3, .card.card-service-list h4 {
  font-size: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: Sunflower;
}
.card.card-service-list h3 a, .card.card-service-list h4 a {
  color: #fff;
  text-decoration: none
}
.card.card-service-list h3 .price, .card.card-service-list h4 .price {
  padding-left: 6px
}


.section-lg {
  padding: 80px 0;
}


.card.card-service-list {
  --bs-card-border-color: transparent;
  --bs-card-border-width: 0;
  --bs-card-border-radius: 0;
  --bs-card-bg: transparent;
  --bs-card-spacer-y: 16px;
  --bs-card-spacer-x: 0;
  margin-bottom: 16px;
  text-decoration: none;
  background: transparent;
}

.card.card-service-list h3, .card.card-service-list h4 {
  font-size: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: Sunflower;
}

.card.card-service-list h3 a, .card.card-service-list h4 a {
  color: #fff;
  text-decoration: none
}

.card.card-service-list h3 .price, .card.card-service-list h4 .price {
  padding-left: 6px
}

@media screen and (max-width:350px) {
  .card.card-service-list h3 .price, .card.card-service-list h4 .price {
      display: block;
      padding-left: 0
  }
}

.card.card-service-list p {
  margin-bottom: 6px
}

.card.card-service-list p:last-child {
  margin-bottom: 0
}

.card.card-service-list .price {
  font-family: sunflower;
  text-transform: uppercase;
  font-weight: 700
}

.card.card-service-list .card-img-top {
  position: relative;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
}

.card.card-service-list .card-img-top img {
  margin-top: -2px;
  width: 100%;
  border-radius: 0;
  transition: all .3s ease-in-out
}
.card .card-img-top img{
  transition: all 0.2s ease-in;
}
.card:hover .card-img-top img, .card:hover .card-img img {
  transform: scale(1.08);
}

.card.card-service-list .card-img-top.container360 {
  display: flex;
  flex-wrap: wrap
}

.card.card-service-list .card-img-top.container360 [class^=container360] {
  width: 50%
}

.card.card-service-list .card-img-top.container360 [class^=before360], .card.card-service-list .card-img-top.container360 [class^=after360] {
  width: 100%;
  height: 100%
}

.card.card-service-list .gallery-row {
  position: relative;
  text-decoration: none
}

.card.card-service-list .gallery-row::after {
  content: '';
  z-index: 3;
  background-color: #0a0000;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0
}

@media screen and (max-width:767px) {
  .card.card-service-list .gallery-row::after {
      width: 2px
  }
}

.card.card-service-list .gallery-row.full::after {
  display: none
}

.card.card-service-list .gallery-row .col-containers {
  width: 50%
}

.card.card-service-list .gallery-row .col-containers [class^=before360], .card.card-service-list .gallery-row .col-containers [class^=after360] {
  width: 100%;
  height: 100%
}

.card.card-service-list .gallery-caption {
  text-decoration: none;
  position: relative;
  order: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  z-index: 2;
  font-family: sunflower;
  line-height: 1em;
  background-color: #272a35;
  margin-top: -2px
}

@media screen and (min-width:1600px) {
  .card.card-service-list .gallery-caption {
      font-size: 17px
  }
}

.card.card-service-list .gallery-caption p {
  margin: 0
}

.card.card-service-list .gallery-caption .col-50 {
  width: 50%;
  padding: 8px 12px
}

@media screen and (max-width:991px) {
  .card.card-service-list .gallery-caption .col-50 {
      padding-left: 12px;
      padding-right: 12px
  }
}

@media screen and (max-width:767px) {
  .card.card-service-list .gallery-caption .col-50 {
      padding: 6px;
      font-size: 12px
  }
}

.card.card-service-list .gallery-caption .col-50>div {
  width: 100%;
  text-align: left
}

.card.card-service-list .gallery-caption .col-50.col-100 {
  width: 100%
}

.card.card-service-list .gallery-caption .label-text {
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;

}

.card.card-service-list .gallery-caption .label-text::before, .card.card-service-list .gallery-caption .label-text::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38
}

.card.card-service-list .gallery-caption .label-text.before::before {
  content: '';
  margin-right: 12px
}

@media screen and (max-width:767px) {
  .card.card-service-list .gallery-caption .label-text.before::before {
      margin-right: 6px
  }
}

.card.card-service-list .gallery-caption .label-text.after::after {
  content: '';
  margin-left: 12px
}

@media screen and (max-width:767px) {
  .card.card-service-list .gallery-caption .label-text.after::after {
      margin-left: 12px
  }
}

.card.card-service-list .videoWrapper1920x525 {
  padding-bottom: 33.3%;
  position: relative;
  overflow: hidden;
  height: 0
}

.card.card-service-list .videoWrapper1920x525 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.25)
}



.section-feature .feature-row {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .section-feature .feature-row {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .section-feature .feature-row {
    --bs-gutter-y: 6px;
    margin-bottom: 24px;
  }
}

.text-primary{

  --bs-primary-rgb: 236,28,56;
}
.services-list {
  margin-bottom: 30px;
}
a.services-list {
  text-decoration: none;
  display: block;
}

a.services-list p {
  color: #fff;
}

.services-list h4{
  font-size: 20px;
  font-family: 'Sunflower';
  margin-bottom: 3px;
  padding-top: 12px;
  color: #fff;
}
.services-list .price{
  font-family: 'Sunflower';
  text-transform: uppercase;
}
.services-list .videoWrapper1920x525{
  padding-bottom: 33.3%;
}
.services-list .videoWrapper1920x525 iframe{
  transform: scale(1.25);
}
.grid-row{
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

/* Live chat css*/
.navbar [id^="b_whd9oga5"], .navbar [id^="b_p2nat7pl"], .navbar [id^="b_vkw633r6"],.navbar [id^="b_3ka1mfcl"], .navbar [id^="b_0melosha"], .navbar [id^="b_l6ob54lm"], .navbar [id^="b_5dytf3an"], [id^="b_"] {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  visibility: visible!important;
}

.navbar [class^="headerUserBtn"] {
  position: relative;
  font-family: 'Sunflower', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  background: #ec1c38;
  border: solid 0.2em #ec1c38;
  color: #fff;
  margin: 0;
  padding: 0 1.2em;
  height: 2.2em;
  line-height: 1.8em;
  border-radius: 0;
  -webkit-appearance: none;
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
  cursor: pointer;
}
.navbar [class^="headerUserBtn"] .icon-speech::before{
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f24b";
}

/*.headerUserBtnChatTrigger, .headerUserBtnChatInvite { display: none; }*/
.navbar .headerUserBtn { font-size: 0.7em; }
.navbar .headerUserBtn i { font-size: 1.2em; }
.navbar .headerUserBtnChatTrigger, .navbar .headerUserBtnChatInvite { font-size: 0.9em; }
.navbar .headerUserBtnChatTrigger i, .navbar .headerUserBtnChatInvite i { vertical-align: middle; margin-right: 0.25em; }
.navbar [class^="headerUserBtn"]:after { position: absolute; bottom: -0.2em; left: -0.2em; z-index: 0; width: 100%; width: calc(100% + 0.4em); height: 0; background-color: #272a35; content: ''; transition: height 0.2s ease-in-out; }
.navbar [class^="headerUserBtn"] span:first-child { position: relative; z-index: 1; display: block; }
.navbar [class^="headerUserBtn"]:active span:first-of-type { animation: activePush 0.2s linear; }
.navbar [class^="headerUserBtn"]:hover:after, [class^="headerUserBtn"]:focus:after { height: calc(100% + 0.4em); }

@media screen and (max-width: 767px) {
  header .userBtn {
    display: none;
  }

  header .userBtnChatTrigger {
    width: 34%;
    background-color: #ec1c38;
    border: solid 0.2em #ec1c38;
    color: #fff;
    outline: solid 1px #fff;
  }

  header .userControls {
    background-color: transparent;
  }
}

.section-sm{
  padding-top: 36px;
  padding-bottom: 36px;
}

.mt-n1 {
  margin-top: -0.25rem;
}


/*Ebook Front-back*/
.ebook-hero-img .post-book-back,
.ebook-hero-img .post-book-front{
  margin-bottom: -10%;
  width: 680px;
}

.ebook-hero-img .post-book-back{
  position:absolute;
  z-index: 0;
  left: -6%;
  top: 5%;
}
.ebook-hero-img .post-book-front{
  position: relative;
  z-index: 1;
  right:-22%;
}
@media screen and (max-width: 1199px) {
  .ebook-hero-img .post-book-back,
  .ebook-hero-img .post-book-front{
   width: 550px;
   margin-bottom: 0;
  }
  .ebook-hero-img .post-book-front{
    right: -20%;
  }
}
@media screen and (max-width:991px) {
  .ebook-hero-img {
    max-width: 600px;
    margin: 0 auto;
  }

}
@media screen and (max-width: 767px) {
  .ebook-hero-img .post-book-back,
  .ebook-hero-img .post-book-front{
    max-width: 225px;
  }
  .ebook-hero-img {
    max-width: 225px;
    margin: 0 auto;
    max-height: 250px;
  }
}
.z-index-3{
  z-index: 3;
  position: relative;
}

.youtube-video {
  height: 400px;
}


.modal-popup-close{
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFF;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 999;
}

.accordion-light{
  --bs-accordion-btn-bg:#F6F6F6;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-padding-x:24px;
}
.accordion-light .accordion-item  {
  border: 0;
}
.accordion-light .accordion-header{
  margin-bottom: 6px;
}
.accordion-light .accordion-button{
  text-transform: none;
  font-family: "Nunito Sans";
  font-size: 17px;
  font-weight: 700;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
}

.list-item-arrow{
  margin: 0 0 70px;
  padding: 0;
  list-style: none;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
}
.list-item-arrow li{
  margin-bottom: 16px;
  padding-left: 32px;
  position: relative;
  list-style: none;

}
.list-item-arrow li::before{
  position:absolute;
  width: 24px;
  height: 24px;
  background-color: rgba(236, 28, 56, 0.12);;
  left: 0;
  top: 2px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: #EC1C38;
  font-size: 20px;

}

.list-item-arrow-icon li{
  padding: 6px 6px 6px 42px;
  margin-bottom: 6px;
  line-height: 1.4;
}
.list-item-arrow-icon li::before{
  border-radius: 0;
  background-color: #EC1C38;
  left: 6px;
  top: 6px;
  color: #FFFFFF;
}
.list-item-arrow-icon li.bg-success::before{
  background-color: rgba(26, 188, 156, 1);
}

.logo-featured{
  display:flex;
  flex-wrap:wrap;
  list-style:none;
  max-width:1070px;
  margin:0 auto;
  text-align:center;
  align-items:center;
  justify-content:center;
  padding:0;
}
.logo-featured li{
    width:25%;
    margin:12px 0;
    filter:grayscale(0);
    transition:all .3s ease-in;
}
@media screen and (max-width:991px){
    .logo-featured li{width:33.3%}
}
@media screen and (max-width:767px){
    .logo-featured li{width:50%}
}
.logo-featured li img{
    max-width:100%
}
.logo-featured li.diveider{
    width:100%;
    margin:0;
}
@media screen and (max-width:991px){
  .logo-featured li.diveider{
        display:none;
    }
}
.logo-featured li:hover{
    filter:grayscale(0);opacity:1;
}
.logo-featured.logo-trusted li{
    padding:6px 3px;
}
.trusted-clients .title-center{
  margin-bottom: 16px;
  line-height: 1.3;
  font-size: 42px;
  font-family: sunflower,sans-serif;
}
.trusted-clients .title-center span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #ec1c38;
  line-height: 1;
}
@media screen and (max-width: 1399px){
  .trusted-clients .title-center{
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px){
  .trusted-clients .title-center{
    font-size: 28px;
  }
}
@media screen and (max-width: 991px){
  .trusted-clients .title-center{
    font-size: 26px;
  }
}

.list-item-step{
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-item-step li{
  display: flex;
  align-items: center;
  padding: 0 0 34px;
  margin: 0;
  position: relative;
  z-index: 0;
}
.list-item-step li::before{
  counter-increment: item;
  content: counters(item,".");
  border-radius: 50%;
  padding:0;
  width: 72px;
  height: 72px;
  text-align: center;
  display: block;
  flex-shrink: 0;
  background: #EC1C38;
  border-radius: 4px;
  font-family: 'Sunflower';
  font-weight: 700;
  font-size: 38px;
  line-height: 72px;
  margin-right: 16px;
  align-self: flex-start;

}
.list-item-step li::after{
  content: '';
  width: 1px;
  background-color: #686A72;
  height: 100%;
  position:absolute;
  left: 36px;
  top: 0;
  z-index: -1;
}
.list-item-step li:last-child::after{
  display: none;
}
.text-bgdark{
  color: #9E9EAB;
}
.section-iphone-bg {
  position:absolute;
  width: 691px;
  height: 691px;
  object-fit: cover;
  object-position: center center;
  left: 50%;
  top: 0;
  transform: translate(-691px,0);
}
.section-iphone-bg.image-end {
  transform: translate(97%,0);
  left: auto;
  right: 50%;
  top:-10%;
  width: 761px;
  height: 761px;
}
@media screen and (max-width: 1399px){
  .section-iphone-bg.image-end {
    transform: translate(90%,0);
  }
}
@media screen and (max-width: 1199px){
  .section-iphone-bg{
    transform: translate(-609px,0);
  }
  .section-iphone-bg.image-end {
    transform: translate(84%,0);
  }
}
@media screen and (max-width: 991px){
  .section-iphone-bg{
    transform: translate(-80%,0);

  }
  .section-iphone-bg.image-end {
    transform: translate(80%,0);
  }

}
@media screen and (max-width: 767px){
  .section-iphone-bg{
    transform: translate(-50%,0);
  }
  .section-iphone-bg.image-end {
    transform: translate(50%,0);
    z-index: 0;
    top: auto;
    bottom: -15%;
  }
  .section-iphone-bg.image-end + .container{
    z-index: 1;

  }
  .brand-snapsnapsnap img{
      max-height: 70px;
  }
}

.scan-to-download{
 border-radius:  0px 20px 20px 0px;
 flex-shrink: 0;
}

.page-content{
  line-height:1.7;
}
@media screen and (min-width:1200px){
  .page-content{font-size:19px}
}
.page-content h1{
  font-size:48px;
  margin-bottom:16px;
}
@media screen and (max-width:767px){
  .page-content h1{font-size:36px}
}
.page-content h2{
  color:#ec1c38;
  font-size:28px;
  margin-bottom:16px;
}
.page-content h2:not(:first-child){margin-top:36px}
@media screen and (max-width:767px){
  .page-content h2{font-size:26px;}
}
.page-content p{
  margin-bottom:16px;
}
.page-content a{
  color:#ec1c38;
}
.page-content a:hover{
  text-decoration:none;
}

.card-examples{
  font-size: 17px;
  min-height: 100%;
  line-height: 1.6;
  color: rgba(33,37,41,1);

}
.card-examples:hover{
  color: rgba(33,37,41,1);
}
.card-examples .card-img{
  overflow: hidden;
  border-radius: 0;
}
.card-examples .card-img img{
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.card-examples .card-body{
  padding: 24px;
}
.card-examples .card-footer{
  border: 0;
  padding: 12px 24px 24px;
  background-color: #FFF;
}
.card-examples .badge-status {
  background-color: #E9E9EA;
  color: #0A0000;
  padding: 9px 6px;
  font-size: 17px;
  border-radius:3px;
  font-weight: 400;
  margin-bottom: 16px;
}
.btn-view-more{
  color: #EC1C38;
  line-height: 1.2;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Sunflower', sans-serif;
  border: 0;
}
.btn-view-more .bi{
  font-size: 24px;
  margin: 0 3px 0 6px;
  vertical-align: middle;
}
.btn.btn-link-light {
  color: #9e9eab;
}
.list-group{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 20px;
  margin: 0 auto;
  padding: 0;
}
.list-group li{
  width: 50%;
  border: 0;
  padding-left: 60px;
  position: relative;
  margin-bottom: 24px;
  position: relative;
  padding-right: 12px;

}
.list-group li .bi-icons {
    position: absolute;
    left: 0;
    top: -6px;
    color: #ec1c38;
    font-size: 32px;
}

@media screen and (max-width:767px){
  .list-group li{
    width: 100%;
  }
}
.gallery-comparison{
  position: relative;
}
.gallery-comparison .g-fixed-img{
  object-fit: cover;
  object-position: right top;
}
.gallery-comparison .gallery-row-after{
  position:absolute;
  top: 0;
  bottom: 0;
  width: 0;
  right: 0;
  animation: galleryAnimAfterBefore 10s infinite;
  overflow: hidden;
}

.gallery-comparison .gallery-row-after .g-fixed-img{
  height: 100%;
}
@keyframes galleryAnimAfterBefore {
  0% { width: 0;}
  10% { width: 0;}
  45% { width: 100%;}
  55% { width: 100%;}
  100% { width: 0;}
}

.rounded-4{
  border-radius: 18px;
}


/* Start hero-banner-carousel*/

.hero-banner-carousel .carousel-item>a {
  text-decoration: none
}

.hero-banner-carousel .banner-gap::after {
  content: '';
  z-index: 1;
  background-color: #fff;
  width: .9em;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0
}

@media screen and (max-width:767px) {
  .hero-banner-carousel .banner-gap::after {
      width: 5px
  }
}

.hero-banner-carousel .carousel-caption {
  font-family: sunflower;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
  flex-wrap: wrap
}

@media screen and (min-width:992px) {
  .hero-banner-carousel .carousel-caption {
      font-size: 1.1em
  }
}

@media screen and (min-width:1199px) {
  .hero-banner-carousel .carousel-caption {
      font-size: 1.14em
  }
}

@media screen and (max-width:991px) {
  .hero-banner-carousel .carousel-caption {
      flex-wrap: wrap;
      z-index: 2
  }
}

.hero-banner-carousel .carousel-caption p {
  margin: 0
}

.hero-banner-carousel .carousel-caption .col-50 {
  width: 50%;
  padding: 12px 24px;
  background-color: #272a35
}

.hero-banner-carousel .carousel-caption .col-50.transparent {
  background-color: transparent
}

@media screen and (max-width:991px) {
  .hero-banner-carousel .carousel-caption .col-50 {
      padding-left: 12px;
      padding-right: 12px
  }
}

@media screen and (max-width:767px) {
  .hero-banner-carousel .carousel-caption .col-50 {
      padding: 6px;
      font-size: 12px
  }
}

.hero-banner-carousel .carousel-caption .col-50>div {
  width: 100%;
  text-align: left
}

.hero-banner-carousel .carousel-caption .col-50.col-100 {
  width: 100%
}

.hero-banner-carousel .carousel-caption .col-50 p:empty {
  display: none
}

@media screen and (min-width:992px) {
  .hero-banner-carousel .carousel-caption .col-50.imgLabelAfter {
      order: 2
  }
}

@media screen and (max-width:991px) {
  .hero-banner-carousel .carousel-caption .col-50 .jobName {
      opacity: 0;
      visibility: hidden
  }
}

.hero-banner-carousel .carousel-caption .label-text {
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  align-items: center
}

.hero-banner-carousel .carousel-caption .label-text::before, .hero-banner-carousel .carousel-caption .label-text::after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: #ec1c38;
  flex-shrink: 0;
}

.hero-banner-carousel .carousel-caption .label-text.before::before {
  content: '';
  margin-right: 12px
}

@media screen and (max-width:767px) {
  .hero-banner-carousel .carousel-caption .label-text.before::before {
      margin-right: 6px
  }
}

.hero-banner-carousel .carousel-caption .label-text.after::after {
  content: '';
  margin-left: 12px
}

@media screen and (max-width:767px) {
  .hero-banner-carousel .carousel-caption .label-text.after::after {
      margin-left: 12px
  }
}

.hero-banner-carousel .carousel-caption .jobNameMobile {
  width: 100%;
  text-align: center;
  padding: 12px 24px;
  background-color: #272a35;
  order: 2;
  z-index: 2
}

@media screen and (min-width:992px) {
  .hero-banner-carousel .carousel-caption .jobNameMobile {
      display: none
  }
}

@media screen and (max-width:991px) {
  .hero-banner-carousel .carousel-caption .jobNameMobile {
      padding: 0 12px 12px
  }
}

.hero-banner-carousel .carousel-control-next, .hero-banner-carousel .carousel-control-prev {
  opacity: 1
}

.hero-banner-carousel .carousel-control-next:hover, .hero-banner-carousel .carousel-control-prev:hover {
  opacity: 1
}

.hero-banner-carousel .carousel-control-next:hover .carousel-control-next-icon, .hero-banner-carousel .carousel-control-prev:hover .carousel-control-next-icon, .hero-banner-carousel .carousel-control-next:hover .carousel-control-prev-icon, .hero-banner-carousel .carousel-control-prev:hover .carousel-control-prev-icon {
  background-color: rgba(255, 255, 255, .48);
  height: 2.5rem
}

.hero-banner-carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: 60px
}

@media screen and (max-width:767px) {
  .hero-banner-carousel .carousel-indicators {
      display: none
  }
}

.hero-banner-carousel .carousel-indicators .active {
  background-color: #ec1c38
}

.hero-banner-carousel .carousel-indicators.indicators-vertical {
  right: 15px;
  left: auto;
  top: 0;
  margin: 0;
  flex-direction: column
}

.hero-banner-carousel .carousel-indicators.indicators-vertical [data-bs-target] {
  width: 16px;
  height: 16px;
  border: 0;
  margin: .25em 0;
  background-color: #d8d8d8;
  opacity: 1
}

.hero-banner-carousel .carousel-indicators.indicators-vertical [data-bs-target].active {
  background-color: #ec1c38
}

.hero-banner-carousel.renders360-banner {
  height: 27.5em;
  overflow: hidden
}

.hero-banner-carousel.renders360-banner .sampleImage {
  height: 100%
}

.hero-banner-carousel .banner-cols {
  position: relative
}

.hero-banner-carousel .banner-cols .col-containers {
  width: 50%
}

.hero-banner-carousel .banner-cols [class^=before360], .hero-banner-carousel .banner-cols [class^=after360] {
  width: 100%;
  height: 100%
}

.hero-banner-carousel .flex-caption {
  width: 30%;
  position: absolute;
  left: 50%;
  bottom: 12em;
  font-size: 1vw;
  -webkit-font-smoothing: antialiased
}

@media screen and (max-width:991px) {
  .hero-banner-carousel .flex-caption {
      width: 61%;
      left: 19%;
      top: 39%;
      bottom: auto
  }
}

.hero-banner-carousel .flex-caption h1 {
  width: 100%;
  color: #fff;
  font-size: 3.8em;
  line-height: .95em;
  font-family: sunflower, sans-serif;
  font-weight: 700;
  margin: 0 0 1em
}

.hero-banner-carousel .flex-caption .inlineCopy {
  display: block;
  font-size: .5em;
  line-height: 1.1em;
  letter-spacing: .03em;
  margin-top: .1em;
  color: #ec1c38
}

.hero-banner-carousel .flex-caption [class^=mainHead] {
  display: flex;
  align-items: center;
  margin-bottom: .7em;
  position: relative;
  font-size: 5em;
  line-height: .95em;
  letter-spacing: -.01em;
  font-weight: 700;
  color: #fff
}

@media screen and (max-width:991px) {
  .hero-banner-carousel .flex-caption [class^=mainHead] {
      margin-bottom: 0;
      font-size: 9em
  }
}

.hero-banner-carousel .flex-caption [class^=mainHead] .inlineCopy {
  display: table;
  font-size: .33em;
  line-height: 1em;
  padding-left: .5em;
  flex: 0 0 auto
}

@media screen and (max-width:991px) {
  .hero-banner-carousel .flex-caption [class^=mainHead] .inlineCopy {
      margin-left: 5em
  }
}

.hero-banner-carousel .flex-caption [class^=mainHead] .inlineCopy .inlineCopySub {
  color: #fff;
  font-size: .5em;
  font-weight: 400;
  display: block;
  width: 100%;
  font-family: nunito sans, sans-serif
}

.hero-banner-carousel .flex-caption .mainHeadSingle {
  align-items: baseline
}
/* END Start hero-banner-carousel*/

.carousel-indicators-greyprimary [data-bs-target]{
  background-color: #D0D0D2;
  opacity: 1;
}
.carousel-indicators-greyprimary [data-bs-target].active{
  background-color: #EC1C38;
}

.remove-name-slider .hero-banner-carousel .jobName,
.remove-name-slider .hero-banner-carousel .jobNameMobile { visibility: hidden;}

/* Modal Gallery*/
.modal{
  --bs-modal-padding: 12px;
}
.modal-gallery{
  --bs-modal-padding: 1rem;
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0;
  --bs-modal-header-border-width:0px;
  --bs-modal-box-shadow:none;
  --bs-modal-bg:transparent;
}
.modal-gallery .carousel-indicators-thumb{
  position:fixed;
  bottom: 0;
}
.modal-gallery .carousel-indicators-thumb [data-bs-target]{
      width: 100px;
      height: 80px;
      text-indent: 0;
    border: 0;
    opacity: 1;
    padding: 3px;
    background-color: rgba(39,42,53,.6);
    margin: 3px;
}
.modal-gallery .carousel-indicators-thumb [data-bs-target].active{
  background-color: #ec1c38;
}
@media screen and (max-width: 767px) {
  .modal-gallery .carousel-indicators-thumb [data-bs-target]{
          width: 60px;
          height: 50px;
  }
}
.modal-gallery .carousel-indicators-thumb [data-bs-target] img{
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center center;
}

.modal-gallery  .modal-body{
  display: flex;
  align-items: center;
  padding: 0  10vw;
  justify-content: center;
}
.modal-gallery .modal-content{
  background-color: transparent;
}
.modal-gallery  .modal-body .carousel{
      max-width: 1400px;
      margin:auto;
      width: 100%;
}
.modal-gallery  .modal-body .carousel .carousel-item {
          text-align: center;
}
.modal-gallery  .modal-body .carousel .carousel-item img{
             max-width: 100% !important;
             width: auto !important;
             max-height: 80vh;

}
.modal-gallery  .modal-close{
  right: 10px;
  top: 10px;
  position: absolute;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.modal-gallery  .carousel-control-next,
.modal-gallery .carousel-control-prev{
  width: 50px;
}
.modal-gallery .carousel-control-next{
  right: -10vw;
}
.modal-gallery .carousel-control-prev{
  left: -10vw;
}

.list-checkarrow-rounded{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.list-checkarrow-rounded li{
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  width: 50%;
}
.list-checkarrow-rounded  .icon-rounded{
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: rgba(26, 188, 156, 0.12);
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(26, 188, 156, 1);
  margin-bottom: 24px;
  flex-shrink: 0;
}

.list-checkarrow-rounded-inline li{
  width: auto;
}
@media screen and (max-width: 767px) {
  .list-checkarrow-rounded-inline{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .list-checkarrow-rounded-inline li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {


  .list-checkarrow-rounded li{
    width: 100%;
  }
}

/* Create-an-account Form*/
.create-an-account .f-grid {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 12px;
}
/* END Create-an-account Form*/

.banner-border-before{
  position: relative;
  overflow: hidden;
}
.banner-border-before img{
  border: solid 2px #FFFFFF;
  box-shadow: 0 0 9px 1px rgba(0,0,0,0.1);
}
.banner-border-before::before{
  content: '';
  position:absolute;
  left: auto;
  right: 50%;
  width: 100%;
  border-left: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  box-shadow: 0 0 9px 1px rgba(0,0,0,0.2);
  top: 0;
  bottom: 0;
  z-index: 0;
  transform: translate(-15%, 0);
  background-color: #F6F6F6;
  opacity: 0.8;
  background: repeating-linear-gradient( -45deg, rgba(0,0,0,0.01), rgba(0,0,0,0.07) 5px, #F6F6F6 5px, #F6F6F6 25px );

}
@media screen and (max-width: 991px) {
  .banner-border-before::before{
    display: none;
  }
}

.banner-border-before > .container{
  position: relative;
  z-index: 1;
}
.banner-border-before.left-border::before{
  transform: translate(15%, 0);
  left: 50%;
  right: auto;
  background-color: #F6F6F6;
opacity: 0.8;
background-image:  radial-gradient(rgba(0,0,0,0.3) 0.5px, transparent 0.5px), radial-gradient(rgba(0,0,0,0.01) 0.5px, #F6F6F6 0.5px);
background-size: 20px 20px;
background-position: 0 0,10px 10px;

}
.banner-border-before.left-border-rounded::before{
  transform: translate(15%, 0);
  border-radius: 0 0 0 20%;
  border-bottom: solid 2px rgba(0, 0, 0, 0.16);
  border-left-width: 2px;
  border-color: #FFFFFF;
  box-shadow: 0 0 9px 1px rgba(0,0,0,0.2);
  left: 50%;
  right: auto;
  background-color: #F6F6F6;
  opacity: 0.8;
  background-image: radial-gradient(rgba(0,0,0,0.3) 0.5px, #F6F6F6 0.5px);
  background-size: 10px 10px;
}
.banner-border-before.right-border-rounded::before{
  transform: translate(-15%, 0);
  left: auto;
  right: 50%;
  border-radius: 0 0 20% 0;
  border-right: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
  bottom: -2px;
  box-shadow: 0 0 9px 1px rgba(0,0,0,0.2);
}
.banner-bg-svg{
  position:absolute;
  z-index: -1;
  left: 0;
  bottom:0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px){
  .banner-bg-svg{
    opacity: 0.3;
  }
}
.banner-border-before .shadowborder{
  box-shadow:0 0 0 2px #FFF, 0 0 9px 2px rgba(0,0,0,0.1);
}
.banner-border-before .animation-beforeafter {
  box-shadow:0 0 0 2px #FFF, 0 0 9px 2px rgba(0,0,0,0.1);
  border-radius: 24px;
}
.banner-border-before .animation-beforeafter  img{ border-width: 0; box-shadow: none;}

.gallery-with-badge img{
  border-radius: 24px;
}
.gallery-with-badge{
  position: relative;
}
.gallery-with-badge .badge{
  position:absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 40%);
  background-color: rgba(10, 0, 0, 1);
  color: #FFF;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  padding: 12px 36px 12px 36px;
  border-radius: 20px 6px 20px 9px;
}

.zigzac-bg{
  position: relative;
}
.zigzac-bg .img-zigzac{
  position:absolute;
  top: 93%;
  width: 110%;
  left: -4%;
  z-index: -1;
}
/*After Before animation*/
.anim-after-image{
  position:absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  transition: right 0.8s ease-in-out;
  transition-delay: 1.2s;
  z-index: 3;
}
.animation-beforeafter {
  position: relative;
  overflow: hidden;
}
.anim-after-image .ui-resizable-handle{
  background-color: #FFF;
  border: solid 3px #FFF;
  cursor: col-resize;
  position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
    top: 0;
    height: 100%;
    width: 7px;
}
.anim-after-image .ui-resizable-e{
  right: 0;
}
.anim-after-image .ui-resizable-e::after{
  font-family: bootstrap-icons !important;
  content: '\F14C';
  width: 36px;
  height: 36px;
  position:absolute;
  left: 50%;
  top: 50%;
  background-color: #FFF;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 24px;
  color: #212529;
  text-align: center;
}
.animation-beforeafter img{
    object-fit:cover;
    object-position: 0 0;
    transform: scale(1);
    width: 100%;
    height: 100%;
    transition: transform 1s ease-in-out;
    border-radius: 24px;
}
.animation-beforeafter .anim-after-image img{
  transform: scale(1);
}
.animation-beforeafter.active img{
  transform: scale(1);
}
 .animation-beforeafter.active .anim-after-image{
  right: 0;
}
.rounded-24{
  border-radius: 24px;
}

.form-floating .form-control, .form-floating .form-select{
  border-color: #E9E9EA;
}

.card-afterbefore{
  background-color: #FFF;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 10px;
  max-width: 245px;


}
.card-afterbefore-footer{
  background-color: #FFF;
  padding: 12px;
  padding-bottom: 2px;
  text-align: center;
  font-weight: bold;
  color: #0A0000;
  font-size: 15px;
}
.card-afterbefore-row {
  position: relative;
}
.card-afterbefore-row .card-afterbefore{
  margin: 0;
  transform: rotate(-6deg);
}
.card-afterbefore-row .card-afterbefore.rotation-15{
  transform: rotate(15deg);
  z-index: 4;
}
.card-afterbefore-row .red-arrow-ba{
  position:absolute;
  z-index: 6;
  left: 50%;
  bottom: 14px;
  transform: translate(-58%,0);
}
@media screen and (max-width: 991px){
  .card-afterbefore-row .red-arrow-ba{
    max-width: 23%;
  }
}
.free-ribbon-vs{
  position:absolute;
  top:-5%;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 6;
  width: 131px;
}
/**==== FAQ - SECTION **/
.section-faq .faq-container {
  max-width: 83%;
  margin: 0 auto;
  padding: 38px;
}

.section-faq .accordion .accordion-item {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.06);
}
.section-faq .accordion .accordion-header {
  background-color: transparent;
}
.section-faq .accordion .accordion-button {
  font-size: 17px;
  font-weight: 400;
  background-color: transparent;
  font-family: 'Nunito', sans-serif;
  color: #0A0000;
  line-height: 28px;
  padding: 9px 24px 6px;
  text-transform: none;
}
.section-faq .accordion .accordion-body {
  padding: 24px 24px 16px;
  color: #686A72;
  line-height: 28px;
  background-color: #fff;
}
@media screen and (max-width: 991px){
    .section-faq .faq-container {
        background-color: transparent;
        padding: 0;
        max-width: 100%;
    }
    .section-faq .accordion {
      background-color: #F6F6F6;
    }

    .section-faq .faq-container.faq-dark .accordion {
      background-color:transparent;
    }

}

.section-faq .accordionlight .accordion-button{
    background-color: #FFFFFF;
    border-radius:12px !important;
    padding: 16px 24px 16px;
    font-weight: bold;
}
.section-faq .accordionlight .accordion-item .accordion-header .accordion-button:not(.collapsed){
  border-radius:12px 12px 0 0 !important;
  background-color: #FFF;

}
.section-faq .accordionlight .accordion-item{
  border-bottom: 0;
  margin-bottom: 6px;
}
.section-faq .accordionlight .accordion-body{
  border-radius: 0 0 12px 12px;
}

.right-auto{
  right: auto !important;
}
.left-auto{
  left: auto !important;
}

.ribbon-symbol-fixed{
  position: absolute;
  right: 10%;
  top: -6%;
  width: 120px;
  padding: 14px 6px; text-align: center;
  background-color: #EC1C38;
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  border-radius: 14px;
  transform: rotate(8deg);
}
@media screen and (min-width: 992px){
  .ribbon-symbol-fixed.at-right{
    right: -10%;
    transform: rotate(24deg);

  }

  .ribbon-symbol-fixed.at-bottom{
    top: auto;
    bottom: -3%;
    transform: rotate(-8deg);
    z-index: 6;
  }
}
.ribbon-symbol-fixed::before{
  content: '';
  position:absolute;
  left: 50%;
  bottom: 0;
  background-color: #EC1C38;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  transform: translate(-50%, 40%) rotate(45deg) skew(4deg, 4deg);
  z-index: -1;
}
@media screen and (min-width: 992px){
  .ribbon-symbol-fixed.arrow-top::before{
    bottom: auto;
    top: -23px;
  }
}
@media screen and (max-width: 767px){
  .ribbon-symbol-fixed{
    right: -8px;
    font-size: 16px;
    width: 96px;

  }
  .mobile-slider-first{
    order: -1;

  }
  .mobile-slider-first .jobNameMobile{
    display: none;
  }
}

.step-process-list{
  columns: 2 auto;
  column-gap: 3em;
  break-inside: avoid-column;
  max-width: 900px;
  margin: 0 auto;

  padding: 12px 0 0 0;
  counter-reset: item;
  list-style: none;
}
@media screen and (max-width: 767px) {
    .step-process-list{
      columns: 1 auto;
    }
}
.step-process-list li{
      margin:0;
      padding: 8px 0 8px 50px;
      position: relative;
  }
  .step-process-list li:before{
          counter-increment: item;
          content: counters(item,".") '.';
          color:var(--bs-primary);
          background-color: rgba(0, 0, 0, 0.05);
          border-radius: 50%;
          padding:0;
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          font-weight: 700;
          display: inline-block;
          margin-left: -50px;
          margin-right: 10px;
      }

.step-process-list li:nth-of-type(-n+9)::before{
    content: '0' counters(item,".") '.';
}

.box-scantodonload{
  width: 304px;
  background-color: #E9E9EA;
  text-align:center;
  padding: 24px;
  font-size: 12px;
  line-height: 18px;
  margin: 0 auto;
}
.box-scantodonload p{
  margin: 12px 0 0 0;

}
.mobile-app-banner{
  background: no-repeat center center;
  background-size: cover;

}
.mobile-app-banner h1{
  font-size: 90px;
  font-weight: bold;
  letter-spacing: -0.06em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 2px 4px  #000000B2;
  margin: 50px 0 42px;
  line-height: 88%;

}
.mobile-app-banner h1 span{
  font-size: 58px;
  line-height: 101%;
  display: block;
  letter-spacing: -0.06em;

}
.mobile-app-banner .videoWrapper{
  max-width: 754px;
  margin: 0 auto 36px;
  position: relative;
  height: 424px;

}
.mobile-app-banner .btn{
  font-size: 31px;
  text-transform: capitalize;
  line-height: 27px;
  padding: 36px 31px;
}

@media screen and (max-width: 767px) {
  .mobile-app-banner .videoWrapper{
    height: auto;
    padding-bottom: 55%;
  }
  .mobile-app-banner h1{
    font-size: 60px;
  }
  .mobile-app-banner h1 span{
    font-size: 39px;
  }
  .mobile-app-banner .btn{
    padding: 24px 31px;
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .mobile-app-banner h1{
    font-size: 38px;
  }
  .mobile-app-banner h1 span{
    font-size: 25px;
  }
  .logo-snapsnapsnap svg{
    max-width: 66%;
    height: auto;
  }
  .mobile-app-banner .btn{
    padding: 16px 24px;
    font-size: 18px;
  }
}

/*=== Main Website Header ===*/

.header .navbar {
  padding: 0 0;
  z-index: 99
}

.header .navbar .nav-continer {
  width: 100%;
  align-self: center;
  display: flex
}

@media screen and (max-width:1199px) {
  .header .navbar .nav-continer {
      width: auto;
      border: 0
  }
}

.header .navbar .navbar-brand {
  width: 232px;
  flex-shrink: 0;
  padding: 6px 0;
  margin: 0 24px 0 0
}

.header .navbar .navbar-brand img {
  max-width: 100%
}

@media screen and (max-width:1599px) {
  .header .navbar .navbar-brand {
      margin: 0 24px 0 0;
      width: 220px
  }
}

@media screen and (max-width:1399px) {
  .header .navbar .navbar-brand {
      width: 162px
  }
}

@media screen and (max-width:991px) {
  .header .navbar .navbar-brand {
      width: 180px;
      padding: 6px 0;
      margin: 0
  }
}

@media screen and (max-width:767px) {
  .header .navbar .navbar-brand {
      width: 160px
  }
}

.header .navbar .navbar-toggler {
  z-index: 1;
  width: 36px;
  height: 30px;
  border: 0;
  padding: 0;
  align-self: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  margin-top: 7px;
  margin-left: 24px
}

@media screen and (max-width:767px) {
  .header .navbar .navbar-toggler {
      margin-left: 13px;
      margin-top: 12px
  }
}

.header .navbar .navbar-toggler i {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #ec1c38;
  opacity: 1;
  transition: background-color .35s, opacity 175ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 175ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color .35s, transform 175ms cubic-bezier(.215, .61, .355, 1), opacity 175ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color .35s, transform 175ms cubic-bezier(.215, .61, .355, 1), opacity 175ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 175ms cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  border-radius: 1px;
  transform-origin: top left
}

.header .navbar .navbar-toggler i:nth-child(1) {
  top: 0
}

.header .navbar .navbar-toggler i:nth-child(2) {
  top: 10px
}

.header .navbar .navbar-toggler i:nth-child(3) {
  top: 20px;
  transform-origin: bottom left
}

.header .navbar .navbar-toggler[aria-expanded=true] i:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  width: 30px
}

.header .navbar .navbar-toggler[aria-expanded=true] i:nth-child(2) {
  opacity: 0
}

.header .navbar .navbar-toggler[aria-expanded=true] i:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  width: 30px
}

.header .navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none
}

.header .navbar .navbar-nav {
  justify-content: space-between
}

.header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  font-family: sunflower, sans-serif;
  padding: 16px;
  position: relative;
  font-weight: 700
}

@media screen and (min-width:1200px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
      font-size: 16px
  }
}

@media screen and (min-width:1300px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
      font-size: 16px
  }
}

@media screen and (min-width:1400px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
      padding-left: 15px;
      padding-right: 15px
  }
}


@media screen and (min-width:1600px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 19px
  }
}

@media screen and (max-width:1399px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
      padding-left: 12px;
      padding-right: 12px
  }
}

.header .navbar .navbar-nav .nav-item .nav-link::after {
  display: block;
  content: '';
  background-color: #272a35;
  height: 140%;
  top: 0;
  left: 0;
  width: 0;
  position: absolute;
  z-index: -1
}

.header .navbar .navbar-nav .nav-item .nav-link:hover, .header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ec1c38
}

.header .navbar .navbar-nav .nav-item .nav-link.active::after {
  width: 100%
}

.header .navbar .navbar-nav .nav-item .dropdown-toggle-mobile {
  display: none
}

.header .navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  background-color: #272a35;
  border: 0;
  padding: 0 0;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0
}

@media(min-width:1200px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
      padding-left: 12px;
      padding-right: 12px;
      top: 100%
  }
}

@media(min-width:992px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
      align-items: center;
      width: 100%
  }
}

@media(min-width:992px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu.show {
      display: flex
  }
}

@media(min-width:1200px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu.dropdown-menu-mobile.show {
      display: none
  }
}

@media(min-width:1200px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu.dropdown-menu-mobile.show-active {
      display: flex
  }
}

.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 8px;
  font-family: sunflower, sans-serif
}

@media screen and (min-width:1200px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
      font-size: 15px;
      padding: 12px 20px
  }
}

@media screen and (max-width:1199px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
      padding: 9px 6px
  }
}

.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #ec1c38
}

.header .navbar .navbar-nav .nav-item .dropdown-menu .btn-outline-primary {
  padding: 6px 14px 2px;
  font-size: 13px;
  line-height: 18px;
  border-width: 2px;
  text-transform: uppercase
}

.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 32px/1 'Jetpack';
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  content: "\ea8b";
  border-width: 0;
  vertical-align: middle;
  margin-left: 0;
  line-height: 18px
}

.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
  flex-direction: column;
  background-color: #272a35;
  margin-top: 0;
  align-items: flex-start;
  width: auto;
  padding: 12px 0;
  border-bottom: solid 3px #ec1c38
}

.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu.dropdown-menu-end {
  left: auto
}

.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu li {
  width: 100%
}

.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu li .dropdown-item {
  padding: 6px 16px
}

.header .navbar .nav-right {
  padding: 12px 0 12px 0;
  align-items: center
}

@media screen and (max-width:1199px) {
  .header .navbar .nav-right {
      order: -1;
      padding-right: 0
  }
}

@media screen and (max-width:767px) {
  .header .navbar .nav-right {
      padding: 9px 0
  }
}

@media screen and (max-width:1599px) {
  .header .navbar .nav-right .header-phone {
      display: none
  }
}

.header .navbar .nav-right .nav-item {
  padding-left: 16px
}

@media screen and (max-width:1599px) {
  .header .navbar .nav-right .nav-item {
      padding-left: 12px
  }
}

@media screen and (max-width:1399px) {
  .header .navbar .nav-right .nav-item {
      padding-left: 6px
  }
}

.header .navbar .nav-right .nav-item:first-child {
  padding-left: 0
}

@media screen and (max-width:767px) {
  .header .navbar .nav-right .nav-item.m-hide {
      display: none
  }
}

@media screen and (max-width:767px) {
  .header .navbar .nav-right .nav-item.userControls {
      position: fixed;
      z-index: 2;
      width: 50%;
      bottom: 0;
      left: 0;
      background-color: #fff;
      margin: 0;
      padding: 0 !important
  }
}

@media screen and (max-width:991px) {
  .header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary {
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center
  }
}

@media screen and (max-width:767px) {
  .header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary {
      padding-top: 10px
  }
}

.header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary .icon {
  left: -5px;
  position: relative;
  top: -2px
}

.header .navbar .nav-right .nav-item.userControls .nav-link.btn-primary .dropdown-arrow {
  left: 10px;
  font-size: 12px;
  top: 0
}

@media screen and (max-width:767px) {
  .header .navbar .nav-right .nav-item.userControls .nav-link.btn-secondary {
      --bs-btn-color: #fff;
      --bs-btn-bg: #EC1C38;
      --bs-btn-border-color: #EC1C38;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #EC1C38;
      --bs-btn-hover-border-color: #EC1C38;
      padding-top: 9px
  }
}

.header .navbar .nav-right .nav-item.userControls .dropdown-toggle {
  text-transform: capitalize !important
}

@media screen and (max-width:767px) {
  .header .navbar .nav-right .nav-item.userControls .dropdown-menu {
      top: auto;
      bottom: 42px;
      width: 100vw;
      left: 0
  }
}

.header .navbar .nav-right .nav-item .nav-link {
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  font-weight: 700;
  font-family: sunflower, sans-serif;
  text-transform: uppercase;
  padding: 12px 0
}

@media screen and (max-width:767px) {
  .header .navbar .nav-right .nav-item .nav-link {
      padding: 8px 0 6px
  }
}

@media screen and (min-width:1600px) {
  .header .navbar .nav-right .nav-item .nav-link {
      font-size: 16px
  }
}

.header .navbar .nav-right .nav-item .nav-link.btn-primary {
  padding: 10px 24px;
  border-width: 0
}

@media screen and (max-width:1500px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-primary {
      padding: 10px 16px
  }
}

@media screen and (max-width:767px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-primary {
      font-size: 16px;
      padding: 10px 16px
  }
}

.header .navbar .nav-right .nav-item .nav-link.btn-location {
  display: flex;
  padding: 0;
  align-items: center;
  text-align: left;
  background-color: transparent;
  min-height: 40px;
  border-width: 0
}

.header .navbar .nav-right .nav-item .nav-link.btn-location>img {
  flex-shrink: 0;
  width: 36px;
  margin-right: 6px;
  border-radius: 50%
}

@media screen and (max-width:1700px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-location>img {
      margin-right: 0
  }
}

.header .navbar .nav-right .nav-item .nav-link.btn-location span {
  font-weight: 400;
  font-size: 16px;
  font-family: nunito, sans-serif;
  text-transform: capitalize;
  color: #9e9eab
}

@media screen and (max-width:1700px) {
  .header .navbar .nav-right .nav-item .nav-link.btn-location span {
      display: none
  }
}

.header .navbar .nav-right .nav-item .nav-link.btn-location span b {
  font-weight: 700;
  font-family: sunflower, sans-serif;
  text-transform: uppercase;
  color: #fff
}

.header .navbar .nav-right .nav-item .nav-link.btn-location::after {
  display: none
}

.header .navbar .nav-right .nav-item .nav-link.btn-location:hover b {
  color: #ec1c38
}

.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle::after {
  margin: 0;
  border: 0
}

.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu {
  padding: 0;
  width: 36px;
  height: 36px;
  position: relative;
  border: 0;
  --bs-btn-active-bg: #3B3E4A;
  --bs-btn-bg: #272a35;
  --bs-btn-hover-bg: #272a35;
  --bs-btn-hover-border-color: #272a35;
  --bs-btn-border-color: #272a35;
}

.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu i {
  position: absolute;
  left: 7px;
  top: 8px;
  width: 22px;
  height: 1px;
  background: #fff;
  opacity: 1;
  transition: background-color .35s, opacity 175ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 175ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color .35s, transform 175ms cubic-bezier(.215, .61, .355, 1), opacity 175ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color .35s, transform 175ms cubic-bezier(.215, .61, .355, 1), opacity 175ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 175ms cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  border-radius: 1px;
  transform-origin: top left
}

.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu i:nth-child(1) {
  top: 8px
}

.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu i:nth-child(2) {
  top: 17px
}

.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu i:nth-child(3) {
  top: 26px;
  transform-origin: bottom left
}

.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu[aria-expanded=true] i {
  left: 9px;
  background-color: #9e9eab;
  width: 25px
}

.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu[aria-expanded=true]:hover i {
  background-color: #fff
}

.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu[aria-expanded=true] i:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg)
}

.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu[aria-expanded=true] i:nth-child(2) {
  opacity: 0
}

.header .navbar .nav-right .nav-item .nav-link.dropdown-toggle-menu[aria-expanded=true] i:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg)
}

.header .navbar .nav-right .nav-item .dropdown-menu {
  --bs-dropdown-color: #ffffff;
  --bs-dropdown-bg: #3B3E4A;
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-hover-bg: #373a48;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #ec1c38;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-font-size: 15px;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0;
  --bs-dropdown-item-padding-y: 20px;
  --bs-dropdown-padding-y: 0;
  font-family: sunflower, sans-serif;
  font-weight: 700;
  text-transform: none
}

.header .navbar .nav-right .nav-item .dropdown-menu>li:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, .2)
}

.header .navbar .nav-right .nav-item .dropdown-menu>li .icon {
  font-size: 20px;
  margin-right: 16px
}

.header .navbar .nav-right .nav-item .dropdown-menu>li span>span {
  font-size: .9em;
  opacity: .5;
  display: block
}

@media screen and (max-width:767px) {
  .header .navbar .nav-right .nav-item .dropdown-menu>li span>span {
      white-space: normal
  }
}

.header .navbar .nav-right .nav-item .dropdown-menu>li .dropdown-item {
  align-items: center
}

.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu {
  --bs-dropdown-min-width: 428px;
  --bs-dropdown-box-shadow: 0px 4px 34px 0px #0000007A;
  --bs-dropdown-bg: #3B3E4A;
  --bs-dropdown-item-padding-y: 6px;
  --bs-dropdown-item-padding-x: 6px;
  --bs-dropdown-link-color: #fff;
  --bs-dropdown-link-active-color: #EC1C38;
  --bs-dropdown-link-hover-color: #EC1C38;
  --bs-dropdown-font-size: 12px;
  --bs-dropdown-spacer: 0;
  margin: 0;
  border-radius: 0;
  padding: 16px;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu.show {
  display: flex;
  flex-wrap: wrap;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item {
  background-color: #272A35;
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item:hover {
  background-color: #0A0000;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item:hover .icon {
  background-color: #272A35;
  color: #EC1C38;
  opacity: 1;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item.active {
  background-color: #0A0000;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item.active .icon {
  background-color: #272A35;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  background-color: #0A0000;
  color: #EC1C38;
  opacity: 1;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item .icon svg path {
  fill: #EC1C38;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu .dropdown-item .icon::before {
  color: #EC1C38;
}
.header .navbar .nav-right .nav-item .dropdown-menu.dropdown-mainmenu li {
  padding: 4px;
  width: 50%;
  border: 0;
}

@media screen and (min-width:1200px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
      align-items: center
  }
}

@media screen and (max-width:1199px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
      position: absolute;
      background-color: #272a35;
      z-index: 1;
      width: 600px;
      right: 0;
      top: 100%;
      min-height: 100vh
  }

  .header .navbar.navbar-expand-xl .navbar-nav {
      padding: 16px 24px
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item {
      position: relative
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item:not(:last-child) {
      border-bottom: solid 1px rgba(104, 106, 114, .36)
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .nav-link {
      padding: 12px 0
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .nav-link::after {
      display: none
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .nav-link.active {
      color: #ec1c38
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu {
      flex-direction: inherit;
      text-align: left;
      align-items: flex-start;
      width: 100%;
      padding-bottom: 12px
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-item {
      padding: 3px 0
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .ms-auto {
      margin-left: 0 !important
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
      background-color: transparent;
      box-shadow: none;
      padding-top: 0;
      border-bottom: 0
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-menu:not(.show) {
      display: none
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-item {
      padding: 3px 0
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item>.dropdown-menu {
      display: flex;
      flex-wrap: wrap
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item>.dropdown-menu>li {
      width: 50%
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-menu-mobile:not(.show) {
      display: none
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-toggle-mobile {
      display: block;
      background: 0 0;
      position: absolute;
      right: 12px;
      border: solid 1px #fff;
      border-width: 0 1px 1px 0;
      width: 10px;
      height: 10px;
      transform: rotate(45deg);
      top: 11px;
      padding: 0
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-toggle-mobile::after {
      display: none
  }

  .header .navbar.navbar-expand-xl .navbar-nav .nav-item .dropdown-toggle-mobile.show {
      transform: rotate(226deg)
  }

  .header .navbar.navbar-expand-xl .nav-right .nav-item:not(:first-child) {
      padding-left: 24px
  }
}

@media screen and (max-width:767px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
      width: 75vw;
      max-width: 75vw
  }

  .header .navbar.navbar-expand-xl .nav-right .nav-item:not(:first-child) {
      padding-left: 12px
  }
}

@media screen and (max-width:575px) {
  .header .navbar.navbar-expand-xl .navbar-collapse {
      width: 100vw;
      max-width: 100vw;
      right: -12px
  }
}

@media screen and (max-width:480px) {
  .header .navbar.navbar-expand-xl .navbar-nav .nav-item>.dropdown-menu>li {
      width: 100%
  }
}

@media screen and (min-width:1200px) {
  .header .navbar {
      border-bottom: solid 40px #272a35
  }
}

@media screen and (min-width:1600px) {
  .header .navbar {
      border-bottom: solid 48px #272a35
  }
}

.header .navbar.without-submenu {
  border-bottom-width: 0
}

@media screen and (min-width:1200px) {
  .header .navbar.without-submenu.navbar.navbar-expand-xl .navbar-collapse {
      align-items: center
  }
}

@media screen and (min-width:1200px) {
  .header .navbar.without-submenu .nav-continer {
      align-items: center
  }
}

.header .navbar.without-submenu .nav-item .nav-link {
  overflow: hidden
}

@media screen and (max-width:767px) {
  .header [class^=headerUserBtn]:not(.headerUserBtnChatInvite) {
      position: fixed;
      width: 50%;
      bottom: 0;
      z-index: 5
  }
}

@media screen and (max-width:767px) {
  .header .headerUserBtnChatTrigger, .header .headerUserBtnChatInvite {
      right: 0
  }
}

.header [id^=b_whd9oga5], .header [id^=b_p2nat7pl], .header [id^=b_vkw633r6], .header [id^=b_3ka1mfcl], .header [id^=b_0melosha], .header [id^=b_l6ob54lm], .header [id^=b_5dytf3an], .header [id^=b_] {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  visibility: visible !important
}

@media screen and (max-width:767px) {
  .header [id^=b_whd9oga5], .header [id^=b_p2nat7pl], .header [id^=b_vkw633r6], .header [id^=b_3ka1mfcl], .header [id^=b_0melosha], .header [id^=b_l6ob54lm], .header [id^=b_5dytf3an], .header [id^=b_] {
      width: 50%
  }
}

.header [id^=b_whd9oga5] [class^=headerUserBtn], .header [id^=b_p2nat7pl] [class^=headerUserBtn], .header [id^=b_vkw633r6] [class^=headerUserBtn], .header [id^=b_3ka1mfcl] [class^=headerUserBtn], .header [id^=b_0melosha] [class^=headerUserBtn], .header [id^=b_l6ob54lm] [class^=headerUserBtn], .header [id^=b_5dytf3an] [class^=headerUserBtn], .header [id^=b_] [class^=headerUserBtn] {
  position: relative;
  font-family: sunflower, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  background: #ec1c38;
  border: solid .2em #ec1c38;
  color: #fff;
  margin: 0;
  padding: 0 1.2em;
  height: 2.2em;
  line-height: 1.8em;
  border-radius: 0;
  -webkit-appearance: none;
  transition: background-color .4s ease-in-out, border-color .4s ease-in-out, color .4s ease-in-out;
  font-size: 18px;
  cursor: pointer
}

@media screen and (max-width:991px) {
  .header [id^=b_whd9oga5] [class^=headerUserBtn], .header [id^=b_p2nat7pl] [class^=headerUserBtn], .header [id^=b_vkw633r6] [class^=headerUserBtn], .header [id^=b_3ka1mfcl] [class^=headerUserBtn], .header [id^=b_0melosha] [class^=headerUserBtn], .header [id^=b_l6ob54lm] [class^=headerUserBtn], .header [id^=b_5dytf3an] [class^=headerUserBtn], .header [id^=b_] [class^=headerUserBtn] {
      font-size: 16px;
      height: 42px
  }
}

.header [id^=b_whd9oga5] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_p2nat7pl] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_vkw633r6] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_3ka1mfcl] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_0melosha] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_l6ob54lm] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_5dytf3an] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_] [class^=headerUserBtn] .icon-speech::before {
  content: "";
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  margin-right: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nI0ZGRkZGRicgZD0nTTggMTVjNC40MTggMCA4LTMuMTM0IDgtN3MtMy41ODItNy04LTctOCAzLjEzNC04IDdjMCAxLjc2Ljc0MyAzLjM3IDEuOTcgNC42LS4wOTcgMS4wMTYtLjQxNyAyLjEzLS43NzEgMi45NjYtLjA3OS4xODYuMDc0LjM5NC4yNzMuMzYyIDIuMjU2LS4zNyAzLjU5Ny0uOTM4IDQuMTgtMS4yMzRBOS4wNiA5LjA2IDAgMCAwIDggMTV6Jy8+PC9zdmc+);
  background-repeat: no-repeat
}

@media screen and (max-width:991px) {
  .header [id^=b_whd9oga5] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_p2nat7pl] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_vkw633r6] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_3ka1mfcl] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_0melosha] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_l6ob54lm] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_5dytf3an] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_] [class^=headerUserBtn] .icon-speech::before {
      width: 16px;
      height: 16px
  }
}

@media screen and (max-width:767px) {
  .header [id^=b_whd9oga5] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_p2nat7pl] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_vkw633r6] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_3ka1mfcl] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_0melosha] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_l6ob54lm] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_5dytf3an] [class^=headerUserBtn] .icon-speech::before, .header [id^=b_] [class^=headerUserBtn] .icon-speech::before {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nI2VjMWMzOCcgZD0nTTggMTVjNC40MTggMCA4LTMuMTM0IDgtN3MtMy41ODItNy04LTctOCAzLjEzNC04IDdjMCAxLjc2Ljc0MyAzLjM3IDEuOTcgNC42LS4wOTcgMS4wMTYtLjQxNyAyLjEzLS43NzEgMi45NjYtLjA3OS4xODYuMDc0LjM5NC4yNzMuMzYyIDIuMjU2LS4zNyAzLjU5Ny0uOTM4IDQuMTgtMS4yMzRBOS4wNiA5LjA2IDAgMCAwIDggMTV6Jy8+PC9zdmc+);
      background-repeat: no-repeat
  }
}

@media screen and (max-width:767px) {
  .header [id^=b_whd9oga5] [class^=headerUserBtn], .header [id^=b_p2nat7pl] [class^=headerUserBtn], .header [id^=b_vkw633r6] [class^=headerUserBtn], .header [id^=b_3ka1mfcl] [class^=headerUserBtn], .header [id^=b_0melosha] [class^=headerUserBtn], .header [id^=b_l6ob54lm] [class^=headerUserBtn], .header [id^=b_5dytf3an] [class^=headerUserBtn], .header [id^=b_] [class^=headerUserBtn] {
      width: 100%;
      border-color: #272a35;
      background: #272a35;
      color: #ec1c38
  }
}

.header .member-nav {
  position: relative;
  z-index: 2
}

@media screen and (max-width:1199px) {
  .header .member-nav {
      z-index: 999
  }
}

.header .member-nav .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 9px;
  --bs-nav-link-font-weight: 700;
  --bs-nav-link-color: #000000;
  --bs-nav-link-hover-color: #ec1c38;
  --bs-nav-link-disabled-color: #6c757d;
  font-family: sunflower, sans-serif;
  font-size: 15px;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12)
}

.header .member-nav .nav .icon {
  font-size: 20px;
  margin-right: 6px;
  vertical-align: -4px;
  line-height: var(--bs-body-line-height)
}

.header .member-nav .nav .icon.icon-image::before {
  content: "\ef66"
}

.header .member-nav .nav .active {
  --bs-nav-link-color: #ec1c38
}
.header .icon.icon-image-job::before {
  content: "\ef66" !important;
}

@media screen and (max-width:1199px) {
  .header .member-nav .navbar-collapse {
      position: absolute;
      background-color: #272a35;
      z-index: 1;
      width: 600px;
      right: 0;
      top: 0;
      min-height: 100vh
  }

  .header .member-nav .navbar-collapse .nav {
      background-color: #272a35;
      flex-direction: column;
      --bs-nav-link-color: #fff;
      --bs-nav-link-hover-color: #EC1C38;
      --bs-nav-link-disabled-color: #6c757d;
      --bs-nav-link-padding-x: 0;
      box-shadow: none;
      padding: 16px 24px
  }

  .header .member-nav .navbar-collapse .nav .nav-item:not(:last-child) {
      border-bottom: solid 1px rgba(104, 106, 114, .36)
  }
}

@media screen and (max-width:767px) {
  .header .member-nav .navbar-collapse {
      width: 75vw;
      max-width: 75vw
  }
}

@media screen and (max-width:575px) {
  .header .member-nav .navbar-collapse {
      width: 100vw;
      max-width: 100vw
  }
}

/*=== END Main Website Header ===*/

/* step-navigation  */
.step-navigation{
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 12px;
    --bs-nav-link-color: #FFF;
    --bs-nav-link-hover-color: #FFF;
    --bs-nav-link-disabled-color: #FFF;
    --bs-nav-link-font-size: 15px;

}
@media (min-width: 992px) {
  .step-navigation {
    flex-wrap: nowrap;
  }
}
.step-navigation b {
  text-transform: uppercase;
}
.step-navigation li{
  width: 100%;
  padding-bottom: 10px;
}
.step-navigation .nav-link{
  position: relative;
}
.step-navigation  .nav-link::after, .step-navigation  .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.step-navigation .nav-link::before {
  width: 20px;
  height: 20px;
  border: solid 1px #FFFFFF;
  background-color: transparent;
  border-radius: 50%;
  bottom: -10px;
}
.step-navigation .nav-link::after {
  border-bottom: solid 1px #FFF;
  right: 6px;
  left: 26px;
}
.step-navigation .nav-link.activestep::after {
  border-bottom-style: dashed;
}
.step-navigation .nav-link.activestep::after,
.step-navigation .nav-link.completed::after,
.step-navigation .nav-link.activestep::before,
.step-navigation .nav-link.completed::before {
  opacity: 1;
  border-color: var(--bs-primary);
}
.step-navigation .nav-link.activestep b ,
.step-navigation .nav-link.completed b{
  color: var(--bs-primary);
}

@media (max-width: 991px) {
  .step-navigation li{
    width: 50%;
  }
}
@media (max-width: 450px) {
  .step-navigation li{
    width: 100%;
  }
}

.form-switch .form-check-input:checked {
  background-color: rgba(236, 28, 56, 1);
  background-image: var(--bs-form-switch-bg);
  background-position: right center;
  background-repeat: no-repeat;
  box-shadow: none;
}


/*pricing-table*/
.pricing-table{
    display: flex;

}
.pricing-table .pricing-cols {
  width: 25%;
  margin-bottom: 36px;

}
.pricing-table .pricing-cols:not(:first-child){
  border-left: solid 1px #D0D0D2;
}
.pricing-listing{
    display:flex;
    flex-direction: column;
    background-color: #F6F6F6;
    text-align: center;

}
.pricing-listing li{
  padding: 0;
  background-color: #FFF;
  min-height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pricing-listing li:nth-child(odd){
  background-color: #E9E9EA;
}
.pricing-listing .pricing-heading {
    min-height: 100px;
    background-color: #E9E9EA;
    color: #686A72;
    font-size: 15px;
}
.pricing-listing .pricing-heading b{
  text-transform: uppercase;
}
.pricing-listing li.supperbg{
  background-color: #F6F6F6;
}
.pricing-listing .pricing-heading h3{
  font-size: 21px;
  color: #0A0000;
  margin-bottom: 3px;
}
.pricing-listing .price-footer{
  padding-top: 24px;
  padding-bottom: 24px;
}
.pricing-listing .price-title{
  display: none;
  width: 50%;
}
.pricing-listing .btn-outline-primary{
  --bs-btn-border-width:2px;
  border-width: 2px !important;
}

@media (max-width: 991px) {
  .pricing-listing{
    font-size: 15px;
  }
  .pricing-listing .pricing-heading{
    font-size: 12px;
  }
  .pricing-listing .pricing-heading h3{
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pricing-table .pricing-cols {
    width: 100%;
    border: 0;
  }
  .pricing-table .pricing-cols:not(:first-child){
    border-left: 0;
  }
  .pricing-table{
    flex-direction: column;
  }
  .pricing-listing .price-row{
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
  .pricing-listing .price-title{
    display: block;
    text-align: left;
    padding: 0 12px;
    font-weight: bold;
  }
}


.card-check-input:checked + .card-examples{
    box-shadow: inset 0 0 0 2px rgba(236, 28, 56, 0.9) !important;
}

/* Select list Dropdown */
.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection--single {
  padding: 6px 16px;
  background-color: #E9E9EA;
  border-color: #D0D0D2;
  line-height: 1.5;
  height: auto;
  border-radius: 0;
  min-height: 42px;
}
.select2.select2-container .select2-selection--single .select2-selection__arrow {
  transform: translate(0, -50%);
  top: 50%;
}
.select2.select2-container .select2-selection--single .select2-selection__arrow b {
  border-width: 0 1px 1px 0px;
  border-color: #272A35 !important;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  margin-top: 6px;
  position: relative;
  left: auto;
  top: auto;
  display: block;
}
.select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2.select2-container.select2-container--open .select2-selection--single {
  box-shadow: 0 0 0 0.25rem rgba(85, 85, 93, 0);
  border-color: #55555d;
  background-color: #fff;
}
.select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 1px 0px 0px 1px;
  margin-top: 12px;
}
.select2.select2-container.select2-xsm .select2-selection--single {
  padding: 0px 12px;
  min-height: 30px;
  border-width: 0;
  line-height: 30px;
}
.select2.select2-container.select2-xsm .select2-selection--single .select2-selection__arrow b {
  width: 6px;
  height: 6px;
}
.select2.select2-container.select2-xsm.select2-container--open .select2-selection--single {
  background-color: #F6F6F6;
}
.select2.select2-container.select2-supperlight .select2-selection--single {
  background-color: #F6F6F6;
}
.select2.select2-container.select2-dark6 .select2-selection--single {
  background-color: #D0D0D2;
  border-color: #D0D0D2;
}
.select2-dropdown .select2-search {
  padding: 6px !important;
}
.select2-dropdown .select2-search__field {
  padding: 6px 12px !important;
}
.select2-dropdown .select2-search__field:focus {
  box-shadow: none;
  outline: none;
}
.select2-container--listdropdown {
  background-color: #F6F6F6;
  border: 1px solid #E9E9EA;
}
.select2-container--listdropdown.bg-white {
  background-color: #fff;
  border: 0;
}
.select2-container--listdropdown.bg-white .select2-selection--single {
  background-color: #fff;
  display: flex;
  align-items: center;
  min-height: 100%;
}
.select2-container--listdropdown.bg-white .select2-selection--single .select2-selection__placeholder {
  color: #D0D0D2;
}
.select2-container--listdropdown.select2-container--open {
  border-color: #272A35;
}
.select2-container--listdropdown .select2-selection--multiple .select2-selection__rendered {
  display: inline-flex !important;
  flex-wrap: wrap;
  font-size: 12px;
  list-style: none;
  padding: 8px;
}
.select2-container--listdropdown .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  background-color: #F6F6F6;
  width: 150px;
}
.select2-container--listdropdown .select2-selection--multiple .select2-selection__rendered .select2-search__field:focus {
  outline: none;
  box-shadow: none;
}
.select2-container--listdropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  color: #EC1C38;
  background-color: rgba(236, 28, 56, 0.12);
  padding: 3px 3px 3px 12px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  margin: 3px;
}
.select2-container--listdropdown .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  order: 2;
  background-color: rgba(236, 28, 56, 0.24);
  text-align: center;
  margin-left: 12px;
  line-height: 16px;
  border-radius: 2px;
  width: 16px;
  height: 16px;
}
.select2-container--listdropdown .select2-search .select2-search__field {
  border: solid 1px #686A72;
}
.select2-container--listdropdown .select2-dropdown {
  border: 0;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
  border-radius: 0;
}
.select2-container--listdropdown .select2-dropdown .select2-results__options {
  padding: 0;
  overflow: auto;
  max-height: 220px;
}
.select2-container--listdropdown .select2-dropdown .select2-results .select2-results__option {
  background-color: #fff;
  margin-bottom: 0;
  padding: 12px;
  font-size: 12px;
  position: relative;
  border-bottom: solid 1px #E9E9EA;
}
.select2-container--listdropdown .select2-dropdown .select2-results .select2-results__option > div {
  align-items: center;
}
.select2-container--listdropdown .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
  color: #EC1C38;
  background-color: rgba(236, 28, 56, 0.08);
}
.select2-container--listdropdown .select2-dropdown .select2-results .select2-results__option::after {
  font: normal normal normal 32px/1 'Jetpack';
  font-family: 'Jetpack' !important;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  content: "\ec36";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  color: #1ABC9C;
  opacity: 0;
  visibility: hidden;
}
.select2-container--listdropdown .select2-dropdown .select2-results .select2-results__option[aria-selected="true"] {
  color: #1ABC9C;
  background-color: rgba(26, 188, 156, 0.12);
}
.select2-container--listdropdown .select2-dropdown .select2-results .select2-results__option[aria-selected="true"]::after {
  opacity: 1;
  visibility: visible;
}

.card-dashboard {
  --bs-card-border-width: 0;
  --bs-card-border-color: #E9E9EA;
  --bs-card-spacer-y: 24px;
  --bs-card-spacer-x: 24px;
  --bs-card-cap-bg: #fff;
  --bs-card-cap-color: #EC1C38;
  --bs-card-cap-padding-y: 12px;
  --bs-card-cap-padding-x: 24px;
  --bs-card-inner-border-radius: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  --bs-card-border-radius:0;
}
@media screen and (max-width: 767px) {
  .card-dashboard {
    --bs-card-cap-padding-x: 12px;
    --bs-card-spacer-x: 12px;
  }
}
.card-dashboard .card-header {
  --bs-card-border-width: 1px;
  font-size: 15px;
  font-weight: bold;
}

.owl-carousel-vertical{
  width: 100%;
  transform: rotate(90deg);
  position: relative;
}

.owl-carousel-vertical .infinite-scrolling-image:nth-child(odd) {
  top: -314px;
  bottom: auto;
  animation-duration: 40s;
}

.infinite-scrolling-image {
  height: 300px;
  top: 0;
  position: absolute;
  overflow:hidden;
  overflow-y: hidden;
  white-space:nowrap;
  /* added */
  left: 0;
  animation-name: infinitescroll;
  animation-duration: 45s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: flex;
}
.infinite-scrolling-image img {
  height: 317px;
  width: 317px;
  object-fit: cover;
  object-position: center;
  transform: rotate(-90deg);
  margin: 0 10px 0 0;
}
@keyframes infinitescroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1299px) {
  .owl-carousel-vertical{
    transform: rotate(90deg) translate(0px, -50px);
  }

}
@media screen and (max-width: 1199px) {
  .owl-carousel-vertical{
    transform: rotate(90deg) translate(0px, -100px);
  }

}
@media screen and (max-width: 991px) {
  .owl-carousel-vertical{
    transform: rotate(0deg) translate(0px, 0);
    height: 615px;
  }
  .owl-carousel-vertical .infinite-scrolling-image:nth-child(odd) {
    top:310px;
    bottom: auto;
    left: 0;
  }
  .infinite-scrolling-image img{
    transform: rotate(0)
  }
}

.landing-liveagent-form iframe, .landing-liveagent-form iframe[id^="b_"]{
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  position: relative;
  right: auto;
   bottom: auto;
   max-height: 780px;
   background: #FFF;
   border-radius: 6px;
  }
  @media screen and (max-width: 1199px) {
    .landing-liveagent-form iframe, .landing-liveagent-form iframe[id^="b_"]{
        height: 780px !important;
    }
  }

  .profile-photo {
    width: 350px;
    height: 350px;
    margin-left:auto ;
    margin-right: auto;
  }
  @media screen and (max-width: 776px) {
    .profile-photo {
      width: 300px;
      height: 300px;
    }
  }