img {
  max-width: 100%;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
  vertical-align: baseline;
  font: 100% "Poppins", sans-serif;
  font-weight: normal;
  font-family: "Poppins";
  font-size: 12px;
}

p {
  line-height: 25px;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 14px;
  font-family: "Poppins";
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

input::ms-clear, input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
}

button, a.button, input[type=reset], input[type=submit], input[type=button], input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Raleway";
}

button, input[type=reset], input[type=submit], input[type=button] {
  line-height: normal ;
}

textarea, select, input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: "Raleway";
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  box-sizing: border-box;
}

textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button, select::-webkit-outer-spin-button, select::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button, input[type=datetime]::-webkit-outer-spin-button, input[type=datetime]::-webkit-inner-spin-button, input[type=datetime-local]::-webkit-outer-spin-button, input[type=datetime-local]::-webkit-inner-spin-button, input[type=email]::-webkit-outer-spin-button, input[type=email]::-webkit-inner-spin-button, input[type=month]::-webkit-outer-spin-button, input[type=month]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=password]::-webkit-outer-spin-button, input[type=password]::-webkit-inner-spin-button, input[type=search]::-webkit-outer-spin-button, input[type=search]::-webkit-inner-spin-button, input[type=tel]::-webkit-outer-spin-button, input[type=tel]::-webkit-inner-spin-button, input[type=text]::-webkit-outer-spin-button, input[type=text]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button, input[type=time]::-webkit-inner-spin-button, input[type=url]::-webkit-outer-spin-button, input[type=url]::-webkit-inner-spin-button, input[type=week]::-webkit-outer-spin-button, input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled], input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled] {
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: "Raleway";
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid, button:invalid, select:invalid, textarea:invalid {
    box-shadow: none;
  }
  input::-moz-focus-inner, button::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.4s ease;
}

.header{padding: 15px 0;}

.header a {
  display: inline-block;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-right {
  display: flex;
  align-items: center;
  
}

.menu {display:flex;}

.menu li {
  margin-right:30px;
}
 

.menu a {
  color: #233144;
  font-size: 16px; 
}

 
.header-btn {
  display:flex;
}

.header-btn a {
  background: #0560e6;
  color: #fff;
  padding: 9px 14px;
  font-size: 14px;
  border-radius: 3px;
}

.header-btn a.active {
  background: #ff9a00;
  color: #fff; 
}

.profileicons>ul {
  display: flex;
  align-items: center;
}

.profileicons>ul li {
  position: relative;
}

.profileicons>ul .adminicon {
  padding-left: 15px;
  border-left: 1px solid #D3D3D3;
  cursor: pointer;
}

.profileicons>ul .adminicon figure img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  vertical-align: middle;
}

.profileicons>ul li a {
  padding: 10px;
  width: 100%;
  border-top: 1px solid #d6d6d6;
}

.profileicons>ul.mainmenuparent>li {
  padding: 0 10px;
}

