h1 {
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: var(--zf-primary-semibold);
}
h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: unset;
}
.right {
   font-size: 15px;
}
input[type="radio"] {
   margin: 0 10px 0 0;
}
input[type="checkbox"] {
   margin: 0 10px 0 0;
}
select#country {
   outline: none;
}
fieldset {
    margin: 0px 0px 25px;
    overflow: hidden;
    padding: 0px;
    border: none;
    -webkit-padding-start: 1em;
    -webkit-padding-end: 1em;
}
label {
    font-size: 14px;
}
.z-row {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 70px 0px;
}
.small-content-wrap, .z-small-content-wrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
}
.small-content-wrap:after, .z-small-content-wrap:after {
    display: block;
    content: ' ';
    clear: both;
}
.z-row.no-bottom-space {
    padding-bottom: 0px;
}
.title-sec {
    text-align: center;
    margin-bottom: 50px;
}
.title-sec p {
    max-width: 500px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 22px;
}

#search-section {
    background: #00a8e8;
}
.tab-search-wrap {
    padding: 20px 0;
}
.tab-search a {
   color: #fff;
   text-decoration: underline;
}
.tab-search-wrap h1, .tab-search-wrap p {
    text-align: center;
    color: #fff;
}
.tab-search-wrap h1 span {
    font-size: 18px;
    display: block;
    line-height: 24px;
    max-width: 450px;
    margin: 10px auto;
}
.agree-text{
    font-size: 14px;
    padding-bottom: 20px;
}
.agree-text a{
    color: #03a9f5;
}
.form-section {
    background: #fafafa;
    border: 1px solid #EFEBEB;
    padding: 20px 10px;
    margin-top: 50px;
}
#contact {
    max-width: 480px;
    margin: 0 auto;
}
#contact input[type="text"], select, textarea {
    width: 100%;
    height: 35px;
    line-height: 22px;
    font-size: 14px;
    padding: 0px 5px;
    border: 1px solid #d9d9d9;
    margin-bottom: 0px;
}
.right input[type="text"] {
   outline:  none;
}
.right textarea {
   outline:  none;
}
textarea {
    height: 100px;
}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
#contact fieldset .left {
    width: 35%;
    float: left;
}
#contact fieldset .left label {
    font-size: 14px;
    font-weight: 600;
}
#contact fieldset .right {
    width: 65%;
    float: right;
}
#contact input[type="submit"] {
    padding: 10px 30px;
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: block;
    outline: none;
}
label.error {
    width: 100%;
    display: block;
    font-size: 14px;
    color: red;
    margin-top: 3px;
}
.contactSec.form-result {
   display: none;
}
.signup-box{
    opacity:0;
    visibility:hidden;
}
.form-result {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 20px;
    text-align: center;
}
#contact .right span.zone-byclicking {
   display: none;
}
.form-result p {
    font-size: 16px;
}
#no-of-user-field {
    display:none;
}
.technical-fields #no-of-user-field {
    display:block;
}
span.sta {
    color: red;
}
.zm-contactWrapper{
    display: table;
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 100px;
    padding: 0 5%;
}
.zm-contactWrapper .zm-leftPanel{
    display: table-cell;
    vertical-align: top;
    width: 65%;
    height: 100%;
    border: 1px solid #EFEBEB;
    box-sizing: border-box;
    border-right: none;
}
.zm-leftPanel{
    text-align: center;
}
.zm-leftPanel [class^='icon'] {
    background-image: url(/sites/zweb/images/people/zoho-contact-sprite.png);
    background-repeat: no-repeat;
    background-size: 130px auto;
    display: block;
    height: 50px;
    overflow: hidden;
    text-indent: -999px;
    width: 50px;
    margin: 0 auto;
}
.contact-mob,.contact-mail,.contact-social {
    margin: 40px 0;
}
.icon-mob{
   background-position: 12px 0px;
}
.icon-mail{
   background-position: -30px 0px;
}
.icon-social{
   background-position: -80px 0px;
}
.contact-social>a>[class^='icon'] {
   background-size: 100px auto;
   display: inline-block;
   height: 40px;
   width: 40px;
}
.contact-social .icon-fb {
    background-position: 12px -40px;
}
.contact-social .icon-tw {
    background-position: -24px -38px;
}
.contact-social .icon-li {
    background-position: -60px -40px;
}
.zm-leftPanel p{
    font-size: 14px;
    margin-bottom: 0;
}
.contact-mail>p>span{
    color: #1da1f2;
   font-size : 22px;
}
.contact-mail>p {
    padding: 0 30px;
}
.zm-contactWrapper .zm-rightPanel{
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    height: 100%;
    background: linear-gradient(135deg, #2a7be0 10%, #2bb7ff 100%);
    position: relative;
    text-align: center;
}
.zm-contactWrapper .zm-rightPanel:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .75;
    background: url(/sites/zweb/images/people/zoho-contact-bg.png) -120px -100px 
}
.zm-contactWrapper .zm-rightPanel:before{
    position: absolute;
    content: '';
    left: -15px;
    top: 30px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #3f7cd9;
}
.zm-contactWrapper .zm-leftPanel ul{
    margin: 5% 2% 5% 4%;
    padding: 0;
    list-style: none;
}
.zm-contactWrapper .zm-leftPanel ul li{
    display: inline-block;
    width: 45%;
    margin: 10px 2% 15px;
    box-sizing: border-box;
}
.zm-contactWrapper .zm-leftPanel ul li p{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #000;
    line-height: 1.58;
}
.zm-contactWrapper .zm-leftPanel ul li p span{
    display: block;
    font-weight: normal;
}
.zm-contactWrapper .zm-leftPanel ul li .cflag{
    background: url(images/zm-country-flag.png) no-repeat;
    background-size: 100% 1100%;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 25px;
    margin-right: 8px;
}
.zm-contactWrapper .zm-rightPanel .zm-supporticon{
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}
.zm-contactWrapper .zm-rightPanel .zm-supporticon p{
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.zm-contactWrapper .zm-rightPanel .zm-supporticon small{
    font-weight: 300;
    font-size: 26px;
    display: block;
}
.zm-contactWrapper .zm-rightPanel .zm-supporticon img{
    max-width: 80px;
    margin: 0 auto 10px;
    display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .zm-contactWrapper .zm-rightPanel{
        display:table-header-group;
        width: 100%;
   }
    .zm-contactWrapper .zm-leftPanel{
        border: 1px solid #EFEBEB;
        border-top: none;
        width: 100%;
   }
    .zm-contactWrapper .zm-rightPanel:before{
        content: none;
   }
    .zm-contactWrapper .zm-rightPanel:after{
        background-position: center;
   }
    .zm-contactWrapper .zm-rightPanel .zm-supporticon{
        margin: 40px 0;
   }
    .zm-contactWrapper{
        width: auto;
        position: relative;
   }
    .zm-contactWrapper .zm-leftPanel ul li p{
        font-size: 16px;
   }
}
@media screen and (max-width: 767px){
    .z-row {
        padding: 50px 0px;
   }
    .z-small-content-wrap, .z-content-wrap {
        max-width: 90%;
   }
    #contact fieldset .left label {
        font-size: 13px;
        font-weight: 400;
   }
    h1 {
        font-size: 25px;
        line-height: 30px;
   }
    h2 {
        font-size: 23px;
        line-height: 30px;
   }
    .zm-contactWrapper .zm-rightPanel{
        display:table-header-group;
        width: 100%;
   }
    .zm-contactWrapper .zm-leftPanel{
        border: 1px solid #EFEBEB;
        border-top: none;
        width: 100%;
   }
    .zm-contactWrapper .zm-rightPanel:before{
        content: none;
   }
    .zm-contactWrapper .zm-rightPanel:after{
        background-position: center;
   }
    .zm-contactWrapper .zm-rightPanel .zm-supporticon{
        margin: 40px 0;
   }
    .zm-contactWrapper{
        width: auto;
        position: relative;
   }
    .zm-contactWrapper .zm-leftPanel ul li p{
        font-size: 14px;
   }
}
@media screen and (max-width: 767px) and (orientation:portrait){
    .zm-contactWrapper .zm-leftPanel ul li{
        display: block;
        width: auto;
   }
    .zm-contactWrapper .zm-rightPanel .zm-supporticon{
        margin: 40px 35px;
   }
    .zm-contactWrapper .zm-rightPanel .zm-supporticon{
        font-size: 34px;
   }
    .zm-contactWrapper .zm-rightPanel .zm-supporticon small{
        font-size: 24px;
   }
    .zm-contactWrapper .zm-rightPanel .zm-supporticon p{
        font-size: 15px;
   }
}
div.zgdprform-state-container .globalstatecode, div.zgdprform-countrylist-container .globalcountrycode {
    border: 1px solid #e4e4e4!important; 
}
.left {
margin-right: unset!important; 
}