@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
body{
  /* background: #fec107; */
  /* padding: 0 10px; */
}
.wrapper{
  max-width: 500px;
  width: 100%;
  background: #fff;
  margin: 20px auto;
  box-shadow: 20px 10px 21px rgba(79, 76, 76, 0);
  border:#b4b0b07d solid 0.5px;
  border-radius: 5px;
  padding: 30px;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


.wrapper .title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #f46a24;
  /* text-transform: uppercase; */
  text-align: center;
}

.wrapper .form{
  width: 100%;
}

.wrapper .form .inputfield{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.wrapper .form .inputfield label{
   width: 200px;
   color: #000000;
   margin-right: 10px;
  font-size: 14px;
}

.wrapper .form .inputfield .input,
.wrapper .form .inputfield .textarea{
  width: 100%;
  outline: none;
  border: 1px solid #d5dbd9;
  font-size: 15px;
  padding: 8px 10px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.wrapper .form .inputfield .textarea{
  width: 100%;
  height: 125px;
  resize: none;
}

.wrapper .form .inputfield .custom_select{
  position: relative;
  width: 100%;
  height: 37px;
}

.wrapper .form .inputfield .custom_select:before{
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  border: 8px solid;
  border-color: #d5dbd9 transparent transparent transparent;
  pointer-events: none;
}

.wrapper .form .inputfield .custom_select select{
  -webkit-appearance: none;
  -moz-appearance:   none;
  appearance:        none;
  outline: none;
  width: 100%;
  height: 100%;
  border: 0px;
  padding: 8px 10px;
  font-size: 15px;
  border: 1px solid #d5dbd9;
  border-radius: 3px;
}


.wrapper .form .inputfield .input:focus,
.wrapper .form .inputfield .textarea:focus,
.wrapper .form .inputfield .custom_select select:focus{
  border: 1px solid #f46a24;
}

.wrapper .form .inputfield p{
   font-size: 14px;
   color: #757575;
}
.wrapper .form .inputfield .check{
  width: 15px;
  height: 15px;
  position: relative;
  display: block;
  cursor: pointer;
}
.wrapper .form .inputfield .check input[type="checkbox"]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wrapper .form .inputfield .check .checkmark{
  width: 15px;
  height: 15px;
  border: 1px solid #fec107;
  display: block;
  position: relative;
}
.wrapper .form .inputfield .check .checkmark:before{
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 5px;
  height: 2px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  display: none;
}
.wrapper .form .inputfield .check input[type="checkbox"]:checked ~ .checkmark{
  background: #fec107;
}

.wrapper .form .inputfield .check input[type="checkbox"]:checked ~ .checkmark:before{
  display: block;
}

.wrapper .form .inputfield .btn{
  width: 30%;
   padding: 8px 10px;
  font-size: 15px; 
  border: 0px;
  background:  #f46a24;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  margin: 5px 10%; 
}

.wrapper .form .inputfield .btn:hover {
  background: #c34100 !important; 
}

.wrapper .form .inputfield:last-child{
  margin-bottom: 0;
}

@media (max-width:420px) {
  .wrapper .form .inputfield{
    flex-direction: column;
    align-items: flex-start;
  }
  .wrapper .form .inputfield label{
    margin-bottom: 5px;
  }
  .wrapper .form .inputfield.terms{
    flex-direction: row;
  }
  /* .wrapper .form .inputfield:nth-child(13){
    background-color: pink;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;

  } */
  /* .wrapper .form .inputfield:nth-child(14){
    flex-direction: row;
    align-items: flex-start;
  } */
}
.form .inputfield #cancel_btn{
  text-align: center;
  text-decoration: none;
  background-color:#757575;
}

/* header */

*{
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}
.header_nav_bar{
    padding: 2px;
    display: flex;
}
.nav_cust_cls{
    width: 100%;
    margin-top: 1%;
    display: flex !important;
    justify-content: end !important;
}
.nav_cust_cls button {
    display: flex;
}
.navbar-toggler-icon{
    float: right;
}
.navbar-collapse .nav-item .nav-link{
    color: white !important;
}
.header_text{
  font-family: 'Playfair Display', serif;
}


#searchbar3{
    width: 100%;
    border: #f46a24 1px solid;
}
#searchbar3:focus{
    box-shadow: none;
}
li a {
    border-bottom: 3px solid transparent;
    transition: all 1s;
    padding: 2px 10px !important;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.6px;
  }
