@charset "UTF-8";
/*
Theme Name: FixitFaster
Description: Test
Version: 1.0
*/

/*fontface*/
@font-face {
  font-family: proximanovasoft-bold;
  src: url('fonts/proxima-nova-soft/proximanovasoft-bold.otf');
}

@font-face {
  font-family: proximanovasoft-medium;
  src: url('fonts/proxima-nova-soft/proximanovasoft-medium.otf');
}

@font-face {
  font-family: proximanovasoft-regular;
  src: url('fonts/proxima-nova-soft/proximanovasoft-regular.otf');
}

@font-face {
  font-family: proximanovasoft-semibold;
  src: url('fonts/proxima-nova-soft/proximanovasoft-semibold.otf');
}

@font-face {
  font-family: Circular Std;
  src: url('fonts/Circular/CircularStd-Book.otf') format('opentype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: Circular Std;
  src: url('fonts/Circular/CircularStd-Bold.otf') format('opentype');
  font-style: normal;
  font-weight: bold;
}

body {
  font-family: Circular Std;
  font-size: 14px;
  line-height: 24px;
  color: #444444;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: Circular Std !important;
}

#about #form-field-email {
  font-weight: 300 !important;
  width: 100%;
  font-size: 13px;
  padding: 12px 0 12px 10px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url(img/arrow-down-grey.png) no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  color: #b3a3a3;
  border-radius: 0;
}

#quickFix #form-field-email {
  border-right: 0 !important;
}

#about .elementor-select-wrapper:before {
  content: none !important;
}

/*** Common Input Styles ****/
.signup-form .elementor-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #339dbd !important;
  opacity: 0.5 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.signup-form .elementor-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #339dbd !important;
  opacity: 0.5 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.signup-form .elementor-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #339dbd !important;
  opacity: 0.5 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.signup-form .elementor-field:-moz-placeholder {
  /* Firefox 18- */
  color: #339dbd !important;
  opacity: 0.5 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

label {
  font-size: 12px;
  text-transform: uppercase;
  color: #3494c1;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.form-control,
input,
textarea,
select {
  background-color: transparent !important;
  border: 1px solid #d8d8d8 !important;
  height: 50px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 16px !important;
  padding: 0 0 0 10px !important;
  color: #444444 !important;
  margin: 0 0 0 0 !important;
  font-weight: 600 !important;
}

#support-contact textarea {
  padding: 10px 0 0 10px !important;
  height: 100px !important;
  resize: none;
}

/* Hide HTML5 Up and Down arrows. */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

textarea.form-control {
  min-height: 180px;
  resize: none;
}

select,
select option {
  color: #444444;
}

select:invalid,
select option[value=''] {
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 500 !important;
}

.form-group {
  margin-bottom: 30px;
}

.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 500;
}

.form-control::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 500;
}

.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 500;
}

.form-control:-moz-placeholder,
input:-moz-placeholder {
  /* Firefox 18- */
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 500;
}

select:invalid,
select[disabled] {
  color: #b3a3a3 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
/*Carousel Arrows
.elementor-slick-slider .slick-prev:before {
    content: "" !important;
    background-image: url("img/arrowleft-blue.png");
    background-repeat: no-repeat;
    height: 44px;
    width: 60px;
    display: flex;
    left: -65px;
    top: -18px;
    position: absolute;
}

.elementor-slick-slider .slick-next:after {
    content: "" !important;
    background-image: url(img/arrowright-blue.png);
    background-repeat: no-repeat;
    height: 44px;
    width: 60px;
    display: flex;
    right: -65px;
    top: 0;
    position: absolute;
}
*/

/*tabs CSS*/
.signup-section .elementor-tab-title,
.elementor-tab-titleelementor-active:before {
  border-bottom: 1px solid #979797 !important;
}

.signup-section
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title.elementor-active {
  border-bottom: 3px solid #d5d900 !important;
  border-bottom-style: solid !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding: 20px 35px;
  color: #3494c1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 2;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
  text-align: center;
  cursor: pointer;
  font-weight: 600 !important;
}

.signup-section .elementor-widget-tabs .elementor-tabs-wrapper {
  overflow: hidden;
  width: auto;
  margin: 0 7em;
  display: inline-flex;
}

.banner-small-text h3 {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 500 !important;
}

.signup-section .elementor-widget-tabs .elementor-tab-title {
  color: #3494c1 !important;
  font-weight: 400 !important;
  font-family: Circular Std !important;
  letter-spacing: 1px !important;
  font-size: 12px !important;
  line-height: 2 !important;
}

@media (min-width: 768px) {
  .signup-section
    .elementor-widget-tabs.elementor-tabs-view-horizontal
    .elementor-tab-content {
    border-style: none !important;
    border-top-style: none !important;
    margin: 0 6em;
  }
}

.signup-section
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title.elementor-active:before {
  bottom: -3px !important;
}

/*footer tabs css*/

/*tabs CSS*/
.footer-tabs .elementor-tab-title,
.elementor-tab-titleelementor-active:before {
  border-bottom: 1px solid #979797 !important;
}

.footer-tabs
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title.elementor-active {
  border-bottom: 3px solid #d5d900 !important;
  border-bottom-style: solid !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding: 20px 35px;
  color: #3494c1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 2;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
  text-align: center;
  cursor: pointer;
  font-weight: 600 !important;
}

.footer-tabs .elementor-widget-tabs .elementor-tabs-wrapper {
  overflow: hidden;
  width: auto;
  margin: 0 7em;
  display: inline-flex;
}

.footer-tabs .elementor-widget-tabs .elementor-tab-title {
  color: #3494c1 !important;
  font-weight: 400 !important;
  font-family: Circular Std !important;
  letter-spacing: 1px !important;
  font-size: 12px !important;
  line-height: 2 !important;
}

@media (min-width: 768px) {
  .footer-tabs
    .elementor-widget-tabs.elementor-tabs-view-horizontal
    .elementor-tab-content {
    border-style: none !important;
    border-top-style: none !important;
    margin: 0 6em;
  }
}

.footer-tabs
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title.elementor-active:after,
.footer-tabs
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title.elementor-active:before {
  bottom: -3px !important;
}

.footer-tabs .elementor-tabs-content-wrapper h5 {
  color: #444444 !important;
  //line-height: 8px;
  font-weight: 200;
}
.footer-tabs-content {
  display: none;
}

/*End Footer Tabs*/

.owl-carousel-section .owl-item {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #ffffff;
  padding: 10px 20px 0 20px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: inherit !important;
}

/*.footerBorder span {
    display: block !important;
}*/

.car-img img {
  width: 100px !important;
  height: 50px !important;
  margin: 10px 0 5px 0;
}

.wallet-img img {
  width: 60px !important;
  height: 60px !important;
  margin: 25px 0 5px 0;
}

.hand-img img {
  width: 55px !important;
  height: 80px !important;
  margin: 5px 0 5px 0;
}

.location-img img {
  width: 65px !important;
  height: 65px !important;
  margin: 15px 0 5px 0;
}

#quickFix .elementor-field-type-submit {
  margin-top: 0;
  padding: 4px 10px 4px 5px;
  display: block;
}

