.msg_box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 150px;
    width: 80%;
    max-width: 700px;
    border: 3px solid black;
    border-color: #000f2e;
    border-radius: 15px;
    background-color: #ffd483;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.smart_btn {
    background:transparent;
    border-width:3px;
    border-style: solid;
    color:black;
    border-color:black;
    position:relative;
    margin:.8em;
    display:inline-block;
    padding:.3em .7em;
    transition:all 0.3s ease-in-out;
    text-align:center;
    font-family:comfortaa;
    font-weight:bold;
    font-size: 20px;
}

.smart_btn:before, .smart_btn:after {
    content:'';
    display:block;
    position:absolute;
    border-color:black;
    box-sizing:border-box;
    border-style:solid;
    width:1.3em;
    height:1.3em;
    transition:all 0.3s ease-in-out
}

.smart_btn:before {
    top:-10px;
    left:-10px;
    border-width:3px 0 0 3px;
}

.smart_btn:after {
    bottom:-10px;
    right:-10px;
    border-width:0 3px 3px 0;
}

.smart_btn:hover:before, .smart_btn:hover:after {
    width:calc(100% + 20px);
    height:calc(100% + 20px);
    border-color:black
}

.smart_btn:hover {
    color:#fff;
    background-color: black;
    border-color:black
}

.contact_ul{
    display: block;
}

.contact_container {
    max-width: 800px;
    margin: auto;
    background: linear-gradient(135deg, #b1913b, #7e682a);
}

.contact_footer {
    margin: 0 0 1em 0;
    padding: 3.5em 2.5em;
    border-bottom: 1px solid #ccc;
    background-color: #3a3900;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contact_header {
    margin: 0 0 1em 0;
    padding: 1.5em 2.5em;
    border-bottom: 1px solid #ccc;
    background-color: #3a3900;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contact_title {
    color: #fce517;
}

.contact_logo {
    min-height: 70px;
    max-height: 100px;
    height: 10vh; /* Adjust the max-width as needed */
}

.contact_body {
    margin: 0 0 1em 0;
    padding: 0.5em 2.5em 1em;
    display: block;
}

.contact_header h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    display: inline-block;
    font-weight: 100;
    font-size: 2.8125em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 0 0.1em 0;
    padding: 0 0 0.4em 0;
}
.contact_header h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    margin: 1em 0 0.4em 0;
}
.contact_body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact_body ul li {
    margin: 0 0 0.25em 0;
    clear: both;
    display: inline-block;
    width: 100%;
}
.contact_body ul li:last-child {
    margin: 0;
}
.contact_body ul li p {
    margin: 0;
    padding: 0;
    float: left;
}
.contact_body ul li p.right {
    float: right;
}
.contact_body ul li .divider {
    margin: 0.5em 0 0.5em 0;
    border: 0;
    height: 2px;
    width: 100%;
    display: block;
    background-color: #4f6fad;
    background-image: linear-gradient(to right, #003a08, #002203);
}
.contact_body ul li .req {
    color: #ee9cb4;
}
.contact_body label {
    display: block;
    margin: 0 0 0.5em 0;
    color: #000f2e;
    font-size: 1.3em;
}
.contact_inputs {
    margin: 0 0 0.5em 0;
    border: 1px solid #ccc;
    padding: 6px 10px;
    color: #555;
    font-size: 1.1em;
}
.contact_body textarea {
    border: 1px solid #ccc;
    width: 100%;
    color: #555;
    font-size: 1.3em;
}

.tick_box_container{
    display: flex;
    justify-content: flex-end;
}

.tick_box{
    height: 20px;
    width: 20px;
}

.tick_box_left{
    width: 70%;
}

.tick_box_right{
    width: 20%
}

.btn_container{
    padding: 20px;
    display: flex;
    justify-content: center;
}
