
.inquiry-section {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 115px;
    /* margin-top: -210px */
}

.inquiry-section:before {
    content: '';
    width: 100%;
    height: 455px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../../images/other/inquery-bg.jpg') no-repeat center;
    background-size: cover
}

@media (min-width: 768px) and (max-width: 1023px) {
    .inquiry-section:before {
        height: 370px;
    }
    .inquiry-section .home-cmn-ttl {
        margin-bottom: 90px !important;
    }
}

.inquiry-section .home-cmn-ttl {
    margin: 120px 0 185px
}

.inquiry-quote {
    width: 100%;
    display: block
}

.inq-brand-logo {
    display: table;
    margin-bottom: 40px
}

.inquiry-quote p {
    font-size: 18px;
    line-height: 26px;
    color: var(--white);
    font-family: var(--font-family-regular)
}

.inq-quote-thumb {
    display: flex;
    align-items: center;
    margin: 30px 0 0
}

.inq-quote-thumb i {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 20px
}

.inq-quote-thumb i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: var(--white)
}

.inq-quote-thumb span {
    font-size: 18px;
    color: var(--white);
    font-family: var(--font-family-bold);
    line-height: 24px
}

.inq-quote-thumb span small {
    display: block;
    font-size: 16px;
    color: var(--white);
    font-family: var(--font-family-regular)
}

.inquiry-form {
    width: 100%;
    height: 600px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px 7px rgba(0,0,0,.03);
    padding: 60px
}

.inq-form-ttl {
    display: block;
    font-size: 32px;
    line-height: 36px;
    font-family: var(--font-family-bold);
    margin-bottom: 50px
}


.quick-box {
    width: 390px;
    display: block;
    float: right;
    position: relative;
    z-index: 9;
    box-shadow: 0 8px 28px rgba(0,0,0,.19);
    margin: 0% 14% 0;
    background: #fff;
    padding: 10px 25px
}

.quick-form {
    width: 100%;
    background: #fff
}

.quick-form .quick-form-title {
    display: block;
    font-family: var(--font-family-bold);
    font-weight: 400;
    font-size: 30px;
    color: #0a57f4;
    line-height: normal;
    text-align: center;
    padding: 0
}

.quick-form .select-box {
    width: 100%;
    position: relative;
    border: none;
    padding: 10px 0 0;
    margin-bottom: 10px
}

.quick-form .submit-btn {
    width: 100%;
    letter-spacing: .2em;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--font-family-bold);
    font-weight: 400;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin: 15px auto 0;
    background: var(--main-blue) url(../../../send-arrow.png) no-repeat center;
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 5px!important
}

.quick-form .submit-btn,.submit-btn::before {
    color: #fff;
    height: 50px;
    line-height: 50px
}

.quick-form .submit-btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    background: #000;
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.quick-form .submit-btn:hover::before {
    width: 100%
}

.quick-form .input100,.quick-form .label-input100 {
    font-family: var(--font-family-regular);
    font-weight: 400
}

.quick-form .select-box {
    width: 100%;
    position: relative;
    border: none;
    padding: 10px 0 0;
    margin-bottom: 10px
}

.quick-form .submit-btn {
    width: 100%;
    letter-spacing: .2em;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--font-family-bold);
    font-weight: 400
}

.quick-form .submit-btn,.quick-form .submit-btn::before {
    color: #fff;
    height: 40px;
    line-height: 40px
}

.quick-form .submit-btn {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin: 15px auto 0;
    background: var(--main-blue) url(../../images/inquery/send-arrow.png) no-repeat center;
    display: block;
    position: relative;
    z-index: 1
}

.quick-form .submit-btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    background: #000;
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.quick-form .submit-btn:hover::before {
    width: 100%
}

.quick-form .input-lbl {
    color: #333;
    width: 100%;
    display: inline-block;
    font-family: var(--font-family-medium);
    font-weight: 400;
    font-size: 14px
}

.quick-form .input-ani {
    width: 100%;
    position: relative;
    display: inline-block;
    height: 60px
}

.quick-form .input-ani.phone-lbl {
    margin-bottom: 15px
}

.quick-form .input-ani.country-lbl {
    margin-bottom: 0;
    height: 60px
}

.quick-form .input-ani.country-lbl .line.err-msg {
    top: -10px;
    position: relative
}

.quick-form .input-ani input[type=text] {
    border: none;
    border-bottom: 0 solid #e0e0e0;
    background-color: inherit;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 13px;
    color: #333;
    line-height: normal;
    padding: 5px 0;
    font-family: var(--font-family-regular);
    font-weight: 400
}

.quick-form .input-ani input[type=text]:focus {
    outline: none
}

.quick-form .input-ani input[type=phone]:focus {
    outline: none
}

.quick-form .input-ani .ani-border .intl-tel-input {
    margin-bottom: 0;
    margin-top: 0
}

.quick-form .input-ani .ani-border .intl-tel-input .selected-flag {
    padding: 0;
    width: 22px
}

