/* Destinations */
.masta-bg-primary {
    background: var(--masta-sea-blue-100);
}

.masta-destinations-list {
    padding: 0 25px;
}

.masta-destination-block {
    position: relative;
    width: 100%;
    height: 265px;
    /* margin: 0 0 26px; */
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 0 0 4.5px #fff, 0 0 0 6px var(--masta-sea-blue-100);
}

.masta-destination-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgb(0 130 202 / 65%) 15%,
        transparent 60%
    );
}

@media screen and (max-width: 767px) {
    .masta-destination-block h4 {
        font-size: 16px;
        line-height: 1.4;
    }
}

/* .masta-destinations-sec h2 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.4;
} */

.masta-common-heading {
    padding: 0 16px;
    margin: 0 0 32px;
}

.masta-destination-block img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all ease;
}

.masta-destination-block:hover img {
    transform: rotate(9deg) scale(1.3);
}

.masta-destination-block h3 {
    /* font-size: 22px; */
    /* line-height: 1.4; */
    font-weight: 700;
    color: #fff;
}

.masta-destination-heading {
    position: relative;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 14px;
}

.masta-destinations-sec.masta-bg-primary h2 {
    color: #fff;
}

.masta-destinations-sec.masta-bg-primary p {
    color: #fff;
}

.masta-destinations-index-wrapper {
    margin: 0 0 45px;
}

.masta-destinations-index-wrapper ul {
    display: flex;
    gap: 0.1875rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.masta-destinations-index-wrapper li a {
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--masta-cool-grey-11C);
    background-color: #f7f7f7;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 1;
    transition: background-color 0.3s ease, color 0.3s ease;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
}

.masta-destinations-index-wrapper li.active a,
.masta-destinations-index-wrapper li a:hover,
.masta-destinations-index-wrapper li a:focus {
    color: #f7f7f7;
    background-color: var(--masta-sea-blue-100);
    outline: none;
}

@media (max-width: 992px) {
    .masta-destinations-index-wrapper ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .masta-destinations-index-wrapper li a {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .masta-destinations-index-wrapper ul {
        gap: 0.25rem;
    }

    .masta-destinations-index-wrapper li a {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.125rem;
    }
}

.masta-alpha-vaccinations-lists,
.masta-destinations-tag-lists {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.masta-alpha-vaccinations-lists li {
    display: none;
}

.masta-alpha-vaccinations-lists a,
.masta-destinations-tag-lists a {
    padding: 5px 12px;
    min-height: 15px;
    border-radius: 40px;
    border: 1px solid var(--masta-sea-blue-100);
    min-width: 120px;
    display: block;
    text-align: center;
    color: var(--masta-sea-blue-100);
    font-weight: 500;
}

.masta-alpha-vaccinations-lists a:hover,
.masta-destinations-tag-lists a:hover {
    background: var(--masta-sea-blue-100);
    color: #fff;
}

.masta-no-destinations-message {
    margin: 0 auto;
    max-width: 518px;
    text-align: center;
}

.masta-no-destinations-message span {
    font-size: var(--fs-small);
}

/* Left Right 50 */
.masta-leftwright50-sec {
    position: relative;
}

.masta-leftright50-wrapper {
    position: relative;
    z-index: 1;
}

.masta-leftright50-wrapper i {
    position: absolute;
    bottom: -34px;
    right: -16px;
    font-size: 148px;
    color: rgba(255, 255, 255, 0.149);
}

.masta-leftwright50-sec > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.masta-leftright50-wrapper h4 {
    margin: 0 0 24px;
    /* font-size: 30px; */
    line-height: 1.4;
    color: #fff;
}

.masta-leftright50-wrapper p {
    color: #fff;
}

.masta-leftright50-wrapper p a {
    color: #fff;
    font-weight: 700;
}

.masta-leftwright50-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgba(26, 126, 255, 0.02),
        rgba(26, 126, 255, 0.05)
    );
}

.masta-leftwright50-sec:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
    background: rgb(0 130 202);
}

/* Recomm. Vaccince */
.masta-card-vaccine .masta-badge {
    color: var(--masta-cool-grey-11C);
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid var(--masta-sky-blue-40);
    background: var(--masta-sky-blue-20);
}

.masta-card-vaccine p {
    font-size: 14px;
    line-height: 1.5;
}

.masta-card-vaccine .masta-vaccine-doses {
    margin: 0 0 10px;
}

.masta-card-vaccine .masta-vaccine-doses li {
    margin: 0 0 2px;
}

