/* 
Theme Name: Hello Elementor Child
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



@import url("../hello-elementor/style.css");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');


/* 11/01/2023 */
body {
/*   font-family: 'Raleway', sans-serif; */
	font-family: 'DM Sans', sans-serif;
}

.container-ban {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
}

.blog-banner {
  height: 350px;
  background-image: url("https://myworks.software/wp-content/uploads/2022/11/blog-title.jpg") !important;
  background-position: center 0px;
  background-size: cover;
}

.banner-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sub-banner h1 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1.425em;
  margin-bottom: 0;
  font-weight: 700;
}

h2.qodef-subtitle {
  display: block;
  font-size: 18px !important;
  line-height: 1.508em !important;
  font-weight: 500 !important;
  color: #fff !important;
}

.page-content {
  display: flex;
  width: 100%;
  margin-top: 50px;
}

.outer-article {
  width: 100%;
  margin-right: 20px;
}

article.post {
  border: 2px solid #e6e6e6;
  padding: 26px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.qodef-blog-standard-post-date {
  display: inline-block;
}

.date {
  display: block;
  font-size: 20px;
  line-height: 37px;
  color: #636363;
  font-weight: 500;
  padding: 0 12px;
  border: 2px solid #efefef;
  border-bottom: 0;
  border-top-right-radius: 3px;
  text-align: center;
}

.month {
  background-color: #00bad3;
  line-height: 15px;
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
}

.post-date {
  display: flex;
  margin-bottom: 20px;
}

.entry-title {
  margin-top: 0;
}

.entry-title a {
  margin-left: 8px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 28px;
  position: relative;
  z-index: 20;
  font-weight: 700;
  color: #202020 !important;
}

.entry-title a:hover {
  color: #00bad3 !important;
}

.post p {
  color: #797979;
/*   font-family: 'Raleway', sans-serif; */
	font-family: 'DM Sans', sans-serif;
	
  line-height: 29px;
  font-size: 17px;
  margin-top: 0;
}

.outer-post {
  width: 40%;
}

.outer-sub-side li {
  list-style: none;
}

.hbspt-form {
/*   background-color: #fafafa; */
	background-color: transparent;
/*   border: 1px solid #00bad3; */
	    border: 0px solid #a4afb7;
  padding: 0px;
/*   border-radius: 10px; */
	border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}

#gform_wrapper_9 input,
#gform_wrapper_9 select {
  display: inline-block;
  height: 40px;
  padding: 9px 10px;
/*   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
}

/* #gform_wrapper_9  label {
  display: none;
} */

#gform_submit_button_9 {
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700 !important;
  line-height: 12px !important;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59 !important;
  border-color: #ff7a59 !important;
  color: #fff !important;
  border-radius: 3px !important;
  border-style: solid !important;
  border-width: 1px !important;
  font-size: 14px !important;
  padding: 12px 24px !important;
}

.widget_recent_entries {
  background-color: #fafafa;
  border: 1px solid #00bad3;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.widget_recent_entries ul {
  padding: 0;
}

.widget_recent_entries ul li {
  border-bottom: 1px solid #18bcd3;
  margin: 14px 0;
}

.widget_recent_entries ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 5px;
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'DM Sans', sans-serif;
}

.widget_recent_entries ul li a:hover {
  color: #f99d1e;
}

.widget_recent_entries ul li span {
  color: #00bad3;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 13px;
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'DM Sans', sans-serif;
}

.widget_categories {
  background-color: #fafafa;
  border: 1px solid #00bad3;
  padding: 15px;
  border-radius: 10px;
  overflow: hidden;
}


.widget_categories h2 {
  margin-bottom: 15px;
  position: relative;
  padding-left: 18px;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #212121;
}

.widget_categories h2:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #00bad3;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget_categories ul {
  padding: 0;
}

.widget_categories ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #dfdfdf;
  color: #acacac;
}

.widget_categories ul li a {
  color: #000;
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
}

.widget_categories ul li a:hover {
  color: #f99d1e;
}

.qodef-blog-standard-post-date {
  display: inline-block;
  width: 10%;
}

.blog-content {
  width: 90%;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px !important;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500 !important;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: 'DM Sans', sans-serif;
}

.qodef-blog-standard-post-date .month {
  padding-bottom: 0px;
  word-break: break-all;
}

.qodef-blog-standard-post-date .month:last-child {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding-top: 0;
  padding-bottom: 5px;
  color: #fff;
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  border-radius: 0 0 3px 3px;
}

#gform_wrapper_9 select {
  font-size: 13px;
}

.pagination {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 45px;
  padding: 0;
}

.pagination li {
  float: left;
  text-align: center;
  margin: 0 2px 0px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color .15s ease-out, border-color .15s ease-out;
  transition: background-color .15s ease-out, border-color .15s ease-out;
}

.pagination li:hover {
  border-color: #00bad3;
  color: #fff;
  background-color: #00bad3;
}

.pagination li:hover a {
  color: #fff;
  border-color: #00bad3;
}

.pagination li a,
.pagination li .page-numbers.current {
  position: relative;
  display: inline-block;
  border: 2px solid #e6e6e6;
  width: 43px;
  height: 43px;
  line-height: 43px;
  margin: 0;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: content-box;
  color: #707070;
  font-weight: 500;
}

.pagination li .page-numbers.current {
  border-color: #00bad3;
  color: #fff;
  background-color: #00bad3;
}


/* responsive */

@media (max-width: 991px) {
  .content-details h2 {
    font-size: 25px;
}
  .container-ban {
    padding: 0 80px;
}
  .entry-title a {
    font-size: 24px;
  }

  .page-content {
    display: inherit;
    width: 100%;
  }

  .outer-post {
    width: 100%;
  }

  .hs-form-field {
    width: 100%;
    float: inherit;
  }

  .hs-form-d9cc216a-df06-4d30-b483-5047551c7068_151b24cc-bfae-442c-a55a-bf9dc5d31041 fieldset {
    max-width: 100%;
  }

  .hs-form-d9cc216a-df06-4d30-b483-5047551c7068_151b24cc-bfae-442c-a55a-bf9dc5d31041 fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: left;
  }

  .hbspt-form {
    height: auto;
  }

  .hs-input {
    width: 100%;
  }

  .hs-form-d9cc216a-df06-4d30-b483-5047551c7068_701face5-b7cb-4515-b45c-ee7bbaf1ed91 fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    float: inherit;
  }

  .widget_recent_entries ul li a {
    display: block;
  }

  .hs-form-d9cc216a-df06-4d30-b483-5047551c7068_91a7eda0-b0e7-44f2-8258-500be66b6744 .form-columns-3 .hs-form-field{
    float: none;
    width: 100%;
  }
  .hbspt-form {
    height: auto;
  }

  .hs-form-d9cc216a-df06-4d30-b483-5047551c7068_3ad70a89-cf3c-4a36-864e-f1c078243b9c fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    float: left;
}

}

@media (max-width: 767px) {
  .qodef-blog-standard-post-date {
    width: 20%;
  }

  .blog-content {
    width: 80%;
  }

  .entry-title a {
    font-size: 20px;
  }

  .post p {
    line-height: 24px;
    font-size: 15px;
  }

  .pagination li a,
  .pagination li .page-numbers.current {
    width: 37px;
    height: 37px;
    line-height: 37px;
  }
  .content-details h2 {
    font-size: 22px;
}
}

@media (max-width: 575px) {
  .content-details h2 {
    font-size: 20px;
}
  .qodef-blog-standard-post-date {
    width: 25%;
  }

  .blog-content {
    width: 75%;
  }

  .entry-title a {
    font-size: 18px;
  }
  .pagination li a, .pagination li .page-numbers.current {
    width: 22px;
    height: 22px;
    line-height: 23px;
    font-size: 12px;
}
.sub-banner {
  padding: 0 32px;
}
.sub-banner h1 {
  font-size: 26px;
}
.container-ban {
  padding: 0 40px;
}
.pagination li a, .pagination li .page-numbers.current {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
}
.container-ban {
  padding: 0 0px;
}
h2.qodef-subtitle {
  font-size: 15px;
}
}

@media (max-width: 420px) {
  .widget_recent_entries ul li a {
    font-size: 17px;
  }

  .widget_categories ul li a {
    font-size: 17px;
  }
}

/* blog detail */
.content-details h2 {
  color: #000;
    font-weight: 700;
}
.outer-post .hbspt-form {
  margin-top: 27px;
}
.content-details .post {
  border: 0;
  margin-bottom: 0;
}
.content-details .post a {
  color: #00bad3;
  font-weight: 500;
  text-decoration: none;
}
.content-details .post p {
  font-size: 16px;
  line-height: 30px;
  color: #484848;
  font-weight: 500;
} 
.content-details .post ul{
  color: #797979;
  padding: 0 16px;
}
.straight-line {
  padding: 0 0 20px 0px;
}
.straight-line span {
  width: 100%;
  display: block;
  background-color: #dadada;
  height: 1px;
}
.straight-line span:first-child {
  margin-bottom: 35px;
}
.content-details .blog-content {
  margin-left: 8px;
}
.content-details .hbspt-form {
  padding: 19px 25px;
}
#recent-posts-4 .widgettitle {
  display: none;
}
.nav-previous a {
  display: inline;
}

