.white-brand {
    color: #fff !important;
}

.contact-question-container .semibold-txt {
    font-size: 15px;
    padding: 1rem 0;
}

.accordion-body p {
    font-size: 14px;
}

.a-outline {
    text-decoration: none;
    color: #21CCDD;
}

a {
    word-break: break-all;
}

.contact-blue-bg {
    background-color: #21CCDD;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.contact-name-email-input {
    display: flex;
    padding: 0;
}

.contact-name-email-input div:nth-of-type(1) {
    padding-right: .5rem !important;
}

.contact-name-email-input div:nth-of-type(2) {
    padding-left: .5rem !important;
}

.contact-top-title {
    color: #ffff;
}

.contact-forms-container {
    position: relative;
    height: 100%;
}

.contact-message-container {
    display: flex;
    position: relative;
    padding-bottom: 5rem !important;
}

.btn-contact-submit:disabled,
.btn-contact-submit[disabled] {
    transition: all .2s;
    background-color: #a1a1a162;
    color: rgb(145, 145, 145);
}

.btn-contact-submit {
    transition: background-color .5s ease-in;
    background-color: #21CCDD;
    color: #fff;
    font-size: 1rem;
    border: none;
    margin: 0;
    padding: 1.2rem 2rem;
    width: 180px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 12px;
    box-shadow: 2px 7px 20px 0px rgb(126 126 126 / 30%);
}

.bottom-contact-container {
    position: absolute;
    width: 100%;
    display: flex;
    bottom: 0;
}

.submit-info {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 1rem;
    font-size: 14px;
}

.contact-form-select-tag-desktop label {
    display: block;
}



.contact-forms-img {
    position: absolute;
    max-width: 180px;
    top: 7rem;
    left: -2rem;
    z-index: -1;
}

.contact-input-active-style {
    color: #21CCDD !important;
    border-color: #21CCDD !important;
    border-style: solid !important;
    outline: #21CCDD !important;
    border-width: 1.5px !important;
}


.contact-forms {
    justify-content: space-between;
    margin: 3rem 0 3rem;
}

.contact-question-container p {
    margin-bottom: 0;
}


.contact-dropdown-btn {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F5FAFA;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    margin: .6rem 1rem .6rem 0;
}

.contact-frequently-asked-questions {
    background: #F5FAFA;
    border-radius: 25px;
    padding: 2rem;
}



.contact-question-container {
    background: #ffff;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
}

.contact-main-question-container {
    margin: 2rem auto 0;
    border: none !important;
    border-radius: 15px !important;
}

.contact-question-container img {
    width: 40px;
    margin: .6rem 0 .6rem 1rem;
}


.contact-form-select-tag-desktop {
    background-color: #21CCDD;
    padding: 0 2rem;
    align-items: center;
    border-radius: 60px;
    text-align: center;
}

.contact-form-select-tag-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-form-select-tag-desktop ul li button {
    display: inline-block;
    font-size: 1rem;
    border: none;
    background: none;
    border-radius: 25px;
    padding: 0 1rem;
    height: 50px;
    max-width: 130px;
    color: #fff;
    margin: 0 .5rem;
    font-weight: 600;
}

.contact-form-select-tag-desktop ul li p {
    margin-bottom: 0;
}

#contact_form-email, #contact_form-name {
    height: 70px;
    width: 100%;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0px -1px 20px 0px rgb(166 164 164 / 42%);
    box-shadow: 0px -1px 20px 0px rgb(166 164 164 / 42%);
    padding-left: 1rem;
    outline: none;
}

.contact-bottom-text-area-container {
    resize: none;
    display: block;
    width: 100%;
    height: 250px;
    max-height: 100%;
    border: none;
    border-radius: 10px !important;
    -webkit-box-shadow: 0px -1px 20px 0px rgb(166 164 164 / 42%);
    box-shadow: 0px -1px 20px 0px rgb(166 164 164 / 42%);
    padding: 1rem 0 0 1rem;
    margin: auto;
    outline: none;
}




.contact-form-msg-container {
    margin: 0;
}

.form-select:focus {
    box-shadow: none;
}

.contact-form-select-tag-desktop ul li button:hover {
    background-color: #162C2F;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.contact-subject-selected  {
    background-color: #162C2F !important;
    color: #fff !important;
    cursor: pointer !important;
    font-weight: 600;
}

.contact-form-st-p-mobile {
    margin-bottom: 1rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #21CCDD;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); */
    background-image: url("../assets/arrow-white-dropdown.svg");
    background-repeat: no-repeat;
    background-position: right 1.75rem center;
    background-size: 16px 12px;
    border: none;
    border-radius: 25px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
}


@media screen and (max-width: 1500px) { 
    
    .contact-forms-img {
        max-width: 140px;
        top: 8rem;
        left: -3rem;
    }
}

@media screen and (max-width: 1200px) { 

    .white-brand {
        color: #162c2f !important;
    }

    .contact-message-container {
        padding-bottom: 2rem !important;
        flex-direction: column;
    }

    .bottom-contact-container {
        position: relative;
        flex-direction: column;
        align-items: flex-end;
    }

    .submit-info {
        position: relative;
        padding: 1rem;
        margin-bottom: 0;
    }

    .btn-contact-submit {
        position: relative;
    }

    .contact-blue-bg {
        padding: 10rem 12rem 2rem;
    }

    .contact-frequently-asked-questions{
        max-width: 600px;
        margin: auto;
    }

    .contact-name-email-input div:nth-of-type(1) {
        width: 100%;
    }
    
    .contact-name-email-input div:nth-of-type(2) {
        width: 100%;
    }

    .contact-form-st-p-mobile, .contact-question-container p, .accordion-body p {
        font-size: 1rem;
    }

    .contact-main-faq-container {
        margin: auto;
    }

    .active-section-darker a.nav-link {
        display: inline-block;
        background: #162C2F; 
        border-radius: 30px;
        color: #21CCDD !important;
        padding: 12px 30px;
    }

    .contact-forms-img {
        max-width: 170px;
        top: 5rem;
        left: -5rem;
    }

    .contact-top-title {
        padding: 2rem 0; 
    }

    .contact-forms {
        margin: 0 0 5rem; 
    }

    .contact-forms-container {
        height: 100%;
    }

    #contact_form-name {
        margin-bottom: 1rem;
    }

    .contact-form-msg-container {
        max-width: 600px;
        margin: auto;
    }

    .contact-form-select-tag-desktop {
        display: none;
    }
}

