@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Open+Sans:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Open+Sans:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap');

@media only screen and (min-width: 1400px){
.container{
    max-width: 1300px !important;
}	
.shop-page-container{
	max-width: 1440px;
	margin: 0 auto;
}
}
@media only screen and (max-width: 767px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0px;
}
}
@media only screen and (max-width: 767px){
#add-menu .container{
    max-width: 550px;
}
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}  

:root {
--blue:#021F52;
--white:#FFFFFF;
--black: #0E0F12;
--yellow:#FCC05B;
--border-color:#021F52;
--Plus-Jakarta-Sans:'Plus Jakarta Sans', sans-serif;
--roboto-font:'Roboto', sans-serif;
--satoshi:'Satoshi', sans-serif;
--Inter: 'Inter', sans-serif;
}


h1{
    font-family: var(--Plus-Jakarta-Sans);
    font-size: 72px;
    font-weight: 400;
    line-height: 86.4px;
 }

 h2{
    font-family: var(--satoshi);
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
 }

 h3{
    font-family: var(--Plus-Jakarta-Sans);
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
 }
 h4{
    font-family: var(--Plus-Jakarta-Sans);
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
 }
 #default-page-content h4{
    font-size: 30px;
    line-height: 45px;
    margin: 70px 0px 35px;
 }
#default-page-content ul {
    list-style-type: disc;
}
#default-page-content ul li{
   list-style: inherit;
   padding: 10px 0px;
}
 h5{
    font-family: var(--Plus-Jakarta-Sans);
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
 }
  #default-page-content h5{
    margin: 20px 0px;
 }
 a{
    text-decoration: none;
 }

 li{
    list-style: none;
 }

 .common-btn{
    padding: 16px 24px;
    border-radius: 48px;
    color: var(--blue);
    font-family: var(--satoshi);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
 }
       
/*----====header-style-start-here-----==== */
#header{
    background: var(--blue);
    padding: 40px 0px;
}
.home #header{
    padding: 40px 0px 10px;
}
#menu-header-menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#menu-header-menu li a {
    font-family:var(--satoshi);
    font-weight: 400;
    font-size: 17px !important;
    color: #fff !important;
    line-height: 19.2px;
}
/*#header .nav-link:hover {
    font-weight: 500;
}*/
#menu-header-menu li {
    padding: 0 20px;
}
#header .header-right-menu  li{
    list-style: none;
}
#header .header-right-menu .nav-link {
    font-family:var(--satoshi);
    font-weight: 700;
    font-size: 16px !important;
    color: #fff !important;
    line-height: 19.2px;
}
#header .header-right-menu .nav-link:hover {
    font-weight: 700;
}
.header-btn{
font-family:var(--satoshi) ;
font-weight: 700;
font-size: 16px !important;
line-height: 19.2px;
padding: 16px 24px;
border-radius: 48px;
border:2px solid var(--white);
color: var(--white);
background: transparent !important;

}
.header-btn a{
color: var(--white);

}
.header-btn:hover{
    background: var(--white) !important;
    color: var(--blue);
}
.header-btn:hover a{
    color: var(--blue);
}
.header-btn a:hover{
    color: var(--blue);
}

.header-right-menu{
    display: flex;
    align-items: center;
}
.container .container-fluid{
	padding:0;
}
.container .container{
	padding:0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    #menu-header-menu li {
    padding: 0px 22px;
}
}
@media only screen and (max-width: 1024px){
    #menu-header-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0px;
}
    #menu-header-menu li {
padding:8px 0px;
}
#menu-footer-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px;
}
#menu-footer-menu li{
    padding: 7px 5px;
}
}
@media only screen and (max-width:767px){
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding: 0px 15px;
}
.navbar-brand img{
        width: 67%;
    }

.navbar-toggler {
    font-size: 1rem !important;
    line-height: 1;
}
.header-right-menu{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
#header .header-right-menu .nav-link {
    padding: 0;
}
.header-btn {
    padding: 10px 10px;
    margin-left: 0px;
    margin-top: 20px;
}
#header{
    padding: 10px 0px;
}
.navbar-collapse{
	padding-top: 20px;
}
}

@media only screen and (min-width:768px) and (max-width:1024px){

    .header-right-menu {
        margin-left: 0px;
        display: block;
        align-items: center;
    }
#header .header-right-menu .nav-link {
    padding: 0;
}
    .header-btn{
        padding: 10px 10px;
        margin-left: 0px;
        margin-top: 20px;
    } 
  #header{
    padding: 20px 0px;
}    

}

/*====header-style-end-here==== */



/*---======Home-banner-style-start-here--=== */
#home-banner{
    background: var(--blue);
    padding-top: 5px;
    padding-bottom: 30px;
}
.home-banner-content {
    text-align: center;
    /*margin-left: 100px;*/
}
.home-banner-content h1{
    color: var(--white);
    font-size: 45px;
    line-height: 58px;
}
.home-banner-content h1 strong{
    font-family: var(--Plus-Jakarta-Sans);
    font-size: 45px;
    font-weight: 800;
    line-height: 58px;
}

.home-banner-content p{
    font-family: var(--Plus-Jakarta-Sans);
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.70);
    margin-top: 15px;
}

.home-banner-btn{
    padding: 5px 0px;
}
.home-banner-btn a {
    font-family: var(--Plus-Jakarta-Sans);
    padding: 5px 14px;
    background: rgba(255, 255, 255, 0.16);
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 16.8px;
    border-radius: 20px;
}
.home-banner-btn a:hover{
	cursor: context-menu;
}
.carousel-btn{
width: 180px;
    background: var(--blue);
    padding: 0px 25px 25px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    left: auto;
    margin-bottom: -35px;
    border-radius: 0px 0px 100px 100px;
    display: flex;
    justify-content: center;
    height: 35px;
}
.carosel-icon{
    background: var(--white);
border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-next-bk, .carousel-control-prev-bk {
        border: none;
    background: transparent;
    margin-top: -22px;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: -10px !important;
    bottom: 115% !important;
    width: 95% !important;
    height: 10px !important;
}
.carousel-item {
    border-radius: 0px 0px 40px 40px;
    overflow: hidden;
}
#product-gallery .carousel-item {
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
}
@media only screen and (max-width:767px){

    .home-banner-content {
        text-align: center;
        margin-left:0px;
    }

    .home-banner-content h1 {
        font-size: 32px;
        line-height: 50px;
    }
    .home-banner-content h1 strong {
        font-size: 32px;
        line-height: 1.4px;
        margin-left: 10px;
    }
    .home-banner-content p {
    font-size: 16px;
    line-height: 26px;
    }
    .home-banner-content p br{
    display: none;
    }

    #home-banner {
        padding: 50px 0px;
    }

    .home-banner-btn {
        padding: 20px 0px;
    }
    .carosel-icon {
    width: 25px;
    height: 25px;
}
.carousel-btn {
    width: 115px;
    background: var(--blue);
    padding: 0px 15px 15px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    left: auto;
    margin-bottom: -20px;
    border-radius: 0px 0px 100px 100px;
    display: flex;
    justify-content: center;
    height: 20px;
}
.carousel-control-next-bk, .carousel-control-prev-bk {
    border: none;
    background: transparent;
    margin-top: -15px;
}
    .carosel-icon{
        padding: 5.4px;

    }

    .carousel-control-next, .carousel-control-prev {
        width: 91% !important;
    }

}

