img{
    max-width: 100%;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
#sync1.owl-theme .owl-prev {
    left: 10px;
}
#sync1.owl-theme .owl-next {
    right: 10px;
}

.section-12 {
    position: relative;
}

.section-12 .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.section-12 .container {
    z-index: 1;
    position: relative;
}

.section-12 .container label {
    display: none;
}
.section-12 .container form{
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
}
.section-12 .container form input,.section-12 .container form textarea {
    padding: 5px;
    max-width: 100%;
    width: 100%;
    float: left;
}
.hide{
    display: none;
}

.section-12 .container form > div:nth-child(2) {
    flex: 0 0 100%;
}

.section-12 .container form > div:nth-child(3) {
    flex: 0 0 50%;
}

.section-12 .container form > div:nth-child(4) {
    flex: 0 0 50%;
}

.section-12 .container form > div:nth-child(6) {
    flex: 0 0 100%;
}

.section-12 .container form > div:nth-child(7) {
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
    max-width: 100%;
}

.section-12 .container form > div:nth-child(7) input[type="submit"] {
    background: #c71f16;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
    border: 0;
}

.section-12 .container form > div {
    margin-bottom: 5px;
    padding: 0 2.5px;
}

.fixed-box {
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 20px;
}

.fixed-box a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    border-radius: 50px;
    background: #1e73be;
    border: 2px solid #fff;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.section-12 .container form > div:nth-child(5), .section-12 .container form > div:nth-child(7),.section-12 .container form > div:nth-child(7) span {
    width: 100%;
}

.section-12 .container form > div:nth-child(7) textarea {
    width: 100%;
}

#test-popup > div {
    margin: auto;
    padding: 20px;
    max-width: 500px;
    position: relative;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
#test-popup > div label {
    display: none;
    
}

#test-popup > div form > div {
    margin-bottom: 5px;
}

#test-popup > div form textarea,#test-popup > div form input {
    width: 100%;
}
.mfp-close-btn-in .mfp-close{
    color: #fff;
    opacity: 1;
}