*{
    font-family: "Roboto", "Droid Arabic Kufi", sans-serif;
}

.font-arabic {
    font-family: "Droid Arabic Kufi", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #1e2934;
}

.font-arabic:hover{
    color: #937a58;
}

ul{
    padding: 0;
    list-style: none;
}


button{
    background: transparent;
    border: none;
}

header{
    padding: 40px 0 20px;
}

.header-top {
  width: 100%;
}

.header-top .col:nth-child(2){
    justify-content: flex-end;
}

.header-top-in{
  display: inherit !important;

}


a {
    color: #1e2934;
    transition: all 0.5s ease;
    display: block;
    text-decoration: none !important;
}

a:hover{
    color: #ffffff;
}



input {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: calc(1rem + 1px);
    font-weight: 400;
    line-height: 1.5;
    color: rgba(27,29,33,0.72);
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(27, 29, 33, 0.32);
    border-radius: 0.42rem;
    -webkit-transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;
    transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,-webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;
    transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease,-webkit-box-shadow 0.15s ease;
    -moz-transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;
    -ms-transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;
    -o-transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;
    height: auto !important;
  }
  
  
  
  input:hover {
    border-color: #000;
  }
  
  input:focus {
    outline: none;
    box-shadow: none;
    border-color: #937a58;
  }
  
  input[readonly]{
    background: #f7f7f7 !important;
    color: rgba(27,29,33,0.72); 
     cursor: not-allowed;
    -webkit-transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;
    transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,-webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;
    transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease,-webkit-box-shadow 0.15s ease;
    -moz-transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;
    -ms-transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;
    -o-transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;
  }
  
  input[readonly]:hover {
    border-color:rgb(145 145 145 / 72%) !important ;
  }
  
  
  input[readonly]:focus{
    outline: none;
    box-shadow: none;
    border-color: rgba(27,29,33,0.72) !important;
  }
  
  /* input[readonly]::placeholder{
    color: #e5e5e6 !important;
  } */
  
  select{
    display: block;
    padding: 0.65rem 1rem !important;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(27, 29, 33, 0.72);
    background-color: #ffffff;
    background-clip: padding-box;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid rgba(27, 29, 33, 0.32) !important;
    border-radius: 0.42rem;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    }
  
  select:hover {
      border-color: #000 !important;
    }
  
  select:focus {
    color: #937a58;
    border-color: #937a58 !important;
    outline: #937a58 ;
  }
  
  select.form-control:focus,
  input.form-control:focus {
    border-color: #937a58;
  }
  
  
  textarea {
    background: #fff;
    border: 1px solid #e5e5e6;
    padding: 15px 15px;
    border-radius: 10px;
    min-height: 116px;
    width: 100%;
    color: rgba(27, 29, 33, 0.72);
    border:1px solid rgba(27, 29, 33, 0.32);
  }
  
  textarea:hover {
    border-color: #000 !important;
  }
  
  textarea:focus {
    border-color: #937a58 !important;
    outline: none;
    box-shadow: none;
  }

  label{
    font-size: 18px;
    margin-bottom: 10px;
  }

  sup{
    color: red;
  }
  
  p{
    margin: 0 !important;
  }
  
  /* width */
  ::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #937a58;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #1e2934;
  }


  .color-gold{
    color: #937a58;
  }
  
  .button-grey {
    background-color: #e5e5ea !important;
    display: inline-block;
    font-weight: 500;
    line-height: inherit;
    color: #000000;
    text-align: center;
    outline: none !important;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 0.42rem;
    font-size: 1rem;
    padding: 0.70rem 1rem;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    cursor: pointer;
    font-weight: normal;
    transition: ease 0.5s;
    -webkit-border-radius: 0.42rem;
    -moz-border-radius: 0.42rem;
    -ms-border-radius: 0.42rem;
    -o-border-radius: 0.42rem;
}

.button-grey:hover {
    -webkit-box-shadow: 0 0 0 0.3rem rgba(27, 29, 33, 0.16);
    box-shadow: 0 0 0 0.3rem rgba(27, 29, 33, 0.16);
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    -moz-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    -ms-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    -o-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
}


