@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

html, body {
	margin: 0 !important;
	padding: 0;
	font-family: 'Avenir LT Pro';
}
body {
	font-weight: normal;
  	font-size: 16px;
  	color: #7B7E86;
}

p {
	margin-bottom: 16px;
}
a {
	transition: 0.3s;
	text-decoration: none;
}
a:focus {
	outline: none;
	box-shadow: none;
}
img {
	width: 100%;
}
p strong {
	color: #1C1C25;
	font-weight: 500;
}
#masthead.site-header {
	position: sticky;
	top: 0;
	z-index: 9;
}
.disc_text ul {
	margin: 0 0 15px;
}
.ast-container {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.navbar-toggler {
	box-shadow: none;
	outline: none;
	border: none;
}
.navbar-toggler:focus {
	box-shadow: none;
	outline: none;
	border: none;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
  }
}
.btn:focus {
	outline: none;
	box-shadow: none;
}
#active-link .menu-item.btn a {
	padding: .5rem .75rem;
	font-weight: 700;
	transition: .3s;
	height: 3rem;
	font-size: 1rem;
	border: none;
	display: inline-flex;
	border-radius: 0.25rem;
	background-color: #ae132a;
	color: #f4efd5;
	align-items: center;
	min-width: 133px;
	justify-content: center;
}
.btn.menu-button.menu-item {
	padding: 0;
}
.site-header ul, .site-header ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-branding.mobile_logo {
	display: none;
}
.site-header nav.navbar {
	background-color: #6d7178;
	padding: 2px 0;
	min-height: 40px;
}
.mainmenu .menu-main-menu-container {
	width: 100%;
}
.mainmenu .menu-main-menu-container .menu {
	justify-content: space-between;
	column-gap: 15px;
	row-gap: 10px;
}
.mainmenu .menu-main-menu-container .menu a {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: 400;
}

.logoWithAddress {
	display: flex;
	align-items: end;
	column-gap: 63px;
	flex-wrap: wrap;
}
.logoWithAddress .site-address {
	font-size: 11px;
	line-height: 27px;
	color: #474747;
	font-weight: 600;
	letter-spacing: 4.5px;
	max-width: 375px;
}
.site-branding.desktop_logo .custom-logo-link .custom-logo {
	max-height: 48px;
	height: 100%;
	object-fit: contain;
	max-width: 200px;
	cursor: pointer;
	margin: 1rem;
}
.topheader {
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
	align-items: center;
	flex-wrap: wrap;
	padding: 18px 12px;
	row-gap: 15px;
}
.menu li a {
	font-weight: 400;
  font-size: .875rem;
  cursor: pointer;
  text-decoration: none;
  transition: .3s ease-in-out;
  white-space: nowrap;
  color: #4c4d4f;
}
.menu li a:hover, #active-link .menu-item a:hover {
	opacity: 0.7;
}
#active-link .menu-item a {
	font-weight: 400;
	font-size: .875rem;
	cursor: pointer;
	text-decoration: none;
	transition: .3s ease-in-out;
	white-space: nowrap;
	color: #ae132a;
}
.rightmenu {
	display: flex;
	align-items: center;
	column-gap: 24px;
	justify-content: end;
	padding-right: 1rem;
}
.rightmenu .menu {
	display: flex;
	align-items: center;
	column-gap: 24px;
}
.leftmenu {
	display: flex;
	align-items: center;
	column-gap: 24px;
	padding-right: 1rem;
}
.leftmenu .menu {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.leftmenu-col {
	display: none;
	align-items: center;
	column-gap: 24px;
    
}
.leftmenu-col .dropdown-toggle {
	font-size: .875rem;
	color: #4c4d4f;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-flex;
	column-gap: 0.5rem;
	position: relative;
	top: 2px;
}
.leftmenu-col .dropdown-toggle svg {
	position: relative;
	top: 0px;
}
.leftmenu-col .dropdown-toggle i {
    font-size: 17px;
    color: #ae132a;
}
.leftmenu-col .dropdown-toggle:after {
	display: none;
}
#header-left-menu .menu-item a {
	font-size: .875rem;
	padding: .375rem .5rem;
	min-height: 35px;
	display: inline-flex;
	align-items: center;
	border-radius: 50px;
	transition: 0.3s;
	border: 1px solid #0000;
}
#header-left-menu .menu-item a:hover {
	box-shadow: 0 .5rem 1rem #00000026;
	color: #4c4d4f;
	border: 1px solid #4c4d4f;
}
.leftmenu-col .dropdown {
	position: relative;
}
.leftmenu-col .dropdown::before {
	content: '';
	position: absolute;
	left: -11px;
	height: 16px;
	width: 1px;
	background-color: #000;
	top: 3px;
	z-index: 1;
}
.section-sap-bottom {
	background: #ffffff none repeat scroll 0% 0%;
	min-width: 100%;
	min-height: 30px;
	height: 100%;
	object-fit: cover;
	text-decoration-color: #000000;
	max-height: 30px;
}
.burger_item_sec {
	display: flex;
	align-items: center;
}
.burger_item_sec .col06 {
	flex: 1;
}
.content_col {
	padding: 3rem;
	width: fit-content;
}
button.btn.toggle-menu-icon {
    border: none !important;
}




