﻿@media (min-width: 279px) and (max-width: 990px) {
    /*.modal-dialog {
        width: 100% !important;
        margin: 0px !important;
    }

    .modal-content {
        width: 100% !important;
        height: 100% !important;
        left: 0px !important;
    }*/

}

.right-top-0px {
    right: 0px;
    top: 0px;
}

.left-top-0px {
    left: 0px;
    top: 0px;
}

.right-50px-top-10px {
    right: 50px;
    top: 10px;
}

.left-50px-top-10px {
    left: 50px;
    top: 10px;
}

.position-absolute {
    position: absolute !important;
}

.position-relative {
    position: relative !important;
}

.mediakit-content-details-background-color {
    background: #483C8F;
}

.white-font-color {
    color: #fff;
}

.font-size-10px {
    font-size: 10px !important;
}

.font-size-12px {
    font-size: 12px !important;
}

.font-size-14px {
    font-size: 14px !important;
}

.listing-page-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

    .listing-page-details h5 {
        color: var(--systemTextColor);
        /* Montserrat - Medium/56 px */
        font-family: 'Lato';
        font-size: 56px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 72.8px */
        text-transform: capitalize;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.listing-page-details-sub-part p {
    color: var(--systemTextColor);
    font-family: 'Lato';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.listing-page-details-sub-part b {
    color: var(--bodyTextColor);
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.listing-page-left-part {
    display: flex;
    align-items: center;
    gap: 53px;
    align-self: stretch;
}
