/*define site fonts*/
@font-face {
  font-family: 'Lato_Medium';
  src: url('../SiteFonts/Lato-Medium.eot');
  src: url('../SiteFonts/Lato-Medium.woff2') format('woff2'), url('../SiteFonts/Lato-Medium.woff') format('woff'), url('../SiteFonts/Lato-Medium.ttf') format('truetype'), url('../SiteFonts/Lato-Medium.svg') format('svg'), url('../SiteFonts/Lato-Medium.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* by karam to prevent ie X*/
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/*by behery to show/hide element*/
.HideElement {
  display: none !important;
}

/*@media (max-width: 767px) { ONLY APPLY IF .full-section is "inline-block"
  #layout_3VerticalContainers_2sidesContainers_content {
    margin-top: -5px;
  }
}*/

#layout_3VerticalContainers_2sidesContainers_header {
  overflow: unset;
  overflow: visible;
}

#layout_3VerticalContainers_2sidesContainers_content {
  min-height: 430px;
}

#layout_3VerticalContainers_2sidesContainers_footer {
  position: absolute;
  bottom: 1px;
  width: 100%;
  left: 0px;
  /*background-image: url(../siteimages/Footer.svg);*/
  background-repeat: no-repeat;
  background-size: cover;
}

.digit-arabic-font {
  /*font-family: sans-serif !important;*/
}

.ShowElement {
  display: block !important;
}

/*direct global tags styles*/
html {
  min-height: 100%;
  position: relative;
  padding: 0px;
  margin: 0px;
  visibility: visible !important;
  direction: ltr;
}

body {
  margin: 0px;
  font-family: 'Lato_Medium';
  font-size: 14px;
  line-height: 20px;
  /*background-image: url(../SiteImages/New/NBE_Pattern.png);*/
  background-repeat: repeat;
}

body img {
  border: 0px
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*  portal updates    ========================================================================== */
.LoadingSpinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  text-align: center;
}

.LoadingSpinner>img {
  width: 100px;
  height: auto;
}

.columnWithoutSort {
  width: 100% !important;
}

/*  TYPOGRAPHY    ============================================================================= */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  text-align: left;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

.sub_title_line {
  width: 100px;
  margin: 0px 0px 10px;
  text-align: left;
  border-bottom: 1px solid;
}

label {
  text-align: left;
  display: block;
  margin: 0px 0px 4px 0px;
}