.home-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-banner video {
	width: 100%;
	min-height: calc(100dvh - 115px);
	object-fit: cover;
}
.home-banner .container {
	position: absolute;
	z-index: 2;
	text-align: center;
	left: 0;
	right: 0;
}
.banner-content .sub-title {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 1rem;
}
.banner-content .main-title {
	font-size: 5.5rem !important;
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0.03em;
	color: #fff;
	margin-bottom: 1rem;
	font-family: 'Avenir LT Pro 65';
}
.overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.4;
}
.banner-content .disc_text {
	font-size: 1.25rem;
	padding-bottom: 3rem !important;
	color: #fff;
	font-weight: 500;
}
.banner-text-col .btn.site-btn {
	min-width: 133px;
	padding: .5rem 2.1rem;
	font-size: 1.25rem;
	line-height: 1.9;
}
.btn.site-btn {
	font-weight: 700;
	transition: .3s;
	height: 3rem;
	border: none;
	border-radius: 0.25rem;
	background-color: #ae132a;
	color: #f4efd5;
	text-transform: uppercase;
	min-height: 50px;
	min-width: 150px;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  line-height: 2.3;
}
.btn.site-btn:hover {
	opacity: 0.9;
}
.section-small-title {
	font-family: 'Pauline Script 2';
	font-weight: 800;
	font-style: normal;
	color: #212529;
	padding-bottom: .5rem;
	font-size: 1.75rem;
	margin: 0;
	line-height: 1.7;
}
.section-title {
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0.03em;
	color: #ae132a;
	margin-bottom: 1rem !important;
	font-size: 2.5rem;
	line-height: 1;
}
.hide-in-app {
	max-width: 160px;
}
.burger_item_sec .btn.site-btn {
	min-width: 150px;
	padding: .5rem 1.5rem;
	font-size: 1rem;
	line-height: 2.5;
}
.content_col p {
	margin-bottom: 1.5rem !important;
	color: #212529;
	font-size: 1rem;
	line-height: 1.5;
}
.OurMenu_list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 16px;
}
.OurMenu_list .OurMenu_item .OurMenu_img {
	object-fit: cover;
	aspect-ratio: 1 / 1;
	border-radius: 4px;
}
.OurMenu_item {
	transition: 0.3s;
}
.OurMenu_item:hover {
	transform: scale(1.03);
}
.OurMenu_item a h5 {
	color: #4c4d4f;
	text-align: center;
	font-style: normal;
	letter-spacing: 0.03em;
	margin: 0.5rem 0;
	padding: 0 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
}
.All_Naturalness_sec {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3rem 0;
	margin-top: 1rem;
}
.All_Naturalness_cont {
	margin: 0 auto 4.5rem;
	text-align: center;
}
.All_Naturalness_cont .sec-main-title {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
	color: #212529;
	margin: 0;
}
.All_Naturalness_cont p {
	padding-bottom: 1rem;
	margin: 0;
	font-size: 1.25rem;
	color: #212529;
	line-height: 1.5;
	font-weight: 500;
}
.all_Naturalness_image {
	max-width: 192px;
	margin: 0 auto;
	display: block;
}
.OurMenu_sec .sec-main-title {
	font-weight: 800;
	font-style: normal;
	letter-spacing: 0.03em;
	text-align: center;
	font-size: 72px;
	position: relative;
	padding-bottom: 30px;
	line-height: 1;
	margin: 0;
	font-family: 'Avenir LT Pro 65';
}
.OurMenu_sec {
	margin-top: 4rem;
}
.join_gt_rewards {
	background-color: #ae132a;
	padding: 1.5rem 0;
	position: relative;
	text-align: center;
}
.join_gt_rewards img {
	max-height: 2rem;
}
.join_gt_rewards .sec-main-title {
	font-weight: 700;
	font-style: normal;
	font-family: 'Pauline Script 2';
	color: #ffff;
	margin: .5rem 0 0.3rem;
}


