.form-superdev {
        display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.setindexpagedesign {
    padding: 55px 50px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 22px 34px 0px rgba(0, 0, 0, 0.05);
    max-width: 580px;
    min-width: 580px;
    text-align: left;
}
.setindexpagedesign .h2set {
    font-size: 38px;
    font-weight: 700;
    color: #1F324D;
    margin: 0;
    font-family: 'Inter', sans-serif;
    margin-bottom: 25px;
}
.setindexpage .form-control {
    background: #F7F8FC !important;
    border-color: #EEEFF3 !important;
    height: 56px;
    padding: 15px 20px;
    color: #000 !important;
}
.setm {
    margin-top:20px;
}
.setindexpage textarea {
    min-height: 160px !important;
}
.setindexpage .btn-des {
        background: #105DF6;
    border-radius: 30px;
    width:100%;
    height: 60px;
    padding: 0 22px;
    text-align: center;
    height: 56px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3 linear;
    transition: all 0.3 linear;
    border: none;
    position: relative;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}
.section-demo {
    position: relative;
    margin-top:60px;
    text-align:left;
}
#cspio-headline {
    font-size: 48px;
    line-height:2;
    font-weight: 700;
    color: #fff;
    line-height: initial;
    font-family: 'Inter', sans-serif;
}
#cspio-privacy-policy-txt {
    font-size:18px !important;
}
.socialicons a i {
    background: #fff;
    color: #105DF6;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .form-superdev {
    display: block;
    height: auto;
    padding-bottom: 40px;
}
.section-demo {
    margin-top:30px;
}
#cspio-headline {
    font-size: 26px;
    line-height: 1.4 !important;
    font-weight: 700;
    color: #fff;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px !important;
}
#cspio-description {
  margin-bottom: 10px !important;  
}
.socialicons a i {
    background: #fff;
    color: #105DF6;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    font-size: 22px;
}
.flexbox #cspio-page {
    padding:0px !important;
}
#cspio-content {
  padding:0px !important;  
}
.setindexpagedesign {
    padding: 10px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 22px 34px 0px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    min-width: 100%;
    text-align: left;
    width: 100%;
}
.setindexpagedesign .h2set {
    font-size: 28px;
    margin-top: 20px;
}
.mb-20 {
    margin-bottom:20px !important;
}
}