nav#nav-single {
  display: flex;
}

.arrow-navigate h2 a{
  font-size: 16px;
  color: #000 !important;
  line-height: 20px;
  font-weight: 500;
}
.arrow-navigate h2:first-child {
  margin-right: 10px;
}

#header_tel{
  color: #fff;
}
.single-post #categories-2{
  padding: 0;
}
.single-post #categories-2 h2.widgettitle{
  width: 100%;
  padding: 15px;
  font-size: 20px;
  margin: 0;
  background-color: #00bad3;
  color: #fff;
  line-height: 22px;
}


.single-post #categories-2 ul{
  margin: 0 15px;
}
.single-post .categories-2 {
  margin-bottom: 20px;
}


/* pricing page */

.ecommerce-setup {
  background-color: #F6F6F6;
  text-align: center;
  padding: 50px 0px;
  margin-bottom: 50px;
}
.ecommerce-setup .container {
  max-width: 1130px;
    margin: auto;
    padding: 0px 15px;
}
.ecommerce-setup h1 {
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'DM Sans', sans-serif;
  color: #202020;
  font-size: 48px;
    line-height: 1.097em;
    font-weight: 700;
    margin-bottom: 0;
}
.ecommerce-setup h6 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  margin: 0px;
}
.ecommerce-setup .row {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 624px;
  margin: 30px auto 0px;
  text-align: left;
  align-items: center;
}
.polyglot-Language-Switcher {
  font-size: 15px;
  color: #403a2e;
  line-height: normal;
  position: relative;
  z-index: 100;
}
.ecommerce-setup .row .select-dropdown {
    width: 47%;
    height: 56px;
    border: 0px solid #3370FD;
    border-radius: 4px;
    box-sizing: border-box;
}
#polyglotLanguageSwitcher1 form {
  height: 100%;
  position: relative;
}
#polyglotLanguageSwitcher1 select,
#polyglotLanguageSwitcher select {
  height: 100%;
  border: 0;
  background: #fff;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding: 15px 15px 20px 60px;
  position: relative;
  border-radius: 6px;
}

#polyglotLanguageSwitcher1 form:before {
  background-image: url("https://myworks.software/wp-content/themes/hello-elementor-child/images/woocommerce_logo_white.png");
  position: absolute;
    content: "";
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 42px;
    height: 42px;
    z-index: 1;
}
.polyglot-Language-Switcher a.current:hover span.trigger, .polyglot-Language-Switcher a.current:active span.trigger, .polyglot-Language-Switcher a.active span.trigger {
  background: url("https://myworks.software/wp-content/themes/hello-elementor-child/images/dropdown-hover.png") no-repeat 0px 0px;
  width: 14px;
  height: 8px;
}
#polyglotLanguageSwitcher1 form:after,
#polyglotLanguageSwitcher form:after {
  position: absolute;
  content: "";
  top: 0;
  background: url('https://myworks.software/wp-content/themes/hello-elementor-child/images/dropdown.png') no-repeat 0px 0px;
  width: 14px;
  height: 8px;
  top: 44%;
  right: 11px;
}
#polyglotLanguageSwitcher1 select:focus-visible,
#polyglotLanguageSwitcher select:focus-visible {
 outline: 0;
}

#polyglotLanguageSwitcher1 select,
#polyglotLanguageSwitcher select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    appearance: none;
}
.ecommerce-setup .row span {
    font-size: 40px;
    color: #727272;
    line-height: 12px;
}

#polyglotLanguageSwitcher form {
  height: 100%;
  position: relative;
}
#polyglotLanguageSwitcher form:before {
  background-image: url("https://myworks.software/wp-content/themes/hello-elementor-child/images/qbo-logo.png");
  position: absolute;
    content: "";
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 42px;
    height: 42px;
    z-index: 1;
}
#polyglotLanguageSwitcher1 select:hover,
#polyglotLanguageSwitcher select:hover {
    color: #00bad3;
}
/* #polyglotLanguageSwitcher1 select:hover #polyglotLanguageSwitcher1 form:after{
  transform: rotate(180deg);
} */

#polyglotLanguageSwitcher1 form:after,
#polyglotLanguageSwitcher form:after {
  position: absolute;
  content: "";
  top: 0;
  background: url('https://myworks.software/wp-content/themes/hello-elementor-child/images/dropdown.png') no-repeat 0px 0px;
  width: 14px;
  height: 8px;
  top: 44%;
  right: 11px;
}

/* #ma::after {
  background-image: url("https://myworks.software/wp-content/themes/hello-elementor-child/images/magento.png"), url("https://myworks.software/wp-content/themes/hello-elementor-child/images/badge-coming-soon.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 14px center, 85% 50%;
  background-size: 30px, 60px;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  content: "";
} */

/* woocommerce-app */

.woocommerce-app {
  background-color: #F6F6F6;
  text-align: center;
  padding: 50px 0px;
  float: left;
  width: 100%;
}
.woocommerce-app .container {
  max-width: 1130px;
  margin: auto;
  padding: 0px 15px;
}
.woocommerce-app h3 {
  font-size: 32px;
  line-height: 38px;
  color: #727272;
  font-weight: 300;
  margin-bottom: 50px;
}
.es-subtitle {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  color: #000000;
}
.woocommerce-app ul {
  list-style: none;
  margin: 30px 0px 0px;
  text-align: center;
}
.woocommerce-app li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

/* get-services */

.get-services {
  padding: 50px 0px;
  background-color: #fff;
  width: 100%;
  float: left;
}
.get-services .container {
  max-width: 1130px;
  margin: auto;
  padding: 0px 15px;
}
.get-services ul {
  list-style: none;
  display: block;
  padding: 0px;
}
.get-services li {
  min-height: 260px;
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
  text-align: center;
}
.get-services li:nth-child(3n+3){
  margin-right: 0;
}
.get-services h4 {
  color: #00A43A;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin: 15px 0px 20px;
}
.get-services p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin: 0px;
}

/* save-time */
.save-time {
  background-color: #f6f6f6;
  background-image: url('https://myworks.software/wp-content/themes/hello-elementor-child/images/girl_at-computer.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  padding: 50px 0px;
  float: left;
  width: 100%;
}
.save-time .container {
  max-width: 1130px;
  margin: auto;
  padding: 0px 15px;
}
.save-time h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  color: #00A43A;
  font-weight: 300;
  margin: 0px;
}
.save-time .row .total-order {
  float: left;
  width: 48%;
  margin-right: 25px;
}
.save-time .row {
  margin: 20px 0px;
  max-width: 600px;
  display: flex;
}
.save-time .total-order ul {
  list-style: none;
  margin: 0px;
  padding: 0;
  list-style: none;
}
.save-time .total-order li {
  display: block;
  padding: 7px 0px;
  border-bottom: 1px solid #727272;
}
.save-time .total-order li:first-child {
  padding-top: 0px;
}
.save-time .total-order li span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #727272;
  float: left;
  width: 70%;
}
.save-time .total-order li input {
  width: 25%;
  height: 50px;
  border: 1px solid #CECECE;
  border-radius: 4px;
  font-size: 18px;
  line-height: 48px;
  font-weight: 600;
  color: #727272;
  text-align: center;
  padding: 0px 5px;
  float: right;
}
.save-time .total-order li:last-child {
  border: none;
  padding-bottom: 0px;
}
.save-time .total-order li:after {
  content: "";
  display: table;
  clear: both;
}
.save-time .row .total-saving {
  float: right;
  width: 48%;
/*   background-image: linear-gradient(to top, #04D5E0 0%, #2CA9F8 100%); */
	background-color: #2CA9F8;
  padding: 20px;
  text-align: center;
}
.save-time .row .total-saving h4 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin: 0px;
}
.save-time .row .total-saving h2 {
  font-size: 80px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  margin: 0px;
}
.save-time .row .total-saving h2 small {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.save-time .row .total-saving h5 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
  line-height: 24px;
}
.save-time h5 {
  font-size: 18px;
  line-height: 24px;
  color: #727272;
  font-weight: 300;
  margin: 0px;
}
.save-time h5 strong {
  font-weight: 600;
}

