﻿
        @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

html,
body {
  height: 100%;
  font-size: 100%;
  background:#f9f9f9!important;
}

/*html[dir='rtl'] #socials {
    margin-left: -141px;
}
#socials {
    margin-right: -141px;
}*/

/* Fix dropdown arrow position in RTL */
html[dir='rtl'] .dropdown-toggle::after {
    transform: rotate(180deg);
    right: auto;
    left: 10px; /* Adjust as needed */
}

/* Ensure the dropdown menu aligns properly */
html[dir='rtl'] .dropdown-menu {
    right: auto;
    left: 0;
    text-align: right;
}

/* Fix alignment for specific dropdown arrows */
html[dir='rtl'] .nav-dropdown .dropdown-toggle::after {
    transform: rotate(180deg);
    margin-right: 67px;
    margin-left: 0;
}

/* Ensure correct positioning for .corporatedropdown */
html[dir='rtl'] .corporatedropdown {
    left: 0;
    right: auto;
}

body.fs-smaller {
  font-size: 85% !important;
}

body.fs-large {
  font-size: 125% !important;
}


body {
  font-family: 'Cairo', sans-serif !important;
  /*background: url(../../img/bg-body.png) no-repeat left bottom;*/
  background-color: #f9f9f9 !important;

}

body.dark-theme {
  background-color: #2B2B2B !important;
}

.invert .wrapper {
  filter: invert(1);
}

.greyscale .wrapper {
  filter: grayscale(1);
}

::selection {
  color: white;
  background: #628342 !important;
}

.form-group .col-md-3 {
  margin: 10px 0;
}


.ctatabbing {
  background-color: #ebebeb;
  width: 300px;
  border-radius: 124px;
  height: 58px;
  width: 440px;
  ;
}