/*  INPUTS    ============================================================================= */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="email"],
select {
  border: 1px solid;
  display: block;
  line-height: 32px;
  height: 32px;
  padding: 0px 18px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 16px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[disabled],
select[disabled],
.user-name-label {
  cursor: not-allowed;
  border: 1px solid;
}

.form-group {
  display: block;
  margin: 8px 0px;
}

.form-group>label {
  padding: 0px 8px;
  white-space:nowrap;
}

.form-group>span {
  display: block;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 8px;
  font-size: 13px;
}

.form-group>span.errorValidation {
  padding: 0px !important;
}

.form-group input,
.form-group select {
  height: 32px;
  padding: 0px 16px;
  border-radius: 10px;
  width: 100%;
}

.form-group select {
  display: inline-block;
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  -ms-appearance: none;
  /* Edge */
  appearance: none;
  /* Future */
  background-image: url(../SiteImages/downArrow.svg);
  background-position: calc(100% - 10px) calc(100% - 7px);
  background-size: 14px 13px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  padding: 0px 16px;
}

.select-arrow {
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  -ms-appearance: none;
  /* Edge */
  appearance: none;
  /* Future */
  background-image: url(../SiteImages/downArrow.svg);
  background-position: calc(100% - 10px) calc(100% - 7px);
  background-size: 14px 13px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.form-group select::-ms-expand {
  display: none;
}

.qu-check,
.qu-radio {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media(min-width:320px) {
	.qu-check, .qu-radio {
		display:block;
	}
}
@media(min-width:992px) {
	.qu-check, .qu-radio {
		display:flex;
	}
}

.checkbox,
.radio {
  display: inline-block;
  margin: 0px;
  cursor: pointer;
}

.checkbox>label,
.radio>label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

label>input[type=radio],
label>input[type=checkbox] {
  width: 17px;
  height: 17px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 0px;
  border-radius: initial;
}

label>input[type=radio]:checked,
label>input[type=checkbox]:checked {
  width: 17px;
  height: 17px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 0px
}

/*input[type="checkbox"]:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: solid 2px #007d91;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0px 10px;
}

input[type="checkbox"]:checked:before {
    background-image: url(../images/ico-checkwhite.png);
    background-size: 190%;
    background-position: center;
    background-repeat: no-repeat;
}

.checkbox > label > input[type=checkbox],
.radio > label > input[type=radio] {
    width: auto;
    display: inline-block;
    margin: 0px 0px 0px 8px;
}*/



.input-validation > input {
  margin-bottom: 5px !important;
}

.required-field {
  margin: 0px !important;
}

.required-field:after {
  position: absolute;
  top: 15px;
  right: 5px;
  border-radius: 100%;
  content: "*";
  width: 10px;
  height: 10px;
  text-align: center;
  font-size: 21px;
  z-index: 10;
}

label+span.required-field:after {
  top: 17px;
}


@media (max-width: 767px) {
  input {
    line-height: 42px;
    padding: 0px 18px;
  }
}

@media (max-width: 390px) {
  .btn-second {
    width: 140px;
  }
}

#btnAppPopup2 {
  width: auto;
}

.fixed-label-input-form label.fixed-label {
  padding: 1px 0px;
  margin: 0px;
}

.fixed-label-input-form .form-group {
  margin: 0px 0px;
}

.fixed-label-input-form input,
.fixed-label-input-form select,
.fixed-label-input-form textarea {
  margin-top: 23px;
}
.fixed-label-input-form select {
	padding-right : 32px;
    margin-bottom:3px;
}
/*  BUTTONS    ============================================================================= */
a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.under_line {
  text-decoration: underline
}

button,
input[type=button] {
  display: block;
  line-height: 34px;
  font-family: inherit;
  margin-bottom: 8px;
  padding: 0px 16px;
  border-radius: 10px;
  border: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color:transparent;
}

button:hover {
  opacity: 0.8 !important;
}

@media (min-width: 767px) {

  .btn-finish,
  .btn-next,
  .btn-previous {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  /*.btn-finish:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
  }*/

  .btn-next:hover {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
  }

  .btn-previous:hover {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
  }
}

@media (max-width: 767px) {

  .btn-finish,
  .btn-next,
  .btn-previous,
  .HrSystem-mdl .btn-third {
    margin: 10px !important;
  }

  .btn-finish:hover,
  .btn-next:hover,
  .btn-previous:hover {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
  }
}

.btn-second,
.btn-third {
  display: inline-block;
  line-height: 36px;
  border-radius: 10px;
  padding: 0px 30px;
  font-size: 16px;
}

.btn-third {
  margin-right: 16px;
}

/*@media (max-width: 767px) {
    button, input[type=button], a {
        width: 100%;
        line-height: 44px;
    }
}/*

/*  IMAGES    ============================================================================= */
.img-full-width {
  display: block;
  width: 100%;
  height: auto;
}

/*  Page   ============================================================================= */
.page-content {
  margin: 0px 0px;
  padding-bottom: 16px;
}

.page-title {
  text-align: center;
  overflow: hidden;
  width: 100%
}

.page-title h3 {
  line-height: 35px;
  margin: 0px;
  text-align: center;
  padding: 5px 0px;
}

.page-title img.close-popup {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 32px;
  top: 8px;
  cursor: pointer;
}

.page {
  overflow: hidden;
  padding: 0px 16px;
  margin-top: 8px;
}

.sub-title {
  margin: 16px auto;
  margin-left: 16px;
  padding: 0px !important;
  border-bottom: 2px solid;
}

.sub-title h4 {
  margin: 0px;
  padding-bottom: 3px;
  word-spacing:1px;
}

.page-footer {
  text-align: center;
  margin-top: 16px
}

.page-footer button {
  display: inline-block;
  margin: 5px 8px;
  white-space:nowrap;
}



/*  Model    ============================================================================= */
.add-feature-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
}

.add-feature-popup .color-overlay {
  width: 100%;
  height: 100%;
}

.add-feature-popup .popup-contents {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*  ALERTS    ============================================================================= */
.alert {
  padding: 0px 16px;
}

.ui-simpledialog-container {
  min-width: 576.5px !important;
}

@media (max-width: 767px) {
  .ui-simpledialog-container {
    min-width: 300px !important;
  }
}

/*  SECTIONS and ROW    ============================================================================= */
.full-section {
  width: 100%;
  padding: 0px;
  position: relative;
  clear: both;
  overflow: hidden;
}

.section {
  padding: 0px 16px;
  margin: 0px auto;
  position: relative;
  clear: both;
}
@media (max-width : 768px) {
	.dynamic_content > .section {
		width : 100%;
}
}

.row-group {
  overflow: hidden;
  /*margin: 0px -16px;*/
  display: inline-block;
  width: 100%;
}

/*  GRID COLUMN SETUP   ==================================================================== */
.mob-1,
.mob-2,
.mob-3,
.mob-4,
.mob-5,
.mob-6,
.mob-7,
.mob-8,
.mob-9,
.mob-10,
.mob-11,
.mob-12,
.tab-1,
.tab-2,
.tab-3,
.tab-4,
.tab-5,
.tab-6,
.tab-7,
.tab-8,
.tab-9,
.tab-10,
.tab-11,
.tab-12,
.lab-1,
.lab-2,
.lab-3,
.lab-4,
.lab-5,
.lab-6,
.lab-7,
.lab-8,
.lab-9,
.lab-10,
.lab-11,
.lab-12,
.dek-1,
.dek-2,
.dek-3,
.dek-4,
.dek-5,
.dek-6,
.dek-7,
.dek-8,
.dek-9,
.dek-10,
.dek-11,
.dek-12 {
  min-height: 1px;
  position: relative;
  float: left;
  padding: 0px 16px;
}


/*  MOBILE COLUMN SETUP   ==================================================================== */
.mob-12 {
  width: 100%;
}

.mob-11 {
  width: 91.66666667%;
}

.mob-10 {
  width: 83.33333333%;
}

.mob-9 {
  width: 75%;
}

.mob-8 {
  width: 66.66666667%;
}

.mob-7 {
  width: 58.33333333%;
}

.mob-6 {
  width: 50%;
}

.mob-5 {
  width: 41.66666667%;
}

.mob-4 {
  width: 33.33333333%;
}

.mob-3 {
  width: 25%;
}

.mob-2 {
  width: 16.66666667%;
}

.mob-1 {
  width: 8.33333333%;
}

.mob-offset-12 {
  margin-left: 100%;
}

.mob-offset-11 {
  margin-left: 91.66666667%;
}

.mob-offset-10 {
  margin-left: 83.33333333%;
}

.mob-offset-9 {
  margin-left: 75%;
}

.mob-offset-8 {
  margin-left: 66.66666667%;
}

.mob-offset-7 {
  margin-left: 58.33333333%;
}

.mob-offset-6 {
  margin-left: 50%;
}

.mob-offset-5 {
  margin-left: 41.66666667%;
}

.mob-offset-4 {
  margin-left: 33.33333333%;
}

.mob-offset-3 {
  margin-left: 25%;
}

.mob-offset-2 {
  margin-left: 16.66666667%;
}

.mob-offset-1 {
  margin-left: 8.33333333%;
}

.mob-offset-0 {
  margin-left: 0;
}

.mob-pull-12 {
  right: 100%;
}

.mob-pull-11 {
  right: 91.66666667%;
}

.mob-pull-10 {
  right: 83.33333333%;
}

.mob-pull-9 {
  right: 75%;
}

.mob-pull-8 {
  right: 66.66666667%;
}

.mob-pull-7 {
  right: 58.33333333%;
}

.mob-pull-6 {
  right: 50%;
}

.mob-pull-5 {
  right: 41.66666667%;
}

.mob-pull-4 {
  right: 33.33333333%;
}

.mob-pull-3 {
  right: 25%;
}

.mob-pull-2 {
  right: 16.66666667%;
}

.mob-pull-1 {
  right: 8.33333333%;
}

.mob-pull-0 {
  right: auto;
}

.mob-push-12 {
  left: 100%;
}

.mob-push-11 {
  left: 91.66666667%;
}

.mob-push-10 {
  left: 83.33333333%;
}

.mob-push-9 {
  left: 75%;
}

.mob-push-8 {
  left: 66.66666667%;
}

.mob-push-7 {
  left: 58.33333333%;
}

.mob-push-6 {
  left: 50%;
}

.mob-push-5 {
  left: 41.66666667%;
}

.mob-push-4 {
  left: 33.33333333%;
}

.mob-push-3 {
  left: 25%;
}

.mob-push-2 {
  left: 16.66666667%;
}

.mob-push-1 {
  left: 8.33333333%;
}

.mob-push-0 {
  left: auto;
}


/*  TABLET COLUMN SETUP     ==================================================================== */
@media (min-width: 768px) {
  .section {
    width: 750px;
  }

  .tab-12 {
    width: 100%;
  }

  .tab-11 {
    width: 91.66666667%;
  }

  .tab-10 {
    width: 83.33333333%;
  }

  .tab-9 {
    width: 75%;
  }

  .tab-8 {
    width: 66.66666667%;
  }

  .tab-7 {
    width: 58.33333333%;
  }

  .tab-6 {
    width: 50%;
  }

  .tab-5 {
    width: 41.66666667%;
  }

  .tab-4 {
    width: 33.33333333%;
  }

  .tab-3 {
    width: 25%;
  }

  .tab-2 {
    width: 16.66666667%;
  }

  .tab-1 {
    width: 8.33333333%;
  }

  .tab20 {
    width: 20%;
    float: left;
    padding-right: 10px;
  }

    .tab33 {
        width: 33%;
        float: left;
        padding-right: 10px;
    }

  .tab-offset-12 {
    margin-left: 100%;
  }

  .tab-offset-11 {
    margin-left: 91.66666667%;
  }

  .tab-offset-10 {
    margin-left: 83.33333333%;
  }

  .tab-offset-9 {
    margin-left: 75%;
  }

  .tab-offset-8 {
    margin-left: 66.66666667%;
  }

  .tab-offset-7 {
    margin-left: 58.33333333%;
  }

  .tab-offset-6 {
    margin-left: 50%;
  }

  .tab-offset-5 {
    margin-left: 41.66666667%;
  }

  .tab-offset-4 {
    margin-left: 33.33333333%;
  }

  .tab-offset-3 {
    margin-left: 25%;
  }

  .tab-offset-2 {
    margin-left: 16.66666667%;
  }

  .tab-offset-1 {
    margin-left: 8.33333333%;
  }

  .tab-offset-0 {
    margin-left: 0;
  }

  .tab-pull-12 {
    right: 100%;
  }

  .tab-pull-11 {
    right: 91.66666667%;
  }

  .tab-pull-10 {
    right: 83.33333333%;
  }

  .tab-pull-9 {
    right: 75%;
  }

  .tab-pull-8 {
    right: 66.66666667%;
  }

  .tab-pull-7 {
    right: 58.33333333%;
  }

  .tab-pull-6 {
    right: 50%;
  }

  .tab-pull-5 {
    right: 41.66666667%;
  }

  .tab-pull-4 {
    right: 33.33333333%;
  }

  .tab-pull-3 {
    right: 25%;
  }

  .tab-pull-2 {
    right: 16.66666667%;
  }

  .tab-pull-1 {
    right: 8.33333333%;
  }

  .tab-pull-0 {
    right: auto;
  }

  .tab-push-12 {
    left: 100%;
  }

  .tab-push-11 {
    left: 91.66666667%;
  }

  .tab-push-10 {
    left: 83.33333333%;
  }

  .tab-push-9 {
    left: 75%;
  }

  .tab-push-8 {
    left: 66.66666667%;
  }

  .tab-push-7 {
    left: 58.33333333%;
  }

  .tab-push-6 {
    left: 50%;
  }

  .tab-push-5 {
    left: 41.66666667%;
  }

  .tab-push-4 {
    left: 33.33333333%;
  }

  .tab-push-3 {
    left: 25%;
  }

  .tab-push-2 {
    left: 16.66666667%;
  }

  .tab-push-1 {
    left: 8.33333333%;
  }

  .tab-push-0 {
    left: auto;
  }
}


/*  LABTOP COLUMN SETUP     ==================================================================== */

@media (min-width: 992px) {
  .section {
    width: 970px;
  }

  .lab-12 {
    width: 100%;
  }

  .lab-11 {
    width: 91.66666667%;
  }

  .lab-10 {
    width: 83.33333333%;
  }

  .lab-9 {
    width: 75%;
  }

  .lab-8 {
    width: 66.66666667%;
  }

  .lab-7 {
    width: 58.33333333%;
  }

  .lab-6 {
    width: 50%;
  }

  .lab-5 {
    width: 41.66666667%;
  }

  .lab-4 {
    width: 33.33333333%;
  }

  .lab-3 {
    width: 25%;
  }

  .lab-2 {
    width: 16.66666667%;
  }

  .lab-1 {
    width: 8.33333333%;
  }

  .lab-offset-12 {
    margin-left: 100%;
  }

  .lab-offset-11 {
    margin-left: 91.66666667%;
  }

  .lab-offset-10 {
    margin-left: 83.33333333%;
  }

  .lab-offset-9 {
    margin-left: 75%;
  }

  .lab-offset-8 {
    margin-left: 66.66666667%;
  }

  .lab-offset-7 {
    margin-left: 58.33333333%;
  }

  .lab-offset-6 {
    margin-left: 50%;
  }

  .lab-offset-5 {
    margin-left: 41.66666667%;
  }

  .lab-offset-4 {
    margin-left: 33.33333333%;
  }

  .lab-offset-3 {
    margin-left: 25%;
  }

  .lab-offset-2 {
    margin-left: 16.66666667%;
  }

  .lab-offset-1 {
    margin-left: 8.33333333%;
  }

  .lab-offset-0 {
    margin-left: 0;
  }

  .lab-pull-12 {
    right: 100%;
  }

  .lab-pull-11 {
    right: 91.66666667%;
  }

  .lab-pull-10 {
    right: 83.33333333%;
  }

  .lab-pull-9 {
    right: 75%;
  }

  .lab-pull-8 {
    right: 66.66666667%;
  }

  .lab-pull-7 {
    right: 58.33333333%;
  }

  .lab-pull-6 {
    right: 50%;
  }

  .lab-pull-5 {
    right: 41.66666667%;
  }

  .lab-pull-4 {
    right: 33.33333333%;
  }

  .lab-pull-3 {
    right: 25%;
  }

  .lab-pull-2 {
    right: 16.66666667%;
  }

  .lab-pull-1 {
    right: 8.33333333%;
  }

  .lab-pull-0 {
    right: auto;
  }

  .lab-push-12 {
    left: 100%;
  }

  .lab-push-11 {
    left: 91.66666667%;
  }

  .lab-push-10 {
    left: 83.33333333%;
  }

  .lab-push-9 {
    left: 75%;
  }

  .lab-push-8 {
    left: 66.66666667%;
  }

  .lab-push-7 {
    left: 58.33333333%;
  }

  .lab-push-6 {
    left: 50%;
  }

  .lab-push-5 {
    left: 41.66666667%;
  }

  .lab-push-4 {
    left: 33.33333333%;
  }

  .lab-push-3 {
    left: 25%;
  }

  .lab-push-2 {
    left: 16.66666667%;
  }

  .lab-push-1 {
    left: 8.33333333%;
  }

  .lab-push-0 {
    left: auto;
  }
}


/*  DESKTOP COLUMN SETUP    ==================================================================== */
@media (min-width: 1200px) {
  .section {
    width: 1170px;
  }

  .dek-12 {
    width: 100%;
  }

  .dek-11 {
    width: 91.66666667%;
  }

  .dek-10 {
    width: 83.33333333%;
  }

  .dek-9 {
    width: 75%;
  }

  .dek-8 {
    width: 66.66666667%;
  }

  .dek-7 {
    width: 58.33333333%;
  }

  .dek-6 {
    width: 50%;
  }

  .dek-5 {
    width: 41.66666667%;
  }

  .dek-4 {
    width: 33.33333333%;
  }

  .dek-3 {
    width: 25%;
  }

  .dek-2 {
    width: 16.66666667%;
  }

  .dek-1 {
    width: 8.33333333%;
  }

  .dek-offset-12 {
    margin-left: 100%;
  }

  .dek-offset-11 {
    margin-left: 91.66666667%;
  }

  .dek-offset-10 {
    margin-left: 83.33333333%;
  }

  .dek-offset-9 {
    margin-left: 75%;
  }

  .dek-offset-8 {
    margin-left: 66.66666667%;
  }

  .dek-offset-7 {
    margin-left: 58.33333333%;
  }

  .dek-offset-6 {
    margin-left: 50%;
  }

  .dek-offset-5 {
    margin-left: 41.66666667%;
  }

  .dek-offset-4 {
    margin-left: 33.33333333%;
  }

  .dek-offset-3 {
    margin-left: 25%;
  }

  .dek-offset-2 {
    margin-left: 16.66666667%;
  }

  .dek-offset-1 {
    margin-left: 8.33333333%;
  }

  .dek-offset-0 {
    margin-left: 0;
  }

  .dek-pull-12 {
    right: 100%;
  }

  .dek-pull-11 {
    right: 91.66666667%;
  }

  .dek-pull-10 {
    right: 83.33333333%;
  }

  .dek-pull-9 {
    right: 75%;
  }

  .dek-pull-8 {
    right: 66.66666667%;
  }

  .dek-pull-7 {
    right: 58.33333333%;
  }

  .dek-pull-6 {
    right: 50%;
  }

  .dek-pull-5 {
    right: 41.66666667%;
  }

  .dek-pull-4 {
    right: 33.33333333%;
  }

  .dek-pull-3 {
    right: 25%;
  }

  .dek-pull-2 {
    right: 16.66666667%;
  }

  .dek-pull-1 {
    right: 8.33333333%;
  }

  .dek-pull-0 {
    right: auto;
  }

  .dek-push-12 {
    left: 100%;
  }

  .dek-push-11 {
    left: 91.66666667%;
  }

  .dek-push-10 {
    left: 83.33333333%;
  }

  .dek-push-9 {
    left: 75%;
  }

  .dek-push-8 {
    left: 66.66666667%;
  }

  .dek-push-7 {
    left: 58.33333333%;
  }

  .dek-push-6 {
    left: 50%;
  }

  .dek-push-5 {
    left: 41.66666667%;
  }

  .dek-push-4 {
    left: 33.33333333%;
  }

  .dek-push-3 {
    left: 25%;
  }

  .dek-push-2 {
    left: 16.66666667%;
  }

  .dek-push-1 {
    left: 8.33333333%;
  }

  .dek-push-0 {
    left: auto;
  }
}


/*  SECTION MORE OPTION    ==================================================================== */
/* @media (min-width: 1440px) {
    .section {
        width: 1394px;
    }
}

@media (min-width: 1600px) {
    .section {
        width: 1522px;
    }
}

@media (min-width: 1920px) {
    .section {
        width: 1778px;
    }
} */


/*  HIDDEN CLASSES    ==================================================================== */
@media (max-width: 767px) {
  .hidden-mob {
    display: none !important;
  }

  .page-title h3 {
    font-size: 14px;
    line-height: 35px;
    padding: 5px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-tab {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lab {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-dek {
    display: none !important;
  }
}

/* -- Main Header   -------------------------------------------------- */

.main-nav-bar {
  position: relative;
  text-align: right;
  height: 51px;
  max-height: 51px;
}

.main-nav-bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.main-nav-bar>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

.main-nav-bar>div>div:nth-child(1) {
  margin-right: auto;
}

.nav-bar-menu-container {
  position: relative;
}

.nav-bar-menu-btn {
  display: none;
  width: 50px;
  height: 50px;
  padding: 12px;
  margin: 0px;
  margin-right: 10px;
  border-radius: 0px;
}

.nav-bar-menu-btn img {
  width: 100%;
  height: 100%;
}

.nav-bar-menu {
  min-height: 50px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  max-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.nav-bar-menu>li {
  max-height: 50px;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.nav-bar-menu>li>div {
  display: block;
  position: relative;
  max-height: 50px;
}

.nav-bar-menu>li>div:hover,
.nav-bar-menu>li>div:focus {
  cursor: pointer;
}

.nav-bar-menu>li>div:after {
  content: attr(data-label);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: hidden;
  position: absolute;
  content: attr(title);
  position: absolute;
  top: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-70%);
  padding: 6px;
  min-width: 105px;
  border-radius: 5px;
  z-index: 10;
}

.nav-bar-menu>li>div:hover:after {
  content: attr(data-label);
  visibility: visible;
}

.nav-bar-menu>li>div>img {
  width: 48px;
}

.nav-bar-menu>li>div>label {
  /* display: none; */
  padding: 16px;
  margin: 0px;
  font-size: 16px;
  cursor: pointer;
}

.dropdown-menu {
  display: inline-block;
  cursor: pointer;
}

.dropdown-btn {
  padding: 0px;
  line-height: normal;
  height: 44px;
  border-radius: 0px;
  margin: 0px;
}

.dropdown-content {
    list-style: none;
    padding: 0px !important;
    margin: 0px;
    border-radius: 10px;
    z-index: 1;
}

.dropdown-content img {
  width: 49px;
}

    .dropdown-content > li:last-child {
        display: none;
    }

.dropdown-menu img {
    height: 100%;
    margin-top: 5px;
}


.dropdown-menu:hover .dropdown-content {
  display: block;
  z-index: 100;
}

@media (max-width: 992px) {
  .nav-bar-menu-btn {
    display: block;
  }

  .nav-bar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px !important;
    position: absolute;
    top: 50px;
    right: 10px;
    max-width: 220px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 220px;
    max-height: unset;
    z-index: 100;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-bar-menu>li {
    text-align: left;
  }

  .nav-bar-menu>li>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-bar-menu>li>div:hover:after {
    visibility: hidden !important;
  }


  .nav-bar-menu>li>div>label {
    display: block !important;
    font-size: 18px;
    margin: 0px;
    margin-left: 10px;
    cursor: pointer;
  }
}

@media (min-width:767px) and (max-width: 992px) {
  .nav-bar-menu {
    display: none;
  }
}

.search-bar-container {
  position: relative;
  height: 50px;
}

.input-search {
  width: 138px;
  height: 51px !important;
  border: 0px;
  font-family: inherit;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50px auto;
  padding: 0px 50px 0px 16px !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

.input-search:focus {
  width: 390px;
}

@media (max-width: 1199px) {
  .input-search:focus {
    width: 219px;
  }
}

@media (max-width: 991px) {
  .input-search:focus {
    width: 190px;
  }
}

.search-btn {
  border-radius: 0px;
  padding: 0;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  margin: 0;
}

.search-btn img {
  height: 47px;
}

/* ##  Start Welcome User Menu ## */

.user_menu {
  position: relative;
  display: inline-block;
  max-height: 50px;
  height: 50px;
  z-index:99;
}

.user_menu-btn {
  font-size: 14px;
  border-radius: 0px;
  padding: 8px 16px;
  margin: 0px;
  height: 100%;
  min-width: 215px;
  border-bottom:1px solid;
}

.user_menu-btn>img {
  width: 34px;
  height: auto;
  float: left;
}

.user_menu-btn>span {
  margin: 0px 0px 0px 8px;
}

.user_menu-btn>p {
  display: inline-block;
  margin: 0px;
}

.user_menu:hover>.user_menu-content {
  display: block;
}

.user_menu-content {
  display: none;
  position: absolute;
  padding: 0px;
  width: 100%;
  z-index: 4;
}

.user_menu-content>div>button {
  width: 100%;
  text-align: left;
  border-radius: 0px;
  line-height: 33px;
  margin: 0px;
  padding: 0px 8px;
  text-decoration: none;
  display: block;
}

.user_menu-btn>span:last-of-type,
.user_menu-content>div>button>span {
  float: right;
  border-radius: 50%;
  padding: 2px;
  width: 24px;
  text-align: center;
  height: 24px;
  margin-top: 4px;
  line-height: 21px;
  font-weight: bold;
}

.link-cont {
  padding: 0 8px;
}

.logoutlink {
  border-bottom: 0px;
}

.logoutlink>button {
  border-bottom: 0px !important;
}

/* ##  End Welcome User Menu ## */

/* ## Start Search Bar For Mobile ## */

@media(min-width: 768px) {

  #wginsAppLayoutSearch_Mobile_Container,
  #wginsNBEDynamicWidget_SideMegaMenu_Container,
  #wginsAppLayoutBackButton_Default_Container {
    display: none;
  }
}

@media(max-width: 767px) {
  .search-bar-container {
    position: inherit;
    height: 44px;
  }

  .input-search {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    top: 52px;
    right: 0px;
    height: 50px !important;
    border: 0px;
    font-family: inherit;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50px auto;
    padding: 0px 16px !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    z-index: 2;
  }

  .input-search:focus {
    width: calc(100% - 32px);
    left: 16px;
    right: 16px;
  }

  .search-btn {
    border-radius: 0px;
    padding: 0;
    height: 50px;
    width: 44px;
    position: relative;
    right: 0px;
    top: -5px;
  }

  .search-btn img {
    height: 35px;
    margin-top:10px;
  }
}

/* ## End Search Bar For Mobile ## */

/* ## Start Back button ## */

.back-btn-mobile button {
  height: 44px;
  width: 44px;
  border-radius: 0;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-btn-mobile button img {
  width: 24px;
}

/* ## End Back button ## */

/* -- Main Header   -------------------------------------------------- */


/* -- Catagories Bar   -------------------------------------------------- */
.catagory-bar {
  position: relative;
}

.catagory-bar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.catagory-bar>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .catagory-bar>div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
  }

  .catagory-bar>div>div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .catagory-bar>div>div:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

#MainMenuItems .menu-item {
  padding: 0px;
  position: static;
}

.menu-item>button {
  display: block;
  line-height: normal;
  width: 100%;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  height: 109px;
}

.menu-item>button>img {
  margin-bottom: 1px;
  width: 50px;
}

.menu-item>button>label {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
}

#wgNBEDynamicWidget_DynamicMenuInst_Container {
  position: static;
}

.mega-menu {
  position: absolute;
  top: 108px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 16px;
  border-radius: 10px;
  z-index: 11;
  overflow: hidden;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .mega-menu {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .mega-menu {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .mega-menu {
    width: 1170px;
  }
}

.for-item-1,
.for-item-2,
.for-item-3,
.for-item-4 {
  display: none;
}

.mega-menu>div:first-of-type {
  padding: 0px 16px 0px 0px;
}

.mega-menu>div:last-of-type {
  padding: 0px;
}

.mega-menu>div>ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.mega-menu>div>ul>li {
  overflow: hidden;
  margin-bottom: 16px;
  padding-right: 16px;
}

.mega-menu>div>ul>li:last-of-type {
  margin-bottom: 0;
}

.mega-menu>div>ul>li>label {
  font-weight: bold;
}

.mega-menu>div>ul>li>ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 16px;
}

.mega-menu>div>ul>li>ul>li {
  line-height: 24px;
}

.mega-menu>div>ul>li>ul>li>button {
  line-height: 24px;
  margin: 0px;
  display: block;
  width: 100%;
  text-align: left;
}

.mega-menu>div>ul>li>ul>li>button:hover,
.mega-menu>div>ul>li>ul>li>button:focus {
  text-decoration: underline;
}

/* -- Catagories Bar   -------------------------------------------------- */

.brand {
  cursor: pointer;
}

/* -- Mobile media query start from 767px to 320px ---------------- */
@media (max-width: 767px) {

  #main {
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s;
  }

  .header {
    position: fixed;
    z-index: 2;
    top: 0px;
    border-bottom: 4px solid;
  }

  .catagory-bar {
    overflow: hidden;
    text-align: center;
  }

  .brand {
    width:30px;
    margin: 0 auto;
    font-size: 17px;
    /*margin: 12px 0px;*/
    /*padding: 0px 8px;*/
    /*line-height: 20px;*/
  }

  .brand>a {
    font-size: 17px;
    font-weight: bold;
  }

  .slide-menu-btn {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-menu-btn>button {
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
  }

  .slide-menu-btn img {
    height: 24px;
    margin-right: 10px;
  }

  .sidenav {
    display: none;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: -4px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 44px !important;
    background-image: url(../../siteimages/menubg.svg);
    background-size: cover;
    height: 100% !important;
    border-right: 4px solid;
    background-position: center;
  }

  .sidenav h5 {
    line-height: 34px;
    margin: 0px;
    padding: 0px 8px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 3px solid;
  }

  .sidenav .selection a {
    line-height: 34px;
    margin: 0px;
    padding: 0px 8px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 3px solid;
}
  .sidenav h5:after {
    content: "^";
    font-size: 19px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    right: 15px;
  }

  .sidenav h5.active:after {
    content: "^";
    font-size: 19px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 15px;
  }

  .sidenav ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    text-align: left;
    padding-left:0px !important;
  }

  .sidenav ul li {
    padding: 0px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    border-bottom: 1px solid;
  }

  .sidenav ul li a {
    line-height: 34px;
    text-decoration: none;
    font-size: 16px;
    padding: 0px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
  }

  .sidenav .closebtn {
    line-height: 34px;
    text-decoration: none;
    font-size: 16px;
    padding: 0px 7px 0px 8px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 28px;
  }
}

@media (max-width: 360px) {
  .brand {
    font-size: 13px;
  }
}

/* -- Floating Menu   -------------------------------------------------- */
.fixed-menu {
  position: fixed;
  right: 0px;
  margin-right: 0px;
  top: 30%;
  width: 74px;
  border-radius: 0px;
  z-index: 11;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid;
  border-right: 0;
  border: none;
  padding: 12px 0px;
}
@media (max-height:430px) {
  .fixed-menu {
     top: 14%;
  }
}
.fixed-menu1 {
  right: -70px;
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -20px;
  top: 50%;
  border-radius: 9px;
  padding: 6px 3px 3px 3px;
  display: block;
  margin: 0px;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.arrow img {
    margin-top:-1px;
    margin-bottom:1px;
     margin-left:1px;
    width:22px;
}
.fixed-menu1 .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -20px;
  top: 50%;
  border-radius: 9px;
  padding: 6px 3px 3px 3px;
  display: block;
  margin-right: 0px;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

div.tab {
  overflow: hidden;
}

div.tab button {
  display: inline;
  width: calc(20% - 4px);
  border-radius: 0px;
  margin: 0px;
  font-weight: bold;
  background: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-bottom: 2px solid;
}

.menutab {
  width: 30% !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

div.tab button:hover,
div.tab button.active {}

.menutab.active {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

div.tab button img {
  vertical-align: middle;
}

.tabcontent,
.tabcontentcal {
  display: none;
  overflow: hidden;
  width: 100%;
  padding-top: 7px;
  border-top: none;
}

#ExchangeRate {
  display: block;
}

#Personal {
  display: block;
}

.tabcontent-img {
  margin: 55px 0px 0px 0px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.tabcontent-form {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.tabcontent-result {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.tabcontent-result label {
  font-family: Helvetica-thin;
  font-size: 25px;
  text-align: center;
  line-height: 31px;
}

.tabcontent-result h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.tabcontent-result h2::after {
  content: " EGP";
  font-family: Helvetica-thin;
  font-size: 18px;
}

.tabcontent-result button {
  width: 100%;
  padding: 0px;
  line-height: 25px;
}

.fixed-menu>.fix-tabs>button {
  width: 100%;
  height: 70px;
  padding: 16px 8px;
  margin: 0px;
  border-radius: 0px;
}

.fixed-menu>.fix-tabs>button:first-of-type {
  border-radius: 10px 0 0 0;
}

.fixed-menu>.fix-tabs>button:last-of-type {
  border: 0px;
  border-radius: 0 0 0 10px;
}

.fix-content {
  display: none;
  position: absolute;
  width: 500px;
  top: 0px;
  right: 74px;
  padding: 13px 25px;
  border-radius: 0px;
  min-height: 211px;
  border: 1px solid;
  border: 0px !important;
  padding-right: 6px;
  padding-top: 10px;
  padding-bottom: 2px;
  min-height: 100%;
}

.fix-content>h4 {
  text-transform: capitalize;
}

.fix-content>div>input[type=text] {
  line-height: 32px;
  margin: 0px 0px 8px 0px;
  border-radius: 10px;
  padding: 0px 16px;
}

.fix-content>div>input[type=text]:nth-child(1),
.fix-content>div>input[type=text]:nth-child(2) {
  width: 49%;
  display: inline-block;
}

.fix-content>div>input[type=text]:nth-child(1) {
  margin-right: 4px;
  display: inline-block;
}

.fix-content>div>input[type=text]:nth-child(2) {
  margin-left: 4px;
}

.fix-content>div>input[type=text]:nth-child(3) {
  width: 100%;
}

.fix-content>div>textarea {
  width: 100%;
  border-radius: 10px;
  padding: 16px;
  resize: none;
}

.textarea {
  border-radius: 10px;
  padding: 7px 16px;
  resize: none;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  display: block;
  max-height: 250px;
  min-height: 48px;
  border: 1px solid;
}

.table-full-width {
  width: 100%;
  margin-bottom: 8px;
}

.table-full-width>table {
  width: 100%;
  border-spacing: 1px;
}

.table-full-width>table>thead>tr>td {
  padding: 1px 8px 4px 8px;
  font-weight: bold;
  text-align: center;
}

.table-full-width>table>thead>tr>td:nth-child(1) {
  width: 41%;
}

.table-full-width>table>tbody>tr>td {
  padding: 0px 8px;
  line-height: 26px;
}

.table-full-width>table>tbody>tr>td:nth-child(1) {
  font-weight: bold;
}

.table-full-width>table>tbody>tr>td:nth-child(2),
.table-full-width>table>tbody>tr>td:nth-child(3),
.table-full-width>table>tbody>tr>td:nth-child(4),
.table-full-width>table>tbody>tr>td:nth-child(5) {
  font-family: Helvetica-thin;
  font-size: 16px;
  text-align: right;
}

.tab-footer {
  position: absolute;
  bottom: 13px;
  width: calc(100% - 32px);
  text-align: right;
}

.tab-footer>button {
  display: inline-block;
  line-height: 24px;
  margin: 0px 4px;
  font-weight: bold;
  border-radius: 12px;
}

#fix-item-2>div>div {
  display: inline-block;
  padding: 3px 8px;
}

/*
#fix-item-2>div>div>select {
    width: 70px;
    border: 0px;
    line-height: 34px;
    padding: 9px 8px 8px 8px;
    float: left;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
*/

.selectorsyles {
  width: 70px !important;
  border: 0px;
  line-height: 34px;
  padding: 5px 8px 9px 8px;
  float: left;
  border-radius: 10px 0 0 10px;
}

.inputstyles {
  width: calc(100% - 74px) !important;
  line-height: 36px !important;
  padding: 0px 8px !important;
  border-width: 1px 1px 1px 0px !important;
  border-style: solid !important;
  border-radius: 0 10px 10px 0 !important;
  text-align: right;
  font-family: inherit !important;
  font-weight: bold;
  font-size: 15px
}

.getintouch h4 {
  font-weight: bold;
  margin-bottom: 0px;
}

.lefttouch {
  float: left;
  width: 48%;
}

.righttouch {
  float: left;
  width: 45%;
  margin-left: 35px;
}

.touch h4 {
  font-size: 16px;
  line-height: 19px;
  text-decoration: underline;
}

.touch h6 {
  margin-bottom: 0px;
  line-height: 15px;
  font-size: 12px;
}

.touch button {
  padding: 0px;
}

.offer {
  width: 40%;
  height: 15%;
  float: left;
  margin: 8px 32px 4px 8px;
  border-radius: 10px;
}

.offer img {
  margin-bottom: 5px;
  float: left;
  padding: 8px;
  border-radius: 10px;
  width: 50px;
}

.offerzone h3 {
  padding-bottom: 10px;
}

.offerzone h5 {
  padding: 10px;
  text-align: center;
  float: left;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  text-decoration: underline;
  cursor: pointer;
}



offerzonetitle {
  font-weight: bold;
  margin-bottom: 0px;
}

.offerzone .offer button {
  padding: 0px;
}

/* -- Floating Menu   -------------------------------------------------- */


/*gradient-gold -line*/
.gradient-golden-line {
  width: 100%;
  height: 2px;
}

/*gradient-gold -line*/


/* -- Breadcrump   -------------------------------------------------- */
.adress-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 43px;
}

.adress-nav button {
  font-size: 16px;
  padding: 0px 5px;
  height: 33px;
  padding-top:3px;
  margin: 0px;
  line-height: 33px;
}

.adress-nav .adress-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 767px) {
  .adress-nav .adress-nav-btn {
    font-weight: normal;
    font-size: 11px;
  }
}

.adress-nav button:nth-child(1):hover {
  opacity: 1;
}

.adress-nav .adress-nav-btn>div {
  cursor: pointer;
  line-height: 1.2;
}

.adress-nav img {
  height: 25px;
}

.adress-nav span {
  padding: 0px 8px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 33px;
}

.adress-nav span:after {
  content: ">";
}

.gradient-golden-line-thin {
  width: 100%;
  height: 2px;
}

@media (max-width: 767px) {
  .adress-nav span {
    font-size: 11px;
  }
}

/* -- Breadcrump   -------------------------------------------------- */


/* -- Form nav   -------------------------------------------------- */
.active-form-nav {
  padding-bottom: 12px !important;
  border-bottom: 3px solid
}

.form-nav ul {
  padding: 0px !important;
  margin: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-nav ul li {
  padding: 16px 16px 13px 16px;
  cursor: default;
  width: 20%;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px solid;
}

.form-nav ul li button {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  cursor: default;
  width: 100%;
}

/* -- Mobile media query start from 767px to 320px --------------------- */
@media (max-width: 991px) and (min-width: 767px) {
  .hid {
    display: none;
  }

  .form-nav ul li {
    padding: 16px 48px 13px 13px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .form-nav ul li {
    padding: 16px 16px 13px 0px;
    cursor: pointer;
    text-align: center;
    float: left;
    border-bottom: 1px solid;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .form-nav ul li {
    padding-left: 0px;
  }
}

@media (max-width: 1199px) {
  .form-nav ul li {
    padding: 16px 25px 13px 39px;
  }
}

@media (max-width: 767px) {
  .form-nav ul li {
    width: 12%;
    padding: 16px 0 13px 0px;
    border-bottom: 1px solid;
  }

  .active-form-nav {
    padding-bottom: 12px !important;
    width: 46% !important;
    border-bottom: 3px solid !important;
  }
}


@media (min-width: 767px) {
  .form-nav ul li {
    padding: 16px 16px 13px 0px;
    text-align: center;
    float: left;
  }
}

/* -- Form nav   -------------------------------------------------- */


/* -- Card -------------------------------------------------- */
.cards {
  border-radius: 10px;
  max-width: 320px;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
  border: 2px solid;
}

.card-inactive {
  opacity: 0.5;
}

.card_img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  height: 225px;
  border-bottom: 2px solid;
}

.cards .card_img img {
  display: block;
  width: initial;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
}

.cards .card_footer {
  padding: 6px;
  text-align: center;
}

.cards .card_footer h4,
.cards .card_footer p {
  text-align: center;
}

/* -- Card -------------------------------------------------- */


/* -- Footer   -------------------------------------------------- */
.Zone_znAppLayoutFooter_Class {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}

.Zone_znAppLayoutFooter_Class > div  {
  padding:0px 16px;
}

.Zone_znAppLayoutFooter_Class ul {
  list-style: none;
  margin: 0px;
  padding: 0px !important;
}

.Zone_znAppLayoutFooter_Class ul li,
.Zone_znAppLayoutFooter_Class ul li button,
.Zone_znAppLayoutFooter_Class ul li strong {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.Zone_znAppLayoutFooter_Class ul li label {
  line-height: 20px;
  margin: 0px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.Zone_znAppLayoutFooter_Class .tab-4>ul>li,
.Zone_znAppLayoutFooter_Class .tab-3>div>ul>li {
  margin-bottom: 16px;
}

.Zone_znAppLayoutFooter_Class .tab-4>ul>li>ul,
.Zone_znAppLayoutFooter_Class .tab-3>div>ul>li>ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 16px;
}

.Zone_znAppLayoutFooter_Class .tab-4>ul>li>ul>li>button:hover,
.Zone_znAppLayoutFooter_Class .tab-4>ul>li>ul>li>button:focus,
.Zone_znAppLayoutFooter_Class .tab-3>div>ul>li>ul>li>button:hover,
.Zone_znAppLayoutFooter_Class .tab-3>div>ul>li>ul>li>button:focus {
  text-decoration: underline;
}

.news-letter {
  margin: -16px -16px 16px -16px;
  padding: 16px;
}

.newsletter .news_check {
  text-align: center
}

.newsletter p {
  text-align: center
}

.add-feature-popup .news-letter-popup .page-title {
  margin-bottom: 16px
}

.add-feature-popup .news-letter-popup .page-title img.close-popup {
  top: 15px;
}

.add-feature-popup .news-letter-popup .page h3 {
  margin-bottom: 0;
  padding-top: 16px;
  font-weight: normal;
  font-size: 20px;
}

.news-success,
.news-failed {
  text-align: center;
  margin: 22px auto;
  margin-bottom: 6px;
}

.news-success img,
.news-failed img {
  width: 40px;
  margin-bottom: 5px;
  text-align: center;
}

.news-success span,
.news-failed span {
  font-size: 18px;
  display: block;
}

.news-letter>div>input[type=text] {
  width: calc(100% - 34px);
  display: inline;
  line-height: 30px;
  border-radius: 10px 0 0 10px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  padding: 0px 12px;
}

.news-letter>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-letter>div>.errorValidation {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}



.news-letter>div>span>button {
  line-height: 8px;
  padding: 0px;
  margin: 0px;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
}

.Zone_znAppLayoutFooter_Class ul>li>ul>li>span,
.Zone_znAppLayoutFooter_Class ul>li>ul>li>div {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  margin-left: 4px;
  font-weight: bold;
  line-height: 23px;
}

.Zone_znAppLayoutFooter_Class ul>li>ul>li>span:first-child {
  margin-left: 23px;
}

.Zone_znAppLayoutFooter_Class ul>li>ul>li>span {
  border-radius: 100%;
}

.sm-links>span {
  width: 24px !important;
  height: 24px !important;
}

.sm-links>span>a>img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.copyright-bar {
  padding: 8px 16px;
}

.copyright-bar p {
  text-align: right;
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
}

/* -- Footer   -------------------------------------------------- */


.swipe .swiper-wrapper {
  -webkit-transform: translate3d(15.8px, 0px, 0px);
  transform: translate3d(15.8px, 0px, 0px);
}

.swipe .swiper-slide {
  width: auto;
  margin-right: 0px;
  display: inline;
}

/* -- alert   -------------------------------------------------- */
/*.alert-container, .alert-message {
    position: absolute;
    z-index: 23;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 200px;
}

.alert-buttons {
    margin-top: 90px;
}*/
/* -- alert   -------------------------------------------------- */


/* -- Alert Popup   -------------------------------------------------- */
.ui-simpledialog-container {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.ui-simpledialog-title {
  font-size: 16px !important;
}

.ui-simpledialog-container .AccountName {
  padding: 11px 0px !important;
}

.ui-simpledialog-container .alert center div:last-of-type {
  padding: 10px 5px;
}

/* -- Alert Popup-------------------------------------------------- */

.advert-images img {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
  float: right;
}

.icon-holder {
  float: left;
  height: auto;
  width: 30px;
}

.icon-holder a {
  display: inline;
  list-style: none;
}

.info-holder {
  float: left;
  width: calc(100% - 33px);
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

.info-holder h5.gold-txt-1 {
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0px 4px 0px;
  padding: 0;
}

.info-holder div {
  padding-top: 2px;
}

.info-holder a {
  display: inline;
  cursor: pointer;
}



.info-holder ul {
  list-style: none;
  padding-left: 0px !important;
}

.info-holder ul li button {
  width: 100%;
  border-radius: 0px;
}

.megaMenuMoreBtn {
  text-align: right;
}

.megaMenuTheme_3 .icon-holder {
  visibility: hidden;
}

.megaMenuTheme_3 .info-holder {
  width: 100%;
  padding-top: 10px;
}

.megaMenuTheme_3 .info-holder ul li {
  width: 94%;
  padding: 5px 0px;
  border-bottom: 1px solid;
}


/* ## Start Date Pickier icons style ## */
input[type="date"] {
  padding-right: 3px !important;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  width: 100%;
}

input[type="date"]::-webkit-clear-button {
  font-size: 14px;
  height: 25px;
  margin: 0px 2px 0px 1px;
  position: relative;
}

input[type="date"]::-webkit-inner-spin-button {
  height: 35px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  font-size: 14px;
  margin: 4px 1px 0px;
}

input[type="date"]::-moz-clear-button {
  font-size: 15px;
  height: 25px;
  margin: 0px 2px 0px 3px;
  position: relative;
}

input[type="date"]::-moz-inner-spin-button {
  height: 35px;
}

input[type="date"]::-moz-calendar-picker-indicator {
  font-size: 15px;
  margin: 4px 2px 0px;
}

input[type="date"]::-ms-clear-button {
  font-size: 15px;
  height: 25px;
  margin: 0px 2px 0px 3px;
  position: relative;
}

input[type="date"]::-ms-inner-spin-button {
  height: 35px;
}

input[type="date"]::-ms-calendar-picker-indicator {
  font-size: 15px;
  margin: 4px 2px 0px;
}

input[type="date"]::-o-clear-button {
  font-size: 15px;
  height: 25px;
  margin: 0px 2px 0px 3px;
  position: relative;
}

input[type="date"]::-o-inner-spin-button {
  height: 35px;
}

input[type="date"]::-o-calendar-picker-indicator {
  font-size: 15px;
  margin: 4px 2px 0px;
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ui-datepicker-title>select {
  line-height: 1.1;
  height: auto;
  padding: 2px 5px;
  border-radius: 5px;
  text-align-last: left;
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  -ms-appearance: none;
  /* Edge */
  appearance: none;
  /* Future */
  background-image: url(../SiteImages/downArrow.svg);
  background-position: calc(100% - 10px) calc(100% - 2px);
  background-size: 14px 13px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

/* ## End Date Pickier icons style ## */


.adress-nav button>span {
  font-family: 'Lato_Medium' !important;
  vertical-align: middle;
  margin: 0px 5px 0px 0px;
}

.set-date {
  margin-bottom: 18px;
  border-radius: 10px;
}

/* To Stop Display the Icon */
/*.set-date button {
  display: none;
}*/

.set-date>div button {
  position: absolute;
  top: 23px;
  right: 18px;
  height: 30px;
  cursor: default;
  border-radius: 0px;
  padding: 0px 10px;
}

.set-date>div span+button {
  /*top: 25px !important;*/
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.set-date>div button img {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.set-date input[type=text] {
  padding-right: 56px;
}

.overflow-hidden {
	overflow: hidden;
}


	.overflow-hidden {
		overflow: hidden;
		height: 100%;
		max-height: 100%;
	}
        .overflow-hidden #layout_3VerticalContainers_2sidesContainers_footer {
            top: 100%;
        }


.wginsCustomerLogin_HomeCSSClass .login-group .login-panel span {
  padding: 0 16px;
}


.less-margin {
  margin-bottom: 491px !important;
}


#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .gradient-golden-line {
  display: none;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .exchange-currency-link {
  margin: 0px;
  max-width: 50%;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .dek-offset-1 {
  margin-left: 0px;
  width: 0px;
  padding: 0;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .exchange-currency-link img {
  display: none;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .exchange-currency-link h3 {
  text-align: center;
  margin: 0px;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .tabs-section {
  min-height: 0;
}

#wginsExchangeRateCurrencyConverter_Default .tabs-section {
    background-image: url(.././SiteImages/ExchangeRates.jpg);
    background-repeat: no-repeat;
    background-size: 105% 100%;
    background-position: center;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home #divExchangeRateCurrencyConverterExchangeRate {
  width: unset;
  padding: 0px;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .page-title {
  display: none;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .latest {
  margin-top: 2px;
  font-size: 13px;
  margin-bottom: 2px;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .lab-offset-1 {
  margin: 0;
  width: 100%;
  overflow: auto;
  padding-left: 0;
  padding-right: 0;
}


#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .exchange-currency-link {
  height: 35px;
  padding: 0px;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .exchange-currency-link h3 {
  font-size: 16px;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home #btnCurrencyConverterChangeToExchangeRate {
  border-radius: 10px 0 0 0;
  margin-left: 8px;
}

#btnExchangeRateFindMore {
  float: left;
  margin-top: 8px;
  padding: 0px 16px !important;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home #btnCurrencyConverterChangeToCurrencyConverter {
  border-radius: 0px 10px 0 0;
}

#GeneratedContent .fix-content {
  height: auto;
  overflow: hidden;
  max-height:194px;
  overflow-y:auto;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .tabs-container {
  width: 100%;
  height: 35px;
  padding: 0;
}



#GeneratedContent .DCItem .fix-tab-link {
  background: none;
  padding: 0px;
  line-height: inherit;
  margin: 0px;
  text-align: center;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
}

#GeneratedContent .DCItem .fix-tab-link label {
  line-height: 13px;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
  margin: 0px;
  display: block;
}

#GeneratedContent .fixed-menu .DCItem {
  width: 100%;
  height: auto;
  padding: 0px 12px;
  margin: 0px;
  border-radius: 0px;
  /*border-bottom: solid 1px;*/
}

#GeneratedContent .fixed-menu .DCItem:last-of-type {
  border: none;
}

#GeneratedContent .currency-table tr td.marker {
  width: 130px;
  font-size:14px;
}

#GeneratedContent td.flag {
  width: 130px;
}

.products-comparison-table {
  margin-top: 16px;
  border: solid 1px;
}

.products-comparison-table-col {
  display: -webkit-box;
  display:flex;
}
/*#divProductComparisonAttributsTemplate>.row-group:first-child>div {
  border-bottom:2px solid;
}*/
.products-comparison-table-col > div {
  border-right:1px solid;
  border-bottom:1px solid;
}
.products-comparison-table h4,
.products-comparison-table p {
  text-align: center;
  font-weight: normal;
}



.products-comparison-table h4 span.font40 {
  display: block !important;
  font-size: 18px !important
}
.products-comparison-table h4 span {
  font-size: 18px !important;
}
.products-dropdown {
  margin-top: 32px;
}

/*@media (max-width: 767px) {
  .products-comparison-table-col {
    display: inline-block;
    text-align: center;
  }

  .products-comparison-table span {
    display: inline-block;
    padding: 8px 0;
  }

  .products-dropdown select {
    margin-bottom: 8px;
  }

  .mob-color-1 {
    padding: 8px 0;
  }
}*/

/* ## Start Swiper Bullets ## */
.products-swiper {
  padding-bottom: 30px !important;
}
.products-swiper .swiper-pagination-bullets {
  line-height:0px;
  bottom:0px !important;
}
.products-swiper .swiper-pagination-bullet {
  width:15px;
  height:15px;
}
.single-row-swiper,
.double-row-swiper,
.double-col-swiper {
  padding-bottom: 71px !important;
}

.single-row-swiper .swiper-pagination-bullet,
.double-row-swiper .swiper-pagination-bullet,
.double-col-swiper .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  opacity: 1;
}

@media (max-width: 767px) {

  .single-row-swiper .swiper-pagination-bullet,
  .double-row-swiper .swiper-pagination-bullet,
  .double-col-swiper .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
}

/* ## End Swiper Bullets ## */

.payment_landing {
  padding: 32px 0px;
  margin-bottom: -4px;
}

.ticket_summary {
  overflow: hidden;
  padding: 16px;
  border-radius: 10px;
  border-bottom: 1px solid;
}

.ticket_summary>ul {
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 8px 0px;
  list-style: none;
  overflow: hidden;
  margin-top: 16px;
}

.ticket_summary>ul>li {
  overflow: hidden;
  margin: 0px 0px 8px 0px;
}

.ticket_summary>ul>li:last-child {
  margin: 0px;
}

.ticket_summary>ul>li>label {
  margin: 0px;
  font-weight: bold;
  width: 50%;
}

#divPaymentSummaryPaymentMethodRadioButtons>label {
  width: 52%;
}

.ticket_summary>ul>li>span {
  display: block;
  text-align: right;
  width: 50%;
}

.ticket_summary>div>label {
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  #divPaymentSummarySummary {
    padding: 0px;
  }

  .ticket_summary {
    padding: 2px;
  }

  .ticket_summary>ul>li>label {
    font-size: 13px;
  }

  .ticket_summary>ul>li>span {
    font-size: 13px;
  }
}

.ticket_summary>div>p {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
}

.navigation_bar {
  text-align: center;
  margin-top: 16px;
}

.navigation_bar>button {
  margin: 0px 8px;
  width: 120px;
  padding: 0px 16px;
}

.payment-container {
  border-radius: 10px;
  padding: 16px;
  margin-top: 16px;
  margin-top: 16px;
  border: 1px solid;
}

@media (min-width: 600px) and (max-width: 992px) {
  .payment-container {
    width: 70%;
    margin-left: 15%;
  }
}

@media (max-width: 600px) {
  .payment-container {
    width: 90%;
    margin-left: 5%;
  }
}

.SpaceForDate {
  word-spacing: 3px;
}

/* ## Start Payment ## */
.payment_landing {
  padding: 32px 0px;
}

.payment_form {
  margin-bottom: 16px;
}

.payment_form>div {
  margin: 0px 0px 8px 0px;
}

.payment_form>div>label {
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
}

.payment_form>div>p {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
}

.navigation_bar {
  text-align: center;
}

.payment_form .expiry_date>p,
.payment_form .expiry_date>span {
  display: inline;
  float: left;
  margin: 6px 0px;
}

.navigation_bar>button {
  margin: 0px 8px;
  width: 120px;
  padding: 0px 16px;
}

.payment_landing {
  padding: 32px 0px;
}

.success_msg {
  text-align: center;
}

.success_msg img {
  margin-bottom: 16px;
  width: 50px;
  border-radius: 25px;
  height: 50px;
}

.navigation_bar {
  text-align: center;
}

.navigation_bar>button {
  margin: 0px 8px;
  padding: 0px 16px;
}

.success_msg h4,
.success_msg h3 {
  text-align: center;
}

.payment_landing {
  padding: 32px 0px;
}

.success_msg {
  text-align: center;
}

.success_msg img {
  margin-bottom: 16px;
  width: 50px;
  border-radius: 25px;
  height: 50px;
}

.navigation_bar {
  text-align: center;
}

.navigation_bar>button {
  margin: 0px 8px;
  padding: 0px 16px;
}

.success_msg h4,
.success_msg h3 {
  text-align: center;
}

.payment_landing {
  padding: 32px 0px;
}

.success_msg {
  text-align: center;
}

.success_msg img {
  margin-bottom: 16px;
  width: 50px;
  border-radius: 25px;
  height: 50px;
}

.navigation_bar {
  text-align: center;
}

.navigation_bar>button {
  margin: 0px 8px;
  width: 120px;
  padding: 0px 16px;
}


.success_msg h4,
.success_msg h3 {
  text-align: center;
}

/* ## End Payment ## */


/* ## Start Search Result ## */
.search-results h5 {
  margin-top: 16px;
}
#divLandingSearchResultsResultContainer {
  padding-top:16px;
}
#divLandingSearchResultsResultContainer div:first-child {
  padding-bottom:5px;
}

#divLandingSearchResultsResultContainerNoResult {
  text-align: center;
  padding: 32px 0px 16px;
}

.result-image {
  overflow: hidden;
}

.result-image img {
  width: auto;
  height: 83px;
}

.module-tag {
  display: inline-block;
  font-size: 16px;
}

.module-tag img {
  width: 15px;
  margin-left: 5px;
}

.result-tag {
  display: inline-block;
  float: right;
  margin-right: 4px;
}

/* ## End Search Result ## */

.WidgetInstanceBody {
  /*padding-left: 0px; */
}

#divShowHistoricalNews {
  cursor: pointer;
  text-decoration: underline;
}

#VerticalSection1 button {
  opacity: 1;
  z-index: 2;
}
.MenuWidgetInstanceContainer #wginsExchangeRateCurrencyConverter_Home {
  position:relative;
}
#btnExchangeRateFindMore {
  margin: -9px auto;
  position: absolute;
  bottom: 10px;
  padding-top: 0px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size:12px;
}

#GeneratedContent #wginsExchangeRateCurrencyConverter_Home .currency-in label {
  font-size: 17px;
  padding: 0;
  float: right;
}

#wginsExchangeRateCurrencyConverter_Home .page.divCurrencyConverterContainer {
  margin-bottom: 0px;
  max-height: 221px;
  overflow-y: auto;
  padding:0px 8px;

}

#wginsExchangeRateCurrencyConverter_Home .tab.row-group.reset-mar.exchange-currency-tabs>div {
  display: none;
}