/* faq  */
.faq {
  padding: 50px 0px;
  float: left;
  width: 100%;
  text-align: center;
}
.faq .container {
  max-width: 1130px;
  margin: auto;
  padding: 0px 15px;
}
.faq .time-schedule {
  padding: 50px;
  background-color: #f6f6f6;
  margin-bottom: 50px;
}
.faq h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  color: #727272;
  font-weight: 300;
  margin: 0px 0px 10px;
}
.accordion-container {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: space-between;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
.half-cont {
  width: 50%;
  float: left;
  padding: 0 30px;
}
.half-cont .set {
  width: 100%;
}
.set > a {
  color: #0C1F4F !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 0px;
  border-bottom: 1px solid #0C1F4F;
  display: block;
  padding-left: 30px;
  background-image: url('https://myworks.software/wp-content/themes/hello-elementor-child/images/accordion-open.png');
  background-repeat: no-repeat;
  background-position: 0px 15px;
}
.set > a.active {
  background-image: url('https://myworks.software/wp-content/themes/hello-elementor-child/images/accordion-close.png');
  border-bottom: none;
}
.content {
  font-size: 16px;
  line-height: 22px;
  color: #003C49;
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
  padding-left: 30px;
  display: none;
}
/*  */

.faq .accordion-container + .time-schedule {
  padding: 20px 0 0;
  background-color: transparent;
  margin-bottom: 0px;
}
.faq .time-schedule a {
      padding: 15px 35px;
    border: 0px solid #00BAD3;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff !important;
    background: #FD982C;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.faq .time-schedule a:hover{
	background: #0C1F4F;
}

/* 16/01/2023 */
#search-3 form input {
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #00bad3;
    box-sizing: border-box;
    border-radius: 3px;
}
#search-3 form label {
  width: 100%;
}
#search-3 form input:focus-visible {
  outline: none;
}
#search-3 form .search-submit {
  /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #00bad3;
  border-color: #00bad3;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  margin-top: 10px;
  transition: all 0.4s;
}
#search-3 form .search-submit:hover {
  background-color: transparent;
  border-color: #00bad3;
  color: #00bad3;
}
#search-3 form .search-submit:focus {
 outline: none;
}

.contener.noresult {
  padding: 20px 17px;
  color: #06b6d1;
  border: 1px solid #04b6d6;
  width: 100%;
  margin: 70px 0;
  text-align: center;
}
/* 18.02.2023 */
.tab-wrapper {
  float: left;
  width: 100%;
  background: #fff;
}
#tab-container {
  text-align: center;
}
div#tab-container ul.etabs.tab_sel {
  list-style: none;
  display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #3370FD;
	border-radius: 4px;
