@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap");
body {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Noto Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Noto Sans", sans-serif;
}

p {
  margin: 10px 0 0 0;
  color: #797676;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #00235A;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #6699FF;
  border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .reverse {
    flex-direction: column-reverse;
  }
}
section {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

h2 {
  color: #00235A;
  font-size: 2.5rem;
  text-align: left;
  text-align: center;
  font-weight: 800;
  position: relative;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 24px;
  }
}

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}

.form-group {
  margin-bottom: 10px;
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-group .selecttext {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
@media only screen and (min-width: 991px) and (max-width: 1110px) {
  .form-group input,
  .form-group .form-select,
  .form-group .selecttext {
    padding: 0 10px;
    font-size: 12px;
  }
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus {
  color: #5a5a59;
  outline: 0;
  box-shadow: none;
  border-color: #00235A;
  transition: all 0.6s ease-in-out;
}
.form-group input:disabled,
.form-group input[readonly] {
  background-color: #fff;
}
.form-group textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 80px;
  padding: 10px 20px;
  resize: none;
  width: 100%;
  border: 1px solid #ced4da;
  font-size: 14px;
  transition: all 0.4s ease;
}

.modalbg {
  background: #efefef;
  border: 10px solid #fff;
}
.modalbg .password {
  display: flex;
  justify-content: end;
  color: #00CCFF;
}
.modalbg .password a {
  color: #00CCFF;
}
.modalbg .signup a {
  color: #6699FF;
  font-weight: 500;
}
.modalbg .modal-header {
  padding: 0;
  border-bottom: none;
}
.modalbg h3 {
  font-weight: 700;
}
.modalbg .modal-body {
  padding: 2rem;
}
.modalbg .modal-body .shape17 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.modalbg button.close {
  width: 45px;
  height: 45px;
  opacity: 1;
  position: absolute;
  right: 15px;
  transition: all 0.4s ease-in-out;
  background: none;
  border: none;
  z-index: 9;
}
.modalbg .close:hover {
  opacity: 1 !important;
  transform: rotate(90deg);
}

header {
  background: #fff;
  padding: 5px 15px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 10px 10px;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  header {
    padding: 5px 10px;
  }
}
header .search_header {
  width: 300px;
  padding: 0px 5px;
  display: block;
}
@media (max-width: 767px) {
  header .search_header {
    display: none;
  }
}
header .search_header .namanyay-search-btn {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  margin-left: -5px;
  background: #00235A;
  color: white;
  padding: 10px 0px;
  border: 0 none;
  font-weight: bold;
  cursor: pointer;
  width: 15%;
}
header .search_header #namanyay-search-box {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  background: #F4F7FA;
  padding: 10px;
  border: 0 none;
  width: 80%;
}
header .search_header_portrait {
  width: 300px;
  padding: 0px 5px;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  header .search_header_portrait {
    position: absolute;
    display: block;
    right: 40px;
    top: 5px;
  }
}
@media (max-width: 767px) {
  header .search_header_portrait {
    display: none;
  }
}
header .search_header_portrait .namanyay-search-btn {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  margin-left: -5px;
  background: #00235A;
  color: white;
  padding: 10px 0px;
  border: 0 none;
  font-weight: bold;
  cursor: pointer;
  width: 15%;
}
header .search_header_portrait #namanyay-search-box {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  background: #F4F7FA;
  padding: 10px;
  border: 0 none;
  width: 80%;
}
header .nav-wrapper {
  width: auto;
  text-align: center;
}
header .sl-nav {
  display: inline;
}
header .sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
}
header .sl-nav li {
  cursor: pointer;
  padding: 10px 15px 10px 0px;
  font-weight: 500;
  z-index: 999999999;
  position: relative;
}
header .sl-nav li a {
  color: #000;
}
@media (max-width: 480px) {
  header .sl-nav li {
    font-size: 14px;
  }
}
header .sl-nav li .button-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff1ee;
  padding: 5px;
  width: 30px;
  position: relative;
  height: 30px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .sl-nav li .button-icon i {
  color: #00235A;
  font-size: 18px;
}
header .sl-nav li .button-icon .cart-count-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: -8px;
  color: #fff;
  top: 0;
  font-size: 0.625rem;
  min-width: 1.0625rem;
  height: 1.0625rem;
  background: #00CCFF;
}
header .sl-nav li ul {
  display: none;
}
header .sl-nav li:hover ul {
  position: absolute;
  top: 45px;
  right: -15px;
  display: block;
  background: #fff;
  width: 130px;
  padding-top: 0px;
  z-index: 999;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
header .sl-nav li:hover .triangle {
  position: absolute;
  top: 32px;
  right: 15px;
  z-index: 999;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
header .sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
header .sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 4px 10px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 14px;
  color: #3c3c3c;
}
header .sl-nav li ul li:last-of-type {
  padding-bottom: 5px;
}
header .sl-nav li ul li span {
  padding-left: 5px;
  width: 100%;
}
header .sl-nav li ul li span:hover, header .sl-nav li ul li span.active {
  color: #6699FF;
}
header .sl-nav li ul li span .count {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #000;
  font-size: 0.625rem;
  width: 15px;
  height: 15px;
  padding: 2px 5px;
  background: #caeaf5;
}
header .sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
header .flag-de {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAtAAAALQB65csewAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAL7SURBVEiJtZZdSFNhGMefc7Z5tlw5N51KUhsSbiJkSkgJMRG9MLwIvLGoG9EcLFHrKiJKQ9aFEiRoSl1IkJQaFYofSWZWmqsVIoTSl19rOVu5cebOznnfbnK0nQ+x8n/3POc5/9/zvOe87zkExhjE1DN9x+T0ztSGuFCOj1kzrgZWNQEuQKTHmdxsAC1rKM3YTqWms+7IGaeYByEEaLOXGczu0DNHvD91xEQI3rhnhwHmlj+AnJRD9u4DL33ruKTlWONqdB0ZnRi4dPKGZfTLp/SphVQuxIhO5w66gCAAWMTCq4WpQ0u+2a/n+y/USQKeNtcO7R+ZrdT4OVHjDQW5IKhjY8Px2vqafGrJ0dQxebNdEHC/8VRr2oMXhYT4I+FJqaQiYoQRdE/3VFwcvGyLAAydKzVlD89WyTdvPHIKtM7LsYgFp8t5rfpedWIYQHEwTIW20HoYEARCxs/TDC3TxOl6AABkuUaUt2/AWSNH/MJ3xhj4nCSXhGAEgAUmX/Gv7KVZf7c81xVzlRHpvjyjHCqLjkqPgTEAEugOAGIUiiqS++5Nl3b4e2GAgyT2fNNsFwBhnEYil0t6kf8FgJCWt5P/t0gyJYXdPnPSS5IJ+h/bBiCIj3IcHz8HAAlCBWwoBGwwKGlCAAAWeU1JknQQt21VeYffvB5XEfxj+YrbA3d/+iQBDMMAy/JXWaVSgdVqzSRPXG99PhOnXZR0kRAS6T4/P3+8vr5+hgQA8HHBwoDEl01MKpVKEKBWq7n5+flSgN+HXdngk/ePtYltoS1C1Go1L6dQKMBisdRMTEy4wwAAgIpHfda3GZnDwgMLi6bpiFgmk4HNZuvo6upq2chFbLSSjltFo1pd+wq3OUapVILH4wnHOp2OLSgoONvQ0FD5Zx1vJx9/2H+6T6k2OnbFL8ooKvpyWAaDATDGQFEUFBcXj5vN5qTe3t7m6DrBv4oNtTQ1mcYmJ2sZhsnxer1Gl8uloWmayMrKciOEFvV6/WhycnKn3W6fFvP4BfA1NvDIT5BqAAAAAElFTkSuQmCC");
  background-size: cover;
  background-position: center center;
}
header .flag-usa {
  background-size: cover;
  background-position: center center;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=");
}
header .logo {
  background: url(../images/logo.svg);
  display: inline-block;
  width: 180px;
  height: 52px;
  margin-top: 0px;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
}

.search_mobile_only {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .search_mobile_only {
    display: block;
    top: 80px;
    position: fixed;
    z-index: 9;
    padding: 10px;
    background: #EAEDF1;
  }
}
@media (max-width: 480px) {
  .search_mobile_only {
    top: 68px;
  }
}
.search_mobile_only .namanyay-search-btn {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  background: #00235A;
  color: white;
  padding: 10px 20px;
  border: 0 none;
  font-weight: bold;
  cursor: pointer;
  width: 10%;
}
@media (max-width: 480px) {
  .search_mobile_only .namanyay-search-btn {
    width: 20%;
  }
}
.search_mobile_only #namanyay-search-box {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  background: #fff;
  padding: 10px;
  border: 0 none;
  width: 88%;
}
@media (max-width: 480px) {
  .search_mobile_only #namanyay-search-box {
    width: 78%;
  }
}

.intro {
  height: 100vh;
  background: #000;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro {
    margin-top: 30px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro {
    margin-top: 60px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .intro {
    margin-top: 54px;
    height: 70vh;
  }
}
@media (max-width: 480px) {
  .intro {
    height: 65vh;
  }
}
.intro .owl-carousel {
  margin: 0;
  height: 100vh;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro .owl-carousel {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro .owl-carousel {
    margin-top: 60px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .intro .owl-carousel {
    height: auto;
  }
}
.intro .owl-pagination {
  display: flex;
  float: right;
  z-index: 1;
  position: relative;
}
.intro .owl-theme .owl-controls .owl-page {
  display: block;
  zoom: 1;
}
.intro .owl-theme {
  width: 100%;
  margin: 0;
}
.intro .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 5%;
  right: 20px;
}
.intro .owl-theme .owl-controls .owl-buttons div {
  display: none;
}
.intro .owl-item {
  display: flex;
  height: auto !important;
}
.intro .owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  -ms-touch-action: pan-y;
}
.intro .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.intro .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.intro .owl-carousel .owl-item {
  float: left;
  padding: 0;
}
.intro .owl-controls .owl-buttons div,
.intro .owl-controls .owl-page {
  cursor: pointer;
}
.intro .grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
.intro .owl-carousel .owl-item {
  height: 100vh;
  width: 100%;
}
.intro .owl-carousel .owl-item .item {
  height: 100vh;
  width: 100%;
}
.intro .owl-carousel .owl-item .item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.intro .owl-carousel .owl-item,
.intro .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.intro .owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
}
.intro .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.intro .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #F4F7FA;
  border: #F7D48A 1px solid;
  border-radius: 50%;
}
.intro .owl-theme .owl-controls .owl-page.active span,
.intro .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #F7D48A;
}
.intro .owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
.intro .owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}
.intro .owl-theme .owl-controls {
  margin: 0 0 0;
  width: 100%;
  float: left;
}
.intro .owl-fade-out {
  z-index: 10;
  animation: fadeOut 0.7s both ease;
}
.intro .owl-fade-in {
  animation: fadeIn 0.7s both ease;
}

