
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --theme-primarycolor: #ee391a;
  --pera: #666;
  --heading: #1c0000;
  --white: #fff;
  --black: #000;
  --theme-backgroundcolor: #fff3f3;
  --theme-main-heading-color: #000;
  
}v


i{line-height: 0;}
html {
  font-size: 67%;
  scroll-behavior: smooth;
  
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
 }

img  {
  max-width: 100%;
  max-height: 100%;
}

h6{
  font-size:1.6rem;
}
.cf:after, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

:focus {
  outline: none;
}

.main-container, .contant-main {
  max-width: 1300px;
  margin: auto;
}

.video_thumbnail_container{position: relative; display: inline-block; width:205px; height:140px; cursor:pointer;}
.play_icon{position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  background:rgba(0,0,0,0.6);
  width:50px;
  height:50px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;}
.play_inner{width:0;
  height:0;
  border-left:18px solid white;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  margin-left:4px;}

.tourist-place-section {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% repeat(2, 1fr);
  grid-template-rows: repeat(2, 230px);
  align-items: center;
  grid-gap: .7rem;
  margin:0px 70px 0px 70px;
}

.tourist-place-section .tp-img-box {border-radius:20px;background: #000; height: 100%; overflow: hidden;}

.tourist-place-section .tp-img-box:nth-of-type(1) {grid-row: 1/-1;}

.tourist-place-section .tp-img-box img {width: 100%; height: 100%; object-fit: cover; transition: .25s all;}

.tourist-place-section .tp-img-box:hover img {transform: scale(1.1);}

.posR {
  position: relative;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper > .scroll-content::-moz-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  display: none;
}

.scroll-element .scroll-arrow, .scroll-element .scroll-bar {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: 0;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-textarea > .scroll-content > textarea::-moz-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 5px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 7px;
  top: 1px;
  width: 4px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_track {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #f1f1f1;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #D5D5D5;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar, .scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #939393;
}

.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 6px;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eee;
}

.scrollbar-outer > .scroll-element .scroll-bar, .scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  height: 0;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}
.listing-product-section .listing-product-section-row {
  display: -ms-grid;
  display: flex !important;
  -ms-grid-columns: 23% 73%;
  grid-template-columns: 23% 73%;
  grid-gap: 4%;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #fff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}


.product-thumb {margin: 0 auto;}
.product-thumb-box img { height: 8rem; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; }
.product-thumb-box:hover {transform: scale(1.1); }
.product-thumb-box {
  transition: 0.25s;
  background: #fff;
  margin: .4rem !important;
  padding: 0.5rem;
  border:0px solid #eee;
  
}

.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: .3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #ccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height .2s;
  transition: height .2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width .2s;
  transition: width .2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #fff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 700;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.slick-loading .slick-list {
  background: #ffffff url(ajax-loader.gif) center center no-repeat;
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-family: Phosphor;
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #9c9c9c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -15px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '\f313';
}

[dir=rtl] .slick-prev:before {
  content: 'â†’';
}

.slick-next {
  right: -15px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '\f314';
}

[dir=rtl] .slick-next:before {
  content: 'â†';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: Phosphor;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  margin: 0 0px;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Top Header CSS Start */
.top-header {
  background-color: #092041;
  padding: 1rem 0;
  margin-bottom: 7.6rem;
}

.top-header .top-header-row {
  display: -ms-grid;
  display: grid;
  padding: 0 2rem;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .top-header-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-header .top-header-left ul li {
  margin-right: 1.2rem;
}

.top-header .top-header-left ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.3rem;
}

.top-header .top-header-left ul li a:hover {
  text-decoration: underline;
}

.top-header .top-header-left ul li:last-child {
  margin-right: 0;
}

.top-header .top-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .top-header-right .link-box {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #ffffff;
}

.top-header .top-header-right .link-box li {
  margin-right: 1.2rem;
}

.top-header .top-header-right .link-box li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.3rem;
}

.top-header .top-header-right .link-box li a:hover {
  text-decoration: underline;
}