@media only screen and (min-width:767px) and (max-width:1024px){
    .home-banner-content {
        margin-left:0px;
    }

    #home-banner {
        padding: 50px 0px;
    }

    .home-banner-btn {
         padding: 0px; 
    }
    .carousel-control-next, .carousel-control-prev {
        width: 91% !important;
    }

}
/*---======Home-banner-style-end-here--=== */


/*---=====products-section-style-start-here----=== */
.product-top {
    padding-top: 82px;
    padding-bottom: 10px;
    text-align: center;
}

.product-top-title {
    padding-bottom: 32px;
}

.product-top h2{
    color:#062F6E;
    font-family: var(--satoshi);
}

.product-top-btn a{
    font-family: var(--Plus-Jakarta-Sans);
    font-size: 16px;
    font-weight: 600;
    line-height: 16.8px;
    text-decoration: none;
    color: var(--blue);
    margin-right: 12px;
}

.product-top-btn-1{
    background: var(--yellow);
    padding: 16px 32px;
    border-radius: 64px;
}
.product-top-btn-2{
    background: rgba(14, 15, 18, 0.08);
    padding: 16px 32px;
    border-radius: 64px;
}
.product-items {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    margin-top: 64px;
}

.product-item {
    display: flex;
    flex-direction: column;
    background: rgba(246, 248, 254, 1);
    border-radius: 16px;
    padding: 24px;
    transition: all .2s ease-in-out;
}
.product-item img{
	width: 100%;
}
.product-item h3{
    text-align: center;
    color: var(--black);
    padding-top: 24px;
     transition: all .2s ease-in-out;
}
.product-view-btn {
	width: 100%;
    padding: 16px 24px;
    text-decoration: none;
    border-radius: 48px;
    border: 1px solid var(--blue);
    font-family: var(--satoshi);
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--blue);
}
.product-btn-icon{
    color: var(--blue);
}

.product-view-button-wrap {
    padding: 10px 0px 25px;
    width: 100%;
    border-bottom: 1px solid rgba(14, 15, 18, 0.24);
}
.shop-items .product-item:hover{
	background: #021F52;
	 transition: all .2s ease-in-out;
}
.shop-items .product-item:hover h3{
	color: #fff;
	 transition: all .2s ease-in-out;
}
.shop-items .product-item:hover .product-learn-more-btn{
	color: #FCC05B;
	 transition: all .2s ease-in-out;
}
.home-shop-items .product-item:hover{
	background: #021F52;
	 transition: all .2s ease-in-out;
}
.home-shop-items .product-item:hover h3{
	color: #fff;
	 transition: all .2s ease-in-out;
}
.home-shop-items .product-item:hover .product-learn-more-btn{
	color: #FCC05B;
	 transition: all .2s ease-in-out;
}
#similar-products .product-item:hover{
	background: #021F52;
	 transition: all .2s ease-in-out;
}
#similar-products .product-item:hover h3{
	color: #fff;
	 transition: all .2s ease-in-out;
}
#similar-products .product-item:hover .product-learn-more-btn{
	color: #FCC05B;
	 transition: all .2s ease-in-out;
}
.shop-items .product-view-button-wrap{
border-bottom: none;
}
.shop-items .product-view-btn {
    font-weight: 500;
}
.shop-items .product-view-button-wrap {
    padding: 10px 0px 10px;
}
.product-item-bottom {
    padding: 15px 0px 5px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-item-bottom a{
    font-family: var(--Plus-Jakarta-Sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: rgba(14, 15, 18, 0.70);
}
.product-item-bottom img{
    width: 90px;
    height: auto;
    margin-right: 20px;
}

.product-top-btn a:hover{
    background: var(--yellow);
    color: var(--blue);
}
@media only screen and (min-width: 1025px){
    .product-item h3 {
    min-height: 110px;
}
}
@media only screen and (max-width:767px){
    .product-items {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }

    .product-item h3 {
       font-size: 18px;
    }
    .product-item h3 br{
        display: none;
    }

   .product-top-btn{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .product-top-btn a {
        margin: 5px 0px;
    }
   .product-top-title h2 {
        font-size: 32px;
        line-height: 50px;
    }
    .product-top-title {
        padding-bottom: 10px;
    }
    .product-top {
        padding: 30px 0px 10px;
        text-align: center;
    }
    .product-items {
    margin-top: 30px;
}
.product-view-btn {
    padding: 8px 15px;
    font-size: 16px;  
}

}

@media only screen and (min-width:767px) and (max-width:1024px){
    .product-items {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    
}
/*---=====products-section-style-end-here----=== */

/*----====Partrners-section=start-here====--- */

#partners{
    background: var(--blue);
    margin: 115px 0px 85px;
    border-radius: 40px;

}
.partners-main-content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 94px 0px;
    grid-gap: 25px;
}
.partners-main-content img{
	    border-radius: 25px;
            max-height: 675px;
}
.partner-item {
    justify-content: space-between;
    display: flex;
    padding: 15px 0px;
}

.partners-subtitle p{
    font-family: var(--Plus-Jakarta-Sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: var(--yellow);
}

.partners-title{
    color: var(--white);
    margin-bottom: 40px;
}

.partner-item-text {
    margin-left: 25px;
}

.partner-item-text p{
    font-family: var(--satoshi);
    font-size: 17px;
    font-weight: 500;
    line-height: 28.8px;
    color: var(--white);
}
.partner-item-icon {
    border-radius: 8px;
    padding: 15px 15px;
    height: 0%;
    background: #FCC05B;
    margin-top: 5px;
}

.item-3{
    border-radius: 8px;
    padding: 15px 15px;
    height: 0%;
    background: #FCC05B;

}
.partners-right-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partners-right-btn a{
    background: var(--yellow);
    margin-top: 51px;   
}
.partners-right-btn a:hover{
    background: var(--yellow);
    color: var(--blue);  
}

.partners-right-btn-icon{
    margin-left: 32px;
}

@media only screen and (max-width:767px){

    #partners {
     margin: 40px 0px; 
    }
    .partners-main-content {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }

    .partners-right {
        margin-top: 50px;
    }

    .partner-item {
        display: flex;
        align-items: flex-start;
		gap:15px;
        padding: 10px 0px;
    }
    .partner-item-icon {
        /*width: 20%;*/
        height: 0%;
    }
    .partner-item-text{
        margin-top: 0px;
    }
.partner-item-text p {
    font-size: 18px;
}
    .partners-title h2{
        font-size: 37px;
        line-height: 50px;
    }
    .partner-item-text {
        margin-left: 0px;
    }

    .partners-main-content {
        padding: 45px 0px;
    }
    .common-btn {
        font-size: 16px;
    }

    .partners-right-btn a{
        background: var(--yellow);
        margin-top: 10px;
        
    }
    .partners-main-content img{
    max-width: 100%;
}
}

@media only screen and (min-width:767px) and (max-width:1024px){
    .partners-main-content {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        padding: 80px 0px;
    }

    .partners-left img{
        width: 100%;
        height: auto;
    }
    .partners-right {
        margin-top: 50px;
    }
}
/*----====Partners-section-end-here----=== */



/*---======our-story-section-staret-here--=== */

#our-story{
    padding: 30px 0px;
}
.story-main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 91px;
}
.story-main-content .story-right img{
    border-radius: 25px;
}

.story-title h2{
    color: #062F6E;
}
.story-text p{
    font-family: var(--satoshi);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color:  #415D91;
    letter-spacing: -0.6px;
        padding: 25px 0px;

}

.story-title {
    padding: 10px 0px;
}
.story-sub-title p{
    font-family: var(--Plus-Jakarta-Sans);
    padding: 8px 14px;
     background: rgba(2, 31, 82, 0.1);
    text-decoration: none;
    color:var(--blue);
    font-size: 14px;
    line-height: 16.8px;
    border-radius: 20px;
    width: 165px;
}

