/* Section 6 - Footer sticky and form section - start */
.align-c.bottom-sticy-wrapper-main.active-class {
  display: none;
}
.bottom-sticy-wrapper-main.active-class {
  background-color: #02BECC !important;
}
#surveyTemplatePopUp {
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7)
}
#surveyTemplateContainer {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    width: 100%;
    height: 100vh;
    max-height: 600px;
    z-index: 999999;
    background-image: url(https://cdn.sogolytics.com/wp-content/uploads/2024/02/survey-template-popup-backgroundImgNew.jpg);
    background-size: cover;
    background-repeat: no-repeat
}
@media screen and (min-width: 960px) and (max-width:1200px) {
    .sample-survey-close {
        right:5px;
        width: 30px;
        height: 30px;
        font-size: 18px;
        top: 5px
    }
}
@media screen and (min-width: 768px) and (max-width:959px) {
    #surveyTemplateContainer {
        width:550px;
        max-height: 750px;
        max-width: 550px;
        position: absolute
    }
}
@media screen and (max-width: 767px) {
    .survey-page-header {
        font-size:22px
    }
    #surveyTemplateContainer {
        max-height: 700px;
        padding: 10px 0
    }
    .sogo-template-modal-desc a.green-button {
        margin-right: 0
    }
    .sogo-template-modal-desc a {
        width: 100%;
        font-size: 14px;
        box-sizing: border-box
    }
}
.frame-banner-parent {
    position: relative
}
.frame-banner-overlay {
    position: absolute;
    height: 80px;
    width: 100%;
    top: -65px;
    z-index: 10;
    background: rgba(255, 255, 255, 1);
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px)
}
@media screen and (min-width: 1920px) {
    #surveyTemplateContainer,.content_survey_popup {
        max-height:850px
    }
}
.sample-survey-close {
    position: absolute;
    top: 15px;
    right: 15px;
    transition: ease 0.25s all;
    font-size: 26px;
    cursor: pointer;
    color: #092224;
    background-color: #fff000;
    width: 42px;
    height: 42px;
    box-shadow: -2px 6px 16px 0 rgba(13, 38, 36, 0.2);
    border-radius: 50%;
    z-index: 99999
}
.sample-survey-close .fal.fa-times {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 0.7
}
@media screen and (min-width: 960px) and (max-width:1200px) {
    .sample-survey-close {
        right:5px;
        width: 30px;
        height: 30px;
        font-size: 18px;
        top: 5px
    }
}
@media screen and (max-width: 767px) {
    .sample-survey-close {
        font-size: 20px;
        height: 30px;
        width: 30px;
        top: 10px;
        right: 10px;
    }
}
/* Section 6 - Footer sticky and form section - end */