.mainbanner img {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.mainbanner h2 {
  color: #3c3c3c;
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  margin: 100px 0 0px 60px;
  z-index: 9;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mainbanner h2 span {
  display: block;
  clear: both;
  font-size: 32px;
  font-weight: normal;
  color: #a7a7a7;
  letter-spacing: 2px;
}

.mainheading {
  position: absolute;
  z-index: 0;
  background-color: rgba(141, 141, 141, 0.8);
  ;
  color: #fff;
  right: 15px;
  padding: 10px 40px;
  font-weight: normal;
  font-size: 36px;
  bottom: 40px;
}


footer .copyrightz {
  font-size: 12px;
  padding: 15px 0;
}

footer .nav-link {
  text-shadow: none;
  font-size: 14px;


}

footer .line {
  border-bottom: 1px solid #dee2e6;
  padding: 10px 0;
  width: 100%;
}
footer p{
	font-family: cairo !important;
	font-size:16px !important;
	color: #535353 !important;
}

li.footerlogo {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  margin: 0px auto;
  border-right: 1px solid #efefef;
  padding: 5px 6px;
  text-align: center;

}

li.footerlogo:last-child {

  border-right: none;

}

li.footerlogo img {
  width: 140px;
  padding-top: 10px;
  vertical-align: baseline;
  display: block;


}

.brdbtm tr {
  border-bottom: 1px solid #ccc !important;
}

table.brdbtm {
  border-bottom: 2px solid #ccc !important;

}

.modal-dialog {
  max-width: 1040px !important;
}

.form-control:not(.form-floating .form-control) {
  appearance: revert !important;
  width: 96% !important;
  padding: 6px 5px !important;
}

.btn-del {
  background-color: #495057 !important;


  margin: 12px 5px 7px 0px;

  padding: 6px 32px !important;
  border: 2px solid #405827 !important;
  transition-duration: .5s;
  transition-delay: .8s;
  float: left;
  border-radius: 6px;
}

.btn-del:hover {
  opacity: 0.8;

}

.btn-frm-launch {
  margin: 12px 5px 7px 0px;
  background-color: #628342 !important;
  padding: 6px 32px !important;
  border: 2px solid #405827 !important;
  transition-duration: .5s;
  transition-delay: .8s;
  float: left;
  border-radius: 6px;


}

.btn-frm-launch:hover,
focus {

  background: #7aa152 !important;
  border: 2px solid #405827 !important;

}

/* .table>:not(:first-child){
  border-top:1px solid #d3d3d3 !important;
} */

.table:not(.companies-table) tbody tr:last-child {
  border-bottom: 1px solid #d3d3d3 !important;
  /* Adjust this as needed for your design */
}

input:not(.form-floating input) {
  padding: 6px 12px ;
}

.valditaioncont {
  position: relative;
}

.valditaionstar {
  color: red;
  position: absolute;
  top: -4px;
  right: 12px;
  font-size: 16px;

}

footer {
  background: #f6f6f6 !important;
}

ul.footersocialicons {
  float: right;
}

.social {
  float: right;
  margin: 12px 0;
}

ul.footersocialicons li {
  float: left;
  list-style: none;
  margin: 1px 3px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent !important;
  list-style: none;
  text-decoration: none;
}

.navbar {
  margin-bottom: 0 !important;
}

ul.footersocialicons ::marker {

  display: none !important;
}

ul.footersocialicons li img {
  width: 22px !important;
  height: 22px !important;
}

.footermicon {
  float: right;
  text-align: right;
  vertical-align: bottom;
  padding: 30px 0;
}

.footerlogo li img:hover {
  background-color: transparent !important;

  background: transparent !important;
}


.footerlogo li a img:hover {
  background-color: transparent !important;

  background: transparent !important;
}




.footermicon img {
  height: 40px;
  vertical-align: bottom;
}

.footericon-p20 {
  padding-top: 20px !important;
}


.secondicon {

  padding: 0 0px;
  float: left;
  margin-top: 10px;
}


h1 {
  background: transparent !important;
}

h2 {
  background: transparent !important;
}

h3 {
  background: transparent !important;
}

.section_dif1 {
  background-color: #f9f9f9;
  padding: 20px 0;
  margin: 0;
}

.goldborder {
  border-bottom: 8px #B09A61 solid !important;
}

.b-example-dividerlogo {

  height: 1rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}

.tab-pane {
  margin: 25px 0;

}

span.menu-item-text {
  display: inline-block;
  clear: both;
  font-size: 18px;
  font-weight: normal;
}

.border-line2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0px;
}

ul.border-line2 {
  float: left;
}

.spt-1 {

  border-bottom: 1px solid #ccc;
  padding-bottom: 0px;

  clear: both;
  display: flow-root;
}

ul.bd-style {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  padding: 0;
}

.col-lg-3 {
  float: left;
}

.space7 {
  padding: 0px;
  margin: 12px 0;
  clear: both;
  float: left;
}

ul.bd-style li {
  float: left;
  list-style: none;
  text-decoration: none;
  margin: 2px 4px;
  width: 50%;


}

.col-lg-4 {
  float: left;
}

.col-lg-12 {
  float: left;
}

.clearb {
  clear: both;
  margin: 16px 0 0 0;
  float: left;
}

.space15 {
  padding: 0px;
  margin: 12px 0;
}

.space10 {
  padding: 15px 10px;
}

.space5 {
  padding: 10px 5px;
}

.anch-roundbox {
  display: inline-block;
  color: #333;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 10px;
  cursor: pointer;
  margin: 2px 5px;
}

ul.ngx-pagination {
  text-align: right;
}

.ngx-pagination .current {
  background: transparent !important;
  border: 1px solid #57743A;
  color: #57743A !important;
  font-size: 14px;
  font-weight: bold;
}

.ngx-pagination {
  margin-top: 10px;
}

.th-cell {
  background-color: #F0ECE0;
  font-weight: bold;
  font-size: 12px;
}

ul.bd-style li a {
  display: block;
  color: #757575;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 8px 30px 8px;
  cursor: pointer;
  font-weight: normal !important;
  opacity: 0.8;
  background: #fff;
  box-shadow: 0px 0 2px #333;
  transition-delay: 2s;

}


.ul.bd-style li a:hover {
  color: #57743A;
  opacity: 1;
}

ul.bd-style li a img {
  background: #eee;
  border-radius: 80px;
  padding: 7px;
  margin: 0 10px;
  width: 54px;
}

.table>:not(caption)>*>* {
  border-bottom-width: 0px !important;
  background-color: transparent !important;
}

.browsefile {
  height: 94px;
  background: white;
  border: 2px dotted #ccc !important;
  cursor: pointer;

}

.browsefileicon {
  font-size: 32px;
  float: left;
  margin: 15px 10px;
  text-align: left;
  color: #333 !important;
  -webkit-text-stroke: 1px;
}

.browsefiletxt {
  text-align: left;
}

.imgcorporateicon-txt tbody,
td,
tfoot,
th,
thead,
tr:nth-child(odd) {}

/*.whitetable{
  background:white;
}
.whitetable th{
  background:white;
}

*/

.goldbgtable {
  border: 1px solid #c1c0b2;
  background-color: #efece0;
}

.hdng4 {
  font-size: 18px;
  font-weight: 500;
}

.goldbgtable .form-control {
  border: 1px solid #8d8d8d !important;
  border-radius: 4px !important;
  margin: 4px 0 !important;
}

.table>:not(caption)>*>* .cursor2 img {
  width: 62px;
  cursor: pointer;
  transition: transform .2s;
  /* Animation */

}

.fade {
  opacity: 1;
  transition: opacity 1s linear;
}


button.btn-frm-class {
  text-align: center;
  background: #808080 !important;
  border-radius: 106px;
  transition: transform .7s;
  /* Animation */
  cursor: pointer;
  padding: 8px 20px;
  border: 1px solid #383838;
  margin: 8px 10px !important;
  float: left;
}

button.btn-frm-class:hover {
  text-align: center;
  background: #b9a778 !important;
  transition: transform .7s;
  /* Animation */
}

button.btn-frm-class:visited {
  text-align: center;
  background: #35501c !important;
  border-radius: 6px;
}

.btnnew {
  width: 300px !important;
  padding: 8px 36px !important;
  border: 1px solid #394e24;
  margin: 12px 0;
  width: 280px;

}

.cursor2 img:hover,
visted,
focus {
  opacity: 0.4;
  transform: scale(1.1);
  transition: transform .7s;
  /* Animation */
}



.ms-navedit-linkNode {
  transition: transform 0.3s linear;
  transform: scale(0.97, 0.93);
  cursor: pointer;
  opacity: 0.8;
}

.ms-navedit-linkNode:hover {
  opacity: 1;
  background-color: #efefef;

  transform: scale(0.97, 0.93);


}

.btnNoVaccine img {
  clear: both;
  display: block;
  text-align: center;
  width: 32px;
  float: right;
  margin: 0 10px;
}

.btnNoVaccine {

  transition: transform .2s;
  /* Animation */
  background: #B09A61 !important;
  text-transform: uppercase;
  border: 1px solid #99844d !important;
  font-weight: normal;
  padding: 10px 12px !important;
  height: 42px !important;
  text-align: center !important;
  font-size: 14px;
}

.btnNoVaccine:hover {
  opacity: 0.8;


}

.goldborder {
  border-bottom: 8px #B09A61 solid !important;
}

.b-example-dividerlogo {
  font-family: 'Cairo', sans-serif;
}

.goldborder {
  border-bottom: 8px #B09A61 solid !important;
}

.b-example-dividerlogo {


  height: 1rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}

.border-gold {
  border: 1px solid #B09A61;
  padding: 1px 2px 0 2px;

}

.bg-1 {
  background-color: #F0ECE0;
}

.border-gold .table>tbody.colorodd tr:nth-child(odd) {
  background-color: #fff;
}

.border-gold .table>tbody.colorodd tr:nth-child(even) {
  background-color: #fbfaf8;
}


/*.imgcorporateicon-txt tbody, td, tfoot, th, thead, tr:nth-child(odd){

background-color: white !important;
}
.imgcorporateicon-txt tbody, td, tfoot, th, thead, tr:nth-child(even){

background-color: green ;
}

*/
.bg-light-gold {
  background-color: #efece0;
}


.shjmun-btn-g {
  background-color: #57743A;
  padding: 10px 60px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
  border: none;
}

.shjmun-btn-g:hover {
  opacity: 0.8;

}

a.shjmun-btn-g {
  background-color: #57743A;
  padding: 10px 60px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

a.shjmun-btn-g:hover {
  opacity: 0.8;

}

a.btn-greenoutline {
  border: 2px solid #57743A;
  border-radius: 4px;
  padding: 8px 60px;
  text-transform: uppercase;
  color: #57743A;
  list-style: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
  cursor: pointer;
  transition: 0.3s;
}

a.btn-greenoutline:hover {
  opacity: 0.8;
}

.boldbtngreen {
  color: #57743A;
  font-weight: bold;
  font-size: 14px;

}

a.btn-greenoutline {
  border: 2px solid #57743A;
  border-radius: 4px;
  padding: 8px 60px;
  text-transform: uppercase;
  color: #57743A;
  list-style: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
  cursor: pointer;
  transition: 0.3s;
}

a.btn-greenoutline:hover {
  opacity: 0.5;
}

input[type=radio] {
  width: 20px;
  height: 20px;
}

.tabopion input {
  vertical-align: bottom;
}


.float-r {
  float: right;
}

.float-l {
  float: left;
}

.texta-r {
  text-align: right;
}

.imgcorporateicon {
  float: left;
}

.imgcorporateicon-txt {
  float: left;

}

.no-border {
  border: none
}

input[type=radio] {
  accent-color: #57743A !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


ul.assignuser {
  float: left;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.assignuser li {
  list-style: none;
  text-decoration: none;
  text-align: center;
  background-color: #eeebdf;
  padding: 18px 26px;
  overflow: hidden;
  float: left;
  margin: 6px;
  min-width: 195px;
  min-height: 265px;
  border-radius: 6px;
  transition: 0.3s;
  border: 1px solid #efefef;

}

ul.assignuser li:hover {
  background-color: #f3ecd8;
  border: 1px solid #e6d6b8;
}

ul.assignuser li h5 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  margin: 6px 0;
}

ul.assignuser li .editsicons {
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
  margin: 12px 0;
  padding: 6px 0;
}

ul.assignuser li .caption-requets {
  float: left;
  text-align: right;
  font-size: 12px;
  color: #9F9F9F;
  width: 50px;
  padding: 10px 0 0 10px;
}

ul.assignuser li .caption-numbers {
  font-size: 36px;
  padding: 0px 25px 0 0px;

}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.profile-title {
  margin: 0 5px;

}

.profile-title span {
  font-style: 14px !important;
  clear: both;
  display: block;
}

.profile-title a {
  color: #969696;
  text-decoration: none;
  margin: 0 7px;
}

.profile-title a img {
  margin: 1px 5px;
}

.txtcenter {
  text-align: center;
  font-size: 12px;
}

.lange {
  font-size: 14px;
}

.footer-topborder {
  border-top: 4px solid #B09A61
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-shjmungreen {
  background-color: #57743A;
  color: #fff;
}

.clear {
  clear: both;
}



.tabletitle-2 {
  color: #969696;
  font-size: 14px;
  font-family: Cairo;
  font-weight: normal;
  line-height: 12px;
  word-wrap: break-word
}


.navbar {
  border-bottom: 1px solid #dee2e6 !important;
  margin: 0;
  padding: 0px;
  width: 70%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mb-40 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.btn-shjmungreen {
  background-color: #57743A;
  color: #fff;
}

footer {
  position: relative;
  margin: 40px 0;
}

.footerline {
  width: 30%;
  right: 0;
  border-top: 6px solid #57743A;
  position: absolute;
  top: -5px;
  z-index: 99;
}


.accordion {}

.accordion-button {
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #f2f0e6;
  color: #333;

}

.accordion-button:not(.collapsed)::after {}

.accordion-item {
  font-family: cairo;
}

.dd-changeorganisation {
  width: 300px;
  padding: 6px 2px;
  border-radius: 4px;

}


.cdk-overlay-container {

  overflow:
    hidden;

  top: 200px;

  position:
    absolute;

  left: 35%;

  border: 1px solid #333;

  border-radius:
    8px;
  z-index: 999;

}

.alert002 {

  padding:
    10px;

  border-radius:
    8px;


}

.alert002 h1 {

  font-weight:
    bold !important;

  font-size:
    17px !important;



}

.alert002 .content14 {

  font-size:
    14px !important;

}



.alert002 .btnsmall {

  border-radius:
    2px !important;

  padding:
    6px !important;

  margin: 2px !important;

  background-color:
    #B09A61 !important;

  border: 2px solid #99844d !important;

  color: white !important;


}

h3.ac-heading {

  clear: both !important;

  padding:
    12px 0 !important;

  margin: 8px 0 !important;

}

.no-space {

  padding:
    0 !important;

  margin: 0 !important;

}

.hyperl-1 {

  color: #57743A;

  text-decoration:
    underline;

  font-weight:
    600;

}





.hyperl-1:hover {

  color: #88ab66;

  text-decoration:
    underline;

  font-weight:
    600;

}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-lg-6 {
  float: left;
}



.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;

}

.modal-content {
  /* Add your modal content styles here */
  background: white;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

}

.top100 {
  top: 100px;
}

.modal-header {
  /* Add your modal header styles here */
  padding: 2px 2px;
  background-color: transparent;
  color: black;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.text-algin-l {
  text-align: left;
}

.text-algin-r {
  text-align: right;
}

.dpholder {
  position: absolute;
  left: 10px;
  text-align: left;
  top: -70px;
  width: 80px !important;
}

.dpholdermain {
  float: left;
}

.dpholder img {
  border-radius: 100px;
  width: 65px;
  height: 65px;
}

h5.hdspaceng {
  margin-left: 75px;
}

.imgholdercon img {
  border-radius: 100px;
  width: 65px;
  height: 65px;

}

ul.navbar-nav li a {
  color: black;
}

ul.navbar-nav li a:hover {
  color: #333;
}

.mb-3 .bg-light {
  background: transparent !important;
  background-color: transparent !important;
}

.mtb10 {
  margin: 10px 0;
}








.landingpagecont {
  box-shadow: none !important;
  background-color: transparent !important;
  border: #B09461 1px solid;
  padding: 22px;
  border-radius: 4px;
  width: 680px;
  margin: 10px 0;
}

.tabopion {
  background-color: #F0ECE0;
  padding: 14px 14px;
  width: 100%;
  display: block;
  border-radius: 4px;
  margin: 10px 0 0 0;
}

.tabopion h4 {
  font-size: 22px;
  display: inline-block;
  padding: 4px 0;
  margin: 4px 0;
}

.tabopion span {
  display: block;
  font-size: 14px;
  padding: 0px 25px;
}

.tabopion img {
  margin: 0 5px;
  vertical-align: baseline;
}

label.tabopion.disabled {
  pointer-events: none;
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
  position: relative;
}

a.tabopionbtn {
  border: #57743A 1px solid !important;
  font-size: 13px;
  border-radius: 4px;
  font-weight: bold;
  float: right;
  opacity: 1 !important;

  color: #57743A;
  padding: 6px;
  list-style: none;
  text-decoration: none;

  cursor: pointer;

  right: 10px;
}

.modal-body label {
  width: 100%;
}

.form-group {
  position: relative;
}

.btn-standard-green {
  float: left;
  margin: 16px 0;
}

.accountwarning {
  color: red;
  font-size: 10px;
}

.taboptionbtn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999;
}

.taboptionbtn span {
  text-align: right;
  display: block;
  clear: both;
  margin: 10px 0;



}

.tranparentbg {
  background-color: transparent !important;
  box-shadow: none !important;
}

.corporatedropdown {
  border: 1px solid #F0ECE0;
  background: f9f9f9;
  padding: 20px 40px;
}

.corporatedropdown h4 {
  font-size: 16px;
}

.corporatedropdown select {
  min-width: 270px;
  border-radius: 4px;
  font-size: 14px;
  padding: 4px;
}

.headcorporateswitch {
  border-right: 1px solid #ccc;
  padding: 0 8px;
  margin: 0 8px;

}

.headcorporateswitch select {
  padding: 2px 4px;
  font-size: 14px;
}

.searchbarfilter {
  width: 200px;
  float: right;
  height: 50px;
}

.searchbarfilter input {
  color: #333;
  border: 1px solid #333;
}

.nofilter {
  width: 79px;
  float: right;
  margin: 6px 4px;
  padding: 0;
  transition: .4s;

}

.nofilter:hover {
  opacity: 0.4;
}

.nofilter img {
  width: 20px;
  margin: 0 4px;
}

.nofilter a {
  text-decoration: none;
  color: #757575;
  margin: 0 8px;
  font-size: 13px;
}

.btnfilter {
  width: 79px;
  float: right;
  margin: 6px 4px;
  padding: 0;
  border: 1px solid #333;
  border-top: 0;
  border-bottom: 0;
}

.btnfilter img {
  width: 18px;
  margin: 0 4px;
}

.btnfilter a {
  text-decoration: none;
  color: #757575;
  margin: 0 8px;
  font-size: 13px;
  transition: .4s;
}

.btnfilter a:hover {
  opacity: 0.6;

}

.resultfilter ul {
  float: right;
}

.resultfilter {
  width: 615px;
  float: right;
}

.resultfilter ul li {
  float: left;
  list-style: none;
  margin: 6px 6px;
  font-size: 14px;
  text-transform: uppercase;
}

.resultfilter ul li a {
  background-color: #efece0;
  padding: 1px 6px;
  margin: 0 6px;
  text-decoration: none;
  color: #333;
  opacity: 1;
  transition: .6s;
  font-size: 12px;
}

.resultfilter ul li label {
  font-size: 12px;
}

.resultfilter ul li a:hover {
  opacity: 0.56;

}

.resultfilter ul li a img {
  width: 12px;

}

.navbar-expand-lg .navbar-collapse {
  display: contents !important;
  flex-basis: auto;
}

.pagination {
  padding: 20px 0 10px 0;
}


.pagination .page-link:not(.website-page-link) {
  color: #333;
}

.assignuser .btngreen-outline {
  border-radius: 6px;
  border: 2px solid #57743A;
  text-transform: uppercase;
  color: #57743A;
  padding: 4px 14px;
  list-style: none;
  text-decoration: none;
  font-weight: 700;
  margin: 12px 4px;
  float: left;
  font-size: 16px;
  transition: 0.3s;
}

.assignuser a.btngreen-outline:hover {

  background-color: #57743A;
  color: white;

}


.exportexcel {
  margin: 14px 0;
  float: left;
}

a.exportexcel {
  color: #628342;
  text-decoration: none;
  transition: 0.2s;
}

a.exportexcel:hover {
  color: #677c52;
  text-decoration: none;
  opacity: .5;
}

.disabled>.page-link,
.page-link.disabled {
  background-color: transparent;
  border-color: transparent;
}

.active>.page-link:not(.website-page-link),
.page-link:not(.website-page-link).active {
  background-color: transparent !important;
  border-color: #5c6c37 !important;
  border-radius: 4px !important;
  border: 1px solid #5c6c37 !important;
  ;
}

.page-link:not(.website-page-link) {
  background-color: transparent;
  border: transparent;
  transition: 0.2s;
  border-radius: 4px !important;
}

.page-link:hover {
  background-color: #f0f2f3;

}

.btn-primary {
  padding: 6px 20px;
}

.nav-dropdown-menu.collapsing,
.services-dropdown.collapsing {
  transition: none !important;
}

.companies-carousel .slick-dots {
  bottom: -60px !important;
}

.companies-carousel .slick-dots li button:before {
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  background-color: #535353 !important;
  opacity: 1 !important;
  border-radius: 50%;
}

.companies-carousel .slick-dots li {
  width: 12px !important;
  height: 12px !important;
}

.companies-carousel .slick-dots li.slick-active {
  width: 70px !important;
  height: 10px !important;
  margin: 0 8px;
  transition: width .5s ease-in-out;
}

.companies-carousel .slick-dots li.slick-active button::before {
  background-color: #6E8F4E !important;
  width: 70px !important;
  height: 10px !important;
  border-radius: 6px;
  transition: width .4s ease-in;
}

/* .apps-carousel .slick-dots li button:before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #D9D9D9 !important;
  opacity: 1 !important;
  border-radius: 50%;
}

.apps-carousel .slick-dots li {
  width: 8px !important;
  height: 8px !important;
}

.apps-carousel .slick-dots li.slick-active {
  width: 73px !important;
  height: 8px !important;
  margin: 0 8px;
  transition: width .5s ease-in-out;
}

.apps-carousel .slick-dots li.slick-active button::before {
  background-color: #AAAAAA !important;
  width: 73px !important;
  height: 6px !important;
  border-radius: 3px;
  transition: width .4s ease-in;
} */

.custome-slick-dots {
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: start !important;
}

.slick-slide[aria-hidden=true] [tabindex]:not([disabled]) {
  visibility: hidden;
}

.companies-table a {
  display: block !important;
  text-decoration: none;
  color: #3D3D3D;
}
@media (min-width: 1024px) {
  .companies-carousel .slick-dots {
    bottom: -90px !important;
  }

  .companies-carousel .slick-dots li.slick-active {
    margin: 0 5px;
  }

  .companies-carousel .slick-dots li,
  .companies-carousel .slick-dots li button:before,
  .companies-carousel .slick-dots li.slick-active,
  .companies-carousel .slick-dots li.slick-active button::before {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
  }

  .companies-carousel .slick-dots li button:before {
    background-color: #F3F3F3 !important;
    border: 1px solid #9B9B9B;
  }

  .companies-carousel .slick-dots li.slick-active button::before {
    background-color: #766743 !important;
  }
}

@media (min-width: 1900px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

@media (min-width: 2000px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1820px;
  }
}

@media (min-width: 2500px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 2200px;
  }
}

/* //arabic// */
html[dir='rtl'] .btn-arrow {
  transform: rotate(180deg);
}

html[dir='rtl'] .me-auto {
  margin-left: auto !important;
  margin-right: unset !important;
}

html[dir='rtl'] .ms-auto {
  margin-right: auto !important;
  margin-left: unset !important;
}

html[dir='rtl'] .ms-0 {
  margin-right: 0 !important;
  margin-left: unset !important;
}

html[dir='rtl'] .ms-2 {
  margin-right: .5rem !important;
  margin-left: unset !important;
}

html[dir='rtl'] .me-2 {
  margin-right: unset !important;
  margin-left: .5rem !important;
}

html[dir='rtl'] .me-3 {
  margin-right: unset !important;
  margin-left: 1rem !important;
}

html[dir='rtl'] .text-start {
  text-align: right !important;
}

html[dir='rtl'] .text-end {
  text-align: left !important;
}

html[dir='rtl'] .ps-0 {
  padding-right: 0 !important;
  padding-left: unset !important;
}

html[dir='rtl'] .breadcrumb-item+.breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
  padding-right: 0;
}


[id^="wistia_chrome_"] {
  height: 100% !important;
  width: 100% !important;
}

[id^='wistia_simple_video_'] {
  object-fit: cover !important;
}

html[dir='rtl'] .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius:0;
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

html[dir='rtl'] .page-item:last-child .page-link {
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

@media (min-width: 768px) {
  html[dir='rtl'] .text-md-start {
    text-align: right !important;
  }

  html[dir='rtl'] .ms-md-auto {
    margin-right: auto !important;
    margin-left: unset !important;
  }

  html[dir='rtl'] .ps-md-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
}

@media(min-width: 1024px) {}

@media (min-width: 992px) {
  html[dir='rtl'] .pe-lg-0 {
    padding-left: 0 !important;
    padding-right: unset !important;
  }

  html[dir='rtl'] .ps-lg-0 {
    padding-right: 0 !important;
    padding-left: unset !important;
  }

  html[dir='rtl'] .text-lg-start {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  html[dir='rtl'] .me-xl-1 {
    margin-left: .25rem !important;
    margin-right: unset !important;
  }
}






/* Mobile */
@media only screen and (max-width: 600px) {
  .landingpagecont {
    width: 100% !important;
    padding: 12px !important;
  }

  .modal-content {
    padding: 4px !important;
  }

  .corporatedropdown {
    padding: 20px 12px;
  }

  a.shjmun-btn-g {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
  }

  .btn-standard-green {
    width: 100%;
  }

  h4 {
    font-size: 18px;
  }

  ul.footersocialicons li {
    margin: 1px 14px;
    text-align: center;
    display: inline-block;
  }

  ul.footersocialicons {
    float: none;
  }

  .navbar {
    width: 100%;
    padding: 0 0 12px 0;
  }

  img.logo {
    width: 160px;
  }

  .profile-title {
    width: 100%;
    text-align: center !important;
  }

  .tabopion {
    margin: 6px 0 0 0;

  }

  /* .p-4 {
  padding: 4px !important;
} */
  .imgcorporateicon-txt {
    width: 100%;
  }



  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 8px 0;
    ;
  }

  td {
    border: none;
    position: relative;
    padding-left: 50%;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 8px;
  }


  th {
    border: none;
    position: relative;
    padding-left: 50%;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: bold;
  }

  th:before {
    position: absolute;
    left: 8px;
    content: attr(data-label);
    font-weight: normal;
    bottom: 24px;
  }

  .btn {
    width: 100%;
    margin: 5px;
  }

  .headcorporateswitch {
    border-right: none !important;
  }


  .profile-title {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right !important;
  }

  .d-flex.flex-wrap {
    flex-wrap: inherit !important;
    display: block !important;
  }


  .nav div span {
    display: block !important;
    height: 40px !important;
  }

  .dropdown.text-end {
    position: absolute;
    right: 13px;
    top: 90px;
  }


  .goldborder span {
    display: block !important;
    height: 40px !important;
    padding: 0;
    margin: 0;
  }

  .profile-title span {
    height: auto !important;
  }

  .headcorporateswitch {
    padding: 0;
    margin: 0;
  }

  .boldbtngreen {
    float: left;
    padding: 0;
    margin: 0;
    text-align: left;

  }

  .headcorporateswitch select {
    font-size: 14px;
    padding: 4px 2px;
    margin: 0;
    border-radius: 4px;
    width: 200px;
  }

  .dropdown-menu span {
    padding: 1px 15px;
    height: 28px !important;
  }

  .btn-greenoutline {
    width: 100%;
    display: block;
    text-align: center;
    margin: -13px 0 0 0 !important;
  }

      .footer  .hr  {
        height: 6px;
        background-color: #ccc;
    }
    #copyright  {
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
    }

}
  .footer  .hr  {
    height: 6px;
    background-color: #ccc;
}
#copyright  {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.footer{
    min-height:200px;
    color:#535353;
    bottom:70px;
    padding-bottom:74px

}
.footer .vr{
    background-color:#535353

}
.nav-link{
    color:#535353

}
#app{
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC

}
.footer a.nav-link{
    padding:0.5rem 0.8rem;

} 
.footer a.nav-link:hover{
    background-position: 0% 0%;
	color:#7a7a7a !important;
    	background-color:none !important;
	background-image: none !important;
	background-repeat: repeat !important;
	background-attachment: scroll !important;
}  
.dark-theme .footer{
    background-color:#333!important

}  .dark-theme .footer,   .dark-theme .footer .nav-link{
       color:#fff!important

   }  
   .dark-theme .footer .nav:not(.apps) .nav-link img{
       filter:invert(1)

   }
   @media (min-width: 768px){.footer   .hr{
                                 height:6px;
                                 background-color:#ccc

                             }
                             #copyright{
                                 border-top:1px solid #CCCCCC;
                                 border-bottom:1px solid #CCCCCC

                             }
                             #app{
                                 border:none

                             }

   }
   @media (min-width: 1200px){.nav-link{
                                  padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x)

                              }
                              .footer{
                                  bottom:100px

                              }

   }

   .chosen-single{
       border:none !important;
       background: none !important;
       border-bottom: 1px solid #CDCDCD !important;
       box-shadow:none !important;
       border-radius:0 !important;
       padding:18px 0 !important;
   }

   .tx-primary  {
    color: #505050;
}
   .fw-normal {
    font-weight: 400 !important;
}
   .hd3{
       font-size:1.75rem !important;
   }
   .hd2{
       font-size:2rem !important;
   }
    </style>
     
   <!-- <link rel="stylesheet" type="text/css" href="//portal.shjmun.gov.ae/_layouts/15/1025/styles/css/bootstrap.min.css" />-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5NXSVV5S6K"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-5NXSVV5S6K');