/* 	overflow: hidden; */
	width: fit-content;
	margin: 0 auto;
	padding: 0;
}
ul.etabs.tab_sel li {
  width: 120px;
  position: relative;
}
.tab_sel .tab a {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 45px;
  height: 45px;
	color: #3370FD;
	display: block;
}
.tab_sel li.tab.active a, .tab_sel li.tab.ui-state-active a, .tab_sel li.tab a:hover {
  background: #3370FD;
  color: #fff;
}
.free-mnth {
    margin: 0;
    position: absolute;
    top: 8px;
    display: block;
    width: 153px;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    background-color: #f59e19;
    right: -180px;
}
.free-mnth:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f59e19;
}
.panel-container {
    padding: 65px 0 50px;
    background: #fff;
    text-align: center;
}
.quickbook-online {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
.two-side {
    display: flex;
    flex-wrap: wrap;
}
.quickbook-online .two-side .box-content {
	width: calc(25% - 12px);
    padding: 40px 10px;
    margin: 15px 6px;
    border-radius: 30px;
    border: 2px solid #0C1F4F;
	    text-align: left;
}
.quickbook-online .most-popular.box-content {
    border-width: 4px;
    border-color: #3370FD;
}
.pack-head {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    color: #0C1F4F;
}
.tab-container .quickbook-online h6 {
    font-size: 16px;
    line-height: 22px;
    color: #6B7C93;
    font-weight: 300;
    margin: 0px;
}
.most-popular .popular-plan {
    position: absolute;
    right: 0px;
    top: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #FF9800;
    border-radius: 4px 0px 0px 4px;
    text-transform: uppercase;
    padding: 6px;
}
.box-content.halfwidth .pricebox-center {
    width: 100%;
    margin: 0 0 20px 0;
}
.pricebox-center h1 {
    margin: 20px 0px;
    color: #0C1F4F;
    font-size: 62px;
    font-weight: normal;
    line-height: 1;
    font-weight: 500;
}
.pricebox-center h1 small {
    font-weight: normal;
    font-size: 16px;
	color: #6B7C93;
}
.box-content.halfwidth .pricebox-rgt {
    width: 100%;
    margin: 0px 0px 30px;
    text-align: center;
}
.price-boxbtn {
    padding: 14px 30px;
    border: 0px solid #0C1F4F;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff !important;
    background: #3370FD;
    border-radius: 4px;
    display: block;
}
.price-boxbtn:hover {
    color: #fff;
    background: #0C1F4F;
    -o-transition: .6s;
    -ms-transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transition: .6s;
}
.store-custom-pricing {
    font-size: 14px;
    color: #00bad3;
}
.features-bx h4 {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
	color: #797979;
}
.features-bx {
    padding: 5px;
}
.features-bx ul {
    margin: 18px 0px 0px;
    padding: 0;
}
.features-bx li {
    position: relative;
/*     background-position: 0 0; */
/*     background: url(https://myworks.software/wp-content/uploads/2023/04/svg-tick.png) no-repeat left 14px; */
/* 	background: url(https://myworks.software/wp-content/uploads/2023/04/info4.png) no-repeat left 10px; */
/* 	background: url(https://myworks.software/wp-content/uploads/2023/04/info3.png) no-repeat left 10px; */
    font-weight: 500;
    font-size: 16px;
    padding: 8px 0px;
    display: block;
    padding-left: 30px;
	background-size: 17px;
}
.features-bx li:after{
	content: "";
    background: url('https://myworks.software/wp-content/uploads/2023/07/svg-tick.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 50px;
    background-size: 15px;
    / transform: translateY(-50%); /
}
.features-bx li:first-child {
    border-bottom: 1px solid #A1A1A1;
    margin-bottom: 15px;
    padding-bottom: 15px;
	min-height: 72px;
}
.polyglot-Language-Switcher a {
    padding: 6px 8px 6px 60px;
    font-size: 18px;
    line-height: 42px;
    color: #000 !important;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: 100%;
    border-radius: 6px;
    height: 100%;
    border: none;
    background-color: #FFF;
    position: relative;
}
#qo {
    background-image: url(images/qbo-logo.png);
    background-repeat: no-repeat;
    background-position: 6px center;
}
.polyglot-Language-Switcher a.current:link span.trigger, .polyglot-Language-Switcher a.current:visited span.trigger {
    background: url(https://myworks.software/wp-content/uploads/2023/09/Text-2.png) no-repeat 0px 0px;
    width: 14px;
    height: 8px;
}
.polyglot-Language-Switcher span.trigger {
    display: block;
    position: absolute;
    width: 9px;
    height: 5px;
    text-indent: -10000em;
    top: 24px;
    right: 10px;
}
.polyglot-Language-Switcher ul.dropdown {
    display: none;
    position: absolute;
    top: 57px;
    left: -1px;
    background-color: #FFF;
    border: 1px solid #00BAD3;
    border-top: none !important;
    border-radius: 0 0 6px 6px;
    width: calc(100% + 2px);
    padding: 0px;
	    list-style: none;
}
.polyglot-Language-Switcher ul.dropdown li {
    border-top: 1px solid #00bad3;
    margin: 0px;
    opacity: 1;
}
.polyglot-Language-Switcher ul.dropdown li:last-child {
    border-radius: 0 0 6px 6px;
}
#woo {
    background-image: url(https://myworks.software/wp-content/uploads/2023/09/woocommerce-logo-color-black.svg);
    background-size: 210px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
#ma, #sopi, #xero {
    /*opacity: 0.5;*/
}
#ma {
/*     background-image: url(images/magento.png), url(images/badge-coming-soon.png); */
	background-image: url(images/magento.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 14px center, 85% 50%;
    background-size: 30px, 60px;
    opacity: 0.5;
}
/* #polyglotLanguageSwitcher1 .dropdown li{
  position: relative;
  pointer-events: none;
} */
/* #polyglotLanguageSwitcher1 .dropdown li:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  z-index: 99;
  pointer-events: none;
} */
#polyglotLanguageSwitcher1 .dropdown li a{
  opacity: 1;
}

#sopi {
/*     background-image: url(images/shopify.png), url(images/badge-coming-soon.png); */
	background-image: url(https://myworks.software/wp-content/uploads/2023/09/shopify_logo_whitebg.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 27px center, 85% 50%;
    background-size: 140px, 60px;
}
#qd {
    background-image: url(images/qd-logo.png);
    background-repeat: no-repeat;
    background-position: 6px center;
}
#qp {
    background-image: url(images/qp-logo.png);
    background-repeat: no-repeat;
    background-position: 6px center;
}
#xero {
    background-image: url(images/xero_logo.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 6px center,85% 50%;
    background-size: auto, 60px;
}
.two-side .box-content:nth-child(2) {
    margin-top: -25px;
}
.two-side .box-content {
    width: calc(33.33% - 12px);
    padding: 40px 10px;
    margin: 15px 6px;
    border-radius: 30px;
    border: 2px solid #A1A1A1;
    text-align: left;
	    position: relative;
}
.quickbook-online .two-side .box-content:nth-child(2) {
    margin-top: 15px;
}
.outer-box {
    width: 1100px;
    margin: 0 auto;
}
.most-popular.box-content {
    border-color: #00BAD3;
}
.tooltip-sec {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
	    display: block;
    text-align: center;
}
.features-bx li span.tooltip-info:hover em, .tooltip-sec:hover em {
    display: block;
    font-size: 12px;
    background: #000;
    position: absolute;
    left: -53px;
    top: 38px;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    border-radius: 5px;
    width: 290px;
    text-transform: none;
    line-height: 18px;
    font-style: normal;
    font-weight: 600;
    z-index: 999;
}
.tooltip-sec em {
    display: none;
}
.features-bx li span.tooltip-info:hover em::before, .tooltip-sec:hover em::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-top-color: transparent;
    border-style: solid;
    top: -26px;
    border-width: 0.9rem;
    border-top-color: transparent;
    left: 125px;
    border-bottom-color: #000;
}
.store-custom-pricing:hover{
	color: #00bad3;
}
.footer_mail_phone a{
  display: block;
  font-size: 17px;
  color: #00bad3;
}
.give-us-call p{
	margin: 0;
}
.page-header {
    height: calc(100vh - 566px);
}
/* loader */
.over { position: absolute; background: rgba(255, 255, 255, 0.60); top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; opacity: 1; width: auto; }
.cssload-loading { position: relative; left: 50%; width: 21px; height: 21px; margin: -10px 0 0 -10px; top: 8%; }
.cssload-loading i { position: absolute; top: 21px; left: 21px; display: block; width: 21px; height: 21px; background: rgb(249, 158, 30); border-radius: 21px; animation: cssload-spin2 1.345s ease-in-out infinite; -o-animation: cssload-spin2 1.345s ease-in-out infinite; -ms-animation: cssload-spin2 1.345s ease-in-out infinite; -webkit-animation: cssload-spin2 1.345s ease-in-out infinite; -moz-animation: cssload-spin2 1.345s ease-in-out infinite; }
.cssload-loading i:first-child { top: -21px; left: 0; background: rgb(0, 185, 209); animation: cssload-spin 1.345s ease-in-out infinite; -o-animation: cssload-spin 1.345s ease-in-out infinite; -ms-animation: cssload-spin 1.345s ease-in-out infinite; -webkit-animation: cssload-spin 1.345s ease-in-out infinite; -moz-animation: cssload-spin 1.345s ease-in-out infinite; }
.cssload-loading i:last-child { top: 21px; left: -21px; background: rgb(149, 158, 177); animation: cssload-spin3 1.345s ease-in-out infinite; -o-animation: cssload-spin3 1.345s ease-in-out infinite; -ms-animation: cssload-spin3 1.345s ease-in-out infinite; -webkit-animation: cssload-spin3 1.345s ease-in-out infinite; -moz-animation: cssload-spin3 1.345s ease-in-out infinite; }
@keyframes cssload-spin {
	0% { top: -21px; left: 0; transform: scale(1); }
	17% { transform: scale(.5); }
	33% { top: 21px; left: 21px; transform: scale(1); }
	50% { transform: scale(.5); }
	66% { top: 21px; left: -21px; transform: scale(1); }
	83% { transform: scale(.5); }
	100% { top: -21px; left: 0; transform: scale(1); }
}
@-o-keyframes cssload-spin {
	0% { top: -21px; left: 0; -o-transform: scale(1); }
	17% { -o-transform: scale(.5); }
	33% { top: 21px; left: 21px; -o-transform: scale(1); }
	50% { -o-transform: scale(.5); }
	66% { top: 21px; left: -21px; -o-transform: scale(1); }
	83% { -o-transform: scale(.5); }
	100% { top: -21px; left: 0; -o-transform: scale(1); }
}
@-ms-keyframes cssload-spin {
	0% { top: -21px; left: 0; -ms-transform: scale(1); }
	17% { -ms-transform: scale(.5); }
	33% { top: 21px; left: 21px; -ms-transform: scale(1); }
	50% { -ms-transform: scale(.5); }
	66% { top: 21px; left: -21px; -ms-transform: scale(1); }
	83% { -ms-transform: scale(.5); }
	100% { top: -21px; left: 0; -ms-transform: scale(1); }
}
@-webkit-keyframes cssload-spin {
	0% { top: -21px; left: 0; -webkit-transform: scale(1); }
	17% { -webkit-transform: scale(.5); }
	33% { top: 21px; left: 21px; -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(.5); }
	66% { top: 21px; left: -21px; -webkit-transform: scale(1); }
	83% { -webkit-transform: scale(.5); }
	100% { top: -21px; left: 0; -webkit-transform: scale(1); }
}
@-moz-keyframes cssload-spin {
	0% { top: -21px; left: 0; -moz-transform: scale(1); }
	17% { -moz-transform: scale(.5); }
	33% { top: 21px; left: 21px; -moz-transform: scale(1); }
	50% { -moz-transform: scale(.5); }
	66% { top: 21px; left: -21px; -moz-transform: scale(1); }
	83% { -moz-transform: scale(.5); }
	100% { top: -21px; left: 0; -moz-transform: scale(1); }
}
@keyframes cssload-spin2 {
	0% { top: 21px; left: 21px; transform: scale(1); }
	17% { transform: scale(.5); }
	33% { top: 21px; left: -21px; transform: scale(1); }
	50% { transform: scale(.5); }
	66% { top: -21px; left: 0; transform: scale(1); }
	83% { transform: scale(.5); }
	100% { top: 21px; left: 21px; transform: scale(1); }
}
@-o-keyframes cssload-spin2 {
	0% { top: 21px; left: 21px; -o-transform: scale(1); }
	17% { -o-transform: scale(.5); }
	33% { top: 21px; left: -21px; -o-transform: scale(1); }
	50% { -o-transform: scale(.5); }
	66% { top: -21px; left: 0; -o-transform: scale(1); }
	83% { -o-transform: scale(.5); }
	100% { top: 21px; left: 21px; -o-transform: scale(1); }
}
@-ms-keyframes cssload-spin2 {
	0% { top: 21px; left: 21px; -ms-transform: scale(1); }
	17% { -ms-transform: scale(.5); }
	33% { top: 21px; left: -21px; -ms-transform: scale(1); }
	50% { -ms-transform: scale(.5); }
	66% { top: -21px; left: 0; -ms-transform: scale(1); }
	83% { -ms-transform: scale(.5); }
	100% { top: 21px; left: 21px; -ms-transform: scale(1); }
}
@-webkit-keyframes cssload-spin2 {
	0% { top: 21px; left: 21px; -webkit-transform: scale(1); }
	17% { -webkit-transform: scale(.5); }
	33% { top: 21px; left: -21px; -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(.5); }
	66% { top: -21px; left: 0; -webkit-transform: scale(1); }
	83% { -webkit-transform: scale(.5); }
	100% { top: 21px; left: 21px; -webkit-transform: scale(1); }
}
@-moz-keyframes cssload-spin2 {
	0% { top: 21px; left: 21px; -moz-transform: scale(1); }
	17% { -moz-transform: scale(.5); }
	33% { top: 21px; left: -21px; -moz-transform: scale(1); }
	50% { -moz-transform: scale(.5); }
	66% { top: -21px; left: 0; -moz-transform: scale(1); }
	83% { -moz-transform: scale(.5); }
	100% { top: 21px; left: 21px; -moz-transform: scale(1); }
}
@keyframes cssload-spin3 {
	0% { top: 21px; left: -21px; transform: scale(1); }
	17% { transform: scale(.5); }
	33% { top: -21px; left: 0; transform: scale(1); }
	50% { transform: scale(.5); }
	66% { top: 21px; left: 21px; transform: scale(1); }
	83% { transform: scale(.5); }
	100% { top: 21px; left: -21px; transform: scale(1); }
}
@-o-keyframes cssload-spin3 {
	0% { top: 21px; left: -21px; -o-transform: scale(1); }
	17% { -o-transform: scale(.5); }
	33% { top: -21px; left: 0; -o-transform: scale(1); }
	50% { -o-transform: scale(.5); }
	66% { top: 21px; left: 21px; -o-transform: scale(1); }
	83% { -o-transform: scale(.5); }
	100% { top: 21px; left: -21px; -o-transform: scale(1); }
}
@-ms-keyframes cssload-spin3 {
	0% { top: 21px; left: -21px; -ms-transform: scale(1); }
	17% { -ms-transform: scale(.5); }
	33% { top: -21px; left: 0; -ms-transform: scale(1); }
	50% { -ms-transform: scale(.5); }
	66% { top: 21px; left: 21px; -ms-transform: scale(1); }
	83% { -ms-transform: scale(.5); }
	100% { top: 21px; left: -21px; -ms-transform: scale(1); }
}
@-webkit-keyframes cssload-spin3 {
	0% { top: 21px; left: -21px; -webkit-transform: scale(1); }
	17% { -webkit-transform: scale(.5); }
	33% { top: -21px; left: 0; -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(.5); }
	66% { top: 21px; left: 21px; -webkit-transform: scale(1); }
	83% { -webkit-transform: scale(.5); }
	100% { top: 21px; left: -21px; -webkit-transform: scale(1); }
}
@-moz-keyframes cssload-spin3 {
	0% { top: 21px; left: -21px; -moz-transform: scale(1); }
	17% { -moz-transform: scale(.5); }
	33% { top: -21px; left: 0; -moz-transform: scale(1); }
	50% { -moz-transform: scale(.5); }
	66% { top: 21px; left: 21px; -moz-transform: scale(1); }
	83% { -moz-transform: scale(.5); }
	100% { top: 21px; left: -21px; -moz-transform: scale(1); }
}
/* loader */