/*------------------------sahil -----code-------------------*/

.start-order-dropdown .dropdown-menu.show {
    width: 350px;
    border-radius: 5px;
    overflow: hidden;
    top: 18% !important;
}

.start-order-dropdown .dropdown-item.recent-item {
    color: #f4efd5;
    padding: 6px 1rem;
    background-color: #6d7178;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.start-order-dropdown .dropdown-item.no-location-item {
    padding: 16px;
}
.start-order-dropdown .dropdown-item:focus{
    background-color: #e9ecef;
    color: #000;
}
.start-order-dropdown .dropdown-item.start-order-item {
    background-color: #ae132a;
    color: #f4efd5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
}
.start-order-dropdown .dropdown-item.start-order-item img{
   width: 24px;
   min-width: 24px;
}


.header-toggle-menu {
    width: 100%;
}
.header-toggle-box {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 20px;
}

.header-toggle-box .btn.toggle-menu-icon:focus,
.header-toggle-box .btn.toggle-menu-icon:hover{
	border:none;
	outline:none;
	box-shadow: none;
}
.header-toggle-box .btn.toggle-menu-icon img {
    width: 27px;
    min-width: 27px;
}

.header-toggle-menu .btn-close {
   padding: 0px;
    margin: 0px;
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cg%20clip-path='url(%23c)'%3E%3Cpath%20d='M256%20512C114.836%20512%200%20397.164%200%20256C0%20114.836%20114.836%200%20256%200C397.164%200%20512%20114.836%20512%20256C512%20397.164%20397.164%20512%20256%20512ZM256%2032C132.48%2032%2032%20132.48%2032%20256C32%20379.52%20132.48%20480%20256%20480C379.52%20480%20480%20379.52%20480%20256C480%20132.48%20379.52%2032%20256%2032Z'%20fill='black'/%3E%3Cpath%20d='M164.399%20366C159.686%20366%20154.973%20364.212%20151.391%20360.604C144.203%20353.415%20144.203%20341.761%20151.391%20334.573L333.574%20152.391C340.766%20145.203%20352.42%20145.203%20359.609%20152.391C366.797%20159.579%20366.797%20171.234%20359.609%20178.427L177.424%20360.604C175.713%20362.314%20173.683%20363.671%20171.448%20364.597C169.213%20365.523%20166.817%20366%20164.398%20366H164.399Z'%20fill='black'/%3E%3Cpath%20d='M346.577%20366C341.868%20366%20337.155%20364.211%20333.574%20360.603L151.395%20178.429C144.202%20171.24%20144.202%20159.584%20151.395%20152.395C158.583%20145.202%20170.237%20145.202%20177.426%20152.395L359.605%20334.593C366.798%20341.782%20366.798%20353.437%20359.605%20360.626C357.893%20362.334%20355.861%20363.687%20353.625%20364.609C351.389%20365.531%20348.995%20366.004%20346.577%20366Z'%20fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id='c'%3E%3Crect%20width='512'%20height='512'%20fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.header-toggle-menu .btn-close:focus{
	box-shadow: none;
}
.header-toggle-menu .site-branding.desktop_logo .custom-logo-link .custom-logo {
    max-width: 141px;
    margin: 0px;
}
.header-toggle-menu .offcanvas-end {
    width: 289px;
       overflow-y: scroll;
}
html:has(.offcanvas.show),
body:has(.offcanvas.show) {
  overflow: hidden !important;
  height: 100% !important;
  width: 100% !important;
  position: fixed !important;
}
.header-toggle-menu .offcanvas-header {
    border-bottom: 2px solid #00000021;
}
.header-toggle-menu .offcanvas-body {
    padding: 0px;
    overflow-y: unset;
}
.toggle-menu-head {
    padding: 16px 16px 8px 16px;
    display:none;
}

.toggle-menu-head  h3 {
    font-size: 20px;
    font-weight: 700;
}
.toggle-menu-head p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #4c4d4f;
}
a.red-menu {
    color: #ae132a !important;
}
ul.toggle-menu-mid a , .toggle-bottom-menu .dropdown-item {
	padding: 0;
}
ul.toggle-menu-mid a , .toggle-bottom-menu .dropdown-item a {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #4c4d4f;
}
ul.toggle-menu-mid i, .toggle-bottom-menu .dropdown-item i{
	font-size: 24px;
}
ul.toggle-menu-mid svg{
	width: 24px;
	min-width: 24px;
}
ul.toggle-menu-mid i, ul.toggle-menu-mid svg, .toggle-bottom-menu .dropdown-item i{
	color: #ae132a;
}
.toggle-bottom-menu .dropdown-menu[data-bs-popper] {
    position: static;
    border-top: none;
}
.toggle-bottom-menu button.btn.dropdown-toggle {
    padding: 8px 16px;
    border: none;
}
.toggle-bottom-menu button.btn.dropdown-toggle:focus,.toggle-bottom-menu button.btn.dropdown-toggle:hover{
	border: none;
}
.header-toggle-menu .toggle-menu-mid {
    padding-bottom: 8px ;
    border-bottom: 2px solid #00000021;
    margin-bottom: 8px;
}
.toggle-bottom-menu .dropdown-item:hover{
	background-color: transparent;
}
/* Load Bootstrap Icons font */
.dropdown-toggle::after {
    font-family: "bootstrap-icons" !important;
    content: "\F282"; /* default icon */
    border: none !important;   /* remove default Bootstrap arrow */
    vertical-align: middle;
    margin-left: .35rem;
    margin-top: -2px;
    color: #ae132a;
}

