.custom-d-none {
    display: none !important;
}
.custom-d-block {
    display: block !important;
}
.home-banner-video {
    height: 120vh;
    object-fit: cover;
}
.border-radius-20 {
    border-radius: 1.25rem;
}

@media only screen and (min-width: 1200px) {
    .our-fundamental .join a:last-child {
        height: 150px;
        border-radius: 15px 15px 15px 30px;
    }
    .custom-h2 {
        font-size: 2rem !important;
    }
}
@media only screen and (max-width: 768px) {
    /*Tablets [768px -> 425px]*/
    .our-fundamental .join a span.mx-5 {
        width: 100%!important;
        order: 1;
    }
}

.d-xs-block {
    display: none !important;
}
.pt-7 {
    padding-top: 12rem !important;
}
.w-35 { width:35% !important }

.fw-500 {
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
	/*Small smartphones [less than 425px]*/
    .w-sm-75 {
        width: 75% !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .py-sm-0 {
        padding-inline: 0 !important;
    }
    .fs-sm-large {
        font-size: large !important;
    }
    .pi-sm-20 {
        padding-inline: 20px !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .home-banner-video {
        height: 100%;
    }
    .home-banner-video-container {
        height: 100%;
    }
    .custom-order-sm-0 {
        order: 0 !important;
    }
    .custom-order-sm-1 {
        order: 1 !important;
    }
    .custom-order-sm-2 {
        order: 2 !important;
    }
    .custom-sm-d-none {
        display: none !important;
    }
    .custom-sm-d-block {
        display: block !important;
    }
    #contact-us-page .row.adrs-icons .col-md-4 {
        padding-left: 0 !important;
        margin-block: 10px !important;
        display: flex;
    }
    .d-xs-none {
        display: none !important;
    }

    .home-image-left {
        display: block !important;
    }

    .d-xs-block {
        display: block !important;
    }
}

.our-fundamental .join a.mb-3.level1 span.bg-clr {
    display: flex;
}

.our-fundamental .join a img {
    max-width: 100%;
    padding: 20%;
    margin: auto;
}

@media only screen and (max-width: 850px) and (min-width: 600px) {
    /* Tablets [800px -> 425px] */
    .our-fundamental .join a {
        margin: auto;
        align-items: center;
    }
    .our-fundamental .join a.activity-txt span.mx-5.activity-title-dev {
        margin-left: 0 !important;
    }
    .our-fundamental .join a.activity-txt span.mx-5 {
        margin-right: 150px !important;
    }
    .our-fundamental .join a span.mx-5 {
        margin-left: 150px !important;
        width: 100% !important;
    }
    .our-fundamental .join a.mb-3.level1.d-flex span.bg-clr:first-child,
    .our-fundamental .join a.mb-3.level1.d-flex span.float-end.bg-clr {
        top: auto !important;
    }
    .our-fundamental .join a.activity-txt span.mx-5.activity-title-dev {
        width: 100% !important;
    }
}