/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background: #FEF6E8;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
  }
  
  /* background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
    background-color: #ccc;
    background: #FEF6E8;
    border-radius: 10px 10px 0px 0px;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    padding: 0 18px;
    border-radius: 0px 0px 10px 10px;
    background-color: #FEF6E8;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  
  .accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    
    font-size: 8px;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #F8A517;
    padding: 4px;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
    border: 1px solid #000;
  }
  
  
  
  .maajabu_select{
    width: 200px;
    overflow: hidden;
    border: 1px solid #000;
    position: relative;
    padding: 10px 0;
  }
  .maajabu_select:after {
  width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #F8A517;
    position: absolute;
    top: 40%;
    right: 5px;
    content: "";
    z-index: 98;
  
  }
  
  .maajabu_select select{
    width: 220px;
    border: 0;
    position: relative;
    z-index: 99;
    background: none;
  }
  
  .white_text
  {
    color:#fff !important
  }
  
  
  /*    */
  /* Customize the label (the container) */
  .container_maajabu {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container_maajabu input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 12%;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
  }
  
  /* On mouse-over, add a grey background color */
  .container_maajabu:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container_maajabu input:checked ~ .checkmark {
    background-color: #560000;
    border: 1px solid #560000;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container_maajabu input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container_maajabu .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  
  /* MAAJABU CSS*/
  
  .maajabu_title
  {
    font-family:'Cinzel-Black';font-size:96px;color:#fff
  }
  
  .leisurebtn
  {
    font-family:'Cinzel-Bold';width:100%;padding:16px;border:1px solid #fff;border-radius:36px;color:#fff
  }
  
  .leisurebtn:hover
  {
    font-family:'Cinzel-Bold';width:100%;padding:16px;background-color: #fff !important;border-radius:36px;color:#560000
  }
  
  .corporatebtn
  {
    font-family:'Cinzel-Bold';width:100%;padding:16px;background: #fff;border-radius:36px;color:#DA0400
  }
  
  .corporatebtn:hover
  {
    font-family:'Cinzel-Bold';width:100%;padding:16px;background:#DA0400 ;border-radius:36px;color:#fff
  }
  
  .corporate_link
  {
    margin-top:0.5em;font-family:'Cinzel-Medium';font-size:24px;color:#DA0400;line-height:22px
  }
  .corporate_link:hover
  {
    margin-top:0.5em;font-family:'Cinzel-Medium';font-size:24px;color:#F8A517;line-height:22px
  }
  
  
  .corporate_img
  {
    border:1px solid #DA0400;border-radius:36px
  }
  
  .leisure_link
  {
    margin-top:0.5em;font-family:'Cinzel-Medium';font-size:24px;color:#DA0400;line-height:22px
  }
  
  .leisure_link:hover
  {
    margin-top:0.5em;font-family:'Cinzel-Medium';font-size:24px;color:#F8A517;line-height:22px
  }
  
  
  .ourServices_text
  {
    text-align:center;font-family:'Cinzel-Italic';font-size:36px;color:#DA0400;font-weight:300;margin-top:2em
  }
  
  .mjb_text
  {
    font-family:Poppins-Light;font-size: 18px;color:#DA0400;text-align:justify;margin-top:2em
  }
  
  .mjb_txt_white_24
  {font-family:Poppins-Thin;font-size: 24px;color:#FFFFFF;text-align:justify;}
  
  .about_us_white
  {
    font-family:'Cinzel-Medium';font-size:36px;color:#fff;font-weight:300;margin-top:1em
  }
  
  .reg_text
  {
    font-family:Poppins;font-size: 18px;color:#DA0400;text-align:justify;margin:0px;
  }
  
  .submit_btn
  {
    font-size:16px;border:1px solid #DA0400;border-radius:24px;background:#FFC2C2;color:#DA0400;font-family:Cinzel-Bold;padding:12px 36px
  }