/* menu */
.cust-mob-menu {
    background: #182230;
}
.content-wrap.munu-content-wrap{
  max-width: 1280px;
  padding-top: 25px;
  padding-bottom: 60px;
}

.menu-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.menu-left a {
  color: #fff;
  font-family: var(--zf-secondary-semibold);
  font-size: 22px;
}

.menu-right ul {
  display: flex;
}

.menu-right ul li a {
  color: #fff;
  font-size: 16px;
}

.menu-right ul li a.active {
  position: relative;
}

.menu-right ul li:not(:last-child) a {
  margin-right: 30px;
}

.menu-right ul li a.active:after {
  content: '';
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  width: 100%;
}
.zdesc-anchor{
display: inline-block;
}
.menu-tog-icons{
  text-indent: 0;
  width: 50px;
  cursor: pointer;
  height: 50px;
  transition: all 0.3s ease;
  text-align: center;
  font-family: var(--zf-primary-semibold);
}

.ico-wraps{
  width: 26px;
  height: 15px;
  display: block;
  position: relative;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin: 4px auto 0;
  pointer-events: none;
  font-family: var(--zf-primary-bold);
}

.ico-wraps span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.ico-wraps span:nth-child(2n+1) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
.ico-wraps span:nth-child(1),
.ico-wraps span:nth-child(2) {
  top: 0;
}
.ico-wraps span:nth-child(2n) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.ico-wraps span:nth-child(3),
.ico-wraps span:nth-child(4) {
  top: 6px;
}
.ico-wraps span:nth-child(5),
.ico-wraps span:nth-child(6) {
  top: 12px;
}
.ico-wraps.active span {
  background: #8c8c8c;
}
.ico-wraps.active {
  color: #757575;
}
.ico-wraps.active span:nth-child(1),
.ico-wraps.active span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ico-wraps.active span:nth-child(1) {
  left: 4px;
  top: 5px;
}
.ico-wraps.active span:nth-child(2),
.ico-wraps.active span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ico-wraps.active span:nth-child(2) {
  left: calc(50% - 4px);
  top: 5px;
}
.ico-wraps.active span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.ico-wraps.active span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.ico-wraps.active span:nth-child(5) {
  left: 4px;
  top: 10px;
}
.ico-wraps.active span:nth-child(6) {
  left: calc(50% - 4px);
  top: 10px;
}
.menu-left a:after {content: '';position: absolute;right: -30px;top: 0;width: 30px;height: 30px;background: url(/sites/default/files/zoho_general_pages/privacy/privacy-home-icon.png) no-repeat 8px 8px/15px;}
.menu-left a{position:relative}

/* menu end */

/***update****/
.i18n-ar .zopt-cookies-container {
    text-align: center;
}
.content-wrap {
    max-width: 100%;
    width: 100%;
}
.content-wrap .row {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px 30px;
}
.region-content .content-wrap h1 {
    background: #182230;
    text-align: center;
    padding: 0;
    margin: 0;
    color: white;
    font-size: 40px;
    padding-top: 20px;
}
.zbanner-section {
    padding-bottom: 60px;
    background: #182230;
    margin-bottom: 20px;
}
.zopt-cookies-container {
    background: #182230;
    padding: 20px 0 0;
    text-align: center;
    margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--zf-secondary-bold);
}
.ztab_cookie span {
    font-family: var(--zf-secondary-semibold);
}
.zupdatedon {
    text-align: right;
    margin: 0 auto 50px;
    max-width: 900px;
    padding: 0 20px;
}
/***udpate end***/

.zp-table
{
width: 80%;
}
.zp-table-responsive{
overflow-x: auto;
}
@media screen and (max-width: 767px){
.zp-table {
width: 100%;
}
}