.masta-card-vaccine .masta-vaccine-doses p {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.masta-card-vaccine .masta-vaccine-doses i {
    color: var(--masta-sea-blue-100);
}

.masta-card-vaccine .masta-all-travellers {
    background: rgba(239, 168, 168, 0.17);
    border-color: rgba(241, 95, 95, 0.17);
}

/* Icon Content Block */
.masta-icon-content-block .masta-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}

.masta-icon-content-block a {
    flex: none;
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
}

.masta-icon-content-block a:hover {
    text-decoration: underline;
}

.masta-icon-content-block .badge {
    color: var(--masta-cool-grey-11C);
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid var(--masta-sky-blue-40);
    background: var(--masta-sky-blue-20);
}

.masta-icon-content-block .badge.risk-high {
    background: rgba(239, 168, 168, 0.17);
    border-color: rgba(241, 95, 95, 0.17);
}

.masta-icon-content-block .badge.risk-moderate {
    background: rgba(255, 197, 23, 0.19);
    border-color: rgba(255, 197, 23, 0.48);
}

.masta-icon-content-block .badge.risk-mild {
    background: rgba(38, 207, 241, 0.1);
    border-color: rgba(38, 207, 241, 0.32);
}

.masta-icon-content-block .badge.risk-no {
    background: rgba(38, 207, 241, 0.1);
    border-color: rgba(38, 207, 241, 0.32);
}

.masta-info-tag {
    padding: 5px 12px;
    min-height: 15px;
    min-width: 120px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: var(--masta-sea-blue-100);
    text-align: center;
    background: rgba(0, 130, 202, 0.03);
    border: 1px solid var(--masta-sea-blue-100);
    border-radius: 40px;
}

.masta-content-map-section p a {
    font-weight: 500;
    color: var(--masta-sea-blue-100);
}

.masta-content-map-section p a:hover {
    color: var(--masta-sky-blue-80);
}

/* Blog */
.masta-blog-list-wrapper {
    background: transparent !important;
}

.blog-block .post-featured-thumb {
    height: 210px !important;
}

/* Retails */
.masta-retail-item {
    position: relative;
    height: 100%;
    background: rgba(0, 0, 0, 0.012);
    border: 1px solid rgba(229, 229, 229, 0.19);
    border-radius: 8px;
    overflow: hidden;
}

.masta-retail-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    background: rgba(0, 130, 202, 0.05);
    border-radius: 50%;
    transform: scale(34);
}

.masta-retail-content {
    position: relative;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 130, 202, 0.18);
}

.masta-retail-item .masta-retail-img-wrapper {
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
    width: 210px;
    height: 54px;
}

.masta-retail-item .masta-retail-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
}

.masta-retail-item .masta-retail-content h4 {
    font-weight: 600;
}

.masta-retail-item .masta-retail-content p {
    margin: 0 0 16px;
}

.masta-header-infographic-section {
    background: #f3faff;
}

.masta-header-infographic-section .masta-header-infograph {
    display: flex;
    align-items: center;
    justify-content: end;
}

.masta-header-infographic-section .masta-header-infograph img {
    /* width: 340px;
	height: 300px; */
    object-fit: contain;
}

/* Pharmacy Desc. */

.section-wrapper .masta-pharma-desc-wrapper h3 {
    margin: 0 0 20px;
    font-weight: 700;
    text-align: left;
}

.section-wrapper .masta-pharma-desc-wrapper h4 {
    margin: 0 0 20px;
    font-weight: 700;
    text-align: left;
}

.section-wrapper .masta-pharma-desc-wrapper p {
    margin: 0 0 20px;
}

.section-wrapper .masta-pharma-desc-wrapper a,
.masta-med-intake-processs a {
    font-weight: 600;
    color: var(--masta-sea-blue-100);
}

.section-wrapper .masta-pharma-desc-wrapper ul,
.masta-med-intake-processs ul {
    margin-left: 20px;
    margin-bottom: 20px;
    list-style: inherit;
}

.section-wrapper .masta-pharma-desc-wrapper ul li,
.masta-med-intake-processs ul li {
    margin: 0 0 6px;
}

.masta-service-base-cta {
  grid-template-columns: 1fr 1fr;
}

/* Psychoservices */
.masta-services_block-section .card-wrapper {
    grid-template-columns: repeat(3, minmax(400px, 1fr));
}

.masta-services_block-section .card-wrapper .card-list .card-icon-wrap {
    width: 60px;
    height: 60px;
    background: var(--masta-sea-blue-80);
    color: #fff;
}