.notificationtag {
  border-radius: 5px;
  position: absolute;
  display: none;
  top: 41;
  right: -137px;
  width: 250px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.monytext {
  position: absolute;
  display: none;
  border-radius: 5px;
  padding: 9px;
  right: 0;
  width: max-content;
  text-align: left;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  top: 32px;
}

.monytext p {
  font-size: 14px;
  padding-bottom: 3px;
}

.monytext a {
  display: inline-block;
  color: #233144;
  font-size: 14px;
}

.monytext img {
  margin-right: 5px;
  vertical-align: middle;
}

.profileicons img {
  vertical-align: middle;
}

.moneytag .in_img {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

.moneytag span {
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
}

.contact-support {
  position: relative;
}

.support-icon {
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
  /* border: 1px solid #ddd; */
  border-radius: 3px;
  cursor: pointer;
}

.support-icon img {
  width: 18px;
  vertical-align: middle;
  margin-right: 4px;
}

.support-details {
  position: absolute;
  z-index: 9999;
  top: 48px;
  right: -20px;
  width:250px;
  background: #ffffff;
  padding: 10px 20px;
  color: #1B1C1F;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 20%);
}

.support-details .heading {
  font-size: 13px;
  font-weight: 500;
}

.support-details strong {
  display: block;
  padding: 10px 0 15px;
  font-weight: 500;
  font-size: 13px;
}

.support-details .in-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.support-details::after {
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  top: -5px;
  line-height: 0;
  right: 21px;
  content: "\f0d8";
  font-weight: 900;
  position: absolute;
  font-size: 40px;
}

.support-details .left {
  width: 48%;
}

.support-details .left span {
  display: block;
  font-size: 14px;
  padding: 10px 0 0;
}

.support-details label {
  font-size: 15px;
  font-weight: 600;
  color: #38469E;
}

.support-details .whatsapp-icon {
  background: rgba(255, 192, 19, 0.3);
  padding: 10px;
  width: 48%;
}

.support-details span {
  font-size: 12px;
}

.support-details .icon {
  line-height: 0;
  padding: 5px 0 0;
  display: flex;
}

.support-details .icon a {
  display: inline-block;
  padding: 0;
  border: 0;
  width: auto;
  margin-right: 10px;
}

.support-details .icon img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.profilemenu {
  position: absolute;
  display: none;
  padding: 0px;
  top: 18px;
  right: -7px;
  min-width: 180px;
  border-radius: 5px;
  background: #fff;
  z-index: 1;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  width: max-content;
}

.profilemenu ul li {
  line-height: 30px;
}

.profilemenu ul li:hover {
  background: #efefef;
}

.profilemenu a {
  color: #000;
  font-size: 14px;
}

.profilemenu img {
  margin-right: 5px;
  vertical-align: middle;
}

.header-dashboard {
  padding: 15px 0;
}

.header-bottom {
  background: #0c6eb5;
}

.header-bottom i img {
  vertical-align: middle;
}

.header-bottom ul {
  display: flex;
  justify-content: space-between;
}

.header-bottom ul a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 12px 0;
}

.mainclass {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 60%;
  background: #fff;
  box-shadow: 1px 2px 6px 3px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.content {
  padding: 12px;
  width: 100%;
  background: white;
  border: 1px solid rgba(0, 0, 1, 0.21);
  border-top-color: rgba(0, 0, 1, 0.21);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 1, 0.21);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: 0;
  position: relative;
}

/* }.content a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}.content ul {
    display: flex;
    justify-content: space-around;
    padding-bottom: 10px;
}.content ul li {
    width: 20%;
}.content:hover {
    background: #efefef;
} */

.booking-name-ref {
  position: relative;
}

.header-bottom ul a img {
  vertical-align: middle;
  margin-left: 2px;
}

.header-inner {
  padding: 10px 0;
}

.header-profile-box a {
  display: inline-block;
  font-size: 15px;
  color: #233144;
  margin-left: 10px;
}

.header-profile-box img {
  vertical-align: middle;
  margin-right: 3px;
}

.mainmenuparent>li:hover ul.sub-menu {
  display: block !important;
}

li.sub-icon .sub-menu {
  display: none;
  border: 1px solid #e1e1e1;
  border-top-color: rgb(225, 225, 225);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
}

li.sub-icon .sub-menu li {
  display: block;
  line-height: 30px;
  padding: 0;
}

li.sub-icon .sub-menu a {
  color: #000;
  font-size: 13px;
  width: 100%;
  padding: 7px 15px;
  border-top: 1px solid #ccc;
}

li.sub-icon {
  position: relative;
  cursor: pointer;
}

.footer {
  padding: 40px 0;
}

.footer .container {
  display: flex;
  justify-content: space-between;
}

.footer-box {
  width: 22%;
  padding-left: 20px;
  border-left: 5px solid #ff9a00;
}

.footer-box:last-child {
  width: 8%;
}

.footer-box:nth-child(3) {
  width: 25%;
}

.footer-box .title {
  font-size: 15px;
  font-weight: 500;
  color: #233144;
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  margin-bottom: 20px;
}

.footer-box .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #c8d2d7;
  width: 150px;
  height: 1px;
}

.footer-box .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1764d6;
  width: 40px;
  height: 1px;
}

.footer-box ul.in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-box ul.in li {
  width: 45%;
}

.footer-box ul li {
  line-height: 25px;
}

.footer-box ul li a {
  display: inline-block;
  color: #525e6f;
  font-size: 13px;
}

.footer-box .icons a {
  display: block;
  margin-bottom: 3px;
}

.footer-box .icons a:last-child {
  margin: 0;
}

.copayright {
  padding: 15px;
  text-align: center;
  color: #525e6f;

}


.copayright .container{display: flex; justify-content: space-between; align-items: center;}
.copayright p{  font-size:15px; }
.footer-menu{display: flex; }
.footer_menu a{display: inline-block; font-size: 14px; margin-left:20px; color: #1B1C1F;}

.moneytag figure {
  display: flex;
  align-items: center;
}

.moneytag span {
  display: flex;
  align-items: center;
}

#cookiePopup {
  background: white;
  width: 37%;
  position: fixed;
  left: 10px;
  bottom: 20px;
  box-shadow: 0px 0px 15px #4d4545;
  padding: 12px 10px;
  display: none;
}