/* When dropdown is open */
.dropdown-toggle.show::after {
    content: "\F286";  /* icon when open */
    color: #ae132a;
}
.toggle-bottom-info {
    margin-bottom: 10px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.toggle-bottom-info span {
    font-size: 13px;
    text-align: center;
    color: #4c4d4f;
}
.toggle-bottom-info img {
    width: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.toggle-bottom-info a {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #ae132a;
    font-size: 13px;
    text-decoration: underline;
}


.footer-first {
    padding: 48px 0px;
    background-color: #dedddc;
}
.footer-logo img {
    width: 111px;
}
ul.social-media-icon {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 20px;
    margin-top: 16px;
}
.social-media-icon a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    justify-content: center;
    border-radius: 4px;
    color: #000;
}
ul.footer-links {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    padding: 0px 7px;
}
.footer-links a {
	color: rgb(0 0 0);
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Avenir LT Pro';
}
.app-store-link a img {
    width: 160px;
}
.app-store-link {
    display: flex;
    flex-direction: column;
    padding: 0px 15px 0px 0px;
}
.footer-mid a {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}
.footer-mid {
    padding: 4px 0px;
    border-top: 1px solid #dee2e6;
}
.footer-mid p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
}
.footer-bottom-logo img {
    width: 107px;
}
.footer-bottom-logo {
    text-align: center;
}
.footer-bottom-right {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 10px;
}
.footer-bottom-right p {
    margin-bottom: 0px;
}
.footer-bottom-right p {
    font-size: 12px;
    color: rgb(33 37 41);
}
.footer-bottom-right a {
    font-size: 12px;
    color: red;
    text-decoration: underline;
}
.footer-right {
    padding-left: 15px;
}
.footer-last {
    padding: 16px 0px;
}
.app-store-link a {
    margin-bottom: 8px;
}
.container-fluid.main-topheader {
    background-color: #fff;
}