.story-btn{
    margin-top: 50px;
}
.story-btn a{
    background: var(--yellow);
    padding: 16px 24px;
    border-radius: 48px;
    color: var(--blue);
    font-family: var(--Plus-Jakarta-Sans);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
a.story-learn-btn{
	font-family: var(--satoshi);
}
.story-btn-icon{
    margin-left: 32px;

}

@media only screen and (max-width:767px) {
    .story-main-content {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
    }

    .story-right{
        margin-top: 30px;
    }

    .story-text {
        width: 343px;
    }
    .story-right img{
        width: 100%;
    }
    .story-title h2 {
        font-size: 37px;
        line-height: 50px;
    }
    .story-btn a {
        font-size: 14px;
        line-height: 18px;
    }
    .story-text p {
    font-family: var(--Plus-Jakarta-Sans);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #415D91;
    letter-spacing: -0.6px;
    padding: 0px;
}

}

@media only screen and (min-width:767px) and (max-width:1024px){
    .story-main-content {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
    }
    .story-right{
        margin-top: 30px;
    }

    .story-right img{
        width: 100%;
    }   
}
/*----====Our-story-end-here-----==== */

/*----====Add-menu-section-start-here--=== */
#add-menu {
    background: var(--blue);
    padding-top: 20px;
    padding-bottom: 100px;
    margin-top: 280px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.add-menu-main-content{
    text-align: center;
}
.add-menu-top {
    margin-top: -230px;
}

.add-menu-bottom {
    padding: 50px 0px;
    max-width: 952px;
    margin: 0 auto;
}
.add-menu-bottom h2{
    color: var(--white);

}
.add-menu-bottom p{
    font-family: var(--satoshi);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: var(--white);
    padding: 20px 0px;
}

.add-menu-btn{
    margin-top: 50px;
}

.add-menu-btn a{
    background: var(--yellow);
    padding: 16px 24px;
    border-radius: 48px;
    color: var(--blue);
    font-family: var(--satoshi);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;   
}

.story-learn-btn-icon{
    margin-left: 32px;
}

@media only screen and (max-width:767px){
    .add-menu-bottom h2 {
        font-size: 30px;
        line-height: 50px;
    }
    .add-menu-bottom p {
       font-size: 16px;
    line-height: 26px;
    }

    .add-menu-bottom p br{
        display: none;
    }

    #add-menu {
        padding-bottom: 50px;
        margin-top: 180px;
    }
    .add-menu-top {
    margin-top: -100px;
}
.add-menu-btn a {
    padding: 15px 17px;
    border-radius: 48px;
    font-size: 16px;
}
}

@media only screen and (min-width:767px) and (max-width:1024px){
.add-menu-top img{
    width: 67%;
}
.add-menu-top {
    margin-top: -130px;
}
}




/*---===Add-menu-end-here===----- */


/**----======Shop-page-style-start-here---===== */
#shop-top{
    padding: 72px 40px;
}
.shop-items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    margin-top: 50px;
}
.shop-top-first-section{
	padding-bottom:72px;
}
.shop-top-part {
    display: flex;
    align-items: center;
    text-align: center;
}
.shop-top-part h4{
    color: var(--blue);
}

.shop-top-part-searchbox{
	padding-top: 10px;
}

.shop-top-part-searchbox .form-control{
    padding: 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: rgba(246, 248, 254, 1);
    background-clip: padding-box;
    border: 1px solid rgba(246, 248, 254, 1);
    border-radius: 56px;
}

.has-search .form-control {
    padding-left: 3.375rem;
    font-family: var(--roboto-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #505050;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    margin: 15px 20px;
    width: 24px;
    height: 24px;
}

.add-menu-bottom p br{
        display: none;
 }
.title-reset-wrap{
	    display: flex;
    justify-content: space-between;
}
 .filters-top {
    padding-bottom: 30px;
}

.filters-top h5{
    font-family: var(--roboto-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 33.6px;
    color: #000000;
}
.filter-reset-button button{
	    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    background: transparent;
    border: none;
    padding: 0px;
}

.filter-items #accordionOne {
    border-top: 1px solid #000 !important;
}
.filter-items .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-360deg) !important;
}

