body{
    /* font-family: 'Inter'; */
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    background-repeat: repeat;
    color: #000000;
}

.font-roboto{
    font-family: 'Roboto', sans-serif;
}
.font-dm-sans{
    font-family: 'DM Sans', sans-serif;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}
.letter-spacing-2-4 {
    letter-spacing: 2.4px;
}
.h-auto {
    height: auto;
}
/*  =============================== Default website colors classes =============================== */
.object-fit-cover {
    object-fit: cover;
}
.box-shadow-none {
    box-shadow: none;
}
.gray {
    color: #dddee0;
}
.gray-bg {
    background: #dddddd;
}
.para {
	color: #1A1818;
}
.white {
    color: #ffffff;
}
.white-bg {
    background: #ffffff;
}
.black {
    color: #1a1e22;
}
.color-black {
    color: #000000;
}
.black-1 {
    color: #232527;
}
.black-bg {
    background: #1a1e22;
}
.red {
    color: #f2293a;
}
.red-bg {
    background: #f2293a;
}
.blue {
    color: #0080ff;
}
.blue-bg {
    background: #003fcd;
}
.blue-1  {
    color: #0168FE;
}
.blue-bg-1  {
    background: #0168FE;
}
.orange {
    color: #f25822;
}
.light-orange {
    background: #f5ae22;
}
.light-gray-bg {
    background: #f0f0f0;
}
.light-gray-text {
    color: #8c8c8c;
}
.light-gray-text-1 {
    color: #7E8597;
}
.light-blue-bg {
    background: #E6E9F0;
}
.orange-border {
    border: 2px solid #f5ae22;
}
.yellow-bg {
    background: #FDC52E;
}
.color-yellow {
    color: #FDC52E;
}
.color-dark-yellow {
    color: #FF9D28;
}
.color-gray {
    color: #747474;
}
.color-blue{
    color: #007bff;
}
.color-green{
    color: #21B84B;
}
.yellow-gradient {
    background: linear-gradient(90deg, #FDC52E 0%, #FF9D28 100%);
}
.cursor-pointer {
    cursor: pointer;
}
.yellow-border {
    border: 5px solid #FDC52E;
}
.bg-gray-section {
    background: #f5f5f5;
}
.bg-gray-section-1 {
    background: #F4F7F8;
}
/*  =============================== Default font sizes classes =============================== */
.size-md10 {
    font-size: 10px;
}
.size-10 {
    font-size: 10px;
}
.size-11 {
    font-size: 11px;
}
.size-12 {
    font-size: 12px;
}
.size-13 {
    font-size: 13px;
}
.size-14 {
    font-size: 14px;
}
.size-16 {
    font-size: 16px;
}
.size-18 {
    font-size: 18px;
}
.size-20 {
    font-size: 20px;
}
.size-22 {
    font-size: 22px;
}
.size-24 {
    font-size: 24px;
}
.size-25 {
    font-size: 25px;
}
.size-26 {
    font-size: 26px;
}
.size-28 {
    font-size: 28px;
}
.size-30 {
    font-size: 30px;
}
.size-32 {
    font-size: 32px;
}
.size-34 {
    font-size: 34px;
}
.size-36 {
    font-size: 36px;
}
.size-38 {
    font-size: 38px;
}
.size-40 {
    font-size: 40px;
}
.size-42 {
    font-size: 42px;
}
.size-44 {
    font-size: 44px;
}
.size-45 {
    font-size: 45px;
}
.size-46 {
    font-size: 46px;
}
.size-50 {
    font-size: 50px;
}
.size-52 {
    font-size: 52px;
}
.size-54 {
    font-size: 54px;
}
.size-56 {
    font-size: 56px;
}
.size-64 {
    font-size: 64px;
}
/*  =============================== Default font weight classes =============================== */
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-bold {
    font-weight: bold;
}

footer.black-bg.white.py-4 p, footer.black-bg.white.py-4 li {
    color: #fff !important;
}

.product_body .dropdown-item:hover {
    background-color:#222;
}

/*  =============================== Default classes =============================== */
.flex-shrink{
    flex-shrink: 0;
}
.form-templates-container, .product_body .container {
    max-width: 1300px !important;
}
.line-height-1 {
    line-height: 1;
}
.line-height-1-5 {
    line-height: 1.5;
}
.h-88 {
    height: 88%!important;
}
.anchor-link {
    color: #ffffff;
    transition: 0.3s;
}
.anchor-link:hover {
    color: #000000;
}
.light-black {
    color:  #424242 !important;
}
.light-dark-black-666{
    color: #666666 !important;
}
.img-desaturate {
	filter: grayscale(100%);
    transition: 0.5s;
}
.img-desaturate:hover {
    filter: grayscale(0);
}
.slick-slide {
    outline: none;
}
.bold, b {
	font-weight: bold;
}
.underline {
    text-decoration: underline;
  }
.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #0000009e;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader img {
    max-width: 100px;
}
.loader.loader-deactive {
    display: none;
}
a:hover {
    text-decoration: none;
}
input, button, select, textarea {
    outline: none !important;
    box-shadow: none !important;
}
/* default button  */
.yellow-btn {
    background: #fcc52c;
    text-decoration: none;
    color: #000000;
    transition: 0.3s;
    border-radius: 5px;
}
.yellow-border-btn {
    background: #fff;
    color: #000;
    border: 3px solid #FDC52E;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 50px;
}
.black-btn {
    background: #1a1e22;
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
    border-radius: 5px;
}
.cursor-pointer {
    cursor: pointer;
}
.border-radius-5{
    border-radius: 5px;
}
.border-radius-10{
    border-radius:10px;
}
.border-radius-15{
    border-radius:15px;
}
.border-radius-20{
    border-radius:20px;
}
.border-gray-box {
    border: 1px solid #DBDBDB;
}
.border-bottom-white {
    border-bottom: 1px solid #ffffff;
}
.border-bottom-black {
    border-bottom: 1px solid #000000;
}
.border-color-white {
    border-color: #ffffff;
}
.height-100{
    height: 100%;
}
/* custom margin */
.margin-bottom-10 {
    margin-bottom: 10px;
}
/* custom widths */
.max-width-400{
    max-width: 400px;
}
.max-width-350{
    max-width: 350px;
}

/* Desktop only */
@media screen and (min-width: 1025px) {
    .position-absolute-md{
        position: absolute;
    }
    .position-relative-md{
        position: absolute;
    }
}