#contact-form-arrow {
    float: right; 
    height: 8px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: relative; 
    margin-top: 4px\9;
    margin-left: 0;
    margin-right: 2px;
}

.checkbox, .radio {
    margin-top: 4px;
    margin-bottom: 4px;
}

/* modal - get guide form */
.close {
    font-family: "Rubik";
    font-size: 17px;
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: 0.34px;
    color: #16202d;
    opacity: 1;
}

.close:hover {
    font-weight: 500;
    color: #16202d;
    opacity: 1;
}

/* Modal after submitting "im interested" contact form */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

  /* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 40px;
    border: 1px solid #888;
    width: fit-content;
    text-align: center;
}

.modal-title {
    padding-top: 18px;
    font-family: "Rubik";
    font-size: 20px;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: 0.4px;
    text-align: center;
    color: #4d1fdf;
}

.modal-text {
    font-family: "Rubik";
    font-size: 20px;
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: 0.4px;
    text-align: center;
    color: #16202d;
}

.modal-btn {
    font-family: "Rubik";
    font-size: 17px;
    font-weight: 500;
    line-height: 1.18;
    text-align: center;
    color: #ffffff;
    margin: 15px 0 0;
    padding: 17.6px 148px 18.4px 149px;
    border-radius: 4px;
    background-color: #4d1fdf;
}