.filter-items .accordion-button {
    padding: 10px 0px !important;
}
.filter-items .accordion-body {
    padding: 0px !important;
}
.filter-items .accordion-button:not(.collapsed) {
    color: var(--blue) !important;
    background-color: var(--white) !important;
    box-shadow: none !important;
}
.filter-items .accordion-item {
    border: none;
    border-bottom: 1px solid #000;
    background-color: #fff;
    padding: 20px 0px;
    border-radius: 0px;
}
.filter-items .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}
.filter-items .accordion-button{
color:#000;
font-family: var(--roboto-font);
font-size: 18px;
font-weight: 600;
line-height:27px;
justify-content: space-between;
}
.accordion-button::after{
    display: none;
}
.filters-top-right a{
    font-family: var(--roboto-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}
.facetwp-counts{
	color: var(--black);
	font-size: 14px;
	margin: 25px 0px;
}
.active-filter-label{
	    border-radius: 64px;
    background: #021F52;
    color: white;
    padding: 5px 10px;
}
.filters-top-left .filters-list li{
    font-family: var(--roboto-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    padding: 10px 0px;
}

.filters-top-left .filters-list li a{
    font-family: var(--roboto-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}
.form-check{
    padding: 10px 25px;
    display: flex;
    align-items: center;
}
.filters-bottom .form-check-label{
    font-family: var(--roboto-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-left: 10px;
}


.filters-bottom .filter-two .form-check-input:checked {
    width: 18px;
    height: 18px;
    margin-top: 0px;
    vertical-align: top;
    background-color: var(--blue);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #000000;
    cursor: pointer;
}

.filters-bottom .filter-two .form-check-input{
    width: 18px;
    height: 18px;
    margin-top: 0px;
    vertical-align: top;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #000000;
    cursor: pointer;
}

/*-------price-range---*/



.filters-bottom .filter-one .form-check-input:checked {
    width: 18px;
    height: 18px;
    margin-top: 0px;
    vertical-align: top;
    background-color: var(--blue);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #000000;
    cursor: pointer;
}
.filters-bottom .filter-one .form-check-input{
    width: 18px;
    height: 18px;
    margin-top: 0px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #000000;
    cursor: pointer;
    border-radius: 0px;
}
.form-check-input:focus {
    box-shadow: none;
}
.shop-bottom-1{
    padding-right: 32px;
}


.filter-five .filter-item-bottom .form-control{
    font-family: var(--roboto-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #505050;
    background-color: #fff;
    padding: 12px 40px;
    border: 1px solid #000;
    border-radius: 0px;
}
.filter-five .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    margin: 15px 15px;
    width: 18px;
    height: 24px;
}

.filters-list {
    padding-left: 0px !important;
}

.product-view-btn:hover {
    background: var(--yellow);
    color: var(--blue);
    border: 1px solid var(--yellow);
}

.filter-bottom-btn a:hover {
    background: var(--blue);
    color: var(--white);
    border: 1px solid var(--blue);
}

.filter-items h5{
    font-family: var(--roboto-font);
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #000000;
}


.filter-item-top {
    display: flex;
    justify-content: space-between;
}

.produc-right-btn a{
    background: var(--blue);
    padding: 8px 12px;
    border-radius: 64px;
    font-family: var(--roboto-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--white);
}
.produc-right-btn-icon{
    margin-left: 8px;
}

.products-right-top {
display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    justify-content: end;
}

.products-right-top p{
    font-family: var(--roboto-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.product-sort-by select{
	 font-family: var(--roboto-font);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
border: none;
}
.listing-item-tag {
    position: absolute;
    text-align: center;
    font-size: 17px;
    color: #021F52;
    font-weight: 500;
    min-width: 84px;
    padding: 8px 6px 7px;
    /* z-index: 10; */
    background: #FCC05B;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 8px;
}
.listing-item-tag span {
    position: relative;
    z-index: 999;
}
.filter-bottom-btn-1{
    background: var(--blue) !important;
    color: var(--white) !important;
}

.filter-bottom-btn a{
    background: transparent;
    color: var(--blue);
    padding: 8px 15px;
    border-radius: 48px;
    font-family: var(--roboto-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid var(--blue);
}
.filter-item-bottom {
    margin-top: 20px;
}

.filter-item-bottom .input-group, .filter-item-bottom .form-select {
    padding: 12px;
    border: none;
}
.filter-item-bottom .input-group-text {
    
    background-color:#fff !important;
    padding: 12px;
}
.filter-item-bottom .form-control, .filter-item-bottom .form-select {
    font-family: var(--roboto-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #505050;
    background-color: #fff;
    padding: 12px ;
    border: none;
}
.form-select.filter-select{
        border: 1px solid #000;
    border-radius: 0px;
}
.filter-item-bottom a{
	    border-radius: 48px;
    border: 1px solid var(--blue);
    padding: 8px 20px;
    color: var(--blue);
    margin: 0px 10px 15px 0px;
    display: inline-block;
}
.filter-item-bottom a:hover{
    color: var(--white);
   background: var(--blue);
}
.border{
    border: 1px solid var(--blue) !important;
}

/*-----pagination---css-here--- */
.shop-bottom .pagination{
    border: none !important;
}

.facetwp-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 92px;
}
.facetwp-pager .facetwp-page {
    text-decoration: none;
    background-color: transparent;
    border: none;
    color: #475467;
    font-family: var(--Inter);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    }
    
    .facetwp-pager .facetwp-page.active{
        background: #ccc !important;
        padding: 7px 13px;
        color: #475467;
        border-radius: 20px !important;
    }

.facetwp-pager a{

}
/*
input[type=range]::-webkit-slider-runnable-track {
    background: lightgray, #F4F4F4;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    margin-top: -4px;
    width: 20px;
    height: 20px;
}
*/
.range-limit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.range-limit p{
    font-family: var(--roboto-font);
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
}
/*ranger*/
 .price-range-slider {
            width: 100%;
            margin: 20px auto;
        }



        .price-range-value {
            text-align: left;
        }

        .price-range-value p {
            font-size: 18px;
            margin: 10px 0;
        }
        input[type=range]{
        	width: 100%;
        }
 input[type=range]::-webkit-slider-runnable-track {
    background: lightgray, #F4F4F4;
    border: none;
    border-radius: 1px;
}
 input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    margin-top: -3px;
    width: 20px;
    height: 20px;
}
 
#flexSwitchCheckDefault{
    width: 40px;
    height: 20px;
    padding: 12px;
    margin-left: -23px;
}
.filter-nine .button-cover,
.filter-nine .knobs,
.filter-nine .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.filter-nine .button {
  position: relative;
  top: 50%;
  width: 60px;
  height: 36px;
  overflow: hidden;
}

.filter-nine .button.r,
.filter-nine .button.r .layer {
  border-radius: 100px;
}

.filter-nine .button.b2 {
  border-radius: 2px;
}

.filter-nine .facetwp-checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.filter-nine .knobs {
  z-index: 2;
}

.filter-nine .layer {
  width: 100%;
  background-color: #C6C6C6;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
 content: "";
    position: absolute;
    top: 8px;
    left: 7px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 0;
    background-color: #fff;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .knobs.active:before {
  content: "";
  left: 30px;
  background-color: #000;
}

#button-1 .facetwp-checkbox:checked ~ .layer {
  background-color: #C6C6C6;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
}
/**Facet Wp style override*/
.facetwp-type-search .facetwp-icon {
    left: 3px;
    width: 30px;
    opacity: 1;
}
.shop-top-part-searchbox .facetwp-type-search .facetwp-icon {
    left: 15px;
}
.facetwp-input-wrap {
    display: block !important;
}
.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
    margin: 0;
    padding-right: 0px;
    min-width: 240px;
    width: 100%;
    padding-left: 40px;
    height: 50px;
    border-radius: 0px;
}
.shop-top-part-searchbox .facetwp-facet input.facetwp-search {
    margin: 0;
    padding-right: 0px;
    min-width: 240px;
    width: 100%;
    padding-left: 40px;
    height: 50px;
    border-radius: 0px;
    padding-left: 3.375rem;
    font-family: var(--roboto-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #505050;
    background-color: rgba(246, 248, 254, 1);
    background-clip: padding-box;
    border: 1px solid rgba(246, 248, 254, 1);
    border-radius: 56px;
}
.facetwp-facet {
    margin-bottom: 0px !important;
}
.facetwp-checkbox {
    background: url(/wp-content/uploads/2023/09/Checkbox.png) 0 50% no-repeat !important;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 25px !important;
    cursor: pointer;
    font-family: var(--roboto-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    /* margin-left: 10px; */
    padding: 7px 0px 7px 25px !important;
}
.facetwp-checkbox.checked{
	 background: url(/wp-content/uploads/2023/09/Group-145.png) 0 50% no-repeat !important;
}
.facetwp-radio {
    background: url(/wp-content/uploads/2023/09/Radio.png) 0 50% no-repeat !important;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 25px !important;
    cursor: pointer;
    font-family: var(--roboto-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    /* margin-left: 10px; */
    padding: 7px 0px 7px 25px !important;
}
.facetwp-radio.checked{
	 background: url(/wp-content/uploads/2023/09/Radio-1.png) 0 50% no-repeat !important;
}
.filter-text-style .facetwp-radio.checked {
    background-image: none !important;
}
.filter-text-style .facetwp-radio {
    background: none !important;
    background-size: 0px;
    margin-bottom: 4px;
    padding-left: 0px;
    cursor: pointer;
    font-family: var(--roboto-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    padding: 7px 0px !important;
}
.filter-text-style .facetwp-radio:hover{
	font-weight: 600;
}
.filter-text-style .facetwp-radio.checked{
	font-weight: 600;
}
.filter-button-style .facetwp-radio {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    border-radius: 48px;
    border: 1px solid var(--blue);
    padding: 8px 20px !important;
    color: var(--blue);
    margin: 0px 10px 15px 0px;
    display: inline-block;
     background-image: none !important;
     background: none !important;
}
.filter-button-style .facetwp-radio:hover {
color: var(--white) !important;
    background: var(--blue) !important;
}
.filter-button-style .facetwp-radio.checked {
color: var(--white) !important;
    background: var(--blue) !important;
    background-image: none !important;
}
.filter-dropdown-style select {
    word-wrap: normal;
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 0px;
}
.noUi-horizontal {
    height: 4px !important;
}
.noUi-target {
    background: #000 !important;
    border-radius: 4px;
    border: none;
    padding: 0 8px;
}
.noUi-connect {
    background: #c6c6c6 !important;
}
.noUi-horizontal .noUi-handle {
    top: -8px !important;
    border-radius: 50%;
    border-color: #000 !important;
}
.facetwp-type-sort select {
    word-wrap: normal;
    font-family: var(--roboto-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border: none;
}
@media only screen and (max-width:767px){
    #shop-top {
        padding: 72px 7px;
    }
    .shop-items {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
        margin-top: 50px;
    }

    .shop-top-part {
        display: flex;
        flex-direction: column;
        padding: 0px 0px;
    }
    .shop-top-part-searchbox {
        padding: 30px 0px;
    }

    .shop-top-part-searchbox {
        margin-left: 0px; 
    }
    .shop-top-part .form-control {
        height: 48px;
        width: 350px;
    }
    .products-right-top {
        margin-top: 30px;

    }

}

@media only screen and (min-width:767px) and (max-width:1024px){
    .shop-items {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

    .shop-top-part {
        display: flex;
        flex-direction: column;
    }

    .shop-top-part-searchbox {
        margin-left: 0px; 
    }

    .shop-top-part .form-control {
        height: 48px;
        width: 600px;
    }
    

    .shop-top-part {
        display: flex;
        flex-direction: column;
        padding: 0px 0px;
    }
    .shop-top-part-searchbox {
        padding: 30px 0px;
    }
    .products-right-top {
        margin-top: 30px;

    }
}

/*----======Shop-item-page-style-start-heree---==== */
#shop-item-page-banner {
    padding: 80px 0px;
    display: grid;
    grid-gap: 80px;
    grid-template-columns: 1fr 1fr;
}

.shop-item-banner-img img{
    width: 100%;
}


.shop-item-banner-right {
    margin-top: 30px;
}

.shop-item-banner-right h3{
    font-family: var(--satoshi);
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000;
}
.item34{
font-family:var(--roboto-font);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 33.6px 
}

.shop-item-banner-btn{
    margin-top: 56px;
    margin-bottom: 48px;
}

.shop-item-banner-btn a{
    background: var(--yellow);
    padding: 16px 72px;
    border-radius: 64px;
    font-family: var(--satoshi);
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.shop-item-banner-btn2{
    background: transparent !important;
    border: 1px solid var(--blue) !important;
    margin-left: 16px;
}

.product-description-top, .product-details-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-item-product-details p{
    font-family: var(--satoshi);
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
}

.shop-item-product-description p, .product-details-title{
    font-family: var(--satoshi);
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #000;
    padding-top: 32px;
    padding-bottom: 16px;
}
.shop-item-product-description ul{
    padding-left: 21px !important;
}

.shop-item-product-description ul li{
list-style: initial;
padding: 10px 0px;
font-family: var(--satoshi);
font-size: 18px;
line-height: 27px;
font-weight: 400;
color: #000;
}
.shop-item-top{
    padding-bottom: 0px;
}
.shop-item-top-title{
    padding-bottom: 0px;
}
.shop-item-top h2{
        font-size: 56px;
        line-height: 56px;
        color: var(--blue);
}
.product-learn-more-button-wrap{
	margin-top: 15px;
}
.product-learn-more-btn{
    color: #021F52;
font-family: var(--satoshi);
font-size: 18px;
font-style: normal;
font-weight: 500;
 transition: all .2s ease-in-out;
 text-align: center;
}
button.accordion-button{
    justify-content: space-between;
}
.shop-item-banner-left .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 4px;
    color: #000 !important;
    content: ">" !important;
}

.shop-item-banner-left .breadcrumb-item, .shop-item-banner-left .breadcrumb-item a{
color: #000;
text-align: center;
font-family: var(--roboto-font);
font-size: 14px;
font-weight: 400;
line-height: 21px;
}

.shop-item-banner-left .breadcrumb-item a.current-product{
font-weight: 600;
}

.shop-item-banner-right .accordion-button{
    color: #000;
    font-family: var(--satoshi);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    background: var(--white);
}

.shop-item-banner-right .accordion-item {
    background-color: #fff;
    border: none;
    border-top: 1px solid rgba(2, 31, 82, 0.12);
    padding-top: 16px;
    padding-bottom: 24px;
    
}
.shop-item-banner-right  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-360deg) !important;
}

.shop-item-banner-right #accordionTwo{
    height: 250px;

}

.shop-item-banner-right .accordion-button {
    padding: 10px 0px !important;
}

.shop-item-banner-right .accordion-body {
    padding: 0px;
}
.shop-item-banner-right .accordion-button:not(.collapsed) {
    color: var(--blue) !important;
    background-color: var(--white) !important;
    box-shadow: none !important;
}
.shop-item-banner-right .accordion-button:focus {
    border-color: var(--white);
    outline: 0;
    box-shadow: none;
}

.shop-item-top{
    padding-top: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.shop-item-banner-btn a {
    background: var(--yellow);
    padding: 16px 40px;
}
}
@media only screen and (max-width:767px){
    #shop-item-page-banner {
        padding: 60px 20px;
        display: grid;
        grid-gap: 50px;
        grid-template-columns: repeat(1,1fr);
    }

    .shop-item-banner-btn {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .shop-item-banner-btn2 {
         margin-left: 0px; 
    }

    .shop-item-top h2 {
        font-size: 27px;
        line-height: 30px;
        color: var(--blue);
    }
    .shop-item-banner-right h3 {
        font-size: 26px;
        line-height: 35px;
    }
    .item34 {
        font-size: 20px;
        line-height: 25.6px;
    }
    .shop-item-banner-img img{
        width: 100%;
    }
}

@media only screen and (min-width:767px) and (max-width:1024px){
    #shop-item-page-banner {
        padding: 60px 30px;
        display: grid;
        grid-gap: 50px;
        grid-template-columns: repeat(1,1fr);
    }

    .shop-item-banner-img img{
        width: 100%;
    }
    
}

/*-----====Team-page-css-start-here--==== */
#team-member{
    padding: 96px 0px;
}
.team-member-left{
    margin-top: auto;
    width: 85%;
}
.team-member-left img{
    max-width: 100%;
}
.team-member-main-content-wrap{
    display: flex;
    justify-content: space-between;
}

.locate-main-content {
    grid-template-columns: 2fr 1fr;
    display: grid;
    
}
#team-page-banner {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 45px;
    background: var(--blue);
    color: var(--white);
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
}
#default-page-banner{
  text-align: center;
    padding-top: 80px;
    padding-bottom: 96px;
    background: var(--blue);
    color: var(--white);
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;  
}