.masta-services_block-section .card-wrapper .card-list .card-footer a:hover {
    color: #fff;
    text-decoration: none;
}

.masta-services_block-section
    .card-wrapper
    .card-list
    .card-footer
    a.theme-btn {
    font-size: 16px;
    color: var(--masta-cool-grey-na);
    background: var(--masta-sea-blue-100);
}

.masta-services_block-section
    .card-wrapper
    .card-list
    .card-footer
    .theme-btn.btn-outline {
    color: var(--masta-sea-blue-100);
    background-color: transparent;
    border: 1px solid var(--masta-sea-blue-100);
}

.masta-services_block-section
    .card-wrapper
    .card-list
    .card-footer
    .theme-btn.btn-outline:hover {
    background-color: var(--masta-sea-blue-100);
    background-image: none;
    color: var(--masta-cool-grey-na);
    text-decoration: none;
}

.masta-service-price span {
    font-size: 18px;
    font-weight: 600;
    color: var(--masta-sea-blue-100);
}

.masta-services_block-section .card-wrapper .card-list .card-body p {
    margin: 0 0 1rem;
    flex-grow: 1;
}

ul.masta-service-inner-list {
    padding-left: 0;
}
.masta-service-inner-list ul {
    margin: 0 0 20px;
}

.masta-service-inner-list li {
    margin: 0 0 20px;
    display: flex;
    gap: 12px;
    align-items: start;
}

.masta-services_block-section
    .card-wrapper
    .card-list
    .masta-service-inner-list
    li
    p {
    margin: 0;
}

.masta-service-inner-list li i {
    font-size: 32px;
    margin: 4px 0 0;
    color: var(--masta-sea-blue-100);
}

@media (max-width: 991.98px) {
    .masta-service-inner-list li i {
        font-size: 21px;
    }
}

.masta-service-inner-list li strong {
    margin: 0 0 5px;
    display: block;
}

.masta-blue-sec-desc p {
    max-width: 50%;
    margin: 0 auto 1rem;
}

/* Careers */
.masta-jobs-wrapper {
    /* border-top: 1px solid #e1e1e1; */
}

.masta-jobs-wrapper .masta-job-list {
    padding: 25px 25px 30px;
    border: 1px solid var(--masta-sea-blue-20);
    margin-bottom: 30px;
    border-radius: 16px;
}

.masta-jobs-wrapper .masta-job-list h3 {
    margin: 0;
    color: var(--masta-sea-blue-100);
    cursor: pointer;
}

.masta-job-list .masta-job-title-and-post {
    display: flex;
    align-content: center;
    gap: 14px;
    margin: 0 0 0.6rem;
}

.masta-job-list .masta-job-title-and-post .postdate {
    flex: none;
    align-self: center;
    padding: 2px 12px;
    background: rgba(0, 130, 202, 0.078);
    border: 1px solid rgba(0, 130, 202, 0.212);
    border-radius: 16px;
}

.masta-job-list .masta-job-title-and-post .postdate small {
    font-size: 12px;
}

.masta-base-ctas-wrapper ul {
    display: flex;
    align-content: center;
    column-gap: 30px;
    row-gap: 15px;
    flex-wrap: wrap;
}

.masta-job-list .masta-base-ctas-wrapper ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    line-height: 1.4;
}

.masta-base-ctas-wrapper ul li i {
    color: #0082ca;
}

.masta-base-ctas-wrapper ul li {
    display: flex;
    align-content: center;
    gap: 8px;
}

.masta-base-ctas-wrapper ul li i {
    font-size: 24px;
}

.masta-base-ctas-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 25px;
    width: 100%;
}

.masta-base-ctas-wrapper .theme-btn {
    width: 200px;
    flex: none;
}

.btn-with-info {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
}

.btn-with-info small {
    margin: 0 0 5px;
    color: var(--masta-sea-blue-80);
}

.masta-job-skills-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.offcanvas-body .masta-job-list {
    padding-bottom: 26px;
    border-bottom: 1px solid var(--masta-sky-blue-40);
}

.offcanvas-body .masta-job-list h3 {
    color: var(--masta-sea-blue-100);
}

.masta-job-skills-wrapper .masta-job-list-points {
    padding: 20px;
    border: 1px solid var(--masta-sea-blue-20);
    border-radius: 16px;
}

.masta-job-skills-wrapper .masta-job-list-points p {
    margin: 0 0 0.6rem;
}

