/* * {
    outline: 1px solid red;
} */

.p-txt {
    font-size: 1em !important;
}

.p-header {
    font-size: 1em !important;
}

.txt-shadow {
    text-shadow: -2px 4px 4px rgba(0, 0, 0, 0.6);
}

/* Start of Media Queries  */
@media screen and (min-width: 320px) {
    /* Accreditation */
    .accreditation-row {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }

    /* Awards  */
    /* .awards-img {
        width: 5rem;
        height: 5rem;
    }
    .frontside-award,
    .backside-award {
        border-radius: 5px;
        height: 100px;
        width: 80px;
    }
    .frontside-award,
    .backside-award h4 {
        font-size: 0.4rem !important;
    } */

    .know_more_title {
        color: #020277 !important;
        text-align: center !important;
    }

    /* Awards  */
    .awards-img {
        width: 15rem;
        height: 18rem;
    }

    .frontside-award,
    .backside-award {
        border-radius: 5px;
        width: 15rem;
        height: 18rem;
    }

    .frontside-award,
    .backside-award h4 {
        font-size: 1.3rem !important;
    }

    /* Services  */
    .port_locations_txt {
        padding-left: 2.5rem;
    }
    .port_call_txt {
        padding-top: 2rem !important;
        padding-left: 2rem !important;
        top: 0 !important;
    }

    .port_call_txt p {
        font-size: 0.8rem !important;
        width: 18rem !important;
        /* margin-right: 1rem !important; */
    }

    .port_list {
        font-size: 0.5rem;
    }

    .port-txt {
        font-size: 0.5rem !important;
        padding-left: 0.5rem !important;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .forwarding_mobile {
        display: block !important;
    }
    .warehousing_mobile {
        display: block !important;
    }
    .shippingagency_mobile {
        display: block !important;
    }

    .forwarding_desktop {
        display: none !important;
    }
    .warehousing_desktop {
        display: none !important;
    }
    .shippingagency_desktop {
        display: none !important;
    }

    .pricing_ym_logo {
        display: none !important;
    }
    .bg_pricing {
        background-color: #f8f9fa !important;
    }
}
@media screen and (min-width: 350px) {
    .p-txt {
        font-size: 0.1em !important;
    }
    .p-header {
        font-size: 0.5em !important;
    }
    .services-right-div {
        padding-right: 0 !important ;
        padding-left: 0 !important;
    }
    .services-left-div {
        height: 100%;
        max-height: 65rem;
        width: 100%;
        padding-top: 2rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: auto !important;
        /* background-color: #3d619b !important; */
        color: white !important;
        background-image: url("../../images/YM/services_left_div.jpg");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* Accreditation */
    .accreditation-row {
        padding-left: 3rem !important;
        padding-right: 1rem !important;
    }

    /* Sustainable Goals  */
    .sdg-section {
        padding: 5rem;
    }
    .sustainable-icon {
        width: 20rem;
        height: 20rem;
    }

    /* Services  */
    .port_locations_txt {
        padding-left: 2.6rem;
    }

    .port-txt {
        font-size: 0.7rem !important;
        padding-left: 0.4rem !important;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    /* Equipments  */

    .fleet-img {
        width: 15rem;
        height: 10rem;
        object-fit: cover;
        margin: auto;
        display: block;
        padding: 1rem;
    }
}

/* Large Phones */
@media screen and (min-width: 576px) {
    /* .services-right-div {
        padding-right: 0.2rem !important ;
        padding-left: 0.2rem !important;
    } */
    /* Sustainable Goals  */
}

/* Tablets */
@media screen and (min-width: 768px) {
    .p-txt {
        font-size: 1.2em !important;
    }
    .p-header {
        font-size: 1.2em !important;
    }

    .img_logo_icons {
        height: 8rem;
        width: 8rem;
        padding: 0.5rem !important;
    }

    #ppa-icon {
        height: 8rem;
        width: 8rem;
        padding: 0.5rem !important;
    }

    .overview-blue-box {
        background-color: #020277 !important;
        color: white;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* Accreditation */
    .accreditation-row {
        padding-left: 5.5rem !important;
        padding-right: 1rem !important;
    }
    /* Awards  */
    .awards-img {
        width: 15rem;
        height: 15rem;
    }

    .frontside-award,
    .backside-award {
        border-radius: 5px;
        height: 300px;
        width: 200px;
        /* box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75); */
    }

    .frontside-award,
    .backside-award h4 {
        font-size: 1.2rem !important;
    }

    /* Services  */
    .port_locations_txt {
        padding-left: 2rem;
    }
    .port_call_txt {
        padding-left: 1rem !important;
        top: 0 !important;
    }

    .port_call_txt p {
        font-size: 1rem !important;
        width: 100% !important;
        /* margin-right: 1rem !important; */
    }

    .port_list {
        font-size: 1rem;
    }

    .port-txt {
        font-size: 1.5rem !important;
        padding-left: 0.5rem !important;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    /* Services Right and Left Components  */

    .service_img {
        width: 100%;
        height: 20rem !important;
        object-fit: fill;
    }

    .service_right_heading {
        font-size: 1.5rem;
    }

    .service_right_p {
        font-size: 0.8rem;
    }

    /* Equipment  Know more details  */
    .know_more_div {
        padding-left: 4.5rem !important;
        padding: 1rem;
        justify-content: center !important;
        display: flex !important;
    }

    .fleet-img {
        width: 300px;
        height: 280px;
        object-fit: cover;
        margin: auto;
        display: block;
        padding-left: 0 !important;
        padding: 1.5rem;
    }
    .forwarding_mobile {
        display: none !important;
    }
    .warehousing_mobile {
        display: none !important;
    }
    .shippingagency_mobile {
        display: none !important;
    }

    .forwarding_desktop {
        display: block !important;
    }
    .warehousing_desktop {
        display: block !important;
    }
    .shippingagency_desktop {
        display: block !important;
    }
    .pricing_ym_logo {
        display: block !important;
    }
    .bg_pricing {
        background-color: white !important;
    }

    .know_more_title {
        color: #020277 !important;
        text-align: left !important;
    }
}

/* For Laptops and larger screens */
@media screen and (min-width: 1024px) {
    .overview-row {
        padding-left: 12rem !important;
    }

    .p-header {
        font-size: 1.5em !important;
    }

    .services-left-div {
        height: auto;
        /* max-height: 100rem; */
        width: 100%;
        padding-top: 5rem !important;
        padding-left: 5rem !important;
        padding-right: 7rem !important;
        margin: auto !important;
        /* background-color: #3d619b !important; */
        color: white !important;
        background-image: url("../../images/YM/services_left_div.jpg");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* Accreditation */
    .accreditation-row {
        padding-left: 8rem !important;
        padding-right: 1rem !important;
    }

    /* Services Page  */

    .port_list {
        font-size: 1.7rem;
    }
    .port-txt {
        font-size: 1rem !important;
        padding-left: 0 !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .service_right_heading {
        font-size: 2rem;
    }

    .service_right_p {
        font-size: 1rem;
    }

    .service_img {
        width: 100%;
        height: 30rem !important;
        object-fit: fill;
    }

    /* Equipment  Know more details  */
    .know_more_div {
        justify-content: center !important;
        display: flex !important;
    }
    .fleet-img {
        width: 18rem;
        height: 280px;
        object-fit: cover;
        padding-left: 0 !important;
        padding: 1.5rem;
    }

    /* Footer START */

    /* Footer END */
}

@media screen and (min-width: 1400px) {
    .overview-row {
        padding-left: 14rem !important;
        padding-right: 3rem !important;
        padding-top: 0;
    }

    /* Accreditations */
    .img_logo_icons {
        height: 12rem;
        width: 12rem;
    }

    #ppa-icon {
        height: 13rem;
        width: 13rem;
    }
    /* Accreditation */
    .accreditation-row {
        padding-left: 15rem !important;
        padding-right: 5rem !important;
    }
    /* Awards */
    .awards-img {
        width: 23rem;
        height: 23rem;
    }

    .frontside-award,
    .backside-award {
        border-radius: 5px;
        height: 400px;
        width: 350px;
        /* box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75); */
    }

    .frontside-award,
    .backside-award h4 {
        font-size: 2rem !important;
    }

    /* Services  */
    .port_list {
        font-size: 2rem;
    }
    .port-txt {
        font-size: 1.5rem !important;
        padding-left: 0 !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

/* end of Media Queries  */

/* Nav  */
.padding-overflow {
    padding: 0 !important;
    overflow: hidden !important;
}
.padding-nav {
    padding-right: 6rem !important;
    padding-top: 0.5rem !important;
}
.ym-logo-nav {
    width: 3.5rem;
}

.ym-title {
    width: 17.5rem;
    height: 3.5rem;
}

.nav_icons {
    text-align: right;
    padding-right: 7.2rem !important;
}
.nav_icons a {
    margin-left: 10px;
    color: white !important;
    text-decoration: none;
}

@media only screen and (max-width: 500px) {
    .ym-logo-nav {
        width: 3rem;
        max-width: 100%;
        height: 3rem;
    }

    .ym-title {
        width: 13rem;
        height: 2.5rem;
    }
}

/* Margin  */
.home-logo {
    margin-top: 12rem !important;
    padding-left: 10%;
    width: 100%;
}

.page-logo {
    margin-top: 8% !important;
    padding-left: 10%;
}

@keyframes fade-bg {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.home-nav {
    height: 100%;
    min-height: 600px;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    /* background-image: url("../../images/test/warehouse.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none !important;
}

/* .fade-in-image {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */

.fade-in-image {
    animation: fadeIn 1s ease-out;
    -webkit-animation: fadeIn 1s ease-out;
    -moz-animation: fadeIn 1s ease-out;
    -o-animation: fadeIn 1s ease-out;
    -ms-animation: fadeIn 1s ease-out;
    /* opacity: 0; */
    /* transform: translateY(10px); */
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.services-nav {
    height: 100%;
    max-height: 550px;
    width: 100%;
    padding: 0;
    margin: 0;
    /* background-color: #3d619b !important; */
    background-image: url("../../images/YM/services-nav.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-nav {
    min-height: 550px;
    width: 100%;
    padding: 0;
    margin: 0;
    /* background-image: url("../../images/test/team.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-nav {
    height: 100%;
    min-height: 550px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #3d619b !important;
    /* background-image: url("../../images/YM/banner-image-placeholder.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.careers-nav {
    position: relative;
    min-height: 800px;
    width: 100%;
    padding: 0;
    margin: 0;
    /* background-image: url("../../images/careers/careers-nav.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 3px;
}

@media only screen and (max-width: 800px) {
    .home-nav,
    .page-nav,
    .careers-nav,
    .services-nav {
        min-height: 250px;
    }
}

/* Text / Font size  */

.text-white {
    color: white !important;
}

/* end of Nav  */

/* Footer  */
.social-icons {
    color: #020277 !important;
    background-color: #f1f1f1 !important;
    height: 25px;
    width: 25px;
    padding: 5px;
    display: inline-block;
    /* border-radius: 2rem; */
}

.mail_icon {
    /* font-size: 14px; */
    /* padding: 6px 5px 4px 5px; */
}

.footer-icon {
    width: 110px;
    height: 110px;
}

.footer-p {
    /* font-size: 14px; */
    font-size: 0.7em;
    font-weight: 500;
}

.ym-logo-footer {
    /* height: 7.7rem !important;
    width: 7.7rem !important; */
    max-height: 7.7rem;
    max-width: 7.7rem;
    min-width: 3.7rem;
    min-height: 3.7rem;
    /* margin-top: -25px; */
}

/* .ym-address,
.ym-contacts {
    font-size: 0.7em;
} */
/* end of Footer  */

/* Home Page */

/* #home_slideshowIndicators  .carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 550px !important;

  } */

#home_slideshowIndicators .carousel-item img {
    object-fit: cover;
    height: 600px !important;
    width: 100% !important;
}

.slider {
    width: 100%;
    height: 600px;
    margin: auto;
    position: relative;
}
.slide1,
.slide2,
.slide3,
.slide4,
.slide5 {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 600px;
}
.slide1 {
    background: url(slide1.jpg) no-repeat center;
    animation: fade1 10s infinite;
}
.slide2 {
    background: url(slide2.jpg) no-repeat center;
    animation: fade2 10s infinite;
}
.slide3 {
    background: url(slide3.jpg) no-repeat center;
    animation: fade3 10s infinite;
}
.slide4 {
    background: url(slide4.jpg) no-repeat center;
    animation: fade4 10s infinite;
}
@keyframes fade1 {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade2 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade3 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade4 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Overview Component  */
.hr_1 {
    width: 120px;
    height: 2px !important;
    margin: auto;
}
.hr_s {
    width: 120px;
    height: 2px !important;
}

.img_res {
    height: 15rem;
}

.img-container {
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    max-height: 100%;
}

.overview-blue-box {
    /* width: 100%;
    height: auto; */
    background-color: #020277 !important;
    color: white;
    padding-left: 7rem;
    padding-right: 7rem;
}

.overview-image-box {
    width: 100%;
    height: 250px;
    background-image: url("../../images/YM/banner-image-placeholder.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* About Us  */
.img_ym_color {
    height: 12.5rem;
    width: 12.5rem;
}

.about-left {
    background-color: #f6f6f6;
    padding: 5rem 5rem;
}

/* .peza-logo {
    height: 10rem;
    width: 10rem !important;
}

.ctap-logo {
    height: 5rem;
    width: 10rem !important;
} */

/* Services Component  */
.services_images {
    height: 11rem;
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.service-body {
    padding: 0 0.5rem !important;
    height: 3.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blue-outline {
    border: 1px solid #020277 !important;
    color: #020277;
    border-radius: 0 !important;
}

.service-middle {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.btn-outline-dark-blue {
    color: #020277 !important;
    border-color: #020277 !important;
    border-width: 0.2rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.btn-outline-dark-blue:hover {
    background-color: #020277 !important;
    color: #fff !important;
}

.btn-outline-white {
    color: white !important;
    border-color: white !important;
    border-width: 0.2rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.btn-outline-white:hover {
    background-color: white !important;
    color: #020277 !important;
}

.services_icons {
    height: 7rem;
    width: 7rem;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.services_trucking {
    height: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    /* object-fit: fill; */
}

.services_home {
    height: 25rem;
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

/* Service home icons  */
/* Sustainable Goals icons  */

.expandIcons:hover {
    transition: transform 0.3s ease-in-out;
}

.expandIcons:hover {
    transform: scale(1.1);
    z-index: 9;
    border-right: none !important;
    /* box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9); */
}

/* Window effect */
.window-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.window-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.5;
    transform: skew(0, 10deg);
    transform-origin: top left;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.window-container:hover::before {
    transform: skew(0, 90deg);
    transition: transform 0.3s ease-out;
}

.content {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.window-container:hover .content {
    background-image: inherit;
    transform: translateY(100%);
    opacity: 0;
}

.img-container:hover .content {
    background-image: inherit;
    transform: translateY(100%);
    opacity: 0;
}

#forwarding2:hover,
#trucking2:hover,
#warehousing2:hover,
#customs2:hover,
#shipping2:hover {
    transition: transform 0.3s ease-in-out;
}

#forwarding2:hover,
#trucking2:hover,
#warehousing2:hover,
#customs2:hover,
#shipping2:hover {
    transform: scale(1.1);
    z-index: 9;
    border-right: none !important;
    /* box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9); */
}

/* Clients  */
.clients-img {
    height: 40rem;
    width: 70rem;
}

.clients-section {
    background-color: #f6f6f6;
}

/* Feature Stories  */
.latest-news-div {
    height: 100%;
    /* min-height: 730px; */
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #000495 !important;
    /* background-image: url("../../images/YM/latest_news.jpg"); */
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.latest-news-padding {
    padding-top: 8rem;
    padding-left: 5rem !important;
    padding-right: 8rem !important;
}

.card-spacing {
    padding: 3rem !important;
}

.img_popup {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.post-card {
    height: 25rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Our Fleet  */
.fleet-top-div {
    /* height: 100%; */
    min-height: 450px;
    width: 100%;
    padding: 0;
    padding-bottom: 6rem !important;
    padding-top: 2rem !important;
    margin: 0;
    /* background-color: #3d619b !important; */
    color: white !important;
    background-image: url("../../images/YM/our_fleet.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#service-cards {
    padding-left: 2rem;
    padding-right: 2rem;
}

.fleet-images {
    min-height: 280px;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .fleet-images {
        height: 100%;
    }
}

.fleet_wingvan {
    overflow: hidden;
    height: 100%;
    /* min-height: 300px; */
    width: 100%;
    background-image: url("../../images/YM/wingvan.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s;
}
.fleet_wingvan:hover {
    transform: scale(1.2);
}

.howo-fleet {
    height: 665px;
}

.blue-border {
    padding: 0.7rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fleet_slide_right {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fleet_slide_right.animate {
    opacity: 1;
    transform: translatex(0);
}

/* end of Home Page  */

/* Services Page  */

/* Services List  */
/* .services_relative {
    position: relative;
    height: 900px !important;
    width: 100%;
} */
.services_absolute {
    /* height: 35rem !important;
    width: 50rem auto; */
    /* position: absolute; */
    /* top: 45% !important;
    left: 25%; */
    width: 100%;
    /* top: 45%; */
    /* left: 5%; */
    /* border: 1px solid #020277; */
    background-color: white;
}

.fleet_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    padding: 0.5rem 0.7rem !important; /* Combine padding-right and padding-left into one line */
    box-sizing: border-box;
}

/* Add a media query for screens with a maximum width of 768px (adjust as needed) */
@media (max-width: 768px) {
    .fleet_text {
        width: 100%; /* Set the width to 100% for smaller screens */
    }

    .services_home {
        height: 15rem;
        width: 100%;
        display: block;
        margin: 0 auto;
        object-fit: fill;
    }

    .services_home_text {
        font-size: 1rem !important;
    }

    .nav_icons {
        text-align: right;
        padding-right: 1.5rem !important;
    }
}

.fleet_bottom_text {
    position: absolute;
    bottom: 3rem;
    left: 0;
    padding: 0.5rem;
    /* padding-right: 0.7rem !important;
    padding-left: 0.7rem !important; */
    color: white;
}

.dark-blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        219,
        50,
        50,
        0.5
    ); /* Add your desired color and opacity */
}

.service_size {
    width: 70%;
}

.list-body {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 3.2rem;
    background-color: #020277;
    color: white;
    padding-left: 1rem;
    font-size: 14px;
}

.more-icon {
    position: absolute;
    bottom: 15%;
    right: 5%;
    font-size: 24px;
    font-weight: bold;
}

.service-list-card {
    box-sizing: content-box;
    border-right: 2px solid black;
}

.table-borderless {
    border-top: none;
    border-bottom: none;
}

.zoomInImages {
    transition: transform 0.3s;
}
.zoomInImages:hover {
    transform: scale(1.2);
}

/* Overview CSS  */
#overview1:hover,
#overview2:hover,
#overview3:hover,
#fleet-card:hover {
    transition: transform 0.3s ease-in-out;
}
#overview1:hover,
#overview2:hover,
#overview3:hover,
#fleet-card:hover {
    transform: scale(1.1);
    z-index: 5;
    border-right: none !important;
    /* box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9); */
}

#forwarding-card:hover,
#trucking-card:hover,
#warehousing-card:hover,
#customs-card:hover,
#shipping-card:hover {
    transition: transform 0.3s ease-in-out;
}

#forwarding-card:hover,
#trucking-card:hover,
#warehousing-card:hover,
#customs-card:hover,
#shipping-card:hover {
    transform: scale(1.2);
    z-index: 9;
    border-right: none !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9);
}

/* Animations for Mission Vision  */
/* .slidein-from-right {
    -moz-animation: slidein-from-right2 500ms;
    -webkit-animation: slidein-from-right2 500ms;
    -o-animation: slidein-from-right2 500ms;
    animation: slidein-from-right2 500ms;
}
@-webkit-keyframes slidein-from-right2 {
    from {
        -webkit-transform:translateX(100%);
    }
    to {
        -webkit-transform:translateX(0%);
    }
}
@-moz-keyframes slidein-from-right2 {
    from {
        -moz-transform:translateX(100%);
    }
    to {
        -moz-transform:translateX(0%);
    }
}
@-o-keyframes slidein-from-right2 {
    from {
        -o-transform:translateX(100%);
    }
    to {
        -o-transform:translateX(0%);
    }
}
@keyframes slidein-from-right2 {
    from {
        transform:translateX(100%);
    }
    to {
        transform:translateX(0%);
    }
}
.slidein-from-left {
    -webkit-animation: slidein-from-left2 500ms;
    -moz-animation: slidein-from-left2 500ms;
    -o-animation: slidein-from-left2 500ms;
    animation: slidein-from-left2 500ms;
}
@-webkit-keyframes slidein-from-left2 {
    from {
        -webkit-transform:translateX(-100%);
    }
    to {
        -webkit-transform:translateX(0%);
    }
}
@-moz-keyframes slidein-from-left2 {
    from {
        -moz-transform:translateX(-100%);
    }
    to {
        -moz-transform:translateX(0%);
    }
}
@-o-keyframes slidein-from-left2 {
    from {
        -o-transform:translateX(-100%);
    }
    to {
        -o-transform:translateX(0%);
    }
}
@keyframes slidein-from-left2 {
    from {
        transform:translateX(-100%);
    }
    to {
        transform:translateX(0%);
    }
} */

.reveal {
    position: relative;
    opacity: 0;
}
.reveal.active {
    opacity: 1;
}
.active.fade-bottom {
    animation: fade-bottom 0.5s ease-in;
}
.active.fade-left {
    animation: fade-left 0.5s ease-in;
}
.active.fade-right {
    animation: fade-right 0.5s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Service Right and Left  */

/* .services-comp {
    height: 100%;
    min-height: 250px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: url("../../images/YM/banner-image-placeholder.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.bg-gray {
    background-color: #f6f6f6 !important;
}

.container_yard_bg {
    height: 100%;
    min-height: 300px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: url("../../images/YM/container_yard.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.trucking_services_bg {
    height: 100%;
    min-height: 300px;
    width: 100%;
    padding: 0;
    /* margin-left: 20px !important; */
    margin: 0;
    background-image: url("../../images/YM/trucking_services.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.forwarding-left-div {
    margin: 5rem;
    padding-top: 6rem !important;
}

/* Forwarding component  */
.bg_container {
    color: white !important;
    background-image: url("../../images/YM/container.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.bg_loose_cargo {
    color: white !important;
    background-image: url("../../images/YM/loose_cargo.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.bg_break_bulk {
    color: white !important;
    background-image: url("../../images/YM/break_bulk.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.bg_cold_chain {
    color: white !important;
    background-image: url("../../images/YM/cold_chain.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.bg_trucks {
    color: white !important;
    background-image: url("../../images/YM/trucksbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_trailer {
    color: white !important;
    background-image: url("../../images/YM/trailerbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_cranes {
    color: white !important;
    background-image: url("../../images/YM/cranesbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_containervans {
    color: white !important;
    background-image: url("../../images/YM/containerbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_container:hover,
.bg_loose_cargo:hover,
.bg_break_bulk:hover,
.bg_cold_chain:hover {
    transition: transform 0.3s ease-in-out;
}

.bg_container:hover,
.bg_loose_cargo:hover,
.bg_break_bulk:hover,
.bg_cold_chain:hover {
    transform: scale(1.1);
    z-index: 9;
    border-right: none !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9);
}

.bg_trucks:hover,
.bg_trailer:hover,
.bg_cranes:hover,
.bg_containervans:hover {
    transition: transform 0.3s ease-in-out;
}

.bg_trucks:hover,
.bg_trailer:hover,
.bg_cranes:hover,
.bg_containervans:hover {
    transform: scale(1.1);
    z-index: 9;
    border-right: none !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9);
}

.truck-img {
    height: 280px;
    object-fit: cover;
}

/* Locations on Pins  */

.branches {
    color: #020277 !important;
}
.img-map {
    height: 50rem;
    width: 30rem;
    padding-top: 5rem;
}

/* Pop up pins positioning */
.relative {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Hover modal  */
.b1 {
    display: none;
    position: absolute;
    top: -30px;
    left: -600px;
}

.b2 {
    display: none;
    position: absolute;
    background: red;
    height: 35px;
    width: 35px;
    top: 270px;
    left: 100px;
}
.b3 {
    display: none;
    position: absolute;
    background: red;
    height: 35px;
    width: 35px;
    top: 270px;
    left: 100px;
}

/* Hover actions  */
/* .branch1:hover + .b1 {
    display: block;
    color: red;
}
.branch2:hover + .b2 {
    display: block;
    color: red;
}
.branch3:hover + .b3 {
    display: block;
    color: red;
} */

/* Port of Call  */
.port_call_image {
    min-height: 350px;
    color: white !important;
    background-image: url("../../images/YM/port_of_call.jpg");
    padding-left: 5rem !important;
    padding-right: 7rem !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.port_call_image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
}

.port_call_lower_div {
    height: 215px;
    width: 100%;
    padding: 0;
    margin: 0;
    color: white !important;
    background-color: white !important;
}

.port_call_text {
    position: absolute;
    top: 35% !important;
    left: 0;
    margin-left: 2rem !important;
}
/* FAQS  */
.faqs-div {
    height: 20rem !important;
    width: 100%;
}
.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-button.collapsed {
    border-radius: 0 !important;
}

/* Arrow to redirect to the top  */
.to-top {
    background: #020277;
    position: fixed;
    bottom: 16px;
    right: 32px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
    z-index: 9;
}

.to-top.active {
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
    color: white;
    text-decoration: none;
}

/* end of Services Page  */

/* Images  */

.img-partners-clients {
    height: 700px;
}

.img-services-icons {
    height: 50px !important;
    width: 50px !important;
}

.img-services-eq {
    height: 180px !important;
    width: 180px !important;
    padding-top: 2rem;
}

.img-peza-logo {
    height: 250px !important;
    width: 250px !important;
}

.img-home-9-branches {
    height: 180px !important;
    width: 500px !important;
    padding-top: 2rem;
}

/* Text  */
.text-dark-blue {
    color: #020277 !important;
}
.text-light-blue {
    color: #2b81f2 !important;
}
.text-history-bold {
    letter-spacing: 0.1em;
    text-align: justify;
    font-weight: 600;
    color: #020277;
}

.card-text-size {
    font-size: 4px;
    color: #020277 !important;
}

.card-units-text {
    font-size: 8px;
}

.card-img-top {
    /* width: 100%; */
    height: 250px !important;
    object-fit: cover;
}

#cg-shipping {
    @media (max-width: 1000px) {
        font-size: 14px;
    }
    @media (max-width: 1000px) {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    #cg-shipping {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    #cg-shipping {
        font-size: 10px;
    }
}

/* Pills  */
.news_1 {
    position: absolute;
    top: 235px;
    left: 10px;
    font-size: 15px !important;
}
/* Links and HR  */

.link-default {
    color: #020277 !important;
    text-decoration: none !important;
}

.link-white {
    color: white !important;
    text-decoration: none !important;
}
.round-tabs {
    height: 15px !important;
    width: 15px !important;
    border-radius: 50% !important;
    color: gray;
    border: none;
}

/* Margin  */

.page-logo {
    margin-top: 8% !important;
    padding-left: 8%;
}

/* Background  */

.bg-gradient-blue {
    background-image: linear-gradient(90deg, #2c7fed, #020277) !important;
}

.bg-red {
    color: white !important;
    background-color: #ef4b4c !important;
}

.bg-home-divs {
    height: 100%;
    min-height: 730px !important;
    width: 100%;
}

.bg-home-partners {
    height: 635px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: url("../../images/YM/partners.PNG");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-home-clients {
    height: 635px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: url("../../images/YM/clients_tp.png");
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.bg-dark-blue {
    color: white !important;
    background-color: #020277 !important;
}

.bg-white {
    color: #020277 !important ;
    background-color: white !important;
}

.bg-light-blue {
    color: white !important ;
    background-color: #3d619b !important;
}

.bg-lighter-blue {
    color: #2b81f2 !important;
    background-color: #deebff !important;
}

.bg-blue-green {
    color: white !important;
    background-color: #2796be !important;
}

/* Services */
.bg-trucking-icon {
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    background-image: url("../../images/YM/trucking_services_card.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-forwarding-icon {
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    background-image: url("../../images/YM/freight_forwarding_card.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-customs-icon {
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    background-image: url("../../images/YM/customs_brokerage_card.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-warehousing-icon {
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    background-image: url("../../images/YM/warehousing_card.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-cold_storage-icon {
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    background-image: url("../../images/YM/cold_storage_card.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-container_yard-icon {
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    background-image: url("../../images/YM/container_yard_card.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Flip cards  */

#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside,
.image-flip:hover .backside-award,
.image-flip.hover .backside-award {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: 0.25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside,
.image-flip:hover .frontside-award,
.image-flip.hover .frontside-award {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    /* -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158); */
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside,
.backside {
    border-radius: 5px;
    height: 300px;
    width: 370px;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.75);
}

.backside .card a {
    font-size: 16px;
    /* color: #007b5e; */
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.border-div {
    border-radius: 0.2rem !important;
}

.frontside-award {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
    background: #f1f1f1 !important;
}

.backside-award {
    position: absolute;
    top: 0;
    left: 0;
    background: #000495;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    color: white;
    opacity: 0.9;
}

.frontside-award,
.backside-award {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

/* .backside-award .card a {
    font-size: 24px;
    
} */

.frontside-award .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

/* Services Page  */
/* .services_relative {
    position: relative;
    height: 1000px;
    width: 100%;
} */
/* .services_absolute {
    height: 50rem;
    width: 50rem;
    position: absolute;
    top: 35%;
    left: 25%;
    background-color: white;
} */

/* Hover modal  */

/* .b1 {
    display: none;
    position: absolute;
    top: -35px;
    left: -600px;
}

.b2 {
    display: none;
    position: absolute;
    background: red;
    height: 35px;
    width: 35px;
    top: 270px;
    left: 100px;
} */

/* Hover actions  */
/* .branch1:hover + .b1 {
    display: block;
    color: red;
}
.branch2:hover + .b2 {
    display: block;
    color: red;
} */

/* Pop up pins positioning */
/* .relative {
    position: relative;
    height: 100%;
} */

/* .pin1 {
    position: absolute;
    background: red;
    height: 35px;
    width: 35px;
    top: 270px;
    left: 220px;
}

.pin2 {
    position: absolute;
    background: red;
    height: 35px;
    width: 35px;
    top: 465px;
    left: 295px;
}

.pin3 {
    position: absolute;
    background: red;
    height: 35px;
    width: 35px;
    top: 475px;
    left: 335px;
}

.pin4 {
    position: absolute;
    background: red;
    height: 35px;
    width: 35px;
    top: 480px;
    left: 380px;
}

.pin5 {
    position: absolute;
    background: red;
    height: 35px;
    width: 35px;
    top: 530px;
    left: 385px;
}

.pin6 {
    position: absolute;
    background: red;
    height: 35px;
    width: 35px;
    top: 610px;
    left: 410px;
}

.pin7 {
    position: absolute;
    background: red;
    height: 35px;
    width: 35px;
    top: 650px;
    left: 465px;
}

.pin8 {
    position: absolute;
    background: red;
    height: 35px;
    width: 35px;
    top: 710px;
    left: 440px;
}

.pin9 {
    position: absolute;
    background: red;
    height: 35px;
    width: 35px;
    top: 660px;
    left: 270px;
} */

/* Carousel  */

/* test carousel */
.title {
    text-align: center;
    margin-top: 60px;
}
.portfolio_slider {
    margin: 0 auto;
    /* max-width: 1200px; */

    /*display: flex;*/
    /*   flex-flow: row wrap; */
}

.inner {
    padding: 6px;
}

img {
    width: 100%;
    height: auto;
}

.form-input {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    padding: 0.375rem 0.75rem;
    background: transparent;
    width: 100%;
}

.inquiry-btn {
    border: 1px solid #0000a9;
    border-radius: 5px;
    background-color: transparent;
    color: #0000a9;
    font-weight: 500;
    padding: 6px 8px;
    width: 220px;
}
/* Slider  */
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 30px !important;
    line-height: 1;
    opacity: 1 !important;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}
.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 10px !important;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 245px;
    width: 20px;
    line-height: 0;
    font-size: 0px;
    cursor: pointer;
    background: none repeat scroll 0% 0% transparent;
    color: transparent;
    padding: 0px;
    border: medium none;
    outline: medium none;
    border-radius: none;
    z-index: 1;
    height: 35px;
    width: 35px;
}

.variable-width .slick-slide {
    height: 300px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    bottom: 0px !important;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #f1f1f1 !important;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #3498db !important;
}

/* shipping partners */
.partners-logo {
}

@media only screen and (max-width: 1120px) {
    #forwarding-card:hover,
    #trucking-card:hover,
    #warehousing-card:hover,
    #customs-card:hover,
    #shipping-card:hover {
        transform: none;
    }

    .slick-dots {
        bottom: -25px !important;
    }

    .about-left {
        padding: 3rem;
    }

    .latest-news-padding {
        padding: 3rem !important;
    }

    .sdg-section {
        padding: 3rem;
    }

    .clients-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .partners-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .overview-img {
        display: none;
    }
    .ym-logo-footer {
        /* height: 9rem !important;
        width: 9rem !important;
        margin-top: 0px; */
        /* display: none; */
    }

    .footer-p {
        font-size: 10px;
    }

    .footer-header {
        font-size: 12px;
    }

    .service-list-card {
        /* box-sizing: border-box; */
        border: none;
    }

    /* .img_logo_icons {
        height: 10rem;
        width: 10rem;
    }

    #ppa-icon {
        height: 10.5rem;
        width: 10.5rem;
    } */
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {
    /* .img_logo_icons {
        height: 8rem;
        width: 8rem;
        padding: 0.5rem !important;
    }

    #ppa-icon {
        height: 8rem;
        width: 8rem;
        padding: 0.5rem !important;
    } */

    /* Services  */
    /* .service_img {
        width: 100%;
        height: 250px !important;
        object-fit: cover;
    } */

    .service_right_heading {
        font-size: 1.5rem;
    }

    .service_right_p {
        font-size: 0.8rem;
    }

    /* Services  */
}

@media only screen and (max-width: 700px) {
    .img_logo_icons {
        height: 3rem;
        width: 3rem;
    }

    #ppa-icon {
        height: 3rem;
        width: 3rem;
    }

    .howo-fleet {
        height: 350px;
    }

    .footer-icon {
        height: 70px;
        width: 70px;
    }
}

@media only screen and (max-width: 700px) {
    .img_res {
        height: 10rem;
    }

    #service-cards h5 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 500px) {
    .img_ym_color {
        height: 10.5rem;
        width: 10.5rem;
    }

    .careers-nav-txt {
        display: none;
    }

    .list-body p {
        font-size: 12px;
    }

    .more-icon {
        font-size: 20px;
    }

    .img-services-eq {
        height: 100px !important;
        width: 120px !important;
        padding-top: 1rem;
    }

    .eq-card {
        font-size: 14px;
    }
    /* Services  */
    .service_img {
        width: 100%;
        height: 15rem !important;
        object-fit: fill;
    }
}

@media only screen and (max-width: 420px) {
    .list-body p {
        font-size: 11.5px;
    }
}

.title-blue {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.title-blue::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 0.2rem;
    background-color: #020277;
    transition: width 0.3s ease-in-out;
}

.title-blue:hover::after {
    width: 100%;
}

.title-blue-left {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.title-blue-left::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0%;
    width: 50%;
    height: 2px;
    background-color: #020277;
    transition: width 0.3s ease-in-out;
}

.title-blue-left:hover::after {
    width: 100%;
}

.title-white {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.title-white::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 0.2rem;
    background-color: white;
    transition: width 0.3s ease-in-out;
}

.title-white:hover::after {
    width: 100%;
}

.title-white-left {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.title-white-left::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0%;
    width: 50%;
    height: 0.2rem;
    background-color: white;
    transition: width 0.3s ease-in-out;
}

.title-white-left:hover::after {
    width: 100%;
}

#header {
    padding: 0% 6.5%;
    color: #020277;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-color: white;
    /* box-shadow: 0 50px 55px 10px #0b2b52; */
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9);
}

#header #header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header #header-right {
    padding-top: 30px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
    #header #header-left #company-logo img {
        height: 70px;
        width: 80px;
    }

    #header #header-right {
        padding-top: 20px;
    }
}

#header #header-right ul {
    list-style-type: none;
    margin-bottom: 0px;
}

#header #header-right ul li {
    display: inline-block;
    /* color: #020277; */
    font-family: "Rubik", sans-serif !important;
    font-weight: 100;
    font-size: 18px;
    margin: 0 10px;
}

#header #header-right ul li:first-child {
    margin-left: 0;
}

#header #header-right ul li:last-child {
    margin-right: 0;
}

#header #header-right a {
    color: #020277;
    font-weight: 500;
    display: block;
}

#header #header-right .dropbtn {
    background-color: #3498db;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

#header #header-right .dropbtn:hover,
#header #header-right .dropbtn:focus {
    background-color: #2980b9;
}

#header #header-right .dropdown {
    position: relative;
    display: inline-block;
}

#header #header-right .dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#header #header-right .dropdown-content a {
    font-weight: 100;
    color: #828282;
    font-size: 18px;
}

#header #header-right .dropdown-content a {
    color: #828282;
    display: block;
    font-weight: 100;
    font-size: 20px;
    padding: 12px 16px;
}

/* #header #header-right .dropdown a:hover {
    background-color: #2980b9;
} */

/* todo: hover background must be full width */
#header #header-right .dropdown-content a:hover {
    background-color: #ddd;
}

#header #header-right .dropdown:hover .dropdown-content {
    display: block;
}

#header #header-right .sidepanel {
    width: 0;
    position: fixed;
    z-index: 20;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: #08085a;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 80px;
}

#header #header-right .sidepanel ul {
    padding-left: 0;
}

#header #header-right .sidepanel ul li {
    display: block;
    margin: 0;
}

#header #header-right .sidepanel a,
#header #header-right .projectLabel {
    padding: 8px 8px 8px 20px;
    font-size: 25px;
    color: #ffffff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

#header #header-right .sidepanel a:hover {
    color: #f1f1f1;
}

#header #header-right .sidepanel .closebtn {
    position: absolute;
    top: 0.5%;
    right: 25px;
    font-size: 48px;
}

#header #header-right .openbtn {
    display: none;
    font-size: 24px;
    cursor: pointer;
    background: transparent;
    color: #020277;
    padding: 10px 15px;

    border: none;
}

@media only screen and (max-width: 1000px) {
    #header #header-right ul {
        display: none;
    }
    #header #header-right .openbtn {
        display: block;
    }
}

@media screen and (min-width: 350px) {
    .company-profile-img {
        max-width: 100%;
    }
}

/* Large Phones */
@media screen and (min-width: 576px) {
}

/* Tablets */
@media screen and (min-width: 768px) {
    .ym-logo-footer {
        max-width: 67%;
        max-height: 100%;
    }

    .ym-group-logos {
        max-height: 89%;
        max-width: 100%;
    }
}

/* For Laptops and larger screens */
@media screen and (min-width: 1024px) {
    .ym-logo-footer {
        max-width: 100%;
        max-height: 100%;
    }

    .ym-group-logos {
        max-height: 89%;
        max-width: 80%;
    }
}
