/*
Created on : December 01, 2023
Author     : Webiknows IT Solutions Pvt Ltd
Version: 3
*/
/*============================
 [Table of CSS]
 	1. Global variable css
	2. Background Color
	3. Color and Font
	4. Headings and Typographic Classes / .title, .uppercase etc
	5. Button
	6. Margins and Paddings
	7. Position
	8. Custom Checkbox and radio
	9. Reset Css
	10. Cus Scroll
	11. Ellipsis
    12. Animation
    13. FLOATING LABEL
    14. ACCORDION
/*-----------------
1. Global variable css
-----------------------*/

:root {
	--gradient-btn:  -webkit-linear-gradient(0deg, #ff0909 0%, #f1c232 100%);
    --primary-clr: #ff0909;
    --primary-clr-hover: #00649d;
    --secondary-clr: #f1c232;
    --third-clr: #0000ff;
    --orange-clr: #F27C39;
    --text-clr: #333232;
    --accent-clr: #8f8d8d;
    --lightgrey-clr:#c8c8c8;
    --ff-heading: 'Roboto', sans-serif;
    --ff-para: 'Merriweather', serif;
}



/*-------------------------- RESPONSIVE CSS -- START ------------------------*/



@media only screen and (min-width : 300px) and (max-width : 320px){
	
}

/*----------- Mobile - iPhone 6,7,8 -----------*/

/*@media only screen and (min-width : 321px) and (max-width : 375px){ */

@media only screen and (min-width : 321px) and (max-width : 450px){

}


/*-----------Desktops and laptops computers-----------*/

@media only screen and (min-width : 1224px) {

	
}







@media only screen and (max-width : 768px) {
.m-p-4 {padding: 1.5rem!important;}
.m-pl-4, .m-px-4 {padding-left: 1.5rem!important;}
.m-pr-4, .m-px-4 {padding-right: 1.5rem!important;}
.m-pl-0, .m-px-0 {padding-left: 0!important;}
.m-pr-0, .m-px-0 {padding-right: 0!important;}
}

/*-------------------------- RESPONSIVE CSS -- END ------------------------*/


.opacity-25 {opacity: 0.25;}
.opacity-half {opacity: 0.5;}
.opacity-75 {opacity: 0.75;}
.opacity-1 {opacity: 1;}
.vw-100 {width: 100vw;}
.vh-100 {height: 100vh;}
.w-lg-30 {max-width: 30%}
.mw-lg-65 {max-width: 65%}

.outline-none {outline: none !important;}
.border-r-5 {border-radius: 5px !important;}
.w-16 {width: 16px;}
.bg-red {background-color: #EC1C23;}


.hover-white {
    color: #FFF !important;
}

.web_customer_says {
    overflow: inherit;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.fit-image {
    object-fit: cover;
}
.grayscale{filter: grayscale(100%);}

.shadow-light {
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}

/*-----------------
2. Background Color
-----------------------*/
.bg-primary-clr {background: var(--primary-clr) !important;}
.bg-secondary {background: var(--secondary-clr) !important;}
.bg-third-clr {background: var(--third-clr) !important;}
.bg-lightgrey {background: var(--lightgrey-clr) !important;}
.bg-lightgrey2 {background: rgba(216, 216, 216, 0.2) !important;}
.bg-white {background: #fff !important;}
.bg-lightred {background: #fff3f4 !important;}
.bg-lightred2 {background: #ffdee1 !important;}
.bg-lightblue {background: #ACC8FE !important;}
.bg-t {background: transparent !important;}

/*-----------------
3. Color and Fonts 
-----------------------*/
.primary-clr {color: var(--primary-clr);}
.secondary-clr {color: var(--secondary-clr);}
.third-clr {color: var(--third-clr);}
.text-clr {color: var(--text-clr) !important;}
.text-clr2 {color: #666666 !important;}
.white {color: #fff !important;}
.black {color: #000 !important;}
.lightgrey-clr {color: var(--lightgrey-clr);}
.green{color:#38BC68;}
.f-headind {font-family: var(--ff-heading);}
.f-para {font-family: var(--ff-para);}

/*-----------------
4. Headings and Typographic Classes / .title, .uppercase etc
-----------------------*/
/* - Font size classes - */
.big {font-size: 3.6rem;line-height: 4.8;}
.bigger {font-size: 4.8rem;line-height: 1.2;}
.super {font-size: 6rem;line-height: 1.2;margin-bottom: 0;}
.f-6 {font-size: 0.6rem !important;}
.f-7 {font-size: 0.7rem !important;}
.f-8 {font-size: 0.8rem !important;}
.f-9 {font-size: 0.9rem !important;}
.f-10 {font-size: 1rem !important;}
.f-11 {font-size: 1.1rem !important;}
.f-12 {font-size: 1.2rem !important;}
.f-13 {font-size: 1.3rem !important;}
.f-14 {font-size: 1.4rem !important;}
.f-15 {font-size: 1.5rem !important;}
.f-16 {font-size: 1.6rem !important;}
.f-17 {font-size: 1.7rem !important;}
.f-18 {font-size: 1.4rem !important;}
.f-20 {font-size: 2rem !important;}
.f-22 {font-size: 2.2rem !important;}
.f-24 {font-size: 2.4rem !important;}
.f-25 {font-size: 2.5rem !important;}
.f-26 {font-size: 2.6rem !important;}
.f-28 {font-size: 2.8rem !important;}

.f-7px {font-size: 7px !important;}
.f-8px {font-size: 8px !important;}
.f-9px {font-size: 9px !important;}
.f-10px {font-size: 10px !important;}
.f-11px {font-size: 11px !important;}
.f-12px {font-size: 12px !important;}
.f-13px {font-size: 13px !important;}
.f-14px {font-size: 14px !important;}
.f-15px {font-size: 15px !important;}
.f-16px {font-size: 16px !important;}
.f-17px {font-size: 17px !important;}
.f-18px {font-size: 18px !important;}
.f-19px {font-size: 19px !important;}
.f-20px {font-size: 20px !important;}

/* - Font weight classes - */
.bold {font-weight: bold;}
.regular {font-weight: normal !important;;}
.bold-500 {font-weight: 500 !important;;}
.bold-600 {font-weight: 600 !important;;}
.bold-700 {font-weight: 700 !important;;}

.l-h-1 {line-height: 1;}
.l-h-2 {line-height: 1.2 !important;}
.l-h-3 {line-height: 1.3;}
.l-h-4 {line-height: 1.4;}
.l-h-5 {line-height: 1.5;}
.l-h-6 {line-height: 1.6;}
.l-h-7 {line-height: 1.7;}
.l-h-8 {line-height: 1.8;}
.l-h-9 {line-height: 1.9;}
.l-h2 {line-height: 2;}
.l-h3 {line-height: 3;}

.w-120px {width: 120px}
.w-20px {width: 20px}


.h-16px {height: 16px}
.h-20px {height: 20px}
.h-30px {height: 30px}
.h-40px {height: 40px}
.h-45px {height: 45px}
.h-50px {height: 50px}
.h-60px {height: 60px}
.h-80px {height: 80px} 
.h-100px {height: 100px}
.h-120px {height: 120px}
.h-150px {height: 150px}
.h-130px {height: 130px}
.h-180px {height: 180px !important;}
.h-200px {height: 200px !important;}
.h-210px {height: 210px !important;}
.h-230px {height: 230px !important;}
.h-250px {height: 250px} 

/*-----------------
6. Margins and Paddings
-----------------------*/
.mt-n1 {margin-top: -0.25rem !important;}
.mb-n1 {margin-bottom: -0.25rem !important;}
.ml-n1 {margin-left: -0.25rem !important;}
.mr-n1 {margin-right: -0.50rem !important;}
.mt-n2 {margin-top: -0.50rem !important;}
.mb-n2 {margin-bottom: -0.50rem !important;}
.ml-n2 {margin-left: -0.50rem !important;}
.mr-n2 {margin-right: -0.50rem !important;}
.mt-n3 {margin-top: -0.75rem !important;}
.mb-n3 {margin-bottom: -0.75rem !important;}
.ml-n3 {margin-left: -0.75rem !important;}
.mr-n3 {margin-right: -0.75rem !important;}
.mt-n4 {margin-top: -1rem !important;}
.mb-n4 {margin-bottom: -1rem !important;}
.ml-n4 {margin-left: -1rem !important;}
.mr-n4 {margin-right: -1rem !important;}

/*-----------------
11.Ellipsis
-----------------------*/
.ellipsis-line1 {  
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-line2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis-line3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsis-line4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ellipsis-line5 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


/* --------------------- Common CSS - START --------------------- */

.b-r-5 {border-radius: 5px !important;}
.b-r-10 {border-radius: 10px !important;}
.b-r-15 {border-radius: 15px !important;}
.b-r-50 {border-radius: 50px;}
.b-r-50per {border-radius: 50%;}

.b-r-left-5 {
	border-radius: 5px 0px 0px 5px;
}
.b-r-left-10 {
	border-radius: 10px 0px 0px 10px;
}
.b-r-left-15 {
    border-radius: 15px 0px 0px 15px;
}

.b-r-top-5 {
	border-radius: 5px 5px 0px 0px;
}
.b-r-top-10 {
	border-radius: 10px 10px 0px 0px !important;
}
.b-r-top-15 {
    border-radius: 15px 15px 0px 0px;
}

.b-r-right-5 {
	border-radius: 0px 5px 5px 0px !important;
}
.b-r-right-10 {
	border-radius: 0px 10px 10px 0px;
}
.b-r-right-15 {
    border-radius: 0px 15px 15px 0px;
}

.b-r-bottom-5 {
	border-radius: 0px 0px 5px 5px;
}
.b-r-bottom-10 {
	border-radius: 0px 0px 10px 10px;
}
.b-r-bottom-15 {
	border-radius: 0px 0px 15px 15px;
}

.bg-lightred3 {
    background-color: #fff9f9;
}

.border-primary-clr {
	border: 1px solid var(--primary-clr);
}
.border-red-clr {
	color: var(--primary-clr);
}

.outline {
	border: 1px solid var(--primary-clr);
}
.text-transform-none {
    text-transform: none;
}

.mt-3rem {
    margin-top: 3rem;
}

.display_flex{
	display: flex;
}

.bottom-1{
	bottom: 1%;
}
.bottom-2{
	bottom: 2%;
}
.bottom-3{
	bottom: 3%;
}
.bottom-4{
	bottom: 4%;
}
.bottom-5{
	bottom: 5%;
}

.min-width-0 {
	min-width: 0;
}

.h-100vh {
    height: 100vh;
}

.h-100px {
	height: 100px;
}
.h-120px {
	height: 120px;
}
.h-140px {
	height: 140px;
}
.h-145px {
	height: 145px;
}
.h-160px {
	height: 160px;
}

.h-8vw {
	height: 8vw;
}
.h-9vw {
	height: 9vw;
}
.h-10vw {
	height: 10vw;
}
.h-14vw {
	height: 14vw;
}
.h-15vw {
	height: 15vw;
}
.h-16vw {
	height: 16vw;
}
.h-17vw {
	height: 17vw;
}
.h-18vw {
	height: 18vw;
}
.h-19vw {
	height: 19vw;
}
.h-20vw {
	height: 20vw;
}
.h-25vw {
	height: 25vw;
}

.w-100px {
	width: 100px;
}
.w-120px {
	width: 120px;
}

.w-8vw {
	width: 8vw;
}
.w-9vw {
	width: 9vw;
}
.w-10vw {
	width: 10vw;
}
.w-11vw {
	width: 11vw;
}
.w-12vw {
	width: 12vw;
}
.w-13vw {
	width: 13vw;
}

.box_shadow{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.grey-clr {
	color: #838383;
}


.z-index-1 {
	z-index: 1;
}
.z-index-2 {
	z-index: 2;
}
.z-index-3 {
	z-index: 3;
}
.z-index-9999 {
    z-index: 9999; 
}

.cursor_pointer{
	cursor:pointer;
}

.bg_img {
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}
.shadow {
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}
.shadow_2 {
    box-shadow: 0 0 15px rgb(0 0 0 / 29%);
}

/* * STYLE 1 */
.style-1::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.style-1::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
.style-1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
/** STYLE 2 **/
.style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.style-2::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar-thumb
{
	background-color: var(--primary-clr);
}


.style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.style-3::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb
{
	background-color: #ECD6D8;
}


.style-4::-webkit-scrollbar-track
{
	background-color: var(--primary-clr);
}
.style-4::-webkit-scrollbar
{
    width: 5px;
    background-color: white;
}

.style-4::-webkit-scrollbar-thumb
{
	background-color: white;
}

.overflow-x-auto {
	overflow-x: auto;
}
.overflow-y-auto {
	overflow-x: auto;
}
.top-1 {
    top: 1px;
}
.top-2 {
    top: 2px;
}
.top-3 {
    top: 3px;
}
.top-4 {
    top: 4px;
}
.top-5 {
    top: 5px;
}
.top-n1 {
    top: -1px;
}
.top-n2 {
    top: -2px;
}
.top-n3 {
    top: -3px;
}
.top-n4 {
    top: -4px;
}
.top-n5 {
    top: -5px;
}

.right-1 {
    right: 1px;
}
.right-2 {
    right: 2px;
}
.right-3 {
    right: 3px;
}
.right-4 {
    right: 4px;
}
.right-5 {
    right: 5px;
}

.shadow_none {
    box-shadow: none !important;
}

.object-fit-cover {
	object-fit: cover;
}
.object-fit-contain {
	object-fit: contain;
}


.on_hover_2:hover{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.on_hover_3:hover{
	-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.scroll-height {
	height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
}

.shadow_from_bottom:after {
    content: "";
    background: linear-gradient(180deg, rgba(182, 182, 182, 0), rgba(0, 0, 0, 0.83));
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 45px 0px;
    z-index: 1;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    height: 100px;
}
.shadow_from_top:before {
    content: "";
    background: linear-gradient(0deg,hsla(0,0%,71.4%,0),rgba(0,0,0,.83));
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 0;
    z-index: 1;
    width: 100%;
    height: 100px;
}
.top-center {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.bottom-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.overflow-hidden {
    overflow: hidden;
}
.zoom-hover:hover {
    transition: all 0.3s;
}
.zoom-hover:hover {
    transform: scale(1.04);
}

/* --------------------- Common CSS - END --------------------- */


/* --------------------- App / Website CSS - START --------------------- */

main {
    padding-top: 85px !important;
}
.upload_img {
    position: absolute;
    color: white;
    background-color: var(--primary-clr);
    height: 25px;
    width: 25px;
    text-shadow: -3px 2px 5px black;
    display: flex !important;
    padding: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 20px;
}




/* --------------------- App / Website CSS - END --------------------- */

.card.product-hm-col {
    min-height: 107px;
    border-radius: 12px;
}

.card.product-hm-col img {
    max-height: 61px;
}

.card.product-hm-col a{
    color: #000;
}

.card.product-hm-col {
    min-height: 107px;
    border-radius: 12px;
}

.card.product-hm-col img {
    max-height: 61px;
}

.product-img{
    text-align: center;
}
.product-img img{
    max-height: 100px;
    
}

.logo-img{
    max-height: 238px;
    width: auto;
    margin: 0 auto;
}

.card.product-hm-col a {
    color: #212529;
    font-weight: 600;
}

.product-main-img {
    min-width: 90px;
    height: 60px;
    object-fit: cover;
}

.product-desc p{
    font-size: 14px;
}

.prod-card-link {
    color: #000 !important;
}

.input-float-btn {
    position: absolute;
    top: 21%;
    right: 4%;
}

.input-float-btn button{
    position: relative;
    bottom: 3px;
    right: -6px;
}

.input-float-btn .badge {
    font-size: 14px !important;
    font-weight: 500;
    padding: 7px;
    position: relative;
    bottom: 1px;
    right: -5px;
}

.lead-status {
    background: #3c63e2;
    width: max-content;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
    border-radius: 11px;
}

.icon-circ {
    width: 35px;
    height: 35px;
    background: #d5dfff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.fs-11{
    font-size: 11px !important;
}

.count-sec {
    background: #00f;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    color: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 6px 5px #ebebeb;
}

.card-icon {
    position: absolute;
    top: 11%;
    right: 5%;
    font-size: 26px;
    color: #ffffff;
    width: 45px;
    height: 45px;
    background: #0000e6 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #0033da;
}

.count-sec:focus, .count-sec:hover, .count-sec:active{
    color: #fff;
}

.great-vibe-font{
    font-family: "Great Vibes", cursive;
}
.bg-light-blue {
    background-color: #ebf5ff !important;
}

.category-label {
    background: #f1c232;
    padding: 5px 19px;
    color: #000 !important;
    border-radius: 50px;
    margin-bottom: 20px;
}

.feature-list ul {
    list-style: none;
    font-size: 13px;
}

.feature-list ul li {
    position: relative;
}

.feature-list ul li:before {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    left: -29px;
    background: transparent;
    /* border-radius: 50%; */
    top: 21%;
    border-left: 2px solid #ffbd17;
    border-bottom: 2px solid #ffbd17;
    transform: rotate(-40deg);
}

.tab-btn {
    background: #fff;
    margin-bottom: 20px;
    padding: 7px 20px !important;
    border-radius: 50px !important;
    border: 1px solid #ddd;
    font-size: 14px !important;
}

.tab-btn.active {
    background: #0000ff;
    /* border-color: #0e152f; */
    font-weight: bold;
    color: #fff;
}

.pageloader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.footer a.nav-link.active .nav-icon {
    background: #f1c232;
    padding: 1px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    border-radius: 50px;
}

.footer .nav .nav-item .nav-link.active{
    color: #161616  !important;
}

.btn-default:disabled {
    background-color: rgb(0 0 255 / 62%);
    color: #ffffff;
}

.cus-btn-default{
    background-color: var(--project-theme-color);
    color: #fff;
}

.cus-btn-default:focus{color: #fff;}

.main-container {
    padding-bottom: 37px;
}




.sidebar-wrap.sidebar-overlay::after{
    background-color: transparent !important;
}


.form-area {
    background-color: #fff;
    padding: 30px 0 0;
    position: fixed;
    bottom: -1px;
    border-radius: 50px 50px 0 0;
    width: 100%;
    left: 0;
    max-height: 80vh;
    overflow: auto;
}

@media(min-width: 768px){
    .form-area {
        position: sticky !important;
    }

    .footer{
        position: sticky !important;
    }

    header.position-fixed{
        position: sticky !important;
    }

    main{
        padding: 10px 0 40px !important;
    }
}

.cus-label-float input, .cus-label-float select {
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 10px 10px 15px;
    transition: all 0.3s ease;
    background: #e8e8e8;
}

.cus-label-float label {
    font-size: 14px;
    position: absolute;
    top: 25%;
    left: 15px;
    transition: all 0.2s ease;
    pointer-events: none;
}

.cus-label-float input:focus{
    border-color: #e8e8e8 !important;
}

/* Floating effect */
.cus-label-float input:not(:placeholder-shown), .cus-label-float select:not(:placeholder-shown) {
    background-color: #fff;
    border: 1px solid #e8e8e8 !important;
}

.cus-label-float input:focus~.custom-main-label, .cus-label-float select:focus~.custom-main-label,
.cus-label-float input:not(:placeholder-shown)~.custom-main-label, .cus-label-float select:not(:placeholder-shown)~.custom-main-label {
    top: -10px;
    background: #fff;
    font-size: 12px;
    padding: 0 10px;
    left: 7px;
}


.v-cus-btn-style {
    padding: 10px;
    background: #f1c232;
    font-weight: 600;
    border-radius: 10px;
}

.otp-send-btn{
    background-color: #f1c232;
    color: #212529;
    font-size: 13px;
}

.otp-send-btn {
    background-color: #f1c232;
    color: #212529;
    font-size: 13px;
    border-radius: 7px;
    border: 0 !important;
}