</script>
   <!-- <script src="../Scripts/script.js"></script>-->
    <script src="../Scripts/jquery.MultiFile.js"></script>
    <%--        <script src="../Scripts/bootstrap-datepicker.js"></script>
    <script src="../Scripts/bootstrap-datepicker.min.js"></script>
    <script src="../Scripts/bootstrap.js"></script>
    <link href="css/bootstrap.css" rel="stylesheet" />
    <link href="css/bootstrap-datepicker.css" rel="stylesheet" />--%>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <title>Ø¨Ù„Ø¯ÙŠØ© Ø§Ù„Ø´Ø§Ø±Ù‚Ø©</title>
    <meta name="viewport" content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' />

    <!-- Load JQuery -->
    <%-- <script src="../Scripts/jquery-1.11.0.min.js"></script>--%>
    <!-- Load jquery.navgoco plugin js and css files -->
    <%--   <script type="text/javascript" src="../Scripts/jquery.cookie.js"></script>
    <script type="text/javascript" src="../Scripts/jquery.navgoco.js"></script>--%>

    
    <asp:ContentPlaceHolder ID="head" runat="server"></asp:ContentPlaceHolder>
    <style>
        .btn-shjmun {
            color: #fff !important;
            background-color: #4e6b31 !important;
            border-color: #f9efda !important;
            margin: 5px !important;
            border-radius: 5px !important;
            cursor: pointer !important;
            font-family: 'Cairo', sans-serif !important;
            font-size: 16px !important;
            padding: 8px 26px !important;
        }
    </style>