#cookiePopup p {
  text-align: left;
  font-size: 15px;
  color: #4e4e4e;
}

#cookiePopup button {
  width: 29%;
  border: white;
  background: #ff9a00;
  padding: 5px;
  border-radius: 10px;
  color: white;
  font-family: "Poppins";
  margin-top: 12px;
}

img {
  max-width: 100%;
}

.menuicon {
  display: none;
}

@media (max-width: 767px) {
  .header_left {
    display: flex;
    align-items: center;
  }
  .container {
    padding: 0 15px;
  }
  .menuicon {
    width: 30px;
    margin-right:15px; 
    display: block;
  }
  .header {
    padding: 15px 0;
  }
  .header-right {
    margin-top: 0;
  }
  .menu {
    display: block;
    transition: all 0.5s ease;
    position: fixed;
    left: -100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
    width: 320px;
  }
  .menu li {
    margin: 0;
  }
  .menu a {
    display: block;
    padding: 12px 18px;
  }
  .menu.active {
    left: 0;
  }
  .header-btn {
    display: block;
    text-align: right;
  }
  .header-btn a {
    border-radius: 2px;
    font-size: 13px;
    padding: 7px 0;
    display: block;
    width: 140px;
    text-align: center;
  }
  .header-btn a.active {
    margin: 0 0 6px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 0 15px;
  }
  .footer .container {
    flex-wrap: wrap;
  }
  .footer-box {
    width: 48%;
    margin-bottom: 20px;
  }
  .footer-box:last-child {
    width: 100%;
  }
  .footer-box .icons {
    display: flex;
  }
  .footer-box .icons a {
    margin-right: 10px;
  }
}

@media(max-width:767px) {
  .container {
    padding: 0 15px;
  }
  .header-left {
    display: flex;
    align-items: center;
  }
  .header-left span {
    display: block;
    margin: 12px 12px 0 0;
    cursor: pointer;
  }
  .header-left span img {
    width: 28px;
    vertical-align: middle;
  }
  .header {
    padding: 15px 0;
  }
  .logo img {
    width: 115px;
  }
  .menu {
    position: fixed;
    left: -100%;
    transition: all 0.4s ease;
    top: 0;
    bottom: 0;
    right: 0;
    width: 280px;
    display: block;
    z-index: 9;
    background: #fff;
  }
  .menu.active {
    left: 0;
  }
  .menu li {
    margin: 0;
  }
  .menu li:last-child {
    margin: 0;
  }
  .menu a {
    display: block;
    padding: 12px 15px;
    border-bottom: 1px solid #0560e6;
  }
  .header-right {
    margin: 0;
  }
  .header-btn a.active {
    margin: 0;
    padding: 6px 10px;
  }
  .header-btn a{}

  .header-bottom ul {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .header-bottom ul li {
    width: 49%;
  }
  .header-bottom ul a {
    font-size: 13px;
  }
  .credit-box {
    width: 100% !important;
  }
  .support-details {
    width: 320px;
    right: 0;
  }
  .support-details .left {
    width: 45%;
  }
  .support-details label {
    font-size: 12px;
  }
  .support-details .whatsapp-icon {
    width: 555;
  }
  .profileicons>ul.mainmenuparent>li {
    display: none;
  }
  .profileicons>ul.mainmenuparent>li.contact-support {
    display: inline-block;
    padding: 0;
  }
  .footer .container {
    flex-wrap: wrap;
  }
  .footer-box {
    width: 48%;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 2px solid #ff9a00;
  }
  .footer-box:last-child {
    width: 100%;
  }
  .footer-box .title {
    font-size: 14px;
  }
  .footer-box .icons {
    display: flex;
  }
  .footer-box .icons a {
    display: inline-block;
    line-height: 0;
    margin: 0 10px 0 0;
  }
}

    #usersupportdetail {
            display: none;
        }

     .whatsappicon {
position: fixed;
left: -87px;
bottom: 0px;
z-index: 100;
opacity: 1;
width: max-content;
height: max-content;
}

.whatsappicon img{border-top-right-radius: 5px;
border-bottom-right-radius: 5px;}

        .whatsappicon:hover {
        left: 0px;
        animation:sliderwhatsapp 1s;
        }
        @keyframes sliderwhatsapp{
         0%   {left: -87px;}
 100%   {left: 0;}        }



 @media(max-width:767px){
  
  .copayright .container{display: block;}
  .copayright .container{display: block;}
  .copayright .container{display: block;}
  .copayright p{margin-bottom: 5px;}
  
 }



