a{
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 900 !important;
}
.container{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.contact-right{
  background: linear-gradient(to left, #dfdfdf, #555, #090808); color: white;
}
  .contact-page-icons i{
       
        color:#acbcbb;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 10px 5px;
        word-break: break-all;
        color: goldenrod;

     }
     .contact-page-icons a {
    
      color:white !important;
      display: flex;
      align-items: center;
      word-break: break-all;
      white-space: normal;
     
     }
     .mymap iframe{
      width: 100% !important;
     
      margin-bottom: 10px;
      height: 100%;
      padding: 0;
      margin: 0;
    }
    .cr-margin{
      margin-top: 2rem;
    }
    @media(max-width:915px ) and (orientation: landscape){
      .contact-right{
        background: rgb(49, 63, 77) !important;
      }
      .cr-margin{
        margin-top:0 !important;
      }

      .container{
        height: auto !important;
        margin-top: 50px;
        height: auto !important;;
      }
    

    }
    @media(max-width:915px ) and (orientation: portrait){
      .contact-right{
        background: rgb(49, 63, 77) !important;
      }
      .cr-margin{
        margin-top:0 !important;
      }


      .container{
        height: auto !important;;
      }
    

    }