<%--latest styles--%>
    <style>
        a {
    cursor: pointer;
}

.logo-container {
    position: relative;
    width: 54px;
    height: 100px;
}

.logo-container+img {
    width: 90px;
}

.logo-container img {
    object-fit: contain;
}

.nav-wrapper {
    min-height: 150px;
}

.navbar-brand {
    cursor: pointer;
}

.navbar-brand .logo {
    width: 52px;
    height: 68px;
}

.nav-link {
    color: #fff;
    font-weight: bold;
}

.navbar-fill {
    background-color: #fff;
}

.navbar-fill .nav-link {
    color: #404040;
}

.nav-offcanvas {
    width: 483px;
    background-image: url(/SiteAssets/New_Folder/MENU.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.93;
}

/* Override Bootstrap offcanvas close button styles */
.offcanvas-header .btn-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: url(/SiteAssets/New_Folder/close.png) center/20px no-repeat !important;
    opacity: 1 !important;
    filter: none !important;
}

/* RTL support */
/*html[dir='ltr'] .offcanvas-header .btn-close {
    right: auto !important;
    left: 20px !important;
}*/

/* Reset Bootstrap variables */
#emoOffcanvas {
    --bs-offcanvas-padding-y: 0 !important;
    --bs-offcanvas-padding-x: 0 !important;
}


