
ul{
    padding:0;
    margin:0;
}
.error{
    color:red;
}
.banner {
    background: url(../img/banner.png);
    background-size:cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    color:#fff;
}

.form-back {
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
    z-index: 9;
    position: relative;
    box-shadow: 0px 0px 5px #333;
    color:#000;
}

.form-back input#service {
    margin-right: 4px;
}
.sign-up-form input[type="checkbox"] {
    margin-right: 4px;
}

.checkbox-inline {
    font-size: 13px;
    width: 49%;
}

.banner h1 {
    font-weight: 700;
    text-shadow: 1px 1px 2px #bd5023;
    padding-top: 0px;
}

.banner li{
    color:#fff;
    list-style:none;
    font-weight: 500;
    padding:10px 0;
    display:inline-flex;
}

.banner ul{
    padding:0;
}

button#sbmtbtn:hover {
    box-shadow: 0 2px 8px 0 #dee2e6;
    color: #000;
}

.banner p {
    font-weight: 500;
}

button#sbmtbtn {
    background: #e11e33 !important;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: #e11e33;
}

.formn-group {
    margin-bottom: 10px;
}
.services, .form-section, .about-us, .why-us{
    padding:50px 0;
}

.form-section p {
    font-size: 14px;
}
.form-section h2, .about-us h2, .services h2, .why-us h2{
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 40px;
}

.services, .form-section{
    background: #f8f9fa;
}


footer{
    background:#303947;
    color:#fff;
    padding:20px;
    text-align:center;
}

footer p {
    margin: 0;
}

@media only screen and (max-width: 600px) {
.banner h1{
    margin: 0 !important;
}

.banner .col-sm-5 {
    padding-top: 0 !important;
}

input#phone{
    width: 75% !important;
}

.checkbox-inline{
    width: 100%;
}

}

.contact-form button {
    background: #e11e33;
    border-radius: 3px;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 14px 20px;
    font-weight: 600;
}

.contact-form {
    padding: 20px;
    box-shadow: 0px 0px 10px #ccc;
    background: #fff;
    margin-top: 20px;
}

.banner li i {
    margin-right: 10px;
    margin-top: 7px;
    font-size: 27px;
    color: #e11e33;
    text-shadow: 1px 1px 1px #f8f9fa;
}

.about-us li {
    display: inline-block;
    width: 49%;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    background: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.about-us img {
    width: 74%;
    padding: 20px;
    background:#fff;
}

.form-section h2:after,.about-us h2:after, .services h2:after, .why-us h2:after {
    content: "";
    border-bottom: 2px solid #e33046;
    width: 110px;
    height: 2px;
    top: 55px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)!important;
}

.serviceBox img {
    width: 30%;
}

.serviceBox {
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    background: #fff;
}

.serviceBox h4 {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px dashed lightgray;
    padding-bottom: 15px;
    font-weight: 600;
}

.registration-steps {
    text-align: center;
    margin-top: 20px;
}

.gst-process p {
    text-align: center;
}

.stepname {
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 15px;
}

.arrowdiv {
    position: absolute;
    top: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 100%;
    right: -8px;
}

.registration-steps h5 {
    color: #e11e33;
    padding-top: 20px;
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: #223646;
  color: white;
  min-width: 50px;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-container input, .input-container select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control:focus{
    box-shadow: none;
}

.selectBox {
    position: relative;
}
  
.selectBox select {
     width: 100%;
}
  
.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
  
#checkBoxes, #checkBoxes1 {
    display: none;
    border: 1px #8DF5E4 solid;
}
  
#checkBoxes label, #checkBoxes1 label {
    display: block;
}
        
.multipleSelection #checkBoxes{
   border: 1px #dee2e6 solid;
}

.multipleSelection #checkBoxes1{
   border: none;
    background: #e9ecef;
}

#checkBoxes label, #checkBoxes1 label{
    padding: 10px 10px;
    margin: 0;
    cursor: pointer !important;
    font-size:14px;
}

div#text {
    margin: 10px;
}

#checkBoxes label {
    width: 49%;
    display: inline-block;
}

#checkBoxes1 label {
    width: 32%;
}