
/* Header */
.partnerHeader {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.partnerHeader img {
    width: 100%;
}
.imgtext {
    color: white;
    font-weight: 900;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Why Us */
.whyus {
    background-image: url('../img/whyusbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7% 12%;
    color: white;
}

.whyusLarge, .whyusMobile, .partnerLarge, .partnerMobile, .distLarge, .distMobile {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    padding: 2%;
    text-align: center;
}
.whyusMobile, .partnerMobile, .distMobile {
    display: none;
}

.whyus p {
    font-size: larger;
    text-align: center;
}
.whyus i {
    text-align: center;
    margin-bottom: 20px;
    font-size: 3.5rem;
}
.whycol {
    padding: 50px;
}

/* Our Partners */

.partner {
    padding: 7% 12%;
}

.card-img-top {
    max-height:200px;
}

.partcard {
margin: 20px;
}

/* distributors */

.dist {
padding: 7% 12%;
background-image: url('../img/dis-img-1.jpg');
background-size: cover;
background-repeat: no-repeat;
color: white;
}

.dist .row .col-lg-3 img {
    width: 200px;
    border-radius: 30px;
    margin: 20px;
}



/* contact */

.Contact {
    padding: 7% 20%;
}

input[type=text], input[type=email], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ff9b45; /* Gray border */
    border-radius: 20px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-bottom: 15px; /* Add a top margin */
    /* margin-bottom: 16px; Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  input:focus {
      box-shadow: 0 0 10px 0 #F36F25;
      outline: solid 2px #ff9b45;	
  }
  textarea:focus {
      box-shadow: 0 0 10px 0 #F36F25;
      outline: solid 2px #ff9b45;
  }
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: #ff9b45;
    color: white;
    padding: 12px 23px;
    border: none;
    border-radius: 13px;
    cursor: pointer;
    font-size: large;
    transition: all 0.3s ease 0s;
  }
  .success {
    background: #9fd2a1;
    padding: 0 5px;
    text-align:center;
    color: #326b07;
    border-radius: 4px;
    margin-top: 10px;
    
}

.failed {
  background: #ff5252;
  color: red;
  font-weight: 700;
  padding: 0 5px;
  text-align: center; 
  border-radius: 4px; 
  margin-top: 10px;
}
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #ffb471;
    transform: translateY(-5px);
  }
  
  .btn-social.contacticon:hover {
    color: darkblue;
  }
  
  label {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 5px;
  }

  .map {
    width: 100%;
  }

.whyMoblie {
    display:none;
}

@media screen
and (min-width:320px)
and (max-width: 769px) {
    .whyusLarge, .partnerLarge, .distLarge {
        display: none;
    }
    .whyusMobile, .partnerMobile, .distMobile {
        display: block;
    }
    .Contact {
        padding: 7% 5%;
    }
}