#wginsNBEDynamicWidget_FooterMenu #VerticalSection1 button {
  background: none;
  padding: 0px 0px;
  padding-top: 0px;
  margin-top: 0px;
}

.card_number input {
  display: inline-block !important;
}

div.touch button {
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 8px !important;
}


.articles-titles {
  margin-bottom: 10px;
  padding-left:0px;
}

@media(max-width: 767px) {
  .articles-titles {
    margin-bottom: 0px;
  }
}

.hotline {
  padding-left: 8px;
   !important;
  display: inline-block;
}

.Socialize {
  display: inline-block;
  float: left;
  margin-top: 5px !important;
  margin-right: 8px !important;
  margin-left: 10px !important;
}

.footer-sec-widget label {
  line-height: 20px;
  margin: 0px;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 8px;
  margin-right: 12px;
  margin-bottom: 5px;
  font-size: 16px;
}

.footer-sec-widget .tab-12 {
  margin-top: 8px;
}

.sm-links a {
  display: inline-block;
  width:30px;
  margin: 0 2px;
}

.sm-links a>img {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin: 0px 5px;
}

.footer-sec-widget>div:first-child {
  padding-top: 30px;
}

.footer-sec-widget>div>div {
  padding: 0px;
}

.footer-sec-widget .tab-7 {
  width: 60%;
}

