.c-phone
{
      display: none;
}

@media only screen and (min-width: 320px) and (max-width:767px) {

            .phone-number-header{
                  display: none;
            }
            .navbar .navbar-brand-logo img {
    width: 55% !important;
}
.c-phone
{
      display: block;
      padding: 0px 10px;
}
.c-desktop
{
      display: none;
}
.bg-main
{
          margin-top: 0px;
          background-position: 167%;
          padding: 0 !important;
}
div#main-content .top-text h2 {
    font-size: 20px;
    text-shadow: #080808 0 1px 2px;
    line-height: normal;
    margin-bottom: 10px;
}
.justify-content-center {
    padding: 0 0 90px 0;
}
strike:before {
    content: '';
    width: 83px;
    height: 2px;
    background: #f00;
    position: absolute;
    top: 11px;
}
.app-text ul
{
      padding: 0px;
}
.app-text li
{
      text-align: left;
      margin-bottom: 15px;
}
.flights-list ul li {

    width: 100%;
    margin: 0px;
     margin-bottom: 10px;
}
footer .nav-footer a {
    font-size: 13px;
}
.footer-im img {
    max-width: 37px;
    margin-top: 10px;
}
.carousel-indicators {
    margin-right: 0%;
    margin-left: 0%;
    }
.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
}
.call-fix-strip
{
  display: block !important;
      min-height: 89px;
}
#tawkchat-container
{
  bottom: -9px !important;
}
#tawkchat-minified-wrapper {
    width: 40px !important;
    height: 40px !important;
    }
    #tawkchat-status-icon
    {
      line-height: 40px;
    }
}


@media (min-width:1024px) and (max-width:1366px) {
    
.phone-number-header.ml-auto .d-md-block {
    margin-left: -100px;
}

}