@import url('https://fonts.googleapis.com/css?family=Yantramanav:100,300');

.contact{
  background-image:  linear-gradient(
    rgba(21, 32, 44, 0.369),
    rgba(16, 30, 53, 0.67)
  ), url(https://bluebrands.my.canva.site/dagnx1a-sbm/images/a1916e0d4e7d648f639f707cf0b5a615.jpg);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}
.contact h1{
  font-weight: 700;
  color: black;
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'BodoniFLF-Bold';
}
.contact h6{
  font-size: 26px;
  font-weight: 500;
  color:  yellow;
  text-transform: uppercase;
  font-family: 'BodoniFLF-Bold';
}
.contact i{
  font-size: 50px;
  color: yellow;
}
.contact p{
  font-size: 18px;
  color:  white;
}
.contact .p{
  font-size: 23px;
  color: white;
}
.c_field{
  background-color: white;
  padding: 30px;
  opacity: .85;
}
.c_field select, .c_field textarea::placholder{
  background-color: white;
}
.subscribe{
  background-color: white;
  padding: 20px 40px 15px 20px;
  border-radius: 20px;
}
.subscribe input{
  background-color: #D2D9D8;
  width: 100% !important;
}
.subscribe button{
  background-color: #011329;
  color: white;
}

.c_field .multipleSelect2 {
  width: 100%;
  height: 60px !important;
  border-radius: 3px;
  border: 1px solid #eeeeee !important;
  padding: 10px;
  padding-left: 20px;
  color: #838383;
  font-size: 14px;
}

/* MEDIA QUERIES */
/* ------------- */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  
}
@media (max-width: 397px) {
 


}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  
}

/*Extra Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
  
}

/*Extra Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {
  
}