


.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background: #c02a39;
   color: white;
   text-align: center;
}

@media only screen and (max-width: 600px) {
  .social-img-size{
      width:70%
  }
}


#myBtn {
        display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #c02a39;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid white;
}
#myBtn-ar {
    display: none;
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #c02a39;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid white;
}

#myBtn:hover {
    background-color: #555;
}

.navbar-brand {
    display: inherit !important;
    margin: 0 auto !important;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand-ar {
    display: inherit !important;
    margin: 0 auto !important;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    text-align: right;
}
.navbar-language{
    display: inherit !important;
    margin: 0 auto !important;
    padding-top: 0.6230rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
    text-align: end;
    font-size: 15px;
    justify-content: center;
    text-decoration: underline;
    color: black;
}
.tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
    white-space: nowrap;
}
.bg-light {
    background-color: white !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: #c02a39;
    border:none;
}
.nav-tabs a{
    background: black;
    border: none;
    color: white;
    border-radius: 0px;
}
.card-body{
    padding: 10px;
}
.deal-title{
    font-size: 16px;
}
.deal-description{
    font-size: 13px;
}
.deal-description-col{
     font-size: 11px;
 }
.price{
    font-size: 12px;
}
.column-spacing{
    margin: 0px;
    padding: 5px;
}

.price-section {
    width: 23%;
    text-align: end;
    position: absolute;
    bottom: 126px;
    right: 0px;
    background-color: red;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
}
.code-section {
    width: 20%;
    position: absolute;
    bottom: 126px;
    left: 0px;
    background-color: red;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
}
.price-section-small {
    width: 34%;
    text-align: end;
    position: absolute;
    bottom: 120px;
    right: 0px;
    background-color: red;
    color: white;
    font-size: 12px;
    border: 1px solid white;
    border-radius: 5px;
}
.code-section-small {
    width: 30%;
    position: absolute;
    bottom: 120px;
    left: 0px;
    background-color: red;
    color: white;
    font-size: 12px;
    border: 1px solid white;
    border-radius: 5px;
}