input.pr,
.gsc-search-button {
    display: none !important;
}

.text-code {
    text-align: left;
}

.gsc-input-box {
    border: none !important;
    background: #fff !important;
    box-shadow: none !important;
}

.header-section {
    margin-top: 100px;
    text-align: center;
}

#cse-search-form {
    max-width: 700px;
    margin: 0 auto;
}

.gsst_a {
    position: absolute;
    right: 35px;
    top: -15px;
}

form.gsc-search-box {
    margin-bottom: 0 !important;
}

table.gsc-search-box td {
    padding-top: 1px;
}

.tab-search h1 {
    font-size: 60px;
    margin-bottom: 60px;
}

.address-section h5 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
}

.address-section {
    margin-top: 110px;
}

#tab-1 h4 {
    max-width: 350px;
    margin: 0 auto 20px;
}


/* form css */

.form-section input::-webkit-input-placeholder,
.form-section textarea::-webkit-input-placeholder {
    color: #636363;
}

.form-section input::-moz-placeholder,
.form-section textarea::-moz-placeholder {
    color: #636363;
}

.form-section input:-ms-input-placeholder,
.form-section textarea:-ms-input-placeholder {
    color: #636363;
}

.form-section input:-moz-placeholder,
.form-section textarea:-moz-placeholder {
    color: #636363;
}

.form-section input[type="text"],
.form-section select,
.form-section textarea,
.form-section input[type="submit"] {
    width: 100%;
    height: 45px;
    line-height: 22px;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #d9d9d9;
    margin-bottom: 0;
    box-sizing: border-box;
    border-radius: 4px;
    color: #000;
    font-family: var(--primaryfont-regular);
}

.form-section textarea {
    height: 100px;
    resize: vertical;
}

.errortext {
    font-size: 12px;
    color: red;
    text-align: left;
    margin-bottom: 0;
}

form>div {
    margin-bottom: 25px;
    text-align: left;
}

.buttons input {
    padding: 0px 30px;
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: fit-content;
}

.zgdprform-opt-container {
    margin-bottom: 10px;
    text-align: left;
}

