.feedback-sec {display:block;position:fixed;right:-120px;top:40%;z-index:8;/*right:-58px;transform:rotate(90deg);*/}
.feedback-sec:before{position:fixed;width:8px;height:100vh;background:var(--secondary-color);top:0;right:0;content:'';}
.feedback-sec > a{font-size:18px;font-weight:700;line-height:28px;padding:17px 18px 17px 48px;background:var(--secondary-color);color:var(--color9);display:inline-block;border-radius:0px 0px 8px 8px;position:relative;transform:rotate(90deg);right:62px;}
.feedback-sec > a:before{content:'';background:url(https://23126496.fs1.hubspotusercontent-na1.net/hubfs/23126496/AAON/images/feedback-icon.svg) no-repeat center;width:26px;height:26px;position:absolute;left:16px;filter:brightness(0) invert(1);}
.feedback-sec > a:hover{color:var(--quaternary-color);}
.feedback-sec > a:hover:before{filter:none;}
.fancybox-container.feedback-fancybox .fancybox-content .fancybox-close-small{background:var(--secondary-color);color:var(--color9);border-radius:100%;padding:6px;width:35px;height:35px;top:-25px;right:-15px;opacity:1;transition:all .4s ease-in-out;}
.fancybox-container.feedback-fancybox .fancybox-content .fancybox-close-small:hover{background:var(--quaternary-color);}

@media(max-width:767px){
    .feedback-sec{bottom:0;top:unset;right:0;}
    .feedback-sec:before{display:none;}
    .feedback-sec > a{transform:unset;right:0;border-radius:8px 0 0 0;font-size:14px;padding:10px 12px 10px 30px;line-height:20px;}
    .feedback-sec > a:before{background-size:18px;left:8px;width:16px;height:22px;}
    .fancybox-container.feedback-fancybox .fancybox-content .fancybox-close-small{width:30px;height:30px;top:-20px;right:-10px;
}