.search_container {
  height: 100vh;
  width: 45%;
  left: 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1200px) {
  .search_container {
    width: 55%;
    height: 98vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_container {
    height: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .search_container {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    width: 85%;
  }
}
@media (max-width: 480px) {
  .search_container {
    padding: 20px 0px;
  }
}
.search_container h1 {
  font-weight: 800;
  font-size: 3rem;
  color: #fff;
  text-align: left;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .search_container h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_container h1 {
    font-size: 2rem;
  }
  .search_container h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .search_container h1 {
    font-size: 2rem;
    text-align: center;
  }
  .search_container h1 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .search_container h1 {
    font-size: 1.8rem;
  }
}
.search_container h1 span {
  color: #6699FF;
}
.search_container h4 {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  margin-top: 10px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .search_container h4 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .search_container h4 {
    text-align: center;
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .search_container h4 {
    font-size: 0.813rem;
  }
}
.search_container h5 {
  color: #797676;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .search_container h5 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .search_container h5 {
    font-size: 0.813rem;
  }
}
.search_container h5 a {
  color: #e0e0e0;
}
.search_container h5 a:hover {
  color: #e0e0e0;
}
.search_container h5 span {
  color: #e0e0e0;
}
@media (width <= 480px) {
  .search_container .search_bar .select2-container .select2-selection--single {
    height: 40px;
    font-size: 14px;
  }
}
@media (width <= 480px) {
  .search_container .search_bar input {
    height: 40px;
    font-size: 14px;
  }
}

.explore_category {
  background: #F4F7FA;
  position: relative;
}
.explore_category::before {
  position: absolute;
  content: "";
  width: 5%;
  background: #fff;
  height: 100%;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .explore_category::before {
    width: 2%;
  }
}
@media (max-width: 1200px) {
  .explore_category::before {
    display: none;
  }
}
.explore_category .full__box {
  transition: all 0.4s ease-in-out;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 1.5rem 1rem;
  background: #fff;
  height: 100%;
}
@media (max-width: 480px) {
  .explore_category .full__box {
    padding: 1rem 0.5rem;
  }
}
.explore_category .full__box .category_img {
  transition: all 0.4s ease-in-out;
  border-radius: 20%;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  -ms-border-radius: 20%;
  -o-border-radius: 20%;
  background: #6699FF;
  position: relative;
  padding: 1rem;
}
@media (max-width: 480px) {
  .explore_category .full__box .category_img {
    padding: 0.5rem;
  }
}
.explore_category .full__box .category_img img {
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
}
@media (768px <= width <= 992px) {
  .explore_category .full__box .category_img img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .explore_category .full__box .category_img img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .explore_category .full__box .category_img img {
    width: 28px;
    height: 28px;
  }
}
.explore_category .full__box h4 {
  transition: all 0.4s ease-in-out;
  text-align: center;
  color: #00235A;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .explore_category .full__box h4 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .explore_category .full__box h4 {
    font-size: 0.938rem;
  }
}
@media (max-width: 767px) {
  .explore_category .full__box h4 {
    font-size: 0.875rem;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .explore_category .full__box h4 {
    font-size: 0.813rem;
    margin-top: 5px;
  }
}
.explore_category .full__box:hover {
  background: #00235A;
}
.explore_category .full__box:hover h4 {
  color: #fff;
}
.explore_category .full__box:hover .category_img {
  transition: all 0.4s ease-in-out;
  background: #6699FF;
}
@media (max-width: 480px) {
  .explore_category .row > * {
    padding-left: 8px;
    /* or 0, or your desired value */
    padding-right: 8px;
  }
}

.promotion_offer {
  width: 100%;
}
.promotion_offer .promotion_img {
  width: 100%;
  aspect-ratio: 1/1;
}
.promotion_offer .promotion_img img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion_offer .promotion_img img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
@media (max-width: 767px) {
  .promotion_offer .promotion_img img:hover {
    transform: none;
  }
}
.promotion_offer .btn-1 {
  margin: 0 auto;
}

.news_updates {
  background: #E8F8F8;
}
.news_updates h2 {
  text-align: left;
}
@media (max-width: 767px) {
  .news_updates h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .news_updates .btn-1 {
    margin: 0 auto;
  }
}

.news_box {
  transition: all 0.4s ease-in-out;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #00235A;
}
.news_box .news_img {
  position: relative;
  width: 100%;
  aspect-ratio: 13/9;
}
.news_box .news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_box .news_img .date {
  transition: all 0.4s ease-in-out;
  position: absolute;
  background: #6699FF;
  padding: 5px 10px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  left: 20px;
  bottom: -30px;
  text-align: center;
  line-height: 20px;
}
.news_box .news_img .date span {
  font-weight: 300;
  font-size: 1rem;
  display: block;
}
.news_box .news_content {
  background: #fff;
  padding: 40px 20px 20px 20px;
}
.news_box .news_content h4 {
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
  display: -webkit-box;
  height: 61px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .news_box .news_content h4 {
    font-size: 1.2rem;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news_box .news_content h4 {
    font-size: 1rem;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .news_box .news_content h4 {
    font-size: 1.2rem;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .news_box .news_content h4 {
    font-size: 1.1rem;
    height: 42px;
  }
}
.news_box:hover .date {
  background: #00CCFF;
}

.popular_ads {
  width: 100%;
  position: relative;
}
.popular_ads h2 {
  text-align: left;
}
@media (max-width: 767px) {
  .popular_ads h2 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .popular_ads .owl-carousel {
    margin: 10px 0 0;
  }
}
.popular_ads .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}
.popular_ads .owl-pagination {
  display: none;
}
.popular_ads .owl-theme .owl-controls .owl-buttons div {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  zoom: 1;
  width: 40px;
  height: 40px;
  padding: 0px;
  text-align: center;
  background: #fff;
  line-height: 40px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .popular_ads .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.popular_ads .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
}
@media (max-width: 768px) {
  .popular_ads .owl-prev {
    left: -10px;
  }
}
.popular_ads .owl-next {
  position: absolute;
  right: -30px;
  left: auto;
}
@media (max-width: 768px) {
  .popular_ads .owl-next {
    right: -10px;
  }
}
.popular_ads .owl-theme .owl-controls,
.popular_ads .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 45%;
  margin: 0;
}
.popular_ads .owl-prev::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f12a";
  font-size: 32px;
  color: #BFBFB9;
}
@media (max-width: 768px) {
  .popular_ads .owl-prev::before {
    font-size: 22px;
  }
}
.popular_ads .owl-next::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f134";
  font-size: 32px;
  color: #BFBFB9;
}
@media (max-width: 768px) {
  .popular_ads .owl-next::before {
    font-size: 22px;
  }
}

.popular_sales {
  background: #F4F7FA;
}

.latest_ads {
  width: 100%;
  position: relative;
}
.latest_ads h2 {
  text-align: left;
}
@media (max-width: 480px) {
  .latest_ads h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .latest_ads .btn-1 {
    margin: 0 auto;
  }
}
.latest_ads .popular_ads_box {
  background: #fff;
  border: 1px solid #EFECEC;
}
@media (max-width: 480px) {
  .latest_ads .owl-carousel {
    margin: 10px 0 0;
  }
}
.latest_ads .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}
.latest_ads .owl-pagination {
  display: none;
}
.latest_ads .owl-theme .owl-controls .owl-buttons div {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  zoom: 1;
  width: 40px;
  height: 40px;
  padding: 0px;
  text-align: center;
  background: #fff;
  line-height: 40px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .latest_ads .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.latest_ads .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
}
@media (max-width: 768px) {
  .latest_ads .owl-prev {
    left: -10px;
  }
}
.latest_ads .owl-next {
  position: absolute;
  right: -30px;
  left: auto;
}
@media (max-width: 768px) {
  .latest_ads .owl-next {
    right: -10px;
  }
}
.latest_ads .owl-theme .owl-controls,
.latest_ads .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 45%;
  margin: 0;
}
.latest_ads .owl-prev::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f12a";
  font-size: 32px;
  color: #BFBFB9;
}
@media (max-width: 768px) {
  .latest_ads .owl-prev::before {
    font-size: 22px;
  }
}
.latest_ads .owl-next::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f134";
  font-size: 32px;
  color: #BFBFB9;
}
@media (max-width: 768px) {
  .latest_ads .owl-next::before {
    font-size: 22px;
  }
}

.popular_ads_box {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #EFECEC;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 15px;
  margin: 0px 5px;
  overflow: hidden;
}
.popular_ads_box .ads-img {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  width: 100%;
  background: #000;
  aspect-ratio: 13/9;
  position: relative;
}
.popular_ads_box .ads-img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular_ads_box .ads-img .whishlist {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  background: #ebe2e2;
  padding: 5px;
  right: 8px;
  top: 8px;
  width: 40px;
  height: 40px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .popular_ads_box .ads-img .whishlist {
    width: 30px;
    height: 30px;
  }
}
@media (width <= 575.98px) {
  .popular_ads_box .ads-img .whishlist {
    width: 30px;
    height: 30px;
  }
}
.popular_ads_box .ads-img .whishlist i {
  color: #00235A;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .popular_ads_box .ads-img .whishlist i {
    font-size: 16px;
  }
}
@media (width <= 575.98px) {
  .popular_ads_box .ads-img .whishlist i {
    font-size: 16px;
  }
}
.popular_ads_box .ads-img .whishlist .bi-heart-fill {
  color: #6699FF !important;
}
.popular_ads_box .ads-content-div {
  margin-top: 10px;
  width: 100%;
}
.popular_ads_box .ads-content-div .location {
  color: #797676;
  font-size: 1rem;
  padding-bottom: 5px;
}
.popular_ads_box .ads-content-div .location i {
  color: #6699FF;
}
.popular_ads_box .ads-content-div h3 {
  text-align: left;
  color: #00235A;
  font-weight: 600;
  display: -webkit-box;
  height: 26px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
}
.popular_ads_box .ads-content-div p {
  text-align: left;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 0px 10px 0px;
}
.popular_ads_box .ads-content-div .bottom-text {
  display: flex;
  justify-content: space-between;
}
.popular_ads_box .ads-content-div .bottom-text .btn-3 {
  color: #fff !important;
}
.popular_ads_box .ads-content-div .bottom-text .btn-3 a {
  color: #fff !important;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .popular_ads_box .ads-content-div .bottom-text .btn-3 {
    font-size: 13px;
  }
}
.popular_ads_box .ads-content {
  margin-top: 10px;
  width: 100%;
}
.popular_ads_box .ads-content .location {
  color: #797676;
  font-size: 1rem;
  padding-bottom: 5px;
}
.popular_ads_box .ads-content .location i {
  color: #6699FF;
}
.popular_ads_box .ads-content h3 {
  text-align: left;
  color: #00235A;
  font-weight: 600;
  display: -webkit-box;
  height: 26px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
}
.popular_ads_box .ads-content p {
  text-align: left;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 0px 10px 0px;
}
.popular_ads_box .ads-content .bottom-text {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .popular_ads_box .ads-content .bottom-text .btn-3 {
    font-size: 13px;
  }
}
.popular_ads_box:hover .ads-img img {
  opacity: 0.8;
}

