
  .countrycard{
    border: 1px solid #aaa;
    border-radius: 30px;
    position: relative;
  }
  .countrycardreturn{
    position: absolute;
    background: #444;
    padding: 3px 10px;
    border-radius: 8px;
    color: #fff;
    top: -16px;
    left: 45px;
    border: 1px solid #444;
  }
  .countrycarddf{
    position: absolute;
    background: #ffffff;
    padding: 3px 10px;
    border-radius: 8px;
    color: #262626;
    top: -16px;
    left: 126px;
    border: 1px solid #ccc;
  }
  .countrycardairline{
    width: 60%;
    margin-top: 25px;
  }
  .countrycardplane{
    width: 30px;
  }
  .countrycardflight{
    font-weight: 500;
    font-size: 20px;
  }
  .countrycardfdetails{

  }
  .countrycarddate{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .countrycardtd{

  }
  .countrycardprice{
    font-size: 30px;
    font-weight: 600;
    color: #6732ff;
  }
  .countrycardbutton{
    width: 90%;
    text-align: center;
    background: #fdd200;
    padding: 7px;
    /* border: 1px solid #f00; */
    border-radius: 35px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
  }

  .autocomplete-results{
    position: absolute;
    z-index: 2;
  }
  .ffdcard:hover {
      transform: scale(1.02);
  }
  .ffdcards:hover {
      transform: scale(1.02);
  }
  .s6card:hover{
      transform: scale(1.02);
  }

  .topcherocfcountry {
      background: #382470;
      min-height: 360px;
  }

  .topcherocfcountry h2
   {
      color: #eee;
  }

    .marquee {
        width: 100%;
        overflow: hidden;
        color: #fff;
        padding: 10px 0;
    }

    .marqueespan {
        display: inline-block;
        padding-left: 0;
        animation: scroll 70s linear infinite;
        white-space: nowrap;
        font-size: 18px;
    }

    @keyframes scroll {
        0%   { transform: translateX(0%); }
        100% { transform: translateX(-100%); }
    }

    .bsccc{
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 1px, rgba(17, 17, 26, 0.1) 0px 0px 8px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    }

    .autocomplete-results{
      position: absolute;
      z-index: 2;
    }
    .ffdcard:hover {
        transform: scale(1.02);
    }
    .ffdcards:hover {
        transform: scale(1.02);
    }
    .s6card:hover{
        transform: scale(1.02);
    }
    .autocomplete1 {
    /*    width: 300px;*/
        position: relative;
        font-family: Arial, sans-serif;
    }

    .cform1 input {
        padding: 5px 10px;
        border-radius: 7px;
        border: 1px solid #ababab;
        width: 100%;
    }

    #suggestions {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        border: 1px solid #ddd;
        background: #fff;
        max-height: 200px;
        overflow-y: auto;
        display: none;
        z-index: 1000;
    }

    #suggestions li {
        padding: 10px;
        cursor: pointer;
    }

    #suggestions li:hover {
        background-color: #f0f0f0;
    }

    .topcherocf1 {
        min-height: 570px;
        background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("assets/img/cars-bg.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .fs-7{
        font-size: 12px;
    }

    .bibiicontopcar{
        padding: 3px 5px;
        background: #c5b5f3 !important;
        color: #482d94 !important;
    }

    .carscard{
        border-radius: 10px;
        border: 1px solid #aaa;    
    }

    .carscard img{
        border-radius: 10px 10px 0px 0px;
    }

    .carscardinner{
        padding: 0px 15px 15px 15px ;
    }
    .carscardinner i{
        font-size: 16px;
        font-weight: 700;
        margin-right: 4px;
        background: #ffa671;
        padding: 3px 3px;
        color: #fff;
        border-radius: 5px;
    }

    .carscardinner strong{
        font-size: 20px;
    }
    .carscardinner button{
        background: #ff8f4d;
        padding: 5px 19px;
        border-radius: 7px;
    }

    .chs i {
        top: 10px;
    }





