.search-box {
    max-width: 700px;
    margin: 0 auto;
}

.search-box form {
    position: relative;
}

.search-box form::before {
    content: '';
    background: var(--common-elements) no-repeat -380px 0/800px auto;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}

.search-field {
    padding: 20px 65px 20px 65px !important;
    font-size: 15px !important;
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #dadada !important;
    text-indent: 0 !important;
}

.box-wrap ul li a {
    display: block;
    height: 100%;
    color: #000;
}

input.pr,
.gsc-search-button {
    display: none !important;
}

.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: 54px;
    margin-bottom: 60px;
}

.address-section h5 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}

.address-section {
    margin-top: 110px;
}

.box-wrap ul li {
    margin: 5px;
    text-align: center;
    width: 130px;
    float: none;
    display: inline-table;
    border: 1px solid #f1f1f1;
    transition: ease all 0.5s;
    box-shadow: 0px 0px 20px 4px rgba(207, 207, 207, 0.2);
}

.box-wrap ul {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.box-wrap ul li .box {
    padding: 20px 0;
}

.box span {
    display: inline-block;
    background: var(--product-icons) no-repeat;
    background-size: var(--zp-i-bs);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
}

.box1 span {
    background-position: var(--zp-mail-bp);
}

.box2 span {
    background-position: var(--zp-cliq-bp);
}

.box3 span {
    background-position: var( --zp-workdrive-bp);
}

.box4 span {
    background-position: var(--zp-writer-bp);
}

.box5 span {
    background-position: var(--zp-sheet-bp);
}

.box6 span {
    background-position: var( --zp-show-bp);
}

.box8 span {
    background-position: var(--zp-connect-bp);
}

.box9 span {
    background-position: var(--zp-meeting-bp);
}

.box-wrap ul li .box p {
    margin-bottom: 0;
    font-size: 15px;
    padding: 0 5px;
}

.tab-section {
    position: relative;
    margin-top: 100px;
    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: 90px;
    font-size: 52px;
    margin-bottom: 10px;
    font-family: var(--zf-primary-bold);
}

.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: 15px;
    cursor: pointer;
    border-bottom: 1px solid #b0b0b0;
    font-family: var(--zf-primary-semibold);
}

.tabs>li:before {
    position: absolute;
    content: '';
    background: url('/sites/zweb/images/workplace/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: -40px -60px;
}

.tabs>li:nth-child(3):before {
    background-position: -80px -60px;
}

.tabs>li:nth-child(4):before {
    background-position: -120px -60px;
}

.i18n-en .tabs > li:nth-child(1):before {
    background-position: 0 -60px;
}
  
.i18n-en .tabs > li:nth-child(3):before {
  background-position: -40px -60px;
}

.i18n-en .tabs > li:nth-child(4):before {
  background-position: -80px -60px;
}

.i18n-en .tabs > li:nth-child(2):before {
  background-position: -201px -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: 560px;
    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: 400px;
    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: 440px;
    margin: 0 auto;
    margin-top: 50px;
}

#contact-form {
    max-width: 450px;
    margin: 0 auto;
}


/*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 li:before {
    content: "";
    background: var(--country-flags) no-repeat 0 0/624px auto;
    width: 26px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 4px;
}

.reach-number .flag1:before {
    background-position: -52px -20px
}

.reach-number .flag2:before {
    background-position: -442px 0
}

.reach-number .flag3:before {
    background-position: -52px 0
}

.reach-number .flag4:before {
    background-position: -26px -20px
}

.reach-number .flag5:before {
    background-position: -260px -20px
}

.reach-number .flag6:before {
    background-position: -130px 0
}

.reach-number .flag7:before {
    background-position: -104px 0
}

.reach-number .flag8:before {
    background-position: -156px 0
}

.reach-number .flag9:before {
    background-position: -78px 0
}

.reach-number .flag10:before {
    background-position: -494px -20px
}

.reach-number .flag11:before {
    background-position: 0px -20px
}

.reach-number .flag12:before {
    background-position: -286px -20px
}

.reach-number .flag13:before {
    background-position: -312px -20px
}

.reach-number .flag14:before {
    background-position: -364px -20px
}

.reach-number .flag15:before {
    background-position: -390px -20px
}

.reach-number .flag16:before {
    background-position: -520px -20px
}

.reach-number .flag17:before {
    background-position: -416px -20px
}

.reach-number .flag18:before {
    background-position: -442px -20px
}

.reach-number .flag19:before {
    background-position: -286px 0
}

.reach-number .flag20:before {
    background-position: -338px -20px
}

.reach-number .flag11:before,
.reach-number .flag13:before,
.reach-number .flag16:before,
.reach-number .flag20:before {
    box-shadow: 0 0 0 .5px #ccc;
}

.reach-number p small {
    font-size: 10px;
    color: #4e4e4e;
}

.reach-number p {
    font-size: 14px;
    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 p a {
    color: #000000;
}

.reach-number li:nth-child(odd) {
    clear: left;
}

.zm-supporticon {
    font-size: 36px;
    color: #297be0;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 40px;
}

.highlight {
    color: #297be0;
}

.zm-supporticon small {
    display: block;
    font-size: 19px;
}

.zm-supporticon span {
    line-height: normal;
}

.zm-supporticon p {
    font-size: 13px;
    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;
}


.mailid-wrap a {
    font-size: 20px;
    background: #f5f5f5;
    border-radius: 20px;
    display: block;
    padding: 12px 20px;
    line-height: normal;
    max-width: 330px;
    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);
    transition: all .3s ease;
}

.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/workplace/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: 16px;
}

.another-mail {
    margin-top: 40px;
}


.rd-noteTxt {
    background: #fafafa;
    font-size: 13px;
    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;
}


/* form */



