/* --------------- Media 960 to 1024 ------------------ */
@media all and (min-width:1024px) and (max-width: 1200px) {
.container {
width: 1250px;
}
}
/* --------------- Media 960 to 1024 ------------------ */
@media all and (min-width:960px) and (max-width: 1024px) {
  #req-custom {
    position: fixed;
    z-index: 999;
    top: 332px;
    right: -1px;
}
}
/* --------------- Media 801 to 959 ------------------ */
@media all and (min-width:801px) and (max-width: 959px) {
  
}
/* --------------- Media 769 to 800 ------------------ */
@media all and (min-width:769px) and (max-width: 800px) {
  .seo_content .img_cta .ctaBlock{width: 92%;height: 260px;}
}
/* --------------- Media 569 to 768 ------------------ */
@media all and (min-width:569px) and (max-width: 768px) {
  #req-custom {
    position: fixed;
    z-index: 999;
    top: 247px;
    right: -1px;
}
.seo_content .img_cta .ctaBlock{width: 92%;height: 260px;}
}
/* --------------- Media 481 to 568 ------------------ */
@media all and (min-width:481px) and (max-width: 568px) {
.nex-btn-float {
    background: #000;
    color: #fff;
    transform: rotate(0deg);
    position: relative;
    top: 0px;
    left: 0px;
    border-radius: 0px;
}
#req-custom {
   position: fixed;
    z-index: 9999;
    bottom: 0;
    top: inherit;
    left: 0;
    display:flex;
}
.right-btn-float{flex:1; display: block;}
.left-btn-float{flex:1;}
#enquire-form-float {
    position: fixed;
    z-index: 999;
    bottom: -385px;
    width: fit-content;
    top:auto;
    right:auto;
    height: 380px;
    padding: 45px 14px;
}
.seo_content .img_cta .ctaBlock{width: 92%;height: 260px;}
}
/* --------------- Media 321 to 480 ------------------ */
@media all and (min-width:321px) and (max-width: 480px) {
.nex-btn-float {
    background: #000;
    color: #fff;
    transform: rotate(0deg);
    position: relative;
    top: 0px;
    left: 0px;
    border-radius: 0px;
}
#req-custom {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    top: inherit;
    left: 0;
    display:flex;
}
.right-btn-float{flex:1; display: block;}
.left-btn-float{flex:1;}
#enquire-form-float {
    position: fixed;
    z-index: 999;
    bottom: -385px;
    width: fit-content;
    top:auto;
    right:auto;
    height: 380px;
    padding: 45px 14px;
}
.seo_content .img_cta .ctaBlock{width: 92%;height: 260px;}
}
/* --------------- Media 0 to 320 ------------------ */
@media all and (min-width:0px) and (max-width: 320px) {
  .nex-btn-float {
    background: #000;
    color: #fff;
    transform: rotate(0deg);
    position: relative;
    top: 0px;
    left: 0px;
    border-radius: 0px;
}
#req-custom {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    top: inherit;
    left: 0;
    display:flex;
}
.right-btn-float{flex:1; display: block;}
.left-btn-float{flex:1;}
#enquire-form-float {
    position: fixed;
    z-index: 999;
    bottom: -385px;
    width: fit-content;
    top:auto;
    right:auto;
    height: 380px;
    padding: 45px 14px;
}
.seo_content .img_cta .ctaBlock{width: 92%;height: 260px;}
    
}