form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 70%;
  }
  
  form.example .button {
    float: left;
    width: 20%;
    padding: 10px;
    background: white;
    color: black;
    font-size: 11.5px;
    border: 1px solid grey;
    border-right: none;
    cursor: pointer;
  }
  form.example .button1 {
    float: right;
    width: 10%;
    padding: 10px;
    background: #d9eb3d;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
  }
  form.example .button:hover {
    background: white;
  }
  
  form.example .button1:hover {
    background: #d9eb3d;
  }
  
  form.example::after {
    content: "";
    clear: both;
    display: table;
  }
.text-white
{
    color: white;
}
.text-white:hover
{
    color: white;
}
  @media screen and (max-width: 1300px) {
    .top-50
    {
      margin-top:20px;
    }  }
  .block-title-make  {
    color: #121212;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 25px 46px 20px 23px;
    position: relative;
    display: inline-block;
    font-family: 'Saira Condensed', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #d9eb3d;
    margin-top: 0px;
    min-width: 150px;}
    .block-title-country  {
      color: #121212;
      font-size: 17px;
      font-weight: 500;
      margin-bottom: 0px;
      padding: 25px 25px 20px 21px;
      position: relative;
      display: inline-block;
      font-family: 'Saira Condensed', sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      background: #d9eb3d;
      margin-top: 0px;
      min-width: 150px;}
    .block-title-search  {
        color: #121212;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0px;
        padding: 25px 48px 20px 47px;
        position: relative;
        display: inline-block;
        font-family: 'Saira Condensed', sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: #d9eb3d;
        margin-top: 0px;
        min-width: 150px;}

  .bg-theme
  {
    background: #3e6274;
    color: #fff;

  }

  .social .insta a:before {
    content: "\f16d";
    font-family: FontAwesome;
  }
  .social .insta a {
    background: #fff;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #424344;
    text-align: center;
    padding: 0;
  }
  .social .insta a:hover {
    background: #f09433 ;
  }
  