.nav-offcanvas .btn-close:focus,
.nav-link:focus-visible {
    box-shadow: none;
}

.offcanvas-body .nav {

    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
}

.offcanvas-body .nav .nav-link {
    color: #404040;
}

.dropdown-toggle,
.btn:first-child:active {
    color: #fff;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-fill .dropdown-toggle,
.offcanvas-body .dropdown-toggle {
    color: #404040;
}
.navbar-fill .invert {
    filter: invert(20%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(35%) contrast(100%);
}

.navbar-fill .dropdown-toggle>img,
.offcanvas-body .dropdown-toggle>img {
    filter: brightness(25%) contrast(100%);
}

.profile-dropdown-menu {
    background-color: #F2F2F2;
    border-radius: 8px;
    min-width: 205px;
}

.profile-dropdown-menu .dropdown-divider {
    border-color: #B9B9B9;
}

.profile-dropdown-menu .dropdown-item {
    color: #000;
    border-radius: 8px;
}

.profile-dropdown-menu .dropdown-item:hover {
    background-color: #D5CDBB;
}

.nav-dropdown,
.nav-dropdown .dropdown-toggle,
.menu-btn {
    border: 0;
    font-weight: 900;
    font-size: 1.5rem;
    text-transform: uppercase;
    min-width: 100%;
    text-align: start;
    color: #535353;
}

.nav-dropdown .dropdown-toggle.show,
.menu-btn.show,
.nav-dropdown .dropdown-toggle:hover,
.menu-btn:hover {
    color: #343434;
}

.menu-btn-secondary {
    color: #535353;
    font-size: 1.375rem;
    text-transform: uppercase;
}

.nav-dropdown .dropdown-toggle::after {
    display: block;
    border: none;
    background-image: url(/SiteAssets/New_Folder/menu-arrow.svg); 
    width: 20px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    opacity: 1;
    transition: transform .4s ease-in-out;
    transform: rotate(0deg);
}


.nav-dropdown .dropdown-toggle.show::after, html[dir='rtl']  .nav-dropdown .dropdown-toggle.show::after {
    transform: rotate(90deg) !important;
}

.nav-dropdown .dropdown-item {
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #535353;
}

.line {
    background-color: #343434;
    width: 0;
    height: 9px;
    transition: all .5s ease-in-out;
}

.nav-dropdown .dropdown-item:hover,
.menu-btn-secondary:hover {
    color: #343434;
    background-color: transparent;
    font-weight: 600;
}

.nav-dropdown-menu {
    padding: 0.375rem 0.75rem;
}

.nav-dropdown-menu ul {
    list-style: none;
    padding-inline-start:14px;
    border-inline-start: 1px solid #868686;
}

.nav-dropdown-menu ul .dropdown-item {
    text-wrap: wrap;
}

.nav-dropdown-menu ul .dropdown-item.active {
    font-weight: 700;
}

/* .nav-dropdown-menu ul li:first-of-type > .dropdown-item,  .nav-dropdown-menu ul li:last-of-type > .dropdown-item {
    line-height: 0.8;
} */

.btn:first-child:active {
    border: none;
}

@media(min-width: 1024px) {

    .nav-dropdown,
    .nav-dropdown .dropdown-toggle,
    .menu-btn {
        min-width: 350px;
    }

    .nav-dropdown .dropdown-toggle::after {
        height: 25px;
    }

    .nav-dropdown .dropdown-toggle.show>.line,
    .menu-btn.show>.line,
    .nav-dropdown .dropdown-toggle:hover>.line,
    .menu-btn:hover>.line {
        width: 64px;
        margin-right: 1rem;
    }

    .nav-dropdown .dropdown-item {
        font-size: 1.375rem;
    }

    .nav-dropdown .dropdown-menu {
        transform: translate(100%, 0px) !important;
        margin-left: 100px !important;
    }

    .menu-btn-secondary {
        font-size: 1.5rem;
    }

    /* new implementation */
    .nav-dropdown {
        position: relative;
    }
    .website-lang-button{
        text-decoration: none;
    color: inherit;
    cursor: pointer;
    font-size: 16px;
    }
       .nav-link  {
    color: #404040 !important;
}
.nav-link {
    display: block;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

 .invert  {
    filter: invert(20%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(35%) contrast(100%);
}

 .mr-40 {
    margin: 10px 0px;
    padding: 2px 20px;
}

 .nav-offcanvas  {
    width: 483px !important;
    background-image: url(/SiteAssets/New_Folder/menu.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .93;
}

}
@media (min-width: 1024px) {
    .nav-offcanvas  {
        border-radius: 0 12px 12px 0;
    }
}
button{
    background:none !important
}
.nav a{
    color:#363636 !important;
}
.fixed-menu a, button{
    text-decoration:none !important;
    border: none !important;
}




}
.nav-wrapper .nav a:hover{
    background:#f9f9f9 !important; 
    
}
.nav-wrapper .nav a{
    background:#f9f9f9 !important; 
}

.fixed-social {
    background-color: #F8F8F8;
    position: fixed;
    top: 150px;
    z-index: 2;
    border-radius: 14px 0 0 14px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    max-width: 45px;
    inset-inline-end: 0;
}

.nav-link img {
    width: 27px;
}

html[dir='rtl'] .fixed-social {
    border-radius: 0px 14px 14px 0px;
}

.fixed-nav {
    z-index: 1031;
    background: #FFFFFF;
    background: linear-gradient(180deg,
            #FFFFFF 0%,
            #FFFFFF 50%,
            #D8D8D8 100%);

}

.nav-link {
    color: #535353;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 8px 12px;
}

.fixed-nav .vr {
    color: #D9D9D9;
    width: 1.5px;
}

.call-center-container {
    width: 190px;
    height: 56px;
}

.call-center-container img {
    padding: 8px 16px;
}

.chatbot-wrapper {
    font-size: 0.938rem;
}

.chatbot-wrapper small {
    font-size: 0.563rem;
}

.accessability-dropmenu {
    color: #535353;
    border-radius: 22px;
    background-color: #F2F2F2;
    border: none;
    bottom: 50px;
    min-width: 300px;
    max-width: 500px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 35%);
    transition: display 8s ease-in-out;
}

.accessability-dropmenu input {
    padding: 0 !important;
}

.accessability-dropmenu .form-check-input {
    background-color: transparent;
    border: 2px solid #AF9961;
}

.accessability-dropmenu .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url(../../../../assets/images/radio-bg.svg);
    background-size: 80%;
}

.support-dropmenu {
    color: #535353;
    border-radius: 22px;
    background-color: #F2F2F2;
    border: none;
    bottom: 50px;
    min-width: 300px;
    max-width: 450px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 35%);
    transition: display 8s ease-in-out;
}

.support-dropmenu li {
    background-color: #FCFBFB;
    border-radius: 8px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 25%);
}

.support-dropmenu li .dropdown-item {
    color: #535353;
    border-radius: 8px;
}

.support-dropmenu li .dropdown-item:hover {
    background-color: #FCFBFB;

}

.fs-smaller .accessability-dropmenu .form-check-input:checked[type=radio] {
    background-size: 75% !important;
}

.fs-smaller input[type=radio] {
    width: 16px;
    height: 16px;
}

.accessability-dropmenu .form-check-input:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    display: none;
}

