.elementor-kit-22280{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4ca3a4a:#11A1EB;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-22280 e-page-transition{background-color:#FFBC7D;}.elementor-kit-22280 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.pricingboxes .elementor-button {
    font-size: 18px;
    border-radius: 50px;
    padding: 8.5px 27px;
}
.pricingboxes .title h2{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #10a1eb;
    padding: 12px 0;
    text-align: center;
    /* letter-spacing: .07em; */
    color: #fff;
    font-weight: 500;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
}
.pricingboxes .title.elementor-widget.elementor-widget-heading{margin-bottom:12px !important;}
.pricingboxes .title h2:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(101, 69, 76, 0);
    border-top-color: #10a1eb;
    border-width: 8px;
    margin-left: -8px;
}
.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}
.pricingboxes h3 {
    color: #222;
    font-weight: 900;
    font-size: 53px;
    display: block;
    padding: 10px 0;
    
    background-color: rgb(209, 209, 209);
}

ul.thwmsc-tabs li{text-align: left;}
.progressbar {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 9% !important;
}

form .progressbar {
  width: 100%;
}
.progressbar form #form-title {
  margin-top: 0;
  font-weight: 400;
  text-align: center;
}
form .progressbar .woocommerce-input-wrapper {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  position: relative;
  width: 100%;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
              text-align: center;
}
form .progressbar .woocommerce-input-wrapper::before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  width: calc(100% * (4 / 5));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #10a1eb;
}
form .progressbar .woocommerce-input-wrapper input,
form .progressbar .woocommerce-input-wrapper label {
  box-sizing: border-box;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
form .progressbar .woocommerce-input-wrapper label {
  display: inline-block;
  position: relative;
  width: 20%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          padding-top: 4em;
          font-weight: bold;
          font-size: 14px;
}
.progressbar .progressbar__label{display: none;}
form .progressbar .woocommerce-input-wrapper label::before {
  content: attr(data-debt-amount);
  position: absolute;
  left: 50%;
  padding-top: 10px;
  transform: translate(-50%, 45px);
  font-size: 14px;
  letter-spacing: 0.4px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0.85;
  transition: all 0.15s ease-in-out;
}
form .progressbar .woocommerce-input-wrapper label::after {
  content: " ";
  position: absolute;
  left: 50%;
  top:45%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid #10a1eb;
  background: #fff;
  border-radius: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
form .progressbar .woocommerce-input-wrapper label:hover::after {
  transform: translate(-50%, -50%) scale(1.25);
}
form .progressbar .woocommerce-input-wrapper input {
  display: none;
}
form .progressbar .woocommerce-input-wrapper input:checked + label::before {
  font-weight: 800;
  opacity: 1;
}
form .progressbar .woocommerce-input-wrapper input:checked + label::after {
  border-width: 4px;
  transform: translate(-50%, -50%) scale(0.75);
  background: #FB7A30;
}
form .progressbar .woocommerce-input-wrapper input:checked ~ #debt-amount-pos {
  opacity: 1;
}
form .progressbar .woocommerce-input-wrapper input:checked:nth-child(1) ~ #debt-amount-pos {
  left: 10%;
}
form .progressbar .woocommerce-input-wrapper input:checked:nth-child(3) ~ #debt-amount-pos {
  left: 30%;
}
form .progressbar .woocommerce-input-wrapper input:checked:nth-child(5) ~ #debt-amount-pos {
  left: 50%;
}
form .progressbar .woocommerce-input-wrapper input:checked:nth-child(7) ~ #debt-amount-pos {
  left: 70%;
}
form .progressbar .woocommerce-input-wrapper input:checked:nth-child(9) ~ #debt-amount-pos {
  left: 90%;
}
form .progressbar .woocommerce-input-wrapper #debt-amount-pos {
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  transition: all 0.15s ease-in-out;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  opacity: 0;
  z-index: 2;
}
form:valid .progressbar .woocommerce-input-wrapper input + label::before {
  transform: translate(-50%, 45px) scale(0.9);
  transition: all 0.15s linear;
}
form:valid .progressbar .woocommerce-input-wrapper input:checked + label::before {
  transform: translate(-50%, 45px) scale(1.1);
  transition: all 0.15s linear;
}
form + button {
  display: block;
  position: relative;
  margin: 56px auto 0;
  padding: 10px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.15s ease-in-out;
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  background: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
form + button:hover {
  background: #000;
  color: #fff;
}
form + button:hover:active {
  transform: scale(0.9);
}
form + button:focus {
  background: #4caf50;
  border-color: #4caf50;
  color: #fff;
  pointer-events: none;
}
form + button:focus::before {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
form + button::before {
  display: inline-block;
  width: 0;
  opacity: 0;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0;
  transform: rotate(0deg);
}
form:invalid + button {
  pointer-events: none;
  opacity: 0.25;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }
  to {
    transform: rotate(360deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }
  to {
    transform: rotate(360deg);
    width: 24px;
    opacity: 1;
    margin-right: 12px;
  }
}

.order-reviews h2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FB7A30;
    padding: 12px 0;
    text-align: center;
    
    color: #fff !important;
    font-weight: 500;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}
.order-reviews h2:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(101, 69, 76, 0);
    border-top-color: #FB7A30;
    border-width: 8px;
    margin-left: -8px;
}

