img {
  max-width: 100%;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s 
ease;
  transition: all 0.4s 
ease;
}

body.active{overflow: hidden !important;}

#btnkeepposted,
#ContentPlaceHolder1_btnkeepposted {
  background: #FA7823;
  margin-left: 5px;
  padding: 18px;
  display: inline-block;
  width: 200px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: inherit;
}

#markupstrip p {
  color: #b57620 !important;
}

.closenavbar {
  display: none;
  text-align: right !important;
  padding: 15px 25px !important;
  cursor: pointer;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fullView {
  100% {
    width: 100%;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.loginpopup {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  background: #fff;
  position: absolute;
  top: 40px;
  right: 0;
  min-width: 300px;
  border-radius: 4px;
  display: none;
}

.fullwidth {
  position: relative;
}
.fullwidth .inputtitle {
  color: #4b4b4b;
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 7px;
  left: 25px;
}
.fullwidth .logininput {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  padding-top: 20px;
  padding-left: 25px;
}
.fullwidth .loginsub {
  background: #FA7823;
  border: 0;
  padding: 8px;
  color: white;
  width: 50%;
  font-size: 16px;
  border-radius: 20px;
  margin-top: 15px;
}

.usernamelogin {
  background: url("../images/user.png") no-repeat left center;
}

.passwordlogin {
  background: url("../images/key.png") no-repeat left center;
  padding-right: 30px;
}

.passwordloginopen {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 0;
  right: 5px;
}
.passwordloginopen img {
  margin: 0;
}

.search-box-input {
  padding: 0;
  background: url(../images/search.png) no-repeat left center;
}

#txthotelname {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div.dropdown.roomGuestSelect {
  position: relative;
}

.search-box .calender-img {
  padding-left: 10px;
  padding-left: 10px;
}
.search-box .search-box-input input {
  background: none !important;
}

.roomGuestSelect .dropdown-menu {
  z-index: 99999 !important;
  top: 40px !important;
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #cad6e3;
  width: 330px;
  padding-bottom: 0;
  position: absolute;
  background: #fff;
}

.dropdown.roomGuestSelect.open {
  position: relative;
}

.btnimgsliderprev.slick-arrow {
  background: no-repeat;
  border: 0;
  position: absolute;
  z-index: 999999;
  top: 40%;
}

.btnimgslidernext.slick-arrow {
  background: no-repeat;
  border: 0;
  position: absolute;
  z-index: 999999;
  top: 40%;
  right: 0;
}

.view_photos {
  cursor: pointer;
}

.view_amenity {
  cursor: pointer;
}

.minheightdiv {
  min-height: -webkit-min-content !important;
  min-height: -moz-min-content !important;
  min-height: min-content !important;
}

.amenitylist {
  margin-top: 0 !important;
  padding-top: 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 0 !important;
}
.amenitylist li {
  width: 30% !important;
  padding: 10px;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-bottom: 0 !important;
}
.amenitylist li:nth-last-child(-n+3) {
  border-bottom: 1px solid #d6d6d6 !important;
}
.amenitylist li:nth-child(3n) {
  border-right: 1px solid #d6d6d6;
}
.amenitylist li:last-child {
  border-right: 1px solid #d6d6d6;
}

.viewcancellation {
  cursor: pointer;
}

.grand-hotel li:nth-child(4) {
  position: relative;
}
.grand-hotel li:nth-child(5) {
  position: relative;
}
.grand-hotel a.play-button {
  cursor: pointer;
}

.cancellationdiv {
  position: absolute;
  width: 100%;
  padding: 10px;
  top: 30px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 16px rgba(26, 66, 84, 0.1);
          box-shadow: 0px 0px 20px 16px rgba(26, 66, 84, 0.1);
  border-radius: 20px;
  right: 60px;
  text-align: justify;
  line-height: 18px;
  z-index: 999;
}

.twodd {
  line-height: 50px;
}

.animatediv {
  height: 10px;
  border-radius: 10px;
}

.wrapper {
  width: 0px;
  -webkit-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.profilePic {
  height: 65px;
  width: 65px;
  border-radius: 50%;
}

.comment {
  height: 10px;
  background: #777;
  margin-top: 20px;
}

.animate {
  -webkit-animation: shimmer 2s infinite linear;
          animation: shimmer 2s infinite linear;
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #eff1f3), color-stop(25%, #e2e2e2), color-stop(36%, #eff1f3));
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

.view_map {
  cursor: pointer;
}

.infodivclose {
  background: #FA7823;
  padding: 10px 15px;
  margin: 10px 0;
  border: 0;
  font-size: 16px;
  border-radius: 5px;
  color: white;
}

.hidemap {
  background: #fff;
  padding: 10px 15px;
  float: right;
  margin: 10px 0;
  border: 1px solid #cbcbcb;
  font-size: 16px;
  border-radius: 5px;
}

.backwhite {
  float: left;
  background: #fff;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
}
.backwhite .pagebtndiv {
  float: left;
}

.pagebtndiv .pageno {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.pagebtndiv a {
  text-transform: inherit;
  color: #000;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-right: 10px;
  background: #d6d6d6;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  cursor: pointer;
}
.pagebtndiv a img {
  vertical-align: middle;
}
.pagebtndiv a:hover {
  background: #fff;
  border-color: #d6d6d6;
}

.sort-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-by {
  padding: 10px 15px;
  display: block;
}
.sort-by small {
  border-right: 0;
  padding: 15px;
}

img {
  max-width: 100%;
}

#btnkeepposted,
#ContentPlaceHolder1_btnkeepposted {
  background: #FA7823;
  margin-left: 5px;
  padding: 18px;
  display: inline-block;
  width: 200px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: inherit;
}

#markupstrip p {
  color: #b57620 !important;
}

.closenavbar {
  display: none;
  text-align: right !important;
  padding: 15px 25px !important;
  cursor: pointer;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fullView {
  100% {
    width: 100%;
  }
}
@keyframes fullView {
  100% {
    width: 100%;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.loginpopup {
  width: 100%;
  max-width: 300px;
  padding: 10px;
  background: #fff;
  position: absolute;
  top: 40px;
  right: 0;
  min-width: 300px;
  border-radius: 4px;
  display: none;
}

.fullwidth {
  position: relative;
}

.fullwidth .inputtitle {
  color: #4b4b4b;
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 7px;
  left: 25px;
}

.fullwidth .logininput {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  padding-top: 20px;
  padding-left: 25px;
}

.fullwidth .loginsub {
  background: #FA7823;
  border: 0;
  padding: 8px;
  color: white;
  width: 50%;
  font-size: 16px;
  border-radius: 20px;
  margin-top: 15px;
}

.usernamelogin {
  background: url("../images/user.png") no-repeat left center;
}

.passwordlogin {
  background: url("../images/key.png") no-repeat left center;
  padding-right: 30px;
}

.passwordloginopen {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 0;
  right: 5px;
}

.passwordloginopen img {
  margin: 0;
}

.search-box-input {
  padding: 0;
  background: url(../images/search.png) no-repeat left center;
}

#txthotelname {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.dropdown.roomGuestSelect {
  position: relative;
}

.search-box .calender-img {
  padding-left: 10px;
  padding-left: 10px;
}

.search-box .search-box-input input {
  background: none !important;
}

.roomGuestSelect .dropdown-menu {
  z-index: 99999 !important;
  top: 40px !important;
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #cad6e3;
  width: 330px;
  padding-bottom: 0;
  position: absolute;
  background: #fff;
}

.dropdown.roomGuestSelect.open {
  position: relative;
}

.btnimgsliderprev.slick-arrow {
  background: no-repeat;
  border: 0;
  position: absolute;
  z-index: 999999;
  top: 40%;
}

.btnimgslidernext.slick-arrow {
  background: no-repeat;
  border: 0;
  position: absolute;
  z-index: 999999;
  top: 40%;
  right: 0;
}

.view_photos {
  cursor: pointer;
}

.view_amenity {
  cursor: pointer;
}

.minheightdiv {
  min-height: -webkit-min-content !important;
  min-height: -moz-min-content !important;
  min-height: min-content !important;
}

.amenitylist {
  margin-top: 0 !important;
  padding-top: 0 !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0 !important;
}

.amenitylist li {
  width: 30% !important;
  padding: 10px;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-bottom: 0 !important;
}

.amenitylist li:nth-last-child(-n+3) {
  border-bottom: 1px solid #d6d6d6 !important;
}

.amenitylist li:nth-child(3n) {
  border-right: 1px solid #d6d6d6;
}

.amenitylist li:last-child {
  border-right: 1px solid #d6d6d6;
}

.viewcancellation {
  cursor: pointer;
}

.grand-hotel li:nth-child(4) {
  position: relative;
}

.grand-hotel li:nth-child(5) {
  position: relative;
}

.grand-hotel a.play-button {
  cursor: pointer;
}

.cancellationdiv {
  position: absolute;
  width: 100%;
  padding: 10px;
  top: 30px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 16px rgba(26, 66, 84, 0.1);
  box-shadow: 0px 0px 20px 16px rgba(26, 66, 84, 0.1);
  border-radius: 20px;
  right: 60px;
  text-align: justify;
  line-height: 18px;
  z-index: 999;
}

.twodd {
  line-height: 50px;
}

.animatediv {
  height: 10px;
  border-radius: 10px;
}

.wrapper {
  width: 0px;
  -webkit-animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.profilePic {
  height: 65px;
  width: 65px;
  border-radius: 50%;
}

.comment {
  height: 10px;
  background: #777;
  margin-top: 20px;
}

.animate {
  -webkit-animation: shimmer 2s infinite linear;
  animation: shimmer 2s infinite linear;
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #eff1f3), color-stop(25%, #e2e2e2), color-stop(36%, #eff1f3));
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

.view_map {
  cursor: pointer;
}

.infodivclose {
  background: #FA7823;
  padding: 10px 15px;
  margin: 10px 0;
  border: 0;
  font-size: 16px;
  border-radius: 5px;
  color: white;
}

.hidemap {
  background: #fff;
  padding: 10px 15px;
  float: right;
  margin: 10px 0;
  border: 1px solid #cbcbcb;
  font-size: 16px;
  border-radius: 5px;
}

.backwhite {
  float: left;
  background: #fff;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
}

.backwhite .pagebtndiv {
  float: left;
}

.pagebtndiv .pageno {
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.pagebtndiv a {
  text-transform: inherit;
  color: #000;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  background: #d6d6d6;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  cursor: pointer;
}

.pagebtndiv a img {
  vertical-align: middle;
}

.pagebtndiv a:hover {
  background: #fff;
  border-color: #d6d6d6;
}

.sort-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort-by {
  padding: 10px 15px;
  display: block;
}

.sort-by small {
  border-right: 0;
  padding: 15px;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-icon {
  display: none;
}

.menu-icon i {
  font-size: 35px;
}

.header-flex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0px;
}

.header-flex-inner img {
  width: 80px;
}

.header-flex-inner span {
  font-size: 13px;
  color: #000;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #000;
}

.header-flex-inner a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  padding: 0 10px;
}

.header-flex-inner a.button-login {
  display: inline-block;
  border: 1px solid #000;
  margin-left: 10px;
  font-size: 13px;
  border-radius: 27px;
  padding: 12px 30px;
}

.search {
  background: #a97329;
  padding: 15px;
  margin-top: 20px;
}

input::-webkit-input-placeholder {
  color: black;
  opacity: 100%;
}

input:-ms-input-placeholder {
  color: black;
  opacity: 100%;
}

input::-ms-input-placeholder {
  color: black;
  opacity: 100%;
}

input::-moz-placeholder {
  color: black;
  opacity: 100%;
}

input::placeholder {
  color: black;
  opacity: 100%;
}

.open-menu {
  display: none;
}

.dubaistop-r {
  width: 100%;
}

@media (max-width: 1024px) {
  .header-flex a {
    font-size: 14px;
    padding: 0 5px;
  }
  .header-flex img {
    height: 90px;
    width: 100px;
  }
  .banner img.banner-image {
    height: 550px;
  }
  .search-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
  }
  .search-box .search-box-input {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #c0c0c0;
    padding: 5px 0 20px 0;
  }
  .search-box .search-box-img {
    border: none;
  }
  .search-box .search-text-box {
    width: 26%;
  }
  .icon-flex img {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .container{padding-left: 15px; padding-right: 15px;}
  .newfooter .flexcontent .links.noborder{margin: 0; gap: 12px 1px;}
  .banner img.banner-image {
    height: 250px;
  }
  .banner::before {
    position: unset;
  }
  .open-menu {
    display: block;
  }
  .open-menu img {
    height: 30px;
  }
  .banner .container {
    position: inherit;
    margin-top: -280px;
  }
  .icons {
    position: inherit;
    text-align: left;
    margin-top: 40px;
  }
  .header-flex {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 43px;
    z-index: 99999999999;
    height: 550px;
  }
  .search-box {
    display: block;
    margin-top: -20px;
    -webkit-box-shadow: 0px 3px 6px 0px #bcbbbb;
    box-shadow: 0px 3px 6px 0px #bcbbbb;
    margin-bottom: 50px;
  }
  .search-box .search-text-box {
    width: 100%;
    border-top: 1px solid #c0c0c0;
    border-left: none;
    margin-top: 15px;
    padding-top: 10px;
  }
  .search-box .search-text-box button {
    width: 100%;
  }
  .search-box .search-text-box span {
    padding-bottom: 10px;
  }
  .search-box .search-text-box .room-text {
    padding-left: 12px;
  }
  .search-box .calender-img {
    padding-left: 10px;
  }
  .search-box .search-box-img label {
    padding-bottom: 10px;
  }
  .icon-flex {
    display: block;
    width: inherit;
  }
  .icon-flex .icon {
    width: 100%;
  }
  .icon-flex p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
  }
  .icon-flex img {
    padding-bottom: 0;
    height: 50px;
  }
  .dubai-hotel .heading {
    font-size: 30px;
    padding-top: 0;
  }
  .dubai-hotel label {
    font-size: 20px;
    line-height: 25px;
    padding: 10px 0;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 30px 10px;
  }
  .footer label {
    font-size: 16px;
  }
  .footer li {
    font-size: 14px;
  }
  .footer small {
    font-size: 20px;
  }
  .footer .company-footer a img {
    padding: 10px;
  }
  .footer-bottom p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .closenavbar {
    display: block;
  }
  .footer label {
    font-weight: 700;
    font-size: 15px;
  }
  .footer .footer-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .company-footer {
    width: 48%;
    margin-bottom: 20px;
  }
  .footer .company-footer a img {
    height: 35px;
    padding: 0;
  }
  .footer .company-footer a img.scan {
    height: inherit;
  }
}
@media (max-width: 767px) {
  body {
    position: relative;
  }
  .nav {
    display: none;
  }
  .nav {
    position: absolute;
    z-index: 1000000000000000000000000;
    background: rgb(255, 255, 255);
    width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  .nav a {
    color: black;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    display: block;
  }
  #loginmain {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 15px;
  }
  .header-flex span {
    color: #000;
  }
  .loginpopup {
    max-width: 100%;
    position: relative;
  }
  .loginpopup img {
    width: auto !important;
    height: auto !important;
  }
  .header-flex a.button-login {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 0;
    padding: 15px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
  }
}
.loginpopup {
  z-index: 1000000000000000000000000;
}

.loginpopup img {
  width: auto !important;
}

.loginpopup span {
  border: 0 !important;
}

.header-flex-inner a.button-login,
.closepopuplogin {
  cursor: pointer !important;
}

.header-flex img {
  margin-left: 30px;
  width: 100px;
}

.search-box .search-box-img {
  cursor: pointer;
}

.search-box .search-box-img input {
  cursor: pointer;
}

.icon-flex .icon {
  cursor: context-menu;
  margin-bottom: 15px;
}

.icon-flex .icon:nth-child(2) {
  cursor: pointer;
}

.search-box .search-text-box .room-text {
  cursor: pointer;
}

.icon-flex img.inbg {
  background: #fff;
  padding: 5px;
}

.search-box .search-box-img {
  border-left: 0;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-icon {
  display: none;
}
.menu-icon i {
  font-size: 35px;
}

.footer {
  background: #a97329;
  padding: 15px 0;
}

.footer .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer label {
  font-size: 20px;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #bb925a;
}

.footer li {
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}

.footer li a {
  text-decoration: none;
  color: #fff;
}

.footer small {
  font-size: 22px;
  color: #fff;
  padding: 10px;
  display: block;
}

.footer .company-footer {
  width: 22%;
}

.footer .company-footer a img {
  padding: 15px 10px;
}

.footer-bottom {
  background-color: #fff;
  text-align: center;
  padding: 15px 0;
}

.footer-bottom p {
  font-size: 20px;
  color: #a97329;
}

@media (max-width: 1024px) {
  .footer {
    padding: 30px 10px;
  }
  .footer label {
    font-size: 16px;
  }
  .footer li {
    font-size: 14px;
  }
  .footer small {
    font-size: 20px;
  }
  .footer .company-footer a img {
    padding: 10px;
  }
  .footer-bottom p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .closenavbar {
    display: block;
  }
  .footer label {
    font-weight: 700;
    font-size: 15px;
  }
  .footer .footer-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .company-footer {
    width: 48%;
    margin-bottom: 20px;
  }
  .footer .company-footer a img {
    height: 35px;
    padding: 0;
  }
  .footer .company-footer a img.scan {
    height: inherit;
  }
}

@media (max-width: 767px) {
  body {
    position: relative;
  }
  .newfooter .flexcontent .links.noborder{width: 100%;}
  
  .newfooter .flexcontent .leftcon{width: 100%;}
  .newfooter .flexcontent .footerlogo{width: 100%;}
  .nav {
    position: absolute;
    z-index: 1000000000000000000000000;
    background: rgb(255, 255, 255);
    width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  .nav a {
    color: black;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    display: block;
  }
  #loginmain {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 15px;
  }
  .header-flex span {
    color: #000;
  }
  .loginpopup {
    max-width: 100%;
    position: relative;
  }
  .loginpopup img {
    width: auto !important;
    height: auto !important;
  }
  .header-flex a.button-login {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 14px;
    border-radius: 0;
    padding: 15px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
  }
}
.newfooter {
  background: #333;
  padding: 10px;
  margin-top: 20px;
}

.newfooter .flexcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.newfooter .flexcontent .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  margin: 0 20px;
  border-top: 1px solid #6f6f6f;
}

.newfooter .flexcontent .links li a {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
  margin: 0 10px;
}

.newfooter .flexcontent .links li p {
  color: #fff;
  font-size: 13px;
  margin: 0 10px;
}

.newfooter .flexcontent .leftcon {
  width: 80%;
}

.newfooter .flexcontent .links.noborder {
  border: 0;
}

.newfooter .flexcontent .footerlogo {
  padding-right: 20px;
  width: 20%;
  text-align: center;
}

.newfooter .flexcontent .footerlogo img {
  width: 100px;
}




@media(max-width:767px){

  .newfooter .flexcontent{display: block;}
  .newfooter .flexcontent .links.noborder{display: flex;}
  .newfooter .flexcontent .leftcon{width: 100%; padding-top: 20px;}
  .newfooter .flexcontent .footerlogo{width: 100%; padding-right: 0;}
}