.footer-sec-widget .tab-5 {
  width: 40%;
  margin-top: 30px;
}

.footer-sec-widget .tab-7 ul li {
  width: auto;
  display: inline-block;
}

/* ## Start Date Picker Styles ## */
.ui-widget-header .ui-icon {
  background-image: url(../SiteImages/ui-icons_ffffff_256x240.png) !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  cursor: pointer;
  font-weight: normal !important;
  border: 0px !important;
}

/* ## End Date Picker Styles ## */

button:disabled {
  cursor: not-allowed;
  opacity:0.8 !important;
}

.padding-0 {
  padding: 0px !important;
}

/* ## Start Share & Like button ## */

input.btnAppLayoutButtonsLikeAndShare {
  border: 1px solid;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
  border-radius: 3px;
  height: 20px;
  padding: 0 19px;
  font-size: 11px;
  font-weight: bold;
  /*margin-right: 10px;*/
  line-height: 20px;
  min-width: 70px;
}

input.btnAppLayoutButtonsLikeAndShare:hover {
  border: 1px solid;
}
#btnAppLayoutButtonsLike {
  margin:auto;
}
/* ## End Share & Like button ## */

.favorite-btn {
  padding: 10px 0px;
}

.search-result:hover {
  cursor: pointer;
}


#divLandingSearchResultsPaging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#divLandingSearchResultsPaging>input {
  border: 1px solid;
  margin: 0px;
  cursor: pointer;
  font-family: arial;
}