.check-progress input[type="checkbox"] {
  transform: scale(2);
  margin-right: 11px;
}
.check-progress label{font-weight: bold;}
.woocommerce-billing-fields__field-wrapper input[type="text"],.woocommerce-billing-fields__field-wrapper input[type="tel"],.woocommerce-billing-fields__field-wrapper input[type="email"] {border-bottom: solid 3px #10a1eb; border-radius:8px;}
#place_order{background: #10a1eb !important;}
.cart-subtotal {
 
      display: none !important;
 
}
.order_review .woocommerce-checkout-review-order-table{display: none;}
.check-progress .woocommerce-input-wrapper label::before {
    font-weight: bold;
    content:"£50";
    color: #10a1eb;
    padding-left: 10px;
    font-size: 1.5em;
    width: 100%;
    display: block;
}
.addons .check-progress .input-checkbox{display: none !important;}
.woocommerce-notices-wrapper{display: none;}
.order_review p{padding-bottom:  !important;}
.order_review .form-row{margin:0px !important; padding: 0px !important;}
.delevery{
    padding-bottom: 8%;
}
.rmp_menu_trigger{display: none !important;}
.top-bar{
    position: sticky !important;
    top: 0%;
    z-index: 100;
    background-color: #fb7a30 !important;
}
.site-header{
    position: sticky !important;
    top: 5.5%;
    z-index: 100;
    background-color: #10a1eb !important;
   
}
.inside-header{
  padding-top: 0px !important;
    padding-bottom: 0px !important;
}
nav.main-navigation{background-color: #10a1eb !important;}
nav.main-navigation div.main-nav ul li a{color: #fff !important;font-size: 16px !important;padding: 5px 20px !important; line-height: 25px !important;    margin-left: 5px;}
.main-navigation .main-nav ul li a:hover{text-decoration: none;
    
    border-radius: 3px !important;
    margin-top: 5px !important;
    background-color: #fb7a30 !important;
    color: #fff !important;
    border-color: #bd8200 !important;
    border-bottom: solid 2px #ca4a00 !important;
    font-size: 16px !important;
   }
nav.main-navigation div.main-nav ul li ul li a{color: #000 !important; background-color:#fff !important; margin-left:0px !important; border:0 !important;}
nav.main-navigation div.main-nav ul li ul li a:hover{color: #000 !important; background-color:#fff !important;}
.site-logo{
    position: absolute;
    top: -74%;
    background-color: #fff;
    padding: 15px 0;
    -webkit-box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49);
-moz-box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49);
box-shadow: 0px 3px 15px rgba(100, 100, 100, 0.49);
}
 .main-navigation .menu-bar-items{color: #fff !important;}
 .our-commitmentsbox .elementor-image-box-img {
    margin-top: -68px !important;
}
.how-sections .elementor-column{position:relative;}
.how-sections .elementor-column:after{content: url(https://www.icover.org.uk/wp-content/uploads/2022/12/how-arrow-top2.png);position: absolute;
    display: inline-block;
    width: 48%;
    right: -29%;
    bottom: -17%;}
.how-sections .elementor-column:before{content: url(https://www.icover.org.uk/wp-content/uploads/2022/12/how-arrow2.png);position: absolute;
    display: inline-block;
    width: 48%;
    right: -20%;
    top: -14%;}
.how-sections .elementor-column:last-child::after, .how-sections .elementor-column:last-child::before, .how-sections .elementor-column:first-child::after, .elementor-column:nth-child(2)::before, .elementor-column:nth-child(3)::after{display:none;}

.how-sections .elementor-column .elementor-image-box-title{background-color:#FB7A30;padding:10px !important; border-radius: 10px 10px 0px 0px; color: #FFFFFF;
    font-size: 18px !important;
    font-weight: 500 !important;position: relative;}
.how-sections .elementor-column .elementor-image-box-title:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(101, 69, 76, 0);
    border-top-color: #FB7A30;
    border-width: 8px;
    margin-left: -8px;
}
    .elementor-image-box-description{padding:0px 10px 20px 10px;}
.how-sections .elementor-column .elementor-widget-container{padding:0px !important;}

#rmp-container-28672{background-image: none !important;}
.premium-modal-trigger-btn{background:none !important;}
@media only screen and (max-width: 600px) {
.delevery{
    padding-bottom: 40%;
}
.woocommerce ul.woocommerce-order-overview li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    clear: both;
    width: 100%;
    border: none;
    margin-top: 10px;
}
.list-iconscv {
   
    width: 37%;
   
}
#home-button-mob .elementor-widget-wrap.elementor-element-populated{display:block !important;}
#home-button-mob .elementor-mobile-align-left{float:left; width:auto;}
#home-button-mob .elementor-mobile-align-right{float:right; width:auto;}
.how-sections .elementor-column::after, .how-sections .elementor-column:before{display:none;}
.our-commitmentsbox .elementor-image-box-img {
    margin-top: -68px;
}
.our-commitmentsbox .elementor-column{margin-top:10px !important;}
.site-logo {
    display: inline-block;
    width: 40% !important;
    margin-top: 38px !important;
    position: relative !important;
    background-color: #fff;
    padding: 14px 0 7px !important;
}
#rmp_menu_trigger-28672{top: 48px !important;}
#rmp_menu_trigger-28672.is-active {
       top: 1px !important;
       right:0 !important;
}
.rmp_menu_trigger{display: block !important;}
img.header-image.is-logo-image {
    width: 100% !important;
}
.main-navigation .menu-bar-item.search-item {
    z-index: 20;
    display: none;
}
.mobile-menu-control-wrapper {
   margin-right: 0px !important; 
}

.mobile-order-review h2{padding: 12px 13px !important;
    text-align: left !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 1em !important;}
    .mobile-order-review{position:relative;}
    .mobile-order-review input[type='button']{
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 0;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 31px;
    font-weight: bold;
    line-height: 37px;
    padding-bottom: 8px;
}
header.site-header .header-widget {
    right: auto !important;
    top: 0px !important;
    z-index: 100 !important;
    margin-top: 0px !important;
    left: 0% !important;
    width:100% !important;
    right: auto;
    background: #f5f5f5;
    padding-bottom: 5px;
}

.site-header { top:0 !important;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    margin: 10px 25px !important;
    padding-left:0;
    padding-right:0;
}
div.elementor-widget-wrap.elementor-element-populated.e-swiper-container{margin-left:0 !important; margin-right:0 !important;}
}
.addons .check-progress{background: var(--wpr-bg-f1b35a81-7d5e-49ed-8820-afa3d44f4b6f) no-repeat center top;
text-align: center;
    padding-top: 5em !important;}
.addons .check-progress .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.check-progress .woocommerce-input-wrapper .optional::after{
       background-color: #fb7a30;
    color: #fff;
    border-color: #bd8200;
    border-bottom: solid 2px #ca4a00;
    border-radius: 3px;
    content: "Add to Cart";
    width: 24%;
    /* float: left; */
    clear: left;
    display: block;
   margin: 2% auto;
    margin-bottom: 5%;
    cursor:pointer;
    min-width: 190px;
}
.check-progress .woocommerce-input-wrapper .optional::after:hover{background-color: #000;}
.order_review .place-order{padding:20px 20px !important;}
.progressbar__label{display: none !important;}
form .progressbar .woocommerce-input-wrapper label{display: block !important;}
.bottom-quicker svg{width: 0.875em;}
.turnaround-avge{margin-bottom: 0px !important;}
.turnaround-avge .elementor-widget-container{padding-bottom: 0px !important;}
.list-iconscv svg{    width: 1.2em;
    color: #2575fc;}
.list-iconscv .text-accent{
    margin-top: 4px;
    float: left;
    padding-right: 5px;
}
.list-iconscv{font-weight: bold;width: 50%;
    margin: 0 auto;overflow: hidden;}
.list-iconscv ul{margin: 0; padding: 0;}
.list-iconscv ul li{list-style-type:none; float:left;}
.bottom-quicker {padding-left: 5px; padding-right: 5px; color:#FB7A30;font-weight: 700;font-size: 0.7em !important;}
.premium-modal-box-container .premium-svg-nodraw{
    float: left;
    display: block;
    position: absolute;
    top: 17px;
    left: 16%;
}
.premium-modal-box-container .premium-modal-trigger-btn{position:relative;}
h3.premium-modal-box-modal-title{font-size: 1.25rem;
    background: #fff;
    font-weight: 700;
    padding: 10px 0 !important;}
.premium-modal-box-modal-body th {
    font-weight: 700;
    text-align: left;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,0.075);
}
.experiencepart{margin-bottom: 0px !important;}
.experiencepart p {
    margin-bottom: 10px !important;
}
.home-banner.elementor-section.elementor-section-boxed > .elementor-container{background: var(--wpr-bg-b5520ea9-0168-4161-b897-07b403d31612) right 0px no-repeat; margin-bottom:0px;}
@media only screen and (max-width: 768px) {
  .home-banner.elementor-section.elementor-section-boxed > .elementor-container{background: none; margin-bottom:0;}
  .menu-top-button{display:block !important;}
  .main-navigation .main-nav ul li.wp-block-button{display:none !important;
  }
}
.main-navigation .main-nav ul li.wp-block-button a, .menu-top-button a{
    text-decoration: none;
    padding: 5px 20px !important;
    border-radius: 3px !important;
    margin-top: 5px !important;
    background-color: #fb7a30 !important;
    color: #fff !important;
    border-color: #bd8200 !important;
    border-bottom: solid 2px #ca4a00 !important;
    font-size: 16px !important;
    line-height: 25px !important;
}
.main-navigation .main-nav ul li.wp-block-button a:hover, .menu-top-button a:hover{background-color: #222 !important;}
  .menu-top-button{display:none ;}
.et_bloom_form_content{text-align: center;}  

.et_bloom_form_content a:hover{background-color:#222 !important;
}
.et_bloom .et_bloom_form_container .et_bloom_form_header {
    background-color: #fff;
    padding: 0px !important;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.et_bloom .et_bloom_form_header img, .et_bloom .et_bloom_form_header .et_bloom_form_text {
    max-width: 100%;
    padding: 0px !important;
    display: block;
    clear: both;
}
.et_bloom .et_bloom_form_header h2 {
    font-size: 24px !important;
    
    font-weight: 600 !important;
    line-height: 1.1em !important;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 15px 25px !important;
    color: #eb7510 !important;
    padding-bottom: 15px !important;
}
.et_bloom .et_bloom_optin_1 .et_bloom_form_container h2{padding-bottom: 15px !important;} 

.et_bloom .et_bloom_form_header p {
    color: #000 !important;
    line-height: 1.6em;
    font-size: 22px !important;
    margin-top: 0.5em;
    font-weight: bold !important;
}

.et_bloom .et_bloom_popup .et_bloom_form_container {
   
    top: 8% !important;
    
}
.et_bloom .et_bloom_form_header img{width:100% !important;}
.et_bloom .et_bloom_optin_1 .et_bloom_form_container h2 {
    padding-bottom: 0px !important;
    font-weight: bold !important;
}
.et_bloom .et_bloom_optin_1 .et_bloom_form_container p{padding-bottom: 20px;}
.et_bloom .et_bloom_form_container .et_bloom_form_content{background-color: #10a1eb !important;padding-bottom: 20px !important;}
.et_bloom_form_content a {
    text-decoration: none;
    padding: 2.5% 5% !important;
    border-radius: 3px !important;
    margin-top: 5px !important;
    background-color: #fb7a30 !important;
    color: #fff !important;
    border-color: #bd8200 !important;
    border-bottom: solid 2px #ca4a00 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold !important;
    font-size: 20px !important;
}

@media only screen and (max-width: 600px) {
.et_bloom .et_bloom_form_header .et_bloom_form_text h2 {font-size:1em !important; padding-left:10px !important; padding-right:10px !important;}
 .et_bloom .et_bloom_optin_1 .et_bloom_form_container p{font-size:0.8em !important;}
 .et_bloom_form_content a {
      font-size: 16px !important;
 }
 .top-bar {
    display: none;
}
}/* End custom CSS */