/* responsive */
@media (max-width: 1024px) {
  .outer-box {
    width: 100%;
}
.quickbook-online {
    max-width: 100%;
}
.quickbook-online .two-side .box-content {
  width: calc(50% - 12px);
}
.two-side .box-content {
  width: calc(50% - 12px);
}
.elementor-12637 .elementor-element.elementor-element-f545fc7 {
  width: 25%;
}
}
@media (max-width: 991px) {
  .elementor-12609 .elementor-element.elementor-element-0f6a6e7 .elementor-nav-menu--main .elementor-item {
    padding-left: 0px;
    padding-right: 5px;
  }
  .get-services li {
    width: calc(50% - 35px);
    margin-right: 35px;
  }
  .get-services ul {
    overflow: auto;
    clear: both;
  }
  .save-time .row {
    max-width: 100%;
  }
  .elementor-12637 .elementor-element.elementor-element-f535132 .elementor-nav-menu .elementor-item, .elementor-12637 .elementor-element.elementor-element-5574a89 .elementor-nav-menu .elementor-item, .elementor-12637 .elementor-element.elementor-element-c36c20f .elementor-nav-menu .elementor-item {
    font-size: 16px;
    line-height: 20px;
  }
  .set > a {
    font-size: 13px;
    line-height: 18px;
  }
  .footer_mail_phone a{
    font-size: 14px;
  }
	.half-cont {
    padding: 0 10px;
}
	.elementor-3487 .elementor-element.elementor-element-360501fd .elementor-image-box-title, .elementor-3487 .elementor-element.elementor-element-5013acc5 .elementor-image-box-title, .elementor-3487 .elementor-element.elementor-element-3409fb2d .elementor-image-box-title, .elementor-3487 .elementor-element.elementor-element-2cc7dd1e .elementor-image-box-title {
    font-size: 18px;
}
	.elementor-3487 .elementor-element.elementor-element-7c293826 .elementor-button {
    margin-top: 20px;
}
	.elementor-3487 .elementor-element.elementor-element-19f96281 .elementor-heading-title {
    font-size: 28px;
}
	
}
@media (max-width: 767px) {
  .ecommerce-setup .row .select-dropdown {
    width: 100%;
    z-index: auto;
  }
  .ecommerce-setup .row span {
    display: block;
    width: 100%;
    margin: 10px 0px;
    text-align: center;
  }
  span.free-mnth {
    top: -50px;
    right: 0px;
  }
  span.free-mnth:before {
    border-top: 15px solid #f59e19;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: none;
    left: 50%;
    top: auto;
    bottom: -14px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .quickbook-online .two-side .box-content {
    width: 92%;
    margin: 0 auto 15px;
}
  .two-side .box-content {
    width: 92%;
    margin: 0 auto 15px;
  }
  .get-services li {
    width: 100%;
    margin-right: 0;
    min-height: auto;
  }
  .save-time:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
  }
  .save-time {
    padding: 20px 0px;
    position: relative;
  }
  .half-cont {
    width: 100%;
    float: none;
  }
  .elementor-column {
    width: 100%;
  }
  .elementor-element-8db11b5 .elementor-col-25.elementor-top-column {
    width: 100%;
    text-align: center;
  }
  .faq {
    padding: 20px 0px;
  }
  .save-time .container {
    position: relative;
    z-index: 4;
  }
  .faq .time-schedule {
    margin-bottom: 20px;
    padding: 20px;
  }
  .elementor-element-245300b .elementor-image {
    text-align: center;
  }
  .elementor-element-8db11b5
    .elementor-col-25.elementor-top-column
    .elementor-item,
  .elementor-12637 .elementor-element.elementor-element-cba8384 {
    text-align: center;
    justify-content: center;
  }
  .elementor-element-8db11b5 .elementor-col-25 .elementor-column-wrap {
    padding: 0;
    text-align: center !important;
    margin: 0 !important;
  }
  .elementor-12637 .elementor-element.elementor-element-f535132 .elementor-nav-menu .elementor-item, .elementor-12637 .elementor-element.elementor-element-5574a89 .elementor-nav-menu .elementor-item, .elementor-12637 .elementor-element.elementor-element-c36c20f .elementor-nav-menu .elementor-item {
    font-size: 18px;
    line-height: 20px;
  }
  .elementor-element-f2e4344 .elementor-social-icons-wrapper.elementor-grid {
    text-align: center;
    margin: 15px 0;
}
  .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0;
  }
  .elementor-widget:not(:last-child) {
    margin-bottom: 0;
  }
  .elementor-12637 .elementor-element.elementor-element-52690be > .elementor-element-populated {
    margin: 20px 0px 0px 0px;
  }
  .elementor-12609 .elementor-element.elementor-element-e86debe > .elementor-widget-container {
    padding: 10px 10px 10px 10px;
}
	.polyglot-Language-Switcher a.current:link span.trigger, .polyglot-Language-Switcher a.current:visited span.trigger{
		margin:0;
		top: 50%;
		transform: translateY(-50%);
	}
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: fixed;
    left: 0;
    right: 0;
    top: 150px;
    width: 100%;
}
	.elementor-12637 .elementor-element.elementor-element-bfad868:not(.elementor-motion-effects-element-type-background) {
  padding: 15px 0;
}
.elementor-12637 .elementor-element.elementor-element-bfad868:not(.elementor-motion-effects-element-type-background) .elementor-row{
  justify-content: center;
}
	.polyglot-Language-Switcher ul.dropdown {
    z-index: 99;
}
	.two-side .box-content:nth-child(2) {
    margin-top: 0;
}
	.quickbook-online .two-side .box-content:nth-child(2) {
    margin-top: 0;
}
	.elementor-3487 .elementor-element.elementor-element-713b2810 .elementor-heading-title {
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 20px;
}
	.elementor-3487 .elementor-element.elementor-element-640c96fd .elementor-button {
    margin-bottom: 10px;
}
	.elementor-3487 .elementor-element.elementor-element-35f545c2 .elementor-heading-title {
    margin-bottom: 20px;
}
	.elementor-8979 .elementor-element.elementor-element-b488ec1 .elementor-heading-title, .elementor-8979 .elementor-element.elementor-element-cd36760 .elementor-heading-title, .elementor-8979 .elementor-element.elementor-element-a987031 .elementor-heading-title, .elementor-8979 .elementor-element.elementor-element-d6f5343 .elementor-heading-title, .elementor-12320 .elementor-element.elementor-element-765aa2f .elementor-heading-title, .elementor-12320 .elementor-element.elementor-element-8a57973 .elementor-heading-title, .elementor-12320 .elementor-element.elementor-element-f894437 .elementor-heading-title {
    font-size: 28px;
    padding: 10px 12px 0;
}
	.elementor-8979 .elementor-element.elementor-element-b8ecdcf .elementor-heading-title, .elementor-12320 .elementor-element.elementor-element-395b6ce .elementor-heading-title {
    font-size: 28px;
    padding: 15px 0 20px;
}
	.elementor-8979 .elementor-element.elementor-element-4557705 .elementor-heading-title {
    font-size: 28px;
    margin-bottom: 15px;
}
	.page-id-8979 .elementor-8979 .elementor-element.elementor-element-3c0c517 .elementor-heading-title{
    margin-bottom: 30px;
}
.page-id-8979 .elementor-column{
    margin-bottom: 30px;
}
.page-id-8979 .elementor-8979 .elementor-element.elementor-element-546f3a1 .elementor-heading-title,
.elementor-12320 .elementor-element.elementor-element-5006665 .elementor-heading-title, .elementor-12320 .elementor-element.elementor-element-4ed99fe .elementor-heading-title {
    font-size: 30px;
    margin-bottom: 15px;
}
	.elementor-8979 .elementor-element.elementor-element-48885e01 {
    padding: 30px 20px;
}
	.elementor-8979 .elementor-element.elementor-element-576945e9 .elementor-heading-title {
    font-size: 35px;
    margin-bottom: 15px;
}
.elementor-8979 .elementor-element.elementor-element-535f9871 .elementor-heading-title {
    margin-bottom: 30px;
}
.elementor-8979 .elementor-element.elementor-element-4b55a37 > .elementor-widget-container {
    padding: 0;
}
.elementor-8979 .elementor-element.elementor-element-4b55a37 .elementor-heading-title, 
.elementor-12320 .elementor-element.elementor-element-1bb715e .elementor-heading-title {
    font-size: 25px;
}
	.elementor-11650 .elementor-element.elementor-element-0f6bc98 .elementor-heading-title {
    font-size: 26px;
    margin-bottom: 15px;
}
	.page-id-11650 .elementor-column{
    margin: 15px 0;
}
	.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    margin-bottom: 10px;
}
	.elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}
	.elementor-13214 .elementor-element.elementor-element-479017f .elementor-heading-title {
    font-size: 26px;
}
	.elementor-8979 .elementor-element.elementor-element-269a7b20 .elementor-heading-title, .elementor-8979 .elementor-element.elementor-element-27c62ee5 .elementor-heading-title {
    font-size: 26px;
}
	.elementor-11810 .elementor-element.elementor-element-933e857 .elementor-heading-title, .elementor-11810 .elementor-element.elementor-element-9379983 .elementor-heading-title {
    font-size: 26px;
}
	.page-content h2{
		font-size: 22px;
	}
	.elementor-13355 .elementor-element.elementor-element-74cb427 > .elementor-widget-container {
    padding: 0 15px !important;
}
	#wistia_chrome_38 #wistia_grid_48_wrapper img.w-css-reset{
		width: 100% !important;
	}
	.meetings-iframe-container iframe{
		height: auto !important;
	}
}
@media (max-width: 480px) {
  .save-time .row {
    flex-wrap: wrap;
}
.save-time .row .total-order {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}
.save-time .row .total-saving {
  float: none;
  width: 100%;
}
.woocommerce-app ul {
  margin: 10px 0px 0px;
  padding: 0;
}
	.elementor-12609 .elementor-element.elementor-element-0eae28c {
    width: 100%;
}
	.elementor-12609 .elementor-element.elementor-element-cec0e18 .elementor-button {
    padding: 14px 10px 14px 10px;
}
	.swiper-pagination-bullets{
    display: none;
}
	.post-date {
    flex-wrap: wrap;
}
	.blog-content {
    width: 100%;
    margin-top: 15px;
}
	article.post {
    padding: 15px;
    margin-bottom: 15px;
}
}
/* responsive */