.display-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(247 247 247);
    padding: 20px;
}
.header-top {
    padding-bottom: 20px;
    padding-top: 10px;
}

.logoWrapper{
    width: 100%;
}

.logo-secondary img {
    width: 50px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #937A58;
  border: none;
  isolation: isolate;
  padding: 5px 22px;
  outline: none;
  height: 30px;
}

#cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  mix-blend-mode: difference;
  pointer-events: none;
  transition: transform .15s ease-in-out;
}

.price-table-last ul li div {
  width: 100px;
  text-align: center;
  font-size: 18px;
}

.program-title-in {
  padding-top: 30px;
}

.noListStyle::before{
  content: none !important;
}

.LoginContent .ehajjContentTitle{
  text-align: center;
  justify-content: center;
}

.table-responsive{
  width: 100%;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

.header-top {
  padding-bottom: 20px;
  padding-top: 10px;
}

.logoHeader {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}


.logo-main img, .webstar img {
  width: 100%;
}

.webstar {
  width: 60px;
}

.logo-main img, .webstar img {
  width: 100%;
}

.main-menu {
  justify-content: flex-start;
  padding-bottom: 0;
}

.main-menu .navbar-left {
  width: 100%;
}

.main-menu .navbar-left ul {
  align-items: center;
  border-radius: 0 !important;
  gap: 30px;
  justify-content: flex-start;
  padding-left: 0;
  margin: 0;
}

.dropdown-nav{
  padding : 30px !important;

}

.main-menu .navbar-left ul li {
  align-items: center;
  display: flex;
  position: relative;
}

.main-menu ul li a {
  align-items: center;
  color: #1e2934;
  cursor: pointer;
  display: flex;
  font-family: "Droid Arabic Kufi", sans-serif, "Roboto";
  font-size: 1rem;
  font-weight: 700;
  gap: 5px;
  text-decoration: none;
}

.main-menu .navbar-left ul li a:hover{
color: #937a58;
}

.active-dropdown:before {
  background: #937a58;
  bottom: -24px;
  content: "";
  height: 4px;
  position: absolute;
  width: 100%;
}

.pophover-view {
  background: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 1px 4.5px rgba(0, 0, 0, .18));
  filter: drop-shadow(0 1px 4.5px rgba(0, 0, 0, .18));
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 172px;
  width: 85%;
  z-index: 99;
  padding: 0 !important;
}

.pophover-view .dropdown-nav {
  flex-direction: row;
  gap: 155px !important;
  justify-content: space-between !important;
  padding: 30px 50px;
}
.dropdown-nav {
  background-color: #fff;
  border-bottom: 3px solid #937a58;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  margin: 10px 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.dropdown-nav-in {
  justify-content: flex-end !important;
  width: 100%;
}

.dropdown-nav-in .dropdivide {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  width: 100%;
}

.main-menu .navbar-left ul li {
  align-items: self-start;
  display: flex;
  position: relative;
}

.dropdown-nav-in .dropdivide li {
  width: 25%;
}

.dropdown-nav li {
  padding-bottom: 0;
  padding-left: 20px !important;

}


/* .dropdown-nav li:before {
  background: url(../images/list-icon.svg);
  background-repeat: no-repeat;
  color: #000;
  content: "";
  font-size: 18px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 8px;
} */

.dropdivide li a{
  font-weight: normal !important;
}