#quickFix button#green-button {
  width: 100%;
  margin: 0;
  padding: 0;
}

.features-text p {
  color: #444444 !important;
  font-size: 18px;
  font-weight: 600 !important;
}

@media (min-width: 768px) {
  .login-section,
  .forgot-section {
    padding: 0 80px;
  }
}

.login-section {
  display: inherit;
}

.forgot-section,
.faq-contactform {
  display: none;
}

.forgot-link,
.login-link {
  cursor: pointer;
}

#fixit-banner .login-section h3,
#fixit-banner .login-section h4,
#fixit-banner .forgot-section h3,
#fixit-banner .forgot-section h4,
#fixit-banner .signup-section h3,
#fixit-banner .signup-section h4 {
  color: #ffffff !important;
}

#fixit-banner .login-section .form-card .elementor-field-group:before,
#fixit-banner .forgot-section .form-card .elementor-field-group:before,
#fixit-banner .signup-section .form-card .elementor-field-group:before {
  display: inline-block;
  background-size: 75%;
  width: 30px;
  height: 30px;
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  margin: 8px 0 0 0;
}

#fixit-banner .elementor-field-group-email:before {
  background-image: url('img/email.png');
}

#fixit-banner .elementor-field-group-password:before {
  background-image: url('img/password.png');
}

#fixit-banner .signup-section .elementor-field-group-name:before,
#fixit-banner .signup-section .elementor-field-group-businessname:before {
  background-image: url('img/name.png');
}

#fixit-banner .signup-section .elementor-field-group-postcode:before {
  background-image: url('img/postcode.png');
}

#fixit-banner .signup-section .elementor-field-group-contactnumber:before {
  background-image: url('img/phone.png');
}

#fixit-banner .signup-section .elementor-field-group-referralcode:before {
  background-image: url('img/referralcode.png');
}

#fixit-banner .signup-section .elementor-field-group-licensenumber:before {
  background-image: url('img/licensenumber.png');
}

#fixit-banner .signup-section .elementor-field-group-tradeorservice:before {
  background-image: url('img/trade.png');
}

#fixit-banner .signup-section .elementor-field-group-tradesCheckList1:before,
#fixit-banner .signup-section .elementor-field-group-tradesCheckList2:before {
  background-image: url('img/trade.png');
}

#fixit-banner .elementor-widget-form {
  padding: 0 20px;
}

#fixit-banner .elementor-field {
  border: 0 !important;
  border-bottom: 1px solid #359dbd !important;
  margin: 0 0 0 35px !important;
  width: 90% !important;
}

#fixit-banner .form-card .elementor-element-populated {
  padding: 30px 14px 26px 14px;
  border-radius: 25px;
}

#fixit-banner .form-card {
  margin: 0 auto;
}

#fixit-banner .elementor-field-type-submit {
  width: auto;
  margin: 10px auto;
}

#fixit-banner .signup-section .form-card .elementor-element-populated {
  padding: 0 0 26px 0;
}

.signup-section .elementor-widget-tabs .elementor-tab-desktop-title,
.signup-section
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title.elementor-active {
  position: relative;
  padding: 10px 15px 8px 15px;
  border-right: 1px solid #979797 !important;
  text-align: center;
}

.signup-section .elementor-widget-tabs .elementor-tab-desktop-title:last-child,
.signup-section
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title:last-child.elementor-active {
  border-right: 0 !important;
}

.signup-section .elementor-tab-title,
.signup-section .elementor-tab-title:before,
.signup-section .elementor-tab-title:after,
.signup-section .elementor-tab-content {
  border-width: 0;
}

.signup-section .elementor-widget-tabs .elementor-tab-content,
.signup-section .elementor-widget-tabs .elementor-tab-title,
.signup-section .elementor-widget-tabs .elementor-tab-title:after,
.signup-section .elementor-widget-tabs .elementor-tab-title:before,
.signup-section .elementor-widget-tabs .elementor-tabs-content-wrapper {
  border: 1px none #979797;
}

.signup-section .elementor-tab-title,
.signup-section .elementor-tab-titleelementor-active:before {
  border-bottom: 0 !important;
}

.signup-section .elementor-widget-tabs .elementor-tabs-wrapper {
  margin: 0 auto;
  justify-content: center;
  display: flex;
}

@media (min-width: 768px) {
  .signup-section
    .elementor-widget-tabs.elementor-tabs-view-horizontal
    .elementor-tab-content,
  .signup-section .elementor-widget-tabs .elementor-tabs-wrapper {
    margin: 0;
    width: 100%;
    /*border-bottom: 1px solid #979797;*/
  }
}

@media (max-width: 767px) {
  .signup-section .elementor-tab-mobile-title {
    display: none;
  }
}

@media (max-width: 480px) and (orientation: portrait) {
  .signup-section .elementor-widget-tabs .elementor-tab-desktop-title,
  .signup-section
    .elementor-widget-tabs.elementor-tabs-view-horizontal
    .elementor-tab-desktop-title.elementor-active {
    padding: 5px 4px;
  }
}

.signup-form .elementor-field-subgroup {
  display: contents;
}

.signup-form input[type='checkbox'] {
  opacity: 0;
}

.signup-form label {
  position: relative;
  display: inline-block !important;
  padding-left: 25px;
  text-transform: inherit;
  letter-spacing: 0;
  font-size: 14px;
  color: #339dbd !important;
  font-weight: 500 !important;
  font-family: Circular Std !important;
}

.signup-form label a {
  text-decoration: underline;
  color: #339dbd !important;
}

.signup-form label::before,
.signup-form label::after {
  position: absolute;
  content: '';
  display: inline-block;
}

.signup-form label::before {
  height: 16px;
  width: 16px;
  border: 1px solid #339dbd;
  left: -8px;
  top: 4px;
}

.signup-form .elementor-field-option {
  display: flex;
  margin: 10px 0 8px 0;
}

.signup-form label::after {
  height: 8px;
  width: 20px;
  border-left: 2px solid #339dbd;
  border-bottom: 2px solid #339dbd;
  transform: rotate(-50deg);
  left: -6px;
  top: 2px;
}

.signup-form input[type='checkbox'] + label::after {
  content: none;
}

.signup-form input[type='checkbox']:checked + label::after {
  content: '';
}