@media screen and (min-width: 1901px) { 

    .contact-main-faq-container {
        max-width: 620px !important;
    }
}


@media screen and (min-width: 1601px) {

    .contact-form-select-tag-desktop ul li button,  .contact-form-select-tag-desktop ul li {
        font-size: 16px !important;
     }

    .contact-form-msg-container {
        max-width: 100% !important;
    }

    .contact-forms {
        padding: 0 10rem !important;
    }

    .contact-blue-bg {
        padding: 10rem 12rem 2rem !important;
    }
}

@media screen and (min-width: 1201px) { 
    .contact-form-select-tag-desktop ul li button,  .contact-form-select-tag-desktop ul li {
        font-size: 14px !important;
     }

    .contact-main-faq-container {
        max-width: 560px;
    }

    .contact-form-msg-container {
        max-width: 560px;
    }

    .contact-forms {
        padding: 0 6rem;
    }

    .contact-blue-bg {
        padding: 10rem 8rem 2rem;
    }

    .contact-form-st-p-mobile {
        display: none;
    } 

    .contact-form-select-tag-mobile {
        display: none;
    }

    .active-section-darker {
        background: #162C2F !important;
        border-radius: 30px;
    }

    .nav-menu-links.darker-section:hover {
        background: #162C2F;
        border-radius: 30px;
    }
    
    .nav-menu-links.darker-section:hover .nav-link {
        color: #21CCDD !important;
    }
}

@media screen and (max-width: 900px) { 

    .modal-content {
        width: 55% !important;
        height: 30% !important;
    }

    .contact-forms {
        padding: 0 5rem;
    }

    .contact-blue-bg {
        padding: 10rem 6rem 2rem;
    }
    
}


@media screen and (max-width: 600px) { 

    .modal-text-p {
        font-size: 16px !important;
    }

    .modal-text {
        font-size: 21px !important;
    }

    .modal-content {
        width: 80% !important;
    }

    .contact-message-container {
        padding-bottom: 4rem !important;
    }

    .btn-contact-submit {
        padding: 1rem 2rem;
        width: 125px;
    }

    .btn-contact-submit {
        font-size: 12px;
    }

    .contact-frequently-asked-questions {
        padding: 2rem 1rem;
    }

    .accordion-body p {
        font-size: 12px!important;
    }

    .contact-question-container img {
        width: 32px;
    }

    .contact-dropdown-btn {
        background-size: 15px;
        width: 30px;
        height: 30px;
    }

    select.form-select {
        font-size: 13px;
    }

    .contact-form-st-p-mobile {
        margin-left: 1rem;
    }

    #contact_form-email, #contact_form-name {
        height: 50px;
        font-size: 13px;
        margin-bottom: 0 !important;
    }

    .contact-forms {
        padding: 0 1rem;
    }

    .contact-blue-bg {
        padding: 10rem 2rem 2rem;
    }

    .contact-bottom-text-area-container {
        max-height: 160px; 
        font-size: 13px;
    }

    .contact-main-faq-container {
        max-width: 340px;
        padding: 0;
    }

    .contact-form-msg {
        padding: 0;
    }

    .contact-main-question-container {
        max-width: 275px;
        margin: 1rem auto 0; 
    }

    .contact-question-container p {
        font-size: 12px !important;
    }

    .contact-main-question-container h4 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .contact-top-title {
        padding: 0;
    }

    .contact-forms-img {
        position: absolute;
        max-width: 95px;
        top: 2rem;
        left: -14.5%;
    }
}

@media screen and (max-width: 320px){
    .contact-main-question-container {
        max-width: 240px;
        margin: 1rem auto 0;
    }

    .contact-question-container img {
        margin: .6rem .5rem .6rem;
    }
}


.modal {
    display: none; 
    align-items: center;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}

/* Modal Content/Box */
.modal-content {
    background-color: #21CCDD;
    margin: 15% auto;
    padding: 20px;
    border: none;
    width: 500px;
    height: 300px;
    border-radius: 20px;
    justify-content: center;
}

.modal-text {
    color: #ffff;
    margin-bottom: 0;
    font-size: 32px;
    text-align: center;
}

.modal-text-p {
    color: #ffff;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 1rem;
    right: 2rem;
    color: #ffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: rgb(126, 126, 126);
    text-decoration: none;
    cursor: pointer;
  }

  @media screen and (min-width: 1201px) and (max-width: 1600px) { 

    .contact-form-select-tag-desktop ul li button {
       padding: 0 .8rem;
    }
 
    .contact-form-select-tag-desktop {
       padding: 0 1.2rem;
    }
 
    .contact-main-faq-container {
       padding: 0 0 0 2rem;
   }
 
   .contact-name-email-input, .contact-bottom-text-area-container {
      font-size: 14px;
   }
 
   .contact-question-container .semibold-txt {
       font-size: 14px;
    }
 }

 .contact--label-desktop__style {
    color: #fff;
    font-weight: 600;
 }

 .contact--label-mobile__style {
    font-weight: 600;
    color: #21CCDD;
    margin-bottom: 0;
 }