header.entry-header {
    padding: 35px 0 35px;
    text-align: center;
    min-height: calc(100dvh - 450px);
    display: flex;
    align-items: center;
    justify-content: center;
}
header.entry-header h1.entry-title {
    margin: 0;
}
.offcanvas-body .toggle-bottom-info {
    display: none;
}

.banner-wraper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 70vh;
    padding: 20px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banner-wraper::before {
    content: "";
    background-color: #32323260;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.wraper-heading h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.03em;
    color: #fff;
    font-size: 88px;
    font-family: 'Avenir LT Pro 65';
}
.wraper-heading p {
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 27px;
    padding-bottom: 28px;
    font-family: 'Pauline Script 2';
}
.wraper-heading {
    position: relative;
}
.p-48{
	padding:48px 0px;
}
.cmn-heading h2 {
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    color: #ae132a;
    font-family: 'Avenir LT Pro 65';
}
.cmn-heading p {
    font-size: 16px;
    color: #000;
}
.about-section .cmn-heading p {
    font-size: 14px;
}


.about-section {
    padding-bottom: 96px;
}





.design-text {
    font-weight: 700;
    font-style: normal;
    color: #000;
    margin-bottom: 8px;
    font-size: 28px;
    font-family: 'Pauline Script 2';
}
.pawbenders-data-section .cmn-heading h2 {
    padding-bottom: 48px;
}
.pawbenders-data-section .cmn-heading p {
    font-size: 16px;
}
.pawbenders-data-list {
    padding-left: 28px;
    margin: 0px;
}
.pawbenders-data-list li::marker{
   color: #000;
}
.pawbenders-data-list a {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    color: #ae132a;
}
.pawbenderspup-img {
    padding: 4px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 24px;
}

.row-head {
    margin-top: 10px;
}



.wraper-heading .short-heading{
	font-size: 56px;
}

.heading-wraper h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 24px;
    color: #000;
    font-family: 'Pauline Script 2';
}
.button-wraper a {
    padding: .7rem 24px .5rem;
    font-weight: 700;
    transition: .3s;
    height: 3rem;
    font-size: 1rem;
    border: none;
    display: inline-flex;
    border-radius: 0.25rem;
    background-color: #ae132a;
    color: #fff;
    align-items: center;
    min-width: 133px;
    justify-content: center;
    line-height: 2.5;
}
.button-wraper a:hover{
	color: #f4efd5;
	background-color: #9d1d28;
}
.heading-wraper p {
    border-top: 2px dotted #dedddc;
    padding-top: 48px;
    margin-top: 48px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 28px;
    color: #000;
}
.career-box {
    padding: 24px;
    border-radius: 6px;
    border: 1px solid #dedddc;
    height: 100%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.career-box h3 {
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    color: #ae132a;
    margin-bottom: 16px;
    font-family: 'Pauline Script 2';
}

.career-box p {
    margin-bottom: 8px;
    font-size: 20px;
    color: #000;
}
.career-box-main .row {
    row-gap: 48px;
}
.light-grey-bg {
    background-color: #dedddc;
}

.work-box h3 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    font-style: normal;
    font-family: 'Pauline Script 2';
}

.work-box p {
    color: #000;
}

.testimonial-section .design-text {
    font-weight: 700;
    font-style: normal;
    color: #ae132a;
    font-size: 24px;
    font-family: 'Pauline Script 2';
}
.testimonial-head .row:nth-child(even) {
    flex-direction: row-reverse;
}
.info-section .cmn-heading h2{
    margin-bottom: 16px;
}

