/*** 
=============================================
    Main Contact Form Css
=============================================
***/

.header-logo-box-style3 a img {
            width: 90px !important;
        }
        .main-header-style3__content-bottom {
            background-color: rgb(28 31 32 / 95%) !important;
        }
        .sticky-logo-box-style1 img {
            width: 90px !important;
        }
        .stricky-header--style2 .main-menu__wrapper {
            background-color: rgb(28 31 32 / 95%) !important;
        }
        .stricky-header--style2 .main-menu__wrapper-inner {
            background-color: rgb(28 31 32 / 95%) !important;
        }
        .main-header-style3__content-top {
            background-color: #121212;
        }
        .footer-main-style3 {
            background: linear-gradient(268deg, rgb(126 92 18) 11.8%, #ffd700 83.8%);
        }
        .trading-tools-style1 {
            background: linear-gradient(268deg, rgb(126 92 18) 11.8%, #ffd700 83.8%);
        }

.main-contact-form {
    background: rgb(241, 247, 243) !important;
    background: linear-gradient(180deg, rgba(241, 247, 243, 0.9808298319327731) 0%,rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%) !important;
    padding: 120px 0px 120px !important;
    z-index: 11 !important;
}

.main-contact-form .container {
    max-width: 970px !important;
}

.contact-form {
    position: relative !important;
    display: block !important;
}

.contact-form {
    position: relative !important;
    display: block !important;
}

.contact-form .form-group {
    position: relative !important;
    display: block !important;
    margin-bottom: 20px !important;
}

.contact-form .input-box {
    position: relative !important;
    display: block !important;
}

.input-box input {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid var(--thm-border-color);
    background-color: var(--thm-white);
    width: 100%;
    height: 60px;
    color: #a3afa6;
    font-size: 18px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    padding-left: 25px;
    padding-right: 35px;
    transition: all 500ms ease;
}

.input-box textarea {
    height: 180px;
    padding-top: 14px;
    padding-left: 25px;
    padding-right: 35px;
    padding-bottom: 10px;
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid var(--thm-border-color);
    background-color: var(--thm-white);
    width: 100%;
    color: #a3afa6;
    font-size: 18px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    transition: all 500ms ease;
}

button.btn-one {
    border-radius: 50px !important;
}