.quick-form .input-ani .ani-border .intl-tel-input input[type=text] {
    border: none;
    border-bottom: 0 solid #e0e0e0;
    background-color: inherit;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 13px;
    color: #333;
    line-height: normal;
    padding: 0 0 0 30px;
    font-family: var(--font-family-regular);
    font-weight: 400
}

.quick-form .input-ani.input-ani-testarea {
    height: 80px
}

.quick-form .input-ani textarea {
    border: none;
    border-bottom: 0 solid #e0e0e0;
    background-color: inherit;
    display: block;
    width: 100%;
    margin: 0;
    font-size: 13px;
    color: #333;
    line-height: normal;
    padding: 5px 0;
    font-family: var(--font-family-regular);
    font-weight: 400;
    height: 45px
}

.quick-form .input-ani textarea:focus {
    outline: none
}

.quick-form .input-ani input[type=text]:focus+.line {
    width: 100%;
    background-color: #000
}

.quick-form .input-ani textarea:focus+.line {
    width: 100%;
    background-color: #000
}

.quick-form .input-ani select {
    font-size: 13px;
    font-family: var(--font-family-regular);
    font-weight: 400;
    color: #333
}

.quick-form .input-ani select:focus+.line {
    width: 100%;
    background-color: #000
}

.quick-form .select3-selection__rendered {
    font-size: 13px;
    font-family: var(--font-family-regular);
    font-weight: 400;
    color: #333
}

.quick-form .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 330px!important;
    top: 1px;
    border-radius: 0
}

.select2-search--dropdown {
    border-bottom: 1px solid #a8a8a8!important
}

.quick-form .input-ani .ani-border {
    text-align: left;
    width: 100%
}

.quick-form .input-ani .ani-border .line {
    height: 1px;
    width: 99%;
    background: #a8a8a8;
    display: block;
    transition: .3s width ease-in-out;
    top: 0;
    clear: both;
    position: inherit!important
}

.quick-form .err-msg {
    border-bottom: 0 solid #f44336
}

.quick-form .err-msg .err {
    border-top: 1px solid #f44336;
    color: #f44336;
    padding-left: 0!important;
    text-align: right;
    font-size: 12px;
    position: absolute;
    right: 0;
    width: 100%;
    font-weight: 400
}

.quick-form .privacy-policy-txt {
    font-family: var(--font-family-regular);
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
    width: 100%;
    color: #333
}

.quick-form .privacy-policy-txt a {
    color: #0a57f4
}

.quick-form .i-checks {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    font-family: var(--font-family-regular);
    font-weight: 400;
    font-size: 14px;
    color: #333
}

.quick-form .i-checks input {
    opacity: 0;
    position: absolute;
    margin-left: -20px
}

.quick-form .quick-form .i-checks input:checked+i {
    border-color: #23b7e5
}

.quick-form .i-checks input:checked+i:before {
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    background: url(../../images/inquery/checked.png) no-repeat
}

.quick-form .i-checks input:checked+span .active {
    display: inherit
}

.quick-form .i-checks input[type=radio]+i,.i-checks input[type=radio]+i:before {
    border-radius: 50%
}

.quick-form .i-checks input[disabled]+i,.quick-form fieldset[disabled] .i-checks input+i {
    border-color: #dee5e7
}

.quick-form .i-checks input[disabled]+i:before,.quick-form fieldset[disabled] .i-checks input+i:before {
    background-color: #dee5e7
}

.quick-form .i-checks>i {
    width: 20px;
    height: 20px;
    line-height: 1;
    background: url(../../images/inquery/unchecked.png) no-repeat;
    position: absolute;
    top: 4px;
    left: 0
}

.quick-form .i-checks>i:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 0;
    height: 0;
    background-color: transparent
}

.quick-form .i-checks>span {
    margin-left: -20px
}

.quick-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    color: #333;
    opacity: .6
}

.quick-form {
    height: auto!important
}

.quick-box {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px 7px rgba(0,0,0,.03);
    padding: 60px;
    margin: 0
}

.quick-form .input-ani {
    height: auto;
    margin-bottom: 40px
}

.quick-form .input-ani input[type=text] {
    height: 45px;
    font-size: 18px;
    color: var(--dark-grey)
}

.quick-form .input-lbl {
    font-size: 16px;
    color: var(--light-grey)
}

.quick-form .input-ani .ani-border .line {
    background: #000
}

.quick-form .input-ani textarea {
    height: 70px;
    font-size: 18px;
    color: var(--dark-grey);
    padding-right: 60px
}

.quick-form .input-ani input[type=text]:focus+.line {
    background: var(--purple)
}

.quick-form .submit-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.quick-form .submit-btn:hover {
    background: var(--dark-grey) url(../../images/inquery/send-arrow.png) no-repeat center
}

.form-row {
    width: 100%;
    display: block;
    position: relative
}

.quick-form .submit-btn::before {
    display: none
}

.quick-form-btn {
    position: absolute;
    bottom: 10px;
    right: -35px
}

.quick-form .input-ani .ani-border .intl-tel-input input[type=text] {
    font-size: 18px;
    color: var(--dark-grey)
}

.select2-container .select2-selection--single {
    height: 45px
}

.quick-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    opacity: 1;
    font-size: 18px;
    color: var(--dark-grey)
}