.verify-section h3 {
    font-weight: 700;
    font-style: normal;
    color: #ae132a;
    font-family: 'Pauline Script 2';
}
.verify-section p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
}
.verify-section p a {
    color: #ae132a;
}

.no-foot-bootom .footer-last {
    display: none;
}

.current-menu-item a {
    font-weight: 700 !important;
}

section.career-main-section.p-48 {
    padding-top: 96px;
}


.privacy-policy-inner h1 {
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    color: #AE132A;
	font-family: 'Avenir LT Pro 65';
}
.privacy-policy-inner h2 {
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Pauline Script 2';
    color: #AE132A;
    margin-top: 32px;
}
.privacy-policy-inner h2:first-of-type {
    color:#000;
	margin-top: 0px;
}

.privacy-policy-inner p , .natural-main-right p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}

.privacy-policy-inner p a {
    color: #000;
}

.note-section .cmn-heading h2 {
    color: #4c4d4f;
}

.natural-main-left img {
    width: 300px;
    height: 300px;
}

.natural-main-right h2 {
    font-weight: 700;
    font-style: normal;
    color: #AE132A;
    font-size: 28px;
    font-family: 'Pauline Script 2';
}

.natural-main-section .row {
    row-gap: 32px;
}
.natural-main-section .row:last-of-type {
    padding: 48px 0px;
}


.over-menu-top-section .banner-wraper {
    min-height: 240px;
}

.over-menu-top-section .wraper-heading h1 {
    color: #4c4d4f;
    font-size: 64px;
	font-family: 'Avenir LT Pro 65';
}

.over-menu-top-section .banner-wraper::before{
	display: none;
}

.menu-categories .nav-link {
    color: #4c4d4f;
    border-bottom: 2px solid rgba(0, 0, 0, 0%);
}
.menu-categories .nav-link:hover {
    color: #ae132a;
    border-bottom: 2px solid #ae132a;
}
.our-menu-top {
    border-bottom: 1px solid #dee2e6;
    padding: 8px 0px;
    position: sticky;
    top: 117px;
    background-color: #fff;
    z-index: 1;
}
.footer-last {
    display: none;
}
.order-heading h2 {
    font-weight: 700;
    font-style: normal;
    flex-shrink: 1;
    font-size: 32px;
    white-space: nowrap;
    font-family: 'Pauline Script 2';
    color: #4c4d4f;
    text-transform: lowercase;
}

.order-heading hr {
    width: 100%;
    height: 2px;
    background-color: rgb(108 117 125);
}
.order-heading {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 16px;
}

.order-box-data h3 {
    font-weight: 800;
    font-style: normal;
    color: #000000;
    text-align: center;
    font-size: 20px;
}
.order-box-data {
    padding: 16px;
}
.error404 section.error-404.not-found {
    padding: 35px 15px;
}
section.error-404.not-found ul {
    margin: 0;
}
.order-box-data p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
}
.order-box-img img {
    width: 346px;
    height: 346px;
}


.order-main-data .row{
    row-gap: 24px;
}

.order-total-data {
    padding-top: 40px;
}
.order-total-data:first-child {
    padding-top: 30px;
}

.limited-add-section h2 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
}

.up-scroll-main {
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.up-scroll-btn {
    cursor: pointer;
    background-color: #ae132a;
    color: #fff;
    border-color:#ae132a;
    text-transform: uppercase;
    height: 50px !important;
    border-radius: 0.25rem;
	border:none;
}
.up-scroll-btn:hover{
    background-color: #9d1d28;
    border-color:#9d1d28;
}

.contact-left-side {
    width: 100%;
    height: 100%;
}
.contact-left-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.contact-right-top h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #4c4d4f;
}
.contact-right-top h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700!important;
    line-height: 1.2;
    color: #4c4d4f;
}