.footer_copyright_below_area a{
  color: #FFFFFF;
}

.elementor-12609 .elementor-element.elementor-element-13c51f6 {
    z-index: 99996;
}

/*.page-id-13190 #polyglotLanguageSwitcher1 .dropdown li:after {
    display: none;
}*/

.page-id-13190 #ma {
    background-image: url(images/magento.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 14px center, 85% 50%;
    background-size: 30px, 60px;
    opacity: 1;
}
/*.page-id-13190 #sopi {
    background-image: url(images/shopify.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 6px center, 85% 50%;
    background-size: auto, 60px;
    opacity: 1;
}*/
/*.page-id-13190 #polyglotLanguageSwitcher1 .dropdown li{
  pointer-events: auto;
}*/
.page-id-13190 .panel-container {
    padding: 20px 0 50px;
  }
  .page-id-13190 .ecommerce-setup {
    margin-bottom: 0;
}

.panel-container {
	padding: 0 0 50px;
}
a {
	color: #8054B2;
}

.straight-line {
    padding: 20px 0 20px 0px;
}

.page-id-9069 .panel-container {
    padding: 65px 0 50px; 
}
.page-id-8117 .page-header, .page-id-8330 .page-header{
	display: none;
}
.page-id-8117 .page-content, .page-id-8330 .page-content{
        padding-top: 40px;
	display: block;
	margin-top: 0;
    }
.leadinModal.leadinModal-theme-top {
    z-index: 99999 !important;
}
.elementor-8979 .elementor-element.elementor-element-52179bb {
	font-size: 16px;
}
#wistia_chrome_23 #wistia_grid_29_wrapper img.w-css-reset, .wistia_embed {
	width: 100% !important;
}
article.post .post-date {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column-reverse;
}
article.post .post-date .qodef-blog-standard-post-date {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
article.post .post-date .date {    
    color: #00bad3;    
    padding: 0 5px 0 0;
    border: 0;
    border-bottom: 0;
    border-top-right-radius: 0;
    text-align: center;
	line-height: 25px !important;  
	font-size:16px !important;
}
article.post .post-date .month {
    background-color: transparent;
    line-height: 25px !important;    
    color: #00bad3 !important;
    padding: 0 5px 0 0;
    text-align: center;
}
article.post .post-date .month.month-big{font-size: 16px; font-weight: 500;}
.content-details .blog-content {
    margin-left: 0;
}

.outer-article .blog-content .entry-title{margin-bottom: 2px;}
.outer-article .blog-content .entry-title a{margin-left: 0;}

.table_content_sidebar .elementor-widget-container{
  margin: 0 !important;
}
.search_top_sidebar{
  margin-top: 45px;
}
.elementor-13641 .elementor-element.elementor-element-2a289d8f.elementor-column.elementor-element[data-element_type="column"] > .elementor-column-wrap.elementor-element-populated > .elementor-widget-wrap {
    align-content: flex-start;
}
@media (max-width: 1024px){
	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(1,1fr);
	}
	.elementor-posts .elementor-post__card .elementor-post__title {
	  font-size: 18px;
	}
	.elementor-13641 .elementor-element.elementor-element-52c4bc3b .elementor-post__text {
	  margin-top: 15px;
	  padding: 0 15px;
	}
	.hbspt-form {
	  padding: 15px;
	}
}
@media (max-width: 991px){
  .elementor-13641 .elementor-element.elementor-element-7c5b7076 {
    width: 100%;
  }
  .elementor-13641 .elementor-element.elementor-element-2a289d8f {
    width: 100%;
  }
}
@media (max-width: 767px){
  .elementor-13641 .elementor-element.elementor-element-3e2973dd .elementor-heading-title {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: normal;
  }
  .elementor-13641 .elementor-element.elementor-element-38b24912 .elementor-heading-title {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 480px){
  .elementor-13641 .elementor-element.elementor-element-3e2973dd .elementor-heading-title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .elementor-13641 .elementor-element.elementor-element-6da0c12 > .elementor-widget-container {
    margin: 0;
}
  .elementor-13641 .elementor-element.elementor-element-38b24912 .elementor-heading-title {
    font-size: 18px;
    line-height: normal;
  }
  .elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-start;
}
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 576px){
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 500px;
  }
}
@media (min-width: 768px){
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 600px;
  }
}
@media (min-width: 992px){
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 800px;
  }
}
@media (min-width: 1200px){
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1140px;
  }
}
.page-template-template-terms .page-content h1{
	display: none;
}
.category .page-header {
  height: auto;
  margin-top: 40px;
}
.category .category_banner img{
  width: 100%;
	height: 100%;
	object-fit:cover;
}
.category .page-header p.archive-description{
  display: none;
}
.category article.post {
  width: calc(33.33% - 30px);
  margin: 0 15px 20px;
}
.category .entry-title a{
      font-size: 20px;
    margin: 0;
    line-height: normal;
}
.ldmr{
  text-align: center;
  display: block;
  margin: 0 auto;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  background-color: #ff9241;
  margin-bottom: 30px;
  width: 200px;
  color: #fff !important;
}
.category .category_banner {
    height: 35vh;
}
.category .post a{
	display: block;
	min-height: 225px;
}
.category .post .entry-title a{
	min-height: auto;
}
.category .post a img{
	width: 100%;
	height: 100%;
}
.category .post a picture.wp-post-image{
	height: 100%;
	display: block;
}
.single-post h2{
	font-size: 32px;
}
.single-post .elementor-widget-theme-post-content h3{
	font-size: 28px;
}
.single-post .elementor-widget-theme-post-content h4{
	font-size: 24px;
}
.single-post .elementor-widget-theme-post-content h5{
	font-size: 20px;
}
.single-post .elementor-widget-theme-post-content h6{
	font-size: 18px;
}
.single-post .elementor-widget-theme-post-content p{
	color: #0C1F4F;
}
.single-post .elementor-widget-theme-post-content a{
	color: #3370fd;
}
.single-post .elementor-widget-theme-post-content a:hover{
	color: #3370fd;
}
.save_time_outer {
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    overflow: hidden;
    flex-direction: column-reverse;
}
/* .save_time_img {
    width: 28%;
} */
.save_time_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.save-time {
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    padding: 64px;
    float: none;
    width: 72%;
}
.save-time h3 {
    color: #1A244F !important;
    font-family: DM Sans !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    letter-spacing: -0.64px !important;
    margin-bottom: 20px !important;
        margin-top: 0 !important;
}
.save-time .row .total-saving {
    float: none;
    width: 38%;
    /* background-image: linear-gradient(to top, #04D5E0 0%, #2CA9F8 100%); */
    /* background-color: #2CA9F8; */
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(90deg, #2B43DE 2.63%, #4C6FF9 51.78%, #65A8F5 100%);
}
.save-time .row {
    margin: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.save-time .row .total-order {
    float: none;
    width: calc(62% - 24px);
    margin-right: 24px;
}
.save-time h5#calculate_price {
    color: #1A244F !important;
    font-family: DM Sans !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400;
    line-height: 30px;
    margin: 20px 0 0;
}
.save-time .total-order li span {
    float: none;
    width: 83%;
    color: #252525;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
.save-time .total-order li {
    display: flex;
    padding: 7px 0px;
    border-bottom: 0px solid #727272;
    align-items: center;
}
.save-time .total-order li input {
    width: 17%;
    height: 45px;
}
.save_time_contenaier{
    padding: 96px 0 96px 0;
/*     background-image: url('https://myworks.software/wp-content/uploads/2023/09/Rectangle-6-1.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat */
}
.save_time_contenaier_inner{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}
.single-post .save_time_img,
.single-post #calculate_price{
  display: none;
}
.single-post .save-time {
    padding: 0 0 30px;
}
#polyglotLanguageSwitcher1.polyglot-Language-Switcher a{
	padding: 50px 10px 6px 108px;
}
.polyglot-Language-Switcher ul li a {
    padding: 15px 8px 15px 60px;
}
#qd.shopify_disabled {
    background-image: url(images/qd-logo.png) , url(https://myworks.software/wp-content/uploads/2019/02/badge-coming-soon.png);
    background-repeat: no-repeat;
    background-position: 6px center , 95% center;
    background-size: auto , 60px;
    pointer-events: none;
    opacity: 0.5;
}
#xero.shopify_disabled{
	background-image: url(images/xero_logo.png) , url(https://myworks.software/wp-content/uploads/2019/02/badge-coming-soon.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 6px center,95% 50%;
    background-size: auto, 60px;
	pointer-events: none;
    opacity: 0.5;
}
.elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image {
    height: 100%;
    display: block;
    overflow: hidden;
}
.save_time_img {
    width: 42%;
}
.save-time {
    padding: 20px;
    width: 58%;
}
.save_time_img img {
    object-position: 43% 50%;
}
  .save_time_contenaier {
    padding: 30px 0 30px 0;
  }
  .save_time_contenaier_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .save-time {
    padding: 30px;
    width: 100%;
  }
  .save_time_img {
    width: 100%;
}
@media (max-width: 480px){
  .save-time {
    padding: 15px;
  }
  .save-time .row .total-order {
    width: 100%;
    margin-right: 0;
  }
  .save-time .row .total-saving {
    width: 100%;
  }
  .save-time h3 {
  font-size: 25px !important;
  line-height: 32px !important;
  margin-bottom: 10px !important;
}
.save-time h5#calculate_price {
  font-size: 16px !important;
  line-height: 24px;
  margin: 15px 0 0;
}
}
/* new css */

