@media screen and (min-width: 700px) {
    .form-section {
        position: absolute !important;
        right: 66px !important;
        /* top: 75px; */
        top: 50%;
        background-color: #000000 !important;
        width: 27%!important;
        height: auto !important;
        border-radius: 12px !important;
        transform: translate(-10%, -50%);
        border-color: #b39e4e;
        border-width: 1px;
        border-style: solid;
    }
    .form-sectionn {
        position: absolute !important;
        top: 90px;
        left: 14px;
        background-color: #000000 !important;
        width: 425px !important;
        height: auto !important;
        border-radius: 12px !important;
    }
    body {
        overflow-x: hidden!important;
        background-color: rgb(0, 0, 0);
    }
    .page-content {
        background-color: #000000;
        /* border-radius: 15px; */
        overflow-x: hidden;
        /* border: 2px solid black; */
        border-right-style: none;
        border-left-style: none;
        /* padding: 15px; */
    }
    .campaign_img {
        width: 100%;
        /* height: 469px  !important; */
        height: 100%;
    }
    input,
    select {
        width: 100%;
        height: 45px;
        padding-left: 20px;
        border-radius: 10px;
        border: solid 1px #707070;
        /* font-weight: 500; */
        font-size: 18px;
        font-family: "Arial";
    }
    input::placeholder {
        font-size: 14px;
        color: #707070;
    }
    .footer {
        bottom: 0;
        background-color: #1d1d1d;
        width: 100%;
        height: auto;
        font-family: 'Arial';
        padding: 12px;
    }
    .footer-top {
        text-align: center;
        color: #F9BD00;
        font-size: 16px;
        margin-left: -3px;
        /* margin-top:14px */
    }
    .text33 {
        font-size: 12px;
        color: #ffffff
    }
    .fixed-footer {
        display: none !important;
        background: #fff;
        padding: 15px;
        position: fixed;
        bottom: 0;
        z-index: 9;
        /* margin-left: -2px; */
    }
    .nav-tabs li {
        /* padding: 0px 29px; */
        padding: 0px 15px;
        border-bottom: 1px solid #d8ba57;
    }
    .nav-tabs li a {
        color: black;
        font-family: 'Arial';
        text-decoration: none;
        font-size: 14px;
    }
    .tab-content>.tab-pane {
        font-size: 12px;
        padding: 20px;
        height: 500px;
        overflow-y: scroll;
    }
    .nav-blue {
        width: 100%;
        /* height: 67px; */
        height: 56px;
        margin: 0 0 6px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
        background-color: #0d0d0d;
        text-align: center;
    }
    .nav-blue .navbar {
        padding: 0rem 1rem !important;
    }
    /* unwanted  */
}

.nav-blue {
    width: 100%;
    /* height: 67px; */
    height: 56px;
    margin: 0 0 6px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #171717;
    text-align: center;
}