.parent .my-auto img, div#myModal1 .my-auto img {
    max-height: 100px;
}

.modelPopupRecommeded .cs-title, .modelPopupRecommeded .cs-title-one, 
.modelPopupRecommeded .cs-title-two {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 5px;
}
.not_recommended_cards .row, .not_recommended_cards_show .row {
    padding: 5px 0 !important;
}
.header.not-recommended-list {
    background: #fff;
    height: auto;
    padding-top: 20px !important;
}
.header.not-recommended-list > h3 {
    font-weight: 700;
    letter-spacing: 1px;
}
.modal-content span.close {
    text-align: center;
}
.modelPopupRecommeded .cs-title {
    margin-bottom: 0;
}

.modelPopupRecommeded .cs-title-one {
    font-size: 15px;
    text-transform: capitalize;
}
.modelPopupRecommeded .cs-description {
        font-size: 12px;
    text-align: center;
    line-height: 16px;
}
.modelPopupRecommeded .cs-title-two {
    margin-bottom: 10px;
    font-size: 20px;
}
.modelPopupRecommeded .not_recommended_cards table, 
.modelPopupRecommeded .not_recommended_cards_show table {
    font-size: 12px;
    line-height: 16px;
}
.modelPopupRecommeded .modal-content {
    padding: 0 !Important;
    height: 462px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modelPopupRecommeded .not_recommended_cards_show .btn-circle.btn-xl {
    height: auto;
}
.modelPopupRecommeded .not_recommended_cards_show .btn-circle.btn-xl .cta-text {
    font-size: 10px !important;
    line-height: 1.4;
    text-transform: uppercase;
}
.modelPopupRecommeded .modal-content-area {
    padding: 20px 20px 0;
    overflow-x: auto;
}
.modelPopupRecommeded .not_recommended_cards .parent > div {
    margin-bottom: 16px !important;
}
/* width */
.modal-content-area::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.modal-content-area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f7f7f7; 
  border-radius: 10px;
}
 
/* Handle */
.modal-content-area::-webkit-scrollbar-thumb {
  background: #ff0000; 
  border-radius: 10px;
}

/* Handle on hover */
.modal-content-area::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}
@media (max-width: 991px) {
.not_recommended_cards_show .btn-circle.btn-xl .cta-text {
    font-size: 12px !important;
}
}
@media (max-width: 767px) {
.modelPopupRecommeded .modal-content {
    height: 450px;
}
.header {
    height: auto;
}
}
@media (max-width: 480px) {
.header > h3 {
    font-size: 1.5rem;
}
}
@media (orientation: landscape) {
.modelPopupRecommeded .modal-content {
    height: 80vh;
}
}
@media (min-width: 1000px) {
.modelPopupRecommeded .modal-content {
    height: 462px;
}
}


.modelPopupRecommeded .cs-title-provider {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 20px;
}