* {
    padding: 0;
    margin: 0;

}

header {
    background: #090040;
    border-bottom: 1px solid #0a0a60;
}

h1 {
    font-weight: 700 !important;
    color: #fff !important;
}

h3 {
    font-weight: 700 !important;
}

.common-bg {
    background: #090040 !important;
}

.header-top-line marquee {
    color: #fff;
    font-weight: 600;
}

.popular-cities a {
    color: #fff !important;
    background: linear-gradient(135deg, #00c6ff, #0072ff) !important;
    border: none !important;
}

.all-cities-section h3 {
    color: #fff !important;
    font-weight: 700 !important;
}

.all-cities-btn a {
    background: linear-gradient(135deg, #ff416c, #ff4b2b) !important;
    color: #fff !important;
}

.worldwide-section a,
.similar-city-section a {
    background: linear-gradient(135deg, #090040, #0a0a60) !important;
    color: #fff !important;
    border: none !important;
}

footer,
.breadcrumb-section {
    background: #090040;
}

footer small {
    color: #fff;
}

.breadcrumb-section a {
    color: #ff4b2b;
    font-weight: 700;
}

.breadcrumb-section span {
    color: #fff;
}

.city-content-section h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.city-content-section p {
    color: #fff;
    font-weight: 400;
}

.similar-city-section h4 {
    font-weight: 700 !important;
    margin-bottom: 30px;
}

.all-model-card .card {
    border: 1px solid #090040;
    background: #090040;
}

.all-model-card h5 a {
    color: #ff4b2b;
    text-decoration: none;
    font-weight: 700;
}

.all-model-card p {
    color: #fff;
    margin: 20px 0px;
}

.all-model-card small {
    color: #ff4b2b !important;
    font-weight: 600;
    display: inline-block;
}

.model-card-buttons a,
.header-btn a {
    background: linear-gradient(135deg, #ff416c, #ff4b2b) !important;
    color: #fff !important;
    border: none !important;
    padding: 8px 40px !important;
}

.model-card-buttons a:nth-child(2),
.header-btn a:nth-child(2) {
    background: linear-gradient(135deg, #00c6ff, #0072ff) !important;
    color: #fff;
}

.single-page-model a:nth-child(2) {
    color: #00c6ff;
}

.single-card-points li {
    padding-left: 0px !important;
}

.single-card-service h4 {
    color: #fff;
    font-weight: 700;
}

.single-card-service p {
    color: #fff;
    font-weight: 400;
}

.single-card-city-new p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2em;
    height: 4.8em;
    margin-top: 15px;
}

.city-card-all img {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.city-page-heading-main h1{
    font-size: calc(1.325rem + .9vw);
    color: #000 !important;
    font-weight: 500 !important;
}

@media (max-width: 767.98px) {
    .city-card-all {
        flex-wrap: wrap;
    }

    .city-card-all img {
    width: 100%;
    margin-right: 0px !important;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    height: 300px;
    background-position: center;
    background-size: cover;
}

    .model-card-buttons {
        width: 100%;
    }

    .model-card-buttons a {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .header-top-line {
        margin-top: 10px;
    }

    .header-btn {
        justify-content: flex-end;
    }

    .header-btn .btn {
        font-size: 14px;
        padding: 5px 12px;
    }

    .header-logo img {
        max-width: 100%;
        height: auto;
    }
    .header-top-line{
        display: none;
    }
    .city-top-select{
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
    margin-bottom: 0rem !important;
    }
    
    .city-top-select h1{
        display: none;
    }
    
    .card-horizontal-section{
         padding-top: 1rem!important;
    }
}