.raq-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1200px;
    margin: auto;
    padding: 2.5rem 0;
}

@media (max-width: 1200px) {
    .raq-container {
        width: unset;
    }
}


/* RAQ INFO HALF */

.raq-info {
    padding: 0 100px 2.5rem 2.5rem;
    max-width: 600px;
}

.raq-info h1 {
    font-family: "freight-display-pro", serif;
    font-weight: 900;
    font-style: normal;
    color: #000000;
    font-size: 53px;
    margin-bottom: .5rem;
}

@media (max-width: 600px) {
    .raq-info h1 {
        font-size: 40px;
    }
}

.divider-bar {
    width: 52px;
    height: 8px;
    background-color: #005851;
}

.raq-info .sub-header {
    font-size: larger;
}

.raq-info .about-quility-text {
    font-weight: 300;
    margin: 2.5rem 0 4rem 0;
}

.quote-apply-instructions {
    display: block;
    width: 300px;
    height: 300px;
}

.quote-apply-instructions p {
    margin-bottom: 1.8rem;
}

.quote-apply-instructions .apply, .quote-apply-instructions .schedule {
    font-size: 15px;
    font-family: sans-serif;
    display: flex;
    align-items: center;
}

.quote-apply-instructions img {
    margin-right: .5rem;
}

.quote-apply-instructions .or-divider {
    position: relative;
    height: 29px;
    width: 100px;
    margin: 1rem 0 1rem 2.5rem;
}

.quote-apply-instructions .or-divider .or-circle {
    display: flex;
    border-radius: 100%;
    background: #005851;
    width: 29px;
    height: 29px;
    color: white;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    margin: 0 35.5px;
}

.quote-apply-instructions .or-divider hr {
    position: absolute;
    width: 100%;
    z-index: 1;
    margin: 14px 0;
    height: .5px;
    background-color: #000000;
    border: none;
}


/* RAQ FORM HALF */

.raq-form {
    width: 335px;
    min-height: 844px;
    background-color: #ffffff;
    box-shadow: 3px 3px 15px #0000000A;
    padding: .75rem 4rem;
}

.raq-form .form-header {
    color: #005851;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
}

.raq-form input {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 20px;
    border: 1px #A5A5A5 solid;
    padding: .3rem;
    color: #000000;
    width: 100%;
    margin-bottom: 1.8rem;
}

.raq-form input.compensate-margin {
    margin-bottom: calc(1.8rem - 19px);
}

.raq-form .input-label {
    display: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #5a5a5a;
}

.raq-form .input-label.show {
    display: inline;
}

.raq-form .select {
    border: 1px #A5A5A5 solid;
    padding: .3rem;
    color: #000000;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}

.raq-form .select.compensate-margin {
    margin-bottom: calc(1.8rem - 19px);
}

.raq-form .contains-value .value {
    color: #000000;
}

.raq-form .select .options {
    display: none;
    flex-direction: column;
    position: absolute;
    left: -1px;
    top: 34px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #777777;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    box-shadow: 3px 3px 10px #0000008C;
}

.raq-form .select.open .options {
    display: flex;
}

.raq-form .select .options div {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 20px;
    border-bottom: 1px #A5A5A5 solid;
    padding: .7rem .3rem;
    color: #000000;
    width: 100%;
    box-sizing: border-box;
}

.raq-form .select .options div:hover {
    background-color: #46C3B2;
    color: #fff;
}


.raq-form .select .options div.selected {
    background-color: #46C3B2;
    color: #fff;
}

.raq-form .select label {
    display: flex;
    width: 100%;
    cursor: inherit;
    color: #767676;
}

.raq-form .select i {
    margin-left: auto;
    margin-right: .25rem;
    font-size: 24px;
    color: #A5A5A5;
    cursor: inherit;
}

.raq-form button {
    background-color: #005851;
    color: #ffffff;
    border-radius: 0;
    border: none;
    width: calc(100% + 0.6rem + 2px);
    padding: .4rem;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#dtc-amount-container {
    border-radius: 50%;
    background: #46C3B2;
    width: 200px;
    height: 200px;
    color: #fff;
    text-align: center;
    position: sticky;
    top: 20%;
    right: 5%;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#dtc-amount-container p {
    font-size: 14px;
    padding: 0px;
    margin: 0;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }   
  100% { transform: rotate(360deg); }
}

#dtc-amount-container.loading .loader { display: block !important;}
#dtc-amount-container.loading #premium-container { display: none !important;}
#dtc-amount-container .loader { display: none; }
#dtc-amount-container #premium-container { display: block; }

.submit-btn.loading{
    background-color: #aaaaaa;
}
.submit-btn .loader {
    display: none;
}
.submit-btn.loading .loader {
    display: block !important;
}
.submit-btn.disabled {
    background-color: #aaaaaa;
}