        .wavemaker-partner-home-section {
            width: 100%;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
        }

        .wavemaker-content-inside-marquee{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex-wrap: nowrap;
            padding: 40px 0;
            padding-left: 72px;
        }

        .marquee-top {
            overflow: hidden;
            position: relative;
            background-color: #f1faff00;
        }

        .marquee-top-content {
            display: flex;
            animation: scrolling-top 40s linear infinite;
        }

        .marquee-item {
            flex: 0 0 auto;
            display: flex;
            padding: 0 23px;
            /*border-right: 1px solid lightgrey;*/
        }
        
        .marquee-top .link-forcotent{
        	padding: 0;
            background-color: transparent;
            border: 0;
            cursor: pointer;
            outline: unset !important;
        }

        .marquee-item img {
            display: block;
            width: 223px;
            height: 95px !important;
            padding: 23px;
            object-fit: contain;
            transition: transform 0.2s ease, opacity 0.2s ease;
            opacity: 0.3;
            padding: 20px;
        }

        @keyframes scrolling-top {
            0% { transform: translateX(0); }
            100% { transform: translateX(-2160px); }
        }

        .wavemaker-partner-home-section .paused {
            animation-play-state: paused;
        }

        .marquee-item img:hover {
            opacity: 1;
        }

        .marquee-bottom {
            overflow: hidden;
            position: relative;
            background-color: #f1faff00;
        }
        
        .marquee-bottom .link-forcotent{
        	padding: 0;
            background-color: transparent;
            border: 0;
            cursor: pointer;
            outline: unset !important;
        }

        .marquee-bottom-content {
            display: flex;
            animation: scrolling-bottom 40s linear infinite;
        }

        .marquee-bottom-item {
            flex: 0 0 auto;
            display: flex;
            padding: 0 23px;
            /*border-right: 1px solid lightgrey;*/
        }

        .marquee-bottom-item img {
            display: block;
            width: 223px;
            height: 95px !important;
            object-fit: contain;
            transition: transform 0.2s ease, opacity 0.2s ease;
            opacity: 0.3;
            padding: 20px;
        }

        @keyframes scrolling-bottom {
            0% { transform: translateX(-2160px); }
            100% { transform: translateX(0); }
        }

        .marquee-bottom-item img:hover {
            opacity: 1;
        }

        .content-box {
            display: grid;
            grid-template-columns: 0.5fr 1fr;
            /*padding: 52.6px 0;*/
            -webkit-animation: fadeEffect 3s;
  			animation: fadeEffect 3s;
        }
        
        /* Fade in tabs */
        @-webkit-keyframes fadeEffect {
          from {opacity: 0;}
          to {opacity: 1;}
        }

        @keyframes fadeEffect {
          from {opacity: 0;}
          to {opacity: 1;}
        }

        .content-box-left {
            display: flex;
            padding-right: 115px;
            /*padding-left: 72px;*/
            padding-bottom: 80px;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: flex-start;
        }

        .content-box-left .content-box-left-company-logo {
            width: 192.68px;
            height: 48px;
            object-fit: contain;
            object-position: left;
        }

        .content-box-left-description {
            padding-top: 24px;
            padding-bottom: 25px;
        }

        .content-box-left-button{
            display: flex;
            font-size: 16px;
            line-height: 16px;
            font-weight: 600;
            color: #005BAA;
            cursor: pointer;
            flex-direction: row;
            gap: 4px;
        }

        .content-box-left-button:hover {
            color: #005BAA;
            text-decoration: unset;
        }

        .content-box-left-button img{
            width: 16px;
			height: 14px !important;
			padding-top: 3px !important;
            position: relative;
            left: 0;
            transition: left .4s ease;
        }

        .content-box-left-button:hover img {
            left: 8px;
        }

        .content-box-left-description .title-text {
            font-family: "Nunito Sans", sans-serif;
            font-size: clamp(24px, 2.222vw, 32px);
            font-weight: 800;
            line-height: clamp(26px, 2.444vw, 35.2px);
            color: #231E1F;
            margin: 0;
            margin-bottom: 16px;
        }

        .content-box-left-description .description-text ul {
            padding: 0;
            padding-left: 18px;
            margin: 0;
        }

        .content-box-left-description .description-text {
            display: block;
            max-height: unset;
            overflow: scroll;
            font-family: "Nunito Sans", sans-serif;
            font-size: clamp(15px, 1.111vw, 16px);
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0.02rem;
            color: #231E1F;
            margin: 0;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .content-box-left-description .description-text li{
            margin-bottom: clamp(2px, 0.556vw, 8px);
        }

        .content-box-left-description .description-text::-webkit-scrollbar {
          display: none;
        }

        .content-box-right .content-box-right-image {
            width: 100%;
            height: 100%;
			min-height: 40.333vw;
    		max-height: 40.333vw;
            object-fit: cover;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }

        .slide-zod-navigate {
            display: flex;
            gap: 25px;
            position: absolute;
            bottom: 130px;
        }
		.slide-zod-navigate .next path {
			fill: unset !important;
		}
		.slide-zod-navigate .prev.no-hover path {
			fill: unset !important;
			stroke: lightgrey;
		}

        .slide-zod-navigate .prev, .next{
            cursor: pointer;
        }

        .slide-zod-navigate svg:hover rect {
            fill: #005BAA;
        }
        .slide-zod-navigate svg:hover path {
            /*fill: white !important;*/
			stroke: white !important;
        }
        .no-hover {
            pointer-events: none;
        }


        @media (min-width: 1920px) and (max-width: 2560px) {
            .content-box-right .content-box-right-image{
                border-radius: 15px;
            }
            .marquee-top:before {
                content: '';
                display: block;
                width: 55px;
                height: 100%;
                background-color: transparent;
                background-image: linear-gradient(to right, #ffffff 35%, transparent);
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
            }
            .marquee-top:after {
                content: '';
                display: block;
                width: 55px;
                height: 100%;
                background-color: transparent;
                background-image: linear-gradient(to left, #ffffff 35%, transparent);
                position: absolute;
                top: 0;
                right: 0;
                z-index: 1;
            }
            .marquee-bottom:before {
                content: '';
                display: block;
                width: 55px;
                height: 100%;
                background-color: transparent;
                background-image: linear-gradient(to right, #ffffff 35%, transparent);
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
            }
            .marquee-bottom:after {
                content: '';
                display: block;
                width: 55px;
                height: 100%;
                background-color: transparent;
                background-image: linear-gradient(to left, #ffffff 35%, transparent);
                position: absolute;
                top: 0;
                right: 0;
                z-index: 1;
            }
        }

        /* 
          ##Device = Tablets, Ipads (portrait)
          ##Screen = B/w 768px to 1024px
        */

        @media (min-width: 768px) and (max-width: 1024px) {
            .wavemaker-content-inside-marquee{
                padding-left: 0;
            }
            .content-box{
                /*padding: 80px 0;*/
                grid-template-columns: unset;
                gap: 32px;
            }
            .content-box-left {
                min-height: 350px;
                grid-row: 2;
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                padding: 0 24px;
                padding-bottom: 80px;
            }
            .content-box-left .content-box-left-company-logo{
                width: 25.758%;
                height: 60px;
                padding-bottom: 16px;
            }
            .content-box-left-description .title-text{
                width: 75%;
                /*font-size: 28px;*/
                /*line-height: 30.8px;*/
            }
            .content-box-left-description .description-text{
                /*font-size: 15px;
                line-height: 24px;*/
                font-weight: 400;
            }
            .content-box-right {
                grid-row: 1;
                padding: 0 24px
            }
            .content-box-right .content-box-right-image{
                height: 372px;
                border-radius: 16px;;
            }
            .slide-zod-navigate{
                width: 100%;
                left: unset;
                right: 0;
                top: unset !important;
                bottom: 120px;
                flex-direction: row;
                justify-content: space-between;
                padding: 0 24px;
            }
            .slide-zod-navigate a{
                width: auto;
            }
            .content-box-left-description {
                min-height: 195px;
                padding-top: 0;
                padding-bottom: 24px;
            }
            .marquee-item img{
                width: 100%;
                height: 70px !important;
                padding: 14px;
            }
            .marquee-bottom-item img{
                width: 154px;
                height: 70px !important;
                padding: 14px;
            }
        }

        /* 
          ##Device = Tablets, Ipads (landscape)
          ##Screen = B/w 768px to 1024px
        */

        @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

        }
        
        /* 
          ##Device = Low Resolution Tablets, Mobiles (Landscape)
          ##Screen = B/w 481px to 767px
        */

        @media (min-width: 481px) and (max-width: 767px) {
            .content-box{
                padding: 30px 0;
            }
        }

        /* 
          ##Device = Most of the Smartphones Mobiles (Portrait)
          ##Screen = B/w 320px to 479px
        */

        @media (min-width: 320px) and (max-width: 480px) {
            .wavemaker-content-inside-marquee{
                padding-left: 0;
            }
            .content-box{
                /*padding: 80px 0;*/
                grid-template-columns: unset;
                gap: 32px;
            }
            .content-box-left {
                min-height: 402px;
                grid-row: 2;
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                padding: 0 24px;
                padding-bottom: 62px;
            }
            .content-box-left .content-box-left-company-logo{
                width: 37.56%;
                height: 50px;
                padding-bottom: 16px;
            }
            .content-box-left-description .title-text{
                margin-bottom: 16px;
                /*font-size: 28px;*/
                /*line-height: 30.8px;*/
            }
            .content-box-left-description .description-text{
                /*font-size: 15px;
                line-height: 24px;*/
                font-weight: 400;
            }
            .content-box-right {
                grid-row: 1;
                padding: 0 24px
            }
            .content-box-right .content-box-right-image{
                height: 185.2px;
                border-radius: 16px;
				max-height: unset;
            }
            .slide-zod-navigate{
                width: 100%;
                left: unset;
                right: 0;
                top: unset !important;
                bottom: 85px;
                flex-direction: row;
                justify-content: space-between;
                padding: 0 24px;
            }
            .slide-zod-navigate a{
                width: auto;
            }
            .content-box-left-description {
                min-height: 275px;
                padding-top: 0;
                padding-bottom: 16px;
            }
            .marquee-item img{
                width: 100%;
                height: 70px !important;
                padding: 14px;
            }
            .marquee-bottom-item img{
                width: 154px;
                height: 70px !important;
                padding: 14px;
            }

        }
  