#searchArticleImg {
    display: none !important;
}
.no-padding{padding: 0;}
.display-block{display: block;}
.left-alignment{padding-left:10%;}
.banner-button-wrapper a:hover,
form#enquiryForm input.dark-design:hover {
    background: #fff;
    color: #282828;
    letter-spacing: 2px;
}
section.unoid-banner {
    padding-top: 3em;
    margin-bottom: 3em;
}
section.unoid-banner h1, section.ready-elevate h1{
    font-weight: 700;
    letter-spacing: -1.5px;
    font-size: 3.5em;
    line-height: 1;
    margin: auto;
    text-align: center;
}
section.unoid-banner h2, section.ready-elevate h2{
    font-weight: 400;
    letter-spacing: -2px;
    font-size: 3.5em;
    line-height: 1;
    margin: auto auto 0.5em;
    text-align: center;
    color: #282828;
}
section.unoid-banner h3, section.ready-elevate h3 {
    margin: auto;
    font-size: 1.6em;
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
    color: #5e5e5e;
    letter-spacing: -0.5px;
}
.grid-items p span,
section.what-is-branded .text-content h3 span,
section.why-is-branded h3 span,
section.why-is-branded h4 span,
section.unoid-banner h3 span {
    display: block;
}
section.unoid-banner .banner-button-wrapper {
    text-align: center;
    margin-top: 2em;
}
section.what-is-branded .banner-button-wrapper{
    position: relative;
    top: -23.5em;
    text-align: center;
}
.banner-button-wrapper a,
.button-wrapper a {
    text-decoration: none;
    background: #282828;
    padding: 0.5em 1em;
    text-transform: uppercase;
    border-radius: 2em;
    color: #fff;
    font-weight: 600;
    border: 1.2px solid transparent;
    z-index: 30;
}
.grid-items h4,
.grid-items p strong,
section.what-is-branded .text-content p strong {
    font-weight: bolder;
}
.banner-button-wrapper a:hover,
.button-wrapper a:hover {
    border-color: #282828;
}

section.what-is-branded{
    background-image: url("https://storage.googleapis.com/giffycms-uno.appspot.com/what-is-branded.png");
    background-size: cover;
	height: 100%;
    padding-bottom: 4em;    
    padding-top: 24em;
}

section.what-is-branded .arrow-icon-wrapper img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -21.5em;
    width: 8em;
}


/* section.lower-banner-img-and-why-partner-with-us {
    background-image: url("https://storage.googleapis.com/giffycms-uno.appspot.com/what-is-branded.png");
    background-size: cover;
    height: 72em;
    margin-top: -11em;
} */
section.what-is-branded .text-content, section.why-choose-uno .text-content {
       position: relative;
    width: 86%;
	/* margin-top: 24em; */
   
}
section.what-is-branded .text-content h3, section.why-choose-uno .text-content h3 {
    margin: auto auto .5em;
    font-weight: 600;
    font-size: 3.25em;
    letter-spacing: -2px;
}
section.what-is-branded .text-content p, section.why-choose-uno .text-content p {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.7;
    color: #2e2c2c;
    letter-spacing: -0.1px;
    
}
.text-content .para-head{
    font-weight: 600;
}
section.what-is-branded .text-content .arrow-icon-wrapper, section.why-choose-uno .text-content .arrow-icon-wrapper {
    width: 20%;
    margin-top: 2em;
}
section.benefits-of-partnering-with-us {
    background-image: url("https://storage.googleapis.com/giffycms-uno.appspot.com/images/partners/benefits_of_partnering_with_us.webp");
    background-size: cover;
    height: 58em;
}
section.benefits-of-partnering-with-us .text-content {
    position: relative;
    padding-left: 13%;
    top: 26.3%;
}
section.benefits-of-partnering-with-us .text-content h3 {
    margin: auto;
    font-weight: 700;
    font-size: 3.25em;
    letter-spacing: -2px;
    line-height: 1;
}
section.benefits-of-partnering-with-us .text-content .grid-container {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    margin-top: 2em;
    gap: 2em;
    padding-right: 4em;
}
.grid-items .arrow-graphics-wrapper {
    width: 40%;
    margin-left: -0.8em;
}
.grid-items h4 {
    font-size: 0.9em;
    margin: 1em 0;
}
.grid-items p {
    font-weight: 500;
    font-size: 0.9em;
    line-height: 1.3;
    color: #000;
    letter-spacing: -0.1px;
    margin-bottom: 1.5em;
}
section.why-is-branded {
      padding-top: 2em;  
}
section.why-is-branded h3 {
    
    font-weight: 600;
    font-size: 3.5em;
    letter-spacing: -2px;
    
    color: #000;
}
section.why-is-branded h4 {
    margin: auto;
    font-weight: 400;
    font-size: 1.75em;
    letter-spacing: -1px;
    text-align: center;
    color: #000;
}
section.why-is-branded .flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
    justify-content: center;
    margin-top: 4em;
    position: relative;
    z-index: 1;
}
section.why-is-branded .flex-container .flex-items {
    flex-basis: 24%;
    text-align: center;
    background: #eee;
    padding: 1.3%;
    border-radius: 2em;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}
