#contact_page{
  background-image: url(../assets/images/contact/contact_bg.png);
  background-repeat: repeat;
  width: 100%;
  height: auto;
  min-height:300px;
}

#contact_page .copyright{
  background-color: #161616;
  color: white;
  text-align: center;
  font-family: MontserratR;
  font-size: 20px;
  padding: 10px 0;
}

#contact_page .page_heading{
  font-family: MontserratR;
  font-size: 48px;
  color: #676767;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

#contact_details{
  display: grid;
  grid-template-columns: 45% 55%;
  color: #1c1c1c;
  font-family: MontserratR;
  padding-top:50px;
  width: 1366px;
  margin: 0 auto;
}

#contact_details .left{
  padding-left: 100px;
}

#contact_details .left .details_heading, #contact_details .right .details_heading{
  font-size: 24px;
  font-weight: bold;
}

#contact_details .left .details{
  font-size: 22px;
}

#contact_details .left .email, #contact_details .left .phone{
  padding-top: 30px
}

#contact_details .left img{
  padding-top: 40px;
  width:60%
}

#contact_details .left .btn_connect{
  font-family: MontserratB;
  font-size: 22px;
  padding: 50px 0;
}

#contact_details .left button{
  padding: 20px 45px;
  color: white;
  background-color: black;
  text-transform: uppercase;
}

#contact_details form{
  padding-top: 40px;
  font-size: 20px
}

#contact_details input[type="text"]{
  background-color: #cecece;
  height:75px;
  width: 90%;
  color: #6c6c6c;
  border: none;
  margin-bottom: 28px;
  padding-left:25px;
}

#contact_details textarea{
  background-color: #cecece;
  height:175px;
  width: 90%;
  color: #6c6c6c;
  border: none;
  margin-bottom: 28px;
  padding-left:25px;
}

textarea:focus, input:focus{
  outline: none;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

#contact_details .right .btn_send{
  font-family: MontserratB;
  font-size: 22px;
  padding-top: 1px;
  padding-bottom: 100px;
}

#contact_details .right button{
  padding: 20px 125px;
  color: white;
  background-color: black;
  text-transform: uppercase;
}

.error{
  color: red;
  font-size: 15px;
  font-weight: bold;
}

.success{
  color: green;
  font-size: 15px;
  font-weight: bold;
}

.success_message{
  padding-right: 20px;
}

.success_message div{
  padding-bottom: 20px;
}

#contact_details input[type="text"].phone_select{
  width:75%
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding: 10px 40px 10px 12px;
    background-color: #cecece;
    width: 15%;
    height: 68px;

    color: #6c6c6c;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;

    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

select:focus {
    outline: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}


.embed_map{
  width:100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.share_follow{
  display: grid;
  grid-template-columns: 80% 20%;
  background-color: black;
  min-height: 100px;
  height: auto;
  max-width: 100%;
}

.share{
  margin-top: 15px;
  margin-left: 80px;
}

.share button{
  background-color: black !important;
  border: none !important;
  padding:0 !important;
}

.popover{
  overflow-wrap: anywhere !important;
}

.popover a{
  text-decoration: none !important;
  cursor: pointer !important;
  color: black !important;
  font-weight: bold !important;
}

.share span{
  font-weight: bold;
}

#copied_link{
  display: none;
}

.follow{
  text-align: left;
  margin-right: 50px;
  margin-top:9px;
  font-family: MontserratR;
  font-size: 18px;
  color: white;
}

.follow a{
  color: white;
  text-decoration: none;
}

#contact_page .contact_us .text{
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

#contact_page .contact_us .text span{
  padding: 0 0 0 0;
}

@media only screen and (min-width: 1366px) and (max-width: 1919px){
  #contact_details{
    width: 1320px;
  }

  #contact_details input[type="text"]{
    margin-bottom: 20px;
    height:65px;
  }

  .share_follow{
    grid-template-columns: 70% 30%;
  }

  #contact_details textarea{
    margin-bottom: 20px;
  }

  #contact_details .right .btn_send{
    padding-top: 1px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px){
  #contact_details{
    width: 90vw;
  }
  
  #contact_details .left {
    padding-left: 50px;
  }

  #contact_details input[type="text"]{
    margin-bottom: 20px;
    height:65px;
  }

  #contact_details textarea{
    margin-bottom: 20px;
  }

  #contact_details .right .btn_send{
    padding-top: 1px;
    padding-bottom: 100px;
  }

  .share_follow{
    grid-template-columns: 65% 35%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
  .share_follow{
    grid-template-columns: 50% 50%;
  }

   #contact_details{
    grid-template-columns: 100%;
    padding-top:30px;
    width: 100vw;
  }
  
  #contact_details .left, #contact_details .right{
    padding-left: 30px;
  } 


  #contact_details .right{
    padding-top:50px;
  }

  #contact_details .right button {
    padding: 20px 90px;
  }

  .share_follow{
    grid-template-columns: 100%;
  }

  .share {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .follow {
    text-align: center;
    margin:0 auto;
    margin-bottom: 20px;
    width:50vw;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px){
  #contact_page .page_heading{
    font-size: 30px;
  }
  
  #contact_details{
    grid-template-columns: 100%;
    padding-top:30px;
    width: 100vw;
  }
  
  #contact_details .left, #contact_details .right{
    padding-left: 30px;
  } 

  #contact_details .left .details_heading{
    font-size:22px;
  }

  #contact_details .left .details{
    font-size:20px;
  }

  #contact_details .right .details_heading{
    font-size:22px;
    padding-top:50px;
  }

  #contact_details .right button {
    padding: 20px 90px;
  }

  select{
    width: 25%
  }

  #contact_details input[type="text"].phone_select{
    width: 63%
  }

  .share_follow{
    grid-template-columns: 100%;
  }

  .share {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .follow {
    text-align: left;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  #contact_page .copyright {
    font-size: 15px;
  }
}