
      .back-image{
        /*
        background-image: url('/img/city.jpg'); 
        background-repeat: repeat;
        background-attachment: fixed;
        */
      }

      .btn-white-outline {
          background: none;
          color: #AAAAAA;
      }

      .btn-white-outline:focus,
      .btn-white-outline.focus,
      .btn-white-outline:active,
      .btn-white-outline.active {
          color: #535353;
          background-color: #fff;
      }

      .btn-white-outline:hover {
          color: #535353;
          background-color: #fff;
      }

      .btn-white-outline.disabled,
      .btn-white-outline:disabled {
          color: #535353 !important;
          background-color: #fff !important;
          opacity: 0.85;
      }

      .header_style {
          background: #f8f8f8;
          padding-top: 0.85rem;
          padding-bottom: 0.45rem;
          position: fixed;
          width:100%; 
          height: 82px;
          z-index: 10;
      }

      .footer_style {
          background-color: rgb(50, 50, 50); 
          padding-top: 1.75rem; 
          padding-bottom: 1.75rem;
          width:100%;
          bottom: 0%;
      }

      .footer_style_position {
          /*position:absolute;*/
      }

      .text-md-center {
          text-align: center;
      }

      .text-md-left {
          text-align: left;
          padding-left: 1.75rem
      }

      .text-md-right {
          text-align: right;
          padding-right: 1.75rem; 
      }

      .footer_container {
          text-align: center;
          color:white;
      }

      .div_has_country_ckecked {
          background-color: #CCEEFF;
      }

      .special-out img {
          opacity: 0;
          filter: alpha(opacity=0);
      }

      @media only screen and (min-width: 1200px) and (max-width: 3600px) {
        .header_style_front_font_size {
            font-size: 20px;
            color:black;
        }
        .header_height {
            height: 84px;
        }

        .footer_height {
            height: 235px;
        }
      }

      @media only screen and (min-width: 767px) and (max-width: 1199px) {
        .header_style_front_font_size {
            font-size: 20px;
            color:black;
        }
        .header_height {
            height: 140px;
        }

        .footer_height {
            height: 140px;
        }
      }

      @media only screen and (min-width: 481px) and (max-width: 766px) {
        .header_style_front_font_size {
            font-size: 20px;
            color:black;
        }
        .header_height {
            height: 84px;
        }

        .footer_height {
            height: 260px;
        }
      }

      @media only screen and (min-width: 380px) and (max-width: 480px) {
        .header_style_front_font_size {
            font-size: 20px;
            color:black;
        }
        .header_height {
            height: 82px;
        }

        .footer_height {
            height: 82px;
        }
      }

      @media only screen and (max-width:379px) {
        .header_style_front_font_size {
            font-size: 20px;
            color:black;
        }
        .header_height {
            height: 82px;
        }

        .footer_height {
            height: 45px;
        }
      }