.caldera-grid .form-control {
    font-size: 16px!important;
    padding: 16px!important;
    height: auto!important;
    box-shadow: none!important;
    border-radius: 0!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: 1px solid #000000!important;
    background-color: #F6F6F6!important;
  margin-top: 10px!important;
    margin-bottom: 5px!important;
}
 
/*** THIS CHANGES THE BUTTON STYLE ***/
.caldera-grid input[type=submit] {
    text-transform: uppercase!important;
    font-weight: 600!important;
    padding: 10px 16px!important;
    border-radius: 0!important;
    background: #dddddd!important;
    color: #000!important;
    font-size: 16px!important;
    border: none!important;
    float: left!important;
    transition: all 0.3s ease-in-out!important;
}
 
/*** THIS CHANGES THE BUTTON HOVER STYLE ***/
.caldera-grid input[type=submit]:hover {
    background: #013D72!important;
    color: #f5f5f5!important;
}
 
/*** THIS CHANGES THE BOTTOM BORDER COLOR WHILE USER IS TYPING ***/
.caldera-grid .form-control:focus {
    border-color: #e0e0e0!important;
    box-shadow: none!important;
}

@media only screen and (max-width: 1000px) { 
    .mobile {
        display:none;
    }
    
   
}

.fade-carousel .carousel-inner .item {
    background-size: cover!important;
}

.caldera-grid .checkbox input[type=checkbox], .caldera-grid .checkbox-inline input[type=checkbox], .caldera-grid .radio input[type=radio], .caldera-grid .radio-inline input[type=radio] {
    margin-left: -20px;
    width: auto!important;
}