.close-btn {
    top: -58px;
    right: -35px;
}

html[dir="rtl"] .accessability-dropmenu,
html[dir="rtl"] .support-dropmenu {
    text-align: right;
}

html[dir="rtl"] .form-check-inline {
    margin-right: unset;
    margin-left: 1rem;
}

html[dir="rtl"] .close-btn {
    right: unset;
    left: -35px;
}

.nav-link small {
    font-size: 14px;
}

.close-btn:active {
    border: none;
}

.dark-theme .fixed-nav {
    background-color: #333333;
    background: linear-gradient(180deg,
            #333333 0%,
            #333333 50%,
            #5b5b5b  100%) !important;
}

.dark-theme .fixed-nav .nav-link {
    color: #fff !important;
}

.dark-theme .fixed-nav .nav-link img {
    filter: invert(1);
}

.dark-theme .accessability-dropmenu {
    background-color: #333333 !important;
    color: #d3d3d3 !important;
}

@media(min-width: 425px) {
    .nav-link {
        padding: 8px 10px;
    }
}

@media(min-width: 768px) {}

@media(min-width: 1024px) {
    .accessability-dropmenu {
        min-width: 350px;
    }
}

@media(min-width: 1200px) {
    .accessability-dropmenu {
        min-width: 500px;
        max-width: 700px;
    }
}

@media(min-height: 900px) {
    .fixed-nav {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.fixed-btn {
    background-color: transparent;
    width: 60px;
    position: fixed;
    bottom: 80px;
    opacity: 0;
    z-index: 2;
    transition: opacity .2s ease-in-out;
}

.fixed-btn.scroll {
    width: 44px;
    height: 44px;
    background-color: #535353;
    border-radius: 50%;
}

.fixed-btn.right {
    right: 20px;
}

.fixed-btn.left {
    left: 10px;
}

.fixed-btn.show {
    opacity: 100%;
}

html[dir="rtl"] .fixed-btn.right {
    right: unset;
    left: 20px;
}

html[dir="rtl"] .fixed-btn.left {
    right: 10px;
    left: unset;
}
.shjsurvey
{
	position: fixed;
    inset-inline-end: 10px;
    z-index: 99999999999999;
    width: 38px;
    height: 41px;
    border: 0;
    opacity: 1;
    outline: 0;
    cursor: pointer;
	bottom: 76px;
    background: url(/SiteAssets/New_Folder/feedback.png);
    transition: all .6s ease-in-out;
	background-repeat: no-repeat;
	display: block;
}

html[dir="rtl"] .footer a.nav-link {
    margin: 0.5rem 0.8rem;
}

.invert {
    filter: invert(20%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(35%) contrast(100%);
}

@media only screen and (max-width: 600px) {
  a.navbar-brand img.img-fluid{
    width: 90px;
  }
  .logo-container img{
	
	width:100% !important;
}

.invert {
    filter: invert(20%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(35%) contrast(100%);
}
.offcanvas-body ul{
	display:none !important;
}
.back-to-top{
	display:none !important;
}
}