#divLandingSearchResultsPaging>input[disabled] {
  border: 1px solid !important;
  cursor: default;
}

#divLandingSearchResultsPaging>span {
  padding: 0px 10px;
}

#divLandingSearchResultsPaging>span>span {
  padding: 0px 10px;
  cursor: pointer;
}

#divLandingSearchResultsPaging>select {
  margin-left: 10px;
  min-width: 70px;
  height: 36px;
  margin-bottom:5px;
}

select,
select.ddl {
  display: inline-block;
  -webkit-appearance: none;
  /* Webkit */
  -moz-appearance: none;
  /* FF */
  -ms-appearance: none;
  /* Edge */
  appearance: none;
  /* Future */
  background-image: url(../SiteImages/downArrow.svg);
  background-position: calc(100% - 7px);
  background-size: 14px 13px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  padding: 0px 16px;
}



#PaymentIFrame iframe {
  height: 536px !important;
  width:100% !important;
}

.small-popup {
  min-width: 600px;
  max-width: 600px;
  margin: auto;
}

@media (max-width:597px) {
  .small-popup {
    min-width: 100% !important;
    padding: 20px !important;
  }
}

.small-popup .page h4 {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
}

.add-feature-popup .popup-contents {
  min-width: 300px;
}

.fixed-label-input-form .qu-radio {
  margin-top: 7px;
}