.contact-right-top p {
    color: #4c4d4f;
    margin-bottom: 16px;
    text-align: center;
    font-size: 16px;
}
.contact-right-side {
    padding: 48px 15px;
    max-width: 510px;
    margin: 0 auto;
    background-color: #fff;
}
.contact-mid span {
    color: #055160;
    font-weight: 700;
    font-size: 14px;
}

.contact-mid {
    padding: 8px;
    background-color: #cff4fc;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #9eeaf9;
    flex-wrap: wrap;
}

.contact-right-side hr:not([size]) {
    background-color: #dedddc !important;
    opacity: 1;
    margin-top: 32px;
}
.form-input label, .form-select1 label {
    width: 100%;
    display: inline-block;
      font-weight: 700;
      color: #4c4d4f;
}

.form-input,.form-input input, .form-select1 select {
    width: 100%;

   
}

ul.menu-categories {
    margin: 0;
}
.form-input input, .form-select1 select , .form-input textarea {
    margin-bottom: 8px;
    border: 1px solid rgb(0 0 0 / 13%);
    height: 38px;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
}


.form-input input:focus, .form-select1 select:focus, .form-input textarea:focus{
    box-shadow:0 0 0 .25rem #ae132a40;
    border:1px solid #e93852 !important;
    outline: none;
}
.form-input .wpcf7-not-valid-tip {
    font-size: 14px;
}
.form-select1 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

.form-input textarea{
    height:64px;
}


.form-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: .5rem 24px;
    font-weight: 700;
    transition: .3s;
    height: 3rem;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
    display: inline-flex;
    border-radius: 0.25rem;
    background-color: #ae132a;
    color: #fff;
    align-items: center;
    min-width: 300px;
    justify-content: center;
}

.form-btn p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-toggle-box .dropdown.start-order-dropdown a.dropdown-toggle::after {
	display: none !important;
}
a.buttons-last-slot-link {
    font-size: 24px;
    color: #fff;
    line-height: 1;
}
.header-toggle-box a.dropdown-toggle {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: underline;
}
.header-toggle-box .dropdown.start-order-dropdown, .header-toggle-box a.buttons-last-slot-link {
    display: none;
}
.home-product-sections .burger_item_sec:nth-child(even) {
	flex-direction: row-reverse;
}
.natural-main-right .button-wraper {
    padding-top: 16px;
}
.contact-mid .button-wraper a {
    padding: .5rem 10px;
    min-width: 120px;
}

.header-toggle-box .mobile-logo {
    display: none;
}


