/* Custom Nav for demo */
    @media screen and (min-width: 768px) {
    .desktop-menu-dv ul, .desktop-menu-dv ul a {
        color: var(--light-blue);
        font-size: 18px;
        }
      
    .contactus-form .input-group h2 {
            font-size: 60px;
            font-weight: bold;
      }
    }

    @media(min-width: 992px){
       .contactus-form .input-group h2 {
            font-size: 72px;
            font-weight: bold;
      }
    }

    }
    .list-menu.lan {
        color: var(--light-blue);
        font-size: 24px;
        line-height: 4.5rem;
        list-style-type: none;
        margin-bottom: 0;
        margin-top: 30px;
        padding-left: 0;
        text-align: center;
    }
/* input section */
    .contactus-form .input-group {
        padding: 90px 0 76px 0;
        position: relative;
        display: block;
        width: 100%;
        margin: auto;
        max-width: 450px;
    }

    .contactus-form .input-group p, h2 {
        color: #fff;
        line-height: 1.25;
    }

 

    .contactus-form .input-group p {
        letter-spacing: 5px;
        font-size: 18px;
        font-weight: normal;
    }

    .contactus-form .contactus-input {
        width: 100%;
        height: 50px;
        border: none;
        border-radius: 8px;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .contactus-form .contactus-input.message {
        height: 120px;
        padding-top: 10px;
    }

    .contactus-form .contactus-input:last-child {
        margin-bottom: 0;
    }

    /* button */
    .submit-wrapper {
        padding-top: 24px;
    }
    .submit-link {
        width: 100%;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        background-image: linear-gradient( 90deg, #88eeff, #0082ef, #a311ad, #f22d4c, #fcc83f );
        background-size: 300%;
        background-position-x: 30%;
        font-weight: 400;
        transition: all 0.2s ease-in-out;
        border-radius: 5px;
        border: 0;
    }
    .submit-link:hover {
        color: white;
        background-position-x: 100%;
    }

    @media screen and (max-width: 767.98px) {
        .contactus-form .input-group {
            padding: 40px 0;
            position: relative;
            display: block;
            width: 100%;
        }
        section.contactus-form {
            height: 663.5px;
            padding-top: 80px;
            background: url("//21727748.fs1.hubspotusercontent-na1.net/hubfs/21727748/raw_assets/public/arise-theme/assets/img/bg/contact-us-2.png") no-repeat center center / cover;
        }
        .header-fixed {
            background-color: var(--dark-blue2);
        }
        .contactus-form .input-group h2 {
            font-size: 40px;
            margin-top: 15px;
            font-weight: bold;
        }
        .contactus-form .contactus-input.message {
            height: 50px;
        }
    }
    @media screen and (min-width: 768px) {
        section.contactus-form {
            height: 780px;
            margin-top: 80px;
            background: url("//21727748.fs1.hubspotusercontent-na1.net/hubfs/21727748/raw_assets/public/arise-theme/assets/img/bg/contact-us-1.png") no-repeat center center / cover;
            position: relative;
        }
        .header-fixed {
            background-color: var(--dark-blue2);
        }
    }


/* Select style */
    .request-type {
        position: relative;
    }
    
    .request-type select {
        display: none;
    }
    
    .select-selected {
        background-color: #FFFFFF;
        margin-bottom: 20px;
    }
    
    /* Style the arrow inside the select element: */
    .select-selected:after {
        position: absolute;
        content: "";
        top: 20px;
        right: 10px;
        width: 16px;
        height: 9px;
        background: url("//21727748.fs1.hubspotusercontent-na1.net/hubfs/21727748/raw_assets/public/arise-theme/assets/img/icon/chevron.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: all .2s ease;
    }
    
    /* Point the arrow upwards when the select box is open (active): */
    .select-selected.select-arrow-active:after {
        transform: rotate(180deg);
        transition: all .2s ease;
    }
    
    /* style the items (options), including the selected item: */
    .select-items div,.select-selected {
        color: rgb(117, 117, 117);
        padding: 8px 16px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
        border-radius: 8px;
        height: 50px;
        display: flex;
        align-items: center;
    }

    
    /* Style items (options): */
    .select-items {
        position: absolute;
        background-color: #FFFFFF;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        border-radius: 8px;
        transition: all .3s ease;
    }
    
    /* Hide the items when the select box is closed: */
    .select-hide {
        /* display: none; */
        opacity: 0;
        z-index: -1;
    }
    
    .select-items div:hover, .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1);
    }

/* Location section */

 section.contactus-location {
        position: relative;
        height: 1130px;
        background: url("//21727748.fs1.hubspotusercontent-na1.net/hubfs/21727748/raw_assets/public/arise-theme/assets/img/bg/contact-us-3.png") no-repeat center center / cover;
 }
 .contactus-location .location-head {
    text-align: start;
 }
 .contactus-location .location-group {
    padding-top: 100px;
 }
 .contactus-location .location-group .location-subtitle {
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #0082EF;
    line-height: 1.25;
    text-transform: uppercase;
 }
 .contactus-location h2.location-title {
    font-size: 46px;
    font-weight: bold;
    color: #032953;
    line-height: 1.19;
    margin-bottom: 30px;
 }

 .contactus-location .location-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.06);
    margin-bottom: 20px;
 }
 .contactus-location .location-card h6.location-name {
    line-height: 1.2;
    font-size: 25px;
    font-weight: bold;
    color: #0082EF;
 }
 .contactus-location .location-card p.location-desc {
    font-size: 15px;
    font-weight: normal;
    color: #032953;
    margin-top: 14px;
    margin-bottom: 21px;
 }

 .contactus-location .location-card .location-tel {
    display: flex;
    margin-bottom: 18px;
 }

 .contactus-location .location-card .location-tel .location-tel-no {
    margin-left: 13px;
    display: flex;
    flex-direction: column;
 }

 .contactus-location .location-card .location-tel .location-tel-no a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1.8px;
    color: #032953;
 }

 .contactus-location .location-card .location-direction a {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
    color: #A9B9C7;
 }
 @media screen and (max-width: 767.98px) {
    section.contactus-location {
        position: relative;
        height: 1130px;
        background: url("//21727748.fs1.hubspotusercontent-na1.net/hubfs/21727748/raw_assets/public/arise-theme/assets/img/bg/contact-us-4.png") no-repeat right bottom / cover;
    }
    .contactus-location .location-head {
        text-align: center;
    }
    .contactus-location .location-head .location-subtitle {
        margin-bottom: 8px;
    }
    .contactus-location .location-head .location-title {
        font-size: 40px;
    }
    .contactus-location .location-group {
        padding-top: 57px;
    }
    .contactus-location .location-card >* {
        margin-bottom: 20px !important;
    }
 }