.fixed-label-input-form .qu-radio>div {
  display: flex;
}

/* Popup Status Icon */
.popup-status-icon {
  text-align: center;
  padding-top: 20px;
}

/* Popup Status Icon */

@media (max-width: 767px) {

  #wgNBEDynamicWidget_NavBarInst_Container,
  #wginsAppLayoutCustomerWelcome_Default_Container {
    display: none;
  }

  #wginsAppLayoutMobileLogo_Default_Container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }

  input.input-search {
    display: none;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin-top:-1px;
  }
}


@media (min-width: 767px) {

  #wginsAppLayoutMobileLogo_Default_Container {
    display: none;
  }

  .input-search {
    display: block !important;
  }
}




button#btnCashDividensShowAllData {
  margin-top: 10px;
}

/*Sitemap special style*/

.sitemap_container {
  padding: 0px;
}

.sitemap_container .sitemap_header {}

.sitemap_container .sitemap_header h3 {
  text-align: center;
  padding: 16px 0px;
  font-size: 30px;
}

.sitemap_container .sitemap_body>h4 {
  text-align: center;
  font-size: 26px;
  padding: 16px 0px;
  margin: 0px;
}

.sitemap_container .sitemap_body .sitemap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 15px;
}

.sitemap_container .sitemap_body .sitemap_content div:nth-child(4),
.sitemap_container .sitemap_body .sitemap_content div:nth-child(5) {
  margin-top: 20px;
}

