*{
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
}

.form-box-wedding {
    background: rgba(35, 35, 35, 0.77);
    /* margin-left: auto; */
    border-radius: 5px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    width: 250px;
    text-align: center;
    /* padding: 15px; */
     margin-left:16%; 
    /left: 10%;/
    /* top: 0%; */
    /position: fixed;/
    /float: right;/
    z-index: 999;
    /margin-top: -40px;/
    }     
    .form-box-wedding .enqform{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom:20px;
    }
    

    
    .select_one {
        display: block;
        width: 100%;
        height: 18px;
        padding: 0.5rem .75rem;
        font-size: 0.5rem;
        /* line-height: 1.25; */
        color: #495057;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .form-control {
        display: block;
         width: 100%; 
        padding: 0.5rem 0.75rem;
        font-size: 0.5rem;
        /* line-height: 1.25; */
        color: #495057;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    
    .fixed-btn {
        position: relative;
        top: 26%;
        left: 40%;
        z-index: 9999;
    }
    
    .btn-primary:hover {
        color: #fff;
        background-color:black;
        border-color: #008ec7;
    }
    .btn-primary {
        color: #fff;
        background-color:black;
        border-color: #008ec7;
    }
    
     .book_button {
         width: 100%;
         background-color: red;
         border-radius: 5px;
         text-align: center;
         padding: 8px;
         margin: -58px 0 20px;
     }
     .book_button{
         background: transparent;
         margin: 0;
     }
    .book_button a{
        color: #fff;
        cursor: pointer;
    }
    .book_button p {
    color: #fff;
    font-size: 18px;
    }
    .btn-primary {
        background: black;
        padding: 15px 20px;
        /* top: 0px; */
        line-height: 13px;
        bottom: 20px;
        color: #fff;
        height: 32px;
        border-radius: 7px 7px 0 0;
        font-size: 17px;
        cursor: pointer;
        border: 0;
        perspective: 100px;
        outline: 0 !important;
    }
    label {
        display: inline-block;
        margin-bottom: 0.5rem;
        font-size: 10px;
        
    }
   banner-text a {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
   }
   .enqclassops a{
       font-weight:600;
       font-size:18px;
   }
   .form-group{
       display:flex;
   }
   
input[type=checkbox]{
    width:10px;
}
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   .agreebox{
       height:12px;
       width:20px;
   }