/* Meghana Start */
body{
    background: white;
}

nav {
    
    background: linear-gradient(360deg,#123556 0%, #029f8a 100%);
    height: 30px;
    color: white;
    padding-top: 10%;
}


.Headtags{  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    text-shadow: 2px 2px 5px white;
    color: rgb(32, 34, 32);
}
img{
    margin-top: 40px;
    text-shadow: 2px 2px 5px linear-gradient(360deg,#123556 0%, #029f8a 100%);
}
h4,div,ul{
    
    padding-top: 20px;
    /* color: rgb(120,120,120);
    text-shadow: 2px 2px 5px grey; */
}
.mainlist{
    list-style-type: none;
}

.product{
    padding: 1rem 2rem;
}


.bottom-footer{
    text-align: center;
}
p{
    padding-top: 1%;
}

.productlist{
    background:rgb(230, 255, 230);
    
    /* box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%); */
    box-shadow:15px 15px 10px white;
    border-radius: 15px;
    margin-top: 40px;
    padding-bottom:25px ;
    padding-top: 25px;
    
}
/* linear-gradient(to bottom right, #006666 7%, #ccffff 95%); */
/* Meghana End */

.iframecontainer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

li div {
    display: none;
    width: 200px;
    margin: 0px;
}

li span div {
    display: inline-block;
    border: 1px solid black;
    width: 200px;
    height: 40px;
    padding: 5px;
    margin: 5px;
}

li span div:hover {
    cursor: pointer;
}

.span-btn {
    background: none;
    border: none;
}

.col-sm-2 ul, li {
    padding-top: 0px;
    list-style-type: none;
}