/**form-box**/
.contactbox {
    background: #FFFFFF;
    box-shadow: 0px 0px 70px #689ce7;
    border-radius: 20px;
    position: relative;
    z-index: 99;
}
.contactbox .form-group
{
    margin-bottom: 30px;
}
.contactbox input, .contactbox select, .contactbox textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none !important;
    border: 1px solid #2272FF33 !important;
    outline: none;
    background: none !important;
    border-radius: 10px !important;
    color: #000;
}
.inputdiv{
    border: 1px solid #2272FF33 !important;
    outline: none;
    background: none !important;
    border-radius: 10px !important;
    color: #000;
}
.inputdiv input, .inputdiv *{
    border: 0px !important;
}
/**demo section**/
.demo {
    background: #E9EFF9;
    border: 1px solid #B1C3E1;
    border-radius: 200px;
    position: relative;
    padding: 40px;
    margin-top: 160px;
}
.man {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
}
/**demo section end**/


.contactbanner{
    padding-top: 70px;
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/contactbanner.webp);
    position: relative;
}

#animate-section
{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/linebg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.eee {
    width: 100%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
/**scroll-animation**/
.box {
  position: absolute;
  color: #2272FF;
  font-size: 40px;
  font-weight: 600;
  transition: left 0.5s ease-in-out, right 0.5s ease-in-out;
}
.scroll_anim {
    animation: moveleft 30s linear forwards infinite;
}
.scroll_anim div{
  min-width: 200px;
  text-align: center;
}
@keyframes moveleft{
  0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
.box1 {
  top: 10%;
  left: 0;
}
 .box2 {
  bottom: 10%;
  right: 10%;
}
/**scroll-animation-end**/
.certifivatebox {
    display: flex;
    justify-content: center;
}
.certi {
    margin: 10px;
    text-align: center;
}
.certi img {
    max-width: 110px;
    max-height: 90px;
}
.mapparent{
    margin-top: 80px;
}
.map{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 45px #4d76973d;
    margin-top: -110px;
}
.bannerbot{
    background-image: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/contactrad.webp);
    height: 160px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-size: 200%;
    background-position: top center;
}
.float{
    animation: rotate 2s linear infinite;
}
@keyframes rotate {
  0% { transform: rotate(0deg); }
  50% { transform: rotate(80deg); }
  100% { transform: rotate(0deg); }
}
.contacticons img{max-width: 30px;}
@media(max-width: 1500px){
    .bannerbot{
        height: 110px;
    }
    .hiveinner {
    min-height: 90vh;
}
.contactbanner .container{
    max-width: 94%;
}
.demo {
    margin-top: 5vh;
}
.box{
    font-size: 23px;
}
.eee{
    height: 30vh;
}
}
@media(max-width: 768px){
    .contactbanner .h4{
        font-size: 20px;
    }
    .fs-c {
    font-size: 25px !important;
}
.certifivatebox{
    flex-wrap: wrap;
}
.certi{
    width: 41%;
}
.third{
    display: none;
}
.hiveinner {
    margin-top: 54px;
}
}