/* #monthly_plan .quickbook-online-new.outer-box .two-side .box-content{margin-top: -15.3%;}
#yearly_plan .quickbook-online-new.outer-box .two-side .box-content{margin-top: -16.35%;}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  #yearly_plan .quickbook-online-new.outer-box .two-side .box-content{margin-top: -16.39%;}
}

@media(max-width:1024px){
  #yearly_plan .quickbook-online-new.outer-box .two-side .box-content{margin-top: -16.7%;}
  .box-content.halfwidth .pricebox-rgt .price-boxbtn{padding-left: 10px !important; padding-right: 10px !important; text-align: center;}
  .footer-work-logo{max-width: 314px; margin-left: auto; margin-right: auto; padding-bottom: 20px !important;}
  .footer-work-logo *{max-width: 100% !important;}
}

@media (max-width: 991px){
  .new_switch_area{margin-top: 32px !important;}
  .ecommerce-setup{padding: 40px 0px 40px !important;}
  .quickbook-online-new.outer-box .two-side .box-content{width: calc(50% - 20px) !important;}
  #monthly_plan .quickbook-online-new.outer-box .two-side .box-content{margin-top: 0;}
  #yearly_plan .quickbook-online-new.outer-box .two-side .box-content{margin-top: -2%;}
  .quickbook-online-new .box-content .pricebox-rgt{padding-left: 20px !important; padding-right: 20px !important;}
  .quickbook-online-new .pack-head{padding-left: 24px !important; padding-right: 24px !important;}
  .outer-box .two-side .box-content{margin-bottom: 20px !important;}
  .two-side{align-items: stretch;}
  .outer-box .two-side .box-content, .outer-box .two-side .box-content:nth-child(2){margin-bottom: 20px !important;}
  #monthly_plan .quickbook-online-new.outer-box .two-side .box-content, #yearly_plan .quickbook-online-new.outer-box .two-side .box-content{margin-bottom: calc(2% + 20px) !important; margin-left: 10px; margin-right: 10px;}
}

@media (max-width: 767px){
  .footer-work-logo{max-width: 314px; margin-left: auto; margin-right: auto; padding-bottom: 0px !important;}
  .footer-work-logo *{max-width: 100% !important;}
  .mobile-resize-img .elementor-widget-container{margin: unset auto !important;}
  .mobile-resize-img img{}
  .reset_margin{margin: unset auto !important;}
}

@media (max-width: 480px){
  #monthly_plan .quickbook-online-new.outer-box .two-side .box-content, #yearly_plan .quickbook-online-new.outer-box .two-side .box-content{width: calc(100% - 20px) !important;}
  #yearly_plan .quickbook-online-new.outer-box .two-side .box-content{margin-top: -4.1% !important;}
} */




.partner-panel{
  display: flex;
  align-items: flex-start;
  gap: 70px;
  max-width: 1280px;
  margin:0 auto;
}

