:root {
  --zoom: 0;
  --top_position: 0%;
  --bottom_position: 0%;
  --left_position: 0%;
  --right_position: 0%;
}

button {
  background-color: inherit;
  border: inherit;
}

.dropdown:focus-visible,
.dropdown-toggle:focus-visible {
  outline: none;
}

/* Scroll To Top Button */
#scroll-to-top {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;

  z-index: 1000;
}

#scroll-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#scroll-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#scroll-to-top:active {
  background-color: #555;
}

#scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* Scroll To Top Button */

#basket-message-div {
  position: relative;
}

.header-offcanvas {
  background-color: #F5F5F5;
}

#basket-message-div .swal2-container {
  position: absolute;
  top: 28px;
  border-radius: 30px !important;
  box-shadow: 0px 0px 10px #00000029;
  padding: 0px;
}

#basket-message-div .swal2-container .swal2-header .swal2-image {
  fill: #F15929;
}

.swal2-title {
  font-size: 18px !important;
  color: #F15929 !important;
  font-weight: 500 !important;
}

#basket-message-div .swal2-container .swal2-popup {
  padding: 18px 22px !important;
  border-radius: 30px !important;
}

.swal2-image {
  margin: 0 !important;
}

#mobile_cart_total {
  position: absolute;
  background: #F15929;
  border-radius: 50%;
  color: #fff;
  padding: 0;
  left: 10px;
  top: -40%;
  width: 18px;
  font-size: 10px;
  height: 18px;
  line-height: 18px;
}

.carousel-control-next,
.carousel-control-prev {
  width: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 10px;
  background-size: cover;
}

.inter-semibold {
  font-family: "Inter";
  font-weight: 600 !important;
}

.inter-medium {
  font-family: 'Inter';
  font-weight: 500 !important;
}

.inter-light {
  font-family: "Inter";
  font-weight: 300 !important;
}

button {
  font-family: 'Inter';
  font-weight: 500;
}

