.custom-width{
    max-width: inherit !important;
    margin-bottom: 0px !important;
}
.img-size{
    max-width: 70% !important;
}
.img-size-one{
  max-width: 90% !important;
  height: auto !important;
}
.footer-phone{
    text-align:center !important;
}
.social-media{
    padding-left: 50px !important;
}
.custom-padding{
    padding-top: 30px !important;
}
.custom-color-btn {
  border: 2px solid #000 !important;
}
.custom-color-btn:hover {
  background-color: #000 !important;
  color:#fff !important;
}
.section-padding{
  padding-top: 30px !important;
}
.dd-desktop{
  display: none !important;
}
  /* The container <div> - needed to position the dropdown content*/
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default)*/
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #173207;
    min-width: 180px;
    z-index: 1;
    padding-left: 30px;
    margin-top: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 10px;
  }
  
  /* Links inside the dropdown*/
  .dropdown-content li a {
    color: black;
    text-decoration: none;
    display: block;
  }
  .dropdown-content .first-menu {
   padding-top: 20px;
  }
  
  /* Change color of dropdown links on hover 
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}