.top-header .top-header-right .social-box {
  margin: 0 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-header .top-header-right .social-box li {
  margin-right: 1.2rem;
}

.top-header .top-header-right .social-box li a {
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 2.1rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-header .top-header-right .social-box li:last-child {
  margin-right: 0;
}

/* Top Header CSS Finish */
/* Header CSS Start */
header {
    border-bottom: 0px solid #E8E8E8;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0rem;
    background: #fff;
}

header .header-row {
  display: -ms-grid;
  display: grid;
  padding: 0 2rem;
  -ms-grid-columns: 1fr 3fr 1fr;
      grid-template-columns: 1fr 3fr 1fr;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .menu-bar {
  position: absolute;
  top: 50%;
  /*-webkit-transform: translateY(-50%);
          transform: translateY(-50%);*/
  background: none;
  border: none;
  font-size: 3rem;
  color: #000;
  display: none;
}

header .logo-div a {
  width: 210px;
  display: block;
}


header .header-search {
  border: 2px solid #0c2241;
  height: 55px;
  padding: 1.10rem 0rem;
  border-radius: 3rem;
  font-size: 0;
  margin-left: 0rem;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

header .header-search .header-search-drop {
  position: relative;
  width: 31%;
  display: inline-block;
  vertical-align: middle;
}

header .header-search .header-search-drop .nice-select {
  height: 26px;
  line-height: 26px;
  border: none;
  padding: 0 1.2rem;
  width: 100%;
  border-right: 1px solid #DCDCDC;
  color: #000000;
  border-radius: 0;
}

header .header-search .header-search-drop .nice-select::after {
  display: none;
}

header .header-search .header-search-drop .nice-select.open ~ .drop-arrow img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

header .header-search .header-search-drop .drop-arrow {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}

header .header-search .header-search-drop .drop-arrow img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .header-search .header-search-box {
  vertical-align: middle;
  position: relative;
  margin-left:10px;
  margin-right:10px;
}

header .header-search .header-search-box input {
  width: 100%;
  border: none;
  padding: 0 1rem 0px 3.6rem;
   
  height: 26px;
  color: #000;
  font-size: 1.4rem;
}

header .header-search .header-search-box input::-webkit-input-placeholder {
  color: #000000;
}

header .header-search .header-search-box input:-ms-input-placeholder {
  color: #000000;
}

header .header-search .header-search-box input::-ms-input-placeholder {
  color: #000000;
}

header .header-search .header-search-box input::placeholder {
  color: #000000;
}

header .header-search i {
  position: absolute;
  font-size: 1.6rem;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
}

header .header-right-icons{display: flex; justify-content: flex-end; align-items: center;}
.side-nav-right{padding: 1.5rem 0;}
.side-nav-right ul li a {font-size: 3rem;}
.login-name{width: 4.4rem; height: 4.4rem; display: flex; background: #3c435e; border-radius: 50%; align-items: center; justify-content: center; font-size: 2.1rem; color: #fff; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; cursor: pointer;}

header .user-li-ul{opacity: 0; position: absolute; width: 150px; top: 50px; right: -10px; z-index: -999; pointer-events: none; display: block !important; background: #fff; border: 1px solid #e8e8e8; box-shadow: 0 0 27px rgba(0, 0, 0, 0.11); border-radius: 3px; justify-content: initial !important; align-items: initial !important;}
header .user-li-ul li{border-bottom: 1px solid #e8e8e8; margin: 0 !important;}
header .user-li-ul li a{font-size: 1.5rem; display: flex; padding: 1rem; align-items: center; transition: 0.25s; color: #3c435e; }
header .user-li-ul li a:hover{background: #092041; color: #fff !important;}
header .user-li-ul li a i{margin-right: 0.5rem; font-size: 2.1rem;}
.side-nav-right:hover .user-li-ul{opacity: 1; z-index: 9; pointer-events: inherit;}
header .header-right-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
 
          
}

header .header-right-icons li {
  position: relative;
  line-height: 0;
}

header .header-right-icons li{
  margin: 0 2rem;
}

header .header-right-icons a {
  text-decoration: none;
  font-size: 2.7rem;
  color: #3c435e;
  line-height: 0;
}


header .header-right-icons span {
 position: absolute;
    width: 20px;
    height: 20px;
    background: #f55a00;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    border-radius: 50%;
    line-height: 20px;
    top: -8px;
    right: -7px;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  color: #333333;
  border: 1px solid #dcdcdc !important;
}

.ui-widget-content a {
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
   
  color: #777777;
  display: block;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
  border: none !important;
  background: #3c435e !important;
  color: #ffffff !important;
  border-radius: 0 !important;
}

/* Header CSS Finish */
/* Menu CSS Start */
.menu-section {
  border-bottom: 0px solid #E8E8E8;
  margin-top: 10.6rem;
  background: #0c2241;
}

.menu-section .menu-section-row {
  padding:1rem 0rem 1rem 2rem;
}

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav {
  display: block;
}



ol {
  margin: 0;
  padding: 0;
 
}

ol li {
 margin-left:2rem !important;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav a {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  letter-spacing: 0em;
  position: relative;
  font-weight: normal;
 
}

.nav {
  vertical-align: top;
  display: inline-block;
}

.nav li {
  position: relative;
  list-style:none;
}

.nav > li {
  float: left;
  margin-right: 1px;
  list-style:none;
}

.nav > li > a {
  font-size: 1.5rem;
  background: #0c2241;
  border:2px solid #fff;
  border-radius:20px;
  padding:8px 8px 8px 8px;
  margin-right:1rem;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
}

.nav > li:hover, .nav > li:hover > a {
  color: #000;
}

.nav li:hover > a {
  color: #000;
}

.nav > li:first-child {
  border-radius: 4px 0 0 4px;
  
}


.nav > li:last-child {
  border-radius: 0 0 4px 0;
  margin-right: 0;
}



.nav li li a {
  margin-top: 2px;
  font-size: 1.5rem;
  padding: 1rem;
  border-bottom: 1px solid #f1f1f1;
  color:#000 !important;
}

.nav li li:last-child a {
  border-bottom: none;
}


.nav ul {
  list-style:none;
  position: absolute;
  white-space: nowrap;
  border-radius:10px;
  max-height: 48rem;
  overflow-y: auto;
  height: auto;
  width:35rem;
  scrollbar-width: thin;
  scrollbar-color: #b2b1b1 #f5f5f5;
  z-index: -99;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  
}

.nav > li:hover > ul {
  top: auto;
  padding-top: 10px;
  min-width: 125%;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 99;
}

.nav > li li ul {
  border-left: 1px solid #ffffff;
}

.nav ul ul {
  left: 100%;
  z-index: -99;
  -webkit-transform: translate(5rem, 0px) !important;
          transform: translate(5rem, 0px) !important;
          font-size:2rem;
}

.nav > li li:hover > ul {
  top: -1rem;
  opacity: 1;
  -webkit-transform: translate(0rem, 0) !important;
          transform: translate(0rem, 0) !important;
  z-index: 99;
}



/* Menu CSS Finish */

.home-slider, .home-slider .slick-list, .home-slider .slick-track {
  height: 100%;
}

.home-slider .slick-slide {
  margin: 0;
}

.home-slider-box {
  position: relative;
  height: 100%;
  padding: 3rem 4rem;
  align-items: center;
  display: flex;
}

.home-slider-box .lazy {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-slider-box h2 {
  font-weight: normal;
  font-size: 3rem;
  line-height: 3.6rem;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
  font-family: 'glacial_indifferencebold';

}

.home-slider-box p {
  font-weight: normal;
  font-size: 3rem;
  line-height: 2.9rem;
  letter-spacing: 0.01em;
  color: #FAFF00;
  text-align: center;
}

.home-slider-box p:after{content: ''; width: 75px; height: 2px; background: #FAFF00; display: block; margin: 10px auto 30px;}

.home-slider-box ul{display: grid; grid-template-columns: 1fr 1fr; grid-gap: 3rem; padding: 0; margin: 0; list-style: none;}
.home-slider-box ul li a{background: #fff; height: 9rem; transition: 0.25s; padding: 0 2rem 0 8.5rem; position: relative; text-transform: initial; display: block; text-decoration: none; display: flex; align-items: center; font-size: 1.8rem; line-height: 2.3rem; font-family: 'glacial_indifferencebold'; color: #000;}
.home-slider-box ul li a:before{display: none;}
.home-slider-box ul li a img{position: absolute; width: 5.4rem; left: 2rem; top: 50%; transform: translateY(-50%);}
.home-slider-box ul li a:hover{background: #FFBC3A;}


.home-slider-box a {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0.01em;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-slider-box a:before {
  content: '';
  background-color: #D03200;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.home-slider .slick-next, .home-slider .slick-prev {
  width: 4.5rem;
  height: 4.5rem;
}

.home-slider .slick-next:before, .home-slider .slick-prev:before {
  font-size: 4.5rem;
  color: #000;
}

.home-slider .slick-prev:before {
  content: '\f313';
}

.home-slider .slick-next:before {
  content: '\f314';
}

.home-slider .slick-next {
  right: 1.5rem;
}

.home-slider .slick-prev {
  left: 1.5rem;
}

/* Home Hero Container Finish */
/* Trending Product Start */
.trending-product-section {
  padding: 8rem 2rem 9rem 2rem;
}

.trending-product-section h2 {
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #092041;
}

.trending-product-section h2:after {
  content: '';
  background-color: #092041;
  width: 8.5rem;
  height: 0.2rem;
  left: 0;
  right: 0;
  margin: 2.5rem auto 2rem;
  display: block;
}

.trending-product-section font {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #313131;
  display: block;
  margin: 0 auto 4.5rem;
}

.trending-product-section .slick-next, .trending-product-section .slick-prev {
  width: 4.5rem;
  height: 4.5rem;
}

.trending-product-section .slick-next:before, .trending-product-section .slick-prev:before {
  font-size: 4.5rem;
  color: #999;
}

.trending-product-section .slick-prev:before {
  content: '\f313';
}

.trending-product-section .slick-next:before {
  content: '\f314';
}

.trending-product-section .slick-next {
  right: -6rem;
}

.trending-product-section .slick-prev {
  left: -6rem;
}

.trending-product-box {
  margin: 0 5px;
}

.trending-product-box .trending-product-box-img {
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}

.trending-product-box .trending-product-box-img img {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 36.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.trending-product-box .trending-product-box-img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.trending-product-box .trending-product-box-img li {
  display: block;
  margin-bottom: 1rem;
}

.trending-product-box .trending-product-box-img a {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  width: 4rem;
  height: 4rem;
  display: block;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #092041;
}

.trending-product-box .trending-product-box-img:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.trending-product-box .trending-product-box-detail {
  padding: 2rem 1rem;
  text-align: center;
}

.trending-product-box .trending-product-box-detail h3 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.3rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 7rem;
}

.trending-product-box .trending-product-box-detail h3 a {
  text-decoration: none;
  color: #092041;
}

.trending-product-box .trending-product-box-detail .price {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #092041;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
}

.trending-product-box .trending-product-box-detail .price i {
  font-size: 2.6rem;
}

.trending-product-box .trending-product-box-detail .price-cut {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #B4B4B4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.trending-product-box .trending-product-box-detail .price-cut i {
  font-size: 1.8rem;
  line-height: 0;
}

.trending-product-box .trending-product-box-detail .price-cut:before {
  content: '';
  background-color: #B4B4B4;
  left: 2px;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  position: absolute;
}

.trending-product-box:hover .trending-product-box-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.trending-product-box:hover .trending-product-box-img:before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.trending-product-box:hover ul {
  opacity: 1;
}

.flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding:1rem;
          margin-top:1rem;
          -webkit-border-radius:;
          -moz-border-radius:;
          -ms-border-radius:;
          -o-border-radius:;
}


/* Trending Product Finish */
/* Banner Section Start */

.all-heavy-discount-home-banner {
  text-align: right;
  margin-top: -4rem;
  margin-bottom: 1rem;
  position: relative;
}

.all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail h2 {
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 5.7rem;
  letter-spacing: 0.02em;
  color: #333;
  margin-bottom: 2.5rem;
  text-align: left;
}

.all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail a {
  width: 18rem;
  height: 5rem;
  background: #000;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
  color: #ffffff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.all-heavy-discount-home-banner:hover .all-heavy-discount-home-banner-detail {
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

/* Banner Section Finish */
/* Banner Slider Section Start */
.banner-slider-container {
  max-width: 1200px;
  margin: auto;
  padding: 8rem 0 2rem 0;
}

.banner-slider-container .banner-slide-box {
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.banner-slider-container .banner-slide-box:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.banner-slider-container .banner-slide-box img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.banner-slider-container .banner-slide-box:hover img {
  -webkit-filter: hue-rotate(28deg);
          filter: hue-rotate(28deg);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.banner-slider-container .banner-slide-box:hover:before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* Banner Slider Section Finish */
/* Latest Product Start */
.latest-product-section {
  padding: 8rem 2rem 9rem 2rem;
}

.latest-product-section h2 {
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #092041;
}

.latest-product-section h2:after {
  content: '';
  background-color: #092041;
  width: 8.5rem;
  height: 0.2rem;
  left: 0;
  right: 0;
  margin: 2.5rem auto 5rem;
  display: block;
}

.latest-product-section .slick-next, .latest-product-section .slick-prev {
  width: 4.5rem;
  height: 4.5rem;
}

.latest-product-section .slick-next:before, .latest-product-section .slick-prev:before {
  font-size: 4.5rem;
  color: #999;
}

.latest-product-section .slick-prev:before {
  content: '\f313';
}

.latest-product-section .slick-next:before {
  content: '\f314';
}

.latest-product-section .slick-next {
  right: -6rem;
}

.latest-product-section .slick-prev {
  left: -6rem;
}

.latest-product-box {
  margin: 0 5px;
}

.latest-product-box .latest-product-box-img {
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}

.latest-product-box .latest-product-box-img img {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 36.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.latest-product-box .latest-product-box-img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.latest-product-box .latest-product-box-img li {
  display: block;
  margin-bottom: 1rem;
}

.latest-product-box .latest-product-box-img a {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  width: 4rem;
  height: 4rem;
  display: block;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #092041;
}

.latest-product-box .latest-product-box-img:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.latest-product-box .latest-product-box-detail {
  padding: 2rem 1rem;
  text-align: center;
}

.latest-product-box .latest-product-box-detail h3 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.3rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 7rem;
}

.latest-product-box .latest-product-box-detail h3 a {
  text-decoration: none;
  color: #092041;
}

.latest-product-box .latest-product-box-detail .price {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #092041;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
}

.latest-product-box .latest-product-box-detail .price i {
  font-size: 2.6rem;
}

.latest-product-box .latest-product-box-detail .price-cut {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #B4B4B4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.latest-product-box .latest-product-box-detail .price-cut i {
  font-size: 1.8rem;
  line-height: 0;
}

.latest-product-box .latest-product-box-detail .price-cut:before {
  content: '';
  background-color: #B4B4B4;
  left: 2px;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  position: absolute;
}

.latest-product-box:hover .latest-product-box-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.latest-product-box:hover .latest-product-box-img:before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.latest-product-box:hover ul {
  opacity: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Latest Product Finish */
/* Discount Sport Banner Start */
.discount-banner-section {
  background: url("../images/discount-sport-item-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 7rem 0 10rem 0;
}

.discount-banner-section .discount-banner-section-detail {
  text-align: right;
}

.discount-banner-section .discount-banner-section-detail h2 {
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 5.4rem;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.discount-banner-section .discount-banner-section-detail a {
  width: 18rem;
  height: 5rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
  color: #000000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  float: right;
  margin-top: 3rem;
}

.discount-banner-section .discount-banner-section-detail a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Discount Sport Banner Finish */
/* Latest Blog Section Start */
.latest-blog-section {
  padding: 0rem 0 !important;
  border-bottom: 0px solid #cccccc;
  margin-bottom:20px;
}

.latest-blog-section h2 {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.0em;
  text-transform: uppercase;
  color: #000;
}

.latest-blog-section h2:after {
  content: '';
  background-color: #092041;
  width: 8.5rem;
  height: 0.2rem;
  left: 0;
  right: 0;
  margin: 2.5rem auto 5rem;
  display: block;
}

.latest-blog-section .latest-blog-button {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: table;
  margin: 5rem auto 0;
  padding: 1.5rem 2.2em;
  border-radius: 0.5rem;
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  background-color: #092041;
  color: #ffffff;
}

.latest-blog-section .latest-blog-button i {
  vertical-align: middle;
  margin-left: 0.5rem;
}

.latest-blog-section .latest-blog-button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.latest-blog-section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
  padding: 0 2rem;
}

.latest-blog-section-row .latest-blog-section-box img {
  border-radius:10px;
  cursor:pointer;
}

.latest-blog-section-row .latest-blog-section-box span {
  margin: 1rem 0;
  display: block;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.03rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.latest-blog-section-row .latest-blog-section-box h3 a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.03rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.latest-blog-section-row .latest-blog-section-box p {
  font-size: 1.5rem;
  letter-spacing: 0.01rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000000;
  line-height: 2.1rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 1.6rem;
}

.latest-blog-section-row .latest-blog-section-box .read-more {
  font-size: 1.4rem;
  color: #092041;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.latest-blog-section-row .latest-blog-section-box .read-more i {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.6rem;
}

.latest-blog-section-row .latest-blog-section-box:hover span {
  -webkit-transform: translateY(-310px);
          transform: translateY(-310px);
}

.latest-blog-section-row .latest-blog-section-box:hover h3 a {
  color: #092041;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.latest-blog-section-row .latest-blog-section-box:hover p {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.latest-blog-section-row .latest-blog-section-box:hover .read-more {
  color: #000;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

/* Latest Blog Section Finish */
/* Three Step Start */
.three-step-ul {
  padding: 6rem 0;
  margin: 0;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 7rem;
}

.three-step-ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.three-step-ul li i {
  font-size: 5rem;
  margin-bottom: 1rem;
}

.three-step-ul li h3 {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 2.9rem;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 0.6rem;
}

.three-step-ul li p {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.01em;
  color: #000000;
}

.three-step-ul li:nth-of-type(2) {
  margin: 0 0 0 4rem;
  padding: 0 0 0 4rem;
}

.three-step-ul li:nth-of-type(2):before {
  content: '';
  background-color: #ccc;
  width: 0.1rem;
  height: 9rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

/* Three Step Finish */
/* Listing Heading Section Start */
.listing-heading-section {
  padding: 1rem 0 0 0 !important;
  text-align: center !important;
  background-color: #FFF;
}

.listing-heading-section h1,h2 {
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
  margin-top:10px;
  
}

.listing-heading-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listing-heading-section li {
 
  color: #000000;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
  display: inline-block;
}

.listing-heading-section li:after {
  content: '|';
  color: #000000;
  padding: 0 0.7rem;
}

.listing-heading-section li:last-child:after {
  display: none;
}

.listing-heading-section p{font-size: 1.6rem; color: #4f4f4f; line-height: 2.2rem; max-width: 160rem; margin: auto; width:90%;}

.listing-heading-section a {
  color: #000000;
  text-decoration: underline;
}

.listing-heading-section a:hover {
  text-decoration: underline;
    color: #5d04af;
}

/* Listing Heading Section Finish */

.listing-heading-section-editor {
  margin:4rem;
  background: #fff;
  display:flex;

}

.listing-left-side {
  border-radius: 20px;
  padding: 4rem;
  margin-right:20px;
  width:75%;
  box-shadow: 4px 2px 12px 2px rgba(145, 143, 143, 0.2);

}
.listing-right-side {
  border-radius: 20px;
  background-color:#fff;
  padding: 3em;
  width:25%;
  box-shadow: 4px 2px 12px 2px rgba(145, 143, 143, 0.2);
  background: #ffffff;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1rem 3rem 1rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  bottom: 2vh;
  height: 88rem;
  width: 25%;
  
}

.listing-right-side img {
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
}
.listing-heading-section-editor span{
  
  text-align: left !important;
  line-height: 40px;
  
  
}
.listing-heading-section-editor h1,h2 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
  
}

.listing-heading-section-editor h3,h4 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
  
}

.listing-heading-section-editor ul {
  margin: 0;
  padding: 0;
  
}

.listing-heading-section-editor li {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 3rem;
  margin-left:20px;
  
}


.listing-heading-section-editor p{font-size: 1.6rem; color: #4f4f4f; line-height: 2.2rem; max-width: 160rem;   }

.listing-heading-section-editor a {
  color: #000000;
  text-decoration: underline;
}

.listing-heading-section-editor a:hover {
  text-decoration: none;
    color: #5d04af;
}



/* Listing Product Section Start */
.listing-product-section {
  padding: 2rem 2rem 2rem 2rem;
}

.listing-product-section .listing-product-section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23% 73%;
      grid-template-columns: 23% 73%; 
  grid-gap: 4%;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Left {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1rem 3rem 1rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  bottom: 2vh;
  height: 88rem;
  width: 25%;
}

.category-no-result{grid-column-start: 1; grid-column-end: 4; display: -ms-grid; display: grid; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; grid-gap: 4rem; align-items: center; max-width: 800px;
    justify-content: center; margin: auto; padding: 15px 0px; align-items: center;}

.category-no-result-detail h6{font-size: 3rem; margin-bottom: 1rem;}

.category-no-result-detail p{margin-bottom: 1.5rem; font-size: 2rem;}

.category-no-result-detail span{font-size: 1.6rem; color: #34454b;}

.category-no-result-detail span a{background: #64a5ff; padding: 3px 10px; text-decoration: none; color: #fff; border-radius: 50px; font-size: 15px; margin-left: 4px;}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right{
  width:100%;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner {
  position: relative;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner .listing-product-banner-detail {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner .listing-product-banner-detail h2 {
  font-weight: normal;
  font-size: 4rem;
  line-height: 5.1rem;
  letter-spacing: 0.02em;
  color: #00A0C4;
  margin-bottom: 0.5rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner .listing-product-banner-detail p {
  font-size: 4.2rem;
  line-height: 5rem;
  letter-spacing: 0.02em;
  color: #092041;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product {
  margin: 0rem 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product h4 {
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
}


.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product .sort-by-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product .sort-by-box font {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #585858;
  margin-right: 1rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product .sort-by-box .nice-select {
  width: 28.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  border: none;
  height: 4.6rem;
  border-radius: 0;
  line-height: 4.6rem;
  font-size: 1.5rem;
  color: #000000;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product .sort-by-box .nice-select .list {
  width: 100%;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product button {
  display: none;
  background: no-repeat;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border: 1px solid #dcdcdc;
  height: 4.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15rem;
  place-self: flex-end;
   
  border-radius: 5rem;
  font-size: 1.5rem;
  color: #092041;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product button i {
  margin-right: 0.5rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product button:hover {
  background-color: #092041;
  color: #ffffff;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 25% 25% 25%;
      grid-template-columns: 25% 25% 25% 25%;;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box{  position: relative; padding-bottom: 6rem;   margin: 20px 0px 20px 20px;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #cdd8df;
  background-color: #fff;
  
}



.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 0px;
  
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img img {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  cursor: pointer;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img li {
  display: block;
  margin-bottom: 1rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img a {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  width: 4rem;
  height: 4rem;
  display: block;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #092041;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-img:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}


.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail 
{
  height:6rem;
}
.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail h3 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align:center;
  color:#000;
  padding:6px 10px 6px 10px;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail h3 a {
  text-decoration: none;
  color: #000;
  transition: 0.25s;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .flex{position: absolute; left: 1.5rem; bottom: 6rem;}
.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .flex p.price{font-size: 2.2rem; display: flex; align-items: center; font-weight: 600; color: #f55a00;}
.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .flex p.price i:before{font-weight: 600;}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box > a{ position: absolute; bottom: 1rem; font-size: 1.2rem; transition: 0.25s; text-decoration: none; width: 9rem; height: 4rem; display: flex; align-items: center; justify-content: center; color:#fff; border: 1px solid #092040; background: #092040; border-radius: 1rem; width:35%; font-weight: normal; right:2rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; -ms-border-radius: 1rem; -o-border-radius: 1rem; }

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box span{position: absolute; bottom: 1rem; font-size: 1.4rem; transition: 0.25s; text-decoration: none; width: 9rem; height: 4rem; display: flex; align-items: center; justify-content: center; color: #092040; border-radius: 6rem; width:35%; font-weight: bold; left:2rem;}


.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box:hover > a{background: #f55a00; color: #fff;}
.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box:hover h3 a{color: #000;}


.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .price {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #f05136;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .price i {
  font-size: 2.6rem;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .price-cut {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #0c2344;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .price-cut i {
  font-size: 1.7rem;
  line-height: 0;
  margin-top: 2px;
  margin-right: -1px;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .price-cut:before {
  content: '';
  background-color: #727272;
  left: 2px;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  position: absolute;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box:hover .listing-product-box-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box:hover .listing-product-box-img:before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box:hover ul {
  opacity: 1;
}

.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-load-more {
  width: 27rem;
  cursor: pointer;
  height: 5.4rem;
  display: table;
  margin: 7rem auto 0;
  background: #092041;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  border: none;
   
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal;
  transition: 0.25s;
}
.listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-load-more:hover{background: #f55a00;}

/* Listing Product Section Finish */
/* Breadcrumb Section Start */
.breadcrumb-section {
  background-color: #FFF;
  padding:1rem;
  
}

.breadcrumb-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-section li {
  display: inline-block;
  color: #000000;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

.breadcrumb-section a {
  color: #000000;
  text-decoration: none;
}

.breadcrumb-section a:after {
  content: '|';
  color: #000000;
  padding: 0 0.7rem;
}

.breadcrumb-section li:last-child:after {
  display: none;
}

.breadcrumb-section a {
  color: #000000;
  text-decoration: none;
}

.breadcrumb-section a:hover {
  text-decoration: underline;
}

.breadcrumb-section-padd {
  padding: 0 1.8rem;
}

/* Product Detail Section Start */
.product-container-row {
  padding: 2rem 2rem 10rem 2rem !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 435%;
      grid-template-columns: 60% 35%;
  grid-gap: 6rem;
}

.product-container-row .sticky-margin{
  padding-top: 100px; /* Adjust to match header height */
  
}

.product-container-row .product-container-Right {
  position: sticky;
  top: 2vh;
  height: max-content;
}

.product-container-row .product-container-Right .product-slider {
  background: #ffffff;
  /*-webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem;
  border-radius: 20px;*/
}

.product-container-row .product-container-Right .product-slider a {
  display: block;
  background: #fff;
}

.product-container-row .product-container-Right .product-slider img {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
     border-radius:8px;
     
}

.product-container-row .product-container-Right .product-slider .slick-next, .product-container-row .product-container-Left .product-slider .slick-prev {
  width: 4rem;
  height: 4rem;
}

.product-container-row .product-container-Right.product-slider .slick-next:before, .product-container-row .product-container-Left .product-slider .slick-prev:before {
  font-size: 5rem;
  color: #000;
}

.product-container-row .product-container-Right .product-slider .slick-prev:before {
  content: '\f313';
}

.product-container-row .product-container-Right.product-slider .slick-next:before {
  content: '\f314';
}

.product-container-row .product-container-Left h1{
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 1.6rem;
  
}

.product-container-row .product-container-Left h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 1.6rem;
  text-transform:uppercase;
}
.product-container-row .product-container-Left .flex {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: -3px;
}

.product-container-row .product-container-Left .flex .price {
  font-size: 3rem;
  letter-spacing: 0.02em;
  color: #f55a00;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
  font-weight: 600;
}

.product-container-row .product-container-Left .flex .price i {
  font-size: 3.2rem;
  line-height: 0;
}

.product-container-row .product-container-Left .flex .price-cut {
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: #B4B4B4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 1.5rem;
}

.product-container-row .product-container-Right .flex .price-cut {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #B4B4B4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 1.5rem;
}


.product-container-row .product-container-Left .flex .price-cut i {
  font-size: 2rem;
}

.product-container-row .product-container-Left .flex .price-cut:before {
  content: '';
  background-color: #B4B4B4;
  left: 2px;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  position: absolute;
}


.product-container-row .product-container-Right .flex .price-cut:before {
  content: '';
  background-color: #B4B4B4;
  left: 2px;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  position: absolute;
}

.product-container-row .product-container-Left .flex .price-discount {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  color: #099f40;
  border: 1px #9c9a9a solid;
  border-radius: 5rem;
  font-weight:bold;
  margin-left:1rem;
}

.product-container-row .product-container-Right .flex .price-discount {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  color: #099f40;
  border: 1px #9c9a9a solid;
  border-radius: 5rem;
  font-weight:bold;
  margin-left:1rem;
}
 .stock-in {
  font-size: 1.9rem;
  background: #15d15a;
  color:#fff;
  padding: 1rem;
  border-radius: 5rem;
  border: 1px #dddbdb solid;
  margin-bottom: 10px;
  margin-top:10px;
  text-align:center;
  
}
.stock-out {
  font-size: 1.9rem;
  background: red;
  color:#fff;
  padding: 1rem;
  border-radius: 5rem;
  border: 1px #dddbdb solid;
  margin-bottom: 10px;
  margin-top:10px;
  
}
.scrollbarr-inner{
  font-size:1.6rem;
  color:#0457c8;
}
.scrollbarr-inner a {
  padding: 2rem;
  color: green;
  font-weight: 600;
  font-size: 1.8rem;
}
.scrollbarr-inner a:hover {
  color: blue;
}
.heading-block{
  background:#fee;
}

.product-container-row .product-container-Right .flex .price {
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: #f55a00;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
  font-weight: 600;
}


.product-container-row .product-container-Left .product-detail {
  width: 100%;
  box-shadow: 4px 2px 12px 2px rgba(145, 143, 143, 0.2);
  border-radius: 17px;
  padding: 30px;
  margin: 0 0 30px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
}

.product-container-row .product-container-Left .product-detail .scrollbar-inner {
  max-height: 190px;
  overflow-y: auto;
  padding: 0 2rem 0.5rem 0.3rem;
}

.product-container-row .product-container-Left .product-detail ul {
  margin: 0 0 2rem 1.5rem;
  padding: 0;
}

.product-container-row .product-container-Left .product-detail li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #2f2f2f;
  margin-bottom: 1rem;
}

.product-container-row .product-container-Left .product-detail li:last-child {
  margin-bottom: 0;
}

.product-container-row .product-container-Left .product-detail p {
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #5f5d5d;
  margin-bottom: 1rem;
}

.product-container-row .product-container-Right .product-detail p {
  font-size: 1.6rem;
  line-height: 3.6rem;
  color: #5f5d5d;
  margin-bottom: 1rem;
}


.product-container-row .product-container-Left .product-detail .related-tags ul {
  display:flex;
  flex-wrap: wrap; /* Allows items to flow onto the next line */
  padding: 0;      /* Remove default padding */
  margin: 0;       /* Remove default margin */
  list-style: none; /* Optional: remove bullet points */
}
.product-container-row .product-container-Left .product-detail .related-tags ul li {
  padding:6px;
  margin:5px;
  border:1px solid #ddd;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
}
.product-container-row .product-container-Left .product-detail .related-tags ul li a {
  text-decoration:none;
  font-size:1.3rem;
  color:#000;
  
}

.product-container-row .product-container-Left .product-detail .related-tags ul li:hover{border:1px solid #E8505B;}
.product-container-row .product-container-Left .product-detail .related-tags ul li:hover a{transform: scale(1.05); color: #E8505B;}


.product-container-row .product-container-Left .product-function-div {
  padding: 2rem;
  border: 2px solid #eee;
  border-radius: 10px;
  margin-top:20px;
  
}

.product-container-row .product-container-Left .product-function-div .quantity-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
}

.product-container-row .product-container-Left .product-function-div .quantity-box h6 {
  font-size: 1.4rem;
  margin-right: 1.5rem;
  
}

.quantity-box .input-group {
  position: relative;
  margin-bottom:20px;
  
}

 .quantity-box .input-group input {
  border: 1px solid #c5c2c2;
  background:#fff;
  height: 6vh;
  width: 36rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  margin-top: 0.8rem;
  margin-right: 4rem;
  
}

.quantity-box .input-group button {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
   
  cursor: pointer;
  font-size: 1.2rem;
  color: #000000;
}
 .quantity-box .input-group .quantity-left-minus {
  left: 1rem;
}

.quantity-box .input-group .quantity-right-plus {
  right: 1rem;
}

.add-cart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
  margin-top:2rem;
}

 .cart-responsive{display: none;}

.add-cart-box button {
  width: 38vw;
  height: 6vh;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  font-weight: normal;
  background-color: #092041;
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.product-container-row .product-container-Left .product-function-div .add-cart-box button i {
  font-size: 2rem;
  margin-right: 0.8rem;
}

.product-container-row .product-container-Left .product-function-div .add-cart-box button:hover {
  background-color: #3c5e48;
}

.product-container-row .product-container-Left .product-function-div .wishlist-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top:2rem;
  padding-left:1rem;
}

.product-container-row .product-container-Left .product-function-div .wishlist-box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #092041;
  border-radius: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  background-color: #fff;
  color: #092041;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.product-container-row .product-container-Left .product-function-div .wishlist-box button:hover {
  background-color: #092041;
  color: #ffffff;
}

.product-container-row .product-container-Left .product-function-div .wishlist-box button.active{
  background-color: #092041;
  color: #fff;
}



.product-container-row .product-container-Left .product-function-div .enquire-now-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5rem;
}

.product-container-row .product-container-Left .product-function-div .enquire-now-box button {
  width: 18rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border: 1px solid #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  font-weight: normal;
  background: none;
  color: #000;
  border-radius: 0.5rem;
   
  text-transform: uppercase;
  font-size: 1.5rem;
}

.product-block-frame{
  padding: 10px;
  margin: 20px 70px 0px 70px;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;     /* Centers vertically */
  
}

.product-function-div {
  width: 100%;
  box-shadow: 0 2px 20px 0 rgba(99, 99, 99, .2);
  border-radius: 15px;
  padding: 30px;
  margin: 0 0 30px;
  background: #fff;
  
}

.product-container-row .product-container-Left .product-function-div .enquire-now-box button i {
  font-size: 2rem;
  margin-right: 0.8rem;
}

.product-container-row .product-container-Left .product-function-div .enquire-now-box button:hover {
  background-color: #092041;
  color: #ffffff;
}

.product-container-row .product-container-Left.product-share-product-div {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-container-row .product-container-Left .product-share-product-div h6 {
  font-size: 1.6rem;
  margin-right: 1.2rem;
  font-weight: normal;
}

.product-container-row .product-container-Left .product-share-product-div .sharetastic__button {
  margin: 0 0.5rem;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #ffffff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  display: none;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #ffffff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #ffffff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 15px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000000;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  display: none;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}


.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 47px;
  right: 20px;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
}

#button_top {
  background-color: #818181;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: fixed;
  bottom: 157px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 24px;
}

#button_top:hover {
  cursor: pointer;
  background-color: #717171;
}

#button_top:active {
  background-color: #717171;
}

#button_top.show {
  opacity: 1;
  visibility: visible;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fixed_call {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 102px;
  background-color: #3c435e;
  color: #ffffff !important;
  border-radius: 50px;
  font-size: 27px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
}

.new-modal{background: rgba(0,0,0,0.6); position: fixed; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; z-index: -99; pointer-events: none;}
.new-modal.show{opacity: 1; z-index: 99; pointer-events: initial;}

.product-modal{background: rgba(0,0,0,0.6); position: fixed; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; z-index: -99; pointer-events: none;}
.product-modal.show{opacity: 1; z-index: 99; pointer-events: initial;}

.footer-1-img-ul{margin: 0 0 1rem 0 !important; padding: 0; list-style: none;}
.footer-1-img-ul li{width: 10rem; display: inline-block; border: 1px solid #eee; padding: 1rem; margin-right: 1rem;}

.certification-new-section{max-width: 100rem; margin: 8rem auto 0;}
.certification-new-section h2{font-weight: normal; font-size: 3.6rem; line-height: 33px; text-align: center; letter-spacing: 0.04em; text-transform: uppercase; color: #092041;}
.certification-new-section h2:after{content: ''; background-color: #092041; width: 8.5rem; height: 0.2rem; left: 0; right: 0; margin: 2.5rem auto 4.5rem; display: block;}
.certification-new-section ul{margin: 0; padding: 0; list-style: none; text-align: center; font-size: 0;}
.certification-new-section ul li{display: inline-block; width: 46%; margin: 0 2%; border: 1px solid #eee; padding: 2rem 1.5rem; text-align: center; border-radius: 0.5rem;}
.certification-new-section ul li img{width: 50%;}
.certification-new-section ul li a{font-size: 2.1rem; color: #092041; text-decoration: none; display: block; transition: 0.25s;}
.certification-new-section ul li a p{padding-top: 1rem;}
.certification-new-section ul li:hover{border:1px solid #E8505B;}
.certification-new-section ul li:hover a{transform: scale(1.05); color: #E8505B;}

.footer-trending-product{background: #f2f2f2; padding: 8rem 0; margin-top: 6rem}
.footer-trending-product .main-container{max-width: 1340px; padding: 0 2rem;}
.footer-trending-product h2{font-weight: normal; font-size: 3.6rem; line-height: 33px; text-align: center; letter-spacing: 0.04em; text-transform: uppercase; color: #092041;}
.footer-trending-product h2:after{content: ''; background-color: #092041; width: 8.5rem; height: 0.2rem; left: 0; right: 0; margin: 2rem auto 5rem !important; display: block;}
.footer-trending-product-grid{display: grid; grid-template-columns: repeat(5,1fr); grid-gap: 3rem;}
.footer-trending-product-box {border-radius: 1rem; border: 1px solid #cdd8df; padding: 2rem 1rem 5rem 1rem; position: relative; background-color: #fff; width: 100%; transition: 0.25s;}
.footer-trending-product-box img{width: 100%; height: 20rem; object-fit: contain; background: #f2f2f2; border: 1px solid #eff2f4; border-radius: 1rem; margin-bottom: 1.5rem;}
.footer-trending-product-box h3{text-align: center; font-size: 1.6rem; font-weight: normal; margin-bottom:1rem; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-height: 2.4rem; letter-spacing: 0.3px;}
.footer-trending-product-box h3 a{text-decoration: none; color: #3c435e; display: block;}
.footer-trending-product-box .flex{position: absolute; left: 50%; transform: translateX(-50%); bottom: 1.5rem;}
.footer-trending-product-box .flex p{font-size: 2.2rem; display: flex; align-items: center; font-weight: 600; color: #f55a00;}
.footer-trending-product-box .flex p i:before{font-weight: 600;}
.footer-trending-product-box:hover{box-shadow: 0 0 30px 3px rgba(58, 58, 58, 0.14); transform: scale(1.05);}


.listing-trending-section{margin: 8rem auto; max-width: 1240px; padding: 0 2rem;}
.listing-trending-section h2{margin-bottom: 1.5rem; font-size: 2.7rem; color: #092041; line-height: normal; display: block; letter-spacing: 0.4px;}
.listing-trending-grid{display: grid; grid-template-columns: repeat(4,1fr);}
.listing-trending-box{border-top: 1px solid #c5cbd5; border-right:1px solid #c5cbd5; padding: 2rem; position: relative; padding-bottom:9rem;}
.listing-trending-box:nth-child(4n+4){border-right:none;}
.listing-trending-box img{height: 17rem; object-fit: contain; margin-bottom: 1.5rem; width: 100%;}
.listing-trending-box h3{font-weight: 400; font-size: 1.6rem; line-height: 1.3; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;}
.listing-trending-box h3 a{text-decoration: none; color: #0457c8; transition: 0.25s;}
.listing-trending-box .flex{position: absolute; left: 1.5rem; bottom: 6rem;}
.listing-trending-box .flex p{font-size: 1.8rem; display: flex; align-items: center; font-weight: 600; color: #111;}
.listing-trending-box .flex p i:before{font-weight: 600;}
.listing-trending-box > a{position: absolute; bottom: 2rem; font-size: 1.3rem; transition: 0.25s; text-decoration: none; width: 9rem; height: 3rem; display: flex; align-items: center; justify-content: center; border: 1px solid #f55a00; color: #f55a00; border-radius: 0.4rem;}
.listing-trending-box:hover > a{background: #f55a00; color: #fff;}
.listing-trending-box:hover h3 a{color: #000;}


.detail-trending-product{padding-bottom: 2rem; margin-top:5rem;}
.detail-trending-product .main-container{max-width: 1300px; padding: 0 2rem;}
.detail-trending-product h2{font-weight: bold; font-size: 3rem; line-height: 33px; letter-spacing: 0.0em; color: #000;}
.detail-trending-product h2:after{content: ''; background-color: #092041; width: 8.5rem; height: 0.2rem; left: 0; margin: 1.5rem 0 1.5rem 0; display: block;}
.detail-trending-product-grid{display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 2rem;}
.detail-trending-product-box{border-radius: 1rem; overflow:hidden;border: 1px solid #cdd8df; padding: 0rem 0rem 5rem 0rem; position: relative; background-color: #fff; width: 100%; transition: 0.25s;}
 
.detail-trending-product-box img{height: 30rem; object-fit: cover; margin-bottom: 1.5rem; width: 100%; cursor: pointer;}
.big-box img{height: 30rem !important; }
 .small-box img{height: 30rem !important; }
.detail-trending-product-box h3{font-size: 1.5rem;line-height: 2.1rem; text-align: center; font-weight: normal; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;}
.detail-trending-product-box h3 a{color: #000000; text-decoration: none;padding:5px; }
.detail-trending-product-box .flex{position: absolute; left: 50%; transform: translateX(-50%); bottom: 0.5rem;}
.detail-trending-product-box .flex p{font-size: 2.2rem; display: flex; align-items: center; font-weight: 600; color: #f55a00;}
.detail-trending-product-box .flex p i:before{font-weight: 600;}
.detail-trending-product-box .flex .price-cut{font-weight: normal; font-size: 1.5rem; line-height: 2.4rem; letter-spacing: 0.02em; color: #092040; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; margin-left: 0.8rem;}
.detail-trending-product-box .flex .price-cut:before{content: ''; background-color: #727272; left: 2px; right: -2px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: 1px; position: absolute;}
.detail-trending-product-box .flex .price-cut i{font-size: 1.7rem; line-height: 0; margin-top: 2px; margin-right: -1px;}
.detail-trending-product-box ul{margin: 0; padding: 0; list-style: none; text-align: center; position: absolute; top: 1rem; right: 1rem; -webkit-transition: 0.2s; transition: 0.2s; opacity: 0;}
.detail-trending-product-box ul li{display: block; margin-bottom: 1rem;}
.detail-trending-product-box ul li a{background: #ffffff; -webkit-box-shadow: 0px 1px 7px rgb(0 0 0 / 15%); box-shadow: 0px 1px 7px rgb(0 0 0 / 15%); width: 3.5rem; height: 3.5rem; display: block; border-radius: 50%; position: relative; text-decoration: none; font-size: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #092041;}

.flex-background {background:#f4f3f3; border-radius:20px; padding:1rem;margin-top:1rem;}
.detail-trending-product-box:hover{box-shadow: 0 0 30px 3px rgba(58, 58, 58, 0.14); transform: scale(1.05);}
.detail-trending-product-box:hover ul{opacity: 1;}

.sticky {transition:0.25s;}
.fixed {position: fixed; top:0; left:0; width: 100%; background: #fff; z-index: 15; box-shadow: 0px 4px 30px 3px rgba(11, 11, 11, 0.17);}

/* Client Page CSS FINISH */
.client-icongrid {display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 3rem; align-items: center; padding:8rem 0;}
.client-icongrid .icon-box {text-align: center;}
.client-icongrid .icon-box .icon-img {border: .1rem solid #EEEEEE; background: #fff; position: relative; height: 12.8rem;}
.client-icongrid .icon-box .icon-img img {height: 10rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: 1rem;}
.client-icongrid .icon-box p {font-size: 1.6rem; margin-top: 1rem; letter-spacing: .01rem; color: #092041;}


.carousel-image {
  width: 100%;
  height: auto;
}

.carousel-slider img {
  width: 168px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Product Detail Section Finish */
/* Related Product Start */
.related-product-section {
  padding: 0rem 2rem 6rem 2rem;
}

.related-product-section h2 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 33px;
  letter-spacing: 0em;
  color: #000;
  
}

.related-product-section h2:after {
  content: '';
  background-color: #092041;
  width: 8.5rem;
  height: 0.2rem;
  left: 0;
  margin: 0.5rem 0 5rem 0;
  display: block;
}

.related-product-section .related-product-box {
  margin: 0 5px;
  border-radius: 20px;
  border: 1px solid #cdd8df;
  padding: 5px;
  cursor: pointer;
}

.related-product-section .related-product-box .related-product-box-img {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.related-product-section .related-product-box .related-product-box-img img {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius:20px;
}

.related-product-section .related-product-box .related-product-box-img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.related-product-section .related-product-box .related-product-box-img li {
  display: block;
  margin-bottom: 1rem;
}

.related-product-section .related-product-box .related-product-box-img a {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  width: 4rem;
  height: 4rem;
  display: block;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #092041;
}

.related-product-section .related-product-box .related-product-box-img:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.related-product-section .related-product-box .related-product-box-detail {
  padding: 2rem 1rem 0 1rem;
  text-align: center;
}

.related-product-section .related-product-box .related-product-box-detail h3 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.3rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 7rem;
}

.related-product-section .related-product-box .related-product-box-detail h3 a {
  text-decoration: none;
  color: #000000;
}

.related-product-section .related-product-box .related-product-box-detail .price {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #f55a00;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
}

.related-product-section .related-product-box .related-product-box-detail .price i {
  font-size: 2.6rem;
  line-height: 0;
}

.related-product-section .related-product-box .related-product-box-detail .price-cut {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: #727272;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.related-product-section .related-product-box .related-product-box-detail .price-cut i {
  font-size: 1.8rem;
}

.related-product-section .related-product-box .related-product-box-detail .price-cut:before {
  content: '';
  background-color: #727272;
  left: 2px;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  position: absolute;
}

.related-product-section .related-product-box:hover ul {
  opacity: 1;
}

.related-product-section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.related-product-section .slick-next, .related-product-section .slick-prev {
  width: 4.5rem;
  height: 4.5rem;
}

.related-product-section .slick-next:before, .related-product-section .slick-prev:before {
  font-size: 4.5rem;
  color: #999;
}

.related-product-section .slick-prev:before {
  content: '\f313';
}

.related-product-section .slick-next:before {
  content: '\f314';
}

.related-product-section .slick-next {
  right: -6rem;
}

.related-product-section .slick-prev {
  left: -6rem;
}

.related-product-section .related-product-box:hover .related-product-box-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.related-product-section .related-product-box:hover .related-product-box-img:before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.banner-slider-section-detail {
  padding: 0rem 0 10rem 0 !important;
}

/* Related Product Finish */
/* Modal Pop Start */
.modal-pop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0b2140;
  z-index: -99;
  opacity: 0;
  overflow-y: auto;
  padding: 2rem 0;
}

.modal-pop-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 4rem;
  width: 45rem;
  margin: auto;
}

.modal-pop-box h2 {
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  line-height: 3.6rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
}

.modal-pop-box h2:after {
  content: '';
  background-color: #000;
  display: block;
  width: 8rem;
  height: 2px;
  margin: 1.5rem auto 4rem;
}

.modal-pop-box .modal-pop-input {
  position: relative;
  margin-bottom: 2.5rem;
}

.modal-pop-box .modal-pop-input input[type="text"] {
  border: 1px solid #c9c9c9;
  width: 100%;
  color: #000;
  height: 5rem;
  padding: 0 2.5rem 0 4.5rem;
  color: #000;
   
  font-size: 1.6rem;
}

.modal-pop-box .modal-pop-input i {
  position: absolute;
  left: 1.5rem;
  font-size: 2rem;
  color: #000000;
  margin-top: 1.5rem;
}

.modal-pop-box .modal-pop-input input[type="submit"] {
  border: 1px solid #092041;
  text-transform: uppercase;
  background-color: #092041;
  width: 100%;
  color: #000;
  height: 5rem;
  padding: 0 2.5rem;
  color: #ffffff;
  cursor: pointer;
   
  font-size: 2rem;
  letter-spacing: 0.1 0.5rem;
  margin-bottom: -2.5rem;
}

.close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 5rem;
  background: #092041;
  border: none;
  color: #fff;
   
  font-size: 1.4rem;
  cursor: pointer;
}

.close-popup i {
  margin-right: 0.4rem;
  font-size: 1.6rem;
}

.modal-pop.open {
  z-index: 99;
  opacity: 1;
}

/* Modal Pop Finish */
/* Cart Section Start */
.cart-product-table {
  padding: 0rem;
}

.cart-product-table table {
  width: 100%;
  max-width: 100%;
}

.cart-product-table table thead tr {
  background-color: #FFF;
}

.cart-product-table table thead tr th {
  padding: 1rem 2.5rem;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  background:#092142;
}

.cart-product-table table thead tr th:first-child {
  text-align: left;
}
.cart-product-table table tbody tr td:last-child {
  text-align: right;
}
.cart-product-table table tbody tr td {
  padding: 1rem 0rem;
  border-bottom: 1px solid #E8E8E8;
  vertical-align: middle;
}

.cart-product-table table tbody tr td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-product-table table tbody tr td img {
  width: 10rem;
  height: 10rem;
  margin-right: 0.5rem;
  -o-object-fit: contain;
  object-fit: cover;
  border-radius: 60px;
}

.cart-product-table table tbody tr td a {
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}

.cart-product-table table tbody tr td p {
  font-size: 1.7rem;
  color: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-product-table table tbody tr td p i {
  margin-right: 0.3rem;
  font-size: 2.6rem;
}

.cart-product-table table tbody tr td .input-group {
  width: 11rem;
  position: relative;
  margin: auto;
}

.cart-product-table table tbody tr td .input-group input {
  width: 100%;
  border: 1px solid #000000;
  height: 4.5rem;
  text-align: center;
  border-radius: 0.5rem;
   
  font-size: 1.5rem;
  color: #000000;
}

.cart-product-table table tbody tr td .input-group button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
   
  cursor: pointer;
  font-size: 1.2rem;
  color: #000000;
}

.cart-product-table table tbody tr td .input-group .quantity-left-minus {
  left: 1.5rem;
}

.cart-product-table table tbody tr td .input-group .quantity-right-plus {
  right: 1.5rem;
}

.cart-product-table table tbody tr td span {
  font-size: 4rem;
  color: #D3D3D3;
  cursor: pointer;
}

.coupon-cart-button {
  padding: 1rem 1rem;
  border-bottom: 1px solid #E8E8E8;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.coupon-cart-button .coupon-code-box {
  width: 40rem;
  position: relative;
}

.coupon-cart-button .coupon-code-box input {
  width: 100%;
  height: 5rem;
  border: 1px dashed #092041;
   
  font-size: 1.6rem;
  color: #092041;
  padding: 0 6rem !important;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}



.coupon-cart-button .coupon-code-box input::-webkit-input-placeholder {
  color: #092041;
}

.coupon-cart-button .coupon-code-box input:-ms-input-placeholder {
  color: #092041;
}

.coupon-cart-button .coupon-code-box input::-ms-input-placeholder {
  color: #092041;
}

.coupon-cart-button .coupon-code-box input::placeholder {
  color: #092041;
}

.coupon-cart-button .coupon-code-box i {
  position: absolute;
  font-size: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.coupon-cart-button .coupon-code-box .ph-scissors {
  left: 2rem;
}

.coupon-cart-button .coupon-code-box .ph-arrow-right {
  right: 2rem;
}

.coupon-cart-button .shopping-update-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.coupon-cart-button .shopping-update-box a {
  width: 24rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  margin-right: 2rem;
  text-decoration: none;
  border: 1px solid #092041;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #092041;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.coupon-cart-button .shopping-update-box a:hover {
  background-color: #092041;
  color: #ffffff;
}

.coupon-cart-button .shopping-update-box button {
  width: 24rem;
  height: 5rem;
  text-align: center;
  border: none;
   
  cursor: pointer;
  line-height: 5rem;
  text-decoration: none;
  background-color: #092041;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.coupon-cart-button .shopping-update-box button i{vertical-align: middle;}

.coupon-cart-button .shopping-update-box button:hover {
  background-color: #3c5e48;
}

.cart-total {
  width: 49rem;
  padding: 1rem 0 1rem 0;
  float: right;
}

.cart-total h4 {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.cart-total h4:after {
  content: '';
  background-color: #092041;
  display: block;
  width: 5.2rem;
  height: 2px;
  margin: 1rem 0 2.5rem 0;
}

.cart-total table {
  width: 100%;
  max-width: 100%;
}

.cart-total table tr td {
  font-size: 1.8rem;
  color: #222;
  vertical-align: middle;
  padding: 0 0 2.5rem 0;
}

.cart-total table tr td i {
  vertical-align: middle;
  margin-top: -6px;
  margin-right: -4px;
}

.cart-total table tr td:last-child {
  width: 35%;
  text-align: right;
}

.cart-total table tr:last-child td {
  font-size: 2.4rem;
  border-top: 1px solid #dadada;
  
}

.cart-total a {
  width: 100%;
  height: 5rem;
  background-color: #092041;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 5rem;
  margin-top: 1rem;
}

.cart-total a i {
  margin-left: 0.5rem;
}

.cart-total a:hover {
  background-color: #3c5e48;
}




/* Cart Section Finish */
/* About CSS Start */
.about-section-1-row {
  padding: 9rem 2rem;
}

.about-section-1-row .about-section-1-Left{float: left; margin-right: 6rem; margin-bottom: 3rem; margin-top: 3rem;}

.about-section-1-row h2 {
  font-size: 2.1rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  color: #092041;
}

.about-section-1-row h3 {
  font-size: 4rem;
  color: #092041;
  font-weight: normal;
  letter-spacing: 0.02em;
  display: table;
}

.about-section-1-row h3:after {
  content: '';
  background-color: #092041;
  width: 7rem;
  height: 2px;
  display: block;
  margin: 1rem 0 2rem 0;
}

.about-section-1-row p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1.8rem;
  color: #555;
  letter-spacing: 0.02em;
}

.about-section-1-2-row {
  padding: 1rem 2rem 9rem 2rem;
}

.about-section-1-2-row .about-section-1-2-Right{float: right; margin-left: 6rem; margin-bottom: 0rem; margin-top: 5rem;}

.about-section-1-2-row h2 {
  font-size: 2.1rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  color: #092041;
}

.about-section-1-2-row h3 {
  font-size: 4rem;
  color: #092041;
  font-weight: normal;
  letter-spacing: 0.02em;
  display: table;
}

.about-section-1-2-row h3:after {
  content: '';
  background-color: #092041;
  width: 7rem;
  height: 2px;
  display: block;
  margin: 1rem 0 2rem 0;
}

.about-section-1-2-row p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1.8rem;
  color: #555;
  letter-spacing: 0.02em;
}

.about-section-1-2-row ul{margin:0; padding: 0 0 0 1.5rem;}
.about-section-1-2-row ul li{font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1.3rem;
  color: #555;
  letter-spacing: 0.02em;}

.about-section-2 {
  background: url(../images/about-section-2-img.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.about-section-2 .about-section-2-row {
  padding: 9rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-section-2 .about-section-2-row .about-section-2-box {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 0.5rem;
  padding: 5rem 3rem 6rem 3rem;
  position: relative;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  margin: auto;
}

.about-section-2 .about-section-2-row .about-section-2-box h3 {
  font-size: 4rem;
  color: #092041;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: center;
}

.about-section-2 .about-section-2-row .about-section-2-box h3:after {
  content: '';
  background-color: #092041;
  width: 7rem;
  height: 2px;
  display: block;
  margin: 1rem auto 2rem;
}

.about-section-2 .about-section-2-row .about-section-2-box h5 {
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  margin-bottom: 3.5rem;
   font-weight: normal;
  text-align: center;
}

.about-section-2 .about-section-2-row .about-section-2-box h4{font-size: 2.2rem;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 0.02em;
    background: #092041;
    padding: 0.7rem 2rem;
    display: table; margin: 0 auto 2rem;}

.about-section-2 .about-section-2-row .about-section-2-box p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
  color: #555;
  letter-spacing: 0.02em;
  text-align: center;
}

.about-section-2 .about-section-2-row .about-section-2-box .about-section-2-box-box {
  display: inline-block;
  width: 29%;
  margin: 0 1.5rem;
  font-size: 3.5rem;
  text-align: center;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 0.5rem;
}

.about-section-2 .about-section-2-row .about-section-2-box .about-section-2-box-box i {
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0.8rem;
  background: #092041;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 5rem;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-section-2 .about-section-2-row .about-section-2-box .about-section-2-box-box span {
  vertical-align: middle;
  margin-right: 0.5rem;
}

.about-section-2 .about-section-2-row .about-section-2-box .about-section-2-box-box h6 {
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0.5rem;
}

.about-section-2::before {
  content: '';
  background: rgba(236, 236, 236, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


.about-section-3{padding: 8rem 2rem;}

.about-section-3 h3 {
  font-size: 4rem;
  color: #092041;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: center;
}

.about-section-3 h3:after {
  content: '';
  background-color: #092041;
  width: 7rem;
  height: 2px;
  display: block;
  margin: 1rem auto 2rem;
}

.about-section-3 h5{font-size: 1.8rem;
  letter-spacing: 0.03em;
  margin-bottom: 3.5rem;
   font-weight: normal;
  text-align: center;
  line-height: 2.8rem;}

.about-section-3-row{display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;}

 .about-section-3-row-box{background: #fff;
    box-shadow: 0 0 16px 0px rgb(0 0 0 / 5%);
    border-radius: 1rem;
    text-align: center;
    padding: 3rem;}

  .about-section-3 h6{display: table;
    background: #3d445e;
    margin: 6rem auto 0;
    font-size: 2.7rem;
    color: #fff;
    font-weight: normal;
    padding: 0.8rem 4rem;
    transition: 0.25s;
    text-align: center;
    border-radius: 0.5rem;}
  .about-section-3 h6 a{text-decoration: none; color: #fff;}
  .about-section-3 h6:hover{transform: scale(1.08); background: #ff4f5a}

 .about-section-3-row-box a{text-decoration: none;}
 .about-section-3-row-box img{width: 8rem; margin-bottom: 1.5rem;}
 .about-section-3-row-box h4{font-size: 2.4rem; font-weight: normal; color: #ff2020; margin-bottom: 1.2rem; letter-spacing: 0.3px;}
 .about-section-3-row-box p{font-size: 1.7rem; line-height: 2.6rem; color: #555; letter-spacing: 0.02em;}

.about-section-4{background: #FFF; padding: 8rem 2rem 7rem 2rem; margin-bottom: 4rem;}
.about-section-4 h3 {
  font-size: 4rem;
  color: #092041;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: center;
}

.about-section-4 h3:after {
  content: '';
  background-color: #092041;
  width: 7rem;
  height: 2px;
  display: block;
  margin: 1rem auto 2rem;
}

.about-section-4 h5{font-size: 1.8rem;
  letter-spacing: 0.03em;
  margin-bottom: 3.5rem;
   font-weight: normal;
  text-align: center;
  line-height: 2.8rem;}

.about-section-4 ul{font-size: 0; margin: 0; padding: 0;}
.about-section-4 li{display: inline-block; position: relative; font-size: 1.6rem; width: 50%; margin-bottom: 1rem; vertical-align: top; padding-left: 1.7rem; padding-right: 5rem; line-height: 2.4rem;}
.about-section-4 li:before{content: ''; width: 5px; height: 5px; position: absolute; left: 0; top: 0.6rem; border-radius: 50%; background: #092041;}

.about-section-last-section{padding: 4rem 2rem;}
.about-section-last-section-grid{display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 4.5rem;
align-items: center;}

.about-section-last-section-grid .about-section-last-section-grid-detail h3{font-size: 2.7rem;
    color: #092041;
    font-weight: normal;
    letter-spacing: 0.02em;}
.about-section-last-section-grid .about-section-last-section-grid-detail h3:after{content: '';
    background-color: #092041;
    width: 7rem;
    height: 2px;
    display: block;
    margin: 1.5rem 0 2rem 0;}
.about-section-last-section-grid .about-section-last-section-grid-detail p{font-size: 1.7rem;
    line-height: 3.2rem;
    color: #555;
    letter-spacing: 0.02em;}

    .about-last-line{background: #3c435e;
    display: table;
    margin: 2rem auto 7rem;
    padding: 1rem 3rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.4px;}
/* About CSS Finish */

/* Contact CSS Start */
.contact-form-section {
  padding: 1rem 0;
}

.contact-form-section h2 {
  font-size: 4rem;
  color: #092041;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: center;
}

.contact-form-section h2:after {
  content: '';
  background-color: #092041;
  width: 7rem;
  height: 2px;
  display: block;
  margin: 1rem auto 2rem;
}

.contact-form-section p {
  font-size: 2rem;
  text-align: center;
  color: #000000;
  line-height: 2.6rem;
  margin-bottom: 4rem;
}

.contact-form-section .contact-form-container {
  max-width: 700px;
  margin: auto;
  font-size: 0;
}

.contact-form-section .contact-form-width50 {
  width: 50%;
  display: inline-block;
  padding: 0 1.5rem;
}

.contact-form-section .contact-form-box {
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}

.contact-form-section .contact-form-box input[type="text"], .contact-form-section .contact-form-box input[type="email"] {
  width: 100%;
  height: 5rem;
  border: 1px solid #eaeaea;
   
  font-size: 1.6rem;
  color: #092041;
  padding: 0 1.5rem 0 4.2rem;
  border-radius: 0.5rem;
}

.contact-form-section .contact-form-box input[type="text"]::-webkit-input-placeholder, .contact-form-section .contact-form-box input[type="email"]::-webkit-input-placeholder {
  color: #092041;
}

.contact-form-section .contact-form-box input[type="text"]:-ms-input-placeholder, .contact-form-section .contact-form-box input[type="email"]:-ms-input-placeholder {
  color: #092041;
}

.contact-form-section .contact-form-box input[type="text"]::-ms-input-placeholder, .contact-form-section .contact-form-box input[type="email"]::-ms-input-placeholder {
  color: #092041;
}

.contact-form-section .contact-form-box input[type="text"]::placeholder, .contact-form-section .contact-form-box input[type="email"]::placeholder {
  color: #092041;
}

.contact-form-section .contact-form-width100 {
  width: 100%;
  display: inline-block;
  padding: 0 1.5rem;
}

.contact-form-section .contact-form-box textarea {
  width: 100%;
  height: 15rem;
  border: 1px solid #eaeaea;
   
  font-size: 1.6rem;
  color: #092041;
  padding: 1.5rem 1.5rem 1.5rem 4.2rem;
  border-radius: 0.5rem;
}

.contact-form-section .contact-form-box textarea::-webkit-input-placeholder {
  color: #092041;
}

.contact-form-section .contact-form-box textarea:-ms-input-placeholder {
  color: #092041;
}

.contact-form-section .contact-form-box textarea::-ms-input-placeholder {
  color: #092041;
}

.contact-form-section .contact-form-box textarea::placeholder {
  color: #092041;
}

.contact-form-section .contact-form-box i {
  font-size: 1.6rem;
  color: #000000;
  position: absolute;
  left: 1.7rem;
  top: 1.7rem;
}

.contact-form-section .contact-form-submit {
  padding: 0 2rem;
}

.contact-form-section .contact-form-submit input[type="submit"] {
  width: 30rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 5rem;
  border: none;
  background: #092041;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  cursor: pointer;
  letter-spacing: 0.02em;
  color: #ffffff;
   
}

.contact-form-section .contact-form-submit input[type="submit"]:hover {
  background-color: #3c5e48;
}

.contact-company-detail {
  background-color: #092041;
  padding: 4rem 0;
}

.contact-company-detail .contact-company-detail-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1.5fr 1.5fr;
      grid-template-columns: 2fr 1.5fr 1.5fr;
  grid-gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-company-detail .contact-company-detail-row .contact-company-detail-box {
  position: relative;
  padding: 1rem 0 1rem 7.5rem;
}

.contact-company-detail .contact-company-detail-row .contact-company-detail-box span {
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 0;
  background: #ffffff;
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.5rem;
  color: #092041;
  top: 0;
}

.contact-company-detail .contact-company-detail-row .contact-company-detail-box h4 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.03em;
  margin-bottom: 0.6rem;
}

.contact-company-detail .contact-company-detail-row .contact-company-detail-box p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 2rem;
}

.contact-company-detail .contact-company-detail-row .contact-company-detail-box a {
  color: #ffffff;
  text-decoration: none;
}

.contact-company-detail .contact-company-detail-row .contact-company-detail-box a:hover {
  text-decoration: underline;
}

.contact-location-map{margin-bottom: 7rem;}

.contact-location-map iframe {
  width: 100%;
  height: 45rem;
  border: none;
}

/* Contact CSS Finish */
/* Blog Listing Section Start */
.blog-listing-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1.5fr;
      grid-template-columns: 3fr 1.5fr;
  grid-gap: 4rem;
  padding: 2rem 2rem 2rem 2rem;
}

.blog-listing-box {
  margin-bottom: 3rem;
}

.blog-listing-box .blog-listing-box-img {
  width: 100%;
  position: relative;
}

.blog-listing-box .blog-listing-box-img img {
  width: 100%;
  height:35rem;
  cursor: pointer;
  border-radius: 20px;
}

.blog-listing-box .blog-listing-box-img span {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-size: 1.4rem;
  top: 1rem;
  position: absolute;
  left: 1rem;
  letter-spacing: 0.02em;
  border-radius: 0.5rem;
}

.blog-listing-box .blog-listing-detail {
  padding: 2rem 0;
}

.blog-listing-box .blog-listing-detail h2 a {
  font-size: 2.7rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

.blog-listing-box .blog-listing-detail p {
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}

.blog-listing-box .blog-listing-detail a {
  font-size: 1.5rem;
  color: #092041;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog-listing-box .blog-listing-detail a i {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  font-size: 1.6rem;
}

.blog-listing-box .blog-listing-detail a:hover {
  color: #092041;
}

.blog-listing-row-Left button {
  width: 27rem;
  cursor: pointer;
  height: 5.4rem;
  display: table;
  margin: 7rem auto 0;
  background: #092041;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 5rem;
  border: none;
   
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal;
}

.blog-listing-row-Right {
  padding-left: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  height: 88vh;
  overflow-y: auto;
  bottom: 2vh;
}

.blog-listing-row-Right .blog-listing-right-bg {
  background-color: #fbf9ff;
  padding: 3rem;
  margin-bottom: 3rem;
}

.blog-listing-row-Right .blog-listing-right-search {
  position: relative;
}

.blog-listing-row-Right .blog-listing-right-search input {
  width: 100%;
  height: 5rem;
  border: 1px solid #f0e9ff;
   
  color: #092041;
  padding: 0 2rem 0 4rem;
}

.blog-listing-row-Right .blog-listing-right-search i {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
  color: #092041;
}

.blog-listing-row-Right .blog-listing-right-recent h3 {
  font-size: 2.1rem;
  margin-bottom: 3rem;
  font-weight: normal;
  color: #000;
}

.blog-listing-row-Right .blog-listing-right-recent h3::after {
  content: "";
  display: block;
  padding-top: 1.5rem;
  border-bottom: 1px solid #f0e9ff;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent img {
  height: 8.5rem;
  width: 8.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
     border-radius:50px;
     cursor:pointer;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent .post-recent-detail {
  margin-left: 2rem;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent .post-recent-detail h2 {
  font-size: 1.7rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-weight: normal;
  margin-bottom: 1rem;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent .post-recent-detail h2 a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent .post-recent-detail h2 a:hover {
  color: #ff2b2b;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent .post-recent-detail span {
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: 0.01em;
}

.blog-listing-row-Right .blog-listing-right-recent .post-recent:last-child {
  margin-bottom: 0;
}

.blog-listing-row-Right .blog-listing-right-category h3 {
  font-size: 2.1rem;
  margin-bottom: 3rem;
  font-weight: normal;
  color: #000;
}

.blog-listing-row-Right .blog-listing-right-category h3::after {
  content: "";
  display: block;
  padding-top: 1.5rem;
  border-bottom: 1px solid #f0e9ff;
}

.blog-listing-row-Right .blog-listing-right-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-listing-row-Right .blog-listing-right-category li {
  border-bottom: 1px solid #f0e9ff;
  padding-bottom: 1.2rem;
  padding-top: 1.5rem;
}

.blog-listing-row-Right .blog-listing-right-category li:first-child {
  padding-top: 0;
}

.blog-listing-row-Right .blog-listing-right-category li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-listing-row-Right .blog-listing-right-category a {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-decoration: none;
  color: #092041;
}

.blog-listing-row-Right .blog-listing-right-category a span {
  margin-left: 0.6rem;
}

.blog-listing-row-Right .blog-listing-right-category a:hover {
  color: #ff2b2b;
}

.blog-listing-row-Right .blog-listing-right-bg:last-child {
  margin-bottom: 0;
  border-radius:20px;
}

.blog-listing-row-Right::-webkit-scrollbar {
  display: none;
}

.blog-listing-row-Right {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Blog Listing Section Finish */
/* Blog Detail Section Start */
.blog-detail-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1.5fr;
      grid-template-columns: 3fr 1.5fr;
  grid-gap: 4rem;
  padding: 1rem 2rem 2rem 2rem;
}

.blog-detail-box {
  margin-bottom: 1rem;
}

.blog-detail-box .blog-detail-box-img {
  width: 100%;
  position: relative;
}

.blog-detail-box .blog-detail-box-img img {
  width: 100%;
  border-radius:20px;
}

.blog-detail-box .blog-detail-box-img ul {
  margin: 0;
  padding: 2rem 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-detail-box .blog-detail-box-img li {
  margin-right: 2rem;
  font-size: 1.5rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
}

.blog-detail-box .blog-detail-box-img li i {
  font-size: 2rem;
  margin-right: 0.5rem;
}

.blog-detail-box .blog-detail-box-img a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.blog-detail-box .blog-detail-box-img a:hover {
  color: #000;
}

.blog-detail-box .blog-detail-detail {
  padding: 2rem 0;
}

.blog-detail-box .blog-detail-detail h1 {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  text-decoration: none;
  color: #092041;
}

.blog-detail-box .blog-detail-detail p {
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
}

.blog-detail-box .blog-detail-detail h4 {
  font-size: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 0.02em;
  color: #3c435e;
}

.blog-detail-box .blog-detail-detail img {
  width: 100%;
  margin: 2rem 0;
}

.blog-detail-box .blog-detail-detail ul {
  margin: 0 0 2rem 1.5rem;
  padding: 1rem 0 0 0;
}

.blog-detail-box .blog-detail-detail li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
  margin-bottom: 1rem;
}

.blog-detail-box .blog-detail-detail a {
  text-decoration: none;
  color: #ef6537;
}

.like-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 4rem 0;
}

.like-post button {
  background: none;
  border: none;
  font-size: 1.6rem;
   
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.like-post button i {
  margin-right: 0.8rem;
  font-size: 2.4rem;
}

.like-post .like-post-right {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.like-post .like-post-right i {
  margin-right: 0.8rem;
  font-size: 2.4rem;
  color: #FF2020;
}

.share-blog-div {
  padding: 3rem 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}

.share-blog-div h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #092041;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

.share-blog-div .sharetastic__button {
  margin: 0 1rem;
  width: 3.6rem;
  height: 3.6rem;
}

.blog-comment-section {
  padding: 4rem 0 1rem 0;
  border-bottom: 1px solid #e8e8e8;
}

.blog-comment-section h3 {
  font-size: 2.4rem;
  font-weight: normal;
  color: #092041;
}

.blog-comment-section h3:after {
  content: '';
  background-color: #092041;
  width: 6rem;
  height: 2px;
  display: block;
  margin: 1rem 0 4rem 0;
}

.comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 4.5rem;
}

.comment-box img {
  width: 7rem;
  height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5rem;
  margin-right: 2.5rem;
}

.comment-box .comment-box-detail p {
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: 0.02em;
  line-height: 2.3rem;
  margin-bottom: 1rem;
}

.comment-box .comment-box-detail h4 {
  font-size: 1.7rem;
  color: #000;
  letter-spacing: 0.02em;
}

.blog-comment-form-section {
  padding: 4rem 0;
  font-size: 0;
}

.blog-comment-form-section h3 {
  font-size: 2.4rem;
  font-weight: normal;
  color: #092041;
}

.blog-comment-form-section h3:after {
  content: '';
  background-color: #092041;
  width: 6rem;
  height: 2px;
  display: block;
  margin: 1rem 0 4rem 0;
}

.blog-comment-form-section .comment-form-row {
  margin: 0 -1.5rem;
}

.blog-comment-form-section .comment-form-width50 {
  width: 50%;
  display: inline-block;
  padding: 0 1.5rem;
}

.blog-comment-form-section .comment-form-width100 {
  width: 100%;
  display: inline-block;
  padding: 0 1.5rem;
}

.blog-comment-form-section .comment-form-box {
  margin-bottom: 3rem;
  position: relative;
}

.blog-comment-form-section .comment-form-box input[type="text"], .blog-comment-form-section .comment-form-box input[type="email"] {
  border: 1px solid #e5e6e9;
  border-radius: 0.5rem;
  height: 5rem;
  padding: 0 1.8rem 0 4.2rem;
  font-size: 1.5rem;
  background: transparent;
  width: 100%;
   
  color: #092041;
}

.blog-comment-form-section .comment-form-box textarea {
  border: 1px solid #e5e6e9;
  border-radius: 0.5rem;
  height: 15rem;
  padding: 1.5rem 1.5rem 1.5rem 4.2rem;
  font-size: 1.6rem;
  background: transparent;
  width: 100%;
   
  color: #092041;
}

.blog-comment-form-section .comment-form-box i {
  position: absolute;
  font-size: 1.6rem;
  left: 1.7rem;
  top: 1.7rem;
  left: 1.7rem;
  color: #092041;
}

.blog-comment-form-section .comment-form-submit {
  display: block;
}

.blog-comment-form-section .comment-form-submit input[type="submit"] {
  border: 1px solid #ff2020;
  border-radius: 0px;
  height: 5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 0 1.8rem;
  font-size: 1.5rem;
  background: transparent;
  width: 100%;
   
  color: #ff2020;
  float: right;
  width: 25rem;
  cursor: pointer;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
}

.blog-comment-form-section .comment-form-submit input[type="submit"]:hover {
  background-color: #ff2020;
  color: #ffffff;
}

/* Blog Detail Section Finish */
/* Login Regsiter Section Start */
.login-register-container {
  position: relative;
  max-width: 70rem;
  margin: 2rem auto;
}

.login-register-container .login-form {
  background: #ffffff;
  padding: 5rem 6rem 5rem 5rem;
  -webkit-box-shadow: 0 10px 30px 0 rgba(13, 12, 13, 0.2);
          box-shadow: 0 10px 30px 0 rgba(13, 12, 13, 0.2);
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.login-register-container .login-form .login-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-register-container .login-form .login-heading h2 {
  font-size: 3rem;
  color: #3c435e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.login-register-container .login-form .login-heading h2 i {
  margin-right: 0.5rem;
  font-size: 4rem;
}

.login-register-container .login-form .login-heading p {
  color: #000000;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}

.login-register-container .login-form .login-input-box {
  padding: 3.5rem 0 4.5rem 0;
}

.login-register-container .login-form .login-input-box .input-field-box {
  position: relative;
  margin-bottom: 2.5rem;
}

.login-register-container .login-form .login-input-box .input-field-box label {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #000000;
}

.login-register-container .login-form .login-input-box .input-field-box input {
  border: 1px solid #c9c9c9;
  width: 100%;
  height: 5rem;
  padding: 0 2.5rem 0 4.5rem;
  color: #000;
   
  font-size: 1.6rem;
}

.login-register-container .login-form .login-input-box .input-field-box input::-webkit-input-placeholder {
  font-size: 1.3rem;
}

.login-register-container .login-form .login-input-box .input-field-box input:-ms-input-placeholder {
  font-size: 1.3rem;
}

.login-register-container .login-form .login-input-box .input-field-box input::-ms-input-placeholder {
  font-size: 1.3rem;
}

.login-register-container .login-form .login-input-box .input-field-box input::placeholder {
  font-size: 1.3rem;
}

.login-register-container .login-form .login-input-box .input-field-box i {
  position: absolute;
  left: 1.5rem;
  font-size: 2rem;
  color: #000;
  margin-top: 1.5rem;
}

.login-register-container .login-form .login-input-box .input-forget-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*Check box*/
}

.login-register-container .login-form .login-input-box .input-forget-box a {
  color: #ff2020;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
}

.login-register-container .login-form .login-input-box .input-forget-box label {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 1.6rem;
  display: block;
  padding: 1rem 0 0.5rem 0;
}

.login-register-container .login-form .login-input-box .input-forget-box input[type="checkbox"], .login-register-container .login-form .login-input-box .input-forget-box input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.login-register-container .login-form .login-input-box .input-forget-box input[type="checkbox"] + .label-text:before {
  content: "\f5ab";
  font-family: "Phosphor";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 8px;
  font-size: 1.8rem;
}

.login-register-container .login-form .login-input-box .input-forget-box input[type="checkbox"]:checked + .label-text:before {
  content: "\fdd9";
  color: #ff2020;
}

.login-register-container .login-form .login-input-box .input-forget-box input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}

.login-register-container .login-form .login-input-box .input-forget-box input[type="checkbox"]:disabled + .label-text:before {
  content: "\fdd9";
  color: #ccc;
}

.login-register-container .login-form .login-input-box .input-forget-box span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

.login-register-container .login-form .login-footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-register-container .login-form .login-footer-box p {
  color: #000;
  font-size: 1.6rem;
}

.login-register-container .login-form .login-footer-box p a {
  color: #ff2020;
  text-decoration: none;
  font-weight: bold;
}

.login-register-container .login-form .login-footer-box input {
  background: #092041;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 5rem;
  padding: 1rem 4rem;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.6rem;
  border-radius: 0;
   
  border-radius: 0.5rem;
}

.login-register-container .login-form .login-footer-box input:hover {
  background: #ff2020;
}

.login-register-container .open-user {
  position: relative;
  z-index: 1;
  opacity: 1;
}

/* Login Regsiter Section Finish */
/* Dashboard Section Start */
.dashboard-section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
      grid-template-columns: 1fr 4fr;
  grid-gap: 4rem;
  padding: 8rem 2rem 2rem 2rem;
}

.dashboard-menu {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: -webkit-sticky;
  position: sticky;
  top: 2vh;
}

.dashboard-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-menu a {
  padding: 1.2rem 2rem;
  border: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 1.6rem;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.dashboard-menu a i {
  margin-right: 1rem;
  font-size: 2.2rem;
}

.dashboard-menu a:hover, .dashboard-menu li.active a {
  background: #092041;
  border: 1px solid #092041;
  color: #ffffff;
}

.dashboard-all-main-div {
  position: relative;
}

.dashboard-all-main-div .open {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.dashboard-screen {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 0;
  left: 0;
  right: 0;
}

.dashboard-screen a {
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5rem 0;
  font-size: 1.8rem;
  text-decoration: none;
  color: #000000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dashboard-screen a i {
  display: block;
  font-size: 6rem;
  color: #092041;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.dashboard-screen a:hover {
  background-color: #092041;
  color: #ffffff;
  border: 1px solid #092041;
}

.dashboard-screen a:hover i {
  color: #ffffff;
}

.dashboard-personal-information {
  border: 1px solid #efefef;
  padding: 4rem 3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 0;
  left: 0;
  right: 0;
}

.dashboard-personal-information h2 {
  font-size: 2.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.dashboard-personal-information h2 i {
  font-size: 3rem;
  margin-right: 0.5rem;
}

.dashboard-personal-information .edit {
  position: absolute;
  top: 4rem;
  right: 3rem;
  background: #ffbc01;
  border: none;
  padding: 0.8rem 1.6rem;
   
  font-weight: bold;
  cursor: pointer;
}

.dashboard-personal-information-input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}

.dashboard-personal-information-input-box font {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #555;
}

.dashboard-personal-information-input-box .form-check {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  margin-top: 1.3rem;
}

.dashboard-personal-information-input-box .form-check label {
  font-size: 1.6rem;
  cursor: pointer;
}

.dashboard-personal-information-input-box input[type="text"] {
  width: 100%;
  height: 4.5rem;
  font-size: 1.5rem;
  border-radius: 0;
  border: 1px solid #efefef;
   
  padding: 0 1.5rem;
}

.dashboard-personal-information-input-box input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.dashboard-personal-information-input-box input[type="radio"] + .label-text:before {
  content: "\f343";
  font-family: "Phosphor";
  vertical-align: middle;
  margin-top: -0.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}

.dashboard-personal-information-input-box input[type="radio"]:checked + .label-text:before {
  content: "\f857";
  color: #092041;
}

.dashboard-personal-information-input-box input[type="radio"]:disabled + .label-text {
  color: #aaa;
}

.dashboard-personal-information-input-box input[type="radio"]:disabled + .label-text:before {
  content: "\f343";
  color: #ccc;
}

.dashboard-personal-information-input-box .toggle input[type="radio"]:disabled + .label-text {
  color: #aaa;
}

.dashboard-personal-information-input-box .toggle input[type="radio"]:disabled + .label-text:before {
  content: "\f204";
  color: #ccc;
}

.dashboard-personal-information-input-box input[type="submit"] {
  width: 100%;
  height: 4.5rem;
  font-size: 1.5rem;
  background-color: #092041;
  color: #ffffff;
  cursor: pointer;
  margin-top: 2.9rem;
  border-radius: 0;
  border: none;
   
  padding: 0 1.5rem;
}

.dashboard-address-information {
  border: 1px solid #efefef;
  padding: 4rem 3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 0;
  left: 0;
  right: 0;
}

.dashboard-address-information h2 {
  font-size: 2.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.dashboard-address-information h2 i {
  font-size: 3rem;
  margin-right: 0.5rem;
}

.dashboard-address-information .edit {
  position: absolute;
  top: 4rem;
  right: 3rem;
  background: #ffbc01;
  border: none;
  padding: 0.8rem 1.6rem;
   
  font-weight: bold;
  cursor: pointer;
}

.dashboard-address-information h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 2rem;
  color: #252525;
  background: #efefef;
  padding: 0.8rem 1.6rem;
}

.dashboard-address-billing-input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}

.dashboard-address-billing-input-box font {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #555;
}

.dashboard-address-billing-input-box input[type="text"] {
  width: 100%;
  height: 4.5rem;
  font-size: 1.5rem;
  border-radius: 0;
  border: 1px solid #efefef;
   
  padding: 0 1.5rem;
}

.dashboard-address-billing-input-box input[type="submit"] {
  width: 48.3%;
  height: 4.5rem;
  float: right;
  font-size: 1.5rem;
  background-color: #092041;
  color: #ffffff;
  cursor: pointer;
  margin-top: 2.9rem;
  border-radius: 0;
  border: none;
   
  padding: 0 1.5rem;
}

.dashboard-address-information .form-check {
  margin-bottom: 1rem;
  /*Check box*/
}

.dashboard-address-information .form-check label {
  position: relative;
  cursor: pointer;
  color: #000;
  font-size: 1.6rem;
  display: block;
  padding: 3rem 0 2rem 0;
  float: right;
}

.dashboard-address-information .form-check input[type="checkbox"], .dashboard-address-information .form-check input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.dashboard-address-information .form-check input[type="checkbox"] + .label-text:before {
  content: "\f2ed";
  font-family: "Phosphor";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.8rem;
}

.dashboard-address-information .form-check input[type="checkbox"]:checked + .label-text:before {
  content: "\f854";
  color: #092041;
}

.dashboard-address-information .form-check input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}

.dashboard-address-information .form-check input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc;
}

.dashboard-address-information .form-check span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}

.dashboard-order-information {
  border: 1px solid #efefef;
  padding: 4rem 3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 0;
  left: 0;
  right: 0;
}

.dashboard-order-information h2 {
  font-size: 2.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.dashboard-order-information h2 i {
  font-size: 3rem;
  margin-right: 0.5rem;
}

.dashboard-order-information .table {
  border: 1px solid #dddddd;
  width: 100%;
}

.dashboard-order-information .table thead th {
  text-align: center;
  width: 16.6667%;
  vertical-align: middle;
  background: #092041;
  border: none;
  font-size: 1.4rem;
  font-weight: normal;
  color: #ffffff;
  padding: 1.5rem 0;
}

.dashboard-order-information .table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.dashboard-order-information .table tbody td:first-child a {
  color: #092041;
  text-decoration: none;
}

.dashboard-order-information .table tbody td {
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  padding: 1.5rem 0;
  vertical-align: middle;
}

.dashboard-order-information .table tbody td i {
  vertical-align: middle;
  margin-top: -0.3rem;
}

.dashboard-order-information .table tbody td:nth-of-type(4) {
  font-weight: 700;
}

.dashboard-order-information .table tbody td:nth-of-type(5) {
  text-transform: uppercase;
}

.dashboard-order-information .table tbody td:last-child {
  font-weight: 700;
}

.dashboard-order-information .table tbody td .pending {
  color: #e59a08;
}

.dashboard-order-information .table tbody td .paid {
  color: #088a05;
}

.dashboard-order-information .table tbody td .cancelled {
  color: #ff0000;
}

.dashboard-order-information .table tbody td .paid i {
  color: #2593d1;
  margin-left: 5px;
  font-size: 1.8rem;
  vertical-align: middle;
  margin-top: -0.5rem;
  cursor: pointer;
}

.dashboard-wishlist-information {
  border: 1px solid #efefef;
  padding: 4rem 3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 0;
  left: 0;
  right: 0;
}

.dashboard-wishlist-information h2 {
  font-size: 2.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.dashboard-wishlist-information h2 i {
  font-size: 3rem;
  margin-right: 0.5rem;
}

.dashboard-wishlist-information .table {
  border: 1px solid #dddddd;
  width: 100%;
}

.dashboard-wishlist-information table tr {
  padding: 2.5rem;
  border-bottom: 1px solid #ddd;
  display: block;
}

.dashboard-wishlist-information table tr td:first-child {
  width: 85%;
  padding-right: 2.5rem;
}

.dashboard-wishlist-information table tr td:first-child a {
  display: block;
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
}

.dashboard-wishlist-information table tr td:first-child p {
  margin-top: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  color: #ff2401;
}

.dashboard-wishlist-information table tr td:first-child p i {
  font-size: 2.7rem;
  vertical-align: middle;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
}

.dashboard-wishlist-information table tr td img {
  width: 9rem;
  height: 9rem;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f4f4f4;
  display: block !important;
  margin-bottom: 1rem;
}

.dashboard-wishlist-information table tr td:last-child a {
  width: 5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-right: 0.2rem;
  height: 5rem;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 8rem;
  text-align: center;
  line-height: 5.5rem;
  text-decoration: none;
  font-size: 2rem;
  color: #000;
}

.dashboard-wishlist-information table tr td:last-child a:hover {
  background-color: #092041;
  color: #ffffff;
  border: 1px solid #092041;
}

.dashboard-wishlist-information table tr td:last-child a:last-child {
  margin-right: 0;
}

.dashboard-change-password {
  border: 1px solid #efefef;
  padding: 4rem 3rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 0;
  left: 0;
  right: 0;
}

.dashboard-change-password h2 {
  font-size: 2.4rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.dashboard-change-password h2 i {
  font-size: 3rem;
  margin-right: 0.5rem;
}

.dashboard-change-password-input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}

.dashboard-change-password-input-box font {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #555;
}

.dashboard-change-password-input-box input[type="password"] {
  width: 100%;
  height: 4.5rem;
  font-size: 1.5rem;
  border-radius: 0;
  border: 1px solid #efefef;
   
  padding: 0 1.5rem;
}

.dashboard-change-password-input-box input[type="submit"] {
  width: 48.3%;
  height: 4.5rem;
  float: right;
  font-size: 1.5rem;
  background-color: #092041;
  color: #ffffff;
  cursor: pointer;
  margin-top: 2.9rem;
  border-radius: 0;
  border: none;
   
  padding: 0 1.5rem;
}

/* Dashboard Section Finish */
/* Privacy Policy Section Start */
.policies-row {
  padding: 9rem 2rem 8rem 2rem;
}

.policies-row p {
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 1.5rem;
  line-height: 2.4rem;
}

.policies-row p a {
  text-decoration: none;
  color: #ef6537;
}

.policies-row h2 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
}

.policies-row ul {
  margin: 0 0 0 1.5rem;
  padding: 0;
}

.policies-row li {
  font-size: 1.6rem;
  color: #000000;
  margin-bottom: 1rem;
  line-height: 2.4rem;
}

.policies-row ul ul {
  padding-top: 1rem;
}

.policies-row h3 {
  font-size: 2.1rem;
  font-weight: normal;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
}

.policies-row h4 {
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
}

/* Privacy Policy Section Finish */

.call-now {
  display: table;
  margin: auto;
  background: #ffc600;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
}

.call-now p a {
  text-decoration: none;
  margin-left: 0.5rem;
  color: #092041;
  font-size: 2.4rem;
}

.call-now p a i {
  vertical-align: middle;
  margin-top: -0.3rem;
  font-size: 2.5rem;
}



@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* Bulk Order Banner Finish */
/* Footer Start */
footer {
  padding: 7rem 0;
  border-top: 1px solid #ccc;
  background:#0b2140;
}

.footer-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 2fr;
      grid-template-columns: 2fr 1fr 1fr 2fr;
  padding: 0 2rem;
  grid-gap: 5rem;
}

.footer-row .footer-box-1 .footer-logo {
  width: 16.6rem;
  margin-bottom: 2rem;
}

.footer-row .footer-box-1 p {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 2rem;
}

.footer-row .footer-box h3 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.1rem;
  letter-spacing: 0.02em;
  color: #fff;
}

.footer-row .footer-box h3:after {
  content: '';
  background-color: #000;
  width: 3.8rem;
  height: 1px;
  display: block;
  margin: 1rem 0 2rem 0;
}

.footer-row .footer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-row .footer-box li {
  float: none;
  margin-bottom: 1rem;
}

.footer-row .footer-box a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
}

.footer-row .footer-box a:hover {
  text-decoration: underline;
}

.footer-row .footer-box-4 p {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.footer-row .footer-box-4 p a:hover {
  text-decoration: none;
}

.footer-row .footer-box-4 p i {
  margin-right: 0.6rem;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #fff;
}

.footer-row .footer-box-4 .footer-social {
  padding-top: 0.5rem;
}

.footer-row .footer-box-4 .footer-social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.4rem;
  color: #fff;
  margin-right: 0.7rem;
}

/* Footer Finish */
/* Copyright Start */
.copyright-section {
  border-top: 0px solid #EEEEEE;
  padding: 0.3rem 0;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background: #0b2140;
}


.copyright-section a {
  color: #fff;
  text-decoration: none;
}

.copyright-section a:hover {
  text-decoration: underline;
}

/* Copyright Finish */
.close-menu-btn {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #3c435e;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 5rem;
}

#shareBlock a{font-size: 1.8rem; margin: 0 !important;}

.loading {position: fixed; z-index: 98; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; display: none;}
.loading:before {content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3);}
.loading:not(:required) {font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}
.loading:not(:required):after {content: ''; display: block; font-size: 10px; width: 1em; height: 1em; margin-top: -0.5em; -webkit-animation: spinner 1500ms infinite linear; -moz-animation: spinner 1500ms infinite linear; -ms-animation: spinner 1500ms infinite linear; -o-animation: spinner 1500ms infinite linear; animation: spinner 1500ms infinite linear; border-radius: 0.5em; -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.message-show{width: 100%; background: #092041; display: none; color: #fff; font-size: 16px; font-weight: 400; letter-spacing: 0.5px; box-shadow: 0 0 5px rgba(0,0,0,0.15); text-align: center; padding: 10px; position: fixed; z-index: 10000; top: 0; left: 0; font-size: 16px; font-weight: 600;}
/*# sourceMappingURL=style.css.map */

.errorRed {color: red; font-size: 10px; position: absolute;}
.errorRed100--3 {color: red; font-size: 10px; position: absolute;}

/* Search Start */
.main_search_box{width: 100%; transition: 0.25s; visibility: hidden; opacity: 0; background: #f5f5f5; transform: translateY(25px); position: absolute; max-height: 445px; box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.10); border-top: 1px solid #eee; z-index: 0; top: 74px; left: 0; right: 0; overflow: hidden;}
.main_search_box_open{visibility: visible;  transition: 0.25s; opacity: 1;}
.close-search{position: absolute; cursor: pointer; z-index: 1; top: 0; right: 0; width: 40px; height: 40px; font-size: 26px; background: #000; border: none; color: #fff;}
.search-right{display:flex;border-left: 1px solid #cdcdcd; padding:70px 15px 10px 15px; height: 510px; overflow-y: auto;}
.no_sec_cat{padding: 50px 20px 10px 20px;
  width: 100% !important;
  max-height: auto;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;}
.search-filter{border-bottom: 1px solid #cdcdcd;}
.search-filter h5{background: #e5e5e5; font-size: 16px; font-weight: 400; color: #000; padding: 15px 20px; border-bottom: 1px solid #cdcdcd;}
.search-filter ul{margin: 0; padding: 7px 0; list-style: none;}
.search-filter ul li{float: none;}
.search-filter ul li a{font-size: 14px; font-weight: 300; transition: 0.25s; position: relative; color: #000; text-decoration: none; display: block; padding: 10px 20px;}
.search-filter ul li a span{background: #666; transition: 0.25s; color: #fff; display: block; text-align: center; line-height: 20px; width: 20px; height: 20px; border-radius: 50%; font-size: 12px; font-weight: 300; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
.search-filter ul li a:hover{background: #2593d1; color: #fff;}
.search-filter ul li a:hover span{background: #097dbe;}
.search-filter:last-child{border-bottom: none;}

.global-search-product-box{padding:10px;}
.global-search-product-box-images{width: 110px; position: relative; display: table; margin: 0 auto 8px; border: 0px solid #dddddd; padding: 5px;}
.global-search-product-box-images:before{content: ""; z-index: 0; background: url(../images/couch-no-img.png) no-repeat; width: 125px; height: 95px; background-position: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.global-search-product-box-images img{position: relative; width: 100%; height: 100px; cursor: pointer; z-index: 0; object-fit: cover; border-radius:50px;}
.global-search-product-box-images span{width: 46px; height: 46px; border-radius: 50%; background: red; font-size: 13px; display: block; text-align: center; font-weight: 600; color: #fff; line-height: 15px; padding-top: 9px; position: absolute; top: -18px; right: -18px;}
.global-search-product-box h4{-webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;}
.global-search-product-box h4 a{font-size: 14px;   display: block; text-decoration: none; color: #666; margin-bottom: 5px; line-height: 20px; text-align: center; font-weight: 400;}
.global-search-product-box-price{text-align: center;}
.global-search-product-box-price p{color: #eb4528;display: inline-block; vertical-align: middle; font-size: 17px; font-weight: 400; }
.global-search-product-box-price p i{vertical-align: middle; margin-right: -4px; margin-top: -4px; font-size: 19px;}
.global-search-product-box-price font{display: inline-block; position: relative; vertical-align: middle; font-size: 13px; color: #666;}
.global-search-product-box-price font i{vertical-align: middle; margin-top: -2px; font-size: 15px;}
.global-search-product-box-price font:before{content: ""; background: #666; width: 100%; height: 1px; left: 0; right: 0; top: 50%; transform: translateY(-50%); position: absolute;}
.search-overlay{width: 100%; visibility: hidden; opacity: 0; transition: 0.25s; height: 100%; z-index: 100; background: rgba(0,0,0,0.0); top: 0; left: 0; right: 0; bottom: 0; position: fixed;}
.search-overlay-open{visibility: visible; transition: 0.25s; opacity: 1; background: rgba(0,0,0,0.7)}
.global-total-product{background: #3c435e; z-index: 1; right: 40px; height: 40px; position: absolute; top: 0; font-size: 16px; color: #fff; font-weight: 400; line-height: 40px; text-align: center; padding: 0 20px;}
.global-noresult{font-size: 14px; width: 96%; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.global-noresult font{width: 160px; background: #eee; border-radius: 50%; display: block; height: 160px; margin: auto;}
.global-noresult font img{width: 110px; margin-top: 42px;}
.global-noresult span{font-size: 24px; display: block; margin-top: 15px; font-weight: 300;}
/* Search Finish */

#contact_us_success_message .contact-enquire-sucess, #enquiry_success .contact-enquire-sucess{text-align: center; font-size: 3rem; font-weight: 400; color: #092041 !important;}
#contact_us_success_message .contact-enquire-sucess img, #enquiry_success .contact-enquire-sucess img{display: block; margin: auto; margin-bottom: 1.5rem; width: 10rem;}
#contact_us_success_message .contact-enquire-sucess p, #enquiry_success .contact-enquire-sucess p{margin-bottom: 0 !important; margin-top: 1rem !important; font-size: 2rem; color: #000 !important;}

.home-top-heading{background: #f04122; margin-bottom: 1rem; color: #fff; padding: 1rem; font-size: 2.7rem; font-weight: normal; text-align: center; letter-spacing: 0.4px;}

.inner-new-section {padding: 9rem 0; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 8rem; align-items: center;}
.inner-new-section ul {margin: 0; padding: 0; list-style: none;}
.inner-new-section ul li {display: inline-block; color: #000000; font-size: 1.4rem; letter-spacing: 0.01em;}
.inner-new-section ul li:after {content: "|"; color: #000000; padding: 0 0.7rem;}
.inner-new-section ul li:last-child:after {display: none;}
.inner-new-section ul li a {color: #000000; text-decoration: none;}

.inner-new-section h1{font-size: 4.2rem; line-height: 4.5rem; color: #092041; font-weight: 400; margin: 1.5rem 0;}
.inner-new-section p{font-size: 1.6rem; line-height: 2.4rem; color: #7A7A7A;}
.inner-new-section p strong{font-family: "glacial_indifferencebold";}

.inner-new-section-Right{text-align: center;}

.new-inner-form-section{max-width: 90rem; margin: auto; background: #E8505B; padding: 4rem 15rem;}
.new-inner-form-section h2{font-size: 3.6rem; line-height: 4.5rem; color: #fff; text-align: center; font-weight: 400;}
.new-inner-form-section h2:after{content: ''; background-color: #fff; width: 8rem; height: 2px; display: block; margin: 0.8rem auto 1.5rem;}
.new-inner-form-section p{text-align: center; color: #fff; text-transform: uppercase; font-size: 1.6rem; font-family: "glacial_indifferencebold"; letter-spacing: 0.5px; margin-bottom: 1.5rem;}
.new-inner-form-grid{display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 2rem 4rem;}
.new-inner-form-box{position: relative;}
.new-inner-form-box input{width: 100%; background: none; border: none; border-bottom: 1px solid #fff; height: 5rem; padding: 0 2.5rem 0 3rem; color: #fff; font-family: "GlacialIndifference-Regular"; font-size: 1.4rem;}
.new-inner-form-box input::placeholder{color: #fff;}
.new-inner-form-box input:focus{background: none !important;}
.new-inner-form-box span{position: absolute; left: 0; bottom: -14px; font-size: 1.1rem; color: #ffc800;}
.new-inner-form-box i{position: absolute; font-size: 2rem; left: 0rem; top: 1.5rem; color: #fff;}
.new-inner-form-box:nth-of-type(5){grid-column-start: 1; grid-column-end: 3; margin-top: 2rem;}
.new-inner-form-box textarea{width: 100%; background: none; border: none; border-bottom: 1px solid #fff; height: 10rem; padding: 0 2.5rem 0 3rem; color: #fff; font-family: "GlacialIndifference-Regular"; font-size: 1.4rem;}
.new-inner-form-box textarea::placeholder{color: #fff;}
.new-inner-form-box:nth-of-type(5) i{transform: initial; top: 0;}
.new-inner-form-section button{grid-column-start: 1; grid-column-end: 3; width: 18rem; display: table; margin: auto; height: 4.5rem; border-radius: 5rem; border: none; background: #024A87; color: #fff; font-family: "glacial_indifferencebold"; text-transform: uppercase; font-size: 1.8rem; letter-spacing: 0.6px; cursor: pointer; transition: 0.25s;}
.new-inner-form-section button:hover{transform: scale(1.05); background-color: #02233e;}

.inner-new-content-section{padding: 9rem 0; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 6rem; align-items: center;}
.inner-new-content-section-Left{text-align: center;}
.inner-new-content-section-Right p{color: #7A7A7A; font-size: 1.6rem; line-height: 3rem;}
.inner-new-content-section-Right ul{margin: 0; padding: 1.7rem 0 0 1.5rem;}
.inner-new-content-section-Right ul li{color: #7A7A7A; font-size: 1.6rem; line-height: 2.6rem; margin-bottom: 1.5rem;}

  .thank-you-section{max-width: 74rem; margin: auto ; text-align: center; padding: 7rem 2rem;}
.thank-you-section .thank-you-icon{margin-bottom: 2rem;}
.thank-you-section h1{color: #011A3E; font-size: 4.2rem;  font-family: "glacial_indifferencebold"; margin-bottom: 1.5rem;}
.thank-you-section p{color: #7A7A7A; font-size: 2.1rem; line-height: 3rem; margin-bottom: 2.5rem;}
.thank-you-section ul{margin: 0; padding: 0; list-style: none; text-align: center; font-size: 0;}
.thank-you-section ul li{display: inline-block; margin: 0 1.5rem; vertical-align: middle;}
.thank-you-section ul li a{font-size: 2.1rem; width: 26.5rem; font-family: "glacial_indifferencebold"; transition: 0.25s; color: #000; text-decoration: none; height: 5.5rem; border: 1px solid #000000; border-radius: 5px; display: flex; align-items: center; justify-content: center;}
.thank-you-section ul li a img{margin-right: 5px; transition: 0.25s;}
.thank-you-section ul li:last-child a{background-color: #25BA9B; border-color: #25BA9B; color: #fff;}
.thank-you-section ul li a:hover{background-color: #000; color: #fff;}
.thank-you-section ul li a:hover img{filter: brightness(20);}
.thank-you-section ul li:last-child a:hover {background-color: #0f8d72; border-color: #0f8d72;}

.four-0-four-section{max-width: 52rem; margin: auto; text-align: center; padding: 7rem 2rem;}
.four-0-four-section img{margin-bottom: 2rem;}
.four-0-four-section h1{color: #173789; font-size: 4.2rem; font-family: "glacial_indifferencebold"; line-height: 5rem; margin-bottom: 1.2rem;}
.four-0-four-section p{color: #7A7A7A; font-size: 2.1rem; line-height: 3rem; margin-bottom: 2.5rem;}
.four-0-four-section a{display: flex; color: #F76652; font-size: 1.8rem; font-family: "glacial_indifferencebold"; align-items: center; justify-content: center; width: 21rem; height: 5.5rem; margin: auto; border: 1px solid #F76652; text-decoration: none; transition: 0.25s;}
.four-0-four-section a:hover{background-color: #F76652; color: #fff;}


/* ADD NEW CSS START */
.digital-top-container{background-color: #FCFCFC; padding: 5rem 0;}
.digital-top-grid{display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 6rem; align-items: center;}
.digital-top-grid-Left h2{font-size: 4.2rem; line-height: 4.8rem; color: #092041; font-weight: 400; margin-bottom: 1rem;}
.digital-top-grid-Left ul{margin: 0 0 1.2rem 0; padding: 0; list-style: none;}
.digital-top-grid-Left ul li{display: inline-block; color: #000000; font-size: 1.5rem; letter-spacing: 0.01em;}
.digital-top-grid-Left a {color: #000000; text-decoration: none;}
.digital-top-grid-Left li:after {content: '|'; color: #000000; padding: 0 0.7rem;}
.digital-top-grid-Left li:last-child:after{display: none;}
.digital-top-grid-Left p{font-size: 1.6rem; color: #565656; line-height: 2.6rem;}
.digital-top-grid-Right{text-align: right;}

.digital-why-choose-section{padding: 6rem 0; display: grid; grid-template-columns: 2fr 1fr; grid-gap: 6rem;}
.digital-why-choose-Left h2{color: #092041; font-size: 4rem; font-weight: 400;}
.digital-why-choose-Left h2:after{content: ''; background-color: #092041; width: 10rem; height: 3px; border-radius: 5rem; display: table; margin: 1rem 0 4rem 0;}
.digital-why-choose-Left font{font-size: 1.6rem; color: #565656; line-height: 2.6rem; display: table; margin-bottom: 4rem;}
.digital-why-choose-Left-grid{display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 3rem;}
.digital-why-choose-Left-grid-box{background: #FFFFFF; text-align: center; box-shadow: 0px 0px 20px 9px rgba(0, 0, 0, 0.04); transition: 0.25s; border-radius: 5px; padding: 3rem 2.5rem;}
.digital-why-choose-Left-grid-box span{width: 7.5rem; height: 7.5rem; background: linear-gradient(135deg, #FEA000 0%, #FF7F05 100%); border-radius: 5px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 4.5rem; margin:0 auto 1.6rem;}
.digital-why-choose-Left-grid-box h3{font-size: 2.1rem; transition: 0.25s; line-height: 2.6rem; color: #092041; font-weight: 400; margin-bottom: 1rem;}
.digital-why-choose-Left-grid-box p{font-size: 1.6rem; color: #565656; line-height: 2.3rem;}
.digital-why-choose-Left-grid-box:nth-of-type(2) span{background: linear-gradient(135deg, #3353A0 0%, #003A7A 100%);}
.digital-why-choose-Left-grid-box:nth-of-type(3) span{background: linear-gradient(135deg, #D0296F 0%, #F60C55 100%);}
.digital-why-choose-Left-grid-box:nth-of-type(4) span{background: linear-gradient(135deg, #12ADFF 0%, #035BD7 100%);}
.digital-why-choose-Left-grid-box:hover{box-shadow: 0px 0px 20px 9px rgba(0, 0, 0, 0.1); transform: scale(1.06);}
.digital-why-choose-Left-grid-box:hover h3{color: #F2564B;}
.digital-why-choose-Right{position: sticky; top: 2rem; background-color: #F0532D; padding: 4rem 3rem; height: max-content; border-radius: 1.5rem;}
.digital-why-choose-Right h4{color: #FFFFFF; font-size: 2.7rem; text-align: center; font-weight: 400; margin-bottom: 0.5rem;}
.digital-why-choose-Right p{color: #FFFFFF; font-size: 1.7rem; text-align: center; margin-bottom: 3rem;}
.digital-share-detail-box{position: relative; margin-bottom: 2rem;}
.digital-share-detail-box i{position: absolute; z-index: 1; left: 1.5rem; font-size: 2.2rem; color: #3A3A3A; top: 1.3rem;}
.digital-share-detail-box input{width: 100%; height: 4.8rem; font-size: 1.4rem;   font-weight: 400; color: #000; background-color: #fff; border: none; padding: 0 1.5rem 0 4.8rem; border-radius: 0.5rem;}
.digital-share-detail-box input::placeholder{color: #000;}
.digital-share-detail-box .nice-select{height: 4.8rem;   font-weight: 400; width: 100%; color: #000; background-color: #fff; border: none; padding: 0 1.5rem 0 4.8rem; line-height: 4.8rem; border-radius: 0.5rem; font-size: 1.4rem;}
.digital-share-detail-box .nice-select .list{width: 100%; max-height: 180px; overflow-y: auto;}
.digital-share-detail-box-submit button{display: flex; align-items: center; transition: 0.25s;   justify-content: center; background-color: #33308E; width: 100%; height: 4.8rem; border-radius: 5rem; border: none; cursor: pointer; color: #fff; font-size: 1.8rem;}
.digital-share-detail-box-submit button i{margin-right: 0.5rem; font-size: 2.2rem;}
.digital-share-detail-box-submit button:hover{background-color: #0f0e48;}

.digital-what-we-offer-section{background-color: #FCFCFC; padding: 6rem 0 8rem 0;}
.digital-what-we-offer-section h2{color: #092041; font-size: 4rem; font-weight: 400; text-align: center;}
.digital-what-we-offer-section h2:after{content: ''; background-color: #092041; width: 10rem; height: 3px; border-radius: 5rem; display: table; margin: 1rem auto 1.2rem;}
.digital-what-we-offer-section font{font-size: 1.6rem; max-width: 68.6rem; text-align: center; margin: 0 auto 4rem; color: #565656; line-height: 2.6rem; display: table;}
.digital-what-we-offer-grid{display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 3rem;}
.digital-what-we-offer-grid-box{text-align: center; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); border-radius: 0.5rem; padding: 3rem 1.5rem; transition: 0.25s;}
.digital-what-we-offer-grid-box img{height: 12rem; margin-bottom: 1.5rem}
.digital-what-we-offer-grid-box h3{font-size: 1.8rem; font-weight: 400; color: #092041; letter-spacing: 0.3px; transition: 0.25s;}
.digital-what-we-offer-grid-box:hover{box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15); transform: scale(1.08);}
.digital-what-we-offer-grid-box:hover h3{color: #f0532d;}

.digital-about-section{padding: 6rem 0; display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 10rem; align-items: center;}
.digital-about-section-Left h2{color: #FB7369; font-size: 1.8rem; font-weight: normal; margin-bottom: 1rem;}
.digital-about-section-Left h3{color: #092041; font-size: 3.6rem; font-weight: 400; line-height: 4.2rem; margin-bottom: 1.5rem;}
.digital-about-section-Left p{font-size: 1.6rem; color: #565656; line-height: 2.6rem; margin-bottom: 2.5rem;}
.digital-about-section-Left a{width: 16.2rem; height: 4.6rem; display: flex; font-family: 'glacial_indifferencebold'; letter-spacing: 0.5px; border: 1px solid #0E1632; align-items: center; transition: 0.25s; justify-content: center; transition: 0.25s; border-radius: 5rem; text-decoration: none; color: #0E1632; font-size: 1.6rem;}
.digital-about-section-Left a:hover{background-color: #0E1632; color: #fff;}
.digital-about-section-Left h4{font-size: 2.1rem; margin: -1rem 0 2.5rem 0; font-weight: 400; color: #0e10ef;}

.pest-top-container{background-color: #FCFCFC; padding: 2rem 0;}
.pest-top-grid{display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 6rem; align-items: center;}
.pest-top-grid-Left h2{font-size: 4.2rem; line-height: 4.8rem; color: #092041; font-weight: 400; margin-bottom: 1rem;}
.pest-top-grid-Left ul{margin: 0 0 1.2rem 0; padding: 0; list-style: none;}
.pest-top-grid-Left ul li{display: inline-block; color: #000000; font-size: 1.5rem; letter-spacing: 0.01em;}
.pest-top-grid-Left ul li a {color: #000000; text-decoration: none;}
.pest-top-grid-Left li:after {content: '|'; color: #000000; padding: 0 0.7rem;}
.pest-top-grid-Left li:last-child:after{display: none;}
.pest-top-grid-Left p{font-size: 1.6rem; color: #565656; line-height: 2.6rem; margin-bottom: 2rem;}
.pest-top-grid-Left>a{background-color: #EA1F25; width: 23.6rem; transition: 0.25s; height: 4.5rem; display: flex; align-items: center; justify-content: center; border-radius: 5rem; font-size: 1.6rem; color: #fff; text-decoration: none;}
.pest-top-grid-Left>a:hover{background-color: #4c1fea;}
.pest-top-grid-Right{text-align: right;}

.pest-solution-section{max-width: 1320px; margin: auto; padding: 0 1.5rem; display: grid; grid-template-columns: 2fr 1fr; grid-gap: 6rem; padding: 6rem 0;}
.pest-our-extertise h2{color: #092041; font-size: 4rem; font-weight: 400; text-align: center;}
.pest-our-extertise h2:after{content: ''; background-color: #092041; width: 10rem; height: 3px; border-radius: 5rem; display: table; margin: 1.2rem auto 1.2rem;}
.pest-our-extertise font{font-size: 1.6rem; text-align: center; margin: 0 auto 3.5rem; color: #565656; line-height: 2.6rem; display: table;}
.pest-our-extertise-grid{display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 1.5rem;}
.pest-our-extertise-box{text-align: center; transition: 0.25s;}
.pest-our-extertise-box h4{color: #092041; font-size: 1.9rem; font-weight: 400; margin: 0.7rem 0 0.6rem 0; transition: 0.25s;}
.pest-our-extertise-box p{color: #858585; font-size: 1.6rem; line-height: 2.2rem;}
.pest-our-extertise-box:hover{transform: scale(1.08);}
.pest-our-extertise-box:hover h4{color: #F2564B;}

.pest-our-pest-solution{background-color: #FCFCFC; padding: 6rem 3rem; margin-top: 6rem;}
.pest-our-pest-solution h2{color: #092041; font-size: 4rem; font-weight: 400; text-align: center;}
.pest-our-pest-solution h2:after{content: ''; background-color: #092041; width: 10rem; height: 3px; border-radius: 5rem; display: table; margin: 1rem auto 1.2rem;}
.pest-our-pest-solution font{font-size: 1.6rem; text-align: center; margin: 0 auto 4rem; color: #565656; line-height: 2.6rem; display: table;}
.pest-our-pest-solution-grid{display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 2rem;}
.pest-our-pest-solution-box{background: #FFFFFF; box-shadow: 0px 0px 29px 9px rgba(0, 0, 0, 0.04); border-radius: 5px; padding: 3rem 1.5rem; text-align: center; transition: 0.25s;}
.pest-our-pest-solution-box img{margin-bottom: 1rem;}
.pest-our-pest-solution-box h4{color: #000; font-size: 1.8rem; font-weight: 400; margin-bottom: 0rem; font-family: 'glacial_indifferencebold'; transition: 0.25s;}
.pest-our-pest-solution-box p{color: #565656; font-size: 1.6rem; line-height: 2.4rem; transition: 0.25s;}
.pest-our-pest-solution-box:hover{box-shadow: 0px 0px 29px 9px rgba(0, 0, 0, 0.1); transform: scale(1.08);}
.pest-our-pest-solution-box:hover h4{color: #F2564B;}
.pest-our-pest-solution-box:hover p{color: #222222;}
.pest-our-pest-solution-box:last-child{grid-column-start: 1; grid-column-end: 4;}
.pest-our-pest-solution-box-one{grid-row-start: 1; grid-row-end: 4; grid-column-start: 1; grid-column-end: 3; position: relative;}
.pest-our-pest-solution-box-one img{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

.pest-solution-section-Right{position: sticky; top: 9rem; background-color: #EA1F25; padding: 4rem 3rem; height: max-content; border-radius: 1.5rem;}
.pest-solution-section-Right h4{color: #FFFFFF; font-size: 2.7rem; text-align: center; font-weight: 400; margin-bottom: 0.5rem;}
.pest-solution-section-Right p{color: #FFFFFF; font-size: 1.7rem; text-align: center; margin-bottom: 3rem;}
.pest-share-detail-box{position: relative; margin-bottom: 2rem;}
.pest-share-detail-box i{position: absolute; z-index: 1; left: 1.5rem; font-size: 2.2rem; color: #3A3A3A; top: 1.3rem;}
.pest-share-detail-box input{width: 100%; height: 4.8rem; font-size: 1.4rem;   font-weight: 400; color: #000; background-color: #fff; border: none; padding: 0 1.5rem 0 4.8rem; border-radius: 0.5rem;}
.pest-share-detail-box input::placeholder{color: #000;}
.pest-share-detail-box .nice-select{height: 4.8rem;   font-weight: 400; width: 100%; color: #000; background-color: #fff; border: none; padding: 0 1.5rem 0 4.8rem; line-height: 4.8rem; border-radius: 0.5rem; font-size: 1.4rem;}
.pest-share-detail-box .nice-select .list{width: 100%; max-height: 20rem; overflow-y: auto;}
.pest-share-detail-box-submit button{display: flex; align-items: center; transition: 0.25s;   justify-content: center; background-color: #333333; width: 100%; height: 4.8rem; border-radius: 5rem; border: none; cursor: pointer; color: #fff; font-size: 1.8rem;}
.pest-share-detail-box-submit button i{margin-right: 0.5rem; font-size: 2.2rem;}
.pest-share-detail-box-submit button:hover{background-color: #000000;}

.how-pest-control-work-section{padding-bottom: 2rem;}
.how-pest-control-work-section h2{color: #092041; font-size: 4rem; font-weight: 400; text-align: center;}
.how-pest-control-work-section h2:after{content: ''; background-color: #092041; width: 10rem; height: 3px; border-radius: 5rem; display: table; margin: 1rem auto 1.2rem;}
.how-pest-control-work-section font{font-size: 1.6rem; text-align: center; margin: 0 auto 6rem; color: #565656; line-height: 2.6rem; display: table; max-width: 88.5rem;}

.how-pest-control-work-grid{display: grid; grid-template-columns: 1.4fr 2fr 1.4fr; grid-gap: 3.5rem;}
.how-pest-control-work-grid-box{background-color: #FCFCFC; padding: 10rem 2rem 3rem 2rem; text-align: center; position: relative; transition: 0.25s;}
.how-pest-control-work-grid-box span{position: absolute; display: flex; align-items: center; justify-content: center; width: 11rem; height: 11rem; background-color: #fff; border: 2px dashed #FB7369; left: 50%; transform: translateX(-50%); top: -2rem;}
.how-pest-control-work-grid-box h4{color: #FB7369; font-size: 3rem; font-family: 'glacial_indifferencebold'; font-weight: 400; transition: 0.25s;}
.how-pest-control-work-grid-box p{color: #565656; font-size: 1.6rem; line-height: 2.4rem; transition: 0.25s;}
.how-pest-control-work-grid-box:hover{background-color: #FB7369;}
.how-pest-control-work-grid-box:hover h4, .how-pest-control-work-grid-box:hover p{color: #FFFFFF;}


.footer-client-section h2{font-size: 3.6rem; line-height: 33px; color: #092041; text-align: center; letter-spacing: 0.04em; text-transform: uppercase; font-weight: normal;}
.footer-client-section h2:after {content: ''; background-color: #092041; width: 8.5rem; height: 0.2rem; left: 0; right: 0; margin: 2.5rem auto 4.5rem; display: block;}

.footer-client-icongrid{display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 3rem;}
.footer-client-icongrid .footer-icon-box{text-align: center;}
.footer-client-icongrid .footer-icon-box .footer-icon-img {border: .1rem solid #EEEEEE; background: #fff; position: relative; height: 12.8rem;}
.footer-client-icongrid .footer-icon-box .footer-icon-img img {height: 10rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: 1rem;}
.footer-client-icongrid .footer-icon-box p {font-size: 1.6rem; margin-top: 1rem; letter-spacing: .01rem; color: #092041;}
.footer-client-button{background: #ffffff; -webkit-box-shadow: 0px 1px 7px rgb(0 0 0 / 15%); box-shadow: 0px 1px 7px rgb(0 0 0 / 15%); -webkit-transition: 0.25s; transition: 0.25s; display: table; margin: 5rem auto 0; padding: 1.5rem 2.2em; border-radius: 0.5rem; position: relative; text-decoration: none; font-size: 1.6rem; background-color: #092041; color: #ffffff;}
.footer-client-button i {vertical-align: middle; margin-left: 0.5rem;}
.footer-client-button:hover {-webkit-transform: scale(1.05); transform: scale(1.05);}
/* ADD NEW CSS FINISH */

.related-product-view-btn{position: absolute; transition: 0.25s; top: 10px; right: 0; font-size: 1.6rem; background-color: #fff; border: 1px solid #f55a00; color: #f55a00; text-decoration: none; padding: 1rem 2rem; display: flex; align-items: center; justify-content: center; border-radius: 0.5rem;}
.related-product-view-btn i{margin-left: 0.5rem;}
.related-product-view-btn:hover{transform: scale(1.05); background-color: #f55a00; color: #FFF;}

.pwd_changed_success{text-align: center; margin: 20px 0 0 0;}
.pwd_changed_success p{color: green; font-size: 24px; display: block; margin-bottom: 25px;}
.pwd_changed_success a{font-size: 15px; text-decoration: none; color: #f55a00; border: 1px solid #f55a00; padding: 10px 35px; border-radius: 4px; transition: 0.25s; display: table; margin: auto;}
.pwd_changed_success a:hover{background: #f55a00; color: #fff;}

.link_expired{color: red; font-size: 20px; text-align: center; display: block; margin-top: 20px;}


.top-banner {position: relative; margin-top:0px;}
.top-banner-grid {align-items: center; }
/*.top-bannerSlide {box-shadow : 0 0 30px 3px rgba(58, 58, 58, 0.08); }*/

.top-banner-grid .banner-img img{
  width: 100%;
  height:auto;
  margin:0px;
  padding: 0;
  
}

#video_banner{
  object-fit:fill ;
  width:100%;
  height:auto;
  
}

.top-banner-grid .banner-txt {padding: 2rem 3rem;}
.top-banner-grid .banner-txt h2 {
  font-weight: 700;
  font-size: 2.9rem;
  line-height: 3.6rem;
  color: #001c8b;
  letter-spacing: 0.01em;
  margin: 0 0 0rem 0;
  
}

.top-banner-grid .banner-txt ul {list-style-type: disc; margin: 0; padding: 0 0 0 2rem;}
.top-banner-grid .banner-txt ul li {font-size: 1.6rem; line-height: 2.4rem; color: #4f4f4f; padding-bottom: 1rem;}

.top-banner .NextArrow,
.prevArrow {
  width: 4rem;
  height: 4rem;
  font-size: 2.2rem;
  line-height: 0;
  position: absolute;
  top:50%;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #3d445e;
  border: .1rem solid #3d445e;
  border-radius: 50%;
  background: 0 0;
  transition: 0.5s all;
}

.top-banner .arrowbtn:hover {background: #3d445e; color: #fff;}
.top-banner .prevArrow {left: -5rem;}
.top-banner .NextArrow {right: -5rem;}






@media (max-width: 1330px) {
  .trending-product-section .slick-next, .latest-product-section .slick-next, .related-product-section .slick-next {
    right: -2rem;
  }
  .trending-product-section .slick-prev, .latest-product-section .slick-prev, .related-product-section .slick-prev {
    left: -2rem;
  }
  header .header-row .logo-div a img {
    height:15vw;
  }
  
  .top-banner-grid .banner-img img video{
    height:60vw !important;
    
  }

  
  .top-banner-grid .banner-img h2 {
    font-size:2rem !important;
    padding:3rem !important;
    bottom: 10rem !important;
    
    
  }
  .top-banner-grid .banner-img h3 {
    font-weight:normal !important;
    font-size:1.4rem !important;
    padding:3rem !important;
    width: 80vw !important;
  }
  .breadcrumb-section-padd{
    padding-top:1.8rem;
  }
  .compare-pop-div{
    left: 0px !important;
  }

}



@media(max-width:1320px) {
.how-pest-control-work-section{padding: 0 2rem 0rem 2rem;}
.digital-why-choose-section{padding: 6rem 2rem; grid-template-columns: 1fr;}
.digital-top-container{padding: 5rem 2rem;}
.digital-what-we-offer-section{padding: 6rem 2rem 2rem 2rem;}
.digital-about-section{padding: 6rem 2rem;}
.pest-top-container{padding: 2rem;}
.pest-solution-section{padding: 6rem 2rem;}
.client-pera {padding: 4rem 2rem}
.client-icongrid{padding: 6rem 2rem 6rem 2rem;}
header .header-row .logo-div a img {
  height:10vw;
}
}

@media (max-width: 1199px) {
  html {font-size: 60%;}
  .no_sec_cat{grid-template-columns: repeat(5,1fr); grid-gap: 1.5rem;}
  .detail-trending-product-grid{grid-template-columns: repeat(3,1fr);}
  .footer-client-icongrid{grid-template-columns: repeat(4,1fr);}
  .footer-client-section{padding: 0 2rem;}
  header .header-row .logo-div a img {
    height:15vw;
  }
  .menu-section {
    position: fixed;
    width: 280px;
    top: 0;
    bottom: 0;
    left: -300px;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    background-color: #ffffff;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-shadow: 8px 0px 9px rgba(0, 0, 0, 0.15);
            box-shadow: 8px 0px 9px rgba(0, 0, 0, 0.15);
  }
  .menu-section .nav {
    display: block;
    
  }
  .menu-section .nav > li {
    float: none;
  }
  .menu-section .nav > li > a, .menu-section .nav li li a {padding-left: 0; padding-right: 0; padding-top: 1rem; padding-bottom: 1rem;}
  .menu-section .nav ul.sub-menu{padding-left: 1rem; list-style: disc;}
  .menu-section .nav ul.sub-menu>li>a{padding: 0.8rem 0; font-size: 1.4rem; 
    font-weight: 600; letter-spacing: 0.3px;}
  .menu-section .nav ul.sub-menu ul.sub-sub-menu{list-style: circle; padding-left: 1rem; padding-right: 0;}
  .menu-section .nav ul.sub-menu ul.sub-sub-menu>li>a{padding: 0.6rem 0; font-size: 1.3rem; color: #606ea5; font-weight: 600; letter-spacing: 0.3px;}
  .nav>li>a{font-size: 1.5rem; font-weight: 600; letter-spacing: 0.3px;}
  .menu-section .nav li a:first-child:nth-last-child(2):before {right: 10px;}
  .menu-section .nav ul {
    position: relative;
    padding: 0 0 1rem 0;
    -webkit-transform: initial !important;
            transform: initial !important;
    opacity: 1;
    left: 0;
    width: 90% !important;
    min-width: 90% !important;
    z-index: 9;
    right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .menu-section .nav li li a {
    padding-left: 0;
    
  }
  .menu-section .nav li a:first-child:nth-last-child(2):before:hover .sub-menu {
    display: block;
  }
  

  .menu-section .nav > li li:hover > ul {
    top: initial;
  }
  .menu-section .nav li a:first-child:nth-last-child(2):before {
    display: none;
  }
  .menu-section .nav > li:hover > ul {
    padding-top: 0;
  }
  .menu-section .nav ul {
    padding-bottom: 1px !important;
  }
  .menu-section .sub-menu, .menu-section .sub-sub-menu, .menu-section .sub-sub-sub-menu {
    margin-left: 7px;
  }
  header .menu-bar {
    display: block;
  }
  .logo-div {
    margin-left: 3rem;
  }
  .menu-section.open {
    left: 0;
  }
  .close-menu-btn {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  .home-slider-box h2 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .home-slider-box p {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  
  
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail {
    left: 2rem;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail h2 {
    font-size: 3.6rem;
    line-height: 4.7rem;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail a {
    width: 15rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .back-white {
    margin: 7rem 2rem 1rem 2rem;
  }
  .product-container-row {
    grid-gap: 4.5rem;
  }
  .product-container-row .product-container-Right .product-function-div .add-cart-box button, .product-container-row .product-container-Right .product-function-div .enquire-now-box button {
    width: 16rem;
   
  }

  .listing-product-section {
    padding: 7rem 2rem 2rem 2rem;
  }
  .inner-new-section, .inner-new-content-section{padding: 7rem 2rem;}
.footer-trending-product-grid{grid-template-columns: repeat(3,1fr); grid-gap: 2rem;}
.client-icongrid{grid-template-columns: repeat(4, 1fr);}

}

@media (max-width: 991px) {
  header .header-row .logo-div a img {
    height:15vw;
  }
  .footer-client-icongrid{grid-template-columns: repeat(3,1fr);}
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail h3{margin-top: 1rem;  text-align:center;}
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box{border-left: none; text-align: center;}
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box:nth-of-type(1){border-right: 0px solid #c5cbd5;}
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box .listing-product-box-detail .flex, .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-product-row .listing-product-box > a{left: 50%; transform: translateX(-50%);}
  .product-container-row .product-container-Right .product-function-div .add-cart-box button, .product-container-row .product-container-Right .product-function-div .enquire-now-box button{font-weight: 600; font-size: 1.7rem;}
  .product-container-row .product-container-Right .product-function-div .cart-responsive{display: inherit;}
  .product-container-row .product-container-Right .product-function-div .cart-responsive button{background-color: #f55a00;}
  .digital-what-we-offer-grid{grid-template-columns: repeat(3,1fr);}
  .home-top-heading{font-size: 2.4rem;}
  #myHeaderNew{position: relative; bottom: 0; left: 0; right:0; margin-right: 0; z-index: 9; margin-bottom: 0;}
  #myHeaderNew button{width: 100% !important; font-size:2rem; border-radius: 0 !important; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; height: 5.5rem;}
  #myHeaderNew button i{font-size: 2.7rem;}
  .stickyadd_cart{position: fixed; bottom: 0; left: 0;  width: 50%; z-index: 1; margin-right: 0 !important; margin-bottom: 0 !important;}
  .stickyenquire_now{position: fixed; bottom: 0; right: 0;  width: 50%; z-index: 1; margin-right: 0 !important; margin-bottom: 0 !important;}
  .stickyadd_cart button, .stickyenquire_now button{width: 100% !important; border-radius: 0 !important;}
  .stickyenquire_now button{background: #3c435e !important; border: none !important; color: #fff !important;}
  #myHeader.sticky{position: fixed; left: 0; right: 0; bottom: 0; margin: 0; background: #3c435e; color: #fff; border-radius: 0; border: none; font-size: 1.8rem; z-index: 9; letter-spacing: 1px; font-weight: 600; text-transform: uppercase; width:100%;}
  .home-slider-box .lazy {
    width: 380px;
  }
  .no_sec_cat{grid-template-columns: repeat(4,1fr);}
  header .header-search {
    margin-left: 2rem;
    margin-right: 1rem;
  }
  .top-header .top-header-row {
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
  }
  
  .home-slider-box {
    padding: 2rem 1.5rem;
  }
  
  .all-heavy-discount-home-banner {
    margin: 4.5rem 0rem 0 0rem;
  }
  .all-heavy-discount-home-banner img {
    -o-object-position: left;
       object-position: left;
    -o-object-fit: cover;
       object-fit: cover;
    height: 23rem;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail {
    position: static;
    -webkit-transform: initial;
            transform: initial;
    padding: 0 2rem;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail h2 {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 1.5rem;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail h2 br {
    display: none;
  }
  .all-heavy-discount-home-banner .all-heavy-discount-home-banner-detail a {
    width: 15rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .three-step-ul li:nth-of-type(2) {
    margin: 0 0 0 2rem;
    padding: 0 0 0 2rem;
  }
  .footer-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .footer-row .footer-box li {
    display: inline-block;
    margin-right: 1.2rem;
  }
  .footer-row .footer-box h3 {
    padding-top: 0.5rem;
  }
  .footer-row .footer-box h3:after {
    margin: 1rem 0;
  }
  .listing-heading-section {
    padding: 2rem 2rem 2rem 2rem;
  }
  .listing-heading-section h1 {
    font-size: 4rem;
  }
  .listing-heading-section li {
    font-size: 1.4rem;
  }
  .blog-detail-row, .blog-listing-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .blog-listing-row-Right {
    position: static;
    height: auto;
    overflow-y: inherit;
    padding-left: 0;
  }
  .blog-listing-row-Right .blog-listing-right-bg:first-child {
    display: none;
  }
  .share-blog-div .sharetastic__button {
    margin: 0 0.5rem;
  }
  .blog-comment-form-section .comment-form-width50 {
    width: 100%;
  }
  .blog-listing-row-Right .blog-listing-right-bg {
    padding: 2rem;
  }
  .blog-listing-row-Left button {
    margin: 4rem auto;
  }
  .cart-product-table {
    padding: 0rem;
  }
  .coupon-cart-button {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .coupon-cart-button .coupon-code-box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .contact-form-section {
    padding: 7rem 2rem;
  }
  .contact-company-detail {
    padding: 3rem 2rem 4rem 2rem;
  }
  .contact-company-detail .contact-company-detail-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .contact-company-detail .contact-company-detail-row .contact-company-detail-box {
    padding: 1rem 0 1rem 0rem;
    text-align: center;
  }
  .contact-company-detail .contact-company-detail-row .contact-company-detail-box span {
    position: static !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 auto 1.5rem !important;
  }
  .contact-location-map iframe {
    height: 35rem;
  }
  .product-container-row {
    grid-gap: 3rem;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    padding: 2rem 2rem 4rem 2rem;
  }
  .product-container-row .product-container-Left .product-slider img {
    height: 600px;
  }
  .product-container-row .product-container-Left {
    position: static;
  }
  .product-container-row .product-container-Right .product-detail {
    margin: 2rem 0 0 0;
  }
 
  .product-container-row .product-container-Right .product-detail .scrollbar-inner {
    max-height: initial;
  }
  .all-heavy-discount-home-banner:hover .all-heavy-discount-home-banner-detail {
    -webkit-transform: initial;
            transform: initial;
  }
  .listing-product-section .listing-product-section-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Left {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -99;
    opacity: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    padding: 2.5rem 0.5rem 8rem 1.5rem;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Left .filter-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Left.open {
    z-index: 99;
    opacity: 1;
  }
  .listing-product-section .listing-product-section-row-Right .listing-product-total-product {
    -ms-grid-columns: 2fr 1fr 2fr !important;
        grid-template-columns: 2fr 1fr 2fr !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .listing-product-section .listing-product-section-row-Right .listing-product-total-product .sort-by-box font {
    display: none !important;
  }
  .listing-product-section .listing-product-section-row-Right .listing-product-total-product button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .listing-product-section .listing-product-section-row-Right .listing-product-product-row {
    -ms-grid-columns: 1fr 1fr !important;
        grid-template-columns: 1fr 1fr !important;
  }
  .dashboard-section-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 3rem;
    padding: 6rem 2rem 2rem 2rem;
  }
  .dashboard-section-row .dashboard-menu {
    position: static;
  }
  .dashboard-section-row .dashboard-menu ul {
    font-size: 0;
    margin: 0 -1%;
  }
  .dashboard-section-row .dashboard-menu ul li {
    display: inline-block;
    width: 33.33%;
    padding: 1%;
  }
  .dashboard-section-row .dashboard-menu ul li a {
    margin-bottom: 0;
  }
  .dashboard-order-information .table {
    width: 200%;
  }
  
  .listing-product-section{padding: 2rem;}
  .inner-new-section, .inner-new-content-section{grid-gap: 4rem;}
.footer-trending-product-grid{grid-gap: 1.5rem;}
.listing-trending-section{margin: 6rem auto 8rem;}
.client-icongrid{grid-template-columns: repeat(3, 1fr);}
.digital-top-grid-Left{text-align: center;}
.pest-solution-section{grid-template-columns: 1fr;}
.pest-solution-section-Right{grid-row-start: 1; position: initial;}
.pest-top-detail{position: relative; max-width: 100%; text-align: center;}
.pest-top-detail a{margin: auto;}
.digital-top-grid{grid-template-columns: 1fr; grid-gap: 3rem;}
.digital-top-grid-Right, .pest-top-grid-Right{grid-row-start: 1; text-align: center;}
.digital-top-grid-Left h2, .pest-top-grid-Left h2{font-size: 3.6rem; line-height: 4.2rem; text-align: center;}
.digital-top-grid-Left p, .pest-top-grid-Left{text-align: center;}
.digital-why-choose-Right{grid-row-start: 1; position: static;}
.digital-what-we-offer-grid{grid-gap: 3rem; grid-template-columns: repeat(3,1fr);}
.digital-about-section{grid-gap: 6rem;}
.pest-top-container{padding: 5rem 2rem;}
.pest-top-grid{grid-template-columns: 1fr; grid-gap: 3rem;}
.pest-top-grid-Left>a{margin: auto;}
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  header .header-row .logo-div a img {
    height:15vw;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}


@media screen and (max-width: 767px) {
  .top-banner .prevArrow {left: 0px;top: 38%;border: none;}
  .top-banner .NextArrow {right: 0;top: 38%;border: none;}
  .top-banner .NextArrow, .prevArrow {background: #B8B6B6;  color: #fff;}
  html {font-size: 58%;}
    .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    
  }
  header .header-row .logo-div a img {
    height:15vw;
  }
  
  .related-product-view-btn{position: static; padding: 1.5rem;  width: 22rem; margin: 4rem auto 0;}
  .footer-client-icongrid{grid-template-columns: repeat(2,1fr);}
  .three-step-ul{padding: 5rem 0;}
  .certification-new-section{margin: 6rem auto 0;}
  .latest-blog-section{padding: 0rem 0 !important;}
  .client-icongrid{grid-template-columns: repeat(2, 1fr);}
  .detail-trending-product .main-container{padding: 0 1.5rem;}
  .side-nav-right{padding: 0;}
.certification-new-section ul li{width: 96%; margin: 0 2% 4% 2%;}
  body{padding-top: 11rem;}
  .top-header {display: none;  }
  .listing-trending-grid{grid-template-columns: repeat(2,1fr);}
  .detail-trending-product-grid{ grid-template-columns: repeat(2,1fr); grid-gap: 1.5rem;}
  .listing-trending-box:nth-child(2n+2){border-right: none;}
  .listing-trending-box{padding: 1.5rem; padding-bottom: 9rem;}
  .main_search_box{top: 109px;}
   .no_sec_cat{grid-template-columns: repeat(3,1fr);}
  .about-section-1-row .about-section-1-Left, .about-section-1-2-row .about-section-1-2-Right{width: 100%; float: none; margin: 0 0 3rem 0;}
  .about-section-1-2-row{padding: 0 2rem 7rem 2rem;}
  .about-section-3, .about-section-4{padding: 7rem 2rem;}
  .about-section-3-row{-ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-gap: 2rem;}
  .about-section-4 li{width: 100%; display: block; padding-right: 0rem; font-size: 1.7rem;}
  .about-section-last-section-grid{-ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-gap: 2.5rem;}
  .about-section-last-section{padding: 2.5rem 2rem;}
  .about-section-last-section .about-section-last-section-grid-img img{width: 100%;}
  .about-section-last-section-even .about-section-last-section-grid .about-section-last-section-grid-img{grid-row-start: 1;}
  
  header {padding: 1rem 0 5.5rem 0; top: 0;}
  header .header-row {-ms-grid-columns: 2fr 1fr; grid-template-columns: 2fr 1fr; padding: 0 1.5rem;}
  header .header-search {
    margin-left: 2rem;
    margin-right: 2rem;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 40px;
  }
  header .menu-bar {
    top: 20px;
    -webkit-transform: initial;
            transform: initial;
  }
  .login-name{width: 4rem; height: 4rem;}
  header .logo-div a {
    width: 130px;
  }
  header .header-right-icons li {
    margin: 0 1.5rem;
  }
  header .header-search .header-search-drop {
    width: 40%;
  }
  
  .banner-slider-container .banner-slide-box img {
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    width: 100%;
  }
  .latest-blog-section-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .latest-blog-section-row .latest-blog-section-box img {
    width: 100%;
    height: auto;
  }
  .three-step-ul li {
    display: block;
  }
  .three-step-ul li:nth-of-type(2):after, .three-step-ul li:nth-of-type(2):before {
    display: none;
  }
  .three-step-ul li:nth-of-type(2) {
    margin: 3rem 0 0 0;
    padding: 0 0rem;
  }
  .trending-product-section, .latest-product-section {
    padding: 7rem 2rem 7rem 2rem;
  }
  .about-section-1-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 7rem 2rem;
  }
  .about-section-1-row .about-section-1-Left {
    text-align: center;
  }
  .about-section-1-row h3 {
    font-size: 3.6rem;
  }
  .about-section-2 .about-section-2-row {
    margin: 0 2rem;
  }
  .about-section-2 .about-section-2-row .about-section-2-box {
    padding: 7rem 2rem 7rem 2rem;
  }
  .about-section-2 .about-section-2-row .about-section-2-box h3 {
    font-size: 3.6rem;
  }
  .about-section-2 .about-section-2-row .about-section-2-box .about-section-2-box-box {
    width: 100%;
    margin: 0 0 2rem 0;
    font-size: 3rem;
  }
  
  .call-now {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
  .cart-product-table table tbody tr td:first-child {
    width: 12rem;
    padding-left: 0;
  }
  .cart-product-table table tbody tr td img {
    width: 9rem;
    height: 9rem;
    margin-right: 1.5rem;
  }
  .coupon-cart-button .shopping-update-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .coupon-cart-button .shopping-update-box a {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .coupon-cart-button .shopping-update-box button {
    width: 100%;
    margin: 0;
  }
  .coupon-cart-button .coupon-code-box {
    margin-bottom: 2rem;
  }
  .cart-product-table table thead tr th {
    font-size: 1.6rem;
  }
  .cart-product-table table tbody tr td p {
    font-size: 1.8rem;
  }
  .cart-product-table table tbody tr td p i {
    font-size: 2.2rem;
  }
  .cart-product-table table tbody tr td a {
    font-size: 1.6rem;
  }
  .cart-product-table table tbody tr td {
    padding: 2rem 1rem;
  }
  .cart-product-table table tbody tr td span {
    font-size: 2.7rem;
  }
  .cart-total {
    width: 100%;
    padding: 4rem 2rem 0rem 2rem;
  }
  .cart-total table tr td {
    width: 50%;
  }
  .contact-form-section .contact-form-width50, .contact-form-section .contact-form-width100 {
    width: 100% !important;
    padding: 0;
  }
  .contact-form-section .contact-form-box {
    margin-bottom: 2rem;
  }
  .contact-form-section p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .contact-form-section p br {
    display: none;
  }
  .contact-form-section .contact-form-submit {
    padding: 0;
  }
  
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product h4 {
    text-align: center;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    place-self: auto;
    margin: 1.5rem 0;
    width: 100%;
    border-radius: 0.5rem;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product .sort-by-box {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-total-product .sort-by-box .nice-select {
    width: 100%;
  }
  .dashboard-personal-information, .dashboard-address-information, .dashboard-order-information, .dashboard-wishlist-information, .dashboard-change-password {
    padding: 4rem 2rem;
  }
  .dashboard-personal-information .edit, .dashboard-address-information .edit, .dashboard-order-information .edit, .dashboard-wishlist-information .edit, .dashboard-change-password .edit {
    right: 2rem;
  }
  .dashboard-personal-information-input, .dashboard-address-billing-input, .dashboard-change-password-input {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .dashboard-personal-information-input input[type="submit"], .dashboard-address-billing-input input[type="submit"], .dashboard-change-password-input input[type="submit"] {
    margin-top: 0;
  }
  .dashboard-wishlist-information table tr td:last-child a {
    margin-bottom: 0.5rem;
    width: 4rem;
    height: 4rem;
    line-height: 4.5rem;
    font-size: 1.6rem;
  }

  .pest-our-pest-solution-box-one{grid-row-start: inherit; grid-row-end: inherit; grid-column-start: 1; grid-column-end: 3; text-align: center;}
.pest-our-pest-solution-box-one img{position: static; transform: initial; width: 80%;}
.pest-our-extertise-grid{grid-template-columns: repeat(2,1fr); grid-gap: 3rem;}
.pest-our-pest-solution{padding: 6rem 0;}
.pest-our-pest-solution-grid{grid-template-columns: repeat(2,1fr); grid-gap: 2rem;}
.pest-our-pest-solution-box:last-child {grid-column-start: inherit; grid-column-end: inherit;}
.how-pest-control-work-grid{grid-template-columns: 1fr; grid-gap: 5rem;}
.pest-our-pest-solution-box{padding: 2rem 1rem;}
.pest-our-extertise h2, .pest-our-pest-solution h2, .how-pest-control-work-section h2{font-size: 3.6rem;}
.how-pest-control-work-grid-box h4{font-size: 2.7rem;}
.pest-top-detail h3{line-height: 4.2rem; font-size: 3.6rem;}
.pest-top-detail h2{font-size: 1.6rem; line-height: 2.4rem;}
.digital-why-choose-Left-grid{grid-template-columns: 1fr;}
.digital-what-we-offer-grid{grid-template-columns: repeat(2,1fr); grid-gap: 2rem;}
.digital-about-section{grid-gap: 3rem; grid-template-columns: 1fr;}
.digital-about-section-Right{grid-row-start: 1;}
.digital-why-choose-Left-grid{grid-gap: 2rem;}

.inner-new-section, .inner-new-content-section{grid-template-columns: 1fr;}
  .inner-new-section-Right{grid-row-start: 1;}
  .inner-new-section h1{margin: 1rem 0; font-size: 4rem;}
  .new-inner-form-section{padding: 6rem 3rem;}
  .footer-trending-product-grid{grid-template-columns: repeat(2,1fr);}
  .footer-trending-product .main-container{padding: 0 1.5rem;}
  .footer-trending-product-box h3{-webkit-line-clamp: 2;}

  .four-0-four-section{padding: 6rem 2rem;}
.four-0-four-section h1{line-height: 3.6rem; font-size: 3rem;}
.four-0-four-section p{font-size: 1.8rem;}
.four-0-four-section p br{display: none;}
.four-0-four-section a{font-size: 1.6rem; width: 18rem; height: 4.5rem;}

.thank-you-section{padding: 6rem 2rem;}
.thank-you-section .thank-you-icon{width: 12rem;}
.thank-you-section h1{font-size: 3.6rem;}
.thank-you-section p{font-size: 1.8rem;}
.thank-you-section ul li{margin: 1.5rem auto; display: table;}
.thank-you-section ul li a{font-size: 2.1rem; width: 20rem; height: 5rem; font-size: 1.7rem;}
.thank-you-section ul li a img{margin-right: 3px; width: 22px;}

.top-banner-grid {grid-template-columns: 1fr; align-items: start;}

}


@media (max-width: 665px) {
  header .header-row .logo-div a img {
    height:15vw;
  }
  .dashboard-section-row .dashboard-menu ul li {
    width: 50%;
  }
  .dashboard-section-row .dashboard-menu ul li a {
    padding: 1.2rem 1rem;
    font-size: 1.4rem;
  }
  .dashboard-section-row .dashboard-menu ul li a i {
    margin-right: 0.5rem;
    font-size: 1.8rem;
  }
  .category-no-result{-ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-gap: 3rem; align-items: center; justify-content: center; text-align: center;}
  .category-no-result img{display: none; margin: auto;}
}


@media (max-width: 550px) {
  header .header-row .logo-div a img {
    height:15vw;
  }
  .product-container-row .product-container-Right .product-function-div {
    display: block;
    position: relative;
    margin-bottom:-123px;
  }
  .product-container-row .product-container-Right .product-function-div .quantity-box {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  
  .product-container-row .product-container-Right .product-function-div .add-cart-box {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .product-container-row .product-container-Right .product-function-div .add-cart-box button {
    width: 100%;
    height: 5.5rem;
    font-size: 1.8rem;
  }
  .product-container-row .product-container-Right .product-function-div .add-cart-box button i{font-size: 2.4rem;}
  .product-container-row .product-container-Right .product-function-div .enquire-now-box {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .product-container-row .product-container-Right .product-function-div .enquire-now-box button {
    width: 100%;
    height: 5.5rem;
    font-size: 1.8rem;
  }
  .product-container-row .product-container-Right .product-function-div .enquire-now-box button i{font-size: 2.4rem;}
  .product-container-row .product-container-Right .product-function-div .wishlist-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
    top: -21rem;
    right: 0;
  }
  .product-container-row .product-container-Right .product-share-product-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .product-container-row .product-container-Right .product-share-product-div h6 {
    margin-bottom: 1rem;
  }
  .product-container-row .product-container-Left .product-slider img {
    height: 390px;
  }
  .related-product-section {
    margin-top: -1rem;
  }
  .login-register-container {
    margin: 7rem 2rem;
  }
  .login-register-container .login-form {
    padding: 5rem 2rem 5rem 2rem;
  }
  .login-register-container .login-form .login-footer-box p {
    font-size: 1.4rem;
  }
  .policies-row {
    padding: 6rem 2rem;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner img {
    height: 22rem;
    -o-object-position: right;
       object-position: right;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner .listing-product-banner-detail {
    left: 2rem;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner .listing-product-banner-detail h2 {
    font-size: 2.7rem;
    line-height: 3.6rem;
    color: #ffffff;
    margin-bottom: 1rem;
  }
  .listing-product-section .listing-product-section-row .listing-product-section-row-Right .listing-product-banner .listing-product-banner-detail p {
    font-size: 3.6rem;
    line-height: 3rem;
    color: #ffffff;
  }

  

}


/*--------------What you'll learn in Course Css--------------*/

.lc_course_Section {background-color: #FAFAFA; padding: 4rem 0 2rem; margin-top: 5rem;}

.lc_course_Section h2 {font-weight: normal; font-size: 3rem; line-height: 33px; letter-spacing: 0.04em; color: #092041;}

.lc_course_Section h2::after {content: ''; background-color: #092041; width: 8.5rem; height: 0.2rem; left: 0; margin: 2.5rem 0 4rem 0; display: block;}

.lc_course_Section ul {margin: 2rem 0 0; padding: 0; list-style: none; display: grid; display: -ms-grid; grid-template-columns: 1fr 1fr; grid-gap: 2rem 3rem;}

.lc_course_Section ul li {width: 100%; font-size: 1.6rem; color: #000000; font-weight: normal; display: flex; align-items: flex-start; line-height: 2.5rem;}

.lc_course_Section ul li i {font-size: 2rem; color: #092041; margin-right: 1rem;}

.pr_funBtn {margin-top: 2rem; display: flex; align-items: center; gap: 1rem; justify-content: center;}

.unit_ptag{
  font-size:16px;
  color:blue;
  padding-right:20px;
  font-weight: bold;
  text-transform: uppercase;
}
.pr_funBtn .add_cart button {
  width: 16rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  font-weight: normal;
  background-color: #0c2241;
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
   
  text-transform: uppercase;
  font-size: 1.5rem;
}

 .pr_funBtn .add_cart button i {font-size: 2rem; margin-right: 0.8rem;}

 .pr_funBtn .enqrBtn button {
  width: 16rem;
    height: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    border: 1px solid #000000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.05em;
    font-weight: normal;
    background: none;
    color: #000;
    border-radius: 0.5rem;
     
    text-transform: uppercase;
    font-size: 1.5rem;
}

.pr_funBtn .enqrBtn button i {font-size: 2rem; margin-right: 0.8rem;}


/*-----------------------------------------Course Includes: Css---------------------------------------*/

.sc_inclide {margin-top: 5rem; }

.sc_inclide h2 {font-weight: normal; font-size: 3rem; line-height: 33px; letter-spacing: 0.04em; color: #092041;}

.sc_inclide h2::after {content: ''; background-color: #092041; width: 8.5rem; height: 0.2rem; left: 0; margin: 2.5rem 0 4rem 0; display: block;}

.sc_inclide ul.include_list {margin: 2rem 0 0; padding: 0; list-style: disc; display: grid; display: -ms-grid; grid-template-columns: repeat(4, 1fr); grid-gap: 2rem 3rem;}

.sc_inclide ul.include_list li {width: 100%; font-size: 1.8rem; color: #000000; font-weight: normal; margin-left: 2rem; display: list-item; line-height: 2.5rem;}

.sc_inclide ul.include_list li::marker {color: #092041; font-size: 2rem;}

.sc_inclide ul.include_list li i {font-size: 2rem; color: #092041; margin-right: 1rem;}


/*--------------Faq Accordian Section Css--------------*/

.fagQuesAns-wrapper {padding-top: 0px;}

.faq-section { padding: 0px 0; width: 100%; margin-top: 0px; margin-bottom: 50px;}

.faq-section h2 {font-weight: bold;
  font-size: 2rem;
  line-height: 33px;
  letter-spacing: 0.04em;
  color: #000;
  text-transform: uppercase;}

.faq-section h2::after {content: '';
  background-color: #092041;
  width: 8.5rem;
  height: 0.2rem;
  left: 0;
  margin: 2.5rem 0 5rem 0;
  display: block;}

.faq-section .faq-question {padding: 10px 10px; background-color: #fbfbfb;margin: 1rem 0; border-radius: .7rem;}

.faq-section .faq-question a {color: #000;; padding: 3px 5px; font-size: 1.6rem; text-decoration: none; font-weight: 500; transition: all 0.3s ease; position: relative; display: block;}

.faq-section .faq-question a::after {content: '[+]'; color: #ed1c24; font-size: 14px; position: absolute; right: 10px; transition: all 0.3s ease;}

.faq-section .faq-question .active::after {content: '[-]';}

.faq-section .faq-question .faqAnswer {padding: 0 5px;  max-height: 0; overflow: hidden; transition: max-height 0.8s ease;}

.faq-section .faq-question .faqAnswer p {color: #000; font-size: 1.4rem; padding-top: 10px; font-weight: 400; line-height: 2.4rem;letter-spacing: 0.3px; padding-bottom: 20px;}



@media screen and (max-width: 768px){
  .main-container {width: 100% !important; margin: 0;} 

  .lc_course_Section ul.lc_list {grid-template-columns: 1fr;}
  .sc_inclide ul.include_list {grid-template-columns: 1fr 1fr;}

  .tourist-place-section .tp-img-box:nth-of-type(1) {grid-column: 1/-1; grid-row: auto;}

     .tourist-place-section {

        grid-template-columns: repeat(2, 1fr);

        grid-template-rows: 20rem repeat(2, 100px);

     }
    
}

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

  .pr_funBtn {flex-direction: column;}

  .pr_funBtn .add_cart,
  .pr_funBtn .add_cart button
  {width: 100%;}

  .pr_funBtn .enqrBtn,
  .pr_funBtn .enqrBtn button
   {width: 100%;}

  .sc_inclide ul.include_list {grid-template-columns: 1fr;}
}


.cart-total input.promocd {
  padding: 1rem;
  border-radius: .5rem;
  border: .1rem dashed #3d445e;
  background-color: #eef1ff;
  height: 5rem;
  width: 100%;
  
}

.cart-total input.promocd:placeholder {
  font-size: 1.4rem;
  color: #333;
}

.cart-total span.cnfrm {
  position: absolute;
    bottom: 0.2rem;
    font-size: 1.4rem;
    color: green;
    width: 45rem;
    line-height: 1.4rem;
}

.tcls {position: relative; padding: 2rem 0rem 2rem 0rem !important;}

.cart-total button.aplyBtn {
  background-color: #3c435e;
  color: #fff;
  display: block;
  width: 100%;
  height: 5rem;
  border: none;
  border-radius: .5rem;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
}

.invalid_msg{
    color: red;
    font-size: 14px;
}


 .top-banner .main-container-banner{
  width:1440px;
  height:200px !important;
 }
.loading {position: fixed; z-index: 999; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; display: none;}
.loading:before {content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3);}
.loading:not(:required) {font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}
.loading:not(:required):after {content: ''; display: block; font-size: 10px; width: 1em; height: 1em; margin-top: -0.5em; -webkit-animation: spinner 1500ms infinite linear; -moz-animation: spinner 1500ms infinite linear; -ms-animation: spinner 1500ms infinite linear; -o-animation: spinner 1500ms infinite linear; animation: spinner 1500ms infinite linear; border-radius: 0.5em; -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;}


.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.peraone{
  color:green !important;
}
.peratwo{
  color:blue !important;
}
.perathree{
  color:#f1654c !important;
}

.small_sub_heading{
  font-size:12px !important;font-weight:bold !important ;color:#0457c8 !important;text-transform: uppercase !important; 
}


.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
  font-size:1.3rem !important;
  color:red !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border-radius:50px !important;
  background:#15d15a !important;
  color:#fff !important;
  border:0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default:hover{
  border-radius:50px !important;
  background:green !important;
  color:#fff !important;
  border:0 !important;

}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  font-weight: bold !important;
}


/* Banner Heading */
.top-banner-grid .banner-img h2 {
  position: absolute;
  bottom: 15rem;
  color:#fff;
  font-size:4rem;
  overflow:hidden;
  font-weight:bold;
  text-shadow: 2px 2px 4px #000000;
}

.top-banner-grid  .banner-img h3 {
  position: absolute;
  bottom: 5rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight:normal;
  overflow: hidden;
  width:50rem;
  text-shadow: 2px 2px 4px #000000;
}


.content-center {
  display: flex;
  justify-content: center;
  
  
}


/* Compare Page CSS Start */
.header-compare {
  position: relative;
  margin-left: 20px;
  margin-right: 15px;
  float: left;
  margin-top: 30px;
}
.header-compare span {
  font-size: 11px;
  font-weight: 400;
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #d71920;
  position: absolute;
  text-align: center;
  line-height: 18px;
  top: -10px;
  right: -7px;
}
.compare-section-box{font-size: 0; padding: 10px 0; width:1400px;}
.compare-section-box-Left{width: 12%; display: inline-block; vertical-align: top; background: #f7f7f7;}
.compare-top-main-box{height: 150px; position: sticky; top: 0px; background: #f7f7f7; border-bottom: 1px solid #e7e7e7;}
.compare-top-main-box h1{font-size: 20px; line-height: 34px; padding: 0 15px 0 25px; position: absolute; top: 50%; font-weight: 300; transform: translateY(-58%);}
.compare-top-main-box h1 font{font-size: 21px; display: block; color: var(--theme-primarycolor); text-transform: uppercase; letter-spacing: 0.4px; font-weight: 400;}
.compare-section-box-Left ul{margin: 0; padding: 0; list-style: none;}
.compare-section-box-Left ul li{display: block; padding: 15px; border-bottom: 1px solid #e7e7e7; font-size: 15px;}
.compare-section-box-Left ul li:nth-child(2) {height: 80px; line-height: 45px;}
.compare-section-box-Left ul li:last-child{line-height: 38px;}

.compare-section-box-Right{width: 80%; display: inline-block; vertical-align: top;}
.compare-top-main-box img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.compare-top-main-box a{position: absolute; bottom: 0; z-index: 9; left: 0; right: 0; background: rgba(255,255,255,0.9); text-align: center; padding: 4px 5px; color: var(--theme-primarycolor); font-size: 16px;}
.compare-product-box{display: inline-block; border-right: 1px solid #e7e7e7; vertical-align: top;}
.compare-product-box ul{margin: 0; transition: 0.2s; padding: 0; list-style: none;}
.compare-product-box ul li{display: block; text-overflow: ellipsis; white-space: nowrap;  padding: 15px 5px; border-bottom: 1px solid #e7e7e7; font-size: 15px; text-align: center;}

.compare-product-box ul li:nth-child(2) {height: 80px; line-height: 45px;}
.compare-product-box ul:hover{background: #fdfdfd;}

.compare-product-box ul li a{color: var(--theme-primarycolor);}
.compare-product-box ul li button{width: 145px; transition: 0.25s; height: 38px; font-size: 14px; border-radius: 50px; background: none; border: 1px solid var(--theme-primarycolor); color: var(--theme-primarycolor);}
.compare-product-box ul:hover button{background: var(--theme-primarycolor); color: #fff;}



.compare-pop-div {
  position: absolute;
  width: 250px;
  background: #fff;
  box-shadow: 0 0 12px 0px rgb(0 0 0 / 8%);
  padding: 15px 15px 20px 15px;
  left: -81px;
  transform: translateX(-50%);
  top: 62px;
  border-radius: 0 0 5px 5px;
  display: none;
  z-index: 99;
}
.compare-pop-div h4{position: relative; font-size: 18px; color: var(--theme-primarycolor); font-weight: 700; margin-bottom: 20px;}
.compare-pop-div h4 font{float: right; font-size: 21px; margin-top: -3px; cursor: pointer;}
.compare-pop-div ul{margin: 0; padding: 0; list-style: none; display: flex;
  flex-direction: column; /* Stacks list items vertically */}
.compare-pop-div ul li{display: block;position: relative;border-bottom: 1px solid #efefef;padding-bottom: 12px; margin-bottom: 10px; line-height:1.6rem;margin-right: -5px;margin-left: 0px;}
.compare-pop-div ul li font{color: #000; font-size: 14px;}
.compare-pop-div ul li a{font-size: 14px; color: #000; text-decoration: none; letter-spacing: 0.0px; font-weight: 400;letter-spacing: 0.1rem;}
.compare-pop-div ul li a:hover{color: var(--theme-primarycolor) !important;}
  
.compare-pop-div ul li i{float: right; cursor: pointer; right: 0; font-size: 11px; color: var(--theme-primarycolor); position: absolute; top: 37%; transform: translateY(-50%);}
.compare-link{border: 1px solid var(--theme-primarycolor); transition: 0.25s; color: var(--theme-primarycolor) !important; border-radius: 50px; display: table; margin: 16px auto 0; font-size: 13px !important; letter-spacing: 0.2px; padding: 5px 12px; font-weight: 400; text-decoration: none !important; padding:15px;}
.compare-link:hover{background: var(--theme-primarycolor); color: var(--white) !important;}

.fa-trash::before{color:red;}


.gallery-enquire-detail{position: absolute; bottom: 10px; right: 0px; margin: 0; padding: 0; list-style: none;}
.gallery-enquire-detail li{float: left; margin-right: 10px;}
.gallery-enquire-detail li:first-child{border-radius: 5px; height: 45px; background: #fff; padding: 5px 10px; text-align: center;  position: relative;}
.gallery-enquire-detail li:first-child span{position: absolute; font-size: 12px; font-weight: 400; left: 5px; top: -16px; color: #fff; background: var(--theme-primarycolor); padding: 3px 6px; border-radius: 4px;}
.gallery-enquire-detail li:first-child p{color: var(--theme-primarycolor); font-size: 24px; font-weight: 700;}
.gallery-enquire-detail li a{border-radius: 5px; display: block; width: 195px; transition: 0.25s; letter-spacing: 0.2px; height: 45px; background: #fff; text-align: center; font-size: 15px; font-weight: 700; text-transform: uppercase; line-height: 45px; color: var(--theme-primarycolor); text-decoration: none !important; box-shadow: 0 0 18px rgba(0,0,0,0.18);}
.gallery-enquire-detail li a i{font-size: 18px; vertical-align: middle;  margin-right: 2px; margin-top: -3px;}
.gallery-enquire-detail li:last-child a, .gallery-enquire-detail li a:hover{background: var(--theme-primarycolor); color: #fff;}
.gallery-enquire-detail li:last-child a:hover{background: #fff; color: var(--theme-primarycolor);}

/* The Modal (background) */
.gallery-box {display: none; animation: fadeInScale 0.6s ease-in-out; -webkit-animation: fadeInScale 0.5s ease-in-out; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: black;}
.gallery-box-content {position: relative; background: none; padding: 0; width: 96%; margin: auto; height: 100%;}
.gallery-box-close {color: white; position: fixed; background-color: rgba(0, 0, 0, 0.8); top: 0; right: 0; font-size: 27px; font-weight: bold; width: 35px; height: 35px; text-align: center; line-height: 35px; z-index: 1;}
.gallery-box-close:hover, .gallery-box-close:focus {color: #999; text-decoration: none; cursor: pointer;}
.mySlides:first-child {display: block;}
.mySlides {display: none;}
.mySlides img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.cursor {cursor: pointer;}
.prev, .next {cursor: pointer; background-color: rgba(0, 0, 0, 0.8); position: absolute; top: 50%; text-decoration: none !important; color: #fff !important; width: auto; padding: 16px; margin-top: -50px; color: white; font-weight: bold; font-size: 20px; transition: 0.6s ease; border-radius: 0 3px 3px 0; user-select: none; -webkit-user-select: none;}
.next {right: 0; border-radius: 3px 0 0 3px;}
.prev:hover, .next:hover {background-color: rgba(0, 0, 0, 1);}
.numbertext {color: #ffffff; z-index: 1; font-size: 14px; padding: 8px 12px; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.71);}
#caption {color: #ffffff; font-size: 15px; text-transform: uppercase; padding: 8px 12px; position: fixed; bottom: 0; left: 0; right:0; text-align: center; background: rgba(0, 0, 0, 0.71);}