.tab-section {
    position: relative;
    margin-top: 50px;
    text-align: center;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.tab-section:before {
    content: '';
    position: absolute;
    background: #fafafa;
    width: 90%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tab-section h2,
.tab-section h4 {
    text-align: center;
}

.tab-section h2 {
    padding-top: 50px;
    font-size: 50px;
    margin-bottom: 10px;
}

.tabs {
    text-align: center;
    display: table;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
}

.tabs>li {
    display: inline-block;
    padding: 40px 20px 20px 20px;
    width: 25%;
    box-sizing: border-box;
    max-width: 200px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #b0b0b0;
    font-family: var(--zf-primary-semibold);
}

.tabs>li:before {
    position: absolute;
    content: '';
    background: url('/sites/zweb/images/teaminbox/mail-contact-sprite.png') left top no-repeat;
    background-size: 300px auto;
    width: 40px;
    height: 40px;
    background-position: -367px 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    /*display: none;*/
}

.tabs>li:nth-child(1):before {
    background-position: 0px -60px;
}

.tabs>li:nth-child(2):before {
    background-position: -201px -60px;
}

.tabs>li:nth-child(3):before {
    /* background-position: -80px -60px; */
    background-position: -40px -60px;
}

.tabs>li:nth-child(4):before {
    background-position: -120px -60px;
}

.tabs>li>span {
    margin-top: 10px;
    display: inline-block;
}

.tab-area {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.tabs-wrap {
    text-align: center;
}

.tabs>li.current {
    border-bottom: 3px solid #1976d2;
    color: #1976d2;
    font-weight: 700;
}

.tab-area .tab-content {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 4px rgba(207, 207, 207, 0.3);
    background: #ffffff;
    padding: 50px;
    box-sizing: border-box;
    min-height: 250px;
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

.tab-content.current {
    display: inherit;
}

.tab-area h4 {
    margin-bottom: 20px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*form validation*/

.form-section {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 50px;
}

.form-section {
    max-width: 450px;
    margin: 0 auto;
}

.form-section input[type="submit"] {
    padding: 0px 20px;
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

label.error {
    width: 100%;
    display: block;
    font-size: 12px;
    color: red;
    margin-top: 3px;
    text-align: left;
}

.rd-sgfrm .error {
    margin-top: 0;
}

.rd-sgfrm .error.testareas {
    color: #000
}

.rd-sgnbtn {
    padding-top: 0px;
}


/*form validation*/

.reach-number li {
    display: block;
    width: 46%;
    margin: 10px 2% 15px;
    box-sizing: border-box;
    text-align: left;
    float: left;
    padding-left: 45px;
    position: relative;
}

.reach-number p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #000;
    line-height: 1.58;
    margin: 0;
}

.reach-number p span {
    display: block;
    font-weight: normal;
}

.reach-number li:nth-child(odd) {
    clear: left;
}

.zm-supporticon {
    font-size: 38px;
    color: #297be0;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 40px;
}

.highlight {
    color: #297be0;
}

.zm-supporticon small {
    display: block;
    font-size: 20px;
}

.zm-supporticon span {
    line-height: normal;
}

.zm-supporticon p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #000;
}

.reach-number {
    display: inline-block;
    width: 100%;
    padding: 5% 0% 0% 0%;
    box-sizing: border-box;
}

.mail-id {
    display: table;
    width: 100%;
    height: auto;
}

.mailid-wrap {
    display: table-cell;
    vertical-align: middle;
}

.mailid-wrap a {
    display: block;
}

.form-section .zgdprform-countrylist-container select.globalcountrycode,
.form-section .zgdprform-state-container select.globalstatecode {
    height: 45px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px !important;
}

.mailid-wrap a {
    font-size: 22px;
    background: #f5f5f5;
    border-radius: 20px;
    display: block;
    padding: 12px 20px;
    line-height: normal;
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: var(--zf-primary-semibold);
    cursor: pointer;
}

.rd-success-msg {
    text-align: center;
    padding: 30px 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.09);
    max-width: 320px;
    margin: auto;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 9999;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.rd-success-msg.in {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .5s linear, visibility .5s linear, transform .5s linear;
}

.rd-success-msg span:first-child {
    width: 60px;
    height: 60px;
    background: #39B54A;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 2px 4px 20px rgba(0, 0, 0, .2);
    display: block;
    margin: 0 auto 20px;
    position: relative;
}

.rd-success-msg span:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 50px;
    background: url('/sites/zweb/images/teaminbox/contact-tick-icon.svg') no-repeat;
    background-size: 100% 100%;
}

.rd-success-msg span {
    line-height: 1.3;
}

.rd-success-msg span:last-child {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    font-family: var(--zf-primary-regular);
    color: #39B54A;
    font-size: 17px;
}

.another-mail {
    margin-top: 40px;
}

.testareas {
    height: 90px;
    resize: none;
    display: inherit;
}

.rd-noteTxt {
    background: #fafafa;
    font-size: 14px;
    padding: 10px 15px;
    text-align: left;
    border: 1px solid #ececec;
}

.rd-noteTxt span {
    display: block;
    padding: 2px 0;
}

#tab-3 .reach-number p i,
#tab-3 .rd-noteTxt i {
    font-style: normal;
}

.support-info{
font-size: 12px;background: #fafafa;padding: 10px 10px;border-radius: 5px;text-align: center;
}
.support-info p {
    font-size: 12px;
    max-width: 295px;
    margin: 0 auto;
}
.support-info p a {
    /* font-family: var(--primaryfont-semibold); */
    color: #000;
    text-decoration: underline;
}
.support-info + form{
margin-top:15px;
}
#contact-sales-section.form-section {
    margin-top: 30px;
}

.sales-form-alert.success-alert {
    display: none;
    margin: 0 auto 0;
    height: 42px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    top: 0;
    right: 0
  }
  
  .sales-form-alert.success-alert .scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    background: #40bd60;
    width: 100%;
    opacity: 0
  }
  
  .sales-form-alert.success-alert .scs-pop-inr.animate {
    animation: bounceIn .8s forwards;
    -webiki-animation: bounceIn .8s forwards
  }
  
  @keyframes bounceIn {
    0%,20%,40%,60%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }
  
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
  
    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }
  
    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }
  
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }
  
    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }
  
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
  }
  
  .sales-form-alert.success-alert .scs-txt {
    font-size: 14px;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-regular);
    color: #fff
  }
  
  .sales-form-alert.success-alert .close-icn {
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    font-family: var(--zf-primary-regular);
    position: absolute;
    top: 5px;
    right: 12px
  }
  .contact-sales-sticky-btn {
      opacity: 0;
      visibility: hidden;
      position: fixed;
      transition: opacity .2s ease,visibility .2s ease;
      position: fixed;
      bottom: 10px;
      right: 10px;
      background: #007eff;
      color: #fff;
      cursor: pointer;
      font-size: 13px;
      height: 40px;
      line-height: 40px !important;
      padding: 0 20px 0 20px;
      z-index: 99;
      text-transform: uppercase;
      font-family: var(--zf-primary-semibold);
      border-radius: 5px;
  }
  .contact-sales-sticky-btn.is-active{
      opacity: 1;
      visibility: visible;
  }
  
  .tab-area .tab-content.sales-form-focus {
      /*box-shadow: 0 0 26px #00000021;*/
      -webkit-animation: bounce-bottom .9s 1 both;
      animation: bounce-bottom .9s 1 both;
  }
  .tab-area.sales-form-focus {
      /*box-shadow: 0 0 26px #00000021;*/
      -webkit-animation: bounce-bottom .9s 1 both;
      animation: bounce-bottom .9s 1 both;
  }
  @-webkit-keyframes bounce-bottom {
      0% {
          -webkit-transform: translateY(45px);
          transform: translateY(45px);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
          opacity: 1
      }
  
      24% {
          opacity: 1
      }
  
      40% {
          -webkit-transform: translateY(24px);
          transform: translateY(24px);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in
      }
  
      65% {
          -webkit-transform: translateY(12px);
          transform: translateY(12px);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in
      }
  
      82% {
          -webkit-transform: translateY(6px);
          transform: translateY(6px);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in
      }
  
      93% {
          -webkit-transform: translateY(4px);
          transform: translateY(4px);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in
      }
  
      25%,55%,75%,87% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out
      }
  
      100% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
          opacity: 1
      }
  }
  
  @keyframes bounce-bottom {
      0% {
          -webkit-transform: translateY(45px);
          transform: translateY(45px);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
          opacity: 1
      }
  
      24% {
          opacity: 1
      }
  
      40% {
          -webkit-transform: translateY(24px);
          transform: translateY(24px);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in
      }
  
      65% {
          -webkit-transform: translateY(12px);
          transform: translateY(12px);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in
      }
  
      82% {
          -webkit-transform: translateY(6px);
          transform: translateY(6px);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in
      }
  
      93% {
          -webkit-transform: translateY(4px);
          transform: translateY(4px);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in
      }
  
      25%,55%,75%,87% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out
      }
  
      100% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
          -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
          opacity: 1
      }
  }  

