@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
.landingsection{
    padding-top: 40px !important;
}

body{
    font-family: 'Poppins', sans-serif !important;
}






@media (min-width: 1281px) {
/*higher Resolution Desktops*/
#padder{
    padding-top: 0px;
}
}
@media (min-width: 1025px) and (max-width: 1280px) {
/*Laptops, Desktops*/
#padder{
    padding-top: 0px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
/*Laptops, Desktops*/
#padder{
    padding-top: 0px;
}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
/*Tablets, Ipads (landscape)*/
#padder{
    padding-top: 0px;
}
}
@media (min-width: 481px) and (max-width: 767px) {
/*Low Resolution Tablets, Mobiles (Landscape)*/
.nav-tabs li{
    width: 100px;
    text-align: center;
}
#padder{
    padding-top: 90px;
}
}
@media (min-width: 320px) and (max-width: 480px) {
/*Most of the Smartphones Mobiles (Portrait)*/

.nav-tabs li{
    width: 100px;
    text-align: center;
}
#padder{
    padding-top: 90px;
}
}