.headerDetailsWrap {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.navbar-right ul {
    gap: 25px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

.navbar-right ul li:first-child {
  border: 0;
}

.tooltipWrap {
  display: inline-block;
  position: relative;
}

.headIconWrap {
  cursor: pointer;
  color: #92722a;
}



.bread-crumbs {
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
  }
  
  .bread-crumbs ul {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
  }
  
  .bread-crumbs ul li{
    z-index: 9;
  }
  
  
  .bread-crumbs ul li img{
  width: 7px;
  }
  
  
  
  .bread-crumbs ul li a {
    font-size: 16px;
    color: #1e2934;
    cursor: pointer;
    text-decoration: none;
  }
  
  .bread-crumbs ul li a:hover{
    color: #937a58;
    
  }



.tooltipWrap .tooltiptext {
  background-color: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  bottom: 125%;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  line-height: 1.2;
  opacity: 0;
  padding: 5px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity .3s;
  visibility: hidden;
  white-space: nowrap;
  z-index: 1;
}

.tooltipWrap .tooltiptext:after {
  border: 5px solid transparent;
  border-top-color: #333;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 100%;
}

.d-none {
  display: none;
}
.dropdown-nav {
  list-style-type: none;
  padding: 0;
}



.Insider-bg-Wrapper {
  background: #ffffff url(../images/mega-menu-bg.png) no-repeat center center;
  min-height: auto;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  left: 0;
  right: 0;
}
.top-menu-logo {
  position: absolute;
  top: 18px;
}
.insider-bg .row:first-child {
  margin-bottom: 20px;
}
.insider-bg {
  background: #fff url(../images/insider-bg.svg) no-repeat right;
  background-size: contain;
  height: 90%;
  width: 95%;
  border-radius: 10px;
  position: relative;
  padding: 50px 80px;
  top: -30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.insider-bg h3 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
}
.insider-bg ul {
  list-style: none;
}
.insider-bg ul li::before {
  content: "â—‹";
  color: #937a58;
  display: none;
}
.insider-bg ul li {
  display: flex;
  gap: 10px;
}

.insider-bg ul li a:hover {
  color: #937a58;
}
.row-inside-one {
  padding-bottom: 30px;
}
#megaMenu-sideBar .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.Close {
  width: 9px;
  height: 9px;
  margin: 100px auto;
  position: relative;
  transform: rotate(45deg) scale(2);
  overflow: hidden;
}
.Close .top,
.Close .bot {
  display: block;
  background: #1e2934;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.Close .top {
  height: 100%;
  width: 1px;
  margin-left: -1px;
  top: 0;
}
.Close .bot {
  width: 100%;
  height: 1px;
  margin-top: -1px;
  left: 0;
}
@-webkit-keyframes top-out {
  from {
    top: 0%;
    height: 100%;
  }
  to {
    top: 200%;
    height: 0%;
  }
}
@keyframes top-out {
  from {
    top: 0%;
    height: 100%;
  }
  to {
    top: 200%;
    height: 0%;
  }
}
@-webkit-keyframes top-in {
  from {
    top: -100%;
    height: 0%;
  }
  to {
    top: 0%;
    height: 100%;
  }
}
@keyframes top-in {
  from {
    top: -100%;
    height: 0%;
  }
  to {
    top: 0%;
    height: 100%;
  }
}
@-webkit-keyframes bot-out {
  from {
    left: 0%;
    width: 100%;
  }
  to {
    left: 200%;
    width: 0%;
  }
}
@keyframes bot-out {
  from {
    left: 0%;
    width: 100%;
  }
  to {
    left: 200%;
    width: 0%;
  }
}
@-webkit-keyframes bot-in {
  from {
    left: -100%;
    width: 0%;
  }
  to {
    left: 0%;
    width: 100%;
  }
}
@keyframes bot-in {
  from {
    left: -100%;
    width: 0%;
  }
  to {
    left: 0%;
    width: 100%;
  }
}
.Close:hover {
  cursor: pointer;
}

.quadshapeV1 {
  align-items: center;
  background: #e5e5ea;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 99;
}
.quadshapeV1:hover .top {
  -webkit-animation: top-out 0.25s forwards, top-in 0.25s forwards 0.25s;
  animation: top-out 0.25s forwards, top-in 0.25s forwards 0.25s;
}
.quadshapeV1:hover .bot {
  -webkit-animation: bot-out 0.25s forwards 0.1s, bot-in 0.25s forwards 0.35s;
  animation: bot-out 0.25s forwards 0.1s, bot-in 0.25s forwards 0.35s;
}
.quadshape:hover .top {
  -webkit-animation: top-out 0.25s forwards, top-in 0.25s forwards 0.25s;
  animation: top-out 0.25s forwards, top-in 0.25s forwards 0.25s;
}
.quadshape:hover .bot {
  -webkit-animation: bot-out 0.25s forwards 0.1s, bot-in 0.25s forwards 0.35s;
  animation: bot-out 0.25s forwards 0.1s, bot-in 0.25s forwards 0.35s;
}


.searchInputWrap input {
  font-size: 16px;
  height: 64px;
  padding: 19px 20px;
}
.custom-input, .custom-input input {
  height: auto !important;
}

.input-cover {
  position: relative;
}
 
input {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(27, 29, 33, .32);
  border-radius: .42rem;
  color: rgba(27, 29, 33, .72);
  font-size: calc(1rem + 1px);
  font-weight: 400;
  height: auto !important;
  line-height: 1.5;
  padding: .65rem 1rem;
  transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
  -moz-transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
  -ms-transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
  -o-transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}



.searchPush {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 10px;
  top: 8px;
}



.searchbtn, .speakerbtn {
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 14px 18px;
  width: 45px;
}
.searchbtn {
  background: #937a58;
}
.searchResult {
  padding-top: 20px;
}

.searchResult h3 {
  color: #1e2934;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  text-decoration: none;
  color: #937a58;
  font-weight: 700;

}

.searchResult .tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-height: 100% !important;
}