.partner-panel-left{
  width: 270px;  
  min-width: 270px;
}
.partner-panel-left p{
  padding: 0;
  margin: 0 0 26px;
}
.partner-panel-left p label{
  font-size: 14px;
  font-weight: 500;
  color:#0C1F4F;
  margin: 0 0 12px;
}
.partner-panel-left p select{
  border: 1px solid #AEB7C4;
  height: 39px;
  padding: 10px;
  border-radius: 0;
  outline: none !important;
  color: #0C1F4F;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.partner-panel-left p select option{
  color: #0C1F4F;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 10px 15px;
}
.partner-panel-left p select option:hover{
  background-color: #AEB7C4;
}
.partner-panel-right{
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-direction: column;
}
.partner-panel-right .top-panel{
  width: 100%;
  padding-top: 25px;
}
.partner-panel-right .top-panel .search-form{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #909DAE;
  gap: 25px;
  padding: 10px 15px;
}
.partner-panel-right .top-panel button{
  padding: 0;
  background: transparent;
  border: 0;
  outline: none !important;
  color: #6B7C93;
  font-size: 13px;  
}
.partner-panel-right .top-panel input{
  border: 0;
  padding: 0;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #0C1F4F;
  outline: none;
}
.bottom-panel{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}
.bottom-panel h2{
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: #6B7C93;
  line-height: 32px;
  font-weight: 500;
}
.result-panel{
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 25px;
  margin: 0 0 185px;
}
.result-panel .result-list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 18px 15px 18px 15px;
  box-shadow: 0px 4px 10px 0px #4754671A;
  border-radius: 5px;
}
.result-panel .result-list .top-panel{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 32px;
  padding: 0;
}
.result-panel .result-list .top-panel span{
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #909DAE;
  padding: 0;
  margin: 0;
}
.result-panel .result-list .top-panel span.badge{
  padding: 8px 12px 8px 12px;
  gap: 7px;
  border-radius: 8px 0px 0px 0px;
  background: #E9EBEF;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
  color: #6B7C93;
  border-radius: 8px;
}
.result-panel .result-list .top-panel span.badge.badge-warning{
  color: #FD982C;
  background: #FFF0E1;
}
.result-panel .result-list .top-panel span.badge.badge-primery{
  color: #3370FD;
}
.result-panel .result-list img{
  width: auto;
  margin: 0 0 35px;
}
.result-panel .result-list h3{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #0C1F4F;
  margin: 0 0 15px;
}
.result-panel .result-list p{
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #0C1F4F;
  margin: 0 0 15px;
  padding: 0;
  min-height: 92px;
}
.rating-panel{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.rating-panel ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.rating-panel ul li{
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.rating-panel li img{
  width: auto;
  margin: 0;
}
.rating-panel li span, .rating-panel li strong{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #909DAE;
}
.rating-panel li strong{
  color: #0C1F4F;
}
.result-panel .result-list.first-result{
  background-color: #F8F8F9;
  padding: 35px 25px 25px;
  position: relative;
  justify-content: space-between;
}
.result-panel .result-list.first-result h3{
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 5px;
}
.result-panel .result-list.first-result .elementor-button{
  width: 100%;
  height:41px;
  padding: 10px 20px 10px 20px;
  gap: 10px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  margin: 0;
	color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .partner-panel{
    flex-direction: column;
    padding: 0 20px;
    gap: 0;
  }
  .partner-panel-left {
    width: 100%;
  }
  .partner-panel-right {
    gap: 20px;
  }
  .result-panel{
    grid-template-columns: auto;
		margin-bottom: 40px;
  }
}

.back-option{
  display: block;
  clear: both;
  text-align: left;
  padding: 45px 0 70px;
  max-width: 1280px;
  margin: 0 auto;
}
.back-option button{
  padding: 0;
  margin: 0;
  background-color: transparent !important;
  outline: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #0C1F4F;
}
body .back-option button i{
  font-size: 16px;
  color: #101828;
}
.partner-details-panel{
  display: flex;
  align-items: flex-start;
  gap: 55px;
  max-width: 1280px;
  margin:0 auto;
}
.partner-details-panel .partner-details-left{
  width:352px;  
  min-width:352px;
}
.partner-details-panel .partner-details-left .left-info-panel{
  width: 100%;
  padding: 20px 0 0;
  border-radius: 5px;
  border: 1px solid #CBD1D9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.partner-details-panel .partner-details-left .left-info-panel img.partner-logo{
  width: auto;
  margin: 0 0 45px;
}
.partner-details-panel .partner-details-left .left-info-panel p{
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #0C1F4F;
  margin: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.partner-details-panel .partner-details-left .left-info-panel p img{
  margin: 0;
}
.partner-details-panel .partner-details-left .left-info-panel .bottom-panel{
  border-top: 1px solid #CBD1D9;
  padding: 20px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.partner-details-panel .partner-details-left .left-info-panel:last-child{
  padding: 25px;
  align-items: flex-start;
  justify-content: flex-start;
}
.partner-details-panel .partner-details-left .left-info-panel ul{
  list-style: none;
  padding: 0;
  margin: 0 0 27px;
}
.partner-details-panel .partner-details-left .left-info-panel ul li{
  width: auto;
  float: left;
  margin: 0 15px 0 0;
}
.partner-details-panel .partner-details-left .left-info-panel .filter-info{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  margin: 0 0 30px;
}
.partner-details-panel .partner-details-left .left-info-panel .filter-info label{
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #0C1F4F;
}
.partner-details-panel .partner-details-left .left-info-panel .filter-info p{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
}
.partner-details-panel .partner-details-left .left-info-panel .filter-info p span{
  width:auto;
  height:auto;
  padding: 0 8px;
  gap: 7px;
  border-radius: 8px;
  background: #E9EBEF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #6B7C93;
} 
.partner-details-panel .partner-details-left .left-info-panel .filter-info:last-child{
  margin-bottom: 10px;
}



.partner-details-panel .partner-details-right{
  display: flex;
  align-items: flex-start;
  gap:35px;
  flex-direction: column;
}

.partner-details-panel .partner-details-right .top-panel, .partner-details-panel .partner-details-right .top-panel .partner-name-panel{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 28px;
  flex-direction: column;
}
.partner-details-panel .partner-details-right .top-panel .partner-name-panel{
  gap: 45px;
  flex-direction: row;
  align-items: center;
}
.partner-details-panel .partner-details-right .top-panel .partner-name-panel .rating-panel li img {
  width: 19px;
}
.partner-details-panel .partner-details-right .top-panel .partner-name-panel h2{
  font-size: 28px;
  font-weight: 700;  
  margin: 0;
  line-height: 28px;
}
.partner-details-panel .partner-details-right .top-panel .button-panel button, .review-button{
  padding: 10px 20px 10px 20px;
  gap: 10px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  margin-right: 14px;
  min-width: 150px;
}
.partner-details-panel .partner-details-right .top-panel .button-panel button:last-child, .review-button{
  background: transparent !important;
  border: 1px solid #FD982C;
  color: #FD982C;
}
.partner-details-panel .tab-bottom-panel{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}



.partner-details-panel .tab-bottom-panel .nav-tabs {
  border-bottom: 1px solid #CBD1D9;
  padding: 0;
  margin: 0 0 38px;
  list-style: none;
  overflow: hidden;
  width:100%;
}
.partner-details-panel .tab-bottom-panel .nav-tabs>li {
  float: left;
  margin-right: 29px;
  padding: 0;
  position: relative;
}
.partner-details-panel .tab-bottom-panel .nav-tabs>li a::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #fff;
}
.partner-details-panel .tab-bottom-panel .nav-tabs li a.active::after{
  background-color: #3370FD;
}

.partner-details-panel .tab-bottom-panel .nav-tabs>li>a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #6B7C93;
  padding: 0 0 15px;
  display: inline-block;
}
.partner-details-panel .tab-bottom-panel .nav li a.active {
  color:#0C1F4F;
  font-weight: 700;
}

.partner-details-panel .tab-bottom-panel .tab-content .tab-pane {
  display: none !important;
}
.partner-details-panel .tab-bottom-panel .tab-content .tab-pane.active {
  display: block !important;
}

.partner-details-panel .tab-bottom-panel .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.partner-details-panel .tab-bottom-panel .fade.in, .partner-details-panel .tab-bottom-panel .fade.active {
  opacity: 1;
}
.partner-details-panel .tab-bottom-panel .tab-content .tab-pane{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
  position: relative;
}
.partner-details-panel .tab-bottom-panel .tab-content .tab-pane h3{
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #0C1F4F;
  margin-top: 0;
}
.partner-details-panel .tab-bottom-panel .tab-content .tab-pane p{
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #0C1F4F;
}
.partner-details-panel .partner-details-right button.load-more {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #0C1F4F;
  background: #E9EBEF !important;
}
.partner-details-panel .tab-bottom-panel .tab-content .tab-pane .review-button{
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 16px;
  border: 1px solid #FD982C !important;
  color: #FD982C !important;
  padding: 10px 20px;
  width: 190px;
}
.partner-details-panel .tab-bottom-panel .tab-content .tab-pane .review-section{
  padding:35px 0 0;
}
.partner-details-panel .tab-bottom-panel .tab-content .tab-pane .review-section h4{
  font-size: 18px;
  color: #0C1F4F;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 15px;
}
.partner-details-panel .tab-bottom-panel .tab-content .tab-pane .review-section h4 img{
  width: 40px;
  height:40px;
  border-radius: 50%;
}
.partner-details-panel button{
  outline: none !important;
}

@media only screen and (max-width: 767px) {
  .back-option {    
    padding: 20px 20px 30px;    
    margin: 0 auto;
  }
  .partner-details-panel {
    flex-direction: column;
  }
  .partner-details-panel .partner-details-left {
    width: 100%;
    min-width: auto;
    padding: 0 20px;
  }
  .partner-details-panel .partner-details-left .left-info-panel:last-child {
    margin-bottom: 0;
  }
  .partner-details-panel .partner-details-right {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    flex-direction: column;
    padding: 0 20px 50px;
  }
  .partner-details-panel .partner-details-right .top-panel .partner-name-panel {
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
  .partner-details-panel .partner-details-right .top-panel .button-panel button, .review-button {  
    min-width: auto;
  }
}


.review-modal.fade{
  display: none;
}
.review-modal.fade.show{
  display: block;
}
.review-modal .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.review-modal .fade.in {
  opacity: 1;
}
.review-modal::after{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:9999;
  background-color: #000;
  opacity: .5;
  content: "";
}
.review-modal .modal-dialog{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-modal .modal-content{
  width:100%;
  max-width: 790px;
  height:auto;
  padding: 20px;
  gap: 15px;
  border-radius: 8px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px #0A3A6426;
  z-index: 9999;
}
.review-modal button.close {
  padding: 0;
  font-size: 56px !important;
  background: transparent;
  color: #000;
  font-weight: 100;
  font-family: 'Font Awesome 5 Free';
  height: auto;
  line-height: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}

.become-a-partner .form-panel .form-control.multiselect {    
    height: auto !important;    
    min-height: 40px;
}
.become-a-partner .form-panel .form-control.multiselect option:disabled {
    color: #aba8a8;
    background: transparent;
} 
.become-a-partner .form-row {
  margin-bottom: 35px;
  margin-top: 35px;
}
.become-a-partner .form-panel .form-control {  
  height: auto;  
  min-height: 40px;
}
.partner-panel .platforms_wrapper .toggle-next, .partner-panel .select_box a, .partner-panel .select_box2 a {
  background: url(https://staging.myworks.dev/wp-content/uploads/2024/06/bxs_up-arrow.svg) no-repeat 98% 13px #fff !important;  
}

.partner-details-panel .partner-details-right .top-panel .button-panel button.connect:hover{
  background-color: #3370fd !important;
}
.partner-details-panel{
  margin-bottom: 50px;
}

.partner-details-right #media .media-info {
    display: grid;
    gap: 30px;
    grid-template-columns: auto auto;
}








