/*Slide*/
.sl-accordion-wrapper .sppb-panel-modern {
    border-radius: 0px !important;
}
.sl-accordion-wrapper .sppb-panel-modern>.sppb-panel-heading .sppb-panel-title {
    color: #2C4782 !important;
}
.sl-accordion-wrapper .sppb-panel-modern>.sppb-panel-heading {
    padding: 24px 30px 21px 30px !important;
}

.cls-img-carousel .sppb-carousel-extended-content-wrap {
    position: sticky;
    background-color: #C11742;
    padding-top: 20px;
}
.sppb-carousel-extended-heading {
    margin-bottom: 0px !important;
}

/* BUTTON */
span.sp-slider-btn-text:focus {
    box-shadow: unset !important;
}


span.sp-slider-btn-text {
background: transparent !important;
    border-color: #fff;
    line-height: 1 !important;
    padding: 18px 40px !important;
    border-radius: 0px !important;
    border: 0 !important;
    position: relative !important;
  overflow: unset !IMPORTANT;
transition: 0.5s !important;
}

span.sp-slider-btn-text:before {
    content: "";
    position: absolute;
   border-style: solid;
    background-color: #2C4782;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewX(340deg);
    z-index: -1;
    box-shadow: 3px 3px 9px #00000047 !important;
    transition: 0.5s !important;
 }

span.sp-slider-btn-text:hover {
 transform: scale(1.03) !important;
  transition: 0.5s !important;
  border-color: #C11742 !important;
 }


span.sp-slider-btn-text:hover:before {
 transform: scale(1.03) skewX(340deg) !important;
  box-shadow: 5px 5px 15px #00000029 !important;
  transition: 0.5s !important;
  }

/* END OF BUTTON */


/*big screen*/
@media(min-width:1600px){
  #sppb-addon-4a95cffd-587d-4c79-a58c-bd8fb5249390 img {
    width: 1252px !important;
    max-width: 1280px !important;
}
  .sp-page-builder .page-content #section-id-c1253e77-a5ca-4462-be2d-a07f1bd19ce5 {
    margin-top: -900px !important;
}
  .sp-page-builder .page-content #section-id-1702344000104 {
    margin-top: -280px !important;
    margin-right: 50px !important;
    margin-left: -180px !important;
 
}
  #column-id-c1e976d3-3daf-41db-a724-1e809258cc52 {
    padding-right: 150px !important;

}
}

/*L: @media screen and (max-width: 767px) and (min-width: 425px){}
M: @media screen and (max-width: 767px) and (min-width: 375px){}
S: @media screen and (max-width: 374px) and (min-width: 250px){}

13 inch :@media only screen and (max-width:1339px) and (min-width:1024px){}
Tablet: @media screen and (max-width: 1023px) and (min-width: 768px){}

big screen : @media(min-width:1600px)*/
  
.sppb-btn-custom {
    font-size: 24px;
    display: flex;
    justify-content: center;
}