.searchResult .button-gold, .searchResult .button-grey {
  padding: .5rem .7rem;
}


.searchResult .tags-wrap span {
  margin: 5px;
}


.headIcons{
    width: 25px;
    color: #92722a;
  }

  
.arrowDown{
    width: 20px;
    color: #92722a;
  }

  
.searchResult .button-gold, .searchResult .button-grey {
    color: #fff;
    padding: .5rem .7rem;
    background-color: #937a58 !important;
  }
  
  .serviceDropdownMenu li {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .sub-menu li{
    width: 100% !important;
    margin-bottom: 20px;
  }
  
  .sub-menutitle::before{
    background: none !important;
  }
  
  .sub-menutitle h2{
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #92722a;
  }
  
  
  .custom-divide{
    margin: 10px 0;
    padding:10px 0;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
  }
  
  .custom-divide svg{
    fill: #3f8e50;
  }
  
  
  .inline-with-gap svg{
    width: 20px;
  }
  
  
  .callAction svg{
    color: #797e86;
  }
  
  .tawasul-logo{
    width: 200px;
  }
  
  
  .custom-divide a:first-child{
    border-right:1px solid #ccc;
    padding-right: 10px;
  }
  
  .rightReserved{
    color: #333333; font-size: 16px; margin-bottom: 0;
  }
  
  
  .rightReserved span{
    color: #999999;
  }
  
  .socialIcons svg{
    width: 30px !important;
    height: 30px !important;
  }
  
  .hamburger {
    display: none !important;
}
  

/* responsive css */

  @media (max-width:1500px) {
      .main-menu ul li a {
        font-size: 16px !important;
    }
}

@media (max-width: 1190px) {
    .logo-secondary{
        display: none;
    }
    .hamburger {
        display: flex !important;
        overflow: visible;
        right: 40px;
        display: block;
    }
    .navbar-left {
        display: none;
    }
    .navbar-right{
        display: none;
    }
    
}


@media (max-width: 992px) {
    .mobileMenuList {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 600px) {
    header{
        display: none;
    }
    .logo-main img, .webstar img {
        width: 100%;
    }
    
    .footerbottomWrap{
        flex-direction: column;
    }

    .logo-secondary{
        display: none;
    }
    .Email-Link {
    font-weight: 400 !important;
    top: 7px;
    position: relative;
  }
  
  .vistorContent{
    flex-direction: column;
  }
    .vistors-count{
        flex-direction: column;
        gap: 20px;
    }
    .megafooterBox{
        justify-content: flex-start;
        min-height: auto;

    }
    .megafooter .row{
        flex-direction: column;
        width: 100%;
    }
    .uae-legislation-logo{
        width: auto;
      }
   .collapse:not(.show) {
        display: none !important;
    }
    
    .insider-bg ul li{
        padding-bottom: 0;
        border: none;
    }

    .hamburger{
        right: -5px;
    }

    .logo-main img, .webstar img {
        width: 100%;
    }

    .insider-bg {
        top: 0;
        padding: 50px 30px;
    }

    .mobileMenuList li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }
  
    header {
        padding: 20px 0 20px;
    }
    .header-top .row{
        text-align: center;
        justify-self: center !important;
        align-items: center !important;
    }
    .header-top .col:nth-child(2){
        justify-content: center;
        margin-top: 20px;
    }

    .rightReserved{
        text-align: center;
    }
}