.quick-form .input-ani .ani-border .intl-te l-input {
    margin: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px
}

::-webkit-input-placeholder {
    color: var(--dark-grey);
    font-family: var(--font-family-medium)
}

:-ms-input-placeholder {
    color: var(--dark-grey);
    font-family: var(--font-family-medium)
}

::placeholder {
    color: #a3a3a3;
    font-family: var(--font-family-medium);
    font-size: 16px;
}

.quick-form .err-msg .err {
    text-align: left
}

@media screen and (min-width: 1800px) and (max-width:2700px) {
    .quick-form {
        margin:0;
        padding: 0
    }
}

@media screen and (min-width: 1600px) and (max-width:1799px) {
    .quick-form {
        margin:0;
        padding: 0
    }
}

@media screen and (min-width: 1440px) and (max-width:1599px) {
    .quick-form {
        margin:0;
        padding: 0
    }
}

@media screen and (min-width: 320px) and (max-width:1023px) {
    .quick-box {
        padding:25px
    }

    .quick-form .input-ani {
        margin-bottom: 20px
    }

    .quick-form .submit-btn {
        width: 50px;
        height: 50px;
        background-size: 26px auto
    }

    .quick-form .submit-btn img {
        width: 30px
    }

    .quick-form-btn {
        margin-top: 15px;
        bottom: 0 !important;
        right: 0 !important;
        position: relative !important;
    }

    .quick-form .input-ani textarea,.quick-form .input-ani input[type=text] {
        font-size: 16px
    }
}

.get-a-form .intl-tel-input .country-list {
    width: 260px;
    overflow-x: hidden
}

.quick-form .form-row {
    display: block ;
}

.quick-form-btn {
    position: absolute;
    bottom: 10px;
    right: -35px;
}

.quick-form .submit-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0!important;
    border: none;
    background: var(--main-blue-color) url(../../images/inquery/send-arrow.png) no-repeat center;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,.intl-tel-input input[type=text],.intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-left: 48px;
    margin-left: 0;
    transition: background-color 100ms ease-out
}

.intl-tel-input input.iti-invalid-key {
    transition: background-color 0;
    background-color: #ffc7c7
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 1px
}

.intl-tel-input .flag-container:hover {
    cursor: pointer
}

.intl-tel-input .flag-container:hover .selected-flag {
    background-color: rgba(0,0,0,.05)
}

.intl-tel-input input[disabled]+.flag-container:hover,.intl-tel-input input[readonly]+.flag-container:hover {
    cursor: default
}

.intl-tel-input input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 42px;
    height: 100%;
    padding: 0 0 0 8px;
    outline: none
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px;
    width: 0;
    height: 0
}

.intl-tel-input .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    list-style: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input .country-list .flag {
    display: inline-block;
    width: 20px
}

@media(max-width: 500px) {
    .intl-tel-input .country-list {
        white-space:normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: #e8e8e8
}

.intl-tel-input .country-list .flag,.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code {
    vertical-align: middle
}

.intl-tel-input .country-list .flag,.intl-tel-input .country-list .country-name {
    margin-right: 6px
}

.intl-tel-input select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 42px;
    height: 100%;
    opacity: 0
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.intl-tel-input.iti-container:hover {
    cursor: pointer
}


.intl-tel-input .country-list .country span {
    background: 0 0!important
}

.iti__flag {
    background-image: url(../../images/other/flags.png) !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2 / 1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .iti__flag {
        background-image:url(../../images/other/flags@2x.png) !important;
    }
}

input#phone {
    padding-left: 55px;
}

.parsley-errors-list:not(.filled) ~ .err-msg,
.quick-form .input-ani .ani-border .err-msg.error {
    border-color: #f44336 !important;
    background: #f44336 !important;
}

#error-msg {
    margin: 10px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    color: #f44336;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
#valid-msg {
    margin: 10px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    color: #4caf50;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

#submitQuickInq,
#submitQuickInq:active,
#submitQuickInq:focus {
    outline: none !important;
}

.hero-btn {
    border: none;
    color: #fff;
    background-color: var(--theme-color);
    padding: 8px 30px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    transition: all 0.4s;
}
.hero-btn:hover {
    /* color: var(--theme-color);
    background-color: #fff; */
    color: #ffffff;
    background-color: #ec5f5f;
}


@media screen and (max-width: 375px) {

    /* #rc-imageselect, .g-recaptcha
  {
  transform:scale(0.77);
  -webkit-transform:scale(0.77);transform-origin:0 0;
  -webkit-transform-origin:0 0;
  } */
    div#gReCapV2 iframe {
        transform: scale(0.8421);
        transform-origin: left;
    }
}

.submiting,
.contact-success,
.contact-danger {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    display: none;
    background: rgb(255 255 255 / 5%);
    border-radius: 10px;
    z-index: 2;
}

.submiting .spinner-border {
    width: 64px;
    height: 64px;
}

.messageIcon {
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 56px;
    border: 4px solid;
    border-radius: 50%;
    font-size: 26px;
}

@media (max-width: 1199px) {
    .home-cmn-ttl {
        margin-top: 30px !important;
    }
}