.vendor_ad_list {
  width: 100%;
  background: #F4F7FA;
}
.vendor_ad_list .vendor-box {
  border-radius: 5% 5% 0 0;
  -webkit-border-radius: 5% 5% 0 0;
  -moz-border-radius: 5% 5% 0 0;
  -ms-border-radius: 5% 5% 0 0;
  -o-border-radius: 5% 5% 0 0;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.vendor_ad_list .vendor-box .view_btn {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  bottom: 5%;
  left: 50%;
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  z-index: 9;
  color: #6699FF;
  transform: translate(-50%, -50%);
}
.vendor_ad_list .vendor-box img {
  border-radius: 5% 5% 0 0;
  -webkit-border-radius: 5% 5% 0 0;
  -moz-border-radius: 5% 5% 0 0;
  -ms-border-radius: 5% 5% 0 0;
  -o-border-radius: 5% 5% 0 0;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vendor_ad_list .vendor-box::before {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 9;
  content: "";
  background: rgb(24, 168, 104);
  background: linear-gradient(180deg, rgba(24, 168, 104, 0) 0%, rgb(0, 0, 0) 100%);
}
.vendor_ad_list .vendor-box:hover .view_btn {
  background: #6699FF;
  color: #fff;
}
.vendor_ad_list .btn-1 {
  margin: 0 auto;
}

.blogs {
  padding-bottom: 0;
}
.blogs h2 {
  text-align: left;
}
@media (max-width: 480px) {
  .blogs h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blogs .btn-1 {
    margin: 0 auto;
  }
}
.blogs .blog-box {
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
}
.blogs .blog-box .blog-img {
  aspect-ratio: 13/9;
  transition: all 0.4s ease-in-out;
  background: #00235A;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}
.blogs .blog-box .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}
.blogs .blog-box .blog-img i {
  transition: all 0.4s ease-in-out;
  position: absolute;
  font-size: 40px;
  color: #fff;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.blogs .blog-box .blog-content {
  width: 100%;
  padding: 20px;
  background: #fff;
}
.blogs .blog-box .blog-content h4 {
  font-size: 20px;
  color: #00235A;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs .blog-box .blog-content h4 {
    font-size: 17px;
    height: 45px;
  }
}
.blogs .blog-box .blog-content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #797676;
  display: -webkit-box;
  height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.blogs .blog-box .blog-content hr {
  background-color: #999696;
  height: 0.5px;
  margin: 0.5rem 0;
}
.blogs .blog-box .blog-content span {
  color: #00235A;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs .blog-box .blog-content span {
    font-size: 14px;
  }
}
.blogs .blog-box .blog-content span i {
  color: #6699FF;
}
.blogs .blog-box:hover .blog-img img {
  opacity: 0.3;
}
.blogs .blog-box:hover .blog-img i {
  opacity: 1;
}
.blogs .count {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transform: translateY(100px);
  background: linear-gradient(90deg, rgb(102, 153, 255) 0%, rgb(0, 35, 90) 100%);
  padding: 60px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs .count {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .blogs .count {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 30px 10px;
    transform: translateY(0px);
    margin-top: 30px;
  }
}
.blogs .count .count_box {
  position: relative;
}
.blogs .count .count_box .transperrent {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 800;
  transform: translate(-50%, -50%);
  padding: 10px;
  color: #fff;
  font-size: 8rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(217, 217, 217, 0.3803921569);
  display: inline-block !important;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .blogs .count .count_box .transperrent {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs .count .count_box .transperrent {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .blogs .count .count_box .transperrent {
    font-size: 4rem;
  }
}
.blogs .count .count_box h5 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .blogs .count .count_box h5 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs .count .count_box h5 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .blogs .count .count_box h5 {
    font-size: 1.5rem;
  }
}
.blogs .count .count_box h5 span {
  display: block;
  font-weight: 300;
  font-size: 1.3rem;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .blogs .count .count_box h5 span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs .count .count_box h5 span {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .blogs .count .count_box h5 span {
    font-size: 1rem;
  }
}

.news_letter {
  padding: 120px 40px 60px 40px;
  background: url(../images/news_letter.jpg);
  margin: 40px;
  background-size: cover;
}
@media (max-width: 991px) {
  .news_letter {
    margin: 40px 0px;
  }
}
@media (max-width: 767px) {
  .news_letter {
    padding: 60px 0px;
    margin: 0;
  }
}
.news_letter h3 {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news_letter h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .news_letter h3 {
    font-size: 1.4rem;
  }
}
.news_letter p {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news_letter p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .news_letter p {
    font-size: 1rem;
  }
}
.news_letter .subscribe_form {
  width: 60%;
  padding: 0px 35px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news_letter .subscribe_form {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .news_letter .subscribe_form {
    width: 100%;
    flex-direction: column;
    display: flex;
    padding: 0px 20px;
  }
}
@media (max-width: 480px) {
  .news_letter .subscribe_form {
    padding: 0px 10px;
  }
}
.news_letter .subscribe_form .input-group > .form-control {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #797676;
  font-size: 1rem;
  box-shadow: none;
  background: #fff;
  border: 1px solid linear-gradient(90deg, rgb(102, 153, 255) 0%, rgb(0, 35, 90) 100%);
  padding: 15px;
}
@media (max-width: 767px) {
  .news_letter .subscribe_form .input-group > .form-control {
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.news_letter .subscribe_form .input-group .btn {
  padding: 13px 30px;
  font-size: 1rem;
  color: #fff;
  border-radius: 0;
  height: 100%;
  background: #00235A;
  border: 1.5px solid #00235A;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .news_letter .subscribe_form .input-group .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news_letter .subscribe_form .input-group-btn {
    width: 100%;
  }
}
.news_letter .subscribe_form .form-control::-moz-placeholder {
  color: #797676;
}
.news_letter .subscribe_form .form-control::placeholder {
  color: #797676;
}

.footer {
  position: relative;
}
.footer .logo {
  margin-bottom: 30px;
  width: 200px;
}
@media (max-width: 480px) {
  .footer .logo {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .logo img {
    width: 150px;
  }
}
.footer p {
  color: #3E3E3E;
}
@media (max-width: 480px) {
  .footer p {
    text-align: center;
  }
}
.footer p a {
  color: #3E3E3E;
}
.footer p a:hover {
  color: #00235A;
}
.footer p span {
  color: #000;
  font-weight: 500;
}
.footer h4 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #00235A;
  margin-bottom: 10px;
}
.footer .lists_one ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .lists_one ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding: 1px 0px;
  color: #3E3E3E;
}
@media (max-width: 480px) {
  .footer .lists_one ul li {
    font-size: 13px;
  }
}
.footer .lists_one ul li a {
  color: #3E3E3E;
}
.footer .lists_one ul li a:hover {
  color: #00235A;
  letter-spacing: 0.5px;
}
.footer .lists_four {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.footer .lists_four ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .lists_four ul li {
  padding: 1px 0px;
  color: #3E3E3E;
  width: 33.3333333333%;
  list-style: none;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .footer .lists_four ul li {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .lists_four ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .lists_four ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .footer .lists_four ul li {
    font-size: 13px;
  }
}
.footer .lists_four ul li a {
  color: #3E3E3E;
  transition: all 0.4s ease-in-out;
}
.footer .lists_four ul li a:hover {
  color: #00235A;
  letter-spacing: 0.5px;
}
.footer .lists_four ul li a i {
  font-size: 25px;
}
.footer .lists_four ul li::before {
  display: none;
}
.footer .lists_four ul li:last-child {
  color: #00CCFF;
  font-weight: 600;
}
.footer .lists_four ul li:last-child a {
  color: #00CCFF;
  display: flex;
  align-items: center;
}
.footer .lists_four ul li:last-child a i {
  padding-left: 5px;
}
.footer .lists_two {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .footer .lists_two {
    justify-content: center;
  }
}
.footer .lists_two .st0 {
  fill: none;
  stroke: #000000;
}
.footer .lists_two li {
  list-style: none;
  padding: 0px 5px;
  color: #00235A;
  font-weight: 500;
  font-size: 1.2rem;
}
.footer .lists_two li a {
  color: #797676;
}
@media (max-width: 480px) {
  .footer .lists_two li {
    font-size: 12px;
  }
}
.footer .lists_two li img {
  width: 50px;
}
@media (max-width: 480px) {
  .footer .lists_two li img {
    width: 35px;
  }
}
.footer .lists_two li svg {
  width: 30px;
  height: 30px;
}

.inner_banner {
  background: url(../images/inner_banner.png) no-repeat center bottom #00CCFF;
  margin-top: 74px;
  padding: 16px 0px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_banner {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .inner_banner {
    margin-top: 78px;
  }
}
@media (max-width: 480px) {
  .inner_banner {
    margin-top: 65px;
  }
}
.inner_banner .search_bar {
  background: none;
  padding: 0;
  margin: 12px 0 0 0;
  box-shadow: none;
}
.inner_banner h2 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 800;
  position: relative;
}
@media (max-width: 480px) {
  .inner_banner h2 {
    display: none;
  }
}
.inner_banner h3 {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
@media (width <= 768px) {
  .inner_banner h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .inner_banner h3 {
    font-size: 1.2rem;
  }
}
.inner_banner .search_bar .main-search-input-item label {
  position: absolute;
  top: 5px;
  z-index: 10;
}
@media (max-width: 991px) {
  .inner_banner .search_bar .main-search-input-item label {
    top: 10px;
  }
}
.inner_banner .search_bar .main-search-input-item label img {
  width: 18px;
}
@media (max-width: 480px) {
  .inner_banner .search_bar .main-search-input-item label img {
    width: 16px;
  }
}
.inner_banner .search_bar .main-search-button {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 40px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .inner_banner .search_bar .main-search-button {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .inner_banner .search_bar .main-search-button {
    margin-left: 0px;
  }
}
.inner_banner .search_bar input {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 40px;
  padding-left: 35px;
}
@media (max-width: 480px) {
  .inner_banner .search_bar input {
    padding-left: 35px;
  }
}
.inner_banner .select2-container .select2-selection--single {
  height: 40px !important;
  /* height of the box */
  display: flex;
  align-items: center;
  /* vertical align text */
  border: 1px solid #DEDDDD;
  /* border color */
  border-radius: 8px;
  /* rounded corners */
  font-size: 14px !important;
  /* font size */
  padding-left: 10px;
}
.inner_banner select {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 40px;
  padding-left: 35px;
}
@media (max-width: 480px) {
  .inner_banner select {
    padding-left: 35px;
  }
}
@media (width <= 991.98px) {
  .inner_banner .select2-container {
    padding-bottom: 5px;
  }
}
.inner_banner .breadcrumb {
  margin-bottom: 0;
}
.inner_banner .breadcrumb li {
  color: #5f4727;
}
@media (max-width: 480px) {
  .inner_banner .breadcrumb li {
    font-size: 12px;
  }
}
.inner_banner .breadcrumb li a {
  color: #ac690d;
}

.search_bar {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  padding: 10px;
  display: flex;
  margin: 20px 0px;
  width: 90%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* Change height */
  /* Placeholder / text inside */
  /* Dropdown arrow */
  /* Dropdown list */
  /* Each option inside dropdown */
  /* Hover effect on options */
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .search_bar {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .search_bar {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .search_bar {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .search_bar {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .search_bar {
    margin: 10px 0px;
    flex-direction: column;
  }
}
.search_bar .select_box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100% !important;
  height: 50px;
  border: 1px solid #DEDDDD;
  padding-left: 32px;
  color: #797676;
}
@media (max-width: 480px) {
  .search_bar .select_box {
    height: 40px;
  }
}
.search_bar #location {
  border-radius: 15px;
  background-color: red;
}
.search_bar .main-search-input-item {
  width: 80%;
  padding: 0px 5px;
  position: relative;
}
@media (max-width: 991px) {
  .search_bar .main-search-input-item {
    width: 100%;
    padding: 5px 0px;
  }
}
@media (max-width: 768px) {
  .search_bar .main-search-input-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .search_bar .main-search-input-item {
    width: 100%;
  }
}
.search_bar .main-search-input-item label {
  position: absolute;
  left: 20px;
  top: 9px;
  z-index: 10;
}
@media (max-width: 991px) {
  .search_bar .main-search-input-item label {
    top: 15px;
    left: 10px;
  }
}
@media (max-width: 480px) {
  .search_bar .main-search-input-item label {
    top: 10px;
  }
}
.search_bar .main-search-input-item label img {
  width: 18px;
}
@media (max-width: 480px) {
  .search_bar .main-search-input-item label img {
    width: 16px;
  }
}
.search_bar .main-search-button {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 24%;
  height: 45px;
  background: linear-gradient(90deg, rgb(102, 153, 255) 0%, rgb(0, 35, 90) 100%);
  border: none;
  color: #fff;
  padding: 5px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .search_bar .main-search-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search_bar .main-search-button {
    margin-left: 0px;
  }
}
.search_bar .select2-container .select2-selection--single {
  height: 45px;
  /* height of the box */
  display: flex;
  align-items: center;
  /* vertical align text */
  border: 1px solid #DEDDDD;
  /* border color */
  border-radius: 8px;
  /* rounded corners */
  font-size: 16px;
  /* font size */
  padding-left: 30px;
}
.search_bar .select2-container .select2-selection__rendered {
  line-height: 43px;
  /* align text vertically */
  color: #666;
  /* text color */
}
.search_bar .select2-container .select2-selection__arrow {
  height: 100%;
  right: 10px;
}
.search_bar .select2-container .select2-dropdown {
  border-radius: 8px;
  border: 1px solid #DEDDDD;
}
.search_bar .select2-results__option {
  padding: 10px 12px;
  font-size: 15px;
  cursor: pointer;
}
.search_bar .select2-results__option--highlighted {
  background-color: #00235A !important;
  color: white !important;
}
.search_bar .select2-container .select2-selection--single::after {
  content: "\f282";
  /* Bootstrap icon unicode for chevron-down */
  font-family: "bootstrap-icons";
  /* required for bootstrap icons */
  font-size: 1rem;
  color: #555;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* so clicks still work */
}
.search_bar .select2-container .select2-selection__arrow {
  display: none !important;
}
.search_bar .selecttext {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  height: 50px;
  border: 1px solid #DEDDDD;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .search_bar .selecttext {
    padding-left: 35px;
  }
}
.search_bar .select_box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100% !important;
  height: 50px;
  border: 1px solid #DEDDDD;
  padding-left: 40px;
  color: #797676;
}
.search_bar #location {
  border-radius: 15px;
  background-color: red;
}
.search_bar .myselect {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  height: 45px;
  border: 1px solid #DEDDDD;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .search_bar .myselect {
    padding-left: 35px;
    height: 40px;
  }
}
.search_bar input,
.search_bar select {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  height: 45px;
  border: 1px solid #DEDDDD;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .search_bar input,
  .search_bar select {
    padding-left: 35px;
    height: 40px;
  }
}
.search_bar input:focus,
.search_bar textarea:focus,
.search_bar .form-select:focus,
.search_bar select:focus {
  color: #5a5a59;
  outline: 0;
  box-shadow: none;
  border-color: #797676;
  transition: all 0.6s ease-in-out;
}

.navigate {
  background: #EAEDF1;
  padding: 5px 0px;
}
.navigate .navs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .navigate .navs {
    flex-direction: column;
  }
}
.navigate .navs h1 {
  color: #00235A;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .navigate .navs h1 {
    font-size: 1rem;
  }
}
.navigate .navs .breadcrumb {
  margin-bottom: 0;
}
.navigate .navs .breadcrumb li {
  color: #00235A;
}
@media (max-width: 767px) {
  .navigate .navs .breadcrumb li {
    font-size: 16 SWpx;
  }
}
@media (max-width: 480px) {
  .navigate .navs .breadcrumb li {
    font-size: 12px;
  }
}
.navigate .navs .breadcrumb li a {
  color: #797676;
}

.inner_container {
  position: relative;
}
.inner_container .vendor-box {
  border-radius: 5% 5% 0 0;
  -webkit-border-radius: 5% 5% 0 0;
  -moz-border-radius: 5% 5% 0 0;
  -ms-border-radius: 5% 5% 0 0;
  -o-border-radius: 5% 5% 0 0;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.inner_container .vendor-box .view_btn {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  bottom: 5%;
  left: 50%;
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  z-index: 9;
  color: #6699FF;
  transform: translate(-50%, -50%);
}
.inner_container .vendor-box img {
  border-radius: 5% 5% 0 0;
  -webkit-border-radius: 5% 5% 0 0;
  -moz-border-radius: 5% 5% 0 0;
  -ms-border-radius: 5% 5% 0 0;
  -o-border-radius: 5% 5% 0 0;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .vendor-box::before {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 9;
  content: "";
  background: rgb(24, 168, 104);
  background: linear-gradient(180deg, rgba(24, 168, 104, 0) 0%, rgb(0, 0, 0) 100%);
}
.inner_container .vendor-box:hover .view_btn {
  background: #6699FF;
  color: #fff;
}
.inner_container .ad-name {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
  background: #EAEDF1;
  align-items: center;
}
@media (max-width: 767px) {
  .inner_container .ad-name {
    flex-direction: column;
    align-items: flex-start;
  }
}
.inner_container .ad-name h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.inner_container .lottie {
  text-align: center;
}
.inner_container .lottie lottie-player {
  margin: 0 auto;
  width: 600px;
  height: 300px;
}
@media (max-width: 767px) {
  .inner_container .lottie lottie-player {
    width: 400px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .inner_container .lottie lottie-player {
    width: 280px;
    height: 180px;
  }
}
.inner_container .lottie h2 {
  margin: 30px 0px;
  text-align: center;
}
.inner_container .lottie h2 span {
  color: #00CCFF;
}
.inner_container .lottie h3 {
  margin: 30px 0px 10px 0px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.inner_container .lottie h3 span {
  color: #00CCFF;
}
.inner_container .lottie h5 {
  margin: 20px 0px;
}
.inner_container .lottie .btn-1 {
  margin: 0 auto;
}
.inner_container .dash_box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(90deg, rgb(102, 153, 255) 0%, rgb(0, 35, 90) 100%);
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .inner_container .dash_box {
    padding: 15px;
  }
}
.inner_container .dash_box h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .dash_box h4 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .inner_container .dash_box h4 {
    font-size: 1.2rem;
  }
}
.inner_container .dash_box h5 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 2.5rem;
  font-weight: 800;
  color: #00CCFF;
  background: #f3f3f3;
  padding: 20px;
  border: 5px solid #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .dash_box h5 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .inner_container .dash_box h5 {
    font-size: 1.2rem;
    padding: 15px;
  }
}
.inner_container .tablebox {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 30px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
@media (max-width: 480px) {
  .inner_container .tablebox {
    padding: 20px;
  }
}
.inner_container .tablebox h5 {
  font-weight: 700;
  color: #00235A;
  font-size: 1.3rem;
}
@media (max-width: 480px) {
  .inner_container .tablebox h5 {
    font-size: 1.3rem;
  }
}
.inner_container .tablebox i {
  color: #00235A;
  font-size: 20px;
}
.inner_container .tablebox .list {
  margin-top: 10px;
}
.inner_container .tablebox .list .heading {
  font-size: 1.2rem;
  line-height: 22px;
  color: #000;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 480px) {
  .inner_container .tablebox .list .heading {
    font-size: 1rem;
  }
}
.inner_container .tablebox .list .heading::before {
  position: absolute;
  left: 0;
  content: "";
  height: 100%;
  width: 4px;
  background: #EAEDF1;
}
.inner_container .tablebox .list .heading span {
  font-size: 16px;
  display: block;
  color: #797676;
}
.inner_container .tablebox .bottom-text {
  align-items: center;
}
.inner_container .tablebox .bottom-text .delete {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #00CCFF;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_container .tablebox .bottom-text .delete i {
  color: #fff;
  font-size: 20px;
}
.inner_container .tablebox .bottom-text .primery-btn {
  background: linear-gradient(90deg, rgb(102, 153, 255) 0%, rgb(0, 35, 90) 100%);
}
.inner_container .tablebox .bottom-text .primery-btn i {
  color: #fff !important;
  font-size: 15px;
}
.inner_container .tablebox .bottom-text .primery-btn:hover {
  color: #fff !important;
}
.inner_container .vertical-menu {
  position: relative;
}
.inner_container .vertical-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner_container .vertical-menu ul li {
  background: #e9ebee;
  border-bottom: 1px solid #e0e0e0;
}
.inner_container .vertical-menu ul li a {
  transition: all 0.4s ease-in-out;
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
}
.inner_container .vertical-menu ul li a:active {
  color: #fff;
}
.inner_container .vertical-menu ul li a:hover {
  background: #00235A;
  color: #fff;
}
.inner_container .vertical-menu ul > li.active {
  transition: all 0.4s ease-in-out;
  color: #fff;
}
.inner_container .vertical-menu ul > li.active > a {
  background-color: #00235A;
  color: #fff;
}
.inner_container .loginbg {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #fff;
  padding: 30px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.inner_container .top_field {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (max-width: 991px) {
  .inner_container .top_field {
    flex-direction: column;
    align-items: flex-start;
  }
}
.inner_container .top_field .filter {
  margin: 15px 0px;
}
.inner_container .top_field .filter ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .inner_container .top_field .filter ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.inner_container .top_field .filter ul li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #797676;
  list-style: none;
  padding: 0px 5px;
  margin-right: 5px;
  border: 1px solid #e2dddd;
}
@media (max-width: 767px) {
  .inner_container .top_field .filter ul li {
    margin-bottom: 5px;
  }
}
.inner_container .top_field .filter ul li a {
  color: #797676;
}
.inner_container .top_field .sort {
  display: flex;
  align-items: center;
}
.inner_container .top_field .sort p {
  margin: 0;
  padding-right: 10px;
  color: #00235A;
  font-weight: 600;
}
.inner_container .top_field .sort .form-select {
  width: auto;
  height: 32px;
  width: auto;
  margin: 0;
  padding: 0px 36px 0px 5px;
  border: 1px solid #e2dddd;
}
.inner_container .popular_ads_box {
  margin: 0;
}
.inner_container .side_category {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #EAEDF1;
  padding: 15px;
}
.inner_container .side_category h2 {
  font-weight: 800;
  font-size: 1.6rem;
  text-align: left;
  color: #000;
}
@media (width <= 768px) {
  .inner_container .side_category h2 {
    font-size: 1.3rem;
  }
}
.inner_container .side_category .category_box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #fff;
  padding: 15px;
  margin: 10px 0px 20px 0px;
}
.inner_container .side_category .category_box .price-input {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .side_category .category_box .price-input {
    flex-direction: column;
  }
}
.inner_container .side_category .category_box .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.inner_container .side_category .category_box .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .side_category .category_box .field input {
    height: 70%;
  }
}
.inner_container .side_category .category_box input[type=number]::-webkit-outer-spin-button, .inner_container .side_category .category_box input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.inner_container .side_category .category_box .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .inner_container .side_category .category_box .price-input .separator {
    width: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .side_category .category_box .price-input .separator {
    width: 100%;
    font-size: 12px;
  }
}
.inner_container .side_category .category_box .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.inner_container .side_category .category_box .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #6699FF;
}
.inner_container .side_category .category_box .range-input {
  position: relative;
}
.inner_container .side_category .category_box .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.inner_container .side_category .category_box input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #6699FF;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.inner_container .side_category .category_box input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #6699FF;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.inner_container .side_category .category_box #accordian {
  width: 100%;
  color: #797676;
}
.inner_container .side_category .category_box #accordian h3 a {
  font-size: 1rem;
  line-height: 34px;
  display: block;
  color: #000;
  text-decoration: none;
}
@media (width <= 768px) {
  .inner_container .side_category .category_box #accordian h3 a {
    font-size: 0.875rem;
  }
}
.inner_container .side_category .category_box #accordian h3:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
.inner_container .side_category .category_box #accordian h4 a {
  font-size: 1rem;
  line-height: 34px;
  display: block;
  color: #000;
  text-decoration: none;
}
.inner_container .side_category .category_box #accordian h4:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
.inner_container .side_category .category_box i {
  margin-right: 10px;
}
.inner_container .side_category .category_box #accordian li {
  list-style-type: none;
  font-size: 1rem;
  line-height: 34px;
  display: block;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.inner_container .side_category .category_box #accordian li a {
  color: #000;
}
.inner_container .side_category .category_box #accordian ul ul li a {
  color: #797676;
  text-decoration: none;
  font-size: 15px;
  line-height: 27px;
  display: block;
  padding: 0 15px;
  transition: all 0.15s;
  position: relative;
}
.inner_container .side_category .category_box #accordian ul ul li a:hover {
  color: #00235A;
}
.inner_container .side_category .category_box #accordian ul ul {
  display: none;
}
.inner_container .side_category .category_box #accordian li.active > ul {
  display: block;
  overflow-y: auto;
  /* scroll only when needed */
  max-height: 275px;
  /* limit height */
}
.inner_container .side_category .category_box #accordian ul ul ul {
  margin-left: 15px;
  border-left: 1px dotted rgba(0, 0, 0, 0.5);
}
.inner_container .side_category .category_box #accordian a:not(:only-child):after {
  content: "\f285";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px;
}
.inner_container .side_category .category_box #accordian .active > a:not(:only-child):after {
  content: "\f282";
}
.inner_container .side_category .category_box #accordian ul > li h3 > a:after {
  content: "\f285";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px;
}
.inner_container .side_category .category_box #accordian ul > li:first-child.active > h3 > a:after {
  content: "\f282";
}
.inner_container .side_category .category_box #accordian ul li.active h3 a {
  color: #00235A;
  /* Change to any color you want */
}
.inner_container .side_category .category_box .accordian_listing {
  width: 100%;
  color: #797676;
}
.inner_container .side_category .category_box .accordian_listing h3 a {
  font-size: 1rem;
  line-height: 34px;
  display: block;
  color: #000;
  text-decoration: none;
}
.inner_container .side_category .category_box .accordian_listing h3:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
.inner_container .side_category .category_box .accordian_listing h4 a {
  font-size: 1rem;
  line-height: 34px;
  display: block;
  color: #000;
  text-decoration: none;
}
.inner_container .side_category .category_box .accordian_listing h4:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
.inner_container .side_category .category_box i {
  margin-right: 10px;
}
.inner_container .side_category .category_box .accordian_listing li {
  list-style-type: none;
  font-size: 1rem;
  line-height: 34px;
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  z-index: 0;
}
.inner_container .side_category .category_box .accordian_listing li a {
  color: #000;
}
.inner_container .side_category .category_box .accordian_listing .active a {
  color: #00235A !important;
}
.inner_container .side_category .category_box .accordian_listing li.active::after {
  content: "\f285";
  /* Font Awesome right arrow */
  font-family: bootstrap-icons !important;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  color: #6699FF;
  transform: translateY(-50%);
  font-size: 0.813rem;
  z-index: -1;
}
.inner_container .listing__boxes {
  padding-left: 1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .inner_container .listing__boxes {
    padding-left: 0;
  }
}
.inner_container .listing__boxes h3 {
  font-weight: 800;
  font-size: 1.6rem;
  text-align: left;
  color: #00235A;
}
.inner_container .sub_lists h3 {
  font-weight: 800;
  font-size: 1.6rem;
  text-align: left;
  color: #00235A;
}
.inner_container .sub__list {
  width: 100%;
  margin-top: 1rem;
}
.inner_container .sub__list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.inner_container .sub__list ul li {
  width: 50%;
  list-style: none;
  padding: 0.5rem 0 0.5rem 1.2rem;
  color: #2b2a2a;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}
@media (max-width: 768px) {
  .inner_container .sub__list ul li {
    width: 100%;
  }
}
.inner_container .sub__list ul li a {
  color: #131313;
}
.inner_container .sub__list ul li a:hover {
  text-decoration: underline;
}
.inner_container .sub__list ul li::before {
  position: absolute;
  content: "\f134";
  left: 0;
  top: 10px;
  font-family: bootstrap-icons !important;
  color: #00CCFF;
  font-size: 0.813rem;
}
.inner_container .offer_add {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .inner_container .offer_add {
    display: none;
  }
}
.inner_container .pagination {
  display: flex;
  justify-content: center;
}
.inner_container .pagination ul {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  background: #EAEDF1;
  display: flex;
  padding: 10px 20px;
  align-items: center;
}
.inner_container .pagination ul li {
  list-style: none;
  line-height: 50px;
  margin: 0 5px;
}
.inner_container .pagination ul li.pageNumber {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 480px) {
  .inner_container .pagination ul li.pageNumber {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
}
.inner_container .pagination ul li a {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: block;
  text-decoration: none;
  color: #00235A;
  font-weight: 600;
}
.inner_container .pagination ul li.pageNumber:hover a, .inner_container .pagination ul li.pageNumber.active a {
  background: #6699FF;
  color: #fff;
}
.inner_container .pagination ul li:first-child {
  margin-right: 30px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 480px) {
  .inner_container .pagination ul li:first-child {
    margin-right: 10px;
    font-size: 16px;
  }
}
.inner_container .pagination ul li:last-child {
  margin-left: 30px;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 480px) {
  .inner_container .pagination ul li:last-child {
    margin-left: 10px;
    font-size: 16px;
  }
}
.inner_container .ads_detail h2 {
  text-align: left;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .inner_container .ads_detail h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .inner_container .ads_detail h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .ads_detail h2 {
    font-size: 24px;
  }
}
.inner_container .ads_detail .breadcrumb {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #d2eee0;
  display: inline-flex;
  padding: 0px 10px;
}
.inner_container .ads_detail .breadcrumb li {
  color: #00235A;
}
@media (max-width: 480px) {
  .inner_container .ads_detail .breadcrumb li {
    font-size: 12px;
  }
}
.inner_container .ads_detail .breadcrumb li a {
  color: #000;
}
.inner_container .ads_detail .location {
  color: #797676;
  font-size: 1.2rem;
  padding-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .inner_container .ads_detail .location {
    font-size: 1rem;
  }
}
@media (width <= 768px) {
  .inner_container .ads_detail .location {
    font-size: 0.938rem;
  }
}
.inner_container .ads_detail .location i {
  color: #6699FF;
}
.inner_container .ads_detail .description {
  background: #F0F0F0;
  padding: 15px;
}
.inner_container .ads_detail .description p span {
  font-weight: 600;
  color: #000;
}
.inner_container .ads_detail .description h5 {
  font-weight: 600;
  color: #000;
  margin-top: 15px;
  font-size: 1rem;
}
.inner_container .ads_detail .description ul {
  margin-top: 10px;
  margin-bottom: 15px;
}
.inner_container .ads_detail .description ul li {
  list-style: none;
  color: #797676;
  padding: 2px 0px 0px 20px;
  position: relative;
}
.inner_container .ads_detail .description ul li::before {
  content: "\f519";
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 8px;
  font-family: bootstrap-icons !important;
  color: #00CCFF;
  padding-right: 8px;
}
.inner_container .ads_detail .btn_block {
  display: flex;
  margin: 20px 0px;
  color: #00235A;
  flex-wrap: wrap;
}
.inner_container .ads_detail .btn_block .share {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background: #EAEDF1;
  padding: 15px;
  color: #464545;
  font-size: 1rem;
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
@media (max-width: 480px) {
  .inner_container .ads_detail .btn_block .share h5 {
    font-size: 12px;
  }
}
.inner_container .ads_detail .btn_block .share i {
  padding: 0px 8px;
  color: #00235A;
}
.inner_container .features_list ul li {
  position: relative;
  padding: 5px 0px 5px 28px;
  list-style: none;
  line-height: 20px;
  color: #797676;
}
.inner_container .features_list ul li::before {
  content: "\f272";
  position: absolute;
  font-family: bootstrap-icons !important;
  left: 0;
  font-size: 20px;
  color: #6699FF;
}
.inner_container .features_list h3 {
  color: #00235A;
  font-size: 1.8rem;
  text-align: left;
  text-align: center;
  font-weight: 600;
  position: relative;
  text-align: left;
}
@media (max-width: 480px) {
  .inner_container .features_list h3 {
    font-size: 1.2rem;
  }
}
.inner_container .services_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  margin-left: -5px;
}
.inner_container .services_list ul li {
  padding: 0 0.2rem 0 0.2rem;
  list-style: none;
}
.inner_container .services_list ul li a {
  transition: all 0.4s ease-in-out;
  display: block;
  padding: 0.2rem 0.5rem;
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
  color: #797676;
  font-weight: 600;
  text-transform: capitalize;
}
@media (width <= 768px) {
  .inner_container .services_list ul li a {
    font-size: 0.875rem;
  }
}
.inner_container .services_list ul li a:hover {
  background: #00CCFF;
  color: #fff;
}
.inner_container .services_list h3 {
  color: #00235A;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 700;
  position: relative;
}
@media (max-width: 480px) {
  .inner_container .services_list h3 {
    font-size: 1.5rem;
  }
}
.inner_container .enquiry_box {
  background: #EAEDF1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  padding: 30px;
}
@media (max-width: 767px) {
  .inner_container .enquiry_box {
    padding: 20px;
  }
}
.inner_container .enquiry_box h3 {
  color: #00235A;
  font-size: 1.8rem;
  text-align: left;
  text-align: center;
  font-weight: 600;
  position: relative;
  text-align: left;
}
@media (max-width: 480px) {
  .inner_container .enquiry_box h3 {
    font-size: 1.2rem;
  }
}
.inner_container .product_gallery {
  position: sticky;
  top: 85px;
  /* draggable */
  /* ---- previous/next buttons ---- */
}
.inner_container .product_gallery .flickity-enabled {
  position: relative;
}
.inner_container .product_gallery .flickity-enabled:focus {
  outline: none;
}
.inner_container .product_gallery .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.inner_container .product_gallery .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.inner_container .product_gallery .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.inner_container .product_gallery .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.inner_container .product_gallery .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.inner_container .product_gallery .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .product_gallery .flickity-prev-next-button {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .inner_container .product_gallery .flickity-prev-next-button {
    width: 30px;
    height: 30px;
  }
}
.inner_container .product_gallery .flickity-prev-next-button:hover {
  background: white;
}
.inner_container .product_gallery .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #6699FF;
}
.inner_container .product_gallery .flickity-prev-next-button:active {
  opacity: 0.6;
}
.inner_container .product_gallery .flickity-prev-next-button.previous {
  left: 10px;
}
.inner_container .product_gallery .flickity-prev-next-button.next {
  right: 10px;
}
.inner_container .product_gallery .flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.inner_container .product_gallery .flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .product_gallery .flickity-prev-next-button svg {
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%;
  }
}
@media (max-width: 767px) {
  .inner_container .product_gallery .flickity-prev-next-button svg {
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%;
  }
}
.inner_container .product_gallery .flickity-prev-next-button .arrow {
  fill: #00235A;
}
.inner_container .product_gallery .carousel {
  background: #FAFAFA;
}
.inner_container .product_gallery .carousel-main {
  margin-bottom: 8px;
}
.inner_container .product_gallery .carousel-cell {
  width: 100%;
  margin-right: 8px;
  border-radius: 5px;
  aspect-ratio: 4/3;
  /* counter-increment: carousel-cell; */
}
.inner_container .product_gallery .carousel-cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner_container .product_gallery .carousel-nav .carousel-cell {
  width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .product_gallery .carousel-nav .carousel-cell {
    width: 85px;
  }
}
.inner_container .product_gallery .carousel-main img {
  display: block;
  margin: 0 auto;
}
.inner_container .about_sec h2 {
  text-align: left;
}
.inner_container .about_sec h2 span {
  color: #6699FF;
  font-weight: 400;
  display: block;
  font-size: 2rem;
}
.inner_container .mission_vision {
  background: #faefee;
  padding: 60px 30px 30px;
}
@media (max-width: 767px) {
  .inner_container .mission_vision {
    padding: 20px;
  }
}
.inner_container .mission_vision .m_v_V {
  position: relative;
}
.inner_container .mission_vision .m_v_V .digit {
  position: absolute;
  right: 5%;
  top: 30px;
  font-size: 5rem;
  font-weight: 800;
  color: #efdfde;
  line-height: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .inner_container .mission_vision .m_v_V .digit {
    font-size: 4rem;
  }
}
.inner_container .mission_vision .m_v_V h4 {
  font-weight: 800;
}
.inner_container .mission_vision .m_v_V h4 span {
  color: #00CCFF;
}
.inner_container .mission_vision .m_v_V ul {
  margin-top: 10px;
  margin-bottom: 15px;
}
.inner_container .mission_vision .m_v_V ul li {
  list-style: none;
  color: #797676;
  padding: 2px 0px 0px 20px;
  position: relative;
}
.inner_container .mission_vision .m_v_V ul li::before {
  content: "\f519";
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 8px;
  font-family: bootstrap-icons !important;
  color: #00CCFF;
  padding-right: 8px;
}
.inner_container .blog-box {
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
}
.inner_container .blog-box .blog-img {
  width: 100%;
  transition: all 0.4s ease-in-out;
  background: #00235A;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}
.inner_container .blog-box .blog-img img {
  transition: all 0.4s ease-in-out;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}
.inner_container .blog-box .blog-img .date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #00CCFF;
  padding: 0px 10px;
  z-index: 99;
  color: #fff;
}
.inner_container .blog-box .blog-img .date i {
  opacity: 1;
  position: relative;
  font-size: 18px;
  left: 0;
  top: 0;
}
.inner_container .blog-box .blog-content {
  width: 100%;
  padding: 20px;
  background: #fff;
}
.inner_container .blog-box .blog-content h4 {
  font-size: 20px;
  color: #00235A;
  font-weight: 600;
  text-align: left;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .blog-box .blog-content h4 {
    font-size: 17px;
    height: 45px;
  }
}
.inner_container .blog-box .blog-content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #797676;
  display: -webkit-box;
  height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.inner_container .blog-box:hover .blog-img img {
  opacity: 0.3;
}
@media (max-width: 767px) {
  .inner_container .details {
    padding: 20px;
  }
}
.inner_container .details img {
  width: 100%;
  margin-top: 15px;
}
.inner_container .details h4 {
  font-size: 2rem;
  color: #00235A;
  font-weight: 800;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .details h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .inner_container .details h4 {
    font-size: 1.5rem;
  }
}
.inner_container .details span {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 5px 0px;
}
.inner_container .details span i {
  color: #6699FF;
}
.inner_container .recent {
  border: 1px solid #ededed;
  padding: 30px;
  background: #f0f8ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .recent {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .inner_container .recent {
    padding: 20px;
  }
}
.inner_container .recent h2 {
  text-align: left;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .recent h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .inner_container .recent h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .inner_container .recent h2 {
    font-size: 1.5rem;
  }
}
.inner_container .recent .btn-2 {
  font-size: 1rem;
}
.inner_container .recent .line {
  border-bottom: 1px solid #dad7d7;
  margin: 20px 0px;
}
.inner_container .recent h4 {
  font-size: 16px;
  color: #00235A;
  font-weight: 400;
  margin-top: 0.5rem;
  text-align: left;
  display: -webkit-box;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner_container .recent span {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: block;
}
.inner_container .recent span i {
  color: #6699FF;
  font-size: 14px;
}
.inner_container .recent p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #797676;
  display: -webkit-box;
  height: 52px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.inner_container .contact_form h5 {
  color: #00CCFF;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.inner_container .contact_form h3 {
  color: #00235A;
  font-weight: 800;
  font-size: 2rem;
}
@media (max-width: 480px) {
  .inner_container .contact_form h3 {
    font-size: 1.8rem;
  }
}
.inner_container .contact_form .form-group textarea {
  height: 120px;
}
.inner_container .address {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(90deg, rgb(102, 153, 255) 0%, rgb(0, 35, 90) 100%);
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .address {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .inner_container .address {
    padding: 20px;
  }
}
.inner_container .address h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .address h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .inner_container .address h3 {
    font-size: 1.5rem;
  }
}
.inner_container .address p {
  color: #fff;
  font-size: 1.2rem;
}
.inner_container .address .address-list {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .address .address-list {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .inner_container .address .address-list {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 28px;
  }
}
.inner_container .address .address-list a {
  color: #fff;
}
.inner_container .address .address-list i {
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #fff;
}
.inner_container .address .lists_two li {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .address .lists_two li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .address .lists_two li svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .inner_container .address .lists_two li svg {
    width: 20px;
    height: 20px;
  }
}
.inner_container .address .lists_two .st0 {
  fill: none;
  stroke: #fff;
}
.inner_container .privacy h4 {
  margin-top: 20px;
  font-size: 1.3rem;
}
.inner_container .privacy .lists,
.inner_container .privacy .secondlist,
.inner_container .privacy .thirdlist,
.inner_container .privacy .forthlist {
  width: 100%;
}
.inner_container .privacy .lists li,
.inner_container .privacy .secondlist li,
.inner_container .privacy .thirdlist li,
.inner_container .privacy .forthlist {
  text-align: justify;
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.inner_container .privacy .lists li:before {
  content: "";
  position: absolute;
  background: #00235A;
  width: 12px;
  height: 12px;
  left: 0;
  top: 6px;
  border-radius: 50%;
}
.inner_container .privacy .secondlist li:before,
.inner_container .privacy .thirdlist li:before,
.inner_container .privacy .forthlist li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.inner_container .privacy .secondlist li:before {
  background: #6699FF;
}
.inner_container .privacy .thirdlist li:before {
  background: #00CCFF;
}
.inner_container .privacy .forthlist li:before {
  background: #B9BCC0;
}

.about_feature {
  padding-top: 0;
}
.about_feature .content {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .about_feature .content {
    padding-left: 0px;
  }
}
.about_feature .content h2 {
  text-align: left;
}
.about_feature .content ul li {
  position: relative;
  padding: 5px 0px 5px 28px;
  list-style: none;
  line-height: 20px;
  color: #797676;
}
.about_feature .content ul li::before {
  content: "\f272";
  position: absolute;
  font-family: bootstrap-icons !important;
  left: 0;
  font-size: 20px;
  color: #6699FF;
}

@media screen and (max-width: 768px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}
.vendor_banner {
  width: 100%;
  height: 80vh;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #E6F5EF;
  position: relative;
}
.vendor_banner .banner_content {
  position: absolute;
  width: 80%;
  left: 8%;
  top: 60%;
}
.vendor_banner .banner_content h2 {
  color: #fff;
  font-size: 2.5rem;
  text-align: left;
  font-weight: 700;
}

.inner-banner {
  width: 100%;
  padding: 0;
}
.inner-banner .intro {
  height: auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1200px) {
  .inner-banner .intro {
    height: auto;
  }
}
.inner-banner .intro .slider-caption {
  display: flex;
  position: absolute;
  width: 50%;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  left: 5%;
  flex-direction: column;
  align-self: flex-start;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .inner-banner .intro .slider-caption {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .inner-banner .intro .slider-caption {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .inner-banner .intro .slider-caption {
    left: 8%;
  }
}
@media (max-width: 480px) {
  .inner-banner .intro .slider-caption {
    width: 88%;
    left: 6%;
  }
}
@media (max-width: 480px) {
  .inner-banner .intro .slider-caption .btn_2 {
    font-size: 12px;
    padding: 0px 15px;
  }
}
.inner-banner .intro .slider-caption h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 800;
  line-height: 65px;
  text-align: left;
  align-self: flex-start;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .inner-banner .intro .slider-caption h2 {
    font-size: 30px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-banner .intro .slider-caption h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .inner-banner .intro .slider-caption h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .inner-banner .intro .slider-caption h2 {
    font-size: 14px;
    line-height: 18px;
  }
}
.inner-banner .intro .owl-carousel {
  margin: 0px;
}
.inner-banner .intro .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}
.inner-banner .intro .owl-pagination {
  display: none;
}
.inner-banner .intro .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  background: #00235A;
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 562px) {
  .inner-banner .intro .owl-theme .owl-controls .owl-buttons div {
    background: none;
  }
}
@media (max-width: 480px) {
  .inner-banner .intro .owl-theme .owl-controls .owl-buttons div {
    display: none;
  }
}
.inner-banner .intro .owl-prev {
  position: absolute;
  right: auto;
  left: 5px;
}
@media (max-width: 562px) {
  .inner-banner .intro .owl-prev {
    left: -10px;
  }
}
.inner-banner .intro .owl-next {
  position: absolute;
  right: 5px;
  left: auto;
}
@media (max-width: 480px) {
  .inner-banner .intro .owl-next {
    right: -10px;
  }
}
.inner-banner .intro .owl-theme .owl-controls,
.inner-banner .intro .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-banner .intro .owl-theme .owl-controls,
  .inner-banner .intro .products .owl-theme .owl-controls {
    top: 35%;
  }
}
.inner-banner .intro .owl-prev::before {
  content: "\f284";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 24px;
  left: 6px;
  color: #fff;
}
.inner-banner .intro .owl-next::before {
  content: "\f285";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 24px;
  right: 6px;
  color: #fff;
}

.vendor_ads h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.vendor_ads h2::after {
  display: inline-block;
  margin: 0 0 8px 20px;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #00CCFF;
  width: 50px;
}
@media (max-width: 480px) {
  .vendor_ads h2::after {
    width: 30px;
  }
}
.vendor_ads h2::before {
  display: inline-block;
  margin: 0 20px 8px 0;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #00CCFF;
  width: 50px;
}
@media (max-width: 480px) {
  .vendor_ads h2::before {
    width: 30px;
  }
}
@media (max-width: 480px) {
  .vendor_ads .owl-carousel {
    margin: 10px 0 0;
  }
}
.vendor_ads .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}
.vendor_ads .owl-pagination {
  display: none;
}
.vendor_ads .owl-theme .owl-controls .owl-buttons div {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  zoom: 1;
  width: 40px;
  height: 40px;
  padding: 0px;
  text-align: center;
  background: #fff;
  line-height: 40px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .vendor_ads .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.vendor_ads .owl-prev {
  position: absolute;
  right: auto;
  left: -30px;
}
@media (max-width: 768px) {
  .vendor_ads .owl-prev {
    left: -10px;
  }
}
.vendor_ads .owl-next {
  position: absolute;
  right: -30px;
  left: auto;
}
@media (max-width: 768px) {
  .vendor_ads .owl-next {
    right: -10px;
  }
}
.vendor_ads .owl-theme .owl-controls,
.vendor_ads .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 45%;
  margin: 0;
}
.vendor_ads .owl-prev::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f12a";
  font-size: 32px;
  color: #BFBFB9;
}
@media (max-width: 768px) {
  .vendor_ads .owl-prev::before {
    font-size: 22px;
  }
}
.vendor_ads .owl-next::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  content: "\f134";
  font-size: 32px;
  color: #BFBFB9;
}
@media (max-width: 768px) {
  .vendor_ads .owl-next::before {
    font-size: 22px;
  }
}

