@media (max-width: 567px){
    .carousel .col-md-4 {
        width: 33%;
    }
    .carousel-inner {
        position: relative;
        width: 90%;
        overflow: hidden;
        margin: auto;
    }
    .carousel .slick-img {
        height: 60px;
    }
    .carousel-control-prev {
        left: -1rem;
    }
    .carousel-control-next {
        right: -1rem;
    }
    .footer .footer-credits1, .footer .footer-credits2 {
        text-align: center;
    }
    .topbar{
        display: none;
    }
    .topbar .contact-details a {
        font-size: 15px;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        border-left: none;
        line-height: 45px;
    }
    .topbar .contact-details a .icon {
        padding-right: 2px;
    }
    .topbar .contact-details a:last-child, .topbar .top-social a:last-child {
        border-right: none;
    }
    main{
        margin-top: 77px;
    }
    .navbar{
        top: 0;
        right: 0;
        left: 0;
        z-index: 99999;
        position: fixed;
        box-shadow: 2px 2px 9px #252525;
    }
    .inner-banner {
        padding: 6rem 0 6rem;
    }
    header .navbar-brand {
        max-width: 80px;
    }
    header .navbar-nav .nav-link {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 15px;
        font-weight: 500;
    }
    .bg-highlight.sec-about .left{
        padding-top: 60px;
    }
    .landing-banner2{
        height: 500px!important;
        background:#FFEBD1;
        /*height: auto !important;*/
        overflow: hidden;
    }
    .landing-banner2 .h1,
    .landing-banner2 h1,
    .landing-banner2 p{
       color: var(--bs-white)!important;
    }
    .clipped:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #00000096;
    }
    .headline {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
        z-index: 2;
        display: block;
        position: relative;
        left: 0;
        padding-top: 2.5rem !important;
    }
    .clipped {
        clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
        min-height: 350px;
        background-position: center;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 78px;
        bottom: 0;
        right: 0;
        z-index: 1;
        height: 500px !important;
    }
    .bg-highlight {
        background: linear-gradient(180deg, #bd770f 39%, #ffebcd 0%);
    }
    .zigzag-odd .row{
        flex-flow: column-reverse;
    }
    .bg-long.home-page .row:nth-child(even){
        flex-direction: column-reverse !important;
    }
    .bg-long.ser-page .row:nth-child(even){
        flex-direction: column-reverse !important;
    }
    .whychoose .col-md-2,
    .conditions1 .col-md-3,
    .conditions1 .col-md-4{
        max-width: 50%!important;
    }

    .conditions1 .col-md-3 h3,
    .conditions1 .col-md-4 h3{
        font-size: 15px;
    }
    .landing-banner .banner-caption .h4{
        font-size: 10px!important;
    }
    .landing-banner .banner-caption h1{
        font-size: 24px!important;
    }
    .banner-caption {
        top: 25%!important;
    }
    .what-we-do .section{
        border-bottom: 8px solid #b75c72;
    }
    .word {
        width: 100%;
    }
    .carousel .carousel-caption {
        bottom: 0%;
    }
    .carousel .carousel-caption .h4{
        font-size: 15px;
        margin-bottom: 0;
    }
    .carousel .carousel-caption .display-1 {
        font-size: 30px;
        font-weight: 300;
        line-height: 1.2;
    }
    .carousel .carousel-caption .btn{
        display: none;
    }
    .carousel .carousel-indicators{
        display: none;
    }
    .about-home .right img{
        margin-bottom: 2rem;
    }
    .what-we-do .card-grid {
        flex-direction: column;
    }
    .brands .thumb-clients img {
        width: 89%;
        border-radius: 0.5rem;
    }
    .brands .thumb-clients{
        padding-left: 28px;
    }
    .brands .slide-arrow{
        top: 63%;
    }
    .cta1{
        color: var(--bs-white);
        background: url('../images/cta-bg.jpg');
        padding-left: 2rem;
        padding-right: 2rem;
        height: 30rem;
        background-position: left;
        padding-top: 8rem;
    }
    .cta1 .h1{
        font-weight: 900;
    }
    .vm-sec .card{
        margin-bottom: 2rem;
    }
    .cta-home-right{
        margin-top: 7rem;
    }
    .cta-logo {
        top: -14%;
    }
    .whatsapp {
        right: 0px!important;
    }
    video::-webkit-media-controls-container {
      opacity: 0 !important;
    }

    *::-webkit-media-controls-panel {
      display: none!important;
      -webkit-appearance: none;
    }
        /* Old shadow dom for play button */
    *::--webkit-media-controls-play-button {
        display: none!important;
        -webkit-appearance: none;
    }
        /* New shadow dom for play button */
        /* This one works */
    *::-webkit-media-controls-start-playback-button {
        display: none!important;
        -webkit-appearance: none;
    }
}
@media (min-width: 768px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media only screen and (max-width:992px) {
    .exp-cards .container {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .exp-cards .container .card-exp {
        width: 450px;
    }
}

@media only screen and (max-width:767px) {

    .exp-cards .container .card-exp {
        max-width: 350px;
        flex-direction: column;
        height: auto;
    }

    .exp-cards .container .card-exp .imgBox {
        position: relative;
    }

    .exp-cards .container .card-exp .imgBox,
    .exp-cards .container .card-exp:hover .imgBox {
        width: 100%;
        height: 210px;
        left: 0;
        border-radius: 0;
    }

    .exp-cards .container .card-exp .imgBox img,
    .exp-cards .container .card-exp:hover .imgBox img {
        max-width: 100px;
    }

    .exp-cards .container .card-exp .content1 {
        position: relative;
        width: 100%;
    }
}
@media screen and (min-width:991px) and (max-width:1399px) {
    .nav-item .nav-link{
        font-size: 11px!important;
        padding-left: .3rem !important;
        padding-right: .3rem !important;
    }
}