.signup-form input[type='checkbox']:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

ul.ui-front.ui-menu {
  background-color: #fff !important;
}

.active-tabs {
  margin: 20px 0 25px 12px;
}

.active-tabs .elementor-widget-heading {
  margin: 0 !important;
  padding: 0 !important;
}

.active-tabs p {
  border-left: 4px solid #dcdcdc;
  margin: 0 0 0 0 !important;
  padding: 15px 0 6px 20px !important;
  color: #dcdcdc !important;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.active-tabs p.active,
.active-tabs p:hover,
.active-tabs p:focus {
  border-left: 4px solid #339dbd;
  margin: 0 !important;
  color: #339dbd !important;
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
}

.tab2,
.tab3,
.tab4,
.faq-customersection {
  display: none;
}

.fif-team:hover::after {
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0.5;
  transition: 0.5s ease;
  content: 'in';
  color: #fff;
  width: 100%;
  background-color: #495156;
  right: 0;
  padding: 5px 12px 0 0;
  text-align: right;
  cursor: pointer;
}

.pricing-section .price-headings h5 {
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: bold !important;
  text-shadow: none !important;
}

.pricing-section .price-headings p {
  text-shadow: none !important;
  display: flow-root !important;
  text-transform: lowercase !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #6d6d6d !important;
}

.pricing-section .price-structure p {
  font-size: 14px !important;
  color: #fff !important;
  text-shadow: none;
  font-weight: 400;
}

.pricing-section .price-structure {
  background-color: #519cba !important;
  padding: 15px 15px;
}

.pricing-section .pricing-instructions {
  padding: 0 5px 0 5px;
  display: flex;
}

.pricing-section .pricing-instructions p {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #3296bf !important;
  line-height: 20px;
  text-transform: inherit !important;
}

.pricing-section .pricing-instructions::before {
  content: ' \25CF' !important;
  font-size: 12px !important;
  color: #cddb28 !important;
  margin: -2px 8px 0 5px;
}

.pricing-section .pricing-instructions:last-child {
  margin: 0 0 10px 0;
}

.pricing-section .price-headings {
  margin-bottom: 10px !important;
}

.pricing-section .pricing-cards .elementor-inner-column .elementor-column-wrap {
  padding: 0 !important;
}

/*FAQ*/
.faq-toggle .elementor-toggle-icon {
  position: absolute;
  right: 0;
  margin-right: 15px;
  font-size: 20px;
  margin-top: 2px;
}

.faq-content .active-tabs {
  display: none;
}

.faq-toggle .elementor-toggle:first-child .elementor-toggle-item {
  border: 1px solid #e3e3e3;
  background-color: #fff;
  margin: 0 0 15px 0;
  border-bottom: 0;
}

/*.faq-toggle .elementor-toggle .elementor-tab-content, .faq-toggle .elementor-toggle:first-child .elementor-toggle-item {
    border-bottom: 0;
}*/

.faq-toggle .elementor-toggle .elementor-toggle-item span .fa.fa-plus,
.faq-toggle .elementor-widget-toggle .elementor-toggle .elementor-tab-title {
  color: #2f2f2f;
}

.faq-toggle .elementor-toggle .elementor-toggle-item span .fa.fa-minus,
.faq-toggle
  .elementor-widget-toggle
  .elementor-toggle
  .elementor-tab-title.elementor-active {
  color: #593798;
}

.faq-toggle .elementor-widget-toggle .elementor-toggle .elementor-tab-title {
  font-size: 14px;
  font-weight: 500;
  padding: 20px 16px 15px 16px;
}
.faq-toggle .elementor-widget-toggle .elementor-toggle .elementor-tab-title a {
  line-height: 25px;
}

.faq-toggle .elementor-widget-toggle .elementor-toggle .elementor-tab-content {
  font-size: 14px;
}

.faq-toggle .elementor-toggle-item .elementor-tab-content ol li {
  color: #2f2f2f;
}

.faq-contactform {
  margin-top: 50px;
}

.faq-contactform h3 {
  font-size: 30px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

.faq-contactform textarea {
  height: inherit !important;
}

.faq-form textarea {
  height: 120px !important;
  padding: 8px 0 0 10px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.faq-form #green-button {
  width: 40%;
}
.faq-form #green-button span:first-child {
  text-align: left;
  display: inherit;
}

.faq-form label {
  color: #3296bf !important;
  font-weight: 500 !important;
}

.faq-contactform textarea,
.faq-contactform input {
  margin-bottom: 15px !important;
}

.browse-section .elementor-custom-embed-image-overlay {
  background-size: contain !important;
}

/*Contact Page*/
.contactpage-section input,
.contactpage-section textarea {
  margin: 0 0 12px 0 !important;
}

.contactpage-section textarea {
  height: 170px !important;
}

.features-section-div p span,
.features-section-div h6 span,
.mobile-imgs h5 span,
.features-download h3 span,
.features-work p span,
.faq-banner h3 span,
.banner-buttons p span,
.browse-section h5 span {
  display: grid !important;
}
.faq-banner .banner-fixer a,
.faq-banner .banner-finder a {
  padding: 20px 30px 60px 30px;
}
.banner-buttons .banner-fixer:hover,
.banner-buttons .banner-finder:hover {
  cursor: pointer;
}

.banner-buttons .banner-fixer:hover p,
.banner-buttons .banner-focus:hover p,
.banner-buttons .banner-finder:hover p,
.banner-buttons .banner-focus:focus p {
  color: #fff !important;
}

.features-section-div .fcustomer-section,
.features-section-div .fspb-section {
  margin-bottom: 15px;
}

.features-work h3 {
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 40px !important;
}

.features-work p {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.features-work p {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 25px !important;
}

.mobile-imgs h5 {
  line-height: 1.3em !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.features-download h3 {
  color: #ffffff !important;
  font-size: 29px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
}

.features-download h4 {
  color: #ffffff !important;
  font-size: 29px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.features-download .elementor-widget-heading {
  margin-bottom: 0 !important;
}

/*Video Library*/
.video-library-div h5 {
  font-size: 14px !important;
}

/* Our Price */
.our-pricing-section h5,
.browse-section h5,
.grey-color h4 {
  color: #444444 !important;
}

.pricing-plan-section h3 {
  display: inline-flex;
}

.pricing-plan-section h3 span {
  font-size: 16px !important;
  margin: 12px 0 0 0;
  padding: 0 5px 0 0;
}

/* Refer Section */
.refer-credit-section h5 {
  color: #444444 !important;
  font-weight: 300 !important;
  line-height: 30px !important;
}

@media (max-width: 767px) {
  .refer-credit-section h5 span {
    display: initial;
  }

  #animatedTabs .elementor-tabs-view-horizontal .elementor-tabs-wrapper {
    display: none;
  }

  .downlaodapp-img img {
    display: none !important;
  }
}

/* Downlaod App Content */
.downloadapp-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Terma & Conditions*/
.termaandconditions-section p,
.privacy-section p {
  color: #444 !important;
}
.termaandconditions-section p span,
.privacy-section p span {
  margin-right: 30px;
  display: inline !important;
  word-break: break-word;
}

.t-c-div {
  margin-bottom: 30px;
}

.t-c-div .elementor-element {
  margin-bottom: 5px !important;
}

.termaandconditions-section h4,
.privacypolicy-section p {
  color: #3296bf !important;
}

.termaandconditions-section .elementor-row p,
.privacy-section p,
.privacypolicy-section p {
  font-weight: 300 !important;
  line-height: 1.6em !important;
}

.privacy-section h5 {
  font-size: 18px !important;
}
.termaandconditions-section .elementor-row p a,
.privacypolicy-section p a {
  color: #666666 !important;
  word-break: break-word;
}

/* About Page Latest Changes */
.key-people .key-person-images .elementor-widget-wrap {
  justify-content: center;
}
.key-people .key-person-images .elementor-widget-wrap h5 span {
  font-size: 12px !important;
}


.our-partners-section .elementor-skin-carousel .elementor-main-swiper {
  height: auto !important;
}
.our-partners-section .swiper-pagination-bullet {
  background: #fff !important;
  border: 1px solid #3494c1 !important;
  opacity: 1 !important;
}
.our-partners-section .swiper-pagination-bullet-active {
  background: #3494c1 !important;
  border: 1px solid #3494c1 !important;
  opacity: 1 !important;
}
.Ourpartnersslider-dots .elementor-row {
  justify-content: center !important;
}
.Ourpartnersslider-dots .elementor-top-column {
  width: 80% !important;
}

#quickFix .selection-services input::placeholder {
  font-size: 18px;
  color: #444444 !important;
}

label {
  font-weight: 300 !important;
  font-size: 13px;
}

.video-library-heading .video-heading {
  margin-bottom: 3px !important;
}

.video-library-heading p {
  font-weight: 300 !important;
}

.footerBorder span {
  display: initial;
}

.logo-section .logo-head {
  margin-bottom: 5px !important;
}

.logo-section .logo-head h5 {
  font-size: 20px !important;
  color: #444444 !important;
}

@media (max-width: 991px) {
  .footer-tabs .elementor-widget-tabs .elementor-tabs-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .footer-tabs .elementor-widget-tabs .elementor-tabs-wrapper {
    display: none !important;
  }
}

.timeline-section .elementor-slick-slider .slick-next:focus,
.timeline-section .elementor-slick-slider .slick-next:hover,
.timeline-section .elementor-slick-slider .slick-prev:focus,
.timeline-section .elementor-slick-slider .slick-prev:hover {
  background: rgba(0, 0, 0, 1) !important;
}

.timeline-section .elementor-slick-slider .slick-next,
.timeline-section .elementor-slick-slider .slick-next,
.timeline-section .elementor-slick-slider .slick-prev,
.timeline-section .elementor-slick-slider .slick-prev {
  background: rgba(0, 0, 0, 0.5);
}

.timeline-section .elementor-slick-slider .slick-next,
.timeline-section .elementor-slick-slider .slick-next {
  padding: 3px 20px 5px 22px !important;
}

.timeline-section .elementor-slick-slider .slick-prev,
.timeline-section .elementor-slick-slider .slick-prev {
  padding: 3px 30px 5px 12px !important;
}

.finder-menu {
  width: 20px !important;
  height: 13px !important;
  margin: 3px 10px 8px 10px !important;
}

/*Timeline Styles*/
.timeline-section .timeline li .timeline-panel {
  width: 100% !important;
  box-shadow: none !important;
  border: none !important;
}

.timeline-section .timeline li .timeline-panel:before {
  display: none !important;
}

.timeline-section .timeline:before {
  z-index: 1 !important;
  width: 3px;
  background-color: #d5d900;
}
.timeline-section .timeline li .tl-circ {
  background: #d5d900 !important;
  width: 12px !important;
  height: 12px !important;
  margin-left: -6px !important;
  border: none !important;
  top: 50% !important;
}

@media (max-width: 767px) {
  .timeline-section .timeline li .tl-circ {
    width: 14px !important;
    height: 14px !important;
    margin-left: 12px !important;
  }
}

.timeline-section .slick-list {
  height: 250px !important;
}
@media (min-width: 768px) {
  .timeline-section .timeline-content {
    width: 40%;
    margin: 15px 0 0 0;
  }

  .timeline-section .space-btwn {
    width: 20%;
  }

  .timeline-section .be-content .elementor {
    width: 40%;
  }
  .timeline-section .be-content,
  .for-big-screens {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .for-big-screens {
    display: none;
  }
  .for-small-screens {
    display: inherit !important;
  }

  .timeline-section .be-content {
    width: 90%;
    margin: -30px 0 0 35px;
  }
  .timeline-section .timeline-content {
    margin: 15px 15px;
  }
}

#bitnami-banner,
.footer-tabs {
  display: none;
}

.biographies,
.biographies .person-img img {
  text-align: center;
  margin: 0 auto;
}
.biographies h4 {
  font-size: 20px;
}
.biographies p {
  font-size: 14px;
  color: #7a7a7a;
}

.person-img img {
  width: 140px;
}
.person-content {
  padding: 0 30px 0 30px;
}
.about-page-text {
  color: #444444 !important;
}
@media (max-width: 768px) {
  .timeline-section .timeline:before {
    left: 40px !important;
  }
}

.elementor-field-group-fixer-services .select2-search__field {
  border: none !important;
  box-shadow: none !important;
}

.elementor-field-group-fixer-services
  .select2-container--default
  .select2-selection--multiple {
  min-height: 50px;
  border-color: rgb(216, 216, 216) !important;
  border-radius: 0;
}

.elementor-field-group-fixer-services
  .select2-search--inline
  .select2-search__field {
  padding: 0px !important;
  height: 34px !important;
  margin-top: 6px !important;
}
.press-publications a img {
  width: 300px;
  height: 250px;
  background-color: #ececec;
  object-fit: contain;
}
.share-btn {
  margin-bottom: 0 !important;
}
.share-btn #fb,
.share-btn #google {
  padding: 16px 0 18px 0;
  position: relative;
  background-color: #3b5996;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .share-btn #fb .elementor-button-text,
  .share-btn #google .elementor-button-text {
    font-size: 12px;
    font-weight: 500;
  }
  .share-btn #fb .elementor-button-text {
    padding: 4px 0 0 25px;
  }
  .share-btn #google .elementor-button-text {
    padding: 4px 0 0 15px;
  }
}
.share-btn #fb {
  background-color: #3b5996;
  margin: 0 0 15px 0;
}

