/* Fonts */
/* Mulish */
@import url("../fonts/mulish/stylesheet.css");
/* font-family: 'Mulish'; */

/* Albert Sans */
@import url("../fonts/albert-sens/stylesheet.css");
/* font-family: 'Albert Sans'; */ 

/* FONTSPRING DEMO - Juana Alt Medium */
@import url("../fonts/FONTSPRINGDEMO/stylesheet.css");
/* font-family: 'FSP DEMO - Juana Alt'; */

/* Futura Md BT */
@import url("../fonts/futura/stylesheet.css");
/* font-family: 'Futura Md BT'; */


/* Common Css Start ***
*********************/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
:root {
    --skinColor: #2C3E50;
    --skinColor2: #E67E22;
    --whiteColor: #FFF;
    --blackColor: #000;
    --titleColor: #15191D;
    --titleColor2: #0D0E10;
    --titleColor3: #0F1311;
    --bodyColor: #818487;
    --bodyColor2: #818195;
    --borderColor: #D9D9DF;
    --lightColor: #F2F4F6;
    --lightColor2: #F7F8FA;
}
body{
    padding: 0;
    margin: 0;
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #fff;
}
ul,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p,label{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    display: inline-block;
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}
.btn:focus,
button:focus,
.form-control:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn,
button{
    border: none;
    outline:none;
}
img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* For Flat UI Icons */
i[class^="fi-rr-"]:before,
i[class=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class="fi-rr-"]:before {
    line-height: unset;
}


/* Column Row Gap */
.g-20px{
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
}
.gx-20px{
    --bs-gutter-x: 20px;
}
.gy-20px{
    --bs-gutter-y: 20px;
}


/* Flex Gap */
.gap-1px{
    gap: 1px !important;
}
.gap-2px{
    gap: 2px !important;
}
.gap-6px{
    gap: 6px !important;
}
.gap-10px{
    gap: 10px !important;
}
.gap-12px{
    gap: 12px !important;
}
.gap-14px{
    gap: 14px !important;
}
.gap-18px{
    gap: 18px !important;
}
.gap-20px{
    gap: 20px !important;
}
.gap-22px{
    gap: 22px !important;
}
.gap-26px{
    gap: 26px !important;
}
.gap-28px{
    gap: 28px !important;
}
.gap-30px{
    gap: 30px !important;
}

/* Flex Column Gap */
.column-gap-2px{
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
}
.column-gap-6px{
    -webkit-column-gap: 6px !important;
       -moz-column-gap: 6px !important;
            column-gap: 6px !important;
}
.column-gap-10px{
    -webkit-column-gap: 10px !important;
       -moz-column-gap: 10px !important;
            column-gap: 10px !important;
}
.column-gap-12px{
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
}
.column-gap-14px{
    -webkit-column-gap: 14px !important;
       -moz-column-gap: 14px !important;
            column-gap: 14px !important;
}
.column-gap-18px{
    -webkit-column-gap: 18px !important;
       -moz-column-gap: 18px !important;
            column-gap: 18px !important;
}
.column-gap-20px{
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
}
.column-gap-22px{
    -webkit-column-gap: 22px !important;
       -moz-column-gap: 22px !important;
            column-gap: 22px !important;
}
.column-gap-26px{
    -webkit-column-gap: 26px !important;
       -moz-column-gap: 26px !important;
            column-gap: 26px !important;
}
.column-gap-28px{
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
}
.column-gap-30px{
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
}


/* Margin Bottom */
.mb-2px{
    margin-bottom: 2px !important;
}
.mb-6px{
    margin-bottom: 6px !important;
}
.mb-10px{
    margin-bottom: 10px !important;
}
.mb-12px{
    margin-bottom: 12px !important;
}
.mb-14px{
    margin-bottom: 14px !important;
}
.mb-18px{
    margin-bottom: 18px !important;
}
.mb-20px{
    margin-bottom: 20px !important;
}
.mb-22px{
    margin-bottom: 22px !important;
}
.mb-26px{
    margin-bottom: 26px !important;
}
.mb-28px{
    margin-bottom: 28px !important;
}
.mb-30px{
    margin-bottom: 30px !important;
}
.mb-40px{
    margin-bottom: 40px !important;
}
.mb-50px{
    margin-bottom: 50px !important;
}
.mb-60px{
    margin-bottom: 50px !important;
}
.mb-80px{
    margin-bottom: 80px !important;
}
.mb-100px{
    margin-bottom: 100px !important;
}

/* Margin Top */
.mt-1px{
    margin-top: 1px !important;
}
.mt-2px{
    margin-top: 2px !important;
}
.mt-6px{
    margin-top: 6px !important;
}
.mt-10px{
    margin-top: 10px !important;
}
.mt-12px{
    margin-top: 12px !important;
}
.mt-14px{
    margin-top: 14px !important;
}
.mt-18px{
    margin-top: 18px !important;
}
.mt-20px{
    margin-top: 20px !important;
}
.mt-22px{
    margin-top: 22px !important;
}
.mt-26px{
    margin-top: 26px !important;
}
.mt-28px{
    margin-top: 28px !important;
}
.mt-30px{
    margin-top: 30px !important;
}
.mt-50px{
    margin-top: 50px !important;
}
  