.sitemap_container .sitemap_body .sitemap_content .sitemap_item {
  width: 31.3%;
  /* margin: 0 1%; */
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
}

.sitemap_container .sitemap_body .sitemap_content .sitemap_item h4 {
  padding: 16px;
  border-radius: 5px;
}

.sitemap_container .sitemap_body .sitemap_content .sitemap_item span:first-child {
  margin-right: 5px;
}

.sitemap_container .sitemap_body .sitemap_content .sitemap_item h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  margin: 16px 0px;
  cursor: pointer;
}

.sitemap_container .sitemap_body .sitemap_content .sitemap_item h5 span img {
  width: 14px;
  height: 14px;
}

.sitemap_container .sitemap_body .sitemap_content .sitemap_item h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  margin: 16px 0px 10px;
}

.sitemap_container .sitemap_body .sitemap_content .sitemap_item h6 span {
  cursor: pointer;
}

.sitemap_container .sitemap_body .sitemap_content .sitemap_item h6 span:last-child:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.sitemap_container .sitemap_body .sitemap_content .sitemap_item h6 span:last-child {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.sitemap_container .sitemap_body .sitemap_content .sitemap_item img {
  display: block;
  width: 12px;
  height: 12px;
}

.sitemap_container .sitemap_body .sitemap_content .sitemap_item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 36px;
}

.sitemap_container .sitemap_body .sitemap_content .sitemap_item p span img {
  width: 7px;
  height: 7px;
}

@media only screen and (max-width: 992px) {

  .sitemap_container .sitemap_body .sitemap_content .sitemap_item {
    width: 46%;
  }

  .sitemap_container .sitemap_body .sitemap_content .sitemap_item h4 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 580px) {

  .sitemap_container .sitemap_body .sitemap_content .sitemap_item {
    width: 96%;
  }

  .sitemap_container .sitemap_body .sitemap_content .sitemap_item h4 {
    font-size: 17px;
  }

  .sitemap_container .sitemap_body .sitemap_content {
    padding: 0px 8px;
  }
}

.siteItemP .siteItemC {
  padding-left:10px;
}
.siteItemP .siteItemP {
   padding-left:10px;
}
/*End of sitemap special style*/



@media (max-width:400px) {
  .register-basic2 .row-group .form-group.mob-12 {
    padding: 0px;
  }
  .register-basic2 .sub-title {
    margin-left:0;
  }
  .info-accordion-panel {
    padding: 0px;
  }
}


@media (max-width:767px) {

  .followup-accordion-container,
  .followup-accordion-panel,
  .followup-accordion-panel .section.print,
  .followup-accordion-panel .section.print .page,
  .followup-accordion-panel .row-group,
  .followup-accordion-panel .row-group>div,
  .followup-accordion-panel .product-title {
    padding: 0px !important;
    margin-left: 0px;
  }

  .status-header {
    overflow-x: auto;
  }

  .status-header>div {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    margin: 5px !important;
    white-space: pre-line;
    padding-bottom: 5px !important;
  }

  .single-doc-row>div:first-child {
    font-size: 12px !important;
    word-break: break-all;
  }

  .single-doc-row>div:nth-child(2)>.upload-file span,
  .single-doc-row>div:nth-child(2) button,
  .single-doc-row>div:nth-child(2) a {
    width: 100% !important;
  }

  .single-doc-row>div:nth-child(4)>span {
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 0px !important;
    margin: 0px !important;
  }

  .followup-status>div:nth-child(3) button {
    margin: auto !important;
  }
}


button#SideMenuOpenSubMenu {
  padding: 0px;
  margin: 0;
}

#btnPrizesPrizesInfoNationalID {
  width: auto;
}

.input-validation > input {
  border: 1px solid !important;
}
.input-validation .errorValidation {
  padding-right:5px;
  padding-left:5px;
}
.nav-bar-menu>li>div:hover,
.nav-bar-menu>li>div:focus {
  cursor: pointer;
}

.nav-bar-menu>li>div:after {
  content: attr(data-label);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: hidden;
  position: absolute;
  content: attr(title);
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 6px;
  min-width: 105px;
  border-radius: 5px;
  z-index: 10;
}

.nav-bar-menu>li>div:hover:after {
  content: attr(data-label);
  visibility: visible;
}

.nav-bar-menu>li>div>label {
  display: none;
}

.navbar-label>div>label {
  display: block !important;
}

.navbar-label>div:after {
  display: none !important;
}

.user_menu-content>div>button {
  border-bottom: 1px solid;
}

.active1 {
  border-bottom: 4px solid !important;
}

.fixed-menu>.fix-tabs>button {
  border-bottom: 1px solid;
}

.fix-content {
  border: 1px solid;
}

.fix-content>div>input[type=text] {
  border: 1px solid;
}

.fix-content>div>textarea {
  border: 1px solid
}

.table-full-width>table>thead>tr>td {
  border-bottom: 2px solid;
}

.news-letter>div>span>button {
  border: 1px solid;
}

.Zone_znAppLayoutFooter_Class ul>li>ul>li>span {
  border: 1px solid;
}

.set-date>div button {
  border-left: 1px solid;
}

.payment_form>div {
  border-bottom: 1px solid;
}

.sm-links span a img {
  border: solid 1px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid;
}

#GeneratedContent .fixed-menu .DCItem:not(:last-child) {
    padding-bottom: 5px;
}

#GeneratedContent .DCItem .fix-tab-link img {
    width: 50px;
    margin:auto;
}


.success-message .login-panel h3 {
    text-align: center !important;
}

.success-message .login-panel button{
  border: 2px solid
}
.success-message .forgetBtn-5 {
    display: inline-block;
    margin: 20px auto 0px !important;
    float: none !important;
}

.new-password-form .login-panel h3{
  text-align:center !important;
}
.new-password-form .login-panel button{
  border: 2px solid
}
.new-password-form .login-panel > button:last-of-type {
  float:none;
  width: auto !important;
  min-width: 35%;
  margin: 20px auto 10px !important;
  text-align:center;
  line-height: 34px;
}

html.overflow-hidden .popup-contents{
  overflow: auto;
  max-height: 100%;
}
.smes_login_screen .page-footer button {
  border-radius:0px;
  border:1px solid;
}


.row-group.smes-loan-break {
    margin: 0px;
}


.smes-loan-break .qu-radio {
    margin-top: 23px;
    min-height: 32px;
}

.smes-cursor {
  cursor:pointer;
}
.smes-box{
    max-height: 200px;
    padding: 15px;
    margin-top: 15px;
    overflow-y: scroll;
}
.ShowItemAction_En {
  display:block;
}
.ShowItemAction_Ar {
  display:none;
}



@media (max-width:600px) { 
    .results-container #divLandingSearchResultsPaging {
    display: block;
    text-align:center;
    padding:0 10px;
    }
.results-container #divLandingSearchResultsPaging>input {
      display: inline-block;
  } 
  .results-container #divLandingSearchResultsPaging>select {
      display: inline-block;
  }
.results-container #divLandingSearchResultsPaging span:nth-of-type(2) {
    display: block;
  }
.results-container #divLandingSearchResultsPaging button {
      display: inline-block;
  } 
 } 
 @media (max-width:678px) and (min-width:600px) {
  .results-container #divLandingSearchResultsPaging div {
      flex-basis: 26%;
  }
}
.results-container #divLandingSearchResultsPaging button {
    display: inline-block;
} 
.results-container #divLandingSearchResultsPaging button:first-of-type {
  margin-right: 5px;
}
.results-container #divLandingSearchResultsPaging button img {
  width:10px;
  height:10px;
}


/*# Start Error #*/
.wrong {
  width:20%;
  margin:60px auto;
}
.wrong img {
  width:100%
}
.wrong h4 {
  text-align:center;
}
@media (max-width:767px) {
  .wrong {
    width:40%;
  }
    .wrong h4 {
    font-size: 16px;
  }
}
@media (max-width:320px) {
  .wrong{
    width:50%;
  }
}
/*# End Error #*/

/*sTART eDIT Currency Converter*/
.fix-content .page {
  margin-top:0px;
}
.fix-content .curr-conv {
  margin-top:5px;
}
.fix-content .currency-cho p {
  margin-top:10px;
  margin-bottom:0px;
}
.fix-content .page-content {
  padding-bottom:37px;
}
.fix-content .divExchangeRateCurrencyConverterCurrencyConverter {
  padding-bottom:10px;
}
.fix-content .two-arrows button {
  padding:0px;
  margin-top:0px
}
.fix-content .currency-cho {
  padding-top:20px
}
/*eND eDIT Currency Converter*/

@media (max-width: 1200px) and (min-width:992px) {
  .cards .card_img img {
    margin-left: -60px;
  }
}

@media (max-width: 1400px) and (min-width:1200px) {
  .cards .card_img img {
    margin-left: -30px;
  }
}

