:root {
    --first-color: #006efa;
    --second-color: #07cdbe;
    --gradient: linear-gradient(259.26deg,#006efa,#07cdbe 84.05%);
    --gradient2: linear-gradient(259.26deg, #006efa, #a1f9f2 84.05%);
    --heading-font: "Roboto", sans-serif;
}

.first-color {
    color: var(--first-color);
}

.second-color {
    color: var(--second-color);
}

.heading-font {
    font-family: var(--heading-font);
}

h1,
h2,
h3,
h4,
h6 {
    font-family: var(--heading-font);
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

form {
    margin: 0px;
}

a:hover {
    color: var(--second-color);
}

p {
    font-size: 16px;
}

label.label {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: 3px 7px 5px 8px;
}

.label-danger {
    background: #FF1616;
    color: #fff;
}

.label-warning {
    background: #FFAA16;
    color: #fff;
}

.label-success {
    background: #7ED321;
    color: #fff;
}
.main-header.fixed-header {
    position: fixed;
    width: 100%;
    background: #fff;
	 top: 0;
}

.main-header {
    position: relative;
    top: 0px;
    width: 100%;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.06);
    z-index: 999;
    background-color: #fff;
}
 
 
.list-style {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.topheader {
    background:var(--gradient2);
}

.topheader .logo-img {
	padding: 10px 0;
}

.topheader .logo-img img {
    height: 75px;
}

.topheader .top-rightopt {
    display: flex;
    justify-content: end;
    gap: 30px;
    align-items: center;
}

.top-rightopt ul {
    display: flex;
}

.top-rightopt ul li {
    padding-left: 22px;
}

.top-rightopt ul li a {
        display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
}

.top-rightopt ul li a {}

.top-rightopt ul li a span {
    font-size: 14px;
    font-weight: 500;
}

.btn.btn1 {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 8px 19px;
        border-radius: 34px;
        transition: all 520ms ease;
        overflow: hidden;
        position: relative;
        border: none;
        z-index: 1;
}
.btn.btn1 i {
    margin-right: 6px;
}
.btn.bnt1:hover {
    background: #9d4edd;
    color: #fff;
}
.btn.btn1:before , .btn.btn1:after {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transition: all 520ms ease;
}
.btn.btn1:before {
    background: var(--gradient);
    transform: translate3D(0, 0, 0);
    z-index: -1;
} 
.btn.btn1::after {
    background-color: #9c87fb;
    transform: translate3D(0, -100%, 0);
    z-index: -1;
}
.btn:hover:after {
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66) !important;
    transform: translate3D(0, 0, 0);
    transition: all .5s;
} 
.btn.btn1:hover {
    color: #fff;
}
.btn.bnt1:hover i {
    color: #fff;
}
.top-rightopt ul li   .icon {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    border: 1px solid #eeeeee7a;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.top-rightopt ul li .icon i {
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
}

.top-rightopt ul li .icon:before {
    content: '';
    background: #ffffff4f;
    filter: blur(1px);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    border-radius: 50%;
}
.sub-menu {
    width: 100%;
    padding: 0;
    left: 0;
    top: 39px;
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10; 
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
}

.mainheader {
        background: #11214d;
    position: relative; 
}

.mainheader .nav-menu {}

.mainheader .nav-menu ul {
      display: flex;
    align-items: center;
    gap: 30px; 
}

.mainheader .nav-menu ul .mega-li {
    position: relative;
    transition: all 300ms ease;
}

.mainheader .nav-menu ul .mega-li a {
        display: block;
    font-size: 14px;
    padding: 7px 0;
    font-weight: 500;
    color: #fff;
    position: relative;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.mainheader .nav-menu ul .mega-li:hover {
    position: static;
}

.mainheader .nav-menu ul .mega-li:hover a { 
    font-weight: 700;
	    transform: scale3d(1.1, 1.1, 1.1);
    transition: transform .1s ease-in-out;
}
.mainheader .nav-menu ul .mega-li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
    z-index: 9999;
}

.sub-menu .mega-inner {
	    padding: 25px 0;
    display: flex;
    justify-content: space-between;
	text-align: left;
    border-radius: 0 0 15px 15px;
    background-color: #fff;
    box-shadow: 0 8px 8px rgba(23, 22, 24, 4%), 0 4px 4px rgba(23, 22, 24, 4%), 0 2px 2px rgba(23, 22, 24, 4%);
}
.sub-menu .container {
    padding: 0px 0;
}
.sub-menu .container {
    padding: 0px 0;
}

.sub-menu .mega-inner .inner-col {
        padding-left: 30px;
    padding-right: 30px;
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.sub-menu .mega-inner .inner-col h5 {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--first-color);
    margin-bottom: 10px;
}

.boxt1 {
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 16px;
    background: #ffd6ff;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.boxt1 h6 {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
}

.boxt1 .arr-icon {
    width: 27px;
    height: 27px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.boxt1 .arr-icon i {
    font-size: 11px;
}

.sub-menu .mega-inner .inner-col:last-child {
    border-right: none;
} 
.boxt1:hover {
    transform: translateY(-4px);
    transition: 0.5s;
}
.mainheader .nav-menu ul .mega-li a .icon-box {
    background: #ffffff87;
    width: 26px;
    margin-right: 6px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eeeeee7a;
}

.mainheader .nav-menu ul .mega-li a .icon-box i {
    color: #fff;
    line-height: 0px;
    font-size: 13px;
}
.bg1{
	    background: linear-gradient(96deg, #F2F1FF 5.02%, #FDF1FF 95.41%)!important;
}
.bg2{
	    background: linear-gradient(247deg, rgba(87, 218, 255, 0.1) 0.99%, rgba(0, 80, 255, 0.1) 97.77%)!important;
}
.bg3{
	    background: linear-gradient(247deg, rgba(255, 197, 69, 0.1) 0.99%, rgba(255, 74, 13, 0.1) 97.77%)!important;
}
.bg4{
	    background: linear-gradient(270deg, rgba(184, 219, 29, 0.12) 0%, rgba(38, 207, 116, 0.12) 100%)!important;
}
.bg5{
	    background: linear-gradient(270deg, rgba(253, 190, 251, 0.1) 0%, rgba(214, 51, 174, 0.1) 100%)!important;
}
.bg6{
	    background: linear-gradient(to right, #E6EBFF, #e6fff9) !important;
}
.bg7{
	   background: linear-gradient(to right, #F7E9FF, #ffe7e7) !important;
}
.bg8{
	    background: linear-gradient(to right, #FFEEEE, #c3e7ff)!important;
}
.bg9{
	    background: linear-gradient(180deg, rgba(66, 221, 255, 0.2) 0%, rgba(1, 55, 255, 0.2) 100%)!important;
}
.bg10{
	    background: linear-gradient(180deg, rgba(156, 51, 226, 0.2) 0%, rgba(64, 54, 206, 0.2) 100%)!important;
} 
.banner-section {
    position: relative;
}

.banner-section .banner-content {
    padding: 74px 0;
    z-index: 1;
    position: relative;
}

.banner-section .banner-content .sec-title {
    color: #fff;
    font-size: 51px;
    margin-bottom: 8px;
    font-weight: 600;
}

.banner-section .banner-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.banner-content .searchbar {}

.banner-content .searchbar .inner {
    position: relative;
    width: 496px;
}

.banner-content .searchbar .inner .form-control {
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid var(--first-color); 
}

.banner-content .searchbar .inner .btn.btn1 {
    background: linear-gradient(259.26deg, #07beb8, #2667ff 84.05%);
    position: absolute;
    right: 4px;
    top: 4px;
    font-weight: 500;
    color: #fff;
    padding:8px 16px;
    font-size: 12px;
    border-radius: 30px;
}

.banner-section:before {
    content:'';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:linear-gradient(249deg, #1d1d1d00, #00000057 84.05%);
}

.banner-content .searchbar .inner .btn.btn1 i {
    padding-right: 6px;
}
.form-control:focus{
	    box-shadow: none;
}
.pop-tags {
    margin-top: 15px;
}

.pop-tags .tag1 {
    overflow: hidden;
    display: inline-flex;
    background: #2525256b;
    border: 1px solid #eee;
    margin-bottom: 6px;
    margin-right: 0px;
    padding: 4px 7px;
    border-radius: 32px;
    line-height: 22px;
    align-items: center;
    transition: all 300ms ease;
    position: relative;
    cursor: pointer;
}

.pop-tags .tag1 img {
    width: 17px;
    background: #fff;
    border-radius: 50%;
}

.pop-tags .tag1 span {
       display: block;
    margin-left: 6px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding-right: 10px;
}
.pop-tags .tag1:hover {
       background: var(--gradient);
    border-color: var(--gradient);
}
.default-padding {
    padding: 30px 0;
}

.sec-title {
    margin-bottom: 30px;
}

.sec-title h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
    background-image: linear-gradient(287deg, #2667ff 28%, #08bbbb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec-title p {
    margin-bottom: 10px;
    font-size: 17px;
}

.pr-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 34px 26px 23px 32px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}

.pr-box .pr-img {}

.pr-box h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(--first-color);
}

.pr-box .more-btn {
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 20px 0px 20px 0px;
    background: #ffffff;
    text-align: center;
    line-height: 75px;
    border-top: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    align-items: center;
    justify-content: center;
}

.pr-box .more-btn i { 
    font-size: 25px;
}
.pr-box:hover {
    background: linear-gradient(259.26deg, #07beb8, #2667ff 84.05%)!important;
}

.pr-box:hover h5 {
    color: #fff;
}

.pr-box:hover .more-btn {
    background: linear-gradient(259.26deg, #07beb8, #2667ff 84.05%) !important;
    color: #fff;
}

.pr-box:hover .more-btn i {
    color: #fff;
}
.c-box {
    text-align: center;
    position: relative;
}

.c-box h2 {
    font-size: 75px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin-bottom: 0;
    background-image: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-box p {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    color: #8a8a8a;
}
.ser-box {
        padding: 22px 40px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 15px;
    background: #fff;
	    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 5px 0 #225ab60a, 0 0 4px 0 #295cb012;
}
.ser-box:hover .btn.btn2 {
    background: var(--gradient);
    color: #fff;
}
.ser-box h4 {
       font-size: 16px;
    color: #636060;
    font-weight: 700;
    margin-bottom: 5px;
}

.ser-box p {
    font-size: 13px;
    margin-bottom: 10px;
}

.btn.btn2 {
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 16px;
    background: linear-gradient(247deg, rgba(87, 218, 255, 0.1) 0.99%, rgba(0, 80, 255, 0.1) 97.77%);
    border: 1px solid #eee;
}

.ser-section {
    background: #fdfaff;
}
.ser-box .icon {
    margin-bottom: 6px;
}

.ser-box .icon i {
    font-size: 32px;
    color: #c9e7fd;
}
.ch-box {background: linear-gradient(132deg, #07beb8, #2667ff 84.05%);padding: 26px 29px;border-radius: 24px;
    transition: all 0.3s ease-in-out;}
.ch-box:hover {
    transform: translateY(-5px);
    transition: 0.5s;
}
.ch-box .icon-box {
    background: #fff;
    width: max-content;
    padding: 17px;
    border-radius: 50%;
    margin-bottom: 11px;
}

.ch-box .icon-box img {
    width: 36px;
}

.ch-box h5 {
    font-size: 20px;
    color: #fff;
}

.ch-box p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 19px;
    color: #eee;
}

.ch-box {
}
.ser2-box {
    position: relative;
    height: 400px;
    border-radius: 23px;
    overflow: hidden;
    transition: all 0.4s ease 0s;
}

.ser2-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background: #0000001c;
    z-index: 1;
}
.ser2-box .ser-bg {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: 1.3s all ease;
}
.ser2-box:hover .ser-bg {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform:scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.ser2-box .inner-txt {
    bottom: 0px;
    position: absolute;
    padding: 20px;
    background: #00000061;
    margin: 16px;
    border-radius: 20px;
}

.ser2-box .inner-txt h5 {
    color: #fff;
    z-index: 1;
    font-size: 23px;
    position: relative;
    font-weight: 700;
}

.ser2-box .inner-txt p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}
.project-slider .img {
    background: #fff;
    padding: 14px 20px;
    text-align: center;
    border-radius: 53px;
    border: 1px solid #9999990a;
    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;
    height: auto;
    margin-bottom: 13px;
    transition: all 0.3s ease;
}

.project-slider .swiper-slide {
    margin: 0 6px;
} 

.project-slider .img img {
       height: 50px;
}
.brands-section {
    background: linear-gradient(287deg, #2667ff 61%, #08bbbb 100%);
    margin: 0px 0px; 
    padding: 34px 0;
    overflow: hidden;
}

.brands-section .sec-title h3 {
    color: #fff!important; 
    -webkit-text-fill-color: #fff;
}
header.fixed-header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.brands-section .container-fluid {
    padding: 0px;
}
.footer {
	    border-top: 1px solid #eee;
	    padding-top: 55px;
	    /* padding-bottom: 43px; */
	    background: #11214d;
}

.footer-widget {}

.footer-widget .f-logo {}

.footer-widget .f-logo img {
    width: 143px;
    margin-bottom: 16px;
}

.footer-widget .contact-list {
    padding: 0px;
    list-style: none;
}

.footer-widget .contact-list li a {
    display: flex;
    gap: 10px;
    color: #eee;
}

.footer-widget .contact-list li {
    margin-bottom: 8px;
}

.footer-widget .contact-list li a i {
    font-size: 14px;
    color: var(--second-color);
}

.footer-widget .contact-list li span {
    font-size: 14px;
    font-weight: 500;
}

ul.media-list {
    padding: 0;
    margin: 0px;
    list-style: none;
}

ul.media-list li {
    display: inline-block;
}

ul.media-list li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: #191f29;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ddf4f6;
}

ul.media-list li a i {
    font-size: 13px;
    color: #000;
}

.footer-widget .widget-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
}

.footer-widget .footer-list {
    padding: 0px;
    list-style: none;
}


.footer-widget .footer-list li a {
      font-size: 14px;
      position: relative;
      display: block;
      width: 100%;
      margin-bottom: 3px;
      color: #eee;
}
.footer-widget .footer-list li a:hover {
    font-weight: 500;
	color: var(--first-color);
}
.copyright-sec {
    margin-top: 51px;
    position: relative;
    padding: 10px 0;
    background: var(--gradient);
}

.copyright-sec p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.text-right {
    text-align: right;
}
.testimonial-box {
    box-shadow: 0 4px 10px 0 #e6e5f3;
    padding: 26px;
    border-radius: 22px;
    position: relative;
}

.testimonial-box .customer-details {}

.testimonial-box .customer-details .customer-name {
    font-size: 19px;
    margin-bottom: -1px;
    color: var(--first-color);
}

.testimonial-box .customer-details .designation {
    font-size: 14px;
}

.testimonial-box p.review {
    font-size: 21px;
    font-weight: 400;
    color: #000000;
    margin-bottom: -3px;
}

.slider-item {
    height: auto;
    margin: 10px 11px;
}

.testimonial-box .rating {}

.testimonial-box .rating i {
    font-size: 13px;
    color: #f4a221;
}

.testimonial-box .quote-icon {
    position: absolute;
    right: 13px;
    font-size: 54px;
    top: -1px;
    color: #f8e8fb;
}

.testimonial-slider {}

.testimonial-slider .slick-arrow {
    display: none!important;
}
.cta-section {}

.cta-section .cta-box {
    overflow: hidden;
    border-radius: 30px;
    background: var(--gradient);
    padding: 46px 42px;
    position: relative;
}

.cta-section .cta-box:before {
    content: '';
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    left: -17%;
    bottom: -83%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    z-index: 1;
}
.cta-section .cta-box:after {
    content: '';
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    right: -17%;
    top: -83%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    z-index: 1;
}



.cta-section .cta-box .sec-title {
    margin-bottom: 14px;
}

.cta-section .cta-box .sec-title h3 {
    -webkit-text-fill-color: #fff;
    font-size: 40px;
}

.cta-section .cta-box h5 {
    margin-bottom: 15px;
    color: #eee;
    font-size: 18px;
}

.cta-section .cta-box ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.cta-section .cta-box ul li {
    font-size: 15px;
    color: #fff;
    margin-bottom: 4px;
} 
.cta-section .cta-box ul li .check-icon i {
    color: #41ff00;
}

.cta-section .cta-box ul li span {
    padding-right: 4px;
    font-weight: 500;
    font-size: 13px;
}
.cta-section .cta-box .mb-img {
    position: absolute;
    right: 26px;
    bottom: 9px;
}
.scroll-top {
    width: 30px;
    height: 30px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 30px;
    right: 50px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: var(--first-color);
    transition: 1s ease;
}

.scroll-top i {}

.scroll-top:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.form-b-flex { 
}
  
.form-b-flex .req-form {
    border-radius: 30px;
    width: 100%;
    padding: 25px 26px;
    background: linear-gradient(180deg, #0137FF 0%, #42DDFF 100%) !important;
}

.form-b-flex .req-form h3 {
    font-size: 30px;
    -webkit-text-fill-color: #ffff;
}

.form-b-flex .req-form .sec-title p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #eee;
}

.form-b-flex .req-form .sec-title {
    margin-bottom: 15px;
}

.form-b-flex .req-form .buy-sell {}

.form-b-flex .req-form .buy-sell .form-group {
    display: inline-block;
}

.form-group {
    margin-bottom: 10px;
}

.form-group.prfcom-block {}

.form-b-flex .req-form .buy-sell label {
    color: #263838;
    border-radius: 16px;
    cursor: pointer;
    padding: 5px 18px;
    border: 1px solid #eeeeee7a;
    text-align: left;
    line-height: 17px;
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
    margin-right: 3px;
    display: inline-block;
    width: auto;
    background: #f7f7f7;
}

.form-b-flex .req-form .buy-sell .form-check-input {
    display: none;
}
.form-b-flex .req-form .buy-sell .form-check-input:checked[type=radio]+label {
        border: 1px solid var(--first-color) !important;
        background: var(--first-color) !important;
        color: #fff;
}

.form-group label {
    font-size: 13px;
    font-weight: 500;
    color: #4f4f4f;
    margin-bottom: 3px;
    display: block;
}

.form-group .form-control {
    border: 1px solid #e6eeff;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 13px;
}

.iti.iti--allow-dropdown.iti--show-flags {width: 100%;}

.filed-flex {
       display: flex;
    align-items: end;
    gap: 5px;
}

.filed-flex .form-group {
    margin: 0px;
}
.filed-flex .frw {
    width: 29%;
}
.inner-div {
    background: #fff;
    padding: 25px 21px;
    border-radius: 20px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.topheader .top-rightopt .btn.btn1 {
    color: var(--first-color);
}

.topheader .top-rightopt .btn.btn1::before {
    background: #fff;
}

.topheader .top-rightopt .btn.btn1:hover {
    color: #fff;
}
.sub-menu .mega-inner .inner-col .col-list {}

.sub-menu .mega-inner .inner-col .col-list ul {
	    margin-bottom: 10px;
    display: block;
}

.sub-menu .mega-inner .inner-col .col-list ul li {}

.sub-menu .mega-inner .inner-col .col-list ul li a {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    transform: none;
    padding: 5px 0;
}

.sub-menu .mega-inner .inner-col .col-list ul li a:hover {color: var(--first-color);font-weight: 500;}
.footer-widget.type2 {
    margin-bottom: 47px;
}

.footer-widget.type2 ul.footer-list {}

.footer-widget.type2 ul.footer-list li {
    display: inline-block;
}

.footer-widget.type2 ul.footer-list li a {
    position: relative;
    padding-right: 19px;
}

.footer-widget.type2 ul.footer-list li a:after {
    content: '|';
    position: absolute;
    right: 6px;
    color: var(--second-color);
}
.scroll-top:hover {
    background: #11214d;
    color: #fff;
} 
.footer-widget .footer-list li:last-child a:after {
	content:none!important;
}
#loginModal, #BuySellModal {}
#loginModal .modal-header .btn-close,
#BuySellModal .modal-header .btn-close {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: -53px;
    z-index: 9;
    background-color: #fff;
    border: none;
    padding: 0px;
    height: 40px;
    color: #ffff;
    width: 40px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    border-radius: 50%;
}
#loginModal .modal-dialog,
#BuySellModal .modal-dialog {
    max-width: 700px;
}

#loginModal .modal-dialog .modal-header,
#BuySellModal .modal-dialog .modal-header {
    padding: 0px;
    border: none;
}

#loginModal .modal-content,
#BuySellModal .modal-content {
    margin-top: 75px;
    border-radius: 20px;
}

#loginModal .modal-content .modal-body,
#BuySellModal .modal-content .modal-body {
    padding: 0px;
}

#loginModal .modal-content .modal-body .login-div,
#BuySellModal .modal-content .modal-body .login-div {
    display: flex;
    padding: 5px;
}

#loginModal .modal-content .modal-body .login-div .login-img,
#BuySellModal .modal-content .modal-body .login-div .login-img {
    width: 50%;
    /* border-top-left-radius: 20px; */
}

#loginModal .modal-content .modal-body .login-div .login-img img,
#BuySellModal .modal-content .modal-body .login-div .login-img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-radius: 20px;
}

.login-box {
    padding: 35px 33px;
    width: 50%;
}

.login-box h3 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin-bottom: 6px;
    background-image: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-box h3 h5 {}

.login-box h5 {
    font-size: 17px;
    margin-bottom: 12px;
}

.login-box .form-group {
    margin-bottom: 14px;
}

.login-box .form-group label {
    font-size: 11px;
    margin-bottom: 6px;
}
.category-filter {
    box-shadow: 0 25px 60px rgba(113, 106, 147, .2);
    border-radius: 11px;
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
}

.category-filter ul {
    padding: 15px 20px;
    margin-bottom: 0px;
    list-style: none;
}

.category-filter ul li {
    text-align: left !important;
    border-radius: 0;
}

.category-filter ul .filter-name.sub-btn {
    color: var(--first-color);
    display: block;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

.category-filter ul .sub-block-title.sub-menu {
    visibility: visible;
    opacity: 1;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: left;
    background: transparent;
    transform: none;
    top: 0px;
    pointer-events: visible;
    z-index: 1;
    transition: .3s;
}

.category-filter ul .filter-name.sub-btn .dropdown {
    position: absolute;
    right: 0;
    margin: 0;
    font-size: 13px;
    top: 5px;
    transition: 0.3s ease;
}
.rotate {
    transform: rotate(90deg);
}



.category-filter ul li.border-top {
    border-top: 1px solid #dce2e6 !important;
    margin-top: 10px;
    padding: 10px 0 0 0px;
    border-radius: 0px;
}

.category-filter .form-check {
    margin-bottom: 8px;
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
    min-height: auto;
}

.category-filter .form-check .form-check-input {
    height: 14px;
    width: 14px;
}

.category-filter .form-check .form-check-label {
    font-size: 12px;
    color: #3d3d3d;
}

.category-filter .form-check .form-check-input:checked[type=checkbox] {
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.form-check-input:focus {
    box-shadow: none;
}
.breadcrumb-section {
    padding: 13px 0;
	background: #f8fafc;
}

.breadcrumb-section ul {}

.breadcrumb-section ul li {
    display: inline-block;
    font-size: 15px;
}

.breadcrumb-section ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding-right: 22px;
}

.breadcrumb-section ul li a:after {
    content: '/';
    position: absolute;
    right: 6px;
}
.top-category-box {
    text-align: left;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
    background: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 5px 0 #225ab60a, 0 0 4px 0 #295cb012;
}

.top-category-box h4 {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--first-color);
    padding: 13px 15px 12px 15px;
}

.top-category-box .inner {
    padding-bottom: 10px;
}

.top-category-box .inner li a {
    padding: 8px 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.top-category-box .inner li a .item-img {display: block;line-height: 0px;}

.top-category-box .inner li a .item-img img {
    width: 25px;
    margin-right: 12px;
}

.top-category-box .inner li a .item-title {
    font-size: 13px;
    color: #3d3d3d;
}

.top-category-box .inner li a i {
    font-size: 11px;
    position: absolute;
    right: 9px;
    top: 13px;
}

.top-category-box .inner li a:hover {
    background: #f2f2f2;
}

.top-category-box .inner li a:hover i {
    color: #000;
}
.banner-img {
    margin-bottom: 20px;
}

.pr-heading-div {
    display: flex;
    align-items: center;
    background: var(--gradient);
    padding: 9px 14px;
}

.pr-heading-div .title-div {
    width: 15%;
    color: #fff;
    font-size: 14px;
	    margin-bottom: 0px;
    font-weight: 500;
}

.pr-heading-div .title-div.act-div {
    width: 40%;
}

.product-table {
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 8px 5px 0 #225ab60a, 0 0 4px 0 #295cb012;
}

.product-table .inner-div{
    padding: 8px 10px;
    border: 1px solid #eee;
    background: #f8fafc;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
	    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.product-box {
       padding: 10px 12px;
    display: flex;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #e7e7e7c4;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.product-box .txt-div {
    width: 15%;
}

.product-box .txt-div.act-div {
    width: 40%;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}

.product-box .txt-div h4 {
    font-size: 16px;
    margin-bottom: 1px;
    color: #636363;
    font-weight: 600;
}

.product-box .txt-div p.ord-ty {
    margin-bottom: 0px;
    font-size: 11px;
    color: #616161;
}

.product-box .txt-div .brand-name {
    margin-bottom: 0px;
    font-size: 14px;
}

.product-box .txt-div .location-name {
    margin-bottom: 0px;
    font-size: 13px;
}

.product-box .txt-div .prices-name {
    margin-bottom: 0px;
    font-size: 10px;
}

.product-box .txt-div .prices-name .in-kg {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}

.product-box .txt-div .prices-name .percentage {
    background: #7d7d7d;
    color: #fff;
    padding: 2px 6px;
    font-size: 8px;
    line-height: 12px;
    border-radius: 10px;
}

.product-box .txt-div .btn-div {}

.product-box .txt-div .btn-div .btn {
    padding: 5px 18px;
    background: #eee;
    border-radius: 24px;
    font-size: 13px;
    border: 1px solid;
}

.product-box .txt-div .btn-div .btn.danger-btn {
    border-color: #efb0b5;
    color: #ff0000;
    background: #fff7f7;
}

.product-box .txt-div .btn-div  .btn.success-btn {
    border-color: #77d798;
    color: #00b256;
    background: #f0fdf4;
}

.product-box .txt-div.act-div .circle-btn {
    border: 1px solid #f1f5f9;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(16, 24, 40, .05);
    cursor: pointer;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 10px;
    padding: 9px;
    width: 40px;
    height: 40px;
    color: var(--second-color);
}

.product-box .txt-div.act-div .circle-btn .bi-whatsapp {
    color: #00b256;
}

.product-box .txt-div.act-div .circle-btn:hover {
    box-shadow: 0 25px 60px rgba(113, 106, 147, .2);
}

.product-box .txt-div .btn-div .btn.danger-btn:hover {
    background: #ff0000;
    color: #fff;
}

.product-box .txt-div .btn-div .btn.success-btn:hover {
    background: #00b256;
    color: #fff;
}
.category-page {
    padding-top: 40px;
}
.title-div {
    margin-bottom: 15px;
}

.title-div h4 {
    font-size: 22px;
    margin-bottom: 0px;
    color: #11214d;
    font-weight: 700;
}
.blog-div {
    padding: 12px 12px;
    margin-bottom: 10px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #eff3f4;
    border-radius: 12px;
    box-shadow: 0 8px 5px 0 #225ab60a, 0 0 4px 0 #295cb012;
}

.blog-div .blog-img {
        margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.blog-div .blog-img img {
    border-radius: 10px;
	    transition: transform .4s ease, -webkit-transform .4s ease;
}

.blog-div .inner-txt {}

.blog-div .inner-txt .blog-ul {
    margin-bottom: 5px;
}
.blog-div:hover .blog-img img {
    transform: scale(1.05);
}
.blog-div .inner-txt .blog-ul li {
    display: inline-block;
    font-size: 11px;
    margin-right: 10px;
}

.blog-div .inner-txt .blog-ul li a {}

.blog-div .inner-txt .blog-ul li i {
    color: var(--second-color);
}

.blog-div .inner-txt .blog-ul li span {
    font-size: 11px;
    font-weight: 500;
    color: #747474;
}

 

.blog-div .inner-txt h4 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #747474;
}

.blog-div .inner-txt .share-ul {
    margin-bottom: 8px;
}

.blog-div .inner-txt .share-ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #414141;
}
 

.blog-div .inner-txt .share-ul li i.bi-whatsapp {
    color: #00b256;
}

.blog-div .inner-txt .share-ul li i.bi-hand-thumbs-up {
    color: var(--first-color);
}
.newz-section {
    background: #fdfaff;
}
.blog-sidebar {
    padding: 10px 10px;
    margin-bottom: 10px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #eff3f4;
    border-radius: 12px;
    box-shadow: 0 8px 5px 0 #225ab60a, 0 0 4px 0 #295cb012;
}

.blog-sidebar h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    background-image: linear-gradient(287deg, #2667ff 28%, #08bbbb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-div.ds2 {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0px;
    gap: 8px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    margin-bottom: 15px;
    padding-bottom: 4px;
}

.blog-div.ds2 .blog-img img {
    width: 90px;
    border-radius: 5px;
}

.blog-div.ds2 .blog-img {
    border-radius: 5px;
}

.blog-div.ds2 .inner-txt {
    width: -webkit-fill-available;
}

.blog-div.ds2 .inner-txt h4 {
    font-size: 12px;
    line-height: 17px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0px;
}

.blog-div.ds2 .inner-txt .share-ul {
    margin-bottom: 2px;
}

.blog-div.ds2 .inner-txt .share-ul li {
    margin-right: 7px;
    font-size: 10px;
}

.blog-div.ds2:last-child {
    margin-bottom: 0px;
    border: none;
}
.faq .accordion-item {
    border: 0;
    overflow: hidden;
	margin-bottom: 10px;
	    border: 1px solid #e2e8f0;
}
.faq .accordion-item .accordion-button {
    padding: 15px;
    font-size: 15px;
}
.faq .accordion-item .accordion-button {
    font-size: 14px;
    background-color: #fafbfd;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
    padding: 13px 13px;
}.faq .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fdfaff;
    color: var(--first-color);
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.faq .accordion-item .accordion-collapse {
    background-color: #fdfaff;
}
.faq  .accordion-item .accordion-button::after { 
	    background-size: 13px;
    top: 4px;
    position: relative;
}
.faq .accordion-item .accordion-collapse .accordion-body {
    font-size: 13px;
}
.accordion-button:not(.collapsed)::after {
    top: -5px !important;
}
.accordion-body p {
    font-size: 14px;
    margin-bottom: 10px;
}


.product-box.ds2 {
    display: block;
    position: relative;
}

.product-box.ds2 .txt-div {
    width: 100%;
}

.product-box.ds2 .txt-div .brand-name {
    float: right;
    top: -37px;
    position: relative;
}

.product-box.ds2 .txt-div .prices-name {
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 8px;
}

.product-box.ds2 .txt-div .prices-name .in-kg {
    display: inline-block;
    font-size: 17px;
    margin-bottom: 0;
}

.product-box.ds2 .txt-div.act-div {
    justify-content: space-between;
    width: 100%;
}

.product-box.ds2 .txt-div.act-div .btn-div .btn {
    font-size: 14px;
    padding: 6px 23px;
} 

.form-b-flex.vertical .filed-flex {
    display: block;
}

.form-b-flex.vertical .filed-flex .frw {
    width: 100%;
}

.form-b-flex.vertical .filed-flex .frw .form-group {
    margin-bottom: 10px;
}
.form-b-flex.vertical .req-form {
    padding: 22px 22px;
}

.form-b-flex.vertical .req-form h3 {
    font-size: 24px;
}
.white-box {
    margin-top: 20px;
    padding: 15px 15px;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
    background: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 5px 0 #225ab60a, 0 0 4px 0 #295cb012;
}

.white-box h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #11214d;
    font-weight: 700;
}
.product-box .txt-div .prices-name .percentage.drop {
    background: #f43f5e;
    font-weight: 700;
}
.product-box .txt-div .prices-name .percentage.up {
    background: #25d366;
	font-weight: 700;
}

.contact-float {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.whatsapp-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.whatsapp-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #25d366;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

.whatsapp-ring-circle-fill,
.whatsapp-ring-img-circle {
    background:#25d366;
    background: #25d366;
}

.whatsapp-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #25d366;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.whatsapp-btn-icon {
    display: flex;
    text-decoration: none;
}

.whatsapp-ring-img-circle .whatsapp-btn-icon i {
    font-size: 21px;
    color: white;
}

.whatsapp-ring-img-circle {
    background-color: #25d366;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}
.btn.back-btn {
    font-size: 14px;
    padding: 4px 15px;
    background: #e7f3ff;
    border: 1px solid  #006efa;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
    font-weight: 500;
}
.icon-list {}

.icon-list ul {
    padding: 0px;
    list-style: none;
}

.icon-list ul li {
    display: grid;
    align-items: center;
    grid-template-columns: 80px 1fr;
    grid-gap: 20px;
    margin-bottom: 25px;
}

.icon-list ul li span.icon-div {
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    border: 1px solid #E0E5EB;
    box-shadow: 0px 14px 51px 2px rgba(24, 50, 48, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-list ul li i {
    font-size: 24px;
    color: var(--first-color);
}

.icon-list ul li span.txt {
    font-size: 19px;
    font-weight: 500;
    color: #000;
}

.br-20 {
    border-radius: 20px;
}
.team-box {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 19px;
    transition: all 300ms ease;
    overflow: hidden;
}

.team-box .img-div {
}
p.desc1 {
    text-align: justify;
    font-size: 16px;
}
.team-box .img-div img {
    object-fit: cover;
    height: 300px;
    width: 100%;
}

.team-box .team-txt {
    padding: 13px 16px;
    text-align: center;
}

.team-box .team-txt h5 {
    margin-bottom: 5px;
    color: var(--first-color);
}

.team-box .team-txt p {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
}

.team-box:hover {
    background: var(--gradient);
}

.team-box:hover h5 {
    color: #fff;
}

.team-box:hover .team-txt p {
    color: #eee;
}

.white-box.contact-form {
    padding: 24px 26px;
	    margin-bottom: 40px;

}

.white-box.contact-form h3 {
    font-size: 31px;
}

.white-box.contact-form 
 .sec-title {
    margin-bottom: 11px;
}

.if-box {
    margin-top: 20px;
    border-radius: 15px;
}

.if-box iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 0px;
}
.branch-box {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
	margin-bottom: 15px;
}

.branch-box .img-thumb {
    position: relative;
}

.branch-box .text {
    text-align: center;
    padding: 13px 24px;
}

.branch-box .text h4 {
    font-size: 21px;
    font-weight: 600;
    color: var(--first-color);
    margin-bottom: 4px;
}

.branch-box .text p {
    margin-bottom: 5px;
    font-size: 13px;
}
.enquiry-box {
    background: var(--gradient);
    padding: 14px 14px;
    text-align: center;
    border-radius: 11px;
    margin-bottom: 15px;
}

.enquiry-box img {
    border-radius: 8px;
    margin-bottom: 10px;
}

.enquiry-box h5 {
    color: #ffff;
    font-size: 18px;
    margin-bottom: 18px;
}

.enquiry-box .white-btn {
    background: #fff;
	display: block;
    width: 100%;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.text-justify p {
	text-align: justify;
}

.ser3-box {
	margin-bottom: 20px;
}
.ser3-box img {
	border-radius: 20px;
}



@media only screen and (max-width: 768px) {
		.banner-content .searchbar .inner {  
    width: 100%;
	}
	.mb-d-none{
		display:none!important;
	}
	.filed-flex {
    display: block;
	}
	.mainheader .nav-menu ul {
    overflow-x: auto;
	}
	.mainheader .nav-menu ul .mega-li a { 
    font-size: 13px;
    padding: 6px 0;
	}
	.banner-section .banner-content {
    text-align: center;
	    padding: 55px 0;
	}
	.banner-section .banner-content .sec-title { 
    line-height: 39px;
    font-size: 29px;
    margin-bottom: 8px; 
}
.banner-section .banner-content p {
    font-size: 14px; 
    margin-bottom: 16px;
}
.banner-content .searchbar {
    padding: 0 15px;
}
.sec-title h3 {
    font-size: 33px; 
    margin-bottom: 6px;
}
.sec-title p {
    margin-bottom: 10px;
    font-size: 14px;
}
	.pr-box { 
    padding: 17px 16px 20px 23px;
    margin-bottom: 10px;
	}
	.pr-box h5 {
    font-size: 16px;
	}
	.pr-box .more-btn i {
    font-size: 15px;
}
.pr-box .more-btn { 
            width: 50px;
        height: 50px;
	    border-top: 6px solid #ffffff;
    border-left: 6px solid #ffffff;
}
.c-box h2 {
    font-size: 60px;
}
.c-box p { 
    font-size: 15px;
}
.c-box {
    margin-bottom: 15px;
}
.default-padding {
    padding: 50px 0;
}
.ser-section {
    padding-left: 20px;
    padding-right: 20px;
}
.ch-box {
	      margin-bottom: 10px; 
    padding: 16px 18px;
    border-radius: 18px;
}.ch-box .icon-box img {
    width: 26px;
}
.ch-box .icon-box{
	    padding: 15px;
}
.ch-box h5 {
    font-size: 17px;
}
.ch-box p { 
    font-size: 12px;
    line-height: 16px;
}
.row.mb-less>* {
    padding-left: 5px;
    padding-right: 5px;
}

.choose-section {
    padding-left: 13px;
    padding-right: 13px;
}
.ser2-box {
    margin-bottom: 15px; 
    height: 300px;
}
.ser2-box .inner-txt{
	    padding: 18px; 
    margin: 11px;
}
.ser2-box .inner-txt h5 { 
    font-size: 21px;
	    margin-bottom: 5px;
}
.ser2-box .inner-txt p { 
    font-size: 13px;
    line-height: 19px;
}
.cta-section .cta-box .sec-title h3 { 
    font-size: 39px;
}
.form-b-flex .req-form h3 {
    font-size: 27px;
}
.filed-flex .frw {
    width: 100%;
}
.inner-div { 
    padding: 20px 20px;
}
.filed-flex .form-group {
    margin-bottom: 10px;
}
.copyright-sec p {
    text-align: center; 
    font-size: 13px;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget .footer-list li a {
    font-size: 13px;
}
.scroll-top{
	bottom: 85px;
    right: 21px;
}
.mb-bottom-fixed {
	display:block!important;
    position: fixed;
    background: #fff;
    z-index: 22;
    bottom: 0px;
    box-shadow: 0 8px 5px 0 #225ab633, 0 0 4px 0 #295cb026;
    width: 100%;
}

.mb-bottom-fixed .inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mb-bottom-fixed .inner .menu-div {
    padding: 5px 21px;
    text-align: center;
}

.mb-bottom-fixed .inner .menu-div .icon {
    display: block;
}

.mb-bottom-fixed .inner .menu-div .icon i {
    font-size: 23px;
    color: var(--second-color);
}

.mb-bottom-fixed .inner .menu-div  .menu-name {
    font-size: 16px;
    margin-top: -5px;
    display: block;
    color: #11214d;
    font-weight: 600;
}
.pt-section {
    padding-left: 10px;
    padding-right: 10px;
}
.product-box {
    display: block;
    position: relative;
}

.product-box .txt-div {
    width: 100%;
}

.product-box .txt-div .brand-name {
    float: right;
    top: -37px;
    position: relative;
}

.product-box .txt-div .prices-name {
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 8px;
}

.product-box .txt-div .prices-name .in-kg {
    display: inline-block;
    font-size: 17px;
    margin-bottom: 0;
}

.product-box .txt-div.act-div {
    justify-content: space-between;
    width: 100%;
}

.product-box .txt-div.act-div .btn-div .btn {
    font-size: 14px;
    padding: 6px 23px;
}
.pr-heading-div {
    display: none;
}
.filter-fx-btn {
	display: block!important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: var(--gradient);
    padding: 8px 19px;
    width: 75%;
	text-align: center;
    position: fixed;
    bottom: 9%;
    z-index: 9999;
    left: 21px;
    border-radius: 24px;
} 

.filter-fx-btn .btn-div {
    display: block;
    gap: 6px;
}
.slide-filer-box {
	        display: none;
        left: -100%;
        top: 0px;
        position: fixed;
        width: 100%;
        max-width: 100%;
        height: 100% !important;
        background: #fff;
        padding: 30px;
        animation: slide-in-left 1s forwards;
        z-index: 999999;
        z-index: 999999;
}
body.sidebar-active .slide-filer-box {
    display: block !important;
    overflow-y: auto;
}
.slide-filer-box .title-flex {
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.slide-filer-box .title-flex h4 {
    margin-bottom: 0px;
    font-size: 20px;
}

.slide-filer-box .title-flex .close-filter {
    font-size: 25px;
    line-height: 0px;
}
.title-div h4 {
    line-height: 25px;
    font-size: 19px;
}
.contact-float { 
    bottom: 10%;
}
.white-box {
    margin-bottom: 20px;
}
.btn.back-btn{
	    gap: 4px;
}	
	
.team-section {
    padding-left: 7px;
    padding-right: 7px;
}
.team-box .img-div img { 
    height: 200px; 
}
.team-box {
    margin-bottom: 14px;
}
.team-box .team-txt {
    padding: 10px 7px;
}
.team-box .team-txt h5 {
    font-size: 16px;
}
.team-box .team-txt p {
    margin-bottom: 3px;
    font-size: 12px;
}
	
	
}

@keyframes slide-in-left {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}