.masta-job-description-wrapper {
    margin: 0 0 30px;
}

.masta-job-skills-wrapper .masta-job-list-points li {
    margin: 0 0 0.5rem;
    list-style: none;
}

.masta-job-skills-wrapper .masta-job-list-points li:before {
    color: var(--masta-sea-blue-100);
}

.masta-job-apply-info {
    margin-bottom: 1.5rem;
    padding: 25px 20px;
    background: var(--masta-sea-blue-100);
    border-radius: 16px;
}

.masta-job-apply-info h4 {
    color: #fff;
}

.masta-job-apply-info h4 i {
    padding: 8px;
    font-size: 18px;
    color: var(--masta-sea-blue-100);
    background: #fff;
    border-radius: 20px;
}

.masta-job-apply-info p {
    margin: 0 0 0.6rem;
    color: #fff;
}

.masta-job-apply-info p a {
    font-weight: 600;
    color: #fff;
}

/* Team */
.team-section {
    background-color: var(--section-bg-color);
}

/* Privacy Policy */

.masta-policy-wrapper h3,
.masta-policy-wrapper h4 {
    margin: 0 0 1rem;
}

.masta-policy-wrapper p {
    margin: 0 0 0.6rem;
}

.masta-policy-wrapper a {
    color: var(--masta-sea-blue-100);
    font-weight: 700;
}

.masta-policy-wrapper ul,
.masta-policy-wrapper ol {
    margin: 0 0 1rem;
}

.masta-policy-wrapper ul li {
    margin: 0 0 0.5rem;
    /* padding-left: 28px; */
    position: relative;
}

.masta-policy-wrapper ol li {
    margin: 0 0 0.5rem;
    padding: 0;
    position: relative;
}

.masta-policy-wrapper ul li:before {
    /* position: absolute;
    top: 3px;
    left: 10px;
    align-self: flex-start;
    margin-top: 8px;
    font-family: 'masta';
    font-size: 8px;
    line-height: 1;
    content: '\e97a'; */
}

.masta-policy-wrapper table tr {
    vertical-align: baseline;
}

.masta-policy-wrapper table tr:first-child td {
    background-color: var(--masta-sea-blue-100);
    color: #fff;
    border: 1px solid rgb(204 204 204 / 23%);
}

/* Doctor Led Medical Modal */
.modal-doc-medical .modal-dialog,
.masata-return-policy-modal .modal-dialog {
    max-width: 900px;
}

.masta-return-policy-wrapper h3 {
    margin: 0 0 1rem;
}

.masta-return-policy-wrapper p {
    margin: 0 0 0.5rem;
}

.masta-return-policy-wrapper a {
    color: var(--masta-sea-blue-100);
    font-weight: 600;
}

/* Masta Grid table */
.masta-doctorled-medical-header {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
}

.medical-table-wrapper {
    display: flex;
    gap: 0;
    overflow-x: auto;
    border-radius: 6px;
}

/* .medical-column:first-child {
  border: 1px solid #ccc;
} */

.medical-column {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 150px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-right: 0;
}

.medical-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: var(--masta-sea-blue-100);
    border-bottom: 1px solid #ffffff;
}

.medical-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    border-top: 1px solid #eee;
}

.medical-cell .icon-masta-circle-checked {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 2px;
    font-size: 18px;
    color: var(--masta-sea-blue-100);
}

.medical-cell .icon-masta-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 4px;
    font-size: 8px;
    color: #fff;
    background: var(--bs-danger);
    border-radius: 50px;
}

.partnership-logo-wrapper {
    width: 160px;
    height: 95px;
}

.partnership-logo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-doc-medical .modal-footer {
    border: 0;
}

/* @media (max-width: 600px) {
  .medical-table-wrapper {
    flex-direction: column;
  }

  .medical-column {
    width: 100%;
  }
} */

/* Check Your Vaccination */
.masta-result-actions {
    display: flex;
    gap: 15px;
}

.masta-result-actions .masta-add-desti {
    flex-shrink: 0;
    width: 78px;
}

.masta-result-actions .masta-added-desti-check {
    flex-shrink: 1;
    width: 100%;
}

/* Services link */
.services-blink {
    pointer-events: none;
    color: var(--masta-cool-grey-11C) !important;
}

.masta-t_c-check-wrapper .js-error {
    position: absolute;
    bottom: -26px;
    left: 25px;
    display: block;
    width: 100%;
}

/* Search Page */