.share-btn #google {
  background-color: #4487f2;
}

.share-btn #fb::after,
.share-btn #google::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.share-btn #fb::after {
  background: #283d6c url(img/fb.png) no-repeat center center;
  width: 45px;
  height: 48px;
  left: 1px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.share-btn #google::after {
  background: #fff url(img/logo-google.png) no-repeat center center;
  width: 45px;
  height: 43px;
  left: 3px;
  top: 3px;
}
.forgot-link p {
  color: #3494c1;
  font-weight: 500;
  font-size: 13px;
}
.signup-link p {
  font-size: 14px;
  font-weight: 300 !important;
  display: flex;
  color: #444444 !important;
}
.signup-link p span {
  color: #3494c1;
  margin-left: 3px;
}
.as-seen-heading {
  margin-bottom: 0 !important;
}
#customer_review .owl-nav {
  display: none !important;
}
#customer_review .owl-dots {
  margin: 15px 0 0 0 !important;
}
.form-section-signup {
  padding: 0 15px !important;
}

.test-img img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50px !important;
  border: 2px solid #007aff !important;
  padding: 2px !important;
}
/*#customer_review{
	position: relative;
}
#customer_review .card-details ul{
  position: absolute;
  margin: 10px 0 10px 0;
  bottom: 0;
}*/

