body {
      background-color: #fff;
      font-family: 'Source Sans Pro', sans-serif !important;
    }


    .bg-red {
      background-color: #001f7e;
      color: white !important;
      font-size: 20px;
    }
.top-ss
 {
      font-size: 30px;
    }
    h1 
{
      font-size: 40px;
    }
.max-700 
{
max-width: 700px;
}
    a.bg-red {
      color: #ffffff !important;
    }

    a.bg-red:hover {
      color: #efefef !important;
    }

    a {
      color: #d00c27;
    }

    a:hover {
      color: #a50b20;
    }

    img {
  
      border-radius: 3%;
      -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    }

    img:hover {

      border-radius: 3%;
      -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    }





    .btn-booking {
      background-color: #d00c27;
      color: #fff;
      font-size: 28px;
      font-weight: 500;

    }

    .btn-booking:hover {
      background-color: #a50b20;
      color: #fff;
      font-size: 28px;
      font-weight: 500;

    }

    .btn-directly {
      background-color: #001f7e;
      color: #fff;
      font-size: 28px;
      font-weight: 500;

    }

    .btn-directly:hover {
      background-color: #000f3c;
      color: #fff;
      font-size: 28px;
      font-weight: 500;

    }

    footer {
      padding: 15px 0;
      text-align: center;
      color: #fff;
    }

    footer span.copyright {
      font-size: 15px;
      line-height: 20px;
      text-transform: none;

    }

    footer ul.quicklinks {
      font-size: 90%;
      line-height: 20px;
      margin-bottom: 0;
      text-transform: none;

    }

    ul.social-buttons {
      margin-bottom: 0
    }

    ul.social-buttons li a {
      font-size: 30px;
      line-height: 60px;
      display: block;
      width: 60px;
      height: 60px;
      -webkit-transition: all .3s;
      transition: all .3s;
      color: #fff;
      border-radius: 100%;
      outline: 0;
      background-color: #c60b1e;
    }

    ul.social-buttons li a:active,
    ul.social-buttons li a:focus,
    ul.social-buttons li a:hover {
      background-color: #98000f;
    }

    .bg-footer {
      background-color: #000f3c;
    }

    footer a {
      color: #6f7a9b;

    }

    footer a:hover {
      color: #95a4d0;

    }