/* Result Group */
 .result-group {
    opacity: 0;
    text-align: center;
    padding: 170px 0 270px;
    transition: all .5s ease;
 }
 .result-group .result-img img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
 }

 .result-group .result-title {
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    line-height: 1.25;
 }
 .result-group .result-desc {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 53px;
 }

 .resultback-link {
    width: fit-content;
    height: 45px;
    padding: 0 167px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-image: linear-gradient( 90deg, #88eeff, #0082ef, #a311ad, #f22d4c, #fcc83f );
    background-size: 300%;
    background-position-x: 30%;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    border: 0;
 }
 .resultback-link:hover {
    color: white;
    background-position-x: 100%;
}
@media screen and (max-width: 767.98px) {
 .result-group {
    padding: 100px 0 200px;
 }
 .resultback-link {
    width: 100%;
    padding: 0;
 }
 .result-group .result-img img {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
 }
 .result-group .result-title {
    font-size: 40px;
    margin-bottom: 18px;
 }
 .result-group .result-desc {
    margin-bottom: 30px;
 }
}

.contactus-input-group .hs-input, .input-field, .contactus-input-group .textarea-field {
    color: rgb(117, 117, 117);
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    border-radius: 8px;
    height: 50px;
    display: flex;
    align-items: center;
}

.contactus-input-group .hs-error-msgs {
    margin: 0;
}

.contactus-input-group .hs-fieldtype-textarea{
    height: 120px;
}

.contactus-input-group .hs-submit {
    margin-top: 56px;
}

.contactus-input-group .hs_request label{
  display:none;
}

.contactus-input-group .input select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: url("//21727748.fs1.hubspotusercontent-na1.net/hubfs/21727748/raw_assets/public/arise-theme/assets/img/icon/chevron.png") no-repeat right #fff;
    background-size: 16px 9px;
    background-position: calc(100% - 0.75rem) center !important;
}

@media screen and (max-width: 767.98px) {
  .contactus-input-group .hs-fieldtype-textarea{
      height: 50px;
  }
}