@media (min-width: 768px) {
  .visible-footer {
    display: none;
  }
  .block {
    width: 33% !important;
  }
}
@media (max-width: 767px) {
  .visible-footer {
    display: inherit;
  }
  .contact-drop-box .contact-form {
    max-width: 100%;
  }
  .our-partners-section .elementor-carousel-image {
    width: 100% !important;
  }

  .our-pricing-section {
    padding-bottom: 0;
  }
  .block {
    width: 50% !important;
  }
}

@media (max-width: 680px) {
  #form-field-fixer-password {
    margin-bottom: 20px !important;
  }
}

.contact-drop-box {
  margin-bottom: 0 !important;
  padding-bottom: 50px !important;
}

.single-post-advice img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.login-section .sub-text p {
  font-size: 18px !important;
  font-weight: 200 !important;
  color: #fff !important;
  line-height: 25px !important;
}

.login-section .login-form {
  background-color: #fff !important;
}

.login-form input#form-field-email,
.login-form input#form-field-password {
  /*margin-bottom: 10px !important;*/
}

.login-form .short-text p.elementor-heading-title {
  color: #444444 !important;
  font-weight: 300 !important;
}
.login-form .short-text p.elementor-heading-title .color-blue {
  color: #3494c1 !important;
}
.main-nav .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0 !important;
  font-size: 18px;
  line-height: 20px;
}

#career-form .elementor-upload-field {
  height: 59px !important;
}

.press-publications {
  display: block !important;
  //z-index: 9999999999 !important;
}

.publications-images {
  background-color: #fafafa;
}

#log-in-form button span {
  text-transform: inherit !important;
}

#featuresDiv .elementor-row {
  flex-wrap: wrap !important;
}

.pagination {
  position: absolute;
  left: 0;
  bottom: -60px;
  padding: 0 0 0 0;
}
.logo-image {
  width: 220px;
  /* height: 55px; */
}

.single-header-title {
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 500px;
}
.bg-overlay {
  position: absolute;
  /* display: none; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.single-header-title h1,
.single-header-title h4 {
  position: relative;
  padding-top: 60px;
}

.for-bigscreens-container .for-bigscreens {
  width: 33.33% !important;
}

@media (max-width: 767px) {
  .for-bigscreens-container .for-bigscreens {
    width: 50% !important;
  }
  .car-img img {
    width: 100px !important;
    height: 50px !important;
    margin: 35px 0 5px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .car-img img {
    width: 75px !important;
    height: 30px !important;
    margin: 10px 0 5px 0;
  }
}
.instagram-img {
  width: 15px;
}
.appStoreIcon img {
  max-width: unset !important;
}

.invite-banner h4,
.invite-banner h3 {
  color: #ffffff !important;
}

.invite-banner h3 {
  font-size: 30px !important;
}

.invite-banner h4 {
  font-size: 19px !important;
  font-weight: 500;
}

.invite-app-store {
  margin-left: -10px !important;
}

#Submit-invitation-page {
  background-color: #d5d900;
  border: 1px solid #d5d900;
  height: 38px !important;
  letter-spacing: 2px;
  min-height: 38px !important;
  padding: 11px 30px !important;
}

#send-email input {
  background-color: #ffffff !important;
  height: 38px !important;
}

.fif-white-logo {
  margin-top: 44px !important;
}

.navbar-brand img {
  margin-top: -3px;
}

.navbar-toggle {
  margin: 20px 0 10px 0;
}

.pricing-plan-wrapper {
  background: #faf9f9;
}

.pricing-plan-header h2 {
  color: #fff !important;
  /* margin: 40px 0 30px 0px !important; */
  /* font-family: 'Fira Sans' !important; */
  font-size: 56px !important;
  font-weight: 700 !important;
  line-height: 68px !important;
}
.plan-card {
  border: 1px solid rgba(89, 89, 89, 0);
  background: #fff;
  box-shadow: 0px 2px 4px rgba(89, 89, 89, 0.6);
  /*cursor: pointer;*/
}
.plan-card.plan-header {
  padding: 45px 15px 20px !important;
  text-align: center;
  background: #fff;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom: 1px solid #eeeeee;
}
.plan-card.plan-content {
  padding: 20px;
  text-align: center;
  background: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0px 4px 4px rgba(89, 89, 89, 0.6);
  border-top: 0;
}
.plan-card.plan-content .free-trail-btn.active .elementor-button,
.plan-card.plan-content .free-trail-btn .elementor-button:hover,
.plan-header .free-trail-btn.active .elementor-button,
.plan-header .free-trail-btn .elementor-button:hover {
  background: linear-gradient(90deg, #7e4dcd, #5b48db) !important;
  color: #fff !important;
  border-color: #fff !important;
  border: solid 2px #7e4dcd !important;
}
.plan-card.plan-content.selected,
.plan-card.plan-header.selected {
  border-color: #5c48db;
}
.plan-card.plan-content .free-trail-btn .elementor-button,
.plan-header .free-trail-btn .elementor-button {
  color: #593798;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 1.042857px !important;
  border: solid 2px #593798;
  background: transparent;
  padding: 14px 5px 12px;
  margin: 0 0 0 0;
  border-radius: 6px !important;
  width: 95%;
}
@media (min-width: 769px) and (max-width: 992px) {
  .plan-card.plan-content .free-trail-btn .elementor-button {
    font-size: 14px !important;
  }
}
.plan-card.plan-header.active {
  background: #ffffff;
}
.plan-card.plan-content .content-section .plan-subtext.smallText h5 {
  /* font-family: proximanovasoft-semibold,sans-serif!important; */
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
  text-align: left !important;
  position: relative !important;
  color: #000 !important;
  margin: 0 0 15px;
}

.plan-card.plan-content .content-section .plan-subtext h5 {
  font-size: 22px !important;
  line-height: 27px !important;
  font-weight: 400 !important;
  text-align: left !important;
  position: relative !important;
  color: #000 !important;
  margin: 0 0 15px 0;
}
.plan-card.plan-content .content-section .plan-subtext:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 30px;
  background: #210a65;
}
.plan-card.plan-content .content-section .plan-subtext.white-font h5,
.plan-card.plan-content .content-section .plan-subtext.smallText.white-font h5 {
  color: #fff !important;
}

