.et_pb_section.floatingCta {
    opacity: 0;
    transition: opacity 1s ease-in-out; 
    position: fixed;
    z-index: 110;
    box-shadow: 0px -5px 12px -4px rgba(0,0,0,0.20);
    background-color: rgba(41, 37, 95, .7);
    padding-top: 0;
    padding-bottom: 0px;
  }

.et_pb_section.floatingCta.top {
    top: 110px;
    left:0;
    right: 0; 
}
.et_pb_section.floatingCta.bottom {
    bottom: 0;
    left:0;
    right: 0; 
}
.et_pb_section.floatingCta.right {
    top: 70px;
    right: 0; 
    height: 100%;
    width: 375px;
}
.et_pb_section.floatingCta.left {
    top: 70px;
    left:0;
    height: 100%;
    width: 375px;
}

.et_pb_section.floatingCta.center {
    left: 30%;
    right: 30%;
    top: 30%;
}

@media (max-width:767px){
    .et_pb_section.floatingCta.center { 
        left: 0;
        right: 0;
        top: auto;
        bottom: 0px;
    }
}

@media (min-width:767px){
    .et_pb_section.floatingCta.center .et_pb_column {
        width: 100%;
    }
}

.et_pb_section.floatingCta.center p {
margin-bottom: 25px;
}

@media (max-width:980px){
    .et_pb_section.floatingCta.left,
    .et_pb_section.floatingCta.right {
        top: 0px;
    }
}

@media (max-width:570px){
    .et_pb_section.floatingCta.left,
    .et_pb_section.floatingCta.right {
        top: auto;
        bottom: 0px;
        height: 110px;
        right: 0;
        left: 0;
        width: 100%;
    }

    .et_pb_section.floatingCta .et_pb_column {
        margin-bottom: 20px;
    }
}

.et_pb_section.floatingCta.left p,
.et_pb_section.floatingCta.right p {
    padding-top: 15px;
    margin-bottom: 45px;
}

.et_pb_section.floatingCta.left p.floatingCtaTitle,
.et_pb_section.floatingCta.right p.floatingCtaTitle {
    padding-top: 45px;
    margin-bottom: 20px;
    margin-top: 70px;
}

.et_pb_section.floatingCta.left .close-icon,
.et_pb_section.floatingCta.right .close-icon {
    top: 65px
}

.et_pb_section.floatingCta.left .et_pb_column, .et_pb_section.floatingCta.right .et_pb_column  {
    width: 100%;
}
  
.floatingCta.visible {
    opacity: 1;
}

.floatingCta .et_pb_button_module_wrapper.et_pb_button_alignment_center {
    text-align: center;
  }

.floatingCta .et_pb_button {
    padding-left: 0.8em !important;
    padding-right: 0.8em !important;
    display: inline-block;
}

.floatingCta.bottom .et_pb_button, .floatingCta.top .et_pb_button, .floatingCta.center .et_pb_button {
    padding-left: 1.8em !important;
    padding-right: 1.8em !important;
}

.floatingCta .et_pb_button::after {
    content: "";
}

.floatingCta .et_pb_button, 
.floatingCta .et_pb_button:hover,
.floatingCta .et_pb_module .et_pb_button:hover {
    color: #1C1463 !important;
    border-width: 0px !important;
    border-radius: 30px;
    font-size: 25px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #f1ba18;
    padding-right: 2em;
    padding-left: 2em;
    padding-top: 10px;
    padding-bottom: 10px;
}


.floatingCta .et_pb_button:hover {
    background-color: #f1ba18;
}

.floatingCta .et_pb_button::after {
    content: "";
}

.floatingCta p.floatingCtaTitle   {
    font-family: "CircularXXWeb-Regular",Helvetica,Arial,Lucida,sans-serif;
    font-size: 45px;
    padding-top: 5px;
    color: #fff;
    padding-bottom: 0;
    line-height: 1.11em;
    padding-top: 8px;
}

.floatingCta p   {
    font-family: "CircularXXWeb-Regular",Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    padding-top: 10px;
    color: #fff;
    padding-bottom: 0;
    line-height: 1.31em;
}

@media only screen and (min-width: 1350px) {
    .floatingCta .et_pb_row {
      padding: 15px 0 14px 0;
    }
  }

@media (max-width: 570px){
    .floatingCta p   {
    display: none;
    }
    .floatingCta .et_pb_row {
    padding-top: 5px;
    }
}

.floatingCta .close-icon {
    position: absolute;
    top: 0px;
    right: 25px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #FFF;
    margin-top: 22px;
    border: 0;
    background: transparent;
}


.floatingCta .close-icon::after {
    content: "\4d";
    font-size: 18px;
    border: 0px solid #FFF;
    border-radius: 50%;
    padding: 7.5px;
    font-weight: 600;
    background-color: #f66c56;
    font-family: 'ETmodules';
    display: inline-block;
    line-height: 1;
}