.team-banner-content h2{
    padding-top: 12px;
    padding-bottom: 26px;
}

.team-banner-subtitle h6{
color: #F9A11B;
text-align: center;
font-family:var(--Inter);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; 
}
.team-banner-content p{
color: #E0E0E0;
text-align: center;
font-family:var(--satoshi);
font-size: 20px;
font-style: normal;
line-height: 30px;
margin-bottom: 0px;
min-height: 61px;
}
.page-id-50 .team-banner-content p{
padding-bottom: 30px;
}
.team-member-left-content h6{
color: var(--blue);
font-family: var(--Inter);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
}

.team-member-left-content h4{
color:  #101828;
font-family: var(--Inter);
font-size: 36px;
font-weight: 600;
line-height: 44px; 
letter-spacing: -0.72px;
padding-top: 12px;
padding-bottom: 20px;
}

.team-member-left-content p{
color: #475467;
font-family: var(--Inter);
font-size: 20px;
font-weight: 400;
line-height: 30px; 
}

.team-member-left-btn{
    margin-top: 40px;
}
.team-member-left-btn a{
background: var(--yellow);
padding: 16px 24px;
border-radius: 48px;
color: var(--blue);
font-family: var(--satoshi);
font-size: 18px;
font-weight: 500;
line-height:18px;

}

