@media all and (max-width: 767px){
  .padd-bottom .row .col-md-4,
  .padd-bottom .row .col-md-4:first-child{
    padding-top: 40px;
    clear: both;
  }
  .second-footer-widget .footer-subscribe-form form{
      max-width: 360px;
      margin: 0 auto;
  }
  .footer_logo {
    margin-right: 5px;
  }
  .footer-logo-list li{
    text-align: center;
  }
  .circle_wrapper {
      width: 100%;
      margin-left: 0;
  }
  .circle_single_section {
      width: 100%;
      min-width: 100px;
  }
  .main-navigation.toggled #primary-menu{
    display: block;
  }
  .mobile-drop-down{
    background: url(../images/drop-down.png) no-repeat center center;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .main-navigation.toggled ul ul {
      box-shadow: none;
      float: left;
      left: 0;
      position: relative;
      top: 0;
      width: 100%;
      z-index: 99999;
  }
  .main-navigation.toggled ul ul li {
      border: none;
      width: 100%;
  }
  .main-navigation.toggled ul ul li a{
    font-size: 12px !important;
    line-height: 24px;
    padding-bottom: 5px !important;
  }
  
}
@media all and (max-width: 380px){
  .second-footer-widget .footer-subscribe-form form{
      max-width: 290px;
  }
  .footer-subscribe-form .form-group input[type='email'] {
      width: 60%;
  }

  
}