.vendor_profile {
  background: #F4F7FA;
}
.vendor_profile h4 {
  color: #6699FF;
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
  padding-left: 60px;
  margin-bottom: 10px;
}
.vendor_profile h4::before {
  position: absolute;
  content: "";
  left: 0;
  display: inline-block;
  margin-top: 14px;
  height: 3px;
  background-color: #00CCFF;
  width: 50px;
}
.vendor_profile h2 {
  text-align: left;
}
.vendor_profile .profile_img {
  position: relative;
  z-index: 9;
}
.vendor_profile .profile_img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.vendor_profile .profile_img .shape6 {
  position: absolute;
  right: -50px;
  top: -50px;
  z-index: -1;
}
@media (max-width: 767px) {
  .vendor_profile .profile_img .shape6 {
    display: none;
  }
}
.vendor_profile .profile_img .shape6 img {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.vendor_services h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.vendor_services h2::after {
  display: inline-block;
  margin: 0 0 8px 20px;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #00CCFF;
  width: 50px;
}
@media (max-width: 480px) {
  .vendor_services h2::after {
    width: 30px;
  }
}
.vendor_services h2::before {
  display: inline-block;
  margin: 0 20px 8px 0;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #00CCFF;
  width: 50px;
}
@media (max-width: 480px) {
  .vendor_services h2::before {
    width: 30px;
  }
}
.vendor_services .service_box {
  width: 100%;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 1;
}
.vendor_services .service_box img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.vendor_services .service_box .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.vendor_services .service_box .content h3 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 10px;
}
.vendor_services .service_box .content h3::before {
  position: absolute;
  bottom: -3px;
  left: 1px;
  content: "";
  width: 50px;
  height: 3px;
  background: #6699FF;
}
.vendor_services .service_box::before {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.clients {
  background: #FBF0F1;
}
.clients h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.clients h2::after {
  display: inline-block;
  margin: 0 0 8px 20px;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #00CCFF;
  width: 50px;
}
@media (max-width: 480px) {
  .clients h2::after {
    width: 30px;
  }
}
.clients h2::before {
  display: inline-block;
  margin: 0 20px 8px 0;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #00CCFF;
  width: 50px;
}
@media (max-width: 480px) {
  .clients h2::before {
    width: 30px;
  }
}
.clients .owl-carousel {
  margin: 0;
}
.clients .brands-box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 20px 10px;
  background: #fff;
  padding: 0px 10px;
  width: 100%;
  text-align: center;
}
.clients .brands-box img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.share_page {
  background: #6699FF;
}
.share_page h2 {
  text-align: left;
  color: #fff;
}
.share_page .share_list {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .share_page .share_list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.share_page .share_list li {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  list-style: none;
}
.share_page .share_list li .share_box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin-right: 10px;
  min-width: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .share_page .share_list li .share_box {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .share_page .share_list li .share_box {
    min-width: 100px;
    margin-bottom: 10px;
  }
}
.share_page .share_list li .share_box img {
  width: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .share_page .share_list li .share_box img {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .share_page .share_list li .share_box img {
    width: 30px;
  }
}
.share_page .share_list li .share_box h4 {
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .share_page .share_list li .share_box h4 {
    font-size: 1rem;
  }
}
.share_page .share_list .fb {
  background: #38559C;
}
.share_page .share_list .whtap {
  background: #075E54;
}
.share_page .share_list .linkn {
  background: #007AB8;
}
.share_page .share_list .twitr {
  background: #00AAF3;
}

.why_choose {
  width: 100%;
}
.why_choose .why_choose_img {
  position: relative;
}
.why_choose .why_choose_img img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.why_choose .why_choose_img .experience {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #00CCFF;
  padding: 15px;
  position: absolute;
  left: -5%;
  bottom: 10%;
}
@media (max-width: 480px) {
  .why_choose .why_choose_img .experience {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    left: 3px;
    bottom: 3px;
    padding: 10px;
  }
}
.why_choose .why_choose_img .experience h4 {
  color: #fff;
  font-weight: 800;
  font-size: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why_choose .why_choose_img .experience h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .why_choose .why_choose_img .experience h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .why_choose .why_choose_img .experience h4 {
    font-size: 18px;
  }
}
.why_choose .why_choose_img .experience h4 span {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .why_choose .why_choose_img .experience h4 span {
    font-size: 15px;
  }
}
.why_choose .why_choose_img .experience p {
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.why_choose .content {
  padding-left: 20px;
}
.why_choose .content h2 {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}
.why_choose .content h2::before {
  display: inline-block;
  margin: 0 20px 8px 0;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #00CCFF;
  width: 50px;
}
@media (max-width: 480px) {
  .why_choose .content h2::before {
    width: 30px;
  }
}
.why_choose .content h3 {
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
}
.why_choose .content p {
  padding-bottom: 20px;
  margin: 0;
}

.features_bg {
  background: #EAF3E8;
}
.features_bg h2 {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}
.features_bg h2::before {
  display: inline-block;
  margin: 0 20px 8px 0;
  height: 3px;
  content: " ";
  text-shadow: none;
  background-color: #00CCFF;
  width: 50px;
}
@media (max-width: 480px) {
  .features_bg h2::before {
    width: 30px;
  }
}
.features_bg img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.features_bg .features_list ul li {
  position: relative;
  padding: 5px 0px 5px 28px;
  list-style: none;
  line-height: 20px;
  color: #797676;
}
.features_bg .features_list ul li::before {
  content: "\f272";
  position: absolute;
  font-family: bootstrap-icons !important;
  left: 0;
  font-size: 20px;
  color: #6699FF;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lists_two {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .lists_two {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lists_two {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .lists_two {
    flex-wrap: wrap;
  }
}
.lists_two .st0 {
  fill: none;
  stroke: #000000;
}
.lists_two li {
  list-style: none;
  padding: 0px 5px;
  color: #00235A;
  font-weight: 500;
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .lists_two li {
    font-size: 12px;
  }
}
.lists_two li img {
  width: 50px;
}
@media (max-width: 480px) {
  .lists_two li img {
    width: 35px;
  }
}
.lists_two li svg {
  width: 30px;
  height: 30px;
}

.login_register {
  width: 100%;
  background: rgb(254, 254, 254);
  background: linear-gradient(90deg, rgba(254, 254, 254, 0.7260154062) 0%, rgba(0, 35, 90, 0.7260154062) 100%), url(../images/login-register-bg.jpg);
  background-size: cover;
  background-position: center left;
}
.login_register .header-login {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: none;
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media (max-width: 991px) {
  .login_register .header-login {
    position: relative;
  }
}
.login_register .loginbg {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: flex;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  background: #fff;
}
@media (max-width: 991px) {
  .login_register .loginbg {
    height: auto;
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .login_register .loginbg {
    padding: 25px;
  }
}
.login_register .loginbg .login-heading h2 {
  text-align: left;
}
.login_register .loginbg .login-heading p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.login_register .loginbg .password {
  display: flex;
  justify-content: end;
  color: #00CCFF;
}
.login_register .loginbg .password a {
  color: #00CCFF;
}
.login_register .loginbg .signup a {
  color: #6699FF;
  font-weight: 500;
}

.slider__desk__hide {
  display: block !important;
}
@media (max-width: 600px) {
  .slider__desk__hide {
    display: none !important;
  }
}

.slider__mob__hide {
  display: none !important;
}
@media (max-width: 600px) {
  .slider__mob__hide {
    display: block !important;
  }
}

.listing_side_category {
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #00235A;
  color: #fff;
  padding: 0.2rem 0.8rem;
  z-index: 9;
  display: none;
}
@media (width <= 767.98px) {
  .listing_side_category {
    display: block;
  }
}

.offcanvas .accordian_listing {
  width: 100%;
  color: #797676;
}
.offcanvas .accordian_listing h3 a {
  font-size: 1rem;
  line-height: 34px;
  display: block;
  color: #000;
  text-decoration: none;
}
.offcanvas .accordian_listing h3:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
.offcanvas .accordian_listing h4 a {
  font-size: 1rem;
  line-height: 34px;
  display: block;
  color: #000;
  text-decoration: none;
}
.offcanvas .accordian_listing h4:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
.offcanvas i {
  margin-right: 10px;
}
.offcanvas .accordian_listing li {
  list-style-type: none;
  font-size: 1rem;
  line-height: 34px;
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  z-index: 0;
}
.offcanvas .accordian_listing li a {
  color: #000;
}
.offcanvas .accordian_listing .active a {
  color: #00235A !important;
}
.offcanvas .accordian_listing li.active::after {
  content: "\f285";
  /* Font Awesome right arrow */
  font-family: bootstrap-icons !important;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  color: #6699FF;
  transform: translateY(-50%);
  font-size: 0.813rem;
  z-index: -1;
}

#listing_section {
  scroll-margin-top: 80px;
  /* height of your fixed header */
}

.chatwithus {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 10px;
  color: #fff !important;
  height: 41px;
  background: rgb(37, 211, 102);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 9;
  overflow: hidden;
  animation: 2s ease-in-out infinite;
}
.chatwithus a {
  color: #fff !important;
}
.chatwithus i {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .chatwithus i {
    font-size: 1rem;
  }
}
.chatwithus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  animation: 2s ease-in-out infinite shine;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  width: 100%;
  height: 30%;
  transform: rotate(45deg);
  z-index: -1;
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  100% {
    left: 100%;
    transition-property: left;
  }
}
.modal .coupon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border: 2px dashed #4CAF50;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  background: #f9fff9;
}
.modal .coupon-code {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  background: #fff;
  outline: none;
  width: 150px;
  text-align: center;
}
.modal .copy-btn {
  padding: 10px 15px;
  font-size: 14px;
  background: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}
.modal .copy-btn:hover {
  background: #45a049;
}

.navigation {
  width: 100%;
  position: relative;
  font-family: inherit;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.align-to-right-mob {
  float: right;
  display: none !important;
}
@media (max-width: 1006px) {
  .align-to-right-mob {
    display: block !important;
  }
}

.navigation-portrait .search_header {
  display: none;
}
.navigation-portrait .search_header_portrait {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .navigation-portrait .search_header_portrait {
    display: block;
  }
}
.navigation-portrait .nav-menu > li span {
  font-size: 0;
}
.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .align-to-left .nav-menu > li span {
  display: none;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.navigation-portrait .nav-search-inner {
  height: 48px;
}
.navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.navigation-portrait .nav-button {
  width: calc(18% - 0px);
  margin: 17px 20px;
}
.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  animation: fade 0.5s;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.navigation-hidden .nav-header {
  display: none;
}
.navigation-hidden .nav-search {
  display: none;
}

.align-to-right {
  float: right;
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.navigation-portrait .align-to-right {
  margin: 20px 0px;
}

.nav-header {
  float: left;
  margin-right: 10px;
}

.nav-brand {
  padding: 0px;
  text-decoration: none !important;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.nav-logo:focus > img {
  outline: initial;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: 14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .nav-toggle {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .nav-toggle {
    margin-top: 14px;
  }
}
@media (max-width: 480px) {
  .nav-toggle {
    margin-top: 20px;
  }
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #00235A;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #00235A, 0 1em 0 0 #00235A;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li {
  display: inline-block;
  text-align: left;
  float: left;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li > a {
  transition: all 0.4s ease-in-out;
  padding: 12px 10px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  transition: color 0.3s, background 0.3s;
  margin-top: 8px;
}
.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}
.nav-menu > li:hover {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #00235A #00235A transparent;
}
.nav-menu > li.active {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.active > a {
  transition: all 0.4s ease-in-out;
  color: #6699FF;
}
.nav-menu > li.focus {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.focus > a {
  color: #000;
  transition: all 0.4s ease-in-out;
}
.nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #00235A #00235A transparent;
}
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #00235A #00235A transparent;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}
.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.3s;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #00235A #00235A transparent;
  transform: rotate(45deg);
  transition: border 0.3s;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  touch-action: none;
  overflow-x: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.nav-search-button:hover .nav-search-icon {
  color: #8CC152;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: color 0.3s;
}
.nav-search-icon:after {
  content: "";
  pointer-events: none;
}
.nav-search-icon:before {
  content: "";
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}
.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button {
  margin: 22px 9px 0;
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nav-button {
    font-size: 16px;
  }
}
.nav-button i {
  color: #00235A;
}
.nav-button:hover {
  color: #000;
  text-decoration: none;
}
.nav-button:focus {
  color: #000;
  text-decoration: none;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  display: block;
  overflow-y: auto;
  max-height: 480px;
  /* Firefox */
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: #888 #f1f1f1; /* thumb color | track color */
  /* Chrome, Edge, Safari */
}
.nav-dropdown .nav-dropdown {
  left: 100%;
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  float: left;
  background: #6699FF;
  transition: color 0.3s, background 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}
.nav-dropdown > li:hover > a {
  background: #00235A;
  color: #fff;
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.nav-dropdown > li.focus > a {
  color: #fff;
  background: #00235A;
}
.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 12px;
  position: absolute;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
  border-color: transparent #fff #fff transparent;
}
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.nav-dropdown .nav-dropdown::-webkit-scrollbar {
  width: 8px; /* width of vertical scrollbar */
  height: 8px; /* height of horizontal scrollbar */
}
.nav-dropdown .nav-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1; /* track color */
  border-radius: 10px;
}
.nav-dropdown .nav-dropdown::-webkit-scrollbar-thumb {
  background: #888; /* thumb color */
  border-radius: 10px;
}
.nav-dropdown .nav-dropdown::-webkit-scrollbar-thumb:hover {
  background: #555; /* hover effect */
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.nav-dropdown-horizontal > li > a {
  position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-menu li a {
    padding: 12px 9px;
  }
}
.btn-1 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(90deg, rgb(102, 153, 255) 0%, rgb(0, 35, 90) 100%);
  padding: 10px 15px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: none;
  background-size: 300% 100%;
}
.btn-1 img {
  width: 30px;
  padding-left: 5px;
  transition: all 0.4s ease-in-out;
}
.btn-1 i {
  padding-left: 10px;
}
.btn-1:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-1:hover img {
  margin-left: 10px;
}

.btn-2 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background: none;
  padding: 10px 0px;
  color: #00235A;
  font-weight: 500;
  font-size: 1.2rem;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-2 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .btn-2 {
    font-size: 1rem;
  }
}
.btn-2 i {
  color: #00CCFF;
}
.btn-2:hover {
  letter-spacing: 1px;
}

.btn-3 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background: #00CCFF;
  padding: 8px 10px;
  color: #fff !important;
  font-weight: 500;
  font-size: 1rem;
  border: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .btn-3 {
    font-size: 0.875rem;
  }
}
.btn-3 i {
  color: #fff;
}
.btn-3:hover {
  background: #00235A;
}

.primery-btn {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background: #6699FF;
  padding: 10px 15px;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .primery-btn {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.primery-btn:hover {
  background: #6699FF;
}

.btn-4 {
  background: #6699FF;
}
.btn-4:hover {
  background: #6699FF;
}

.btn-5 {
  background: #00CCFF;
}
.btn-5:hover {
  background: #00CCFF;
}

.btn-6 {
  background: #00235A;
}
.btn-6:hover {
  background: #01173a;
}

.btn-7 {
  background: #EAEDF1;
  color: #464545;
}
.btn-7:hover {
  background: #e5e5e5;
}

/*owl theme start */
.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  padding: 0;
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}
.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-page.active span {
  background: #a4a1a1;
  border: #a4a1a1 1px solid;
}

.owl-theme .owl-controls {
  margin: 0 0 0;
  width: 100%;
  float: left;
}

.owl-goDown-out {
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  transition: all 0.4s ease-in-out;
  animation: goDown 0.6s ease both;
}

.owl-fade-out {
  z-index: 10;
  transition: all 0.4s ease-in-out;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  transition: all 0.4s ease-in-out;
  animation: fadeIn 0.7s both ease;
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
[dir=rtl] body {
  font-family: "Cairo", sans-serif;
  unicode-bidi: embed;
}
[dir=rtl] h1,
[dir=rtl] h2,
[dir=rtl] h3,
[dir=rtl] h4,
[dir=rtl] h5,
[dir=rtl] h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Cairo", sans-serif;
}
[dir=rtl] .nav-header {
  float: right;
  margin-right: 0;
}
[dir=rtl] .align-to-right {
  float: left;
}
[dir=rtl] .nav-menu > li > a {
  font-size: 14px;
}
[dir=rtl] header .search_header {
  width: 300px;
  padding: 0px 5px;
  display: block;
}
@media (max-width: 767px) {
  [dir=rtl] header .search_header {
    display: none;
  }
}
[dir=rtl] header .search_header .namanyay-search-btn {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  margin-left: -5px;
  background: #00235A;
  color: white;
  padding: 10px 0px;
  border: 0 none;
  font-weight: bold;
  cursor: pointer;
  width: 15%;
}
[dir=rtl] header .search_header #namanyay-search-box {
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
  background: #F4F7FA;
  padding: 10px;
  border: 0 none;
  width: 80%;
}
[dir=rtl] header .search_header_portrait {
  width: 300px;
  padding: 0px 5px;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  [dir=rtl] header .search_header_portrait {
    position: absolute;
    display: block;
    left: 40px;
    top: 5px;
    right: auto;
  }
}
@media (max-width: 767px) {
  [dir=rtl] header .search_header_portrait {
    display: none;
  }
}
[dir=rtl] header .search_header_portrait .namanyay-search-btn {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  margin-left: -5px;
  background: #00235A;
  color: white;
  padding: 10px 0px;
  border: 0 none;
  font-weight: bold;
  cursor: pointer;
  width: 15%;
}
[dir=rtl] header .search_header_portrait #namanyay-search-box {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  background: #F4F7FA;
  padding: 10px;
  border: 0 none;
  width: 80%;
}
[dir=rtl] header .sl-nav li {
  padding: 0px 10px 0px 10px;
  padding-top: 5px;
  text-align: right;
}
[dir=rtl] header .sl-nav li .button-icon .cart-count-icon {
  text-align: center;
  right: auto;
  left: -8px;
}
[dir=rtl] header .sl-nav li:hover ul {
  top: 40px;
}
[dir=rtl] header .sl-nav li:hover .triangle {
  position: absolute;
  top: 28px;
}
[dir=rtl] header .sl-nav li:hover .triangle:after {
  transform: rotate(140deg) translateY(0px) translatex(10px);
}
[dir=rtl] .nav-toggle {
  left: 5px;
  right: auto;
}
[dir=rtl] .submenu-indicator {
  float: left;
  margin-right: 6px;
  margin-top: 10px;
  left: 15px;
}
[dir=rtl] .nav-dropdown li {
  text-align: right;
}
[dir=rtl] .nav-dropdown .nav-dropdown {
  right: 100%;
}
[dir=rtl] .nav-dropdown .submenu-indicator {
  left: 0;
  float: left;
  right: auto;
}
[dir=rtl] .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-230deg);
}
[dir=rtl] .nav-menu {
  display: flex;
}
@media (max-width: 1400px) {
  [dir=rtl] .nav-menu {
    flex-direction: column;
  }
}
[dir=rtl] .navigation-portrait .align-to-right {
  margin: 16px;
}
[dir=rtl] .search_mobile_only {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  [dir=rtl] .search_mobile_only {
    display: block;
    top: 80px;
    position: fixed;
    z-index: 9;
    padding: 10px;
    background: #EAEDF1;
  }
}
@media (max-width: 480px) {
  [dir=rtl] .search_mobile_only {
    top: 68px;
  }
}
[dir=rtl] .search_mobile_only .namanyay-search-btn {
  border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -ms-border-radius: 5px 0px 0px 5px;
  -o-border-radius: 5px 0px 0px 5px;
  background: #00235A;
  color: white;
  padding: 10px 20px;
  border: 0 none;
  font-weight: bold;
  cursor: pointer;
  width: 10%;
}
@media (max-width: 480px) {
  [dir=rtl] .search_mobile_only .namanyay-search-btn {
    width: 20%;
  }
}
[dir=rtl] .search_mobile_only #namanyay-search-box {
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
  background: #fff;
  padding: 10px;
  border: 0 none;
  width: 88%;
}
@media (max-width: 480px) {
  [dir=rtl] .search_mobile_only #namanyay-search-box {
    width: 78%;
  }
}
[dir=rtl] .intro .search_container {
  right: 5%;
}
@media (max-width: 767px) {
  [dir=rtl] .intro .search_container {
    right: auto;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
}
[dir=rtl] .intro .search_container h1 {
  text-align: right;
  margin-bottom: 20px !important;
}
@media (max-width: 480px) {
  [dir=rtl] .intro .search_container h1 {
    text-align: center;
  }
}
[dir=rtl] .intro .search_container h4 {
  text-align: right;
}
@media (max-width: 480px) {
  [dir=rtl] .intro .search_container h4 {
    text-align: center;
  }
}
[dir=rtl] .intro .search_container h5 {
  text-align: right;
}
@media (max-width: 480px) {
  [dir=rtl] .intro .search_container h5 {
    text-align: center;
  }
}
[dir=rtl] .intro .search_container .search_bar #location {
  border-radius: 15px;
  background-color: red;
}
[dir=rtl] .intro .search_container .search_bar .main-search-input-item label {
  position: absolute;
  left: auto;
  right: 14px;
  top: 9px;
  z-index: 10;
}
[dir=rtl] .intro .search_container .search_bar input {
  padding-right: 40px;
  padding-left: 10px;
}
[dir=rtl] .intro .search_container .search_bar .select_box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100% !important;
  height: 50px;
  border: 1px solid #DEDDDD;
  padding-right: 32px;
  color: #797676;
}
@media (max-width: 480px) {
  [dir=rtl] .intro .search_container .search_bar .select_box {
    height: 40px;
  }
}
[dir=rtl] .intro .search_container .shape2 {
  right: -20px;
  left: auto;
  transform: rotate(180deg);
}
[dir=rtl] .intro .owl-theme .owl-controls {
  margin: 0 0 0;
  width: 100%;
  float: right;
  left: 20px;
}
[dir=rtl] .intro .owl-pagination {
  display: flex;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir=rtl] .explore_category .category-list li .category_img .content h4 {
    font-size: 1rem;
  }
}
[dir=rtl] .promotion_offer .btn-1 img {
  transform: rotate(180deg);
}
[dir=rtl] .news_updates h2 {
  text-align: right;
}
@media (max-width: 480px) {
  [dir=rtl] .news_updates h2 {
    text-align: center;
  }
}
[dir=rtl] .news_updates .btn-1 img {
  transform: rotate(180deg);
}
[dir=rtl] .news_updates .news_box .news_img .date {
  left: auto;
  right: 20px;
}
[dir=rtl] .news_updates .news_box .news_content h4 {
  height: 78px;
  line-height: 38px;
}
[dir=rtl] .popular_ads h2 {
  text-align: right;
}
@media (max-width: 480px) {
  [dir=rtl] .popular_ads h2 {
    text-align: center;
  }
}
[dir=rtl] .popular_ads .popular_ads_box .ads-content h3 {
  text-align: right;
  font-weight: 700;
}
[dir=rtl] .popular_ads .popular_ads_box .ads-content p {
  text-align: right;
}
[dir=rtl] .popular_ads .popular_ads_box .ads-content .location {
  display: flex;
  flex-direction: row-reverse;
}
[dir=rtl] .popular_ads .popular_ads_box .ads-content .location i {
  padding-left: 5px;
}
[dir=rtl] .popular_ads .popular_ads_box .ads-content .bottom-text {
  justify-content: right;
}
[dir=rtl] .popular_ads .popular_ads_box .ads-content-div h3 {
  text-align: right;
  font-weight: 700;
}
[dir=rtl] .popular_ads .popular_ads_box .ads-content-div p {
  text-align: right;
}
[dir=rtl] .popular_ads .popular_ads_box .ads-content-div .location {
  display: flex;
  flex-direction: row-reverse;
}
[dir=rtl] .popular_ads .popular_ads_box .ads-content-div .location i {
  padding-left: 5px;
}
[dir=rtl] .popular_ads .popular_ads_box .ads-content-div .bottom-text {
  justify-content: right;
}
[dir=rtl] .latest_ads h2 {
  text-align: right;
}
@media (max-width: 480px) {
  [dir=rtl] .latest_ads h2 {
    text-align: center;
  }
}
[dir=rtl] .latest_ads .btn-1 img {
  transform: rotate(180deg);
}
[dir=rtl] .latest_ads .popular_ads_box .ads-content h3 {
  text-align: right;
  font-weight: 700;
}
[dir=rtl] .latest_ads .popular_ads_box .ads-content p {
  text-align: right;
}
[dir=rtl] .latest_ads .popular_ads_box .ads-content .location {
  display: flex;
}
[dir=rtl] .latest_ads .popular_ads_box .ads-content .location i {
  padding-left: 5px;
}
[dir=rtl] .latest_ads .popular_ads_box .ads-content .btn-3 {
  direction: ltr;
}
[dir=rtl] .vendor_ad_list .btn-1 img {
  transform: rotate(180deg);
}
[dir=rtl] .blogs h2 {
  text-align: right;
}
@media (max-width: 480px) {
  [dir=rtl] .blogs h2 {
    text-align: center;
  }
}
[dir=rtl] .blogs .btn-1 img {
  transform: rotate(180deg);
}
[dir=rtl] .blogs .blog-box .blog-content h4 {
  text-align: right;
  font-weight: 700;
}
[dir=rtl] .blogs .blog-box .blog-content p {
  text-align: right;
}
[dir=rtl] .blogs .blog-box .blog-content span {
  direction: ltr;
  display: flex;
  justify-content: flex-end;
}
[dir=rtl] .blogs .blog-box .blog-content span i {
  padding-right: 5px;
}
[dir=rtl] .blogs .count .count_box h5 {
  direction: ltr;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
[dir=rtl] .news_letter h3 {
  direction: ltr;
}
[dir=rtl] .footer .lists_four ul li i {
  transform: rotate(180deg);
}
[dir=rtl] .footer .text-center p {
  direction: ltr;
}
[dir=rtl] .inner_banner h3 {
  font-weight: 800;
}
[dir=rtl] .inner_banner .search_bar input {
  padding-right: 40px;
  padding-left: 10px;
}
[dir=rtl] .inner_banner .search_bar .select_box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding-left: 10px;
  padding-right: 30px;
}
[dir=rtl] .inner_banner .search_bar .main-search-input-item label {
  position: absolute;
  left: auto;
  right: 14px;
  top: 6px;
  z-index: 10;
}
[dir=rtl] .inner_banner h2 {
  line-height: 48px;
}
[dir=rtl] .inner_container .privacy .lists li,
[dir=rtl] .inner_container .privacy .secondlist li,
[dir=rtl] .inner_container .privacy .thirdlist li,
[dir=rtl] .inner_container .privacy .forthlist {
  padding-right: 20px;
  padding-left: 0px;
}
[dir=rtl] .inner_container .privacy .lists li:before {
  left: auto;
  right: 0;
}
[dir=rtl] .inner_container .privacy .secondlist li:before,
[dir=rtl] .inner_container .privacy .thirdlist li:before,
[dir=rtl] .inner_container .privacy .forthlist li:before {
  left: auto;
  right: 0;
}
[dir=rtl] .inner_container .tablebox .primery-btn {
  margin-right: 0px;
}
[dir=rtl] .inner_container .tablebox .btn-1 img {
  transform: rotate(180deg);
}
[dir=rtl] .inner_container .tablebox .num {
  direction: ltr;
  text-align: right;
}
[dir=rtl] .inner_container .tablebox .list .heading {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .inner_container .tablebox .list .heading::before {
  left: auto;
  right: 0;
}
[dir=rtl] .inner_container .side_category h2 {
  text-align: right;
}
[dir=rtl] .inner_container .news_box .news_img .date {
  right: 20px;
  left: auto;
}
[dir=rtl] .inner_container .contact_form .btn-1 img {
  transform: rotate(180deg);
}
[dir=rtl] .inner_container .address .address-list {
  padding-left: 0px;
  padding-right: 30px;
}
[dir=rtl] .inner_container .address .address-list i {
  left: auto;
  right: 0;
}
[dir=rtl] .inner_container .top_field .sort p {
  padding-left: 10px;
  padding-right: 0;
}
[dir=rtl] .inner_container .top_field .sort .form-select {
  padding: 0px 5px 0px 36px;
}
[dir=rtl] .inner_container .side_category .category_box #accordian a:not(:only-child):after {
  content: "\f284";
  left: 10px;
  right: auto;
}
[dir=rtl] .inner_container .side_category .category_box .price-input {
  direction: ltr;
}
[dir=rtl] .inner_container .side_category .category_box .slider {
  direction: ltr;
}
[dir=rtl] .inner_container .side_category .category_box .range-input {
  direction: ltr;
}
[dir=rtl] .inner_container .popular_ads_box .ads-content h3 {
  text-align: right;
  font-weight: 700;
}
[dir=rtl] .inner_container .popular_ads_box .ads-content p {
  text-align: right;
}
[dir=rtl] .inner_container .popular_ads_box .ads-content .location {
  display: flex;
}
[dir=rtl] .inner_container .popular_ads_box .ads-content .location i {
  padding-left: 5px;
}
[dir=rtl] .inner_container .popular_ads_box .ads-content .btn-3 {
  direction: ltr;
}
[dir=rtl] .inner_container .ads_detail h2 {
  text-align: right;
}
[dir=rtl] .inner_container .ads_detail .btn-5 {
  direction: ltr;
}
[dir=rtl] .inner_container .enquiry_box h3 {
  text-align: right;
  font-weight: 700;
}
[dir=rtl] .inner_container .features_list h3 {
  text-align: right;
  font-weight: 700;
}
[dir=rtl] .inner_container .features_list ul li {
  position: relative;
  padding: 5px 0px 5px 28px;
  list-style: none;
  line-height: 20px;
  color: #797676;
}
[dir=rtl] .inner_container .features_list ul li::before {
  content: "\f272";
  position: absolute;
  font-family: bootstrap-icons !important;
  left: 0;
  font-size: 20px;
  color: #6699FF;
}
[dir=rtl] .inner_container .features_list ul li {
  padding: 5px 28px 5px 0px;
}
[dir=rtl] .inner_container .features_list ul li::before {
  right: 0;
  left: auto;
}
[dir=rtl] .inner_container .about_sec h2 {
  text-align: right;
}
[dir=rtl] .inner_container .mission_vision .m_v_V .digit {
  left: 5%;
  right: auto;
}
[dir=rtl] .inner_container .recent h2 {
  text-align: right;
}
[dir=rtl] .inner_container .recent h4 {
  text-align: right;
}
[dir=rtl] .inner_container .recent .btn-2 i {
  transform: rotate(180deg);
  display: inline-block;
}
[dir=rtl] .inner_container .blog-box .date {
  direction: ltr;
}
[dir=rtl] .inner_container .blog-box .blog-content h4 {
  text-align: right;
}
[dir=rtl] .inner_container .blog-box .blog-content p {
  text-align: right;
}
@media (max-width: 767px) {
  [dir=rtl] .navigate .navs {
    flex-direction: column;
  }
}
[dir=rtl] .owl-carousel,
[dir=rtl] .bx-wrapper {
  direction: ltr;
}
[dir=rtl] .vendor_ads h2::before {
  margin: 0 0px 8px 20px;
}
[dir=rtl] .vendor_ads h2::after {
  margin: 0 20px 8px 0px;
}
[dir=rtl] .vendor_ads .popular_ads_box .ads-content h3 {
  text-align: right;
  font-weight: 700;
}
[dir=rtl] .vendor_ads .popular_ads_box .ads-content p {
  text-align: right;
}
[dir=rtl] .vendor_ads .popular_ads_box .ads-content .location {
  display: flex;
  flex-direction: row-reverse;
}
[dir=rtl] .vendor_ads .popular_ads_box .ads-content .location i {
  padding-left: 5px;
}
[dir=rtl] .vendor_ads .popular_ads_box .ads-content .bottom-text {
  justify-content: right;
}
[dir=rtl] .vendor_profile h2 {
  text-align: right;
}
[dir=rtl] .vendor_profile h4 {
  padding-right: 60px;
  padding-left: 0px;
}
[dir=rtl] .vendor_profile h4::before {
  right: 0;
  left: auto;
}
[dir=rtl] .vendor_profile .profile_img .shape6 {
  position: absolute;
  left: -50px;
  right: auto;
  top: -50px;
  z-index: -1;
}
[dir=rtl] .vendor_services h2::before {
  margin: 0 0px 8px 20px;
}
[dir=rtl] .vendor_services h2::after {
  margin: 0 20px 8px 0px;
}
[dir=rtl] .vendor_services .service_box h3::before {
  right: 1px;
  left: auto;
  bottom: -8px;
}
[dir=rtl] .clients h2::before {
  margin: 0 0px 8px 20px;
}
[dir=rtl] .clients h2::after {
  margin: 0 20px 8px 0px;
}
[dir=rtl] .share_page h2 {
  text-align: right;
}
[dir=rtl] .why_choose .content h2 {
  text-align: right;
}
[dir=rtl] .why_choose .content h2::before {
  margin: 0 0 8px 20px;
}
[dir=rtl] .why_choose .why_choose_img .experience {
  left: auto;
  right: -5%;
}
@media (max-width: 480px) {
  [dir=rtl] .why_choose .why_choose_img .experience {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    left: 3px;
    bottom: 3px;
    padding: 10px;
  }
}
[dir=rtl] .features_bg h2 {
  text-align: right;
}
[dir=rtl] .features_bg h2::before {
  margin: 0 0 8px 20px;
}
[dir=rtl] .features_bg .features_list ul li {
  position: relative;
  padding: 5px 0px 5px 28px;
  list-style: none;
  line-height: 20px;
  color: #797676;
}
[dir=rtl] .features_bg .features_list ul li::before {
  content: "\f272";
  position: absolute;
  font-family: bootstrap-icons !important;
  left: 0;
  font-size: 20px;
  color: #6699FF;
}
[dir=rtl] .features_bg .features_list ul li {
  padding: 5px 28px 5px 0px;
}
[dir=rtl] .features_bg .features_list ul li::before {
  right: 0;
  left: auto;
}
[dir=rtl] .about_feature h2 {
  text-align: right;
}
[dir=rtl] .about_feature .content {
  padding-left: 0px;
  padding-right: 40px;
}
[dir=rtl] .about_feature .lists ul li {
  position: relative;
  padding: 5px 0px 5px 28px;
  list-style: none;
  line-height: 20px;
  color: #797676;
}
[dir=rtl] .about_feature .lists ul li::before {
  content: "\f272";
  position: absolute;
  font-family: bootstrap-icons !important;
  left: 0;
  font-size: 20px;
  color: #6699FF;
}
[dir=rtl] .about_feature .lists ul li {
  padding: 5px 28px 5px 0px;
}
[dir=rtl] .about_feature .lists ul li::before {
  right: 0;
  left: auto;
}
[dir=rtl] .login_register {
  background: rgb(254, 254, 254);
  background: linear-gradient(282deg, rgba(254, 254, 254, 0.7260154062) 0%, rgba(0, 35, 90, 0.7260154062) 100%), url(../images/login-register-bg-arabic.jpg);
}
[dir=rtl] .login_register .justify-content-end .loginbg h2 {
  text-align: right;
}
[dir=rtl] .login_register .justify-content-end .loginbg .btn-1 img {
  transform: rotate(180deg);
  display: inline-block;
}
[dir=rtl] .modal-body .btn-1 i {
  transform: rotate(180deg);
  display: inline-block;
}
[dir=rtl] .scrollup {
  right: auto;
  left: 10px;
}
[dir=rtl] .primery-btn {
  margin-right: 0px;
  margin-left: 10px;
}/*# sourceMappingURL=qatar-search.css.map */