.plan-card.plan-content .content-section h6:before {
  background-image: url('img/tick-circlee.png');
  display: inline-block;
  background-size: 65%;
  width: 30px;
  height: 30px;
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  margin: 3px 0 0 -27px;
}
.plan-card.plan-content .content-section h6,
.plan-card.plan-content .content-section h6 span {
  color: #4b4e51 !important;
  /*font-family: 'proximanovasoft-semibold', sans-serif !important;*/
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  text-align: left !important;
  padding: 0 0 0 18px !important;
}
.plan-card.plan-content .content-section h6 span {
  display: block;
}
.plan-card.plan-content .content-section .first-h6 h6 {
  margin-top: 25px !important;
}
.plan-card.plan-content .content-section h6 {
  margin: 7px 0 !important;
}
.plan-card.plan-content
  .content-section
  .plan-subtext.elementor-widget:not(:last-child) {
  margin: 0 0 20px 0 !important;
}
.plan-card.plan-content .content-section .elementor-widget:not(:last-child) {
  margin: 0 !important;
}
.plan-card .heading-class h5 {
  line-height: 27px;
  color: #000000 !important;
  font-size: 24px !important;
  font-weight: 400 !important;
}
@media(min-width: 768px) and (max-width: 991px){
.plan-card .heading-class h5 span:first-child {
  font-size: 42px !important;
  }
}
.plan-card .heading-class h5 span:first-child {
  font-size: 70px;
  font-weight: 700 !important;
  line-height: 60px !important;
  color: #1d1361 !important;
  /* font-family: 'proximanovasoft-semibold', sans-serif !important; */
  margin: 22px 0;
}

.plan-card .heading-class h5 span:first-child span {
  color: #1d1361 !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 19px !important;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  display: contents;
}
.plan-card .heading-class h5 span:last-child {
  color: #1d1361 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  margin-top: -4px !important;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  margin-bottom: 15px;
}
.plan-card .heading-class h5 span {
  display: block;
}


.signup-new .heading-section.finder-heading p {
  /*line-height: 1.5 !important;*/
}

#fixer-signup-new .elementor-field-group .elementor-field-textual::placeholder,
#fixer-signup-new .form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: inherit;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  font-size: 1.6rem;
}

.signup-new .heading-section p span {
  display: block;
  margin: 5px 0 40px 0 !important;
}





.signup-new .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.signup-new #trail-btn span .elementor-button-text {
  color: #ffffff;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.34px;
  text-transform: uppercase;
}
.signup-new .elementor-element-ade02ab > .elementor-container {
  max-width: 600px !important;
  margin: 35px auto 50px;
}
.marginbtm {
  margin-bottom: 15px !important;
}
.stepsSection .breadcrumb-custom {
  margin: 0 0px;
  background: rgba(0, 0, 0, 0);
}
.stepsSection .breadcrumb > li {
  cursor: pointer;
  line-height: 17px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  color: #3f357d !important;
}
.stepsSection .breadcrumb-custom .selected,
.stepsSection .breadcrumb-custom .active {
  color: #1d1361;
  /*font-family: 'proximanovasoft-semibold', sans-serif !important;*/
}

.stepsSection .breadcrumb-custom .selected {
  pointer-events: none !important;
  opacity: 0.6 !important;
}
.stepsSection .side-heading p {
  color: #14193a !important;
  margin: 0 0 0 30px !important;
  /* font-family: proximanovasoft-semibold,sans-serif!important;*/
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  letter-spacing: -0.22px;
}
.stepsSection .cardHeading {
  color: #000000 !important;
  /* font-family: 'proximanovasoft-bold', sans-serif !important; */
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 19px !important;

  margin: 15px 0 30px 0;
}
.stepsSection .cardCount {
  color: #1d1361 !important;
  /* font-family: 'proximanovasoft-semibold', sans-serif !important; */
  font-size: 29px !important;
  font-weight: 900 !important;
  line-height: 33px !important;
}

