:root {
    --primary-color: #007bff;
    /* Change this for button color */
    --secondary-color: #ffffff;
    /* Change this for text color */
    --background-color: #000000;
    /* Change this for background color */
}

body {
    font-family: Arial, sans-serif;
  
}

.RequestFrom {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    min-width: 40%;
    line-height: normal;
}

.RequestFrom h1 {
    color: var(--secondary-color);
    font-size: 3em;
}

.name,
.contact,
.companyFindUs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.form-group {
    text-align: left;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 100%;
    min-width: 45%;
}


input,
select,
textarea {
    color: black;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    width: auto;
}

.RequestFrom button {
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    margin-top: 5px;
    background: no-repeat;
}


select#country-code {
    width: 120px;
}

.form-group label span {
    color: red;
}

.form-group label {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: lighter;
}

.serviceTypeCheckBox {
    display: block;
}
section.quote-form {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    padding: 20px;
    flex-wrap: wrap;
    background: #1c1c1c;
    border-bottom: 2px solid white;
}
.contantDiv {
    line-height: 35px;
}
button a {
    padding: 13px 30px !important;
}
section.wow.animate__fadeIn.cover-background {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col.banner-style3.px-0.wow.animate__fadeInUp {
    width: 45%;
    margin: 10px;
}

body{
    overflow-x: hidden;
}