/* Padding */
.p-2px{
    padding: 2px !important;
}
.p-6px{
    padding: 6px !important;
}
.p-10px{
    padding: 10px !important;
}
.p-12px{
    padding: 12px !important;
}
.p-14px{
    padding: 14px !important;
}
.p-18px{
    padding: 18px !important;
}
.p-20px{
    padding: 20px !important;
}
.p-22px{
    padding: 22px !important;
}
.p-26px{
    padding: 26px !important;
}
.p-28px{
    padding: 28px !important;
}
.p-30px{
    padding: 30px !important;
}

/* Padding Bottom */
.pb-2px{
    padding-bottom: 2px !important;
}
.pb-6px{
    padding-bottom: 6px !important;
}
.pb-8px{
    padding-bottom: 8px !important;
}
.pb-10px{
    padding-bottom: 10px !important;
}
.pb-12px{
    padding-bottom: 12px !important;
}
.pb-14px{
    padding-bottom: 14px !important;
}
.pb-18px{
    margin-bottom: 18px !important;
}
.pb-20px{
    padding-bottom: 20px !important;
}
.pb-22px{
    padding-bottom: 22px !important;
}
.pb-26px{
    padding-bottom: 26px !important;
}
.pb-28px{
    padding-bottom: 28px !important;
}
.pb-30px{
    padding-bottom: 30px !important;
}

