body{
    font-family: "Poppins", sans-serif;
}

/*  fonts  */
.h1{
    font-family: "Poppins", sans-serif;
    font-size: 65px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 1.98px;
    color: #ffffff;
}
.h2{
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.53;
    letter-spacing: 0.9px;
    color: #000000;
}
.h3{
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #ffffff;
}
.h4{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: #000000;
}
.h5{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.83;
    letter-spacing: 0.54px;
    color: #33414b;
}
.h6{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    /* line-height: 1.5; */
    letter-spacing: 0.42px;
    color: #b5b5b5;
}


/* romving button styles */
button{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.cursor{
    cursor: pointer;
}
/* custom css */
.showMoreText{
    color: #0099ff;
    /* color: #e50707; */
}
.blueUnderline{
    border-bottom: 2px solid #0099ff;
}
#showError{
    opacity: 0;
}

 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) { 
    /*  fonts  */
    .h1{
        font-size: 55px;
    }
    .h2{
        font-size: 28px;
    }
    .h3{
        font-size: 18px;
    }
    .h4{
        font-size: 18px;
    }
    .h5{
        font-size: 16px;
    }
    .h6{
        font-size: 12px;
    }
 }

 
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
    /*  fonts  */
    .h1{
        font-size: 46px;
    }
    .h2{
        font-size: 26px;
    }
    .h3{
        font-size: 16px;
    }
    .h4{
        font-size: 16px;
    }
    .h5{
        font-size: 14px;
    }
    .h6{
        font-size: 10px;
    }
 }


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) { 
    /*  fonts  */
    .h1{
        font-size: 38px;
    }
    .h2{
        font-size: 24px;
    }
    .h3{
        font-size: 14px;
    }
    .h4{
        font-size: 14px;
    }
    .h5{
        font-size: 12px;
    }
    .h6{
        font-size: 8px;
    }
 }
/* Extra Small devices (phones, 575px and below) */
@media (max-width: 576px) { 
    /*  fonts  */
    .h1{
        font-size: 5.458vw;
    }
    .h2{
        font-size: 22px;
    }
    .h3{
        font-size: 12px;
    }
    .h4{
        font-size: 2.625vw;
    }
    .h5{
        font-size: 10px;
    }
    .h6{
        font-size: 7px;
    }
 }

@media screen and (min-width: 1080px){
    .bdiv{
      display: none !important;
    }
}


.dropdown-toggle::after{
    opacity: 0;
}