@media (max-width: 3000px) and (min-width: 1400px) {
  .cards .card_img img {
    margin-left: -22px;
  }
}
#ui-datepicker-div {
  position:absolute !important;
  z-index:999999 !important;
}
.brand #divAppLayoutMobileLogo img {
  width:auto;
  height:30px;
  margin-top:5px;
}


img.printimg {
    margin: auto;
}

.printimgcontainer {
    text-align: center;
}


.products-comparison-table-col:first-of-type div:nth-child(2) h4,
.products-comparison-table-col:first-of-type div:nth-child(3) h4,
.products-comparison-table-col:first-of-type div:nth-child(4) h4,
.products-comparison-table-col:first-of-type div:nth-child(5) h4,
.products-comparison-table-col:first-of-type div:nth-child(6) h4 {
    font-weight: bold;
}

.products-comparison-table .products-comparison-table-col > div {
    display: flex;
    align-items: center
}

    .products-comparison-table .products-comparison-table-col > div ul {
        list-style: none;
        padding-left: 0px;
        margin: 8px 0px 0px;
    }

    .products-comparison-table .products-comparison-table-col > div li {
        list-style: none;
        text-align: left;
        padding-bottom: 8px;
    }

.products-comparison-table  #divProductComparisonAttributsTemplate > .row-group > .divProductComparisonAttr {
    max-width: 250px;
    text-align: left;
}

    .products-comparison-table  #divProductComparisonAttributsTemplate > .row-group  * {
        text-align: left;
    }

.products-comparison-table  #divProductComparisonAttributsTemplate > .row-group:last-child > #divProductComparisonAttributsImageAppend > * {
    text-align: center;
    justify-content: center;
    margin: 0px auto 8px;
}

.products-comparison-table-col:first-of-type div:nth-child(2),
.products-comparison-table-col:first-of-type div:nth-child(3),
.products-comparison-table-col:first-of-type div:nth-child(4),
.products-comparison-table-col:first-of-type div:nth-child(5),
.products-comparison-table-col:first-of-type div:nth-child(6),
.products-comparison-table-col:first-of-type div:nth-child(7),
.products-comparison-table-col:first-of-type div:nth-child(8) {
  display:block
}

.change_pass_popup .popup-hide .page .row-group .mob-3 h4{
    margin-top: 23px;
}

/*## start  style pdf ##*/

.title .center {
    margin-top:20px;
    text-align: center;
}
.title .center *{
    text-align: center !important;
}
.title .center img{
    width: 60%;
}
.title .right p{
    text-align: right !important;
    direction:rtl;
}
.title .left p{
    text-align: left !important;
}
/*### Start Next one ###*/
.next-one ,
.next-two {
    border-top: 2px solid #000;
}
.next-one ul ,
.next-two ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
    margin: 7px 0px;
    align-items: center;
}
.next-one .inpu li ,
.next-two .inpu li  {
    width: 30%;
}
.next-two ul li:last-child {
  direction:rtl;
}
.next-one .inpu li:nth-child(3) , 
.next-two .inpu li:nth-child(3) {
    text-align: right;
}
.next-one .inpu li:nth-child(2) ,
.next-two .inpu li:nth-child(2) {
    border: 1px solid ;
    height: 30px;;
    width: 40%;
    border-radius: 20px;
    text-align: center;
    padding-top: 4px;
}

.SetReferenceCodeID {
  display:block;
}
.product_card .btn_white {
  border:1px solid;
}
/*### end Next one ###*/
.Terms {
    border-top: 2px solid #000; 
}
.Terms h3{
    text-align: center;
    margin-top:10px;
} 
.Terms .about p {
    margin: 0;
    text-align: right;
    direction: rtl;
}
.Terms .about2 p {
    margin: 0;
    text-align: left;
    direction: ltr;
}
.panel section {
    display: inline-block;
    width: 100%;
}
.marBord .inpu:first-child{
    margin-top: 20px;
}
.marBord .inpu:last-child {
  margin-bottom: 20px;
}
.marBord {
  border-bottom: 2px solid;
  display: grid;
}
/*## end  style pdf ##*/

.nested_list {
  padding: 0 !important;
  /* display: none; */
}

.nested_list2 li {
  padding: 8px 20px !important;
}
.nested_list > li div a {
    padding: 0px 0px 0px 40px !important;
}

.accordin-menu {
  padding: 0px !important;
}

.hide-menu {
  display: none;
  overflow: hidden;
}

.nested-accordion,
.nested2-accordion {
  padding: 0px 20px !important;
}

.nested2-accordion {
  padding-left: 30px !important;
}

.nested_list2 li {
  padding-left: 40px !important;
}

.selection {
  display: flex;
  position: relative;
  border-bottom: 1px solid;
}




.selection span {
    font-size: 16px;
    font-weight: bold;
    font-size: 19px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 0px;
    padding-left: 18px;
    padding-right: 18px;
    cursor: pointer;
    width: 60px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.toggle-rotate {
  -webkit-transform: rotatex(0deg) !important;
  -ms-transform: rotatex(0deg) !important;
  transform: rotatex(0deg) !important;
}

.sidenav .selection a {
  line-height: 34px;
  margin: 0px;
  padding: 0px 8px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 3px solid;
  /* flex-basis: 85%; */
  border: none;
  width: calc(100% - 60px);
}



.tab-label {
  width: 100%;
  border-bottom: 1px solid;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* height: 100%; */
  padding: 5px;
}

.tab-label img {
  width: 35px;
  margin-right: 15px;
}

.tab-label p {
  margin: 0px 0px 0px 0px;
}

.swiper-slide:hover {
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.navbar-menu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.show-menu {
  display: block !important;
}



.navbar-menu-tabs .swiper-button-next,
.navbar-menu-tabs .swiper-button-prev {
  background-size: 18px 25px;
}

.navbar-menu-tabs .swiper-button-next,
.navbar-menu-tabs .swiper-button-prev,
.navbar-menu-tabs .swiper-container-rtl .swiper-button-next,
.navbar-menu-tabs .swiper-container-rtl .swiper-button-prev {
  border-radius: 2px;
}

.navbar-menu-tabs .swiper-button-next,
.navbar-menu-tabs .swiper-container-rtl .swiper-button-next {
  margin-right: -20px;
  right: 30px;
}

.navbar-menu-tabs .swiper-button-prev,
.navbar-menu-tabs .swiper-container-rtl .swiper-button-prev {
  margin-left: -20px;
  left: 30px;
}

.navbar-menu-tabs .swiper-container {
  width: 90% !important;
  height: auto;
}

.navbar-menu-tabs .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.navbar-menu-tabs .swiper-wrapper .swiper-slide {
  height: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.relative-container {
  position: relative;
  width: 100%;
  margin-bottom:25px;
}

@media (max-width: 992px) {
  .tab-label {
      font-size: 15px;
      width: auto;
      height: auto;
      display: block;
      white-space: nowrap;
      width: 100px;
      margin: auto;
  }
  .tab-label img {
      margin: 0 auto;
      display: block;
  }
  .tab-label p {
      text-align: center;
  }
}

@media (max-width:768px) {
  .tab-label {
      font-size: 11px;
  }
}

@media(max-width: 360px) {
  .navbar-menu-tabs .swiper-button-next,
  .navbar-menu-tabs .swiper-button-prev,
  .navbar-menu-tabs .swiper-container-rtl .swiper-button-next,
  .navbar-menu-tabs .swiper-container-rtl .swiper-button-prev {
      width: 20px;
      height: 35px;
  }
}




.accordin-menu li.lvl-3 {
    padding: 0px 0px 0px 50px !important;
}
.lvl-3 {
  padding: 0px 0px 0px 20px !important;
}
/*Start Close Menu*/


.close-menu {
    width: 21px;
    height: 34px;
    position: absolute;
    top: calc(50% - 17px);
    left: -31.3pc;
    padding: 8px 7px 7px 0px;
    border-radius: 0px 10px 10px 0px;
    cursor:pointer;
    transition-delay:2s;
    z-index:999;
    display:none;
}
.close-menu img {
    width:100% !important;
    height:auto;
    margin-left:6px;
}
.hideFloatingMenu {
  display:none;
}

/*End Close Menu*/

.drop-down-admin {
	display:none;
}
.advert-images img[src=""] {
  display:none;
}
.flexSpace {
  display: flex;
  justify-content: space-between;
}
.flexSpace2 {
  display: flex;
  justify-content: space-between;
  align-items:center;
}
.flexSpace2 img {
  width:26px;
  height:auto;
  margin-right:7px;
}
.flexSpace a {
  padding-right: 15px;
  text-decoration: underline;
}
@media(max-width:390px) {
  .flexSpace ,
  .flexSpace2 {
    display: block;
    text-align: center;
  }
}
@media(max-width:992px) {
  .SpacePrint {
    white-space:pre-line;
  }
}
.pad0 {
  padding:0;
}
.sPc {
  padding-left:5px;
}
.m-0 {
  margin:0;
  }
  
.products-comparison-table-col:first-of-type div:nth-child(2) h4,
.products-comparison-table-col:first-of-type div:nth-child(3) h4,
.products-comparison-table-col:first-of-type div:nth-child(4) h4,
.products-comparison-table-col:first-of-type div:nth-child(5) h4,
.products-comparison-table-col:first-of-type div:nth-child(6) h4 {
    font-weight: bold;
    margin: 1px;
    font-size:20px;
    padding: 10px 0;
}

.products-comparison-table-col:first-of-type div:nth-child(2),
.products-comparison-table-col:first-of-type div:nth-child(3),
.products-comparison-table-col:first-of-type div:nth-child(4),
.products-comparison-table-col:first-of-type div:nth-child(5),
.products-comparison-table-col:first-of-type div:nth-child(6),
.products-comparison-table-col:first-of-type div:nth-child(7),
.products-comparison-table-col:first-of-type div:nth-child(8) {
  display:flex;
  align-items:center;
}
.products-comparison-table #divProductComparisonAttributsTemplate > .row-group > .divProductComparisonAttr h4 {
  margin-bottom:0
}
.products-comparison-table-col:first-of-type div:nth-child(1) h4 {
  font-weight:bold;
  margin:1px;
  font-size:20px;
  padding:10px 0;
}
@media (max-width:768px) {
.products-comparison-table-col:first-of-type div:nth-child(2) h4,
.products-comparison-table-col:first-of-type div:nth-child(3) h4,
.products-comparison-table-col:first-of-type div:nth-child(4) h4,
.products-comparison-table-col:first-of-type div:nth-child(5) h4,
.products-comparison-table-col:first-of-type div:nth-child(6) h4 {
    font-weight: bold;
    font-size:16px;
    padding: 10px 0;
}
.products-comparison-table-col:first-of-type div:nth-child(1) h4 {
  font-size:16px;
  }
}
.sitemap_main .catagory_header{
    height:auto;
}
.sitemap_main .catagory_header > img {
    width:100%;
    height:auto;
}