/* Padding Left-Right */
.px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.px-6px{
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.px-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-12px{
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.px-14px{
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.px-18px{
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.px-20px{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-22px{
    padding-left: 22px !important;
    padding-right: 22px !important;
}
.px-26px{
    padding-left: 26px !important;
    padding-right: 26px !important;
}
.px-28px{
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* Padding Top-Bottom */
.py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.py-6px{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.py-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-12px{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.py-14px{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.py-18px{
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.py-20px{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-22px{
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}
.py-26px{
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}
.py-28px{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
/* Common Css End ***
*******************/


/* Other Common Css Start ***
***************************/
/* Text Color */
.ec-text-skin{
    color: var(--skinColor) !important;
}
.ec2-text-skin{
    color: var(--skinColor2) !important;
}
.ec-text-dark{
    color: var(--titleColor) !important;
}
.ec2-text-dark{
    color: var(--titleColor2) !important;
}
.ec-text-secondary{
    color: var(--bodyColor) !important;
}
.ec2-text-secondary{
    color: var(--bodyColor2) !important;
}
.ec-text-danger{
    color: #EF4A4A !important;
}



/* Subtitles */
.al-subtitle-14px {
    color: var(--bodyColor2);
    /*font-family: "Albert Sans";*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.al-subtitle2-14px {
    color: var(--bodyColor);
    /*font-family: "Albert Sans";*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.al-subtitle3-16px{
    color: #9E9EA9;
    /*font-family: "Albert Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.al-subtitle-16px{
    color: var(--bodyColor2);
    /*font-family: "Albert Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


/* Title */
.al-title-12px {
    color: var(--titleColor2);
    /*font-family: "Albert Sans";*/
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.al-title-14px{
    color: var(--titleColor);
    /*font-family: "Albert Sans";*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}
.al-title2-14px{
    color: var(--titleColor2);
    /*font-family: "Albert Sans";*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}
.al-title-16px{
    color: var(--titleColor);
    /*font-family: "Albert Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
}
.al-title2-16px{
    color: var(--titleColor2);
    /*font-family: "Albert Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ml-title-18px{
    color: var(--titleColor);
    font-family: "Mulish";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
}
.al-title-18px{
    color: var(--titleColor2);
    /*font-family: "Albert Sans";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
}
.al-title2-18px{
    color: var(--titleColor);
    /*font-family: "Albert Sans";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
}
.al-title-20px{
    color: var(--titleColor2);
    /*font-family: "Albert Sans";*/
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
}
.al-title2-20px{
    color: var(--titleColor);
    /*font-family: "Albert Sans";*/
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
}
.al-title-24px {
    color: var(--titleColor2);
    /*font-family: "Albert Sans";*/
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.fsp-title-40px{
    color: var(--titleColor);
    text-align: center;
    font-family: 'FSP DEMO - Juana Alt';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
}



/* Buttons */
.ec-btn-dark{
    border: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 16px 30px;
    border-radius: 100px;
    background: var(--titleColor2);
    color: var(--whiteColor);
    /*font-family: "Albert Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ec-btn-dark:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec-btn-dark:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.ec-btn-dark svg{
    display: block;
}
.icon-left.ec-btn-dark svg,
.icon-right.ec-btn-dark svg,
.icon-left.ec-btn-dark img,
.icon-right.ec-btn-dark img{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.icon-right.ec-btn-dark:hover svg,
.icon-right.ec-btn-dark:hover img{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.icon-left.ec-btn-dark:hover svg,
.icon-left.ec-btn-dark:hover img{
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}



.ec3-btn-dark{
    border: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 8px;
    background: var(--titleColor);
    color: var(--whiteColor);
    /*font-family: "Albert Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
}
.ec3-btn-dark:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec3-btn-dark:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.ec3-btn-dark svg{
    display: block;
}
.icon-left.ec3-btn-dark svg,
.icon-right.ec3-btn-dark svg,
.icon-left.ec3-btn-dark img,
.icon-right.ec3-btn-dark img{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.icon-right.ec3-btn-dark:hover svg,
.icon-right.ec3-btn-dark:hover img{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.icon-left.ec3-btn-dark:hover svg,
.icon-left.ec3-btn-dark:hover img{
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}


.ec-btn-white{
    border: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 16px 30px;
    border-radius: 0px;
    background: var(--whiteColor);
    color: var(--titleColor2);
    /*font-family: "Albert Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ec-btn-white:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec-btn-white:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.ec-btn-white svg{
    display: block;
}
.ec-btn-white path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ec-btn-white:active path,
.ec-btn-white:hover path{
    fill: var(--whiteColor);
}
.icon-left.ec-btn-white svg,
.icon-right.ec-btn-white svg,
.icon-left.ec-btn-white img,
.icon-right.ec-btn-white img{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.icon-right.ec-btn-white:hover svg,
.icon-right.ec-btn-white:hover img{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.icon-left.ec-btn-white:hover svg,
.icon-left.ec-btn-white:hover img{
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}


.ec2-btn-white{
    border: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 16px 30px;
    border-radius: 0px;
    background: var(--whiteColor);
    color: var(--titleColor2);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ec2-btn-white:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec2-btn-white:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.ec2-btn-white svg{
    display: block;
}
.ec2-btn-white path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ec2-btn-white:active path,
.ec2-btn-white:hover path{
    fill: var(--whiteColor);
}
.icon-left.ec2-btn-white svg,
.icon-right.ec2-btn-white svg,
.icon-left.ec2-btn-white img,
.icon-right.ec2-btn-white img{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.icon-right.ec2-btn-white:hover svg,
.icon-right.ec2-btn-white:hover img{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.icon-left.ec2-btn-white:hover svg,
.icon-left.ec2-btn-white:hover img{
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}


.ec-btn-outline-dark{
    border: 1px solid var(--titleColor2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 15px 29px;
    border-radius: 100px;
    background: transparent;
    color: var(--titleColor2);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ec-btn-outline-dark:hover{
    background: var(--titleColor2);
    color: var(--whiteColor);
    border-color: var(--titleColor2);
}
.ec-btn-outline-dark:active{
    background: var(--titleColor2) !important;
    color: var(--whiteColor) !important;
    border-color: var(--titleColor2) !important;
}
.ec-btn-outline-dark svg{
    display: block;
}
.ec-btn-outline-dark path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ec-btn-outline-dark:active path,
.ec-btn-outline-dark:hover path{
    fill: var(--whiteColor);
}
.icon-left.ec-btn-outline-dark svg,
.icon-right.ec-btn-outline-dark svg,
.icon-left.ec-btn-outline-dark img,
.icon-right.ec-btn-outline-dark img{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.icon-right.ec-btn-outline-dark:hover svg,
.icon-right.ec-btn-outline-dark:hover img{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.icon-left.ec-btn-outline-dark:hover svg,
.icon-left.ec-btn-outline-dark:hover img{
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}



.ec-btn-outline-skin{
    border: 1px solid var(--skinColor);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 15px 29px;
    border-radius: 0px;
    background: transparent;
    color: var(--skinColor);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ec-btn-outline-skin:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
    border-color: var(--skinColor);
}
.ec-btn-outline-skin:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
    border-color: var(--skinColor) !important;
}
.ec-btn-outline-skin svg{
    display: block;
}
.ec-btn-outline-skin path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ec-btn-outline-skin:active path,
.ec-btn-outline-skin:hover path{
    fill: var(--whiteColor);
}
.icon-left.ec-btn-outline-skin svg,
.icon-right.ec-btn-outline-skin svg,
.icon-left.ec-btn-outline-skin img,
.icon-right.ec-btn-outline-skin img{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.icon-right.ec-btn-outline-skin:hover svg,
.icon-right.ec-btn-outline-skin:hover img{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.icon-left.ec-btn-outline-skin:hover svg,
.icon-left.ec-btn-outline-skin:hover img{
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}



.ec-btn-skin{
    border: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 16px 30px;
    border-radius: 0px;
    background: var(--skinColor);
    color: var(--whiteColor);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ec-btn-skin:hover{
    background: var(--skinColor2);
    color: var(--whiteColor);
}
.ec-btn-skin:active{
    background: var(--skinColor2) !important;
    color: var(--whiteColor) !important;
}
.ec-btn-skin svg{
    display: block;
}
.icon-left.ec-btn-skin svg,
.icon-right.ec-btn-skin svg,
.icon-left.ec-btn-skin img,
.icon-right.ec-btn-skin img{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.icon-right.ec-btn-skin:hover svg,
.icon-right.ec-btn-skin:hover img{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.icon-left.ec-btn-skin:hover svg,
.icon-left.ec-btn-skin:hover img{
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}



.ec2-btn-skin{
    border: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 16px 30px;
    border-radius: 0px;
    background: var(--skinColor2);
    color: var(--whiteColor);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ec2-btn-skin:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec2-btn-skin:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.ec2-btn-skin svg{
    display: block;
}
.icon-left.ec2-btn-skin svg,
.icon-right.ec2-btn-skin svg,
.icon-left.ec2-btn-skin img,
.icon-right.ec2-btn-skin img{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.icon-right.ec2-btn-skin:hover svg,
.icon-right.ec2-btn-skin:hover img{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.icon-left.ec2-btn-skin:hover svg,
.icon-left.ec2-btn-skin:hover img{
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}


.ec-sm-btn-dark{
    border: none;
    display: inline flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    border-radius: 100px;
    background: var(--titleColor2);
    padding: 13px 24px;
    color: var(--whiteColor);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ec-sm-btn-dark:hover {
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec-sm-btn-dark:active {
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.ec-sm-btn-dark svg{
    display: block;
}


.ec-sm-btn-warning{
    border: none;
    display: inline flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    border-radius: 100px;
    background: #FFCB38;
    padding: 13px 24px;
    color: var(--titleColor2);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ec-sm-btn-warning:hover {
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec-sm-btn-warning:active {
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.ec-sm-btn-warning svg{
    display: block;
}
.ec-sm-btn-warning path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ec-sm-btn-warning:active path,
.ec-sm-btn-warning:hover path{
    fill: var(--whiteColor);
}



.ec-btn-outline-secondary{
    border: none;
    display: inline flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 100px;
    border: 1px solid var(--borderColor);
    padding: 15px 29px;
    color: var(--titleColor2);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ec-btn-outline-secondary:hover{
    border-color: var(--titleColor2);
    background: var(--titleColor2);
    color: var(--whiteColor);
}
.ec-btn-outline-secondary:active{
    border-color: var(--titleColor2) !important;
    background: var(--titleColor2) !important;
    color: var(--whiteColor) !important;
}
.ec-btn-outline-secondary svg{
    display: block;
}
.ec-btn-outline-secondary path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ec-btn-outline-secondary:active path,
.ec-btn-outline-secondary:hover path{
    fill: var(--whiteColor);
}
.icon-left.ec-btn-outline-secondary svg,
.icon-right.ec-btn-outline-secondary svg,
.icon-left.ec-btn-outline-secondary img,
.icon-right.ec-btn-outline-secondary img{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.icon-right.ec-btn-outline-secondary:hover svg,
.icon-right.ec-btn-outline-secondary:hover img{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}
.icon-left.ec-btn-outline-secondary:hover svg,
.icon-left.ec-btn-outline-secondary:hover img{
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}


/* Badge */
.red-badge{
    padding: 8px 14px;
    background: #FC5732;
    color: var(--whiteColor);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}


/* Border */
.ec-border-bottom{
    border-bottom: 1px solid var(--borderColor);
}
/* SVG Display Block */
.svg-block > svg{
    display: block;
}
/* Link */
.text-link{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.text-link:hover{
    color: var(--skinColor) !important;
}
.section-margin{
    margin-bottom: 100px !important;
}
/* Other Common Css End ***
*************************/



/* Header Common Css Start */
.red-badge-sm {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 7px;
    border-radius: 69px;
    background: #FC5732;
    color: var(--whiteColor);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
/* Header Common Css End */

/* Cart Offcanvas Css Start ***
*****************************/
.offcanvas.shopping-cart-offcanvas{
    width: 420px;
    border: none;
}
.shopping-cart-offcanvas .offcanvas-header{
    padding: 24px 24px 32px 24px;
}
.shopping-cart-offcanvas .offcanvas-body{
    padding: 0;
    /* scrollbar-width: thin; */
}
.shopping-cart-offcanvas .offcanvas-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
.shopping-cart-offcanvas .offcanvas-body::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: var(--lightColor);
}
/* Handle */
.shopping-cart-offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: var(--borderColor);
}

.shopping-cart-offcanvas .btn-close{
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.shopping-cart-offcanvas .btn-close:hover{
    opacity: 0.5;
}
.cart-products-main{
    padding: 0 23.5px 45px 23.5px;
}

.product-list-sm-group .product-list-view-sm:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--borderColor);
}
.product-list-view-sm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}
.product-list-banner-sm{
    width: 108px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 108px;
            flex: 0 0 108px;
    aspect-ratio: 108 / 113;
    border-radius: 12px;
}
.product-list-banner-sm .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
}
.product-remove2-btn{
    height: 30px;
    width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    border-radius: 50%;
    display: inline flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none;
    background: transparent;
}
.product-remove2-btn:hover{
    background: var(--titleColor2);
}
.product-remove2-btn path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-remove2-btn:hover path{
    fill: var(--whiteColor);
}

.cart-slider-btn{
    padding: 0;
    border: none;
    background: transparent;
}
.cart-slider-btn svg{
    display: block;
}
.cart-slider-btn path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cart-slider-btn:hover path{
    fill: var(--titleColor2);
}

.shipping-progress-wrap{
    padding: 20px 24px;
    background: rgba(235, 238, 242, 0.4);
}
.shipping-progress{
    height: 5px;
    border-radius: 50px;
    background: var(--borderColor);
    overflow: visible;
}
.shipping-progress .progress-bar{
    border-radius: 50px;
    background: #EF4A4A;
    position: relative;
    overflow: visible;
}
.shipping-progress .progress-bar::after{
    content: "";
    position: absolute;
    right: -10.5px;
    top: -10.5px;
    width: 26px;
    height: 26px;
    border: 1.5px solid #EF4A4A;
    border-radius: 50%;
    background-color: var(--whiteColor);
    background-image: url(../images/svg-icons/truck-fast-shipping-16.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
}
.chipping-cart-bottom{
    padding: 20px 24px 30px 24px;
}

/* Checkbox */
.form-checkbox3-input{
    width: 16px;
    height: 16px;
    border: 1px solid var(--borderColor);
    cursor: pointer;
    margin-top: 0;
    background-color: transparent;
}
.form-checkbox3-input:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--borderColor);
}
.form-checkbox3-input[type=checkbox] {
    border-radius: 4px;
}
.form-checkbox3 .form-checkbox3-input {
    margin-left: -24px;
}
.form-checkbox3-label{
    color: var(--bodyColor2);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 2px;
}
.form-checkbox3 {
    min-height: 16px;
    padding-left: 24px;
    margin-bottom: 0;
}
.form-checkbox3-input:checked {
    background-color: var(--titleColor2);
    border-color: var(--titleColor2);
}
.shopping-cart-btn{
    min-width: calc(50% - 4px);
}

/* Increment Decrement */
.quantity-of-product{
    width: 30px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    padding: 0;
    color: var(--titleColor2);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    text-align: center;
}
.quantity-input-wrap{
    padding: 4px;
    border-radius: 100px;
    background: var(--lightColor);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.quantity-btn{
    padding: 4px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
}
.quantity-btn.inc{
    padding-left: 2px;
}
.quantity-btn.dec{
    padding-right: 2px;
}
.quantity-btn svg{
    display: block;
}
.quantity-btn path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.quantity-btn:hover path{
    stroke: var(--titleColor2);
}

.quantity-input-wrap2{
    padding: 6px 8.5px;
}
.quantity-input-wrap2 .quantity-of-product{
    font-size: 12px;
}
/* Cart Offcanvas Css End ***
***************************/
/* Login Modal Css Start ***
**************************/
.header-login-modal{
    --bs-modal-width: 483px;
}
.header-login-modal .modal-content{
    border: none;
    background-color: var(--whiteColor);
    border-radius: 12px;
}
.header-login-modal .modal-header .btn-close{
    position: absolute;
    right: 19px;
    top: 16px;
    height: 16px;
    width: 16px;
    z-index: 1;
    opacity: 0.80;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header-login-modal .modal-header .btn-close:hover{
    opacity: 0.5;
}
.header-login-modal .modal-header .btn-close:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.header-login-modal .modal-header{
    padding: 0;
    border-bottom: 0;
}
.header-login-modal .modal-body{
    padding: 24px;
}

/* Form Control */
.ec-form-label{
    margin-bottom: 12px;
    color: var(--titleColor2);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
}
.ec-form-control{
    border-radius: 100px;
    background: var(--lightColor);
    border: 1px solid var(--lightColor);
    padding: 13px 19px;
    color: var(--bodyColor2);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    height: 42px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.ec-form-control:hover{
    border-color: var(--titleColor2);
}
.ec-form-control:focus{
    border-color: var(--titleColor2);
    color: var(--titleColor2);
    background: var(--lightColor);
}
.ec-form-control::-webkit-input-placeholder{
    color: var(--bodyColor2);
}
.ec-form-control::-moz-placeholder{
    color: var(--bodyColor2);
}
.ec-form-control:-ms-input-placeholder{
    color: var(--bodyColor2);
}
.ec-form-control::-ms-input-placeholder{
    color: var(--bodyColor2);
}
.ec-form-control::placeholder{
    color: var(--bodyColor2);
}

.number-arrow-hide::-webkit-inner-spin-button, 
.number-arrow-hide::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/* Firefox */
.number-arrow-hide {
    -moz-appearance: textfield !important;
  }

/* Password toggle */
.input-password-wrap .ec-form-control{
    padding-right: 40px;
}
.toggle-password:hover ~ .ec-form-control{
    border-color: var(--titleColor2);
}
.input-password-wrap .ec2-form-control{
    padding-right: 40px;
}
.toggle-password:hover ~ .ec2-form-control{
    border-color: var(--titleColor2);
}
.input-password-wrap{
    width: 100%;
    position: relative;
}
.input-password-wrap .password-icons{
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
}
.input-password-wrap .password-icons.lock .eye-unlock{
    display: none;
}
.input-password-wrap .password-icons.unlock .eye-lock{
    display: none;
}

/* Checkbox */
.form-checkbox-input{
    width: 16px;
    height: 16px;
    border: 1px solid var(--bodyColor2);
    cursor: pointer;
    margin-top: 0;
    background-color: transparent;
}
.form-checkbox-input:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--bodyColor2);
}
.form-checkbox-input[type=checkbox] {
    border-radius: 3px;
}
.form-checkbox .form-checkbox-input {
    margin-left: -24px;
}
.form-checkbox-label{
    color: var(--titleColor2);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 2px;
}
.form-checkbox {
    min-height: 16px;
    padding-left: 24px;
    margin-bottom: 0;
}
.form-checkbox-input:checked {
    background-color: var(--titleColor2);
    border-color: var(--titleColor2);
}

/* Login Modal Css End ***
************************/



/* Footer Common Css Start */
.max-w-405px{
    max-width: 405px;
}
/* SVG Link */
.svg-link svg{
    display: block;
}
.svg-link path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.svg-link:hover path{
    fill: var(--skinColor);
}
.svg-link2 svg{
    display: block;
}
.svg-link2 path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.svg-link2:hover path{
    fill: var(--skinColor2);
}

/* For svg active link */
.svg-action-link svg{
    display: block;
}
.svg-action-link path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.svg-action-link.active path,
.svg-action-link:hover path{
    fill: var(--skinColor);
}
.svg-action-link2 svg{
    display: block;
}
.svg-action-link2 path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.svg-action-link2.active path,
.svg-action-link2:hover path{
    fill: var(--skinColor2);
}
/* Footer Common Css End */



/* Scroll Top Css Start ***
*************************/
.scroll-progress-wrap {
    position: fixed;
    bottom: 88px;
    right: 20px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 999px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: var(--whiteColor);
    border: 1.2px solid rgba(134, 134, 134, 0.12);
}
.scroll-progress-wrap:hover{
    -webkit-animation: waveBtn 2s 1;
            animation: waveBtn 2s 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
@-webkit-keyframes waveBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--skinColor2);
                box-shadow: 0 0 0 0 var(--skinColor2)
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px transparent;
                box-shadow: 0 0 0 20px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
                box-shadow: 0 0 0 0 transparent
    }
}
@keyframes waveBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--skinColor2);
                box-shadow: 0 0 0 0 var(--skinColor2)
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px transparent;
                box-shadow: 0 0 0 20px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
                box-shadow: 0 0 0 0 transparent
    }
}
.scroll-progress-wrap::after {
    position: absolute;
    content: "\f136";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: var(--titleColor);
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.scroll-progress-wrap.active-scroll-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.scroll-progress-wrap svg path {
    fill: none;
}
.scroll-progress-wrap svg.scroll-progress-circle path {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    stroke: var(--titleColor);
    stroke-width: 1.2;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
}
/* Scroll Top Css End ***
***********************/



/* Quick View Modal Css Start ***
*******************************/
.sky-blue-badge-sm {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 7px;
    border-radius: 69px;
    background: #06BFE2;
    color: var(--whiteColor);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
@media (min-width: 992px) {
    .quick-view-modal .modal-lg {
        --bs-modal-width: 736px;
    }
}
.quick-view-modal .modal-content{
    border: none;
    border-radius: 12px;
    background-color: var(--whiteColor);
}
.quick-view-modal .modal-header{
    padding: 0;
    border-bottom: 0;
}
.quick-view-modal .modal-header .btn-close{
    position: absolute;
    right: 19px;
    top: 16px;
    height: 16px;
    width: 16px;
    z-index: 1;
    opacity: 0.80;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.quick-view-modal .modal-header .btn-close:hover{
    opacity: 0.5;
}
.quick-view-modal .modal-header .btn-close:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.quick-view-modal .modal-body{
    padding: 20px;
}
.quick-view-banner-wrap{
    width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    border-radius: 9.873px;
}
.quick-view-banner-wrap img{
    width: 100%;
    height: 100%;
    border-radius: 9.873px;
    -o-object-fit: cover;
       object-fit: cover;
}
figure.containerZoom{
    border-radius: inherit;
}

.circle-iconbox-32px{
    height: 32px;
    width: 32px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    border-radius: 50%;
    border: 1px solid var(--borderColor);
    -webkit-filter: drop-shadow(0px 3.04px 4.559px rgba(0, 0, 0, 0.02));
            filter: drop-shadow(0px 3.04px 4.559px rgba(0, 0, 0, 0.02));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.circle-iconbox-32px:hover{
    background: var(--titleColor2);
    border-color: var(--titleColor2);
}
.circle-iconbox-32px svg{
    display: block;
}
.circle-iconbox-32px path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.circle-iconbox-32px:hover path{
    fill: var(--whiteColor);
}

.me-1px{
    margin-right: 1px !important;
}

.max-w-254px{
    max-width: 254px;
}
.ec-progress-sm{
    height: 3px;
    border-radius: 37px;
    background-color: var(--borderColor);
}
.ec-progress-sm .progress-bar{
    border-radius: 37px;
    background-color: #EF4A4A;
}
.pd-sold-subtitle{
    color: #EF4A4A;
    /* /*font-family: "Albert Sans";*/ */
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 10px */
}

.size-checkbox1-input{
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.size-checkbox1-btn{
    height: 30px;
    width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--titleColor2);
    /* /*font-family: "Albert Sans";*/ */
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 10px */
    border: 0.76px solid var(--borderColor);
    padding-top: 1px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.size-checkbox1-btn:has(~ .size-checkbox1-input:checked){
    background-color: var(--titleColor2);
    border-color: var(--titleColor2);
    color: var(--whiteColor);
}
.size-checkbox1-btn-resize{
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 15px;
    border-radius: 75px;
}

.color-checkbox2-input{
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.color-checkbox2-btn{
    height: 19px;
    width: 19px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19px;
            flex: 0 0 19px;
    border-radius: 50%;
    background-color: var(--checkbox-color);
    border: 3px solid var(--whiteColor);
    outline: 1px solid transparent;
    outline-offset: -1px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
}
.color-checkbox2-btn:has(~ .color-checkbox2-input:checked){
    outline-color: var(--checkbox-color);
}

/* Quick View Modal Css End ***
*****************************/



/* Home Page Css Start ***
************************/
.banner-section-main{
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34.79%, #FFFFF8), color-stop(97.46%, #F9F9EA));
    background: -o-linear-gradient(top, #FFFFF8 34.79%, #F9F9EA 97.46%);
    background: linear-gradient(180deg, #FFFFF8 34.79%, #F9F9EA 97.46%);
}
.banner-content-area{
    padding: 0px 97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.banner-lamp-shape{
    position: absolute;
    top: 0;
    width: 136px;
    /* height: 361px; */
    aspect-ratio: 136 / 361;
    margin-left: calc(-67px - 97px);
    z-index: -1;
}
.banner-lamp-shape img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.banner-lamp-line{
    position: absolute;
    top: 355px;
    width: 1px;
    height: 400px;
    margin-left: 67px;
    z-index: -1;
    background: rgba(44, 62, 80, 0.16);
}


.banner-content-lef{
    padding: 64px 0px 116px 0px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.bn-sm-title{
    color: var(--titleColor3);
    font-family: 'FSP DEMO - Juana Alt';
    font-size: 58px;
    font-style: normal;
    font-weight: 500;
    line-height: 120.69%; /* 70px */
    max-width: 498px;
    margin-bottom: 10px;
}
.banner-title-shape{
    display: inline-block;
}
.banner-title{
    color: var(--titleColor);
    font-family: 'FSP DEMO - Juana Alt';
    font-size: 158px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 169px */
    margin-bottom: 20px;
}
.banner-title-typo{
    color: var(--whiteColor);
}
.banner-subtitle{
    color: #797C80;
    /*font-family: "Albert Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    max-width: 533px;
    margin-bottom: 16px;
}
.banner-content-right{
    margin-left: -92px;
    position: static;
}
.banner-content-right::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#2E4C6A), to(#2C3E50));
    background: -o-linear-gradient(top, #2E4C6A 0%, #2C3E50 100%);
    background: linear-gradient(180deg, #2E4C6A 0%, #2C3E50 100%);
    z-index: -1;
    width: 80%;
}
.banner-content-right-inner{
    position: absolute;
    width: 637px;
    aspect-ratio: 637 / 712;
    top: 0;
    bottom: 0;
}
.banner-content-right-inner .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.banner-content-right-position{
    position: relative;
    height: 100%;
    width: 100%;
}
.banner-product-details{
    position: absolute;
    top: 148px;
    left: 42px;
    background: var(--whiteColor);
    padding: 16px;
}
.banner-product-details .title{
    color: var(--titleColor);
    /*font-family: "Albert Sans";*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
    margin-bottom: 8px;
}
.banner-product-details .price{
    color: var(--skinColor2);
    /*font-family: "Albert Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}


/* Category */
.single-category-card{
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 367 / 384;
}
.single-category-card .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.category-btn-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 187px;
    padding: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 25, 29, 0.00)), to(rgba(21, 25, 29, 0.7)));
    background: -o-linear-gradient(top, rgba(21, 25, 29, 0.00) 0%, rgba(21, 25, 29, 0.7) 100%);
    background: linear-gradient(180deg, rgba(21, 25, 29, 0.00) 0%, rgba(21, 25, 29, 0.7) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* Bullet Point */
.category-slider .swiper-pagination{
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin-top: 30px;
    padding: 2px 0;
}
.category-slider .swiper-horizontal>.swiper-pagination-bullets, 
.category-slider .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
}
.category-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.category-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.category-slider .swiper-pagination-bullet{
    background-color: var(--bodyColor);
    opacity: 0.36;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--titleColor);
    height: 10px;
    width: 10px;
    outline: 0.5px solid rgba(129, 129, 149, 0.5);
    outline-offset: 1.5px;
    margin: 0 2px !important;
}
.category-slider .swiper-slide{
    height: auto;
}

/* MD Product Card */
.swiper-button-next{
    height: 100%;
}
.product-md-banner{
    width: 100%;
    aspect-ratio: 300 / 250;
    position: relative;
    overflow: hidden;
}
.product-md-banner .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.product-md-banner .red-badge{
    position: absolute;
    left: 16px;
    top: 16px;
}

/* Color Checkbox */
.color-checkbox1-input{
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.color-checkbox1-btn{
    height: 24px;
    width: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    border-radius: 50%;
    background-color: var(--checkbox-color);
    border: 5px solid var(--whiteColor);
    outline: 1px solid transparent;
    outline-offset: -1px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
}
.color-checkbox1-btn:has(~ .color-checkbox1-input:checked){
    outline-color: var(--checkbox-color);
}
/* Timer MD */
.offer-time-md-wrap{
    width: 100%;
    padding: 20px 16px;
    position: absolute;
    left: 0;
    bottom: 20px;
    -webkit-transition: all ease 350ms;
    -o-transition: all ease 350ms;
    transition: all ease 350ms;
}
.product-md-card:hover .offer-time-md-wrap{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    bottom: 0;
}
.offer-time-md-wrap .ec-offer-timer:not(:has(ul)){
    text-align: center;
    color: var(--whiteColor);
    /*font-family: "Albert Sans";*/
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    padding: 13px;
    border-radius: 0px;
    background: rgba(13, 14, 16, 0.6);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.offer-time-md-wrap .ec-offer-timer ul{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.offer-time-md-wrap .ec-offer-timer ul li{
    border-radius: 0px;
    background: rgba(13, 14, 16, 0.6);
    width: 38px;
    height: 38px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    color: var(--whiteColor);
    /*font-family: "Albert Sans";*/
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    text-align: center;
}
.offer-time-md-wrap .ec-offer-timer ul li span{
    color: var(--whiteColor);
    /*font-family: "Albert Sans";*/
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 8px */
    text-align: center;
}

.product-md-buttons{
    width: 100%;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 0 20px 40px 20px;
    bottom: -43px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease 450ms;
    -o-transition: all ease 450ms;
    transition: all ease 450ms;
}
.product-md-card:hover .product-md-buttons{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    bottom: 0;
}
/* Icon Button */
.white-icon-btn{
    height: 42px;
    width: 42px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
    border-radius: 0%;
    background: var(--whiteColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.white-icon-btn svg{
    display: block;
}
.white-icon-btn path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.white-icon-btn:hover{
    background: var(--titleColor2);
    color: var(--whiteColor);
}
.white-icon-btn:hover path{
    fill: var(--whiteColor);
}
.svg-stroke.white-icon-btn:hover path{
    stroke: var(--whiteColor);
}

/* Discount Area */
.discount-timer-area{
    background: url(../images/all-images/timer-section-banner.webp) no-repeat center center / cover;
    padding: 55px 20px 90px 20px;
}
.dta-title{
    color: var(--whiteColor);
    font-family: 'FSP DEMO - Juana Alt';
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 46px */
}
.dta-subtitle{
    color: #D8D8D8;
    /*font-family: "Albert Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.ff-futura{
    font-family: 'Futura Md BT' !important;
}

.discount-timer-content{
    max-width: 629px;
    margin: 0 auto;
}

/* Timer */
.discount-timer-wrap{
    width: 100%;
    margin-bottom: 40px;
}
.discount-timer-wrap .ec2-offer-timer:not(:has(ul)){
    color: var(--whiteColor);
    /*font-family: "Albert Sans";*/
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 108.696%; /* 50px */
    text-align: center;
}
.discount-timer-wrap .ec2-offer-timer ul{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
    row-gap: 19px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.discount-timer-wrap .ec2-offer-timer ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
    color: var(--whiteColor);
    /*font-family: "Albert Sans";*/
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 108.696%; /* 50px */
    text-align: center;
}
.discount-timer-wrap .ec2-offer-timer ul li span{
    color: var(--whiteColor);
    /*font-family: "Albert Sans";*/
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 22px */
    text-align: center;
}

.discount-timer-wrap .ec2-offer-timer ul li:not(:last-child){
    padding-right: 29px;
    position: relative;
}
.discount-timer-wrap .ec2-offer-timer ul li:not(:last-child)::after{
    content: ":";
    position: absolute;
    right: 0;
    top: 0%;
    color: var(--whiteColor);
    /*font-family: "Albert Sans";*/
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 45px */
}
.dta-btn:hover{
    background: #ff7800;
}
.dta-btn:active{
    background: #ff7800 !important;
}

/* Offer Ads Area */
.offer-ads-card{
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 367 / 473;
}
.offer-ads-card .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.offer-ads-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 26px;
}
.oads-title{
    color: var(--whiteColor);
    /*font-family: "Albert Sans";*/
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
    margin-bottom: 26px;
}
.oads-price{
    color: var(--whiteColor);
    /*font-family: "Albert Sans";*/
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 33px */
}

.product-slider-navigation{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
}
.product-slider-navigation .swiper-button-next, 
.product-slider-navigation .swiper-button-prev {
    position: inherit;
    top: unset;
    left: unset;
    right: unset;
    width: 50px;
    height: 50px;
    margin-top: 0;
    border: 1px solid var(--skinColor);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-slider-navigation .swiper-button-next:hover, 
.product-slider-navigation .swiper-button-prev:hover{
    background: var(--skinColor);
}
.product-slider-navigation .swiper-button-next path, 
.product-slider-navigation .swiper-button-prev path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-slider-navigation .swiper-button-next:hover path, 
.product-slider-navigation .swiper-button-prev:hover path{
    fill: var(--whiteColor);
}
.product-slider-navigation .swiper-button-next::after, 
.product-slider-navigation .swiper-button-prev::after{
    display: none;
}
.product-slider-navigation .swiper-slide{
    height: auto;
}


/* Testimonials */
.single-testimonial{
    height: 100%;
    position: relative;
    opacity: 0.32;
    z-index: 1;
}
.single-testimonial::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 79px;
    aspect-ratio: 79 / 76.9;
    background: url(../images/all-images/quote-shape.svg) no-repeat center center / contain;
    z-index: -1;
}
.single-testimonial::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 44px;
    width: 79px;
    aspect-ratio: 79 / 76.9;
    background: url(../images/all-images/quote-shape.svg) no-repeat center center / contain;
    z-index: -1;
}
.testimonial-stars{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
    margin-bottom: 20px;
}
.testimonial-comment{
    color: var(--titleColor);
    text-align: center;
    /*font-family: "Albert Sans";*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    text-align: center;
}
.testimonial-profile{
    height: 46.473px;
    width: 46.473px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.473px;
            flex: 0 0 46.473px;
    border-radius: 50%;
    border: 2.473px solid #FFF7F6;
}
.testimonial-profile img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}
.tm-user-name{
    margin-bottom: 8px;
    color: var(--titleColor);
    /*font-family: "Albert Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
}
.testimonial-date{
    color: var(--bodyColor);
    /*font-family: "Albert Sans";*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}
/* Bullet Point */
.testimonial-slider .swiper-pagination{
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin-top: 30px;
    padding: 2px 0;
}
.testimonial-slider .swiper-horizontal>.swiper-pagination-bullets, 
.testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
}
.testimonial-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.testimonial-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
.testimonial-slider .swiper-pagination-bullet{
    background-color: var(--bodyColor);
    opacity: 0.36;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.testimonial-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--titleColor);
    height: 10px;
    width: 10px;
    outline: 0.5px solid rgba(129, 129, 149, 0.5);
    outline-offset: 1.5px;
    margin: 0 2px !important;
}
.testimonial-slider .swiper-slide{
    height: auto;
}
.testimonial-slider .swiper-slide-active .single-testimonial{
    opacity: 1;
}


/* Blog */
.ec-blog-card{
    position: relative;
    overflow: hidden;
    padding-bottom: 48px;
    height: 100%;
}
.ec-blog-card .ec-blog-card-btn{
    position: absolute;
    bottom: 0;
    left: 0;
}
.ec-blog-banner{
    width: 100%;
    aspect-ratio: 367 / 260;
    overflow: hidden;
}
.ec-blog-banner .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 300ms ease-in;
    -o-transition: 300ms ease-in;
    transition: 300ms ease-in;
}
.ec-blog-card:hover .ec-blog-banner .banner{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.blog-date{
    color: var(--bodyColor);
    /*font-family: "Albert Sans";*/
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    margin-bottom: 16px;
}
.blog-date .minimize-color{
    color: #A4A8AD;
}
/* Home Page Css End ***
**********************/
.white-icon-btn.active svg path{
    fill: #EF4A4A;

}