.stepsSection .cardCount span {
  color: #1d1361 !important;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
.stepsSection .miniText span{
	display: block !important;
}
.stepsSection .miniText {
    color: #1d1361!important;
    font-family: proximanovasoft-semibold,sans-serif!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 20px !important;
}
.stepsSection .breadcrumb-custom.breadcrumb > li + li:before {
  padding: 0 20px;
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}

.pricing-inner .elementor-widget-container {
  padding: 40px 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.pricing-summary {
  height: 100%;
  width: 100%;
  background: #eeedf3;
  padding: 60px 25px;
}

.plan-header .plan-title {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.plan-header .elementor-widget-text-editor {
  font-family: 'proximanovasoft-semibold', sans-serif !important;
}

.plan-header .plan-cost {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #1d1361;
  margin-bottom: 0 !important;
}

.plan-header .plan-meta {
  color: #1d1361;
  font-weight: 700;
  font-size: 10px;
  margin-top: 8px;
  margin-bottom: 0 !important;
}

.plan-wrapper .plan-subtext {
  padding-bottom: 20px;
  position: relative;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.plan-wrapper .plan-subtext:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 28px;
  background: #210a65;
}

.plan-content .plan-feature {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.plan-content .plan-feature li:before {
  background-image: url('img/tick-circlee.png');
  display: inline-block;
  background-size: 65%;
  width: 30px;
  height: 30px;
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  margin: 3px 0 0 -27px;
}
.plan-content .plan-feature {
  padding: 0 0 0 10px;
}
.plan-header .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}
.plan-content .plan-feature li,
.plan-content .plan-feature li span {
  margin: 0 0 10px;
  color: #4b4e51 !important;
  /* font-family: proximanovasoft-semibold,sans-serif!important; */
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.plan-content .plan-feature li span {
  color: #333;
}

.pricing-summary {
  height: 100%;
  width: 100%;
  /*background: #faf9f9;*/
  padding: 60px 25px;
}

.pricing-summary .summary-header h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #14193a !important;
  line-height: 32px;
  letter-spacing: -0.22px !important;
  /* font-family: proximanovasoft-semibold,sans-serif!important;*/
}

.pricing-summary .summary-line {
  border-bottom: 1px solid #dfdee3;
  margin: 0;
}

.business-period {
  color: #707070;
  font-weight: 500;
  margin-top: 5px;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  font-size: 18px;
}

.business-period span {
  font-family: 'proximanovasoft-semibold', sans-serif !important;
}

.plan-name-large,
.plan-price {
  font-size: 14px !important;
  color: #000000 !important;
  font-weight: 500 !important;
}
.plan-name-short,
.business-period div.pull-right {
  font-size: 14px !important;
  color: #707070 !important;
  font-weight: 400 !important;
}

#home {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04) !important;
}
/*.step-2,
.step-3 {
  margin: 10px 0 !important;
}*/
.step-2 .sectionOne,
.step-3 .sectionOne {
  padding: 0 4rem !important;
}

.business-period .firstline .pull-left,
.business-period .firstline .pull-right {
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
  color: #000 !important;
}
.business-period .secondline .pull-left,
.business-period .secondline .pull-right {
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
  color: #707070 !important;
}

.business-period .secondline .pull-right {
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  font-size: 12px !important;
}

.business-period .pull-right {
  font-size: 18px;
}

.pricing-summary .free-trial h4 {
  color: #000 !important;
  /* font-family: proximanovasoft-semibold,sans-serif!important; */
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 33px !important;
  /* text-align: center!important;*/
}

.coupon-control label {
  font-weight: 400;
  font-size: 12px;
}

.coupon-control .form-control {
  height: 30px;
}

.btn.btn-coupon {
  background: rgba(0, 0, 0, 0.3);
  height: 30px;
  padding-top: 5px;
  margin-top: 25px;
  color: #fff;
  display: block;
  width: 100%;
}

.help-panel {
  background: #fff;
  padding: 15px 30px;
  border-radius: 6px;
  border: 1px solid #d5d5d5;
  margin-top: 50px;
  color: #000000 !important;
  text-decoration: none !important;
  display: flex;
  align-items: flex-end;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
}

a.help-panel div {
  flex: 1 0 auto;
}

a.help-panel div:first-child {
  font-size: 18px;
  color: #707070;
  font-weight: 500;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
}

a.help-panel div:first-child b {
  color: #000;
  font-family: proximanovasoft-regular, sans-serif !important;
  font-weight: 400;
  font-size: 16px;
}

.help-panel span {
  color: #707070 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
}

.help-panel strong {
  color: #3a3a3a;
  display: inline-block;
  margin-top: -5px;
  font-size: 22px;
  font-weight: 500;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  line-height: 27px;
}

.info-indicator {
  position: relative;
}

.info-indicator .glyphicon {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 12px;
  color: #777;
}

.btn.btn-primary:disabled {
  background: #aeadad;
  border-color: #aeadad;
}

.information-title {
  color: #1d1361;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.elementor-widget.no-margin-bottom {
  margin-bottom: 0 !important;
}

#coupon_form .elementor-field {
  height: 40px !important;
  min-height: unset !important;
  background-color: #fff !important;
  border-radius: 5px !important;
}

#coupon_form .elementor-button span {
  font-family: proximanovasoft-semibold, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
}

#coupon_form .elementor-button {
  padding: 1.2rem 2rem;
  background: rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
  display: block !important;
  width: 100% !important;
  min-height: unset !important;
  font-size: 18px !important;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
}

#coupon_form .elementor-field-label {
  font-weight: 500 !important;
  font-size: 14px !important;
  text-transform: inherit !important;
  font-family: proximanovasoft-semibold, sans-serif !important;
  color: #707070;
}





.material-input #expiry-date {
  display: flex;
}

.material-input #expiry-date div:first-child {
  margin-right: 0.5rem !important;
}

.material-input #expiry-date div .fa {
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 20px;
}

.material-input #expiry-date div:first-child select,
.material-input #expiry-date div:last-child select {
  -webkit-appearance: none;
  width: 100%;
}

.material-input #expiry-date div:first-child,
.material-input #expiry-date div:last-child {
  flex: 1 1 auto;
  position: relative;
}

.material-input #expiry-date .cc_divider {
  font-size: 3rem;
  align-self: center;
  margin-right: 0.5rem;
  font-weight: 400;
  color: #707070;
}

.material-input .elementor-field-group-field_3,
.material-input .elementor-field-group-field_4 {
  margin-bottom: 10px !important;
}

.info-indicator {
  position: relative;
}

.info-indicator .fa {
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 16px;
  color: #777;
}
.captionText {
  font-size: 17px;
  line-height: 24px;
  color: #3f357d !important;
  font-weight: 500;
  margin-bottom: 1.8rem;
}

.captionText-small {
  color: #707070;
  font-size: 14px;
  align-items: center;
  width: 66.666%;
  padding-right: 10px;
}


.captionText-small img,
.captionText-small i.fa{
  margin-left: 0.5rem !important;
}

.pricing-header h3 {
  color: #14193a !important;
  /* font-family: 'proximanovasoft-semibold', sans-serif !important; */
  font-weight: 700 !important;
  font-size: 28px !important;
  line-height: 32px !important;
  letter-spacing: -0.22px;
}

.pricing-header-meta {
  color: #1d1361 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  font-family: 'proximanovasoft-regular', sans-serif !important;
}

.pricing-header.elementor-widget:not(:last-child),
.pricing-header-meta.elementor-widget:not(:last-child) {
  margin-bottom: 10px !important;
  margin-left: 10px;
}

.pricing-header-meta.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

.information-title {
  /* font-family: 'proximanovasoft-semibold', sans-serif !important; */
  color: #14193a !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  letter-spacing: -0.22px;
}

.info-table {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
}

.info-table li {
  display: flex;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  align-items: baseline;
}

.info-table li div {
  display: table-cell;
  padding: 10px 2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  color: #000;
  font-family: 'proximanovasoft-semibold', sans-serif !important;
}

.info-table li div.table-title {
  text-align: right;
  width: 20%;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.16px;
  color: #525252;
  /* font-family: 'proximanovasoft-regular', sans-serif !important;*/
  font-family: Circular Std !important;
}

.info-table li div:last-child {
  padding-right: 0;
}

.info-table li a {
  color: #5b48db;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  font-family: Circular Std !important;
}

.stripe-contact-name,
.stripe-contact-email {
  padding-left: 0.8rem !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#credit-submit {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.pricing-buttons {
  margin-top: 60px;
}