.tab-area #tab-3 h4 {
    max-width: 450px;
    margin: 0 auto;
}

/*Responsive*/

@media only screen and (max-width: 1440px) {
    .box-wrap ul li {
        margin: 18px 12px;
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 1199px) {
    .box-wrap ul li .box p {
        max-width: 180px;
        margin: 0 auto;
    }
    .tab-search h1 {
        font-size: 48px;
    }
    .tabs {
        max-width: 640px;
    }
    .tabs>li {
        padding: 40px 10px 20px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-search h1 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .header-section {
        margin-top: 50px;
    }
    .address-section {
        margin-top: 50px;
    }
    .box-wrap ul li {
        width: 160px;
        height: 160px;
    }
    .box-wrap ul li .box span {
        margin-bottom: 15px;
    }
    .box-wrap ul li .box p {
        max-width: 190px;
        margin: 0 auto;
        font-size: 14px;
    }
    .tabs {
        margin-top: 30px;
        max-width: 90%;
    }
    .tab-section h2 {
        padding: 0 20px;
        padding-top: 50px;
        font-size: 34px;
        text-align: center;
    }
    .tab-section {
        padding-bottom: 50px;
    }
    .tabs>li {
        min-width: 100%;
        margin: 0 auto;
        float: left;
        padding: 0;
        margin-bottom: 5px;
        background: #f5f5f5;
        border-bottom: 1px solid #efefef !important;
    }
    .tab-section .content-wrap {
        width: 100%;
    }
    .tab-section h4 {
        text-align: center;
        padding: 0 20px;
    }
    .tab-area h4 {
        padding: 0;
    }
    .address-section h5 {
        font-size: 20px;
        max-width: 370px;
    }
    .tab-section:before {
        width: 100%;
    }
    .tab-area .tab-content {
        padding: 25px;
        min-height: inherit;
        max-width: 90%;
    }
    .tab-area {
        margin-top: 10px;
    }
    .tabs>li:last-child {
        margin-bottom: 0;
    }
    .tab-section {
        margin-top: 0;
        margin-bottom: 50px;
        padding-bottom: 10px;
    }
    .box-wrap ul li .box {
        padding-top: 20px;
    }
    table.gsc-search-box td {
        padding: 0 !important;
    }
    .gsst_a {
        position: relative;
        left: -40px;
        top: 0;
    }
    input.gsc-input {
        padding: 20px 35px 20px 65px !important;
    }
    .tabs>li:before {
        display: none;
    }
    .tabs>li>span {
        display: block;
        padding: 10px;
        font-size: 20px;
        position: relative;
        margin-top: 0;
    }
    .tab-link .tab-content {
        display: none;
        color: #000;
        padding: 20px;
    }
    .tab-link .tab-content.current {
        background: #fff;
    }
    .tabs>li>span:before {
        content: "";
        border: solid #000;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3.5px;
        position: absolute;
        right: 30px;
        top: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all .3s ease;
    }
    .tabs>li.arrow-open>span:before {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        top: 23px;
    }
    .mail-id {
        height: 150px;
    }
    .mailid-wrap a {
        font-size: 20px;
    }
    .reach-number li {
        padding: 40px 10px 20px 0px;
    }
    .reach-number p {
        font-size: 14px;
    }
    .mail-id,
    .mailid-wrap {
        display: block;
    }
    .mailid-wrap {
        margin-bottom: 40px;
    }
    .tab-section:before {
        background: transparent;
    }
    /*new*/
    .mail-id {
        height: auto;
    }
    .another-mail {
        margin-top: 15px;
    }
    /*new*/
}

@media only screen and (max-width: 418px) {
    .box-wrap ul li .box * {
        display: table-cell !important;
        vertical-align: middle;
    }
    .box-wrap ul li {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        display: block;
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
    .box-wrap ul li .box {
        display: table;
        padding: 15px;
        width: 100%;
        text-align: left;
        margin: 0;
        box-sizing: border-box;
    }
    .box-wrap ul li .box p {
        padding-left: 20px;
        font-size: 18px;
        box-sizing: border-box;
    }
    .mailid-wrap a {
        font-size: 14px;
    }
}