strong {
  font-family: 'Inter';
  font-weight: 500;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-14 {
  font-size: 14px !important;
}



.lh-30 {
  line-height: 30px;
}

.lh-70 {
  line-height: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter';
  font-weight: 500;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #81868A;
}

.form-check-input[type="checkbox"] {
  border-color: #81868A;
  border-radius: 3px;
  font-size: 18px;
}

.form-check-input[type="radio"] {
  border-color: #e1e1e1;
  border-radius: 50%;
  font-size: 18px;
  width: 20px;
  height: 20px;
}

.form-check-input:focus {
  box-shadow: none !important;
  border-color: #81868A !important;
}

.form-check-input:checked[type="checkbox"] {
  color: #707070;
  background-color: #fff;
  background-image: url('../images/goba_assets/tick.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding: 2px 3px;
}

.form-check-input:checked[type="radio"] {
  border: 1px solid #543019;
  background-color: #fff !important;
  background-image: url('../images/goba_assets/circle.png') !important;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 5px;
}

input.form-control {
  line-height: 30px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.form-control,
.form-select {
  border-color: #e1e1e1;
  color: #81868A;
}

input.form-control:hover,
select:hover,
textarea:hover {
  border-color: #81868A;
}

label.error {
  margin-top: 5px;
  color: #DD633A;
  position: absolute;
}

.error img {
  margin-right: 10px
}

.underline-orange-a-tag {
  text-decoration: underline !important;
  cursor: pointer;
}

.underline-orange-a-tag:hover {
  color: #F15929 !important;
}

.hover-underline-text:hover {
  cursor: pointer;
  text-decoration: underline !important;
}

.navbar {
  background: transparent !important;
  padding: 15px 0 20px;
}

.icon-holder {
  padding: 15px 19px 15px 7px;
}

.navbar-nav .nav-item {
  padding-right: 20px;
}

.navbar-nav .nav-item .nav-link {
  text-decoration: none;
  color: #543019;
  font-family: 'Inter';
  font-weight: 500;
  line-height: 20px;
  font-size: 16px;
}

.nav-item:first-of-type .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.nav-item:last-child {
  padding-right: 0;
}

.navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
  color: #543019;
}

.navbar-nav .nav-item .nav-link:focus-visible {
  outline: 0 !important;
  box-shadow: none;
}

.navbar-toggler:focus:not(:focus-visible) {
  outline: 0 !important;
  box-shadow: none;
}

.sub-menu-mega-menu-parent {
  position: static;
}

.newsletter-content-div {
  padding: 90px 0;
}

.newsletter-form-check-container{
  width: 500px;
}

.breadcrumb>li>a {
  color: #543019 !important;
  text-decoration: none;
}

.breadcrumb>li>a:hover {
  color: #F15929 !important;
}

.breadcrumb>li:not(.active)::after {
  content: "/\00a0";
  padding: 0 5px;
}

.mega-menu-heading:hover {
  font-weight: bold !important;
}

.mega-menu-items:hover {
  font-weight: 500 !important;
}

.mega-menu {
  width: 100%;
  margin-top: 0;
  min-height: 435px;
  line-height: 20px;
  border-bottom: 1px solid #00000014 !important;
}

.mega-menu li {
  padding: 6px 0;
  font-weight: 400;
  line-height: 20px;
}

.mega-menu h6 {
  margin-bottom: 24px;
}

.dropup .dropdown-toggle::after {
  display: none !important;
}

.dropdown-divider {
  color: #E1E1E1;
}


.top-bar .icon-holder span {
  text-decoration: none;
  color: #f3f3f3;
  letter-spacing: 0px;
}

.sec_top_bar {
  background: #543019;
}

.sec_second_bar,
.sec_navbar {
  border-bottom: 1px solid #00000014;
}

.leader-card-div-content p {
  line-height: 25px;

}

body {
  font-family: "Inter";
  font-weight: 400;
  color: #543019;
  margin: 0 auto;
}

.offcanvas-backdrop.show {
  z-index: 5;
}

.header-offcanvas::-webkit-scrollbar,
.products::-webkit-scrollbar {
  -webkit-appearance: none;
}

.header-offcanvas::-webkit-scrollbar:vertical,
.products::-webkit-scrollbar:vertical {
  width: 12px;
}

.header-offcanvas::-webkit-scrollbar:horizontal,
.products::-webkit-scrollbar:horizontal {
  height: 12px;
}

.header-offcanvas::-webkit-scrollbar-thumb,
.products::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

.header-offcanvas::-webkit-scrollbar-track,
.products::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

.px-26 {
  padding-right: 26px;
  padding-left: 26px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 15px;
  margin-top: 5px;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.5rem;
}

.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  /* border-radius: 100%; */
  background-image: url('../images/goba_assets/slider2.svg');
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-color: transparent;
}

.slick-dots li.slick-active button {
  width: 23px;
  background-image: url('../images/goba_assets/slider3.svg');
  background-repeat: no-repeat;
  background-color: transparent;
}

.slick-dots button:hover {
  border: none !important;
  background-image: url('../images/goba_assets/slider4.svg');
  background-repeat: no-repeat;
  background-color: transparent;
}

.category-image-wrapper {
  margin-top: 40px;
  width: 348px;
  height: 348px;
  padding: 29px 0 21px 0;
}



/* products */
.discount {
  font-size: 14px;
  background: #DD593A;
  color: #fff;
  padding: 0 8px;
  border-radius: 3px;
  margin-right: 25px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.new-product {
  font-size: 14px;
  background: #9CC0A3;
  color: #fff;
  padding: 0 8px;
  border-radius: 3px;
  margin-right: 25px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.product-images-wrapper-slick-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

/* products */
/* accordion */
.accordion-button:not(.collapsed):hover {
  background-color: #E1E1E1 !important;
  border-color: #81868A !important;
}

.accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordion-button {
  padding: 24px;
  line-height: 30px;
  border-color: #E1E1E1;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button,
.accordion-item:last-of-type .accordion-body {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.accordion-item:last-of-type .accordion-button:not(.collapsed) {
  border-radius: 0 !important;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
  color: #543019;
  background: #F5F5F5;
  box-shadow: none;
}

.show>.accordion-body {
  color: #543019;
  background: #F5F5F5;
  box-shadow: none;
  border-radius: 0;
  border-top: 1px solid #E1E1E1;
  line-height: 30px;
}

.error {
  font-size: 14px
}

/* accordion */
/* ///////////////HOME///////////// */
.home-sec-about-column-2 .about_content .content button {
  margin-top: 40px;
}

.home-sec-about-achievements {
  height: 300px;
}

.home-sec-about-achievements-items h1 {
  line-height: 60px;
}

.home-hand {
  background-image: url('./../images/goba_assets/images/home_3.png');
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

/* ///////////////HOME END///////// */

.home-below-benefits-img {
  height: 396px;
  width: 100%;
}

.home-hand-sec-first-col {
  padding-top: 96px;
  padding-bottom: 56px;
}

.arrow_btn {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.btn-wrapper {
  background-color: #f37736;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}

.icon {
  padding: 0px 20px
}

.text-content p {
  font-size: 15px;
  text-transform: uppercase;
  color: white;
}

.header_sec {
  position: relative;
}

.header_sec .top-bar .row {
  align-items: center;
}

.header_sec .top-bar .icon-holder,
.header_sec .top-right .icon-holder {
  display: inline;
}


.top-bar .top-right {
  float: right;
}


.rounded-10 {
  border-radius: 10px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.bg-brown {
  background-color: #543019 !important;
}

. {
  color: #4B311F;
}

.text-brown {
  color: #543019;
  text-decoration: none;
}

.text-lightgrey-small {
  color: #808080;
  font-size: 14px;
}

.text-lightgrey {
  color: #808080;
  text-decoration: none !important;
}

.text-lightgrey:hover {
  color: #808080 !important;
  text-decoration: underline !important;
}

.text-grey-small {
  color: #00000080;
  font-size: 14px;
}

a.text-brown:hover {
  color: #543019;
  text-decoration: underline;
}

.product-wrapper .card .btn {
  border: 1px solid #53301B;
  padding: 5px 30px;
  color: #4B311F;
}

.product-wrapper .card .btn:hover {
  color: #fff;
}

.btn {
  font-weight: 500;
}

.btn-brown {
  background-color: #543019;
  color: #fff;
  font-size: 20px;
}

.btn-brown:hover {
  background-color: #543019;
  color: #fff;
}

.border-brown {
  border-color: #543019 !important;
}

.btn-outline-brown {
  border-color: #543019;
  color: #543019;
  font-size: 20px;
}

.btn-outline-brown:hover {
  color: #fff;
  border-color: #543019 !important;
  background-color: #543019 !important;
}

.btn-hover-add-border:hover {
  border: 2px solid #543019 !important;
  color: #543019;
  background-color: transparent !important;
}

.btn-dropdown {
  border-color: #E1E1E1;
}

.btn-dropdown:hover {
  color: #543019;
  border-color: #81868A !important;
  background-color: #fff !important;
}

.btn:focus {
  box-shadow: none;
}

.btn-plus-minus {
  font-size: 40px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  line-height: 60px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-plus-minus>span:not(.margin-top-small-screen) {
  margin-top: -4px;
}

.btn-plus-minus:hover {
  color: #543019 !important;
  background-color: #fff !important;
  border-width: 2px;
  line-height: 58px;
}

.news-letter-subscribe-btn:hover {
  border: 1px solid !important;
  border-color: #543019 !important;
  border-left-width: 2px !important;
}

#newsletter-input::placeholder {
  color: #53301B93;
  line-height: 20px;

}

.news-letter-subscribe-btn {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: transparent !important;
  width: 106px;
  height: 52px;
  line-height: 30px;
}

.add-to-basket {
  height: 57px;
  font-size: 18px;
}

.bg-lt-brown {
  background-color: #ebe5e0;
}

.btn-lt-brown {
  padding: 20px 60px;
  background-color: #ebe5e0;
}

.text-lt-brown {
  color: #ebe5e0;
}

.bg-orange {
  background-color: #DD593A;
}

.btn-orange {
  padding: 12px 34px;
  background-color: #F15929;
}

.btn-orange:hover {
  background-color: #CB6144;
  text-decoration: none
}

.text-orange {
  color: #F15929;
  text-decoration: none;
}

a.text-orange:hover,
a>strong:hover {
  color: #DD593A;
  text-decoration: underline;
}

.prod_table td {
  padding: 2px 0px;
}

.product-wrapper .card {
  border-radius: 10px;
}

.pet-btn {
  background: lightgrey;
  padding: 5px 30px
}

.section_pets .wrapper .pet-wrapper .row div .pet_card .pet_card_wrapper {
  margin-top: 57px;
  margin-bottom: 80px;
}

/* Cross site search box */
.web-search-box {
  border: 1px solid #E8E8E8;
  border-radius: 30px;
}

.web-search-box:hover {
  border-color: #000;
}

.web-search-box>span {
  border: none;
  background: transparent;
  padding-right: 0;
}

.web-search-box>input {
  border: none;
  background: transparent;
}

/* Cross site search box */

/* Carousel */
.carousel-fade .carousel-item.active {
  z-index: 0 !important;
}

.carousel_1 .c-wrapper .text-center h1,
.carousel_2 .c-wrapper .text-center h1 {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 60px;
  line-height: 70px;
}

.carousel_1,
.carousel_2 {
  background-color: #eeedeb;
}

.carousel_1 .c-wrapper,
.carousel_2 .c-wrapper {
  height: 664px;
  width: 100%;
  /* background-size: cover; */
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

.carousel_1 .c-wrapper {
  background-image: url('../images/slider/homebanner_1.png');
}

.carousel_2 .c-wrapper {
  background-image: url('../images/slider/homebanner_2.png');
}

/* Crousel */
.sec_about_2_box {
  background-color: rgba(237, 234, 231, 0.5);
  border-radius: 12px;
}

.sec_about_2_box .padding-box {
  padding: 24px 26px;
}

.home-sec-about-column-2 .about_content .content h1 {
  margin-bottom: 52px;
}

.sec_about_2:hover div .sec_about_2_box,
.sec_about_2_box:hover {
  background-color: rgba(237, 234, 231);
}


/* about us page */
.about-us-banner div img {
  transition: all 0.3s;
}

.about-us-page-4 .about_us_page_4_slick_wrapper div img {
  height: 632px;
  transition: all 0.3s ease;
}

.about-us-banner div img:hover {
  transform: scale(1.5);
}

.about-us-page-4 .about_us_page_4_slick_wrapper div img:hover {
  transform: scale(1.2);
}


.about-us-page-2,
.about-us-page-4,
.about-us-page-5,
.about-us-page-11,
.about-us-page-14,
.about-us-page-16 {
  margin-top: 134px;
}

.about-us-page-6 {
  margin-top: 70px;
}

.about-us-page-7 {
  margin-top: 46px;
}

.about-us-page-8,
.about-us-page-9,
.about-us-page-12 {
  margin-top: 110px;
}

.about-us-page-13 {
  margin-top: 235px;
}

.about-us-page-16 {
  background: linear-gradient(to right, #E4A85C 50%, #FEE184 50%);
  padding-top: 64px;
  padding-bottom: 67px
}

.about-us-page-10 {
  margin-top: 161px;
  background-color: #FEE6D3;
  padding-top: 62px;
  padding-bottom: 57px;
}

.about-us-page-11 div {
  max-width: 940px;
}

.about-us-page-2 h4,
.about-us-page-2 p,
.about-us-page-5 h4,
.about-us-page-5 p,
.about-us-page-11 p {
  max-width: 980px;
}

.about-us-page-11 h4 {
  max-width: 575px;
}

.about-us-page-14 div div .col-sm-6 p {
  max-width: 510px;
  height: 90px;
}

.about-us-page-5 h4 {
  margin-bottom: 43px;
}

.about-us-page-15 {
  margin-top: 127px;
  min-height: 833px;
  background-color: #F5F5F5;
}

.about-us-page-15 .container {
  padding: 50px 0px;
}

.about-us-page-15 .container .icon-main {
  display: flex;
  justify-content: space-between;
}

.about-us-page-15 .container .icon-main .icon-rows div {
  height: 135px;
  display: flex;
  align-items: center;
}

.about-us-page-15 .container .icon-rows div a {
  opacity: 90%;
}

.about-us-page-15 .container .icon-rows div a:hover {
  opacity: 100%;
}

.leader {
  height: 189px;
  border: 1px solid #E1E1E1;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}

.leader-card-div {
  background: #EDEAE7;
  width: 420px;
}

.leader-card-div-content {
  padding: 22px 20px;
}

.leader-card>div>div {
  padding: 0;
}

.right-hand-side-circle {
  position: absolute;
  border: 2px solid #543019;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -24px;
  z-index: 2;
  background: #fff;
}

.right-hand-side-stick {
  width: 400px;
  position: absolute;
  border-top: 2px solid #543019;
  top: 50%;
  margin-left: -24px;
  z-index: -1;
  transform: translateY(-50%);
}

.left-hand-side-circle {
  position: absolute;
  border: 2px solid #543019;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: -24px;
  right: 0;
  z-index: 2;
  background: #fff;
}

.left-hand-side-stick {
  width: 400px;
  position: absolute;
  border-top: 2px solid #543019;
  top: 50%;
  margin-right: -24px;
  z-index: -1;
  right: 0;
  transform: translateY(-50%);
}

.myborder {
  border-width: 2px !important;
}

#borderLast {
  border-left: 2px solid #543019;
  position: absolute;
  top: 0;
  bottom: 50%;
  right: 0;
}

/* about us page */

/* image hover */
.image-hover-1 {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.image-hover-1:hover {
  transform: scale(1.3);
  border-radius: 0.5rem !important;
}

.image-hover-2 {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.image-hover-2:hover {
  transform: scale(1.1);
  border-radius: 0.5rem !important;
}

.image-hover-horse {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.image-hover-horse:hover {
  transform: scale(1.15);
  border-radius: 0.5rem !important;
}

.image-hover-dog {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.image-hover-dog:hover {
  transform: scale(1.1, 1.2);
  border-radius: 0.5rem !important;
}

.image-hover-cat {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.image-hover-cat:hover {
  transform: scale(1.25, 1.2);
  ;
  border-radius: 0.5rem !important;
}

/* image hover */

.widget-categories {
  margin-top: 90px;
}

.widget-categories .row .col-sm-12 {
  margin-bottom: 30px;
}

.sec_about_2_box .padding-box .row div:first-of-type {
  border-right: 1px solid;
}

/* //////////////Library//////////////////// */
.filter-button {
  padding: 14px 40px;
  margin-right: 20px;
}


.file-box {
  background: #ECEAE7;
  border-radius: 10px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 30px;
  padding-bottom: 10px;
  min-height: 500px;
}

/* ///////////////Library End/////////////////// */
/* //////////////ARTICLE//////////////////// */


.message-box {
  height: 85px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  position: relative;
  padding: 28px 25px;
}

.message-box:before,
.message-box:after {
  content: "";
  display: block;
  height: 0;
  left: 5%;
  bottom: -29.5%;
  position: absolute;
  width: 0;
}

.message-box:before {
  border-left: 45px solid transparent;
  border-top: 31px solid #e1e1e1;
  left: 6%;
  bottom: -38%;
  z-index: 4;
}

.message-box:after {
  border-left: 44px solid transparent;
  border-top: 30px solid #fff;
  left: 6%;
  bottom: -36%;
  z-index: 5;
}

.comment-user {
  margin-left: 14%;
}

/* ///////////////ARTICLE End/////////////////// */
/* //////////////Contact Us//////////////////// */
.contact-form-box-success-message {
  width: 400px;
}

/* ///////////////Contact Us End/////////////////// */
/* //////////////B2b//////////////////// */
.b2b .container,
.b2b-6 .container {
  padding-top: 134px;
  padding-bottom: 134px;
}

.b2b .container .row:nth-child(1) p {
  width: 76%;
}

.banner-btn {
  margin-top: 33px;
  margin-bottom: 36px;
  height: 40px;
  width: 100% !important;
}

.b2b-2 .container {
  padding-top: 129px;
  padding-bottom: 90px;
}


.card-transparent .card-img {
  padding: 1rem;
}

.card-transparent .card-body {
  padding: 1rem 1.5rem;
}

.b2b-3 .container {
  padding-top: 122px;
  padding-bottom: 102px;
}

.b2b-3-sec-img {
  background: url('../images/goba_assets/images/b2b-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3 ease;
}

.b2b-3-sec-img:hover {
  transform: scale(1.2);
}

.b2b-4 .container {
  padding-top: 125px;
  padding-bottom: 92px;
}

.b2b-6 .accordion-wrapper {
  padding: 0 12px;
}

/* ///////////////B2b End/////////////////// */
/* ///////////////Products /////////////////// */
.product-wrapper .card hr {
  margin: 10px 0px;
}

.product-wrapper .card.prod_card .card-body p.card_desc {
  height: 60px;
  line-height: 24px;
}

/* ///////////////Products End/////////////////// */




.benfit .benefit-card {
  border: 3px solid black;
  border-radius: 0px;
}

.benfit .benefit-card img {
  margin-top: -50px;
}

.pet-wrapper .pet_card {
  width: 100%;
  border-color: #E4E4E4;
}

.section_last_post {
  background-color: #ebe5e0;
}

.section_last_post .organic_image_right {
  padding-left: 50px
}

.newsletter {
  background-color: #EDEAE7;
}

.newsletter .newsletter-text {
  width: 20%
}

.newletter .newsletter-form input {
  width: 60%;
}

.newletter .newsletter-form button {
  vertical-align: baseline;
}

.newsletter-aggrement table {
  display: inline-block;
  vertical-align: middle
}

.newsletter-icon {
  width: 30%
}

.dropdown-menu {
  padding: 6px 12px;
  text-align: left;
  border: none;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 1.125rem;
}

.dropdown-toggle::after {
  display: none;
}

.icon-holder {
  cursor: pointer;
  padding-left: 0;
}

.btn-wrapper {
  cursor: pointer;
}

.testimonial-wrapper {
  cursor: pointer;
}

.testimonial_content {
  position: relative;
  color: #4B311F;
  font-size: 20px;
  line-height: 34px;
  width: 75%;
}


.home-product-sale-demo {
  margin: 83px 0 134px 0;
}

/* footer */
.footer {
  margin-top: 100px;
}

.footer_info {
  padding: 100px 300px
}

.footer_info .footer_info_row {
  display: flex;
  justify-content: space-between;
}

/* footer */

/*
  BREAKPOITNS AS PER BOOTSTRAPE DOCUMENTATION
  URL : https://getbootstrap.com/docs/5.1/layout/breakpoints/
*/

/* FOR EXTRA SMALL SCREEN */


@media only screen and (max-width: 420px) {

  body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
  }

  #scroll-to-top {
    display: none !important;
  }

  /* ////////////////Header ////////////////// */
  #cookies {
    height: auto !important;
  }

  .cookie-content-box {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .cookie-content-box .btn-cookie {
    width: 100% !important;
  }

  .the-logo img {
    display: inline;
    margin: auto;
  }

  .top-bar .row {
    display: inline;
  }

  .mega-menu h6 {
    margin-bottom: 15px;
  }

  .shop-dropdown-img {
    height: auto !important;
    padding-top: 40px !important;
  }

  .navbar {
    padding: 0;
  }

  .navbar-nav {
    overflow-y: scroll;
    background-color: #FFF;
  }

  .navbar-nav>.nav-item {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding-left: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 20px;
  }

  .offcanvas {
    width: 100%;
  }

  #nav-offcanvas-header {
    background-color: #FFF;
    height: 78px;
    width: 100%;
  }

  #nav-offcanvas-header button {
    width: 18px;
    height: 18px;
    opacity: 1;
  }

  .offcanvas-footer.nav-footer {
    position: sticky;
    position: -webkit-sticky;
    top: 100%;
    background-color: #FFF;
    height: 78px;
    width: 100%;
    padding: 30px 16px;
  }

  .mega-menu {
    border-bottom: 0 !important;
  }

  .mega-menu .container {
    max-width: 100% !important;
  }

  .mega-menu-first-div,
  .mega-menu-header-cols {
    border-bottom: 1px solid #e1e1e1 !important;
    border-right: 0 !important;
    margin-bottom: 16px;
  }

  .mega-menu-header-cols:last-of-type {
    border-bottom: 0 !important;
  }

  .auto-com-box {
    width: 90% !important;
  }

  /* ////////////////Header End ////////////////// */
  /* ////////////////Home Crousal ////////////////// */
  .carousel_1 .c-wrapper,
  .carousel_2 .c-wrapper {
    height: 450px;
  }

  .carousel_1 .c-wrapper .text-center,
  .carousel_2 .c-wrapper .text-center {
    width: 100% !important;
    margin-top: 0 !important;
  }

  .carousel_1 .c-wrapper .text-center h1,
  .carousel_2 .c-wrapper .text-center h1 {
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 53px;
  }

  /* ////////////////Home Crousal End ////////////////// */
  /* ////////////////Home About Sec ////////////////// */
  .home-sec-about-achievements {
    height: auto !important;
  }

  .home-sec-about-column-1,
  .home-sec-about-column-2 {
    padding: 0 !important;

  }

  .home-sec-about-column-2:first-of-type div .image-hover-1 {
    max-height: 399px !important;
  }

  .home-sec-about-achievements .col-6 {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .home-sec-about-achievements-items {
    width: auto !important;
  }

  .home-sec-about-achievements-items-lg span {
    margin-left: 30px !important;
    margin-right: 0 !important;
  }

  .home-sec-about-achievements .col-lg-4:nth-of-type(1) .home-sec-about-achievements-items span {
    margin-left: 62px !important;
  }

  .home-sec-about-achievements .col-lg-4:nth-of-type(2) .home-sec-about-achievements-items span {
    margin-left: 55px !important;
  }

  .home-below-benefits-img {
    height: 320px;
    width: 100%;
  }

  .sec_about_2_box .padding-box {
    padding: 24px 12px;
  }

  .sec_about_2_box .padding-box .row div:nth-child(2) center img {
    width: 108px;
  }

  .sec_about_2_box .padding-box .row div:nth-child(3) center img {
    width: 120px;
  }

  .sec_about_2_box .padding-box .row div:nth-child(4) center img {
    width: 60px;
  }

  .sec_about_2_box .padding-box .row div:first-of-type {
    border: none !important;
  }

  /* ////////////////Home About Sec End ////////////////// */
  /* ////////////////Widget Category ////////////////// */
  .category-image-wrapper {
    width: 100% !important;
  }

  .category-col {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .widget-categories {
    margin-top: 45px;
  }


  .widget-categories .row .col-sm-12 {
    margin-bottom: 5px;
  }

  /* ////////////////Widget Category End ////////////////// */
  /* ////////////////Widget Benefits ////////////////// */
  .home-below-benefits-absolute-text {
    left: 8% !important;
    top: 60% !important;
  }

  .home-below-benefits .container .row div {
    padding-left: 0;
    padding-right: 0;
  }

  /* ////////////////Widget Benefits End ////////////////// */
  .home-hand {
    height: 300px;
    background-position: left;
  }

  .home-hand-sec-first-col {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .home-product-sale-demo {
    margin: 50px 0 50px 0;
  }

  /* ////////////////Demo Product End ////////////////// */
  .demo_product_quick_sale_btn {
    width: 50% !important;
    display: block;
    margin-top: 16px;
  }

  .home-product-sale-demo-img {
    max-width: 330px !important;

  }

  .demo_product_add_to_cart_btn {
    margin-top: 16px !important;
    margin-left: 0 !important;
    width: 100%;
  }


  .btn-plus-minus>span.margin-top-small-screen.for-plus {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .btn-plus-minus>span.margin-top-small-screen.for-minus {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* ////////////////Demo Product End ////////////////// */
  /* ////////////////service-sec ////////////////// */
  .service-sec {
    margin-top: 0 !important;
  }

  .service-sec .wrapper .row>.col-6 {
    width: 100% !important;
  }

  .service-sec .wrapper .card-body {
    padding: 1rem 1rem;
  }

  /* ////////////////service-sec End ////////////////// */
  /* ////////////////Basket////////////////// */

  .product {
    padding-right: 10px !important;
    padding-left: 25px !important;
  }

  .basket-header {
    padding-right: 0 !important;
    padding-left: 10px !important;
  }

  .basket-footer .total-sec {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  /* ////////////////Basket End ////////////////// */
  /* ////////////////new password ////////////////// */
  #forgot-password-form>div {
    margin: 15px 20px !important;
  }

  /* ////////////////new password End ////////////////// */
  /* ////////////////cart////////////////// */
  .step2-form-box {
    margin-bottom: 0 !important;
  }

  /* ////////////////cart End ////////////////// */
  /* ////////////////Shop List////////////////// */
  #map {
    height: 590px !important;
  }

  /* ////////////////Shop List End ////////////////// */
  /* ////////////////Product ////////////////// */
  .suggestion-product {
    display: block !important;
  }

  .suggestion-product-btn {
    text-align: center;
  }

  .suggestion-product-btn>a {
    width: 50%;
    margin-top: 16px;
  }

  .product-wrapper .row .prod_card {
    margin-top: 15px !important;
  }

  .product-wrapper.row .col-6 {
    width: 100%;
  }

  .product-tag-wrapper>div {
    margin-top: 12px;
  }

  .pagination {
    justify-content: center;
  }

  .product-tag-wrapper>div {
    width: 50%;
  }

  /* ////////////////Product End ////////////////// */
  /* ////////////////Product FILTER ////////////////// */

  .product_filter_offcanvas_body {
    overflow-y: scroll;
  }

  .product_filter_buttons {
    width: calc(100% - 56px) !important;
    margin-top: 30px !important;
    margin-left: 28px !important;
    margin-right: 28px !important;
    padding: 10px 12px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
  }

  .product_filter_buttons:nth-of-type(3) {
    border: 1px solid #e1e1e1;
    border-radius: 0 !important;
    border-radius: 5px !important;
  }

  .filter-menu {
    position: relative !important;
    transform: none !important;
    width: calc(100% - 28px) !important;
    margin-left: 28px !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* ////////////////Product FILTER End ////////////////// */


  .pet-wrapper .row .col-sm-3 {
    margin-top: 15px !important;
  }

  .benefit_section .benfit .benefit-card {
    width: 100%;
  }

  /* //////////////Library//////////////////// */
  .filter-button {
    margin-right: 0px;
  }

  .file-box {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }

  #myfilters-sec {
    display: block !important;
  }

  #remove-filter {
    margin-top: 30px;
  }

  .filter {
    border: none !important;
  }

  /* ////////////////Library End ////////////////// */
  /* /////////////////ABOUT US/////////////////// */
  .about-us-banner {
    padding: 0 !important;
  }

  .about-us-page-2 {
    margin-top: 50px;
  }

  .about-us-page-4 {
    padding: 0;
    margin-top: 55px;
  }

  .about-us-page-4 .about_us_page_4_slick_wrapper div img {
    height: 230px;
  }

  .about-us-page-5,
  .about-us-page-11 {
    margin-top: 55px;
  }

  .about-us-page-6,
  .about-us-page-8,
  .about-us-page-9,
  .about-us-page-12,
  .about-us-page-13 {
    margin-top: 40px;
  }

  .about-us-page-10 {
    margin-top: 54px !important;

  }

  .about-us-page-14 {
    margin-top: 55px !important;
  }

  .about-us-page-14 h1 {
    margin-bottom: 45px !important;
  }

  .left-hand-side-circle,
  .right-hand-side-circle,
  .left-hand-side-stick,
  .right-hand-side-stick {
    margin-left: -13px !important;
    margin-right: 0 !important;
    right: auto !important;
  }

  .left-hand-side-stick,
  .right-hand-side-stick {
    width: 200px;
  }

  .about-us-page-14 div.ms-5 {
    margin-left: 5rem !important;
  }

  .about-us-page-14 .col-lg-6 {
    padding-left: 2.75rem !important;
  }

  .about-us-page-14 .col-lg-6>div.position-relative,
  .about-us-page-14 .col-lg-6>div.d-flex {
    border-left: 2px solid !important;
  }

  .about-us-page-14 .row:last-child .col-lg-6>div.position-relative,
  .about-us-page-14 .row:last-child .col-lg-6>div.d-flex {
    border-left: 0px solid !important;
  }

  .about-us-page-14 .col-lg-6.myborder {
    border-width: 0 !important;
  }

  .about-us-page-14 .col-lg-6>div.d-flex h5 {
    margin-left: 12px;
    margin-bottom: -140px !important;
  }

  .about-us-page-14 #borderLast {
    right: auto !important;
  }


  .about-us-page-14 .leader {
    background-color: #EDEAE7;
    padding: 20px 26px;
    height: 100%;
  }

  .about-us-page-14 .col-lg-6>div.d-flex h5 {
    margin-bottom: -315px !important;
  }

  .about-us-page-14 .leader .leader-card-img img {
    border-radius: 10px;
    width: 142px;
  }

  .about-us-page-14 .leader .leader-card-div {
    width: 100%;
    margin-top: 16px;
  }

  .about-us-page-14 .leader .leader-card-div-content {
    padding: 0;
    padding-left: 12px;
  }

  .about-us-page-15 {
    margin-top: 55px;
  }


  .about-us-page-16 {
    margin-top: 50px;
    background: linear-gradient(to bottom, #E4A85C 52%, #FEE184 48%);
  }

  .about-us-page-16 .col-md-6:nth-child(1) {
    padding-right: 12px !important;
    margin-bottom: 56px !important;
  }

  .about-us-page-16 .col-md-6:nth-child(2) {
    padding-left: 12px !important;
    margin-top: 56px !important;
  }

  .about-us-page-16 p {
    height: auto !important;
  }

  /* /////////////////ABOUT US End/////////////////// */
  /* /////////////////Article/////////////////// */
  .main-img-div {
    margin-top: 10px !important;
    margin-bottom: 40px !important;
  }

  .main-img-div>img {
    height: 350px;
  }

  /* /////////////////Article End/////////////////// */


  /* //////////////Contact us//////////////////// */
  .form-box {
    padding: 20px 10px !important;
  }

  .form-box .row {
    margin: 0 !important;
  }

  .form-box .row .col-sm-6 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .contact-form-box-success-message {
    width: 400px;
  }

  /* ////////////////Contact us End ////////////////// */
  /* //////////////B2b//////////////////// */
  .b2b .container,
  .b2b-6 .container {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .b2b .container .row:nth-child(1) p {
    width: 100%;
  }


  .banner-card-row .col-6 {
    width: 100%;
    margin-top: 16px;
  }

  .banner-card .card-body {
    padding: 0 26px !important;
  }

  .b2b-2 .container {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .b2b-2-header {
    padding-right: 0;
  }

  .b2b-2-banner-row .col-6 {
    width: 100%;
  }

  .b2b-2-banner-row .col-6 .card-img {
    display: flex;
    justify-content: center;
  }

  .b2b-3 .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .b2b-3 .container .row div:nth-of-type(2) {
    padding: 0 !important;
  }

  .b2b-4 .container {
    padding-top: 60px;
    padding-bottom: 46px;
  }

  .b2b-4 .container .row div:nth-of-type(2) {
    padding: 0 !important;
  }

  .b2b-5 .container .row div:nth-of-type(1) {
    padding-right: 12px !important;
  }

  /* ////////////////B2b End ////////////////// */
  /* /////////////////ARTICLE/////////////////// */

  .share-icons {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }

  .about_us_related_products {
    margin-top: 50px !important;
  }

  .message-box {
    height: 85px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    position: relative;
    padding: 28px 25px;
  }

  .message-box:before,
  .message-box:after {
    content: "";
    display: block;
    height: 0;
    left: 5%;
    bottom: -29.5%;
    position: absolute;
    width: 0;
  }

  .message-box:before {
    border-left: 45px solid transparent;
    border-top: 31px solid #e1e1e1;
    left: 11%;
    bottom: -38%;
    z-index: 4;
  }

  .message-box:after {
    border-left: 44px solid transparent;
    border-top: 30px solid #fff;
    left: 11%;
    bottom: -36%;
    z-index: 5;
  }

  .comment-user {
    margin-left: 27%;
  }

  /* /////////////////ARTICLE End/////////////////// */
  /* ////////////////Footer ////////////////// */
  .footer {
    margin-top: 30px;
  }

  .newsletter .newsletter-content-div {
    padding: 50px 0 30px 0;
  }

  .news-letter-subscribe-btn {
    width: 75px;
  }

  .newsletter_icon {
    width: 100% !important;
  }

  .newsletter-text {
    width: 100% !important;
    padding: 15px 0px;
  }

  .newsletter-form {
    width: auto !important;
  }

  .footer_info {
    padding: 12px !important;
  }

  .footer_info .footer_info_row .footer_info_col:nth-child(1) .image img {
    width: 51px;
    height: 51px;
  }

  .footer_info .footer_info_row .footer_info_col:nth-child(2) .image img {
    width: 137px;
    height: 51px;
  }

  .footer_info .footer_info_row .footer_info_col:nth-child(3) .image img {
    width: 51px;
    height: 51px;
  }

  .footer_info .footer_info_row .footer_info_col:nth-child(4) .image img {
    width: 65px;
    height: 43px;
  }

  /* ////////////////Footer End ////////////////// */
  /* ////////////////General////////////////// */
  .fs-60 {
    font-size: 44px !important;
  }

  .fs-50 {
    font-size: 37px !important;
  }

  .fs-34 {
    font-size: 30px !important;
  }

  .lh-70 {
    line-height: 45px;
  }

  .mt-30 {
    margin-top: 15px;
  }

  .mb-30 {
    margin-bottom: 15px;
  }

  .px-26 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pe-64,
  .ps-64 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* ////////////////General End ////////////////// */
}

@media only screen and (min-width: 421px) and (max-width: 576px) {
  #scroll-to-top {
    display: none !important;
  }

  /* ////////////////Header ////////////////// */
  .the-logo img {
    display: inline;
    margin: auto;
  }

  .top-bar .row {
    display: inline;
  }

  .mega-menu h6 {
    margin-bottom: 15px;
  }

  .shop-dropdown-img {
    height: auto !important;
    padding-top: 40px !important;
  }

  .navbar {
    padding: 0;
  }

  .navbar-nav {
    background-color: #FFF;
    overflow-y: scroll;
  }

  .navbar-nav>.nav-item {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding-left: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 20px;
  }

  .offcanvas {
    max-width: 374px !important;
  }

  #nav-offcanvas-header {
    background-color: #FFF;
    height: 78px;
    width: 100%;
  }

  #nav-offcanvas-header button {
    width: 18px;
    height: 18px;
    opacity: 1;
  }

  .offcanvas-footer.nav-footer {
    position: sticky;
    position: -webkit-sticky;
    top: 100%;
    background-color: #FFF;
    height: 78px;
    width: 100%;
    padding: 30px 16px;
  }

  .mega-menu {
    border-bottom: 0 !important;
  }

  .mega-menu .container {
    max-width: 100% !important;
  }

  .mega-menu-first-div,
  .mega-menu-header-cols {
    border-bottom: 1px solid #e1e1e1 !important;
    border-right: 0 !important;
    margin-bottom: 16px;
  }

  .mega-menu-header-cols:last-of-type {
    border-bottom: 0 !important;
  }

  .auto-com-box {
    width: 93% !important;
  }

  /* ////////////////Header End ////////////////// */
  /* ////////////////Home Crousal ////////////////// */
  .carousel_1 .c-wrapper,
  .carousel_2 .c-wrapper {
    height: 412px;
  }

  .carousel_1 .c-wrapper .text-center,
  .carousel_2 .c-wrapper .text-center {
    width: 100% !important;
  }

  .carousel_1 .c-wrapper .text-center h1,
  .carousel_2 .c-wrapper .text-center h1 {
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 53px;
  }


  /* ////////////////Home Crousal End ////////////////// */
  /* ////////////////Home About Sec ////////////////// */
  .about-us-banner {
    padding: 0 !important;
  }

  .home-sec-about-column-1,
  .home-sec-about-column-2 {
    padding: 0 !important;
  }

  .home-sec-about-column-2:first-of-type div .image-hover-1 {
    max-height: 399px !important;
  }

  .home-sec-about-achievements-items {
    width: auto !important;
  }

  .home-sec-about-achievements-items-lg span {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }

  .home-sec-about-achievements-items-sm span {
    margin-left: 38px !important;
    margin-right: 0 !important;
  }

  .sec_about_2_box .padding-box {
    padding: 24px 12px;
  }

  .sec_about_2_box .padding-box .row div:nth-child(2) center img {
    width: 123px;
  }

  .sec_about_2_box .padding-box .row div:nth-child(3) center img {
    width: 154px;
  }

  .sec_about_2_box .padding-box .row div:nth-child(4) center img {
    width: 77px;
  }

  .sec_about_2_box .padding-box .row div:first-of-type {
    border: none !important;
  }

  /* .home-sec-about-column-2 .about_content .content h1 {
    margin-bottom: 65px;
  } */

  /* ////////////////Home About Sec End ////////////////// */
  /* ////////////////Widget Category ////////////////// */
  .category-col {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .widget-categories {
    margin-top: 45px;
  }


  .widget-categories .row .col-sm-12 {
    margin-bottom: 5px;
  }

  /* ////////////////Widget Category End ////////////////// */
  /* ////////////////Widget Benefits ////////////////// */
  .home-below-benefits-absolute-text {
    left: 8% !important;
    top: 60% !important;
  }

  .home-below-benefits .container .row div {
    padding-left: 0;
    padding-right: 0;
  }

  /* ////////////////Widget Benefits End ////////////////// */
  .home-hand {
    height: 420px;
    background-position: left;
  }

  .home-hand-sec-first-col {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .home-product-sale-demo {
    margin: 50px 0 50px 0;
  }

  /* ////////////////Demo Product End ////////////////// */
  .demo_product_quick_sale_btn {
    width: 90% !important;
    display: block;
    margin-top: 16px;
  }

  /* ////////////////Demo Product End ////////////////// */
  /* ////////////////service-sec ////////////////// */
  .service-sec {
    margin-top: 0 !important;
  }

  .service-sec .wrapper .card-body {
    padding: 1rem 0;
  }

  /* ////////////////service-sec End ////////////////// */
  /* ////////////////cart////////////////// */
  .step2-form-box {
    margin-bottom: 0 !important;
  }

  /* ////////////////cart End ////////////////// */
  /* ////////////////Shop List////////////////// */
  #map {
    height: 590px !important;
  }

  /* ////////////////Shop List End ////////////////// */
  /* ////////////////Product ////////////////// */

  .product-wrapper .row .prod_card {
    margin-top: 15px !important;
  }

  .pet-wrapper .row .col-sm-3 {
    margin-top: 15px !important;
  }

  .prod_card .card-body {
    padding: 1rem 16px !important;
  }

  .product-wrapper .card .btn {
    padding: 5px 16px;
  }

  .pagination {
    justify-content: center;
  }

  .product-tag-wrapper>div {
    width: 50%;
  }

  /* ////////////////Product End ////////////////// */
  /* ////////////////Product FILTER ////////////////// */

  .product_filter_offcanvas_body {
    overflow-y: scroll;
  }

  .product_filter_buttons {
    width: 335px !important;
    margin-top: 30px !important;
    margin-left: 28px !important;
    margin-right: 28px !important;
    padding: 10px 12px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
  }

  .product_filter_buttons:nth-of-type(3) {
    border: 1px solid #e1e1e1;
    border-radius: 0 !important;
    border-radius: 5px !important;
  }

  .filter-menu {
    position: relative !important;
    transform: none !important;
    width: 335px !important;
    margin-left: 28px !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* ////////////////Product FILTER End ////////////////// */

  .benefit_section .benfit .benefit-card {
    width: 100%;
  }

  /* //////////////Library//////////////////// */
  .filter-button {
    margin-right: 0px;
  }

  .file-box {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    min-height: 450px;
  }

  #myfilters-sec {
    display: block !important;
  }

  #remove-filter {
    margin-top: 30px;
  }

  .filter {
    border: none !important;
  }

  .file-box>.card-body {
    height: 200px;
  }

  /* ////////////////Library End ////////////////// */
  /* //////////////Contact us//////////////////// */
  .form-box {
    padding: 20px 10px !important;
  }

  .form-box .row {
    margin: 0 !important;
  }

  .form-box .row .col-sm-6 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .contact-form-box-success-message {
    width: 400px;
  }

  /* ////////////////Contact us End ////////////////// */
  /* /////////////////ABOUT US/////////////////// */
  .about-us-page-2 {
    margin-top: 50px;
  }

  .about-us-page-4 {
    padding: 0;
    margin-top: 55px;
  }

  .about-us-page-4 .about_us_page_4_slick_wrapper div img {
    height: 308px;
  }

  .about-us-page-5,
  .about-us-page-11 {
    margin-top: 55px;
  }

  .about-us-page-6,
  .about-us-page-8,
  .about-us-page-9,
  .about-us-page-12,
  .about-us-page-13 {
    margin-top: 40px;
  }

  .about-us-page-10 {
    margin-top: 54px !important;

  }

  .about-us-page-14 {
    margin-top: 55px !important;
  }

  .about-us-page-14 h1 {
    margin-bottom: 45px !important;
  }

  .left-hand-side-circle,
  .right-hand-side-circle,
  .left-hand-side-stick,
  .right-hand-side-stick {
    margin-left: -13px !important;
    margin-right: 0 !important;
    right: auto !important;
  }

  .about-us-page-14 div.ms-5 {
    margin-left: 7rem !important;
  }

  .about-us-page-14 .col-lg-6 {
    padding-left: 2.75rem !important;
  }

  .about-us-page-14 .col-lg-6>div.position-relative,
  .about-us-page-14 .col-lg-6>div.d-flex {
    border-left: 2px solid !important;
  }

  .about-us-page-14 .row:last-child .col-lg-6>div.position-relative,
  .about-us-page-14 .row:last-child .col-lg-6>div.d-flex {
    border-left: 0px solid !important;
  }

  .about-us-page-14 .col-lg-6.myborder {
    border-width: 0 !important;
  }

  .about-us-page-14 .col-lg-6>div.d-flex h5 {
    margin-left: 30px;
    margin-bottom: -140px !important;
  }

  .about-us-page-14 #borderLast {
    right: auto !important;
  }


  .about-us-page-14 .leader {
    background-color: #EDEAE7;
    padding: 20px 26px;
    height: 100%;
  }

  .about-us-page-14 .col-lg-6>div.d-flex h5 {
    margin-bottom: -315px !important;
  }

  .about-us-page-14 .leader .leader-card-img img {
    border-radius: 10px;
    width: 142px;
  }

  .about-us-page-14 .leader .leader-card-div {
    width: 100%;
    margin-top: 16px;
  }

  .about-us-page-14 .leader .leader-card-div-content {
    padding: 0;
    padding-left: 12px;
  }

  .about-us-page-15 {
    margin-top: 55px;
  }


  .about-us-page-16 {
    margin-top: 50px;
    background: linear-gradient(to bottom, #E4A85C 52%, #FEE184 48%);
  }

  .about-us-page-16 .col-md-6:nth-child(1) {
    padding-right: 12px !important;
    margin-bottom: 56px !important;
  }

  .about-us-page-16 .col-md-6:nth-child(2) {
    padding-left: 12px !important;
    margin-top: 56px !important;
  }

  /* /////////////////ABOUT US End/////////////////// */
  /* //////////////B2b//////////////////// */
  .b2b .container,
  .b2b-6 .container {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .b2b .container .row:nth-child(1) p {
    width: 100%;
  }

  .banner-card .card-body {
    padding: 0 16px;
  }

  .banner-btn {
    max-width: 183px !important;
  }

  .b2b-2 .container {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .b2b-2-header {
    padding-right: 0;
  }

  .card-transparent .card-img {
    padding: 1rem 0;
  }

  .card-transparent .card-body {
    padding: 0;
    padding-top: 1rem;
  }

  .b2b-3 .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .b2b-3 .container .row div:nth-of-type(2) {
    padding: 0 !important;
  }

  .b2b-4 .container {
    padding-top: 60px;
    padding-bottom: 46px;
  }

  .b2b-4 .container .row div:nth-of-type(2) {
    padding: 0 !important;
  }

  .b2b-5 .container .row div:nth-of-type(1) {
    padding-right: 12px !important;
  }

  /* ////////////////B2b End ////////////////// */
  /* /////////////////ARTICLE/////////////////// */
  .main-img-div {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .main-img-div>img {
    height: 411px;
  }

  .share-icons {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }

  .about_us_related_products {
    margin-top: 50px !important;
  }

  .message-box {
    height: 85px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    position: relative;
    padding: 28px 25px;
  }

  .message-box:before,
  .message-box:after {
    content: "";
    display: block;
    height: 0;
    left: 5%;
    bottom: -29.5%;
    position: absolute;
    width: 0;
  }

  .message-box:before {
    border-left: 45px solid transparent;
    border-top: 31px solid #e1e1e1;
    left: 9%;
    bottom: -38%;
    z-index: 4;
  }

  .message-box:after {
    border-left: 44px solid transparent;
    border-top: 30px solid #fff;
    left: 9%;
    bottom: -36%;
    z-index: 5;
  }

  .comment-user {
    margin-left: 24%;
  }

  /* /////////////////ARTICLE End/////////////////// */
  /* ////////////////Footer ////////////////// */
  .footer {
    margin-top: 30px;
  }

  .newsletter .newsletter-content-div {
    padding: 50px 0 30px 0;
  }

  .news-letter-subscribe-btn {
    width: 75px;
  }

  .newsletter_icon {
    width: 100% !important;
  }

  .newsletter-text {
    width: 100% !important;
    padding: 15px 0px;
  }

  .newsletter-form {
    width: auto !important;
  }

  .footer_info {
    padding: 12px !important;
  }

  .newsletter-form-check-container{
    width: auto;
  }

  .footer_info .footer_info_row .footer_info_col:nth-child(1) .image img {
    width: 57px;
    height: 57px;
  }

  .footer_info .footer_info_row .footer_info_col:nth-child(2) .image img {
    width: 147px;
    height: 51px;
  }

  .footer_info .footer_info_row .footer_info_col:nth-child(3) .image img {
    width: 54px;
    height: 54px;
  }

  .footer_info .footer_info_row .footer_info_col:nth-child(4) .image img {
    width: 71px;
    height: 47px;
  }

  /* ////////////////Footer End ////////////////// */
  /* ////////////////General////////////////// */
  .fs-60 {
    font-size: 44px !important;
  }

  .fs-50 {
    font-size: 37px !important;
  }

  .fs-34 {
    font-size: 30px !important;
  }

  .lh-70 {
    line-height: 45px;
  }

  .mt-30 {
    margin-top: 15px;
  }

  .mb-30 {
    margin-bottom: 15px;
  }

  .px-26 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pe-64,
  .ps-64 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* ////////////////General End ////////////////// */
}

/*FOR SMALL SCREEN */
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .px-26 {
    padding: 16px;
  }

  /* ////////////////Header ////////////////// */


  .the-logo img {
    display: inline;
    margin: auto;
  }

  .top-bar .row {
    display: inline;
  }

  .mega-menu h6 {
    margin-bottom: 15px;
  }

  .shop-dropdown-img {
    height: auto !important;
    padding-top: 40px !important;
  }

  .navbar {
    padding: 0;
  }

  .navbar-nav {
    background-color: #FFF;
    overflow-y: scroll;
  }

  .navbar-nav>.nav-item {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding-left: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 20px;
  }



  #nav-offcanvas-header {
    background-color: #FFF;
    height: 78px;
    width: 100%;
  }

  #nav-offcanvas-header button {
    width: 18px;
    height: 18px;
    opacity: 1;
  }

  .offcanvas-footer.nav-footer {
    position: -webkit-sticky;
    position: sticky;
    top: 100%;
    background-color: #FFF;
    height: 78px;
    width: 100%;
    padding: 30px 16px;
  }

  .mega-menu {
    border-bottom: 0 !important;
  }

  .mega-menu .container {
    max-width: 100% !important;
  }

  .mega-menu-first-div,
  .mega-menu-header-cols {
    border-bottom: 1px solid #e1e1e1 !important;
    border-right: 0 !important;
    margin-bottom: 16px;
  }

  .mega-menu-header-cols:last-of-type {
    border-bottom: 0 !important;
  }

  /* ////////////////Header End ////////////////// */
  /* ////////////////Home Crousal ////////////////// */
  .carousel_1 .c-wrapper,
  .carousel_2 .c-wrapper {
    height: 492px;
  }

  .carousel_1 .c-wrapper .text-center,
  .carousel_2 .c-wrapper .text-center {
    width: 100% !important;
  }

  .carousel_1 .c-wrapper .text-center h1,
  .carousel_2 .c-wrapper .text-center h1 {
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 53px;
  }


  /* ////////////////Home Crousal End ////////////////// */
  /* ////////////////HOME End ////////////////// */
  .home-sec-about-achievements {
    height: 450px;
  }

  .home-sec-about-achievements-items {
    width: auto !important;
  }

  /* .home-sec-about-achievements-items-lg span {
    margin-left: 10px !important;
    margin-right: 0 !important;
  }

  .home-sec-about-achievements-items-sm span {
    margin-left: 38px !important;
    margin-right: 0 !important;
  } */

  .home-sec-about-achievements .col-lg-4:nth-of-type(1) .home-sec-about-achievements-items span {
    margin-left: 60px !important;
  }

  .home-sec-about-achievements .col-lg-4:nth-of-type(2) .home-sec-about-achievements-items span {
    margin-left: 50px !important;
  }

  .home-sec-about-achievements .col-lg-4:nth-of-type(3) .home-sec-about-achievements-items span,
  .home-sec-about-achievements .col-lg-4:nth-of-type(4) .home-sec-about-achievements-items span,
  .home-sec-about-achievements .col-lg-4:nth-of-type(5) .home-sec-about-achievements-items span,
  .home-sec-about-achievements .col-lg-4:nth-of-type(6) .home-sec-about-achievements-items span {
    margin-left: 20px !important;
  }

  .home-hand {
    height: 420px;
  }

  .demo_product_quick_sale_btn {
    width: 100%;
  }

  .service-sec.container .wrapper .benfit .row .col-6 .card .card-body {
    padding: 1rem 0;
  }

  /* ////////////////HOME End ////////////////// */
  /* ////////////Library//////////////// */
  .file-box {
    min-height: 450px;
  }

  .file-box>.card-body {
    height: 200px;
  }

  #myfilters-sec {
    display: block !important;
  }

  #remove-filter {
    margin-top: 30px;
  }

  .filter {
    border: none !important;
  }

  /* ////////////Library END//////////////// */
  /* ////////////////Products ////////////////// */
  .pagination {
    justify-content: center;
  }

  .prod_card .card-body {
    padding: 1rem 16px !important;
  }

  .product-tag-wrapper>div {
    width: 50%;
  }

  /* ////////////////Products End ////////////////// */
  /* ////////////////Product FILTER ////////////////// */

  .product_filter_offcanvas_body {
    overflow-y: scroll;
  }

  .product_filter_buttons {
    width: 335px !important;
    margin-top: 30px !important;
    margin-left: 28px !important;
    margin-right: 28px !important;
    padding: 10px 12px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
  }

  .product_filter_buttons:nth-of-type(3) {
    border: 1px solid #e1e1e1;
    border-radius: 0 !important;
    border-radius: 5px !important;
  }

  .filter-menu {
    position: relative !important;
    transform: none !important;
    width: 335px !important;
    margin-left: 28px !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* ////////////////Product FILTER End ////////////////// */
  /* /////////////////ARTICLE/////////////////// */
  .main-img-div {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
  }

  .share-icons {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }

  .about_us_related_products {
    margin-top: 50px !important;
  }

  .message-box {
    height: 85px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    position: relative;
    padding: 28px 25px;
  }

  .message-box:before,
  .message-box:after {
    content: "";
    display: block;
    height: 0;
    left: 5%;
    bottom: -29.5%;
    position: absolute;
    width: 0;
  }

  .message-box:before {
    border-left: 45px solid transparent;
    border-top: 31px solid #e1e1e1;
    left: 11%;
    bottom: -38%;
    z-index: 4;
  }

  .message-box:after {
    border-left: 44px solid transparent;
    border-top: 30px solid #fff;
    left: 11%;
    bottom: -36%;
    z-index: 5;
  }

  .comment-user {
    margin-left: 24%;
  }

  /* /////////////////ARTICLE End/////////////////// */
  /* ////////////////Contact Us ////////////////// */
  .form-box .row {
    margin: 0 !important;
  }

  /* ////////////////Contact Us ////////////////// */
  /* /////////////////B2b/////////////////// */
  .b2b .container,
  .b2b-6 .container {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .b2b .container .row:nth-child(1) p {
    width: 100%;
  }

  .banner-card .card-body {
    padding: 0 26px;
  }

  .b2b-2 .container {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .card-transparent .card-body {
    padding: 0;
    padding-top: 1rem;
  }

  .b2b-3 .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .b2b-3 .container .row div:nth-of-type(2) {
    padding: 0 !important;
  }

  .b2b-4 .container {
    padding-top: 0px;
    padding-bottom: 46px;
  }

  .b2b-4 .container .row div:nth-of-type(2) {
    padding: 0 !important;
  }

  .b2b-5 .container .row div:nth-of-type(1) {
    padding-right: 12px !important;
  }

  /* /////////////////B2b End/////////////////// */
  /* /////////////////ABOUT US/////////////////// */
  .about-us-banner {
    padding: 0 !important;
  }

  .about-us-page-2 {
    margin-top: 65px;
  }

  .about-us-page-4 {
    padding: 0;
    margin-top: 65px;
  }

  .about-us-page-4 .about_us_page_4_slick_wrapper div img {
    height: 390px;
  }

  .about-us-page-5,
  .about-us-page-11 {
    margin-top: 75px;
  }

  .about-us-page-6,
  .about-us-page-8,
  .about-us-page-9,
  .about-us-page-12,
  .about-us-page-13 {
    margin-top: 50px;
  }

  .about-us-page-14 {
    margin-top: 75px !important;
  }

  .about-us-page-14 h1 {
    margin-bottom: 45px !important;
  }

  .left-hand-side-circle,
  .right-hand-side-circle,
  .left-hand-side-stick,
  .right-hand-side-stick {
    margin-left: -13px !important;
    margin-right: 0 !important;
    right: auto !important;
  }

  .about-us-page-14 div.ms-5 {
    margin-left: 7rem !important;
  }

  .about-us-page-14 .col-lg-6 {
    padding-left: 2.75rem !important;
  }

  .about-us-page-14 .col-lg-6>div.position-relative,
  .about-us-page-14 .col-lg-6>div.d-flex {
    border-left: 2px solid !important;
  }

  .about-us-page-14 .row:last-child .col-lg-6>div.position-relative,
  .about-us-page-14 .row:last-child .col-lg-6>div.d-flex {
    border-left: 0px solid !important;
  }

  .about-us-page-14 .col-lg-6.myborder {
    border-width: 0 !important;
  }

  .about-us-page-14 .col-lg-6>div.d-flex h5 {
    margin-left: 30px;
    margin-bottom: -140px !important;
  }

  .about-us-page-14 #borderLast {
    right: auto !important;
  }


  .about-us-page-14 .leader {
    background-color: #EDEAE7;
    padding: 20px 26px;
    height: 100%;
  }

  .about-us-page-14 .col-lg-6>div.d-flex h5 {
    margin-bottom: -260px !important;
  }

  .about-us-page-14 .leader .leader-card-img img {
    border-radius: 10px;
    width: 142px;
  }

  .about-us-page-14 .leader .leader-card-div {
    width: 100%;
    margin-top: 16px;
  }

  .about-us-page-14 .leader .leader-card-div-content {
    padding: 0;
    padding-left: 12px;
  }


  .about-us-page-16 {
    margin-top: 50px;
    background: linear-gradient(to bottom, #E4A85C 52%, #FEE184 48%);
  }

  .about-us-page-16 .col-md-6:nth-child(1) {
    padding-right: 12px !important;
    margin-bottom: 56px !important;
  }

  .about-us-page-16 .col-md-6:nth-child(2) {
    padding-left: 12px !important;
    margin-top: 56px !important;
  }

  /* /////////////////ABOUT US End/////////////////// */
  /* /////////////////Footer/////////////////// */
  .footer_info {
    padding: 26px;
  }

  /* /////////////////Footer end/////////////////// */
  /* /////////////////GENERAL/////////////////// */
  .fs-60,
  .fs-50 {
    font-size: 37px !important;
    line-height: 45px !important;
  }

  .pe-64,
  .ps-64 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* /////////////////GENERAL End/////////////////// */
  /* /////////////////Special Case/////////////////// */
  .home-sec-about-achievements h1 {
    font-size: 50px !important;
  }

  /* /////////////////Special Case/////////////////// */

}



/*FOR MEDIUM SCREEN */
@media only screen and (min-width: 768px) and (max-width: 992px) {

  /* ////////////////Header ////////////////// */

  .the-logo img {
    display: inline;
    margin: auto;
  }

  .top-bar .row {
    display: inline;
  }

  .mega-menu h6 {
    margin-bottom: 15px;
  }

  .shop-dropdown-img {
    height: auto !important;
    padding-top: 40px !important;
  }

  .navbar {
    padding: 0;
  }

  .navbar-nav {
    overflow-y: scroll;
    background-color: #FFF;
  }

  .navbar-nav>.nav-item {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding-left: 16px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  #nav-offcanvas-header {
    background-color: #FFF;
    height: 78px;
    width: 100%;
  }

  #nav-offcanvas-header button {
    width: 18px;
    height: 18px;
    opacity: 1;
  }

  .offcanvas {
    width: 420px;
  }

  .offcanvas-footer.nav-footer {
    position: sticky;
    position: -webkit-sticky;
    top: 100%;
    background-color: #FFF;
    height: 78px;
    width: 100%;
    padding: 30px 16px;
  }

  .mega-menu {
    border-bottom: 0 !important;
  }

  .mega-menu .container {
    max-width: 100% !important;
  }

  .mega-menu-first-div,
  .mega-menu-header-cols {
    border-bottom: 1px solid #e1e1e1 !important;
    border-right: 0 !important;
    margin-bottom: 16px;
  }

  .mega-menu-header-cols:last-of-type {
    border-bottom: 0 !important;
  }

  /* ////////////////Header End ////////////////// */
  /* ////////////////Home Crousal ////////////////// */
  .carousel_1 .c-wrapper,
  .carousel_2 .c-wrapper {
    height: 552px;
  }

  .carousel_1 .c-wrapper .text-center,
  .carousel_2 .c-wrapper .text-center {
    width: 512px !important;

  }

  .carousel_1 .c-wrapper .text-center h1,
  .carousel_2 .c-wrapper .text-center h1 {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 53px;
  }


  /* ////////////////Home Crousal End ////////////////// */
  /* ////////////////Home ////////////////// */
  .home-sec-about-achievements .col-lg-4:nth-of-type(1) .home-sec-about-achievements-items span {
    margin-left: 60px !important;
  }

  .home-sec-about-achievements .col-lg-4:nth-of-type(2) .home-sec-about-achievements-items span {
    margin-left: 50px !important;
  }

  .home-sec-about-achievements .col-lg-4:nth-of-type(3) .home-sec-about-achievements-items span,
  .home-sec-about-achievements .col-lg-4:nth-of-type(4) .home-sec-about-achievements-items span,
  .home-sec-about-achievements .col-lg-4:nth-of-type(5) .home-sec-about-achievements-items span,
  .home-sec-about-achievements .col-lg-4:nth-of-type(6) .home-sec-about-achievements-items span {
    margin-left: 20px !important;
  }

  .home-hand {
    height: 530px;
  }

  .demo_product_quick_sale_btn {
    width: 163px;
  }

  /* ////////////////Home End ////////////////// */
  /* ////////////Library//////////////// */
  .file-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .file-box>.card-body {
    height: 350px;
  }

  /* ////////////Library END//////////////// */
  /* ////////////////ABOUT US ////////////////// */
  .about-us-page-2 {
    margin-top: 80px !important;
  }

  .about-us-page-3 .banner-card .card-body {
    padding: 0 !important;
  }

  .about-us-page-4 .about_us_page_4_slick_wrapper div img {
    height: 420px;
  }

  .about-us-page-5 {
    margin-top: 90px;
  }

  .tareef-p {
    margin-top: 30px !important;
  }

  .about-us-page-12 {
    margin-top: 90px !important;
  }

  .about-us-page-13 {
    margin-top: 75px !important;
  }

  .about-us-page-14 {
    margin-top: 75px !important;
  }

  .about-us-page-14 h1 {
    margin-bottom: 45px !important;
  }

  .left-hand-side-circle,
  .right-hand-side-circle,
  .left-hand-side-stick,
  .right-hand-side-stick {
    margin-left: -13px !important;
    margin-right: 0 !important;
    right: auto !important;
  }

  .about-us-page-14 div.ms-5 {
    margin-left: 7rem !important;
  }

  .about-us-page-14 .col-lg-6 {
    padding-left: 2.75rem !important;
  }

  .about-us-page-14 .col-lg-6>div.position-relative,
  .about-us-page-14 .col-lg-6>div.d-flex {
    border-left: 2px solid !important;
  }

  .about-us-page-14 .row:last-child .col-lg-6>div.position-relative,
  .about-us-page-14 .row:last-child .col-lg-6>div.d-flex {
    border-left: 0px solid !important;
  }

  .about-us-page-14 .col-lg-6.myborder {
    border-width: 0 !important;
  }

  .about-us-page-14 .col-lg-6>div.d-flex h5 {
    margin-left: 30px;
    margin-bottom: -140px !important;
  }

  .about-us-page-14 #borderLast {
    right: auto !important;
  }


  .about-us-page-16 {
    margin-top: 80px;
  }

  .about-us-page-16 .col-md-6:nth-child(1) {
    padding-right: 12px !important;
  }

  .about-us-page-16 .col-md-6:nth-child(2) {
    padding-left: 30px !important;
  }

  /* .about-us-page-15 .container {
    padding: 50px 25px !important;
  } */


  .about-us-page-16 p {
    height: 115px !important;
  }


  /* ////////////////ABOUT US End ////////////////// */
  /* ////////////////Products ////////////////// */
  .pagination {
    justify-content: center;
  }

  .product-tag-wrapper>div {
    width: 33.33%;
  }

  /* ////////////////Products End ////////////////// */
  /* ////////////////Product FILTER ////////////////// */

  .product_filter_offcanvas_body {
    overflow-y: scroll;
  }

  .product_filter_buttons {
    width: 335px !important;
    margin-top: 30px !important;
    margin-left: 28px !important;
    margin-right: 28px !important;
    padding: 10px 12px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
  }

  .product_filter_buttons:nth-of-type(3) {
    border: 1px solid #e1e1e1;
    border-radius: 0 !important;
    border-radius: 5px !important;
  }

  .filter-menu {
    position: relative !important;
    transform: none !important;
    width: 335px !important;
    margin-left: 28px !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* ////////////////Product FILTER End ////////////////// */
  /* ////////////////Contact Us ////////////////// */
  .form-box .row {
    margin: 0 !important;
  }

  /* ////////////////Contact Us ////////////////// */
  /* /////////////////B2b/////////////////// */
  .b2b .container,
  .b2b-6 .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b2b .container .row:nth-child(1) p {
    width: 100%;
  }

  .banner-card .card-body {
    padding: 0 34px;
  }

  .b2b-2 .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .b2b-3 .container {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .b2b-3 .container .row div:nth-of-type(2) {
    padding: 0 !important;
  }

  .b2b-4 .container {
    padding-top: 0;
    padding-bottom: 46px;
  }

  .b2b-4 .container .row div:nth-of-type(2) {
    padding: 0 !important;
  }

  .b2b-5 .container .row div:nth-of-type(1) {
    padding-right: 12px !important;
  }

  /* /////////////////B2b End/////////////////// */
  /* /////////////////ARTICLE/////////////////// */
  .main-img-div {
    margin-top: 12px !important;
    margin-bottom: 40px !important;
  }

  .share-icons {
    margin-top: 30px;
    margin-bottom: 30px !important;
  }

  .about_us_related_products {
    margin-top: 50px !important;
  }

  .message-box:before,
  .message-box:after {
    content: "";
    display: block;
    height: 0;
    left: 5%;
    bottom: -29.5%;
    position: absolute;
    width: 0;
  }

  .message-box:before {
    border-left: 45px solid transparent;
    border-top: 31px solid #e1e1e1;
    left: 8%;
    bottom: -38%;
    z-index: 4;
  }

  .message-box:after {
    border-left: 44px solid transparent;
    border-top: 30px solid #fff;
    left: 8%;
    bottom: -36%;
    z-index: 5;
  }

  .comment-user {
    margin-left: 18%;
  }

  /* /////////////////ARTICLE End/////////////////// */
  /* /////////////////Footer/////////////////// */
  .footer_info {
    padding: 28px 65px;
  }

  /* /////////////////Footer end/////////////////// */
  /* /////////////////GENERAL/////////////////// */
  .fs-60,
  .fs-50 {
    font-size: 37px !important;
    line-height: 45px !important;
  }

  .pe-64,
  .ps-64 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* /////////////////GENERAL End/////////////////// */
  /* /////////////////Special Case/////////////////// */
  .home-sec-about-achievements h1 {
    font-size: 50px !important;
  }

  /* /////////////////Special Case/////////////////// */

}

/*FOR lARGE SCREEN */
@media only screen and (min-width: 992px) and (max-width: 1200px) {


  /* ///////////////////HEADER//////////////////////////// */
  .mega-menu-header-cols:nth-of-type(2) {
    width: 220px;
  }

  .mega-menu-header-cols:nth-of-type(3) {
    order: 4 !important;
    width: 100%;
  }

  .mega-menu-header-cols:nth-of-type(4) {
    order: 3 !important;
  }

  /* ///////////////////HEADER END//////////////////////////// */


  /* /////////////////HOME/////////////////// */
  .home-sec-about-achievements .col-lg-4:nth-of-type(2) .home-sec-about-achievements-items span {
    margin-left: 60px !important;
  }

  .home-sec-about-achievements .col-lg-4:nth-of-type(5) .home-sec-about-achievements-items span {
    margin-left: 25px !important;
  }

  .home-sec-about-column-2 .about_content .content h1 {
    margin-bottom: 25px;
  }

  .home-sec-about-achievements {
    height: 277px;
  }

  .home-sec-about-achievements h1 {
    font-size: 50px !important;
  }

  .home-sec-about-column-2 .about_content .content button {
    margin-top: 20px;
  }

  .category-image-wrapper {
    width: 252px;
    height: 320px;
    padding: 0;
    padding-top: 20px;
  }

  .category-text-wrapper {
    height: 155px;
    overflow: hidden;
  }

  .category-col .card-body {
    padding: 1rem 0.8rem;
  }

  .category-col .card-body .card-text {
    height: 48px;
    overflow: hidden;
  }

  .category-col .card-body .card-title {
    height: 81px;
    overflow: hidden;
  }

  .category-col .card-body .card-btn {
    width: 211px;
  }

  .section_pets .wrapper .pet-wrapper .row div .pet_card .pet_card_wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .home-hand {
    background-size: 100% auto;
    background-position: bottom;
  }

  .demo_product_quick_sale_btn {
    width: 100%;
  }

  .benfit .row .col-6 .card .card-body p {
    width: 240px;
  }

  /* /////////////////HOME END/////////////////// */
  /* /////////////////Product /////////////////// */
  .suggestion-product-info {
    max-width: 190px;
  }

  .product-wrapper .card.prod_card .card-body {
    padding: 1rem 20px !important;
  }

  .product-tag-wrapper>div {
    width: 50%;
  }

  .product_add_to_basket_btn {
    padding: 12px 24px;
  }

  /* /////////////////Product END/////////////////// */
  /* ////////////////Product FILTER ////////////////// */

  .product_filter_offcanvas_body {
    overflow-y: scroll;
  }

  .product_filter_buttons {
    width: 335px !important;
    margin-top: 30px !important;
    margin-left: 28px !important;
    margin-right: 28px !important;
    padding: 10px 12px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
  }

  .product_filter_buttons:nth-of-type(3) {
    border: 1px solid #e1e1e1;
    border-radius: 0 !important;
    border-radius: 5px !important;
  }

  .filter-menu {
    position: relative !important;
    transform: none !important;
    width: 335px !important;
    margin-left: 28px !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* ////////////////Product FILTER End ////////////////// */
  /* ////////////////Contact Us ////////////////// */
  .form-box .row {
    margin: 0 !important;
  }

  /* ////////////////Contact Us END////////////////// */
  /* ////////////////About Us END////////////////// */
  .about-us-page-2 p {
    max-width: 800px;
  }

  .about-us-page-3 .banner-card .card-body {
    padding: 16px 0px;
  }

  .about-us-page-5 {
    margin-top: 120px;
  }

  /* .about-us-page-15 .container {
    padding: 50px 25px;
  } */

  .tareef-p {
    margin-top: 0 !important;
  }

  .about-us-page-12,
  .about-us-page-13 {
    margin-top: 90px !important;
  }

  .about-us-page-2,
  .about-us-page-14 {
    margin-top: 94px !important;
  }

  .about-us-page-14 h1 {
    margin-bottom: 66px !important;
  }

  .about-us-page-14 .leader {
    background-color: #EDEAE7;
    padding: 27px 30px;
    height: 100%;
  }

  .about-us-page-14 .leader .leader-card-img img {
    border-radius: 10px;
    width: 142px;
  }

  .about-us-page-14 .leader .leader-card-div-content {
    padding: 0;
    padding-left: 12px;
  }

  .about-us-page-16 {
    margin-top: 90px;
  }

  .about-us-page-16 .col-md-6:nth-child(1) {
    padding-right: 30px !important;
  }

  /* .about-us-page-15 .container {
    padding: 90px 25px !important;
  } */

  .about-us-page-16 .col-md-6:nth-child(2) {
    padding-left: 30px !important;
  }



  /* ////////////////About Us END////////////////// */
  /* ////////////////Contact Us////////////////// */
  .form-box .row {
    margin: 0 !important;
  }

  /* ////////////////Contact Us END////////////////// */

  /* /////////////////B2b/////////////////// */
  .b2b .container,
  .b2b-6 .container {
    padding-top: 99px;
    padding-bottom: 99px;
  }

  .b2b .container .row:nth-child(1) p {
    width: 100%;
  }

  .banner-card .card-body {
    padding: 0 20px;
  }

  .banner-btn {
    max-width: 183px !important;
  }

  .b2b-2 .container {
    padding-top: 99px;
    padding-bottom: 99px;
  }

  .b2b-3 .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .b2b-3 .container .row div:nth-of-type(2) {
    padding-left: 12px !important;
  }

  .b2b-4 .container {
    padding-top: 0;
    padding-bottom: 98px;
  }

  .b2b-4 .container .row .col-lg-6:nth-of-type(1) {
    padding-right: 12px !important;
  }

  .b2b-4 .container .row div:nth-of-type(2) {
    padding-left: 12px !important;
  }

  .b2b-5 .container .row div:nth-of-type(1) {
    padding-right: 12px !important;
  }

  /* /////////////////B2b End/////////////////// */
  /* ////////////Library//////////////// */
  .file-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .file-box>.card-body {
    height: 400px;
  }

  /* ////////////Library END//////////////// */
  /* /////////////////Footer End/////////////////// */
  .footer_info {
    padding: 35px 165px;
  }

  /* /////////////////Footer End/////////////////// */
  /* /////////////////GENERAL/////////////////// */
  .fs-60,
  .fs-50 {
    font-size: 37px !important;
    line-height: 45px !important;
  }

  .pe-64,
  .ps-64 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* /////////////////GENERAL End/////////////////// */
}

/*FOR EXTRA lARGE SCREEN */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {

  /* ////////////HEADER//////////////// */
  .mega-menu-header-cols:nth-of-type(1) {
    width: 280px;
  }

  .mega-menu-header-cols:nth-of-type(2),
  .mega-menu-header-cols:nth-of-type(3) {
    width: 207px;
  }

  .mega-menu-header-cols:nth-of-type(4) {
    width: 350px;
  }

  /* ////////////HEADER END//////////////// */
  /* ////////////HOME//////////////// */
  .home-hand {
    background-size: 100% auto;
    background-position: bottom;
  }

  /* ////////////HOME END//////////////// */
  /* ////////////////Demo Product End ////////////////// */
  .demo_product_quick_sale_btn {
    width: 83% !important;
    display: block;
    margin-top: 16px;
  }

  /* ////////////////Demo Product End ////////////////// */
  /* ////////////Widget Category//////////////// */
  .category-text-wrapper {
    height: 210px;
    overflow: hidden;
  }

  /* ////////////Widget CategoryEND//////////////// */
  /* ////////////About Us//////////////// */
  .about-us-page-10 .container .row div:nth-of-type(2) {
    padding-left: 145px;
  }

  /* ////////////About Us END//////////////// */

}


@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  :root {
    --top_position: 0%;
    --left_position: 0%;
  }

  /* .carousel_1,
  .carousel_2 {
    height: 620px;
  } */

  .sec_about .row {
    align-items: none !important;
  }

  .last_post-wrapper .row .col-12:nth-child(2) {
    margin-top: 30px;
  }

  .testimonial-wrapper .box :nth-child(4) {
    top: 87%;
  }

  .newsletter .newsletter-text {
    width: 20%;
  }

  .newsletter .newsletter-form {
    width: 35%;
  }

  .newsletter .newsletter-agreement {
    width: 35%;
  }

  .newsletter .newsletter_icon {
    width: 20%;
  }

  .footer_info .map_image img {
    width: 90%;
  }

}


@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  :root {
    --top_position: 0%;
    --left_position: 1%;
  }

}

@media only screen and (min-width: 1801px) and (max-width: 2000px) {
  :root {
    --top_position: 0%;
    --left_position: 2%;
  }

}

@media only screen and (min-width: 2001px) and (max-width: 2150px) {
  :root {
    --top_position: 0%;
    --left_position: 4%;
  }

}

@media only screen and (min-width: 2151px) and (max-width: 2400px) {
  :root {
    --top_position: 0%;
    --left_position: 7%;
  }

  .carousel_1 span:nth-child(1) {
    top: calc(var(--top_position) + 31%);
  }
}


@media only screen and (min-width: 2401px) and (max-width: 3200px) {
  :root {
    --top_position: 0%;
    --left_position: 10%;
  }

  .carousel_1 span:nth-child(1) {
    top: calc(var(--top_position) + 42%);
  }

}

@media only screen and (min-width: 3201px) and (max-width: 4800px) {
  :root {
    --top_position: 0%;
    --left_position: 0%;
  }

  /* .carousel_1,
  .carousel_2 {
    height: 1000px;
  } */

  .carousel_slider .carousel_1 span img,
  .carousel_slider .carousel_2 span img {
    width: 120%;
  }

  .carousel_1 span:nth-child(2) {
    left: calc(var(--left_position) + 10% + 150px + 10%);
  }

  .carousel_1 span:nth-child(4) {
    left: calc(var(--left_position) + 10% + 8%);
  }

  .carousel_1 span:nth-child(3) {
    left: calc(var(--left_position) + 650px);
  }

  .carousel_1 span:nth-child(7) {
    left: calc(var(--left_position) + 55% + 20%);
    top: calc(var(--top_position) + 56.5%);
  }

  .carousel_1 span:nth-child(8) {
    top: calc(var(--top_position) + 43.6%);
    left: calc(var(--left_position) + 55% + 1180px);
  }

  .carousel_1 span:nth-child(6) {
    top: calc(var(--top_position) + 310px);
    left: calc(var(--left_position) + 55% + 20%);
  }

  .carousel_1 span:nth-child(5) {
    top: calc(var(--top_position) + 44%);
    left: calc(var(--left_position) + 55% + 720px);
  }

  .carousel_2 span:nth-child(1) {
    left: 15%;
  }

  .carousel_2 span:nth-child(2) {
    left: 18%;
  }
}

@media only screen and (min-width: 4801px) {
  :root {
    --top_position: 0%;
    --left_position: 0%;
  }

  /* .carousel_1,
  .carousel_2 {
    height: 1120px;
  } */

  .carousel_slider .carousel_1 span img,
  .carousel_slider .carousel_2 span img {
    width: 120%;
  }

  .carousel_1 span:nth-child(2) {
    left: calc(var(--left_position) + 10% + 150px + 10%);
  }

  .carousel_1 span:nth-child(4) {
    left: calc(var(--left_position) + 10% + 8%);
  }

  .carousel_1 span:nth-child(3) {
    left: calc(var(--left_position) + 15%);
  }

  .carousel_1 span:nth-child(7) {
    left: calc(var(--left_position) + 55% + 20%);
  }

  .carousel_1 span:nth-child(8) {
    top: calc(var(--top_position) + 43.6%);
    left: calc(var(--left_position) + 55% + 23.5%);
  }

  .carousel_1 span:nth-child(6) {
    top: calc(var(--top_position) + 32.5%);
    left: calc(var(--left_position) + 55% + 20%);
  }

  .carousel_1 span:nth-child(5) {
    top: calc(var(--top_position) + 44%);
    left: calc(var(--left_position) + 55% + 16.4%);
  }

  .carousel_2 span:nth-child(1) {
    left: 15%;
  }

  .carousel_2 span:nth-child(2) {
    left: 18%;
  }

}

@media only screen and (min-width: 1200px) {

  /* ////////////HOME//////////////// */
  .demo_product_quick_sale_btn {
    width: 163px;
  }

  /* ////////////HOME END//////////////// */
  /* ////////////Products //////////////// */
  .product-tag-wrapper>div {
    width: 40%;
  }

  .product_add_to_basket_btn {
    padding: 12px 16px;
  }

  /* ////////////Products END//////////////// */
  /* ////////////Article//////////////// */
  .content-width-940 {
    width: 940px;
    margin: 0 auto;
  }

  /* ////////////Article END//////////////// */
  /* ////////////Article END//////////////// */
  .discount-btn {
    width: 75%;
  }

  /* ////////////Article END//////////////// */

  /* ////////////B2B//////////////// */
  .banner-btn {
    width: 234px !important;
  }

  .b2b-2-header {
    padding-right: 5rem;
  }

  .banner-card .card-body {
    padding: 0 11px;
  }

  .b2b-6 .accordion-wrapper {
    padding: 0 100px;
  }

  /* ////////////B2B End//////////////// */
}

@media only screen and (min-width: 1400px) {

  /* ////////////HEADER//////////////// */
  .mega-menu-header-cols:nth-of-type(1) {
    width: 341px;
  }

  .mega-menu-header-cols:nth-of-type(2),
  .mega-menu-header-cols:nth-of-type(3) {
    width: 227px;
  }

  .mega-menu-header-cols:nth-of-type(4) {
    width: 455px;
  }

  /* ////////////HEADER END//////////////// */
  /* ////////////HOME//////////////// */
  .home-sec-about-column-2:nth-of-type(1) {
    padding-right: 3.125rem;
    padding-left: 14px;
  }

  .home-sec-about-column-2:nth-of-type(2) {
    padding-left: 3.125rem;
  }

  /* ////////////HOME END//////////////// */
  /* ////////////Library//////////////// */
  .file-box>.card-body {
    height: 350px;
  }

  /* ////////////Library END//////////////// */
  /* ////////////Widget Category//////////////// */
  .category-text-wrapper {
    height: 150px;
    overflow: hidden;
  }

  /* ////////////Widget CategoryEND//////////////// */
  /* ////////////About Us//////////////// */
  .about-us-page-10 .container .row div:nth-of-type(2) {
    padding-left: 210px;
  }

  /* ////////////About Us END//////////////// */
  .container {
    max-width: 1366px !important;
  }

  .container-md {
    max-width: 1366px !important;
  }

  .container-xxl {
    max-width: 1366px !important;
  }

  .banner-card .card-body {
    padding: 0 26px;
  }

}

p[x-apple-data-detectors] {
  color: inherit !important;

}