.pricing-buttons .btn {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
}

.pricing-buttons .btn.btn-bordered {
  background: #fff;
  color: #000000;
  border: 1px solid #3a3a3a;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  padding: 10px 15px 5px 15px;
}

.pricing-buttons .btn + .btn {
  margin-left: 15px;
}

.pricing-buttons .btn.btn-primary {
  background: #5b48db;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  padding: 10px 15px 5px 15px;
}

@media (min-width: 991px) {
  .pricing-buttons {
    margin-right: -150px;
  }
}
@media (min-width: 768px) {
  .middle,
  .otherCards {
    margin-top: -20.4em !important;
  }
  .card-ul {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pricing-plan-wrapper.secondary .otherCards:first-child {
    margin-top: -25em !important;
  }
  .card-ul {
    display: inherit !important;
  }
  .toggleSwitch {
    display: none !important;
  }
}

input.select2-search__field {
  border: none !important;
  box-shadow: none !important;
  height: 25px !important;
  padding-left: 5px !important;
  margin-top: 10px !important;
  color: #707070 !important;
  font-size: 18px !important;
}

.button-section-bottom .btn-1 {
  margin: 0 0 0 auto !important;
  width: auto !important;
}
.button-section-bottom .btn-1.freetrail a {
  background-color: #aeadad !important;
  border: 1px solid #aeadad !important;
}

.button-section-bottom a {
  padding: 1rem 3.2rem !important;
  font-size: 18px !important;
}



.button-section-bottom a span {
  font-family: 'proximanovasoft-semibold', sans-serif !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.button-section-bottom .btn-2 {
  width: auto !important;
  margin-left: 15px !important;
  margin-top: 5px;
}
.button-section-bottom .btn-2 a {
  padding: 10px 20px 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 19px;
  text-align: center;
  /*font-family: 'proximanovasoft-semibold', sans-serif !important;*/
  background-color: #fff !important;
  color: #5c48db !important;
  border: 2px solid #5c48db !important;
  font-family: Circular Std !important;
}

.action-btns {
  margin: 0 !important;
}

.nobtn-menu {
  margin-bottom: 15px !important;
}
.step-2,
.step-3 {
  background: #efeefb !important;
}
.step-2 .sectionOne,
.step-3 .sectionOne {
  background-color: #fff !important;
}
.step-2.stepsSection,
.step-3.stepsSection {
  margin: 0 !important;
}
.signup-new .elementor-column[data-id='c5ee9f0'] .elementor-column-wrap {
  padding: 0 !important;
}

.step-2 .elementor-container.elementor-column-gap-default,
.formfields-Section .elementor-column-gap-default {
  display: inline !important;
}
.login-section
  .elementor-inner-section[data-id='f59fd48']
  .elementor-container.elementor-column-gap-default {
  display: inline !important;
}

.trail-text h6 {
  margin: 20px 0 0 0 !important;
  font-size: 16px;
  color: #1d1361 !important;
}
.trail-text h6:before {
  content: '';
  background-color: #e98226;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  display: inline-grid;
  margin: 0 5px 0 0;
}

/*.cardTab.active{
    border: 2px solid #715EE0;
    background-color: #EFEEFB;
    border-radius: 15px;
    padding: 0;
    margin: 0;
}*/

.cardTab.active .plan-card.plan-header,
.cardTab.active .plan-card.plan-content {
  background-color: #efeefb !important;
  border: 2px solid #715ee0;
  background-color: #efeefb;
  border-radius: 15px;
}

.cardTab.active .plan-quantity {
  border: 2px solid #715ee0 !important;
  border-top: 0 !important;
  border-bottom-width: 1px !important;
  background-color: #efeefb;
  border-radius: 0;
  box-shadow: 0px 2px 4px rgba(89, 89, 89, 0.6);
}

.cardTab .plan-quantity {
  box-shadow: 0px 2px 4px rgba(89, 89, 89, 0.6);
  border: 0;
}

.cardTab.active .plan-card.plan-header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #715ee0;
}
.cardTab.active .plan-card.plan-content {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0;
}

.cardTab.active .plan-header .free-trail-btn .elementor-button {
  background: linear-gradient(90deg, #7e4dcd, #5b48db) !important;
  color: #fff !important;
  border-color: #fff !important;
  border: solid 2px #7e4dcd !important;
}

.step-2
  .elementor-section.elementor-inner-section[data-id='4c56948']
  .elementor-column-gap-default {
  display: inherit !important;
}
.trailBtn {
  margin: 10px 0 !important;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.brand-logo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}

.brand-logo {
  min-height: 100px;
  max-height: 100px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  margin-bottom: 3.5rem !important;
}

.brand-logo img {
  width: 72px;
}

.brand-logo ul li {
  margin-bottom: 1px;
}

.brand-logo ul li:first-child {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.brand-logo ul li:nth-child(2) {
  font-size: 1.4rem !important;
  font-weight: 400;
  color: #000;
}

.brand-logo ul li:nth-child(3) {
  font-size: 1.2rem;
}

.trailText i.fa{
  color: #E98226 !important;
}

.trailText i.fa-check-circle{
  margin-left: 0.5rem;
}

.trailText i.fa-circle{
  font-size: 8px;
  margin-right: 0.5rem;
}

.trailText.align-items-center{
  align-items: center !important;
  line-height: inherit;
}

.w-100px{
  width: 100px !important;
}

.card-brand-icons{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.card-brand-icons i.fa{
  font-size: 36px !important;
}

.card-brand-icons i.fa-cc-amex{
  color: #007bff !important;
}

.card-brand-icons img{
  width: 40px !important;
}

.text-orange{
  color: #E98226 !important;
}

.w-10 {
  width: 10% !important;
}

.w-30 {
  width: 30% !important;
}

.w-70 {
  width: 70% !important;
}

.account-info {
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.account-info .font-weight-bold {
  font-weight: 900;
  font-size: 1.8rem;
}

.account-info div {
  margin-bottom: 15px;
}

.account-info .font-12 {
  padding-left: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -.16px;
  color: #343d4c;
  font-family: Circular Std!important;
}

.account-info .align-items-center{
  align-items: center !important;
}

.account-info .btn-edit {
  color: #5b48db;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  font-family: Circular Std !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}


.pricing-summary .elementor-widget:not(:last-child) {
  margin-bottom: 10px !important;
}

.formfields-Section
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated {
  padding-top: 0 !important;
}

.text-transparent{
  color: transparent !important;
}

.mb-0.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) { 
  .landing-slider .elementor-background-slideshow__slide__image{
  	display: none !important;
  }
}

#form-field-fixer_serviceTypes .select2-search__field {
	line-height: 0;
}