.managecookie{
cursor: pointer;
display: none;
color: red;
border-bottom: 1px solid red;
}
.list-space {
    overflow: hidden;
    max-width: 400px;
    width: 100%;
}
.list-space li {
    width: 50%;
    float: left;
}
.zcookie-details{
    display: none;
    padding: 0 12px;
    margin-bottom: 50px;
}
.zcookie-container .zcookie-container-inner:nth-child(2) > .zcookie-details{
    display: block;
}
.zcookie-container {
    margin: 40px auto 0;
    width: 100%;
}
.zcookie-container-inner h5 {
    background: #f8f8f8;
    padding: 12px;
    position: relative;
    cursor: pointer;
    display: none;
}
.zcookie-details p {
    font-size: 16px;
    margin-bottom: 30px;
}
.zcookie-details table,.thirdparty-cookie table {
    margin-bottom: 20px;
    font-size: 16px;
}
.zcookie-details th, .zcookie-details td,
.thirdparty-cookie th, .thirdparty-cookie td {
    border: 1px solid #e8e8e8;
    padding: 10px;
}
.zcookie-details th,.thirdparty-cookie th {
    background: #f0f0f0;
}

.zcookie-container-inner h5::after, .zcookie-container-inner h5::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 26px;
    width: 14px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.zcookie-container-inner h5::before {
    transform: rotate(-45deg);
    right: 20px;
}
.zopt-cookies-container.zopt-manage {
    margin-bottom: 20px;
}
.zopt-cookies-container > span.zopt-out {
    cursor: pointer;
    display: none;
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}
.zopt-cookies-container > span.zopt-in {
    display: none;
    cursor: pointer;
    color: white;
}
.zopt-cookies-container > span.zopt-in em{
    cursor: pointer;
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}
.zcookie-container {
    margin: 40px auto 0;
    width: 100%;
}
.ztab_cookie {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.ztab_cookie span {
    padding: 10px 0;
    width: 33%;
    display: inline-block;
    float: left;
    text-align: center;
    cursor: pointer;
}
.ztab_cookie span.zshow{
    font-family: var(--zf-primary-semibold);
color: #03a9f5;
}
.ztab_cookie em {
    position: absolute;
    width: 33%;
    height: 1px;
    background: #03a9f5;
    display: block;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
}

@media (max-width:1300px) {
  .menu-list {
      padding: 0 15px;
  }
}


@media screen and (max-width:767px) {
.ztab_cookie{
    display: none;
}
.region-content .content-wrap h1{
  font-size: 32px;
}
.zcookie-container-inner h5{
    display: block;
}

}
@media screen and (max-width:600px) {
.zcookie-details,.thirdparty-cookie{
    overflow: scroll;
    }
    
.zcookie-details table{
    width: 650px;
    }
  .region-content .content-wrap h1{
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .menu-right ul {
    position: absolute;
    top: 35px;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 15px;
    background-color: #182230;
    z-index: 1;
  }
  .menu-right ul li:not(:last-child) a {
    margin-right: 0;
    display: block;
    margin: 10px 0;
  }
  .menu-right ul li a.active:after {
    content: unset;
  }
  .content-wrap.munu-content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-right ul li a {
    padding: 0 15px;
  }
}
/*
.zbc-main {
  display: none;
  position: absolute;
  bottom: Calc(100% + 30px);
  left: 32%;
  width: 560px;
  background: #fff;
  color: #000;
  padding: 25px;
  padding-bottom:0;
  text-align: left;
  border-radius: 5px;
  overflow: scroll;
max-height: 650px;
height: 100%;
top: 8%;
z-index: 11;
}
.zbc-popup-inner {
    margin-bottom: 25px;
}
.zbottom-cookie-container {
  border-top: 1px solid #000;
font-size: 14px;
padding: 15px 10px;
background: #000;
position: fixed;
z-index: 9999 !important;
width: 100%;
bottom: 0;
color: #fff;
}
.zc-cookiewidget {
   display: none!important;
}
.zbc-inner {
  max-width: 1170px;
  width: 95%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.zbc-content {
  width: 65%;
  display: inline-block;
font-size: 14px;
}
.zbc-content a{
color:#00abfb;
}
.zbc-cta-container {
  width: 35%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding-top: 5px;
}
.zbc-cta {
  color: #00abfb;
  border: 1px solid #00abfb;
  padding: 6px 14px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
font-family: var(--zf-secondary-bold);
}
.zbc-cta-container > div {
  display: inline-block;
  position: relative;
}
.zbc-cta-accept {
  margin-left: 10px;
}
.zbc-main.active {
  display: block;
}
.zbc-popup-inner p {
  font-size: 14px;
  margin: 10px 0;
}
.zbc-desc {
    display: none;
}
.zbc-desc a{
	border-bottom: 1px solid #03a9f5;
}
.zc-type-container {
    padding: 20px 20px 20px 35px;
    background: #f8f8f8;
    margin-bottom: 20px;
}
.zbc-heading h5 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
}


.zc-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  left: 0;
  top: 0;
  z-index: 1;
display:none;
}
.zbc-popup-container > p {
  font-size: 14px;
  line-height: 1.6;
  padding: 0 10px;
}
.zbc-cta-se {
  padding: 8px 22px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  background: #03a9f5;
  color: #fff;
  font-family: var(--zf-primary-semibold);
  text-transform: uppercase;
  font-size: 12px;
}
.zbc-popup-container > h4 {
  font-size: 18px;
  padding: 0 10px;
  margin-bottom: 5px;
}
.zbc-heading {
    position: relative;
}
.ctog-container {
    position: absolute;
    right: 0;
    top: 2px;
    width: 44px;
    height: 20px;
    display: inline-block;
    padding: 2px 10px;
    box-sizing: border-box;
opacity: 0.4;
}
.ctog-container.strictly-text{
width: auto;
opacity: 1;
color: #06a7f0;
top: 0;
font-size: 15px;
right: 0;
padding-right: 0;
}
.ctog-bg {
    background: #03a9f5;
    width: 100%;
    display: inline-block;
    border-radius: 18px;
    height: 100%;
}
.ctog-pointer {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left:22px;
    top: 0;
    box-shadow: 0px 0px 7px -2px rgb(125, 125, 125);
transition: all 0.3s ease;
}
.ctog-container.ctog-active {
    opacity: 1;
    cursor: pointer;
}
.ctog-no .ctog-pointer {
    left: 0;
}
.ctog-no .ctog-bg {
    background: #a7a7a7;
}
.ctog-pointer::after, .ctog-pointer::before {
    content: "";
position: absolute;
left: 5px;
top: 11px;
width: 5px;
height: 2px;
background: #03a9f5;
transform: rotate(45deg);
transition: all 0.3s ease;
}
.ctog-pointer::before {
    width: 9px;
    transform: rotate(-45deg);
    left: 7px;
    top: 10px;
}
.ctog-no .ctog-pointer::after, .ctog-no .ctog-pointer::before {
    background: #a7a7a7;
    width: 10px;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -5px;
}
.zc-container-close {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #bfbfbf;
    transition: all 0.3s ease;
cursor: pointer;
}
.zc-container-close::after, .zc-container-close::before {
    background: #bfbfbf;
    width: 12px;
    left: 50%;
    top: 50%;
    margin-top: 0px;
    margin-left: -6px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    height: 1px;
cursor: pointer;
}
.zc-container-close::before {
    transform: rotate(-45deg);
}
.zbc-heading::after, .zbc-heading::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #626262;
    left: -22px;
    top: 50%;
    margin-top: -1px;
    transition: all 0.5s ease;
}
.zbc-heading::after {
    transform: rotate(90deg);
}
.zc-type-container.active .zbc-heading::after {
    transform: rotate(0);
}
@media screen and (max-width:991px) {
.zbc-content {
    width: 100%;
    text-align: center;
}
.zbc-cta-container {
    width: 100%;
    margin-top: 10px;
}
}
@media screen and (max-width:480px) {
.zbc-main {
    width: 98%;
    margin-left: 0;
    left: 1%;
padding: 15px;
}
.zbc-cta {
font-size:10px;
}
}*/