.team-member{
display: flex;
align-items: center;
border-radius: 16px;
border: 1px solid #D3D3D3;
margin: 10px 0px;
min-height: 280px;
overflow: hidden;
}
.team-member-right-top {
display: flex;
align-items: center;
justify-content: space-between;
}

.team-member-icon{
    margin-left: 0px;
    margin-bottom: auto;
    margin-top: 10px;
}
.team-member-right{
    padding: 24px 20px;
    width: 100%;
}
.team-member-right-top h3{
 color: var(--blue);
font-family: var(--Inter);
font-size: 26px;
font-weight: 600;
line-height: 38px;
}

.team-member-right h5, .locate-right h5{
color: var(--blue);
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px;
}
.team-member-right h6, .locate-right h6{
 color: var(--blue);
font-family: var(--Inter);
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.team-member-right h6 a{
    color: var(--blue);
}
.team-member-left-content .story-btn-icon {
    margin-left: 80px;
}

.locate-title{
 color: var(--white);
text-align: center;
font-family: var(--satoshi);
padding-bottom: 71px;
}

#locate-representative{
    background: var(--blue);
    border-top-right-radius: 36px;
    border-top-left-radius: 36px;
    padding-top: 94px;
    padding-bottom: 170px;
}


.locate-right-box {
    background: var(--white);
    padding:10px 0px;
    border-radius: 40px;
    text-align: center;
}

.locate-right h2{
color: var(--blue);
font-family:var(--Inter);
font-size: 30px;
font-weight: 600;
line-height: 38px; 
padding-top: 24px;
padding-bottom: 16px;
}
.locate-right-btn{
    margin-top: 24px;
}
.locate-right-btn a{
background: var(--yellow);
padding: 16px 24px;
border-radius: 48px;
color: var(--blue);
font-family: var(--satoshi);
font-size: 18px;
font-weight: 700;
line-height: 18px;
display: flex;
align-items: center;
justify-content: space-between;
margin: 25px 30px;
}

.locate-right .story-btn-icon {
    margin-left: 67px;
}

.locate-right img{
    width: 283px;
    height: auto;
}

/**----------======map-css-start------ */
.locate-representative {
    background: #062F6E;
    padding-bottom: 161px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;

}

.locate-representative-wrapper {
    position: relative;
   
}
.representative-shape-arrow {
    position: absolute;
    top: -180px;
    right: 0;
}

.representative-header {
    text-align: center;
    padding: 12px 16px;
}

.representative-header h2 {
    color: #ffffff;
}

.representative-location-map {
    padding: 22px 16px;
    overflow: hidden;
}

.representative-location-map-area {
    text-align: center;
    position: relative;
    z-index: 99;
}

.representative-location-map-area img {
    display: inline-block;
}



@media (min-width: 1200px) {
 
    .representative-header h2 {
        font-size: 56px;
    }

    .representative-header {
        padding-top: 94px;
    }

    .representative-location-map {
        padding-bottom: 162px;
    }

    .representative-location-map-area {
        width: 100%;
        max-width: 52%;
        margin: 0;
        height: 435px;
    }
    .representative-location-map-area #us-map {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 44%;
        height: 100%;
    }
}

@media(min-width: 1320px) {
    .representative-location-map-area {
        max-width: 60%;
    }
    .representative-location-map-area #us-map {
        transform: translate(-50%, -50%);
        left: 40%;
    }
}

.representative-person {
    padding: 0 16px 40px;
    position: relative;
    margin-top: -100px;
}

.representative-person-white-box {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 3px 30px rgba(0,0,0,0.20);
  
}
.representative-location-map-area path {
    stroke: #062f6e;
    fill:#516e9a !important;
    transition: fill .4s ease;
    transform-origin: center center;
}

.representative-location-map-area path:hover {
    cursor: pointer;
    transform: scale(1.005, 1.005);
}

#us-map path[data-active="yes"],
#us-map path[data-toggle="toggled"] {
    fill: #fab42f !important
}

#us-map {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#details-box {
    box-shadow: 0px 7px 40px rgb(0 0 0 / 45%);
    opacity: 0%;
    padding: 2rem 2rem;
    border-radius: 0px;
    font-size: 24px;
    position: absolute;
    background-color: rgb(255 255 255 / 87%);
    width: fit-content;
    transition: opacity .4s ease;
    z-index: 1;
    text-align: left;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    visibility: hidden;
}



@media (min-width: 768px) {
    .representative-person-white-box {
        max-width: 420px;
        margin: 0 auto;
        border-radius: 40px;
    }    
}

@media (min-width: 1200px) {

    #details-box {
        top: 39%;
        left: 11%;
        right: 0;
        transform: translate(40%, -50%);
    }

    .representative-person-white-box {
        margin: 0 0 0 auto;
    }

    .representative-person {
        padding: 0 60px 40px;
        position: relative;
        margin-top: -585px;
    }

    .representative-person-list-title-right h4 {
        font-size: 24px;
    }

    .representative-person-list-content {
        padding-top: 8px;
    }
}
@media only screen and (max-width: 767px){
    .team-banner-content p {
    font-size: 16px;
    line-height: 24px;
}
}
/**----------map-end======----- */

#contact{
    padding-top: 98px;
    padding-bottom: 107px;
    background: var(--yellow);
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    margin-top: -40px;
}

.contact-form-main {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 75px;
}

.contact-left .gform_title{
    color: var(--blue);
    font-family: var(--satoshi);
    font-size: 56px;
    font-weight: 700;
    line-height: 44px; 
}

.contact-left .gform_description{
color: var(--blue);
font-family: var(--satoshi);
font-size: 20px;
font-weight: 400;
line-height: 30px;
padding-top: 24px;
padding-bottom: 10px;
}


.contact-form-main input[type=text],input[type=email], .textarea,.gfield_select{
 border-radius: 8px;
border: 1px solid #D0D5DD;
background: var(--white);
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
padding: 10px 14px;
color: #667085;
font-family: var(--Inter);
font-size: 16px;
font-weight: 400;
line-height: 24px;
width: 100%;
}

.contact-form-main .textarea{
    height: 116px !important;
}


.contact-form-main .form-check-label{
font-family: var(--Inter);
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-left: 12px;
}

.contact-form-main .gform-field-label{
color: var(--blue);
font-family: var(--Inter);
font-size: 14px;
font-weight: 500;
line-height: 20px; 
}
.contact-form-main .gfield {
   margin-top: 14px;
}

.contact-form-main #gform_submit_button_1{
background: var(--blue);
border-radius: 48px;
padding: 16px 24px;
color: var(--white);
font-family: var(--satoshi);
font-size: 18px;
font-weight: 700;
line-height: 18px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin-top: 15px;
}

@media only screen and (max-width:767px){
    .team-member-main-content-wrap {
        display: flex;
        flex-direction: column;
    }

    .team-member-right-top h3 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }

    .team-member-right h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .team-member-right h6 {
        font-size: 15px;
        line-height: 20px;
    }

    #team-member {
        padding: 35px 0px;
    }

    .team-member {
        display: flex; 
        flex-direction: column;
        padding-right: 50px;
        padding-left: 20px;
    }
    #team-page-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .team-banner-content h2 {
        font-size: 45px;
        line-height: 55px;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .team-banner-content p br{
        display: none;
    }
    .team-member-left-content p br{
        display: none;
    }
    .locate-main-content {
        display: flex;
        flex-direction: column;
    }
    .locate-right{
        margin-top: 50px;
    }

    .locate-title h2{
    font-size: 45px;
    line-height: 50px;
    }
    .locate-title{
    padding-bottom: 10px;
    }

    #locate-representative {
        padding: 70px 0px;
    }
    .contact-form-main {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    .contact-left h3 {
        font-size: 45px;
        line-height: 40px;
    }
    #contact {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-form-main .gfield_select {
        padding: 12px;
        width: 70% !important;
    }
    .representative-header h2 {
        color: #ffffff;
        font-size: 40px;
        line-height: 50px;
        padding: 20px 0px;
    }

    .representative-location-map {
        padding: 22px 16px;
        overflow: hidden;
        margin-bottom: 115px;
    }
    
}

