*{
    margin: 0;
    padding: 0;
    user-select: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  
  body {
    font-family: 'Poppins', sans-serif;  
    background-color: white;
    cursor: pointer;
  }

  /* WatsApp */
  .wap_flt{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
  }

  .wap_flt img{
    width: 80px;
    height: 80px;
  }

  /* Containers */
  .c_main{
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      background-color: white;
      padding: 10px;
      box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 20px 20px 0 rgba(0, 0, 0, 0.2);
  }
  .c_wide_t{
    width: 100%;
    padding: 5px;
    height: 50px;
    /* border-bottom: 2px solid rgb(36, 36, 36); */
    background-color: black;
  }
  .c_wide_t img{
      height: 40px;
  }

  .c_wide{
      width: 100%;
      padding: 5px 5px;
      height: auto;
      overflow: auto;
      background-repeat: repeat;
  }
  .c_wide_l{
      float: left;
      width: 50%;
      height: auto;
      overflow: auto;
      padding-right: 10px;
  }
  
  .c_wide_r{
      float: right;
      width: 50%;
      height: auto;
      overflow: auto;
      padding-left: 10px;
  }

  .img_frm{
    width: 100%;
    text-align: center;
  }

  .img_frm img{
    width: 100%;
  }

  .prc_frm{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .tab_frm{
    color: #ebd4b5;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 6px 0px;
    /* border-radius: 10px; */
    /* border: 3px solid #ebd4b5; */
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .tab_frm th{
    font-size: 14px;
    height: 48px;
    border-bottom: 1px solid rgb(48, 48, 48);
  }

  .tab_frm td{
    height: 48px;
    font-size: 14px;
    border-bottom: 1px solid rgb(48, 48, 48);
  }

  .tab_gtq{
    font-size: 12px;
    padding: 8px 0px;
    height: 35px;
    color: black;
    background-color:#ebd4b5;
    border-radius: 3px;
  }


  .enq_frm{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 5px;
  }
  .enq_frm img{
    width: 100%;
  }


  .sld_frm{
    width: 100%;
    height: auto;
  }
  .sld_frm img{
    width: 100%;
  }

  /* Enquiry Form */

  .frm_frm{
    padding: 3rem 0 2rem;
    background-color: #ffffff54;
    border-radius: 5px;
    border: 2px solid #ebd4b5;
    /* width: 80%; */
    margin-left: auto;
    margin-right: auto;
    
  }
  input[type=submit], button {
    width: 80%;
    height: 36px;
    margin: 10px 0px;
    display: inline-block;
    border-radius: 5px;
    color: black;
    border: none;
    background-color: #ebd4b5;
  }
  input[type=text], input[type=email], select {
    border: 1px solid #ced4da;
  }
  input[type=text], input[type=email] {
    width: 80%;
    height: 36px;
    margin: 0%;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #ced4da;
  }

  @media only screen and (max-width: 1024px){
    .c_main{
        width: 100vw;
        margin: 0px;
        padding: 0px;
    }
    .c_wide{
        width: 100vw;
        margin: 0px;
    }
    .c_wide_l{
        float: none;
        width: 100%;
        height: auto;
        overflow: auto;
        padding: 0px;
    }
    
    .c_wide_r{
        float: none;
        width: 100%;
        height: auto;
        overflow: auto;
        padding: 0px;
    }

    .img_frm{
        width: 100%;
        height: auto;
      }
      .img_frm img{
        width: 100%;
      }

    .enq_frm{
        width: 100%;
        height: auto;
      }
      .enq_frm img{
        width: 100%;
      }

    .sld_frm{
        width: 100%;
        height: auto;
      }
      .sld_frm img{
        width: 100%;
      }
  }

  /* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* contrycode */
.iti--separate-dial-code .iti__selected-dial-code{color:#000000!important}
.iti__country{color:#000000!important}
.iti input, .iti input[type=tel], .iti input[type=text]{color:#000000!important; font-weight:500; letter-spacing:1px}

@media(max-width:767px){
    .iti--separate-dial-code{width:80%}  
    .modal-header .close{
      position: relative;
      right: -3rem;
    }
    .sld_frm{
      padding-bottom: 4rem;
    }
}
@media(min-width:768px){
    .iti--separate-dial-code{width: 80%;} 
    .modal-header .close{
      position: relative;
      right: -4rem;
    }
}

#phone{padding-left: 98px!important;}

.modal-content{background-color: #ffffffe8!important}
.modal-title{width: 100%!important;}


.wap_flt img {
  width: 80px;
  height: 80px;
  position: relative;
  right: -2rem;
  bottom: -2rem;
  z-index: 100000;
}
.wap_flt_left{
  position: fixed;
  width: 70px;
  height: 70px;
  left: 0.4rem;
  bottom: 0;
  z-index: 100000;
}