.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;
}

.support-info + .form-boxInner{
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
    }
}

/* form changes css ends */
label.error {
    width: 100%;
    display: block;
    font-size: 11px;
    color: red;
    margin-top: 3px;
    text-align: left;
}

.rd-sgfrm-sl {
    position: relative;
}

.rd-sgfrm-sl select {
    -moz-appearance: none !important;
    -webkit-appearance: none;
    margin-bottom: 0 !important;
}

.rd-sgfrm select {
    margin-bottom: 0 !important;
}

.rd-sgfrm-sl:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    right: 8px;
    top: 23px;
    margin-top: -3px;
    border-radius: 6px;
}

div.zgdprform-state-container {
    /* margin-top: 25px; */
}

.errortext {
    font-size: 12px;
    color: red;
    text-align: left;
    margin-bottom: 0;
}

form>div {
    margin-bottom: 15px;
    text-align: left;
}

form>div.rd-sgfrm {
    padding: 0;
}

form>div.rd-sgfrm.textarea-fl {
    line-height: 0;
}

form>div.rd-sgfrm.textarea-fl label.error {
    line-height: 1.5;
}

.captcha-fld {}

.captcha-fld .cf-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    padding: 10px 10px;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    background: #ffffff;
    flex-flow: wrap;
}

.captcha-fld>div {
    padding: 0;
}

#contact-form-section .captcha-fld>.cf-bot input[type="text"],
#contact-sales-section .captcha-fld>.cf-bot input[type="text"] {
    border-radius: 0 0 4px 4px;
    border: 1px solid #d9d9d9;
}

.contact-box .scs-pop-inr {
    /* background: #39af58;
top: 3px; */
}

.contact-box,
.contact-box * {
    box-sizing: border-box;
}

.contact-box {
    position: relative;
}

.contact-box .support-success-alert, .zw-other-lang .contact-box .success-alert  {
    display: none;
    margin: 0 auto 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(255,255,255);
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.contact-box .support-scs-pop-inr, .zw-other-lang .contact-box .scs-pop-inr {
    padding: 30px 20px 25px 20px;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    justify-content: center;
    border: 1px dashed #5cb85c;
    background: none;
    border-radius: 4px;
}

.contact-box .support-scs-pop-inr span.scs-txt, .zw-other-lang .contact-box .scs-pop-inr span.scs-txt  {
    font-size: 20px;
}

.circle-loader {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out;
}

.checkmark {
    /* display: none; */
}

.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
    opacity: 1;
    height: 35px;
    width: 15px;
    transform-origin: left top;
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    content: "";
    left: 15px;
    top: 35px;
    position: absolute;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 15px;
        opacity: 1;
    }
    40% {
        height: 35px;
        width: 15px;
        opacity: 1;
    }
    100% {
        height: 35px;
        width: 15px;
        opacity: 1;
    }
}


/*Responsive*/

@media only screen and (max-width: 1199px) {
    .box-wrap ul li .box p {
        max-width: 180px;
        margin: 0 auto;
    }
    .tab-search h1 {
        font-size: 46px;
    }
    .tabs {
        max-width: 640px;
    }
    .tabs>li {
        padding: 40px 10px 20px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-search h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .header-section {
        margin-top: 50px;
    }
    .address-section {
        margin-top: 50px;
    }
    .box span {
        margin-bottom: 15px;
    }
    .box-wrap ul li .box p {
        max-width: 190px;
        margin: 0 auto;
        font-size: 13px;
    }
    .tabs {
        margin-top: 30px;
        max-width: 90%;
    }
    .tab-section h2 {
        padding: 0 20px;
        padding-top: 50px;
        font-size: 28px;
        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: 19px;
        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: 0px;
        margin-bottom: 50px;
        padding-bottom: 10px;
    }
    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: 19px;
        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: 19px;
    }
    .reach-number li {
        padding: 40px 10px 20px 0px;
    }
    .reach-number p {
        font-size: 13px;
    }
    .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*/
    /* form changes */
    .contact-sales-sticky-btn{
        display:none;
    }
    /* form changes */
}

@media only screen and (max-width: 420px) {
    .search-field {
        padding: 20px 15px 20px 60px !important;
    }
    .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: 10px;
    }
    .box-wrap ul li .box {
        display: table;
        padding: 8px;
        width: 100%;
        text-align: left;
        margin: 0;
        box-sizing: border-box;
    }
    .box-wrap ul li .box span {
        transform: scale(.8);
    }
    .box-wrap ul li .box p {
        padding-left: 10px;
        font-size: 17px;
        box-sizing: border-box;
    }
    .mailid-wrap a {
        font-size: 15px;
    }
}