.masta-search-wrapper .page-title {
  font-size: var(--fs-h4);
  line-height: var(--lh-2);
}

.masta-search-wrapper .page-title .masta-search-title {
  color: var(--masta-sea-blue-100);
  font-size: var(--fs-h3);
  font-weight: 600;
}

.masta-search-wrapper .post-content {
  padding-left: 42px;
}

.masta-search-wrapper .single-blog-post .post-content h1 {
  position: relative;
  padding-left: 0;
}

.masta-search-wrapper .post-content h1 a{
  color: var(--masta-sea-blue-100);
  font-weight: 600;
  font-size: var(--fs-h5);
}

.masta-search-wrapper .post-content a{
  color: var(--masta-sea-blue-100);
  font-size: var(--fs-h5);
}

.masta-search-wrapper .post-content a span{
  color: var(--masta-sea-blue-100);
  font-size: var(--fs-p);
  font-weight: 500 !important;
}

.masta-search-wrapper .post-content h1 i {
  position: absolute;
  left: -38px;
  top: 5px;
}

.masta-search-wrapper .post-content a i{
  margin-left: 5px;
  font-size: 14px;
  font-weight: 700;
}

.blog-wrapper .masta-search-wrapper .single-blog-post {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid var(--masta-sky-blue-40);
  padding-bottom: 30px;
}

@media (min-width: 1224px) {
    .masta-services_block-section .w-lg-50 {
        max-width: 50%;
    }
}

@media (max-width: 1224px) {
    .masta-services_block-section .card-wrapper {
        grid-template-columns: repeat(2, minmax(300px, 1fr));
    }
}

@media (max-width: 1199px) {
    .masta-job-skills-wrapper {
        grid-template-columns: 1fr;
    }

    .masta-toast-container {
        top: 21px !important;
    }
}

@media (max-width: 1024px) {
    .masta-services_block-section .card-wrapper {
        grid-template-columns: repeat(1, minmax(300px, 1fr));
    }
}

@media (max-width: 991px) {
    .masta-leftwright50-sec > img {
        width: 100%;
    }

    .masta-leftwright50-sec:before {
        width: 100%;
        background: linear-gradient(
            45deg,
            rgb(26 126 255 / 74%),
            rgb(0 0 0 / 65%)
        );
    }

    .masta-leftwright50-sec:after {
        content: none;
    }

    .masta-header-infographic-section .masta-header-infograph {
        justify-content: center;
    }

    .masta-blue-sec-desc p {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .masta-policy-wrapper table tr {
        vertical-align: baseline;
        display: table-caption;
        margin: 0;
        padding: 0;
    }

    .masta-policy-wrapper table td {
        display: table-cell;
        padding-left: 14px;
    }

    .masta-policy-wrapper table td h5 {
        width: 290px;
    }
}

@media (max-width: 767px) {
    .masta-horizontal-scroll {
        width: 100%;
        overflow-x: auto;
        padding: 0 16px;
    }

    .masta-destinations-list {
        padding: 10px 7px;
        width: 1500px;
    }

    .masta-destination-block {
        height: 130px;
        margin: 0 0 26px;
    }

    .btn-wrapper {
        /* flex-direction: column; */
        flex-wrap: wrap;
        gap: 10px;
    }

    .masta-header-infographic-section .masta-header-infograph img {
        height: auto;
    }

    .masta-base-ctas-wrapper {
        align-items: start;
        flex-direction: column;
    }

    .masta-job-list .masta-job-title-and-post {
        flex-direction: column;
    }

    .masta-job-list .masta-job-title-and-post .postdate {
        align-self: start;
    }

    .btn-with-info {
        text-align: left;
    }

    .masta-toast-container {
        top: 17px !important;
        right: 15px !important;
    }
}

@media (max-width: 670px) {
    .masta-toast-container {
        top: 14px !important;
        right: initial !important;
        left: 50%;
        transform: translateX(-50%);
        width: 100% !important;
        align-items: center;
    }

    .masta-toast-container .mastatoaster {
        width: calc(100% - 15px) !important;
    }
}

@media (max-width: 575px) {
  .masta-search-wrapper .single-blog-post .post-content h1 {
    line-height: 1;
  }

  .masta-search-wrapper .post-content a span { 
    font-size: 14px;
  }
  .masta-search-wrapper .post-content a i{
    font-size: 14px;
  }
  .masta-search-wrapper .page-title .masta-search-title {
    display: flex;
    line-height: 1.2;
  }
  .blog-wrapper .masta-search-wrapper .single-blog-post {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
