.foot-fix-cta {
    display: none;
    position: fixed;
    z-index: 1002;
    width: 100%;
    bottom: 0;
    left: 0;
}
.foot-fix-cta p {
    margin-bottom: 0;
}
.foot-fix-cta-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    background: #4dabff;
    transition: background .3s;
}
.foot-fix-cta-inner:hover {
    color: #fff;
    background: #469AE5;
}
.foot-fix-cta-btn {
    background: #fc78b9;
    color: #fff;
    margin-left: 40px;
    width: 200px;
    display: block;
    padding: 8px 10px;
    border: solid 1px #fff;
    border-radius: 19px;
    text-decoration: none;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}
.foot-fix-cta-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -30px;
    right: 5px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
}
.foot-fix-cta-close button {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #a9a9a9;
    transition: background .3s;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
}
.foot-fix-cta-close button:hover {
    background: #D5DDE4;
}
.foot-fix-cta-close button:before, .foot-fix-cta-close button:after  {
    content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2px;
      height: 24px; 
      background: #fff;
}
.foot-fix-cta-close button:before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.foot-fix-cta-close button:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.fix-side-cta {
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width: 958px) {
    .fix-side-cta {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .foot-fix-cta-inner {
        justify-content: space-between;
    }
    .foot-fix-cta-text {
        width: calc(100% - 110px);
        font-size: 12px;
    }
    .foot-fix-cta-btn {
        width: 110px;
        margin-left: 0;
        font-size: 12px;
    }
    .fix-side-cta {
        display: none;
    }
}
.single-contents #back-to-top {
    display: none;
}