section.why-is-branded .flex-container .flex-items:hover {
    transform: scale(1.05);
    box-shadow: 0 1px 3px 0 rgb(60 64 67 / 5%), 0 4px 8px 3px rgb(60 64 67 / 15%);
}
.flex-container .flex-items h4 {
    font-family: "Pixelify Sans", sans-serif;
    font-size: 3.5em;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.flex-items h5 {
    font-weight: 800;
    font-size: 1.2em;
    margin: auto;
}
.flex-items p.dual-arrow {
    font-weight: 800;
    letter-spacing: 0;
    font-size: 1.5em;
    line-height: 1.2;
}
.flex-items p.text {
    font-size: 0.85em;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
}
.flex-items p {
    margin-bottom: 0;
    font-size: 2em;
    line-height: 0.6;
}

    .gray-divider{
        background-color: #545454;
        height: 5em; 
        margin-top: 4em;
    }

    section.custom-navbar{
        display: block;
    }

    section.unoid-header{
        padding-top: 8em;
    }

    .unoid-banner .arrow-icon-wrapper{
        margin-top: 2em;
    }

    .unoid-banner .arrow-icon-wrapper img{
        height: 70%;
    }
    section.why-choose-uno{
		background-image: url("https://storage.googleapis.com/giffycms-uno.appspot.com/why-choose-uno-bg.png");
		margin-top: 4em;
		background-size: cover;
		height: auto;
    }
	.abstract-div-bg{
		margin-right: 0;
		padding-left: 0;
        box-shadow: -3px -3px 6px 0px #dfdfdf;
        width: 92%;
	}
	.abstract-div-bg .row{
	    background: linear-gradient(180deg, #fff 0, #fff 65%, #ffffff 65%, #ffffff 81%, #0acbcb 42%, #0acbcb 100%);
	}
	.abstract-div-bg .girl-img{
		border-top: 3em solid #fff;
	}
	section.why-choose-uno .text-content-wrapper{    
		background: #fff;
		padding: 2em 2em 2em 6em;
	}
	.why-choose-uno .para-head{
		text-transform: uppercase;
		margin-bottom: 0;
	}
	.why-choose-uno .text-content{
		margin-bottom: 2em;
	}
	section.how-does-it-work{
	    background: #b8bec8;
		padding: 3em 0;
	}
	section.how-does-it-work p{
		font-size: 1.1em;
	}
	section.how-does-it-work .para-head{
		margin-bottom: 0;
		text-transform: uppercase;
		font-size: 1.5em;
	}
	section.how-does-it-work .text-content{
	    margin-bottom: 2em;
	}
	section.how-does-it-work h3{
		font-size: 3em;
		margin-bottom: 1em;
        font-weight: 600;
	}

    section.ready-elevate{
        padding-top: 4em;
    }

/* Responsive */
@media (max-width: 992px) {
    section.img-content{
        display: none;
    }

    
}

@media (max-width: 900px) {
    section.unoid-banner h1, section.ready-elevate h1 {
        font-size: 2.5em;
    }

    section.unoid-banner h2, section.ready-elevate h2 {
        font-size: 2.75em;
    }

    section.unoid-banner h3, section.ready-elevate h3 {
        font-size: 1.5em;
    }

    section.what-is-branded .text-content h3, section.why-choose-uno .text-content h3{
        font-size: 3em;
    }

    section.what-is-branded .text-content p, section.why-choose-uno .text-content p{
        font-size: 1em;
    }

    /* section.what-is-branded .arrow-icon-wrapper img{
        display: none;
    } */

    section.why-is-branded h3{
        font-size: 3em;
    }
    section.why-choose-uno .text-content h3{
        text-align: center;
    }

}

@media (max-width:768px) {
    .girl-img{
        display: none;
    }
}

@media (max-width: 528px) {
    section.unoid-banner h1, section.ready-elevate h1{
        font-size: 2em;
    }

    section.unoid-banner h2, section.ready-elevate h2{
        font-size: 2em;
    }

    section.unoid-banner h3, section.ready-elevate h3{
        font-size: 1.2em;
    }

    section.what-is-branded .text-content h3, section.why-choose-uno .text-content h3{
        font-size: 2em;
    }

    section.why-is-branded h3{
        font-size: 2em;
        
    }

    section.why-is-branded .flex-container .flex-items{
        flex-basis: 70%;
    }

    section.how-does-it-work h3{
        font-size: 2em;

    }

    section.why-choose-uno .text-content-wrapper{
        padding-left: 2em;
    }

    section.how-does-it-work .para-head{
        font-size: 1.2em;
    }
}

