.elementor-2496 .elementor-element.elementor-element-71f122a:not(.elementor-motion-effects-element-type-background), .elementor-2496 .elementor-element.elementor-element-71f122a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2496 .elementor-element.elementor-element-71f122a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:9% 10% 2% 8%;}.elementor-2496 .elementor-element.elementor-element-71f122a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2496 .elementor-element.elementor-element-e48dcfc{text-align:center;}@media(max-width:1024px){.elementor-2496 .elementor-element.elementor-element-71f122a{padding:17% 8% 2% 8%;}}@media(max-width:767px){.elementor-2496 .elementor-element.elementor-element-71f122a{padding:33% 8% 2% 8%;}}/* Start custom CSS for shortcode, class: .elementor-element-d88c033 */.fluentform label.ff-el-image-input-src {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 100Px;
  width: 100px;
  margin: 8px !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder {
  border: 1px solid #dcdfe5;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 15px;
  padding: 8px;
}

h6, .entry-content h6 {
  margin-top: 20px;
  color: #ffffff;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label {
  margin: 0 auto !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label > span {
  margin-top: 3px !important;
   transition: 0.3s;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label > span {
  border-radius: 50px !important;
  margin-top: 3px;
   transition: 0.3s;
   background-color: #fd8f00;
}

.ff-default .ff-el-input--label label {
  color: #000;
  font-weight: bold;
}

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: #1a7efb;
  color: #ffffff;
  display: none;
}
.head_bg {
  background: #1867B1;
  padding: 2px 21px;
  color: #fff;
  border-radius: 5px;
}

.fluentform .ff-el-form-control[readonly]:not(.flatpickr-input) {
  background-color: #FD8F00;
  opacity: 1;
}
.ff-default .ff-el-form-control {
  padding: 16px 15px;
  color: #fff;
  font-weight: bold
}
.ff-el-group.first_total {
  position: fixed;
  width: 9.5%;
  top: 158px;
  background: #1867b1;
  padding: 12px;
  border-radius: 10px;
  z-index: 999;
  right: 0px;
}



.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.fluentform .ff-text-left {
  text-align: left;
  display: none;
}


@media only screen and (max-width: 563px) {
  
  .ff-el-group.first_total {
  position: fixed;
  width: 80%;
  top: 73px;
  left:39px;
  background: #1867b1;
  padding: 12px;
  border-radius: 10px;
  z-index: 999;
}

}

@media only screen and (min-width: 563px) and (max-width:768px) {
  
  .ff-el-group.first_total {
  position: fixed;
  width: 81%;
  top: 75px;
  left:70px;
  background: #1867b1;
  padding: 12px;
  border-radius: 10px;
  z-index: 999;
}

}
<script>
var acc = document.getElementsByClassName("accordion");
var i;

for (i = 0; i < acc.length; i++) {
  acc[i].addEventListener("click", function() {
    this.classList.toggle("active");
    var panel = this.nextElementSibling;
    if (panel.style.display === "block") {
      panel.style.display = "none";
    } else {
      panel.style.display = "block";
    }
  });
}
</script>/* End custom CSS */