
.nopadding {
    padding: 0 !important;
  }
body
{
    user-select: none;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.headline
{
    color:#3FA494;
    font-size:40px;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
}
.search input[type="text"] {
    border: none;
    height: 40px;
    border: 0.5px solid rgb(152, 146, 146);
    border-radius: 5px;
}
.NextpageCls
{
    color: black;
    font-size: 25px;
    text-transform: capitalize;
}
.search button {
    background: white;
    color: green;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}
.search button i {
    font-size: 15px;
}
.cls{
    font-family: 'Gumbo';
    font-weight: bold;
    display: flex;
	align-items: center;
	justify-content: flex-start;
}
.card-hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 390px;
}
.card-hover-effect:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5); 
}
.arrowimg
{
    height:20px;
    object-fit:contain;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
a {
    text-decoration: none !important;
  }
#NewArrivalmainouterDiv
{
    border-radius:0px 6px 6px 6px;
}
.TitleText
{
    color:black;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    text-align: center;
    display: flow-root;
}
.fontCls
{
    text-transform: uppercase;
}
.footer
{
    color: black;
    font-size: 18px;
    font-family: 'Gumbo';
    font-weight: bold;
    margin-bottom: 23px;
}
.cardFooterText
{
    color:black;
    font-size: 18px;
    font-family: 'Gumbo';
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
@media (min-width: 768px) {
    .videoTag {
        margin-left: 3vw;
    }
}
#pdf {
    width: 100%;
    height: 75vh;
}