@media only screen and (min-width:767px) and (max-width:1024px){
    #team-member {
        padding: 50px 0px;
    }
    .team-member-main-content-wrap {
        display: flex;
        flex-direction: column;
    }
    .team-member-left-content {
        text-align: center;
    }
    .team-member-left-content p br{
        display: none;
    }
    .locate-title {
        padding-bottom: 10px;
    }
    .locate-main-content {
        display: flex;
        flex-direction: column;
        align-items: initial;
    }

    .contact-form-main {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    #contact {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-form-main .gfield_select{
        padding: 12px;
        width: 40% !important;
    }
    .contact-right img{
        width: 100%;
    }

    .representative-location-map {
        margin-bottom: 115px;
    }
    .team-member {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 16px;
        
    }

    .representative-header {
        text-align: center;
        padding: 30px 16px;
    }
   
    
}

/**----------Team-page-css-end-here---- */


/*--------Our-story-page-css-start-here---- */
#testy-chicken{
    padding: 94px 0px;
}
#default-page-content {
    padding: 94px 0px;
}
.chicken-main-content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 25px;
}
.chicken-main-content img{
	border-radius: 25px;
	max-width: 470px;
}
.chicken-main-content .chicken-subtitle a {
    font-family: var(--Plus-Jakarta-Sans);
    padding: 8px 19px;
    border-radius: 1000px;
    background: rgba(2, 31, 82, 0.10);
    text-decoration: none;
    color: var(--blue);
    font-size: 14px;
    line-height: 16.8px;
}

.chicken-main-content .chicken-title h2 {
    color: #062F6E;
    padding-top: 32px;
    padding-bottom: 24px;
}

#cta{
    background: var(--blue);
    border-radius: 48px;
    padding: 128px 0px;
}

.cta-items{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 59px;
}
.cta-item h6{
 color: var(--yellow);
font-family: var(--Inter);
font-size: 16px;
font-weight: 600;
line-height: 24px;
}

.cta-item h4{
 color: var(--white);
font-family: var(--Inter);
font-size: 36px;
font-weight: 600;
line-height: 44px;
padding-bottom: 20px;
}

.cta-item-1 p{
 color: #DCDCDC;
font-family: var(--Inter);
font-size: 20px;
font-weight: 400;
line-height: 30px;
}

.cta-item p{
color: var(--white);
font-family: var(--satoshi);
font-size: 20px;
font-weight: 400;
line-height:  32px;
}

#quality-chicken{
    padding: 94px 0px;
}

 #quality-chicken .chicken-main-content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 25px;
}
#quality-chicken .chicken-right h2 br{
    display: none;
}
 #quality-chicken .chicken-left{
    text-align: right;
}
.meet-team-top h2{
    color: #062F6E;
}

.meet-team-top p{
    color: #475467;
    text-align: center;
    font-family: var(--Inter);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
}

#meet-team{
    padding: 96px 0px;
}
.meet-team-top{
    text-align: center;
}
.meet-team-top a{
 color: #344054;
font-family: var(--satoshi);
font-size: 16px;
font-weight: 700;
line-height: 24px;
 border-radius: 64px;
 border: 1px solid #D0D5DD;
 padding: 12px 20px;
}

.meet-teams{
    padding-top: 64px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 80px;
}

.meet-team-member {
    text-align: center;
	    align-self: end;
}

.meet-team-member h5{
color: #101828;
font-family: var(--Inter);
font-size: 20px;
font-weight: 600;
line-height: 30px; 
padding-top: 24px;
}
.meet-team-member p{
color: #788395;
font-family: var(--Inter);
font-size: 18px;
font-weight: 400;
line-height: 28px;
}

@media only screen and (max-width: 1024px){
	#quality-chicken .chicken-left {
    text-align: center;
}
}
@media only screen and (max-width:767px){
    #testy-chicken {
    padding: 45px 0px;
}
    .chicken-main-content {
        display: block;
        grid-template-columns: repeat(1,1fr);
    }
    .chicken-right{
        margin-top: 50px;
    }
    .chicken-main-content .chicken-title h2 {
        font-size: 40px;
        line-height: 50px;    
    }
    .chicken-right p {
        font-size: 18px;
    }    
    .cta-item h4 {
        font-size: 34px;
        line-height: 44px;
        padding-bottom: 10px;
    }
    .cta-items {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 30px;
        padding: 0px 20px;
    }
    #cta {
        padding: 40px 0px;
    }
    .cta-item p br {
        display: none;   
    }

    #quality-chicken .chicken-main-content {
        display: block;
        grid-template-columns: repeat(1,1fr);
    }

    #quality-chicken {
        padding: 20px 0px;
    }
    #quality-chicken .chicken-left{
        margin-top: 50px;
    }

    #quality-chicken .chicken-main-content .chicken-title h2 {
        font-size: 34px;
        line-height: 50px;
    }

    .meet-teams {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 32px;
    }
    #meet-team {
        padding: 50px 0px;
    }
    .meet-team-top h2 {
        font-size: 37px;
        line-height: 40px;
    }

    #us-map {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }
    #default-page-content {
    padding: 50px 0px;
}
.chicken-main-content img{
	max-width: 100%;
}

}

@media only screen and (min-width:767px) and (max-width:1024px){
    .chicken-main-content {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }

    .chicken-left img{
        width: 100%;
    }
    .chicken-right{
        margin-top: 50px;
    }
    .cta-items {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 30px;
        padding: 0px 20px;
    }
    #cta {
        padding: 60px 0px;
    }
    #quality-chicken .chicken-main-content {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-column-gap: 107px;
    }
    #quality-chicken .chicken-left{
        margin-top: 50px;
    }
    #quality-chicken {
        padding: 50px 0px;
    }

    #testy-chicken {
        padding: 50px 0px;
    }
    #default-page-content {
    padding: 50px 0px;
}
    #partners {
         margin: 30px 0px; 
         padding: 0px 10px;
    }
    .chicken-main-content .chicken-title h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .partners-title h2{
        font-size: 50px;
        line-height: 60px;

    }

    .partner-item-icon {
        width: 10%;
    }
    .item-3 {
        width: 10% !important;
    }

    .meet-teams {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 32px;
    }

    #meet-team {
         padding: 0px 0px; 
    }

    .locate-right {
        margin-top: 5rem;
    }

    .locate-title h2{
        font-family: var(--satoshi);
        font-size: 55px;    
    }

}

/*------========Resources-page-start-here====------- */
.resources-banner p{
    padding-bottom: 84px;
}
.hero-content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
}
.hero-main-content {
    margin-top: -43px;
}
.hero-main-content img{
	width: 100%;
}
.hero-content-top h4{
color: #101828;
font-family: var(--Inter);
font-size: 30px;
font-weight: 600;
line-height: 38px;
padding-top: 32px;
}

.hero-content-bottom p{
color: #475467;
font-family: var(--Inter);
font-size: 16px;
font-weight: 400;
line-height: 24px;
}


#resources-item-section{
    padding: 64px 0px;
    background: linear-gradient(180deg, rgba(38, 83, 241, 0.00) 18.75%, rgba(38, 83, 241, 0.08) 100%);

}

