ul, *, body, html{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    /* scroll-behavior: smooth; */

}

:root{
    --primary: #075472;
}
#header h2{color: #fff;}
h2{font-size: 1.6rem; color: #075472; font-weight: 500;}
h3{font-size: 1.2rem; color: #075472; font-weight: 600; margin-bottom: 20px}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body{
background-color: white;
font-size: 16px;
}
a{
    text-decoration: none;
}
.primary-font{
    color:var(--primary);
}
a.primary-font.active{color: #000;}
.primary-bg{
    background-color: var(--primary);
}
.sm-font{
    font-size: 15px;
    color: white;
}

.sm-logo-img{
    height: 22px;
    width: 22px;
}

.med-logo-img{
    height: 60px;
    width: 60px;
}
.lt-margin{
    margin-left: 8%;
}
.rt-margin{
    margin-right: 8%; margin-top: 10px;
}
.lt-margin-content{
    margin-left: 14%;
}
.rt-margin-content{
    margin-right: 14%;
}
.half-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.flex{
    display: flex;
}

.flex-horizontal-center{
    display: flex;
    justify-content: center;
}
.flex-vertical-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-center{
    text-align: center;
}

.white-text{
    color: white;
}

.gen-para{
    font-size: 18px;
}

.gen-para ul{margin-left: 15px;}

#services .gen-para ul li{margin: 0px; padding: 0px; list-style: none !important; padding-left: 15px;}
#top-email a{color: #fff; font-size: 14px;}

UL.footer-text LI{margin-bottom: 10PX;}

@media screen and (max-width: 1600px) {
    .lt-margin-content{
        margin-left: 10%;
    }
    .rt-margin-content{
        margin-right: 10%;
    }
    .med-logo-img{
        height: 55px;
        width: 55px;
    }
    .gen-para{
        font-size: 16px;
    }
    
}

@media screen and (max-width:1250px) {
    .sm-font{
        font-size: 12.5px;
    }
    .lt-margin-content{
        margin-left: 9%;
    }
    .rt-margin-content{
        margin-right: 9%;
    }
    .med-logo-img{
        height: 40px;
        width: 45px;
    }
    .gen-para{
        font-size: 15px;
    }
    
}

@media screen and (max-width:950px){
    .sm-logo-img{
        height:auto;
        width: 20px;
    }
}


@media screen and (max-width:650px){
    
    .btn{font-size: 14px;}
    
    .form-control{font-size: 15px !important;}

    .lt-margin-content{
        margin-left: 4%;
    }
    .rt-margin-content{
        margin-right: 4%;
    }
    .gen-para, ul.lst li{
        font-size: 13px;
    }
    
    .pro-img{width: 100% !important;}
.pro-img.s1{width: 50% !important;}

}

@media screen and (max-width:600px) {
#credits .bottom-footer{font-size: 13px !important;}

    .sm-font{
        font-size: 12px; text-align: center;
    }
    #credits ul li {
        color: white;
        font-weight: 600;
        text-align: center;
    }
    #footer-main p a{font-size: 12px;}
    #footer-main p{font-size: 12px;}
}



textarea.form-control{height: 150px;}
.form-control{height: 50px;}

#biocatalysis_enzymes, #cofactors-and-recycling-enzymes, #enzyme_screening_kits, #other-enzymes{  scroll-margin-top:15em;}

.btn{background-color: #075472; color: #fff; padding: 8px 20px; border-radius: 50px;}

.cnt-info{margin-bottom: 20px;}
.cnt-info .fa{font-size: 24px; margin-right: 10px; color: #075472;}
.cnt-info a{text-decoration: none; color: #000;}

.c-text{position: absolute;
    left: 8%;
    right: auto;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;}
.c-text h2{font-size: 30px;}
.pro-img{width: 80%;}
.pro-img.s1{width: 30%;}

.nav-link a{font-size: 20px;}