.side_button_div .button_icon {
    transform: rotate(90deg);
    position: absolute;
    top: 22%;
    right: 8%;
    left: 90%;
}

.side_button_div .side_button {
    position: fixed;
    left:0%;
    top: 50%;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 12px;
    background-color: #ff7f00;
    border: 2px solid red;
    z-index: 9;
    transition: 0.5s;
    line-height: 0.9;
    text-align: center;

}

/*
.side_button_div .side_button:hover {
    left: 0px;
}
*/

#side_form {
    position: absolute;
    left: 50%;
     top: 20%;
    transform: translateX(-50%);
    z-index: 9;
 display: none;
    transition: 0.5s;
    background-color: aliceblue;
    padding: 20px 20px 50px 20px;
    border-radius: 5px;
}
#side_form .fa-times {
    color: black;
}

.side_form_details {
/*    border: 2px solid red;*/
    width: 300px;
    height: auto;
}
.side_form_details h3 {
    color: dodgerblue;
}

.download_brochure {
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    text-align: center;
    background-color: dodgerblue;
    width: 100px;
    border-radius: 5px;

}

.download_button {
    margin-left: 60px;
    margin-top: 40px;
}
#fa-times {
    display: flex;
    justify-content: flex-end;
}
.cross_thank {
    color: black;
}

#pop_thank_msg {
  display: none;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: aliceblue;
    padding: 60px;
    z-index: 9;
    border-radius: 5px;
}
#pop_thank_msg h2 {
    padding: 0;
    margin: 0;
}
#pop_thank_msg p {
    margin-bottom: 10px;
}
