.banner {
    margin-top: 36px;
    width: 100%;
}

.FlowerSubTitle{
    color: #03233a;
    text-align: center;
    font-weight: 600;
    font-size: 25px;

}

.FlowerTitle {
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    color: #ee3038;
}

img.fimage {
    width: 100%;
    height: 150px;
    margin-left: 0px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;


}
.contentflower{
background-color: #e4e4e4;
width: 100%;
border: 1px solid rgba(0, 0, 0, .125);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
height: 40%;
}
#mydiv{
margin: 0px auto;
width: 95%;
}
#mydiv .shadow{
    box-shadow: gray 0px 0px 5px !important;
}
.mydiv50{
width: 52% !important;
}
.col-md-3{

    
    /* width: 21%;
        text-align: center;
        font-family: arial;
        margin-left: 47px;
        border-radius: 24px;
        height: 228px; */
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, .125);
}

img.line {
    width: 20px;
margin-left: -12px;
margin-top: -72px;
height: 100%;
}

.heading {
    margin-right: 98px;
    margin-left: 1px;
    margin-top: 9px;
    margin-bottom: -12px;
    color: #072159;
    font-weight: 600;
    white-space: nowrap;
    font-size: 14px;
    /* overflow: hidden; */
}

.name {
    font-size: 11px;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 128px;
    color: #072159;
    /* overflow: hidden; */
}

.family {
    font-size: 11px;
    margin-top: -18px;
    margin-right: 59px;
    margin-left: 1px;
    color: #072159;

}

div.whiteline {
    margin-left: -13px;
    width: 324px;
    border: 2px solid white;
    margin-top: 0px;

}

img.fheight {
    width: 23px;
height: 23px;
margin-top: -137px;
margin-left: 202px;
}

img.time {
    width: 22px;
height: 27px;
margin-top: 0px;
margin-left: 202px;
margin-bottom: 60px;
}

.flowertext {
    margin-top: -84px;
    margin-left: 241px;
    font-size: 9px;
    font-weight: bold;
    color: #072159;

}

.timetext {
    margin-top: -86px;
    margin-left: 228px;
    font-size: 9px;
    font-weight: bold;
    color: #072159;

}

img.arrow_fl {
    height: 20px;
width: 20px;
margin-left: -29px;
position: absolute;
}

.redline {
    width: 3px;
    height: 345px;
    margin-left: 810px;
    margin-top: -419px;
    display: none;
    position: relative;
}

.moreBtn {
    text-align: center;
}

.moreBtn button {
    background-color: #ee3038;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 20px;
    width: 20%;

}

.moreBtn button:hover {
    color: #ee3038;
    border: 1px solid red;
    background-color: white;
}

.col-sm-7 {
    margin-left: 22px;
}

/* .slider-btn-left {
        margin-left:-353px ;
        margin-top: 638px;
    }

    .slider-btn-right {
        margin-left:242px ;
        margin-top: 638px;
    } 
    .slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
color: white;
background-color: rgba(29, 66, 97, 0.7);
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
cursor: pointer;
} */
.detaildesc {
    display: none;

}

.list {
    font-size: 13px;
    width: 100%;
}

.uses {
    background-color: #e4e4e4;
}


.desc.col-md-6 {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    height: 700px;
    margin-left: 0px;
    scrollbar-color: red;
}

.col-md-3.clicked {
    width: 50%;
    flex: 0 0 50%;
}

.content-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: sticky;
    top: 0;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}



.clicked-image {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

div.close-button {
    position: absolute;
    top: 10px;
    font-size: 20px;
    height: 33px;
    border: none;
    cursor: pointer
}
.close-button .fa-close{
    background-color: white;
    padding: 5px 5px;
    border-radius: 5px;
}
.fa-close:hover {
    transition: transform 0.2s ease;
    transform: scale(1.2);
}

.desc.col-md-6 {
    margin-left: -54px;
    margin-top: 0px;
    max-height: 650px;
}

.fixed-position {
    width: 44%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: sticky;
    top: 70px;
    display: none !important;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

a {
    text-decoration: none;
}

@media screen and (max-width:1466px) {
    .flowerList .col-md-3 {
        width: 33%;
    }
    .mydiv50 .col-md-3{
        width: 50% !important;
    }
    .mydiv50 .contentflower{
        height: 50%;
    }
    .contentflower{
        height: 35%;
    }
    .mydiv50 .contentflower {
    height: 36%;
}
    img.line {
margin-top: -87px;

}

}
@media screen and (max-width: 1400px) {
.mydiv50 .col-md-3 {
    width: 90% !important;
}
}
@media screen and (max-width:1200px) {
    .flowerList .col-md-3 {
        width: 50%;
    }
    .mydiv50 .col-md-3{
        width: 98% !important;
    }
    .contentflower{
        height: 35% !important;
    }

}
@media screen and (max-width:1024px) {
    .flowerList .col-md-3 {
        width: 50%;
    }
    .mydiv50 .col-md-3{
        width: 98% !important;
    }
    
}
@media screen and (max-width:767px) {
    .FlowerSubTitle{
        font-size: 20px !important;
    }
    .desc.col-md-6{
        max-height: 684px !important;
    }
    div.close-button {
        top: 10px;
        right: -13px;
        font-size: 20px;
        font-weight: bolder;
    }
    .flowerList .col-md-3 {
        width: 100% !important;
    }
    .contentflower{
        height: 31%;
    }
    #mydiv{
        width: 100% !important;
    }
    .fixed-position {
        width: 100%;
        margin-left: 0% !important;
        margin-top: -17% !important;
        position: fixed;
        z-index: 9999;
}
    img.line {
margin-top: -96px;
}
.moreBtn button{
width: 50%;
}
}
@media screen and (max-width:574px) {
    .contentflower {
    height: 40%;
}
.flowertext,.timetext,.fheight,.time{
    display: none !important;
}
img.line {
    margin-top: -70px;
}
    
}