
.page-part {
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-control-feedback {
    display: none;
}

.has-feedback label~.form-control-feedback {
    top: 0 !important;
}

.error {
    text-align: left !important;
    display: table !important;
}

.thnak4 {
    margin-top: 50px;
}

.has-feedback .form-control {
    font-size: 16px !important;
    padding: 10px;
}

.form-group {
    margin: 15px 0 !important;
}

.form-group input {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #ff650c;
    font-family: "Montserrat", sans-serif;
}

.form-group textarea {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #ff650c;
}

.form-group select {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #ff650c;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    width: 100% !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    width: 100% !important;
    border-bottom: 2px solid #31aad6;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 20px 0;
    width: 100% !important;
}

.Submit-box {
    background-color: #F5821F;
    color: #fff;
    padding: 9px 14px;
    border-bottom: 2px solid #af4000;
    border: none;
    font-size: 17px;
    border-radius: 2px;
    transition: 0.3s ease;
    font-family: "Montserrat", sans-serif;
}

.Submit-box:hover {
    background-color: #000;
    border: 1px solid #000;
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #CE4C03;
    border-bottom: 2px solid #CE4C03;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}

.get {
    color: #F58220;
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    padding-bottom: 15px;
    text-align: center;
}

.fill {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px !important;
}

.Submit-box {
    font-weight: 600;
}

::placeholder{
    color: #333333 !important;
    font-weight: 500;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}
.has-feedback .form-control{
    width: 100% !important;
}
.close {
    position: absolute;
    right: 16px;
    top: 15px;
    font-size: 28px;
    color: #fff !important
}

.pop-img {
    margin-top: 10%;
    margin-bottom: 20px;
    width: 100%;
    height: auto
}

button.close {
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    background-color: #000 !important;
    padding: 1px 10px 17px 10px !important;
    margin-top: -10px !important;
    position: absolute;
    opacity: 1;
    color: #fff !important;
   
}

button.btn.moClose {
    background-color: #b52414 !important;
    color: #fff !important;
     font-family: "Montserrat", sans-serif;
}
.right-ok {
    background-image: url(../img/right-icon.webp);
    background-repeat: no-repeat;
    background-position: 8px;
    height: auto
}

.wrong-icon {
    background-image: url(../img/wrong-icon.webp);
    background-repeat: no-repeat;
    background-position: 8px;
    height: auto
}

.modal-lg {
    width: 750px
}

.modal-dialog {
    margin: 7% auto
}

.inq-btn-home {
    position: fixed;
    top: 300px;
    left: 10px;
    width: 45px;
    height: 50px;
    z-index: 1111;
    background-color: #fff;
}

.modal {
    z-index: 999999 !important
}
@media only screen and (max-width:425px) {
    .footer-divider.border-top.py-3 {
        text-align: center !important
    }

    .contact-main-2.py-5 {
        padding-top: 0 !important
    }
}

@media only screen and (max-width:768px) {
    .modal-lg {
        width: 75%;
        margin: 15px auto
    }

    .dmo {
        display: none
    }

    .modal-footer {
        padding: 15px 21px;
        text-align: right;
        border-top: none;
        margin-top: -120px;
        position: relative;
        z-index: 999;
        width: 100%;
        float: right
    }

    .inq-btn-home img {
        width: 30px;
        height: auto
    }



    .modal-body {
        padding: 0 15px 45px 15px
    }

    .modal-dialog {
        margin: 15% auto
    }
}
.modal-header{
    background-color: #F58220;
    color: #FFF;
}
.get-in-touch {
    z-index: 99999 !important;
}
.get-in-touch {
    position: fixed;
    top: 50%;
    left: -7px;
    display: inline-block;
    padding: .5rem 1rem;
    word-spacing: .1rem;
    transform: rotate(-90deg) translatey(-110%);
    background-color: #ff650c;
    color: #fff;
    font-weight: 500;
    z-index: 1019;
    border-bottom-left-radius: .4rem;
    border-bottom-right-radius: .4rem;
    font-size: 15px;
text-decoration: none;
font-family: "Montserrat", sans-serif;
}