/* @media screen and (min-width: 901px)
{
.team_desktop
{

margin-left: 210px;

}

.contact_desktop
{
margin-left: 245px;
}

} */

.discount_panel
{
text-align:center;
color:#38b5c9;
font-weight: 700;
}

.tech-clr
{
    color: #38b5c9;
}

.panel_div_padding
{
 padding-top: 20px;
}

.hostion_plan_color
{
    list-style-type: none;
    padding-left: 0px;
    line-height: 1.9;
}

.hosting-header
{
    text-align: center;
    color: #38b5c9;
    padding-bottom: 1em; 
}


::-webkit-scrollbar-thumb
{
    background-color: #38b5c9;
    -webkit-border-radius: 6px;
    height: 1rem;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-track
{
    height: 1rem;
}
::-webkit-scrollbar
{
    width: 0.8rem;
    display: block;
    height: 1.0rem;
    background-color: #f2f2f2;
}

.hosting-plan-fontweight
{
    font-weight: 400;
}

.footer-font-weight{
    font-weight: 500;
}