@media (min-width: 992px) and (max-width: 1299px) {
	.leftmenu, .rightmenu .menu, .rightmenu {
	    column-gap: 12px;
	}
	.site-branding.desktop_logo .custom-logo-link .custom-logo {
	    max-height: 38px;
	}
}
@media (min-width: 0px) and (max-width: 1199px) {
	.contact-section .row {
	    position: relative;
	}
	.contact-section .row .col-lg-6.p-0 .contact-left-side {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: -1;
	}
	.contact-section .row .col-lg-6.p-0 + .col-lg-6 {
	    width: 100%;
	    margin: 16px 0;
	}
	.contact-right-side {
	    max-width: 100%;
	}
	.rightmenu .menu-top-menu-container {
		display: none;
	}
	.OurMenu_list {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 0px) and (max-width: 991px) {
    .header-toggle-box .mobile-logo{
    display: flex;
}
.header-toggle-box .mobile-logo a img {
    max-width: 146px;
    height: 100%;
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(343deg) brightness(115%) contrast(101%);
    padding: 10px 0px;
}
	.header-toggle-box .dropdown.start-order-dropdown, .header-toggle-box a.buttons-last-slot-link {
	    display: inline-block;
	}
	.header-toggle-box .dropdown.start-order-dropdown {
	    position: unset;
	}
	.header-toggle-box .dropdown.start-order-dropdown ul.dropdown-menu.show {
	    top: 40px !important;
	    left: 20px;
	    right: 20px;
	    width: auto;
	}
	.site-header .main-topheader {
		display: none;
	}
	.header-toggle-box {
	    justify-content: space-between;
	}
	.offcanvas-end {
	    right: unset;
	    border-left: none;
	    transform: translateX(-100%);
	    border-right: 1px solid rgba(0, 0, 0, .2);
	    left: 0;
	}
	ul.social-media-icon {
	    margin-bottom: 0;
	}
	.footer-first .row:nth-child(1) {
	    row-gap: 20px;
	}
	.order-box {
	    display: flex;
	    align-items: start;
	}
	.order-box-img img {
	    width: auto;
	    height: auto;
	    aspect-ratio: 1;
	    object-fit: cover;
	}
	.order-box-data h3 {
	    text-align: left;
	    font-size: 18px;
	}
	.order-box-data {
	    width: 70%;
	}
	.order-box-img {
	    width: 30%;
	}
	.footer-bottom-right {
	    justify-content: center;
	    padding-top: 5px;
	}
	.footer-right {
	    padding-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-banner .container {
		max-width: 100%;
	}
	.OurMenu_sec .sec-main-title {
	    font-size: 52px;
	}
	.footer-first .container {
	    max-width: 100%;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.over-menu-top-section .wraper-heading h1 {
	    font-size: 32px;
	}
	.nav-link {
	    padding: .2rem 0.7rem;
	}
	.order-main-data .row {
	    row-gap: 5px;
	}
	.home-banner .container {
		max-width: 720px;
	}
	.OurMenu_sec .sec-main-title {
	    font-size: 32px;
	}
	.All_Naturalness_cont .sec-main-title {
	    font-size: 1.5rem;
	}
	.section-title {
	    font-size: 1.5rem;
	}
	.burger_item_sec {
	    flex-direction: column;
	}
	.burger_item_sec img.w-100.h-100 {
	    padding: 16px;
	}
	.home-product-sections .burger_item_sec, .home-product-sections .burger_item_sec:nth-child(even) {
	    flex-direction: column-reverse;
	}
	.content_col {
	    text-align: center;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.OurMenu_item a h5 {
	    font-size: 1.2rem;
	}
	.banner-content .main-title {
	    font-size: 3rem !important;
	}
	.banner-content .sub-title {
	    font-size: 1.5rem;
	    font-weight: 500;
	}
	.wraper-heading h1 {
	    font-size: 2.5rem;
	}
	.banner-wraper {
	    min-height: 50vh;
	}
	.cmn-heading h2 {
	    font-size: 30px;
	}
	section.about-section.p-48 {
	    padding: 30px 0 30px;
	}
	.cmn-heading h2 {
	    font-size: 24px;
	}
	.footer-first {
	    padding: 38px 0px 15px;
	}
	.career-box {
	    padding: 14px;
	}
	.career-box p {
	    font-size: 16px;
	}
	.career-box-main .row {
	    row-gap: 16px;
	}
	.heading-wraper p {
	    padding-top: 30px;
	    margin-top: 30px;
	    line-height: 1.4;
	    font-size: 18px;
	}
	section.career-main-section.p-48 {
	    padding-top: 26px;
	}
	.heading-wraper h2 {
	    font-size: 32px;
	    margin-bottom: 16px;
	}
	.wraper-heading .short-heading {
	    font-size: 36px;
	}
	.contact-right-top h2 {
	    font-size: 18px;
	}
	.contact-right-side {
	    padding: 30px 15px 10px;
	}
	.privacy-policy-inner h1 {
	    font-size: 28px;
	}
	.privacy-policy-inner h2 {
	    font-size: 28px;
	    margin-top: 2px;
	}
	.OurMenu_list {
	    grid-template-columns: repeat(8, 1fr);
	    overflow: auto;
	}
	.OurMenu_item {
	    min-width: 220px;
	}
	.pawbenders-data-section .cmn-heading h2 {
	    padding-bottom: 8px;
	}
	.p-48 {
	    padding: 30px 0px;
	}
}

@media (min-width: 0px) and (max-width: 575px) {
	.header-toggle-box .mobile-logo a img {
    max-width: 115px;
}
button.btn.toggle-menu-icon {
	padding: 0px;
}
}