.container1 {
    padding: 10px;
    width: 325px;
    text-align: center;
    border: 3px solid #eb7d22;
    height: auto;
    margin-right: 40px;
    top: 156px;
    right: 72px;
    position: absolute;
    border-radius: 32px;
	z-index:999;
}

.container1 h1 {
    font-size: 25px;
    font-weight: bolder;
    color: white;
    padding-bottom: 10px;
}

.in {
    padding: 1%;
    margin-bottom: 15px;
    height: 40px;
    padding-left: 20px;
    width: 90%;
}

.button {
    padding: 10px;
    background-color: #eb7d22;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size: 15px;
    width: 90%;
    font-weight: bold;
    align-self: center;
    border: none;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.button1 {
    padding: 10px;
    background-color: #06213F;
    ;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-size: 15px;
    width: 90%;
    font-weight: bold;
    align-self: center;
    border: none;
    font-size: 17px;
    letter-spacing: 1px;
}

.enquirybox a {
    text-decoration: none;
    color: white;
}

.modalform {
    position: static!important;
    background-color: #CBA557;
    padding: 20px;
    width: 100%;
    text-align: center;
    border-radius: 0;
    height: auto;
    margin-right: 30px;
    color: black;
    font-family: arial;
}

.close {
    color: white!important;
}

.modalbtn {
    background-color: #eb7d22;
    display: none;
    align-self: center;
    padding: 7px;
    width: 100px;
    border: 1px solid white;
    color: white;
}

.modal-content {
    font-size: 15px;
}

.modal-title {
    text-align: center;
    color: white!important;
}

.modal-header {
    background-color: #06213F!important;
    color: white;
}

.modal-footer {
    color: white;
    background-color: #06213F;
}

.close {
    color: white;
}

.enquirybox {
    width: 173px;
    height: auto;
    background-color: #06213F!important;
    /* border: none !important; */
    color: white!important;
    padding: 8px;
    transform: rotate( -90deg);
    position: fixed;
    right: -74px;
    top: 86%;
    border-radius: 50%;
    animation: enquiry 1s infinite;
    cursor: pointer;
    z-index: 999;
    display: none!important;
}

.enquirybox a {
    text-decoration: none;
    color: black;
}

@media(max-width:768px) {
    .enquirybox {
        display: block;
    }
}

@media(max-width:768px) {
    .container1 {
        width: 100%;
        border-radius: 0;
        position: static;
        border: 2px solid #eb7d22;
        background-color: #f8f9fa;
        padding: 20px 0;
        top: 23px;
    }
    .container1 h1 {
        color: #06213F!important;
    }
    .button {
        background-color: #eb7d22;
        color: white;
    }
    .enquirybox {
        display: block!important;
    }
}