.resources-items{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    padding-bottom: 50px;
}
.resources-item img{
	width: 100%;
}
.resources-item-top {
    display: flex;
    justify-content: space-between;
}

.resources-item-top{
    padding-top: 32px;
        padding-right: 5px;
}

.resources-item-top h4{
    width: 100%;
color: #101828;
font-family: var(--Inter);
font-size: 24px;
font-weight: 600;
line-height: 32px; 

}

.resources-item p{
color: #475467;
font-family: var(--Inter);
font-size: 16px;
font-weight: 400;
line-height: 24px;
}

.resources-item img {
    border-radius: 20px;
}
.pagination .page-numbers {
text-decoration: none;
background-color: transparent;
border: none;
color: #475467;
font-family: var(--Inter);
font-size: 14px;
font-weight: 600;
line-height: 20px;
}
.pagination .page-numbers {
    padding: .375rem .75rem;
}

#resources-item-section .prev.page-numbers {
    position: absolute;
    left: 109px;
}

#resources-item-section .next.page-numbers.next {
    position: absolute;
    right: 109px;
}

.resources .previous-icon, .next-icon{
    margin: 0px 8px;
}

.page-numbers.current{
    background: rgba(249, 250, 251, 1) !important;
    color: #475467;
    border-radius: 20px !important;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #EAECF0;
    padding: 20px 0px;

}


#social-section{
padding: 60px 0px;
}

.social-top-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-top-part p{
color: var(--blue);
font-family: var(--satoshi);
font-size: 24px;
font-weight: 700;
line-height: 44px; 
}

.social-top-part a{
color: var(--blue);
font-family: var(--satoshi);
font-size: 18px;
font-weight: 700;
line-height: 18px;
background: var(--yellow);
padding: 16px 24px;
border-radius: 48px;
}
.insta-icon {
    margin-right: 14px;
}

.instagram-left-wrap{
	display: flex;
    gap: 14px;
    align-items: center;
}
.instagram-left-wrap p{
	color: #021F52;
font-family: var(--satoshi);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 44px; /* 183.333% */
letter-spacing: -0.48px;
margin-bottom: 0px;
}
.instagram-right-wrap{
	text-align: right;
}
#instagram .story-btn {
    margin-top: 10px;
}
#instagram .story-btn svg{
    margin-right: 14px;
}
.instagram-hr{
	background: #EBEFF6;
	margin: 35px 0px 55px;
	height: 2px !important;
}
#instagram{
	padding: 70px 0px;
}
#instagram .carousel-indicators {
            bottom: -75px; /* Position outside of carousel by 30px */
        }
#instagram .carousel-indicators button {
            width: 10px;
            height: 10px;
            border-radius: 50%; /* Round circle style */
            background-color: rgba(2, 31, 82, 0.30); /* Default color */
            border: none;
        }
#instagram .carousel-indicators .active {
            background-color: #021F52; /* Active color */
        }
/* Custom styles for the featured products carousel */
        .featured-products {
            margin: 30px 0;
        }
        .featured-product {
            padding: 20px;
            background-color: #f5f5f5;
            border: 1px solid #ddd;
            text-align: center;
        }
        .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots {
    bottom: -70px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 .slick-initialized .slick-slide {
    display: block;
    padding: 10px;
        background: transparent;
    border: none;
}

.product-info-left {
    float: left;
    background-color: #fff;
    padding: 5px;
    padding-left: 0;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
}
.product-info-right {
    float: right;
    background-color: #fff;
    text-align: right;
    padding: 5px;
    padding-right: 0;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
}
.news-product-title{
    color: #062F6E;
    font-size: 45px;
    text-align: center;
    margin-bottom: 30px;
}
.shop-bottom-2 a.facetwp-page.prev{
    float: left;
}
.shop-bottom-2 a.facetwp-page.next{
    float: right;
}
.shop-bottom-2 a.facetwp-page{
    color: #000;
}
.product-items.shop-items.facetwp-template{
    margin-bottom: 50px;
}
#instagram-feed{
        background: #f0f3ff;
    padding: 35px 0px;
}
@media only screen and (max-width:767px){

#resources-item-section {
    padding: 30px 0px;
}
.resources-items {
    padding-bottom: 20px;
}
.resources-items {
display: grid;
grid-template-columns: repeat(1,1fr);
}

#resources-item-section .prev.page-numbers {
    position: absolute;
    left: 11px;
}

#resources-item-section .next.page-numbers {
    position: absolute !important;
    right: 21px !important;
}


.resources-item-top h4 {
    font-size: 23px;
    line-height: 30px;
}

.social-top-part {
    display: flex;
    flex-direction: column;
}
#social-section {
    padding: 20px 0px;
}
   .slick-initialized .slick-slide {
    display: block;
    padding: 10px;
        background: transparent;
    border: none;
}
.instagram-right-wrap {
    text-align: left;
    margin-top: 30px;
}
.news-product-title {
    font-size: 30px;
    }
}

@media only screen and (min-width:767px) and (max-width:1024px){

    #resources-item-section {
        padding: 50px 0px;
    }
    .resources-items {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }
    #resources-item-section .prev.page-numbers{
        position: absolute;
        left: 49px;
    }
    #resources-item-section .next.page-numbers  {
        position: absolute;
        right: 20px;
    }

    .team-banner-content p br{
        display: none;
    }
    .slick-initialized .slick-slide {
    display: block;
    padding: 10px;
        background: transparent;
    border: none;
}

}

@media only screen and (min-width:1600px){
    #resources-item-section .prev.page-numbers {
        position: absolute;
        left: 23em;
    }
    #resources-item-section .next.page-numbers  {
        position: absolute !important;
        right: 23em !important;
    }

}

/*------========Resources-page-end-here====------- */

/*-----===Foooter-Style-start-here---===== */
#footer{
    background: var(--white);
}
.footer-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
}

.footer-menu{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#menu-footer-menu{
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu-footer-menu li{
    list-style: none;
    padding: 0px 20px;
}

#menu-footer-menu li a{
font-family:'Plus Jakarta Sans', sans-serif ;
font-size: 15px;
font-weight: 400;
line-height: 24px;
text-align: center;
text-decoration: none;
color: rgba(14, 15, 18, 0.7);

}

.footer-social-icon a{
    margin: 0px 5px;
}
.footer-social-icon .facebook-link{
    background: #1877F2;
    padding: 5px 10px;
    border-radius: 50%;
    color: #fff;
}

.footer-social-icon .instagram-link{
    background: #1877F2;
    padding: 6px 9px;
    border-radius: 50%;
    color: #fff;
}


.footer-bottom {
    border-top: 1px solid rgba(2, 31, 82, 0.11);
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p{
    font-family: 'Plus Jakarta Sans', sans-serif ;
color: rgba(14, 15, 18, 0.40);
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;

}

.footer-common{
    font-family: 'Plus Jakarta Sans', sans-serif ;
    color:rgba(14, 15, 18, 0.7);
    font-size: 14px;
    font-weight: 600;
    line-height: 22.4px;
    text-align: center;


}

@media only screen and (max-width:767px){
    .footer-top {
        display: flex;
        flex-direction: column;
        padding: 30px 0px;
    }

    .footer-menu-items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0px;

    }
    .footer-bottom {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px){

    .footer-top {
        display: flex;
        padding: 30px 0px;
    }

    .footer-menu-items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

    }
    .footer-bottom {
        display: flex;
        flex-direction: column;
    }
    .footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0px;
}
.footer-menu {
margin-top: 0px; 
}
}