
@media (min-width: 768px) and (max-width: 1280px)  {
    
    .rel{
      position: absolute;
      bottom: 7%;
      left: 5%;
    }
    .clearfix h5 span {
      font-size: 11px !important;
      color: hsl(0,0%,100%);
      font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  }
  .form-control{
    font-size: 15px !important;
  }
  #country_res{
    font-size: 13px !important;
  }
  
  #country_code{
    font-size: 13px !important;
  }
  }
  
@media (max-width: 568px){
    .rel{
      position: absolute;
      bottom: 25%;
      left: 8%;
    }
    .clearfix h5 span {
      font-size: 11px !important;
      color: hsl(0,0%,100%);
      font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  }
  }
  
  .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
  }
  
  #services h3{
    font-weight: 700 !important;
    color: #777 !important;
  }
  
  .tab .radio label,
  .tab .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 14px;
  }

  .tab .radio,
  .tab .checkbox {
    padding-left: 20px;
    position: relative;
    display: block;
  }

  .tab .radio input,
  .tab .checkbox input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -20px;
    width: max-content;
  }

  .tab  .radio input:checked+label::before,
  .tab .checkbox input:checked+label::before {
    border-color: #0079c2;
  }

  .tab .radio input:checked+label::after,
  .tab  .checkbox input:checked+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 2px;
    top: 4px;
    margin-left: -20px;
    border: 1px solid #0079c2;
    border-radius: 50%;
    background-color: #0079c2;
  }

  .tab  .radio label,
  .tab .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
  }

  .tab  .radio label::before,
  .tab  .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
  }

  .tab .radio.disabled label,
  .tab .checkbox.disabled label {
    color: #ccc;
  }

  .tab .radio.disabled label::before,
  .tab .checkbox.disabled label::before {
    opacity: 0.54;
    border-color: #ccc;
  }

  .tab .checkbox input:checked+label::before {
    border-color: #0079c2;
    background-color: #0079c2;
  }

  .tab .checkbox input:checked+label::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    top: 0;
    left: 1px;
    border-color: transparent;
    background-color: transparent;
  }

  .tab .checkbox label::before {
    border-radius: 2px;
  }

  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: large;
    line-height: inherit;
  }

  .contact{
    background: #f6f6f6;
    padding: 50px 0 50px;
  }