li a:hover {
    border-bottom: 3px solid aliceblue;
    transition: all 0.6s;
  }
  .custom_cls{
    height: 350px;
    }
    header{
    background-color: #f46a24;
    color: white;
    padding: 8px 0px;
    font-family: 'Playfair Display', serif;
    }
  .img_float{
      float: left;
      margin-left: 5%;
      margin-top: 6px;
  }

  @media only screen and (min-width: 100px){

    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }
    
    .head_text_container{
      padding: 0%;
      margin: 0%;
    }
    header{
      padding: 10 px 0px;
    }
    .header_text{
      font-size:0.8rem;
    }
    .img_float img{
      float: left;
      margin-left: 5%;
      height: 43px;
  }
  .nav_cust_cls{
    margin-top:0%;
  }
  .navbar{
    padding: 0% 2% !important;
  }
  #searchbar3{
    width: 46%;
    height: 26px;
  }
  li a:hover{
    width: max-content;
  }
  li a{
    width:max-content;
    font-size: 10px;
  }
  .navbar-light .navbar-toggler-icon{
    height: 16px !important;
  }
  }
  @media only screen and (min-width: 290px){

    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }
   
    .head_text_container{
      padding: 0%;
      margin: 0%;
    }
    header{
      /* padding: 10px 0px; */
      padding-bottom: 13px;
    }
    .header_text{
      font-size:0.8rem;
    }
    .img_float img{
      float: left;
      margin-left: 5%;
      height: 43px;
  }
  .nav_cust_cls{
    margin-top:0%;
  }
  .navbar{
    padding: 0% 2% !important;
  }
  #searchbar3{
    width: 46%;
    height: 26px;
    font-size: 10px;
  }
  li a:hover{
    width: max-content;
  }
  li a{
    width:max-content;
    font-size: 10px;
  }
  .navbar-light .navbar-toggler-icon{
    height: 16px !important;
  }
  }
  @media only screen and (min-width: 342px){

    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }


    /* header{
      padding-top: 10px;
    } */
    .head_text_container{
      padding: 0%;
      margin: 0%;
    }
    header{
      padding: 10px 0px;
    }
    .header_text{
      font-size: 15px;
    }
    .img_float img{
      float: left;
      margin-left: 5%;
      height: 43px;
  }
  .nav_cust_cls{
    margin-top:0%;
  }
  .navbar{
    padding: 0% 2% !important;
  }
  #searchbar3{
    width: 46%;
    height: 26px;
    font-size: 12px;
  }
  li a:hover{
    width: max-content;
  }
  li a{
    width:max-content;
    font-size: 12px;
  }
  .navbar-light .navbar-toggler-icon{
    height: 16px !important;
  }
  }
  @media only screen and (min-width: 375px){
    header{
      padding-top: 10px;
    }
    .header_text{
      font-size: 18px;
    }
    .img_float img{
      float: left;
      margin-left: 5%;
      height: 44px;
  }
  .navbar{
    padding: 0% 2% !important;
  }
  #searchbar3{
    width: 46%;
    height: 26px;
    font-size: 13px;
  }
  li a:hover{
    width: max-content;
  }
  li a{
    width:max-content;
    font-size: 13px;
  }
  .navbar-light .navbar-toggler-icon{
    height: 20px !important;
  }
  }
  @media only screen and (min-width: 490px){
    header{
      padding-top: 10px;
    }
    .header_text{
      font-size: 23px;
    }
    .img_float img{
      float: left;
      margin-left: 5%;
      height: 49px;
  }
  .navbar{
    padding: 0% 2% !important;
  }
  #searchbar3{
    width: 40%;
  }
  li a:hover{
    width: 33%;
  }
  li a{
    width:33%;
    font-size: 16px;
  }
  }
  @media only screen and (min-width: 590px){
    header{
      padding-top: 10px;
    }
    .header_text{
      font-size: 27px;
    }
    .img_float img{
      float: left;
      margin-left: 5%;
      height: 53px;
  }
  .navbar{
    padding: 0% 2% !important;
  }
  #searchbar3{
    width: 40%;
    font-size: 14px;
  }
  li a:hover{
    width: 33%;
  }
  li a{
    width:33%;
    font-size: 16px;
  }
  }
  @media only screen and (min-width: 690px){
    header{
      padding-top: 10px;
    }
    .header_text{
      font-size: 30px;
    }
    .img_float img{
      float: left;
      margin-left: 5%;
      height: 63px;
  }
  #searchbar3{
    width: 40%;
    font-size: 18px;
  }
  li a:hover{
    width: 30%;
  }
  li a{
    width:30%;
  }
  }
  @media only screen and (min-width: 880px){
    header{
      padding-top: 10px;
    }
    .header_text{
      font-size: 30px;
    }
    .img_float img{
      float: left;
      margin-left: 5%;
      height: 63px;
  }
  #searchbar3{
    width: 30%;
    font-size: 15px;
    color: #f46a24;
  }
  li a:hover{
    width: 25%;
  }
  li a{
    width: 25%;
  }
  }


  @media only screen and (min-width: 989px){
    .header_text{
      font-size: 30px;
    }
    .img_float img{
      float: left;
      margin-left: 5%;
      height: 63px;
  }
  #searchbar3{
    width: 80%;
  }
  li a:hover{
    width: max-content;
  }
  li a{
    width: max-content;
  }
  }
@media only screen and (min-width: 1200px){
    /*Tablets [601px -> 1200px]*/
    header{
        padding: 0.1% 0px !important;
        margin: 0% 0% !important;
    }
    .header_text{
      font-size: 32px;
    }
    .header_2{
      font-size: 26px;
    }
    .head_text_container{
        margin-top: 1%;
        line-height: 30px;
    }
    .img_float img{
      float: left;
      margin-left: 5%;
      height: 65px;
    }
    .center_search_bar{
        display: flex;
        justify-content: center;
        margin: 1% 0%;
    }
    .search_bar_custm{
        width: 65%;
        display: flex;
        justify-content: end;
    }

      #searchbar3{
        width: 100%;
        border: #f46a24 1px solid;
    }
    #searchbar3:focus{
        outline: #7d3e1e !important;
        box-shadow: none;
    }
    li a {
        border-bottom: 3px solid transparent;
        transition: all 1s;
        padding: 2px 10px !important;
        font-family: 'Playfair Display', serif;
        letter-spacing: 0.6px;
      }
    li a:hover {
        border-bottom: 3px solid aliceblue;
        transition: all 0.8s;
      }
  }
  
  nav{
    font-family: 'Times New Roman', Times, serif;
  }


  input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
  }
  
  @media (max-width: 576px) {
    input[type="date"]::-webkit-calendar-picker-indicator {
      display: block;
    }
  }

.text-center-inputs{
  text-align: center;
}


.p-clr {
  color: #f46a24;
}

#processing i {
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

.text_auto_capitalize{
  text-transform: capitalize;
}