
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Poppins", sans-serif; */
  font-family: 'Roboto', sans-serif;

}

:root {
  --mainBlue: #233e85;
  --mainRed: #ed1c2a;
  --smallSize: 13px;
  --dividerColor: #f5f6fa;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

h1 {
  color: #1AB248;
}

header{
  position: sticky;
  top: 0;
  z-index: 200;
}

h2 {
  color: #1AB248 !important;
}
.nav-tabs {
    border-bottom: none !important;
}
.test{
                top: 0;
        }
.header-p {
  font-weight: 300 !important;
  color: #1AB248;
}
.table thead th {
    vertical-align: bottom;
    border-top: none !important;
    border-bottom: 2px solid #dee2e6;
}
.read-more {
  color: #1AB248;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.read-more:hover {
  color: #1AB248;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  font-weight: 500;
}

.goBtn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 20px;
  text-transform: uppercase;
  /*font-size: 20px;*/
  font-weight: 500;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Header starts here */

.header-top-wrapper {
  width: 100%;
  background: #1AB248;
}

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

.header-top .header-contact {
  display: flex;
  align-items: center;
}

.header-top .header-contact a {
  color: white;
  font-size: 13px;
  text-decoration: none;
}

.header-top .header-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.header-top .header-social ul li a {
  color: white;
  margin: 0px 10px;
}

.header-top .header-links {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.header-top .header-links li a {
  padding: 5px;
  text-decoration: none;
  color: white;
  font-size: var(--smallSize);
}

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

.header-lang .dropdown-menu {
  min-width: 40px !important;
}

.header-lang .dropdown-menu .dropdown-item:active {
  background-color: #1AB248;
}

.header-lang a {
  color: #1AB248 !important;
}

.btn-lang {
  color: #fff !important;
  font-size: var(--smallSize) !important;
  border:none !important;
}

.btn-login {
  border: 1px solid #1AB248 !important;
  border-radius: 5px;
  font-size: 14px;
}

.btn-login:hover {
  background-color: #1AB248 !important;
  color: white !important;
  border: 1px solid #1AB248 !important;
}

.btn:focus {
  outline: none !important;
}

.btn-register {
  background-color: #1AB248;
  color: white;
  border-radius: 5px;
  font-size: var(--smallSize);
}

.btn-register:hover {
  color: white;
}

.header-main-wrapper {
  width: 100%;
  background: white;
  z-index: 100 !important;
  left: 0;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: -1px 7px 23px -21px black;
  position: relative !important;
  margin-bottom: -70px
}

.header-main {
  /* width: 86%; */
  margin: auto;
  background: white;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
}

.header-main .header-logo img {
  /*width: 200px;*/
  height: 35px;
}

.header-main nav ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
}

.header-main nav ul li a {
  text-decoration: none;
  padding: 12px;
  letter-spacing: .6px;
 /* text-transform: uppercase; */

  display: flex;
  align-items: center;
  cursor: pointer;
  transition: .15s cubic-bezier(.4,0,.6,1);
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.header-main nav ul li a:hover {
  color: #1AB248;
}

.nav__box{
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 950px) {
    .service-content {
    height: auto !important;
}
.services .card-body {
    height: auto !important;
}
  .header-top .header-links {
    display: none;
  }
  .header-main nav ul li  .dropdown a{
    font-size: 16px;
    display: block;
    text-align: left;
    background: rgb(244,244,244);
    margin-bottom: 10px;
  }
  .header-main nav ul li  .dropdown.show a{
    background: #fff;
  }
  .dd--menu{
    background: #fff!important;
  }
  /* .header-top .header-top-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
  } */

  .header-top-btns  .btn-login{
    display: none !important;
  }

  .hamburger-menu {
    transform: translate(0px, -5px);
  }

  .hamburger-menu span:nth-child(1) {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #1AB248;
  }
  .hamburger-menu span:nth-child(2) {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #1AB248;
    transform: translate(0px, 5px);
  }
  .hamburger-menu span:nth-child(3) {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #1AB248;
    transform: translate(0px, 10px);
  }

  .header-main {
    margin: 15px 0px;
    width: 100%;
    margin: auto;
  }

  .header-main .header-logo img {
    width: 150px;
  }

  .header-main nav {
    display: block;
    position: absolute;
    z-index: 99999999;
    top: 0px;
    background-color: #fff;
    /* right: 0; */
    right: 0;
    padding: 20px;
    transition: 0.5s all!important;
    width: 0%;
    opacity: 0;
    /* height: calc(100vh - 50px); */
    box-shadow: 0px 4px 13px 0px #00000066;
    /* animation: animateNav 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); */
  }
  .header-main nav ul{
    display: none;
  }
  /* @keyframes animatNav {
    from {
      opacity: 0;
      transform: translate(-50x, 0px);
    }
    to {
      opacity: 1;
      transform: translate(0x, 0px);
    }
  } */

  .header-main ul {
    display: flex;
    flex-direction: column;
  }

  .header-main ul li {
    padding: 0;
  }

  .header-main ul li a {
    color: #232323 !important;
  }
}
/* Header ends here */

/* Main starts here  */

main {
  transform: translate(0px, 70px);
  /*min-height: 49%;*/
      /*margin-top: -70px;*/
}

.main-carousel {
  background: #fff;
  height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;


 /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.main-carousel .owl-dots button span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 20px !important;
  background: white !important;
}

.main-carousel .owl-dots button.active span {
  background: #1AB248 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 20px !important;
}

.main-carousel .main-carousel-wrapper {
  padding: 40px 0px;
}

.main-carousel .owl-item .item {
  display: flex !important;
}

.main-carousel .owl-item.active .main-carousel-text {
  transform: translate(0px, 60px);
  display: block;
  animation: animateCarText 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.main-carousel .owl-item.active .carousel-image {
  animation: animateCarImg 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 95%;
}

@media screen and (max-width: 950px) {
  .main-carousel .owl-item .main-carousel-text {
    transform: translate(0px, -26px);
    animation: animateCarText2 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .main-carousel .owl-item.active .main-carousel-text {
    transform: translate(0px, -26px);
    animation: animateCarText2 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  }

  @keyframes animateCarText2 {
    from {
      opacity: 0;
      transform: translate(0px, -40px);
    }
    to {
      opacity: 1;
      transform: translate(0px, -26px);
    }
  }

  .main-carousel .btn-more {
    display: none;
  }
}

@keyframes animateCarText {
  from {
    opacity: 0;
    transform: translate(0px, -40px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 60px);
  }
}

@keyframes animateCarImg {
  from {
    opacity: 0;
    transform: translate(0px, 40px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

.main-carousel .main-carousel-text h1 {
  font-size: 60px;
  color: #1AB248;
  font-weight: bold;
}

.main-carousel .main-carousel-text p {
  color: #1AB248;
  font-weight: 300;
  padding: 20px 0px;
}

.btn-more {
  background: #1AB248;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  border: none;
}

.btn-more:hover {
  background: #1AB248;
  color: white;
}

@media screen and (max-width: 950px) {
  .main-carousel .main-carousel-text {
    text-align: center;
  }
  .main-carousel .main-carousel-text h1 {
    padding-top: 25px;
    font-size: 25px;
    color: #1AB248;
    font-weight: bold;
  }

  .main-carousel .main-carousel-text p {
    padding: 10px 0px;
  }

  .btn-more {
    background: white;
    color: #1AB248;
    padding: 8px 20px;
  }
}

.services .card {
  box-shadow: 0px 11px 13px -4px #00000012;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  margin: 10px;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  overflow-x: hidden !important;
  border-top: 2px solid white !important;
  border-radius: 5px;
}
.card-body {
  z-index: 10;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  /*height:250px;*/

}
.service-content{
    /*height:180px;*/
}
.infor-content{
    height:100px;
}
.card-cover {
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  background: #fff;
  /* transform: translate(-80%, -80%); */
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .card:hover .card-cover {
  height: 100%;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .card-body:hover {
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(0px, -10px);
}
.services .card-body{
      height: 400px;
}

.services .card:hover button {
  background: white;
  border: none;
  color: #1AB248;
}

.services .card:hover .services-text {
  color: #1AB248 !important;
}

.services .card:hover {
  box-shadow: 0px 11px 13px -4px #00000033;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  border-top: 2px solid #1AB248 !important;
}

.services .services-icon {
  text-align: center;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

/* .services .services-icon .fa-person-carry {
  font-size: 60px;
  color: white;
} */

.services .services-text p {
  font-weight: 300;
  font-size: 14px;
}

.tariffs {
  background: rgb(255, 255, 255);
}

table {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  background: #f1f1f1; /* fallback for old browsers */
}

.nav-link {
  /*color: #1AB248 !important;*/
  /*font-weight: 600 !important;*/
  /*border-bottom: none !important;*/
    text-decoration: none;
    /*width: 100%;*/
    height: 100%;
    font-weight: 500;
    color: rgb(151, 151, 151);
    display: flex;
    padding: 15px;
    border:none !important;
    align-items: center;
    transition: 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);

}

.nav-link.active {
 background: #1AB248 !important;
}

.nav-link.active>span{
	color:white !important;
}

thead th {
  color: #1AB248;
}

tbody {
  background: white;
  border-radius: 10px !important;
  font-weight: 600;
  color: #1AB248;
}

.tariff-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1AB248;
}

.tariff-btn:hover {
  background: #1AB248;
  color: white;
}

.tariffs form {
  color: #1AB248;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 5px 47px -2px #00000038;
}

.form-control {
  color: #1AB248 ;
}

.form-control:focus {
  color: #1AB248 !important;
  background-color: #fff !important;
  border-color: #ed1c2a4b !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ed1c2a49 !important;
}

option {
  background: #1AB248 !important;
  color: white !important;
}

input:focus {
  outline: none !important;
}

.tariffs form h6 {
  color: #1AB248;
  margin: 0;
  transform: translate(-1px, 0px);
  font-weight: 400;
  position: relative;
}

.calc-input {
  width: 100%;
  height: 50px;
  border: 1px solid #1AB248;
  font-size: 20px;
  font-weight: 500;
  color: #1AB248;
  text-indent: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.calc-input:focus {
  border: 1px solid #1AB248 !important;
}

.calc-input:focus-visible {
  border: 1px solid #1AB248 !important;
}

.btn-calculate {
  color: #fff !important;
  background: #1AB248 !important;
  width: 100%;
  padding: 15px 0px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.btn-calculate:hover {
  background: #1AB248;
  border: 1px solid #1AB248;
  color: white;
}

.tariffs .calculated-price {
  font-size: 50px !important;
  font-weight: bold !important;
}

.tariffs .calculated-price span {
  font-size: 30px !important;
}

.tariffs .calculate-form {
  margin-top: 48px;
}

.tariffs .calc-image {
  animation: animeImg 9.5s linear infinite;
}

@keyframes animeImg {
  0% {
    transform: translate(10px, 20px);
  }
  20% {
    transform: translate(0px, 0px);
  }
  40% {
    transform: translate(20px, 10px);
  }
  60% {
    transform: translate(0px, 0px);
  }
  80% {
    transform: translate(10px, 20px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@media screen and (max-width: 768px) {
  .tariffs .calculate-form {
    margin-top: 0px;
  }

  .calculated-price {
    text-align: center;
    margin-bottom: 15px;
  }

  .c-margin {
    margin-top: 25px;
  }

  .contact-details ul li {
    font-size: 14px;
  }
}

.services {
  background: #f8f8f8;
}

.news .card {
  border: none;
  border-radius: 5px !important;
  box-shadow: 0px 11px 13px -4px #00000033;
  margin: 5px;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.news .card:hover {
  transform: translate(0px, -10px);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.news .card .card-img-top {
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.news .card .card-title {
  color: #1AB248;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height:70px;
}

.news .card .card-title::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 1px;
  bottom: -8px;
  background-color: #1AB248;
}

.news .card .card-text {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: rgb(102, 102, 102);
  text-align: justify;
}

.news-date {
  font-size: 13px;
  color: rgb(179, 179, 179);
  margin: 0;
  padding: 0;
}

.shops {
  /*background: #f8f8f8;*/
}
.shops .owl-dots{
    display:none;
}
.shops-carousel {
  background: white;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.shops-carousel a {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background: white;
  transition: 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.shops-carousel a:hover {
  border: 1px solid #1AB248;
  transition: 1.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: rotate(1turn);
}

.shops-carousel img {
  width: 80px;
}

.shops-carousel .owl-item {
  height: 150px;
  display: flex;
  align-items: center;
}

.partners-carousel {
  background: white;
  border-top: 1px solid rgb(233, 233, 233);
}

.partners-carousel a {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 150px;
  border-radius: 10px;
  background: white;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.partners-carousel img {
  width: 120px;
  opacity: 0.2;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.partners-carousel a:hover img {
  opacity: 1;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.partners-carousel .owl-item {
  height: 100px;
  display: flex;
  align-items: center;
}

footer {
  background: #232323;
  padding-top: 30px;
  margin-top: 70px;
  flex-shrink: 0;
  bottom: 0;
}

.footer-logo img {
  width: 150px;
  height: 35px;
  margin-left: -15px;
}

.footer-social {
  margin: 15px 0px;
}

.footer-social ul {
  list-style: none;
  display: flex;
}

.footer-social ul li a {
  margin: 5px;
  border: 1px solid white;
  width: 35px;
  height: 35px;
  border-radius: 150px;
  display: grid;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer-social ul li a:first-of-type {
 margin-left: 0px;
}

.footer-social ul li a:hover {
  background: white;
  color: #1AB248;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer-social ul li a {
  font-size: 17px;
  color: white;
}

.footer-contact ul {
  list-style: none;
}

.footer-contact ul li {
  margin: 10px 0px;
}

.footer-contact ul li a {
  font-size: 17px;
  color: white;
  text-decoration: none;
  font-weight: 200;
}

footer h5 {
  color: white;
  font-size: 1.15rem;
}

.footer-menu ul {
  list-style: none;
}

.footer-menu ul li {
  margin: 8px 0px;
}

.footer-menu ul li a {
  font-size: 16px;
  color: white;
  text-decoration: none;
  font-weight: 350;
  font-family: 'Roboto' ,sans-serif;
}

.footer-menu ul li a:hover {
  color: #1AB248;
}

.footer-help ul {
  list-style: none;
}

.footer-help ul li {
  margin: 8px 0px;
}

.footer-help ul li a {
  font-size: 16px;
  color: white;
  text-decoration: none;
  font-weight: 350;
  font-family: 'Roboto' ,sans-serif;
}

.footer-help ul li a:hover {
  color: #1AB248;
}

.footer-end {
  border-top: 1px solid rgba(255, 255, 255, 0.274);
  color: white;
  font-weight: 200;
  padding: 8px 0px;
  margin-top: 20px;
}

.about-image {
  width: 60%;
  margin: auto;
  display: grid;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .main-carousel {
    height: 530px !important;
  }
  .main-carousel .carousel-image img {
    width: 90% !important;
    margin: auto;
    position: relative;
    /* bottom: 70px; */
  }

  .about-image {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .main-carousel {
    height: 330px !important;
  }
  .main-carousel .carousel-image img {
    width: 100% !important;
    margin: auto;
  }
}

@media screen and (min-width: 950px) and (max-width: 1133px) {
  .header-main {
    width: 100% !important;
  }

  .profile-buttons .goBtn {
    padding: 5px 10px !important;
  }
}

.contact-page {
  background: rgb(250, 250, 250);
}

.contact-details ul {
  list-style: none;
}

.contact-details ul li {
  margin: 5px 0px;
  display: flex;
  align-items: center;
}

.contact-details ul li span {
  margin-left: 5px;
  font-weight: 400;
  color: grey;
}

.contact-details ul li i {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1AB248;
  /* background: #1AB248; */
  opacity: 0.7;
  font-weight: bold;
  font-size: 18px;
}

.contact-page form button {
  font-weight: bold;
  color: #1AB248;
}

.accordion-button {
  color: white !important;
  font-weight: 600 !important;
  background: #1AB248 !important;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.accordion-button::after {
  display: none;
}

.accordion-header {
  position: relative;
}

.accordion-item i {
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);

}

.accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mobile-bottom-menu {
  display: none;
}

@media screen and (max-width: 950px) {
  header{
    position: static;
  }

  .mobile-bottom-menu {
    display: block !important;
    width: 100%;
    background: #1AB248;
    position: fixed;
    bottom: 0;
    box-shadow: -1px 7px 23px -6px black;
  }

  .mobile-bottom-menu-items {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }

  .bottom-menu-item {
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 7px;
    padding-top: 9px;
    text-decoration: none;
  }

  .bottom-menu-item:hover {
    color: white;
  }

  .bottom-menu-item:nth-child(1) {
    border-right: 1px solid rgba(221, 221, 221, 0.322);
  }

  .bottom-menu-item:nth-child(2) {
    border-right: 1px solid rgb(221, 221, 221, 0.322);
  }

  .bottom-menu-item p {
    padding: 0 !important;
    margin: 0 !important;
    padding-top: 3px !important;
    font-size: 13px;
  }
}

.shop-list {
  list-style: none;
  background: rgb(238, 238, 238);
  padding: 10px !important;
  border-radius: 6px;
}

.shop-list li {
  margin: 5px;
}

.shop-list li:hover {
  background: rgb(224, 224, 224);
  border-radius: 6px;
}

.shop-list li a {
  display: block;
  text-decoration: none;
  color: rgb(107, 107, 107);
  font-weight: 400;
  width: 100%;
  padding: 5px !important;
  transition: 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.shop-list li.active {
  background: rgb(224, 224, 224);
  border-radius: 6px;
}

.shop-list li a:hover {
  transform: translate(10px, 0px);
  transition: 0.7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.shop-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.shop-item {
  width: 100%;
  height: 100px;
  border: 1px solid rgb(199, 199, 199);
  border-radius: 2px;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: white;
  cursor: pointer;
  margin: 2px;
}

.shop-item:hover {
  border: 1px solid #1AB248;
}

.shop-select {
  display: none;
}

@media screen and (max-width: 950px) {
  .shop-list {
    display: none;
  }

  .shop-select {
    display: block !important;
    margin-bottom: 20px !important;
  }
}

.login-input {
  width: 100%;
  height: 40px;
  border: 1px solid #d6d6d6;
  /* font-size: 20px;
  font-weight: 500; */
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #1AB248;
  text-indent: 10px;
  /* background: #f3f3f3; */
  background: transparent;
  border: 1px solid #dee2e6 !important;
  border-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.login-input-select{
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.login-page h6 {
  color: #1AB248;
  margin: 0;
  transform: translate(-1px, 0px);
  font-weight: 400;
  position: relative;
  margin-top: 15px;
  float: left;

  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
}

.forget-password {
  text-decoration: none;
  color: #1AB248;
}

.forget-password:hover {
  color: #1AB248;
}

.login-form {
  width: 400px;
  padding: 30px 20px !important;
  height: auto;
  box-shadow: 0px 5px 15px -2px #00000038;
  border-radius: 6px;
  z-index: 15;
}

.login-bg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-bg img {
  width: 100%;
}
.tab-content>.active{
  /*display: flex;*/
}

.header-top-links{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 20px 0;*/
}
.left-links{
  display: flex;
}
.left-links li{
  list-style: none;
}

.left-links li .dropdown-toggle{
  margin: 0 10px 0 0;
  /* border: 1px solid #ddd !important; */
  border-radius: 5px;
  padding: 10px 10px 10px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: .15s cubic-bezier(.4,0,.6,1);
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  /* font-family: 'Roboto', sans-serif; */
  text-transform: uppercase;

}
.left-links li .dropdown-toggle:focus{
  box-shadow: unset;
}
.right-links a{
  padding: 6px;
  text-decoration: none;
  background: #fff;
  color: #000;
  /* border-radius: 10px; */
  min-width: 200px;
  display: block;
  text-align: center;
  /* border: 1px solid #ddd; */
  text-transform: capitalize;
}

.right-links a:hover{
  background-color: #1AB248;;
  color: #fff;
}

.on-off {
  display: none;
  opacity: 0;
}

.on-off-label {
  position: relative;
  width: 60px;
  height: 34px;
  display: inline-block;
  background: #666666;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.on-off-label:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 30px;
  height: 30px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 1px 3px 6px #666666;
}

.on-off:checked + .on-off-label {
  background: #009900;
}

.on-off:checked + .on-off-label:after {
  left: auto;
  right: 2px;
}
.tariff_with_calculator{
  padding: 60px 0;
  background-color: #fff;
}
.new_tariff_list h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #1a1919;
  letter-spacing: .06em;
}
.tariff_list{
  padding: 43px 30px;
  border-radius: 25px;
  border-top-right-radius: 0;
  /*min-height: 435px;*/
  background-color: #f1f1f1;
}
.tariff_list .tariff_ul p{
  font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a1919;
    letter-spacing: .06em;
    margin-bottom: 10px;
}
.tariff_list ul.tariff_ul{
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 20px!important;
  background-color: #fff;
  border-radius: 25px;
  border-top-left-radius: 0;
  margin: 10px!important;
}
.tariff_list ul.tariff_ul li{
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:  5px 10px;
  border-bottom: 1.5px dotted #000;
  margin-bottom: 10px;
}
.tariff_add{
  margin-top: 30px;
  list-style-type: none;
}

.tariff_add li{
  font-family: Roboto,sans-serif;
  font-size: 20px;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  color: #222;
}

.new_calculator_form,
.new_tariff_list{
  margin-bottom: 15px!important;
}
.new_calculator_form h3{
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #1a1919;
  letter-spacing: .06em;
}
.new_calculator_form form{
  padding: 40px 30px;
  border-radius: 25px;
  border-top-left-radius: 0;
  background-color: #f1f1f1;
  min-height: 400px;
}
.new_calculator_form button{
  padding: 10px;
  background-color: #1AB248!important;
  color: #fff!important;
  border: none!important;
  border-radius: 5px!important;
  display: block;
  width: 100%;
  text-align: center;
}
.new_calculator_form .price{
  margin: 10px;
}
.how_it_works{
  padding-bottom: 60px;
  background-color: #fff;

}
/*.how_it_works h2{*/
/*  font-size: 24px;*/
/*  line-height: 28px;*/
/*  font-weight: 400;*/
/*  color: #1a1919;*/
/*  text-align: center;*/
/*  margin-bottom: 50px;*/
/*  letter-spacing: .06em;*/
/*}*/
.how_it_works_box{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.how_it_works_box span{
  padding: 15px;
  background-color: #1AB248;
  border-radius: 10px;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin-bottom: 20px;
}
.how_it_works h4{
  font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1a1919!important;
    letter-spacing: .06em;
    text-align: center;
}
.how_it_works p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #1a1919;
  max-width: 250px;
  text-align: center;
}
.tracking_order{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tracking_order  .form-group{
  margin-right: 10px;
}
.tracking_order button{
  padding: 8px 20px;
  border: none!Important;
  background: #1AB248!important;
  color: #fff!important;
  border-radius: 5px!Important;
}
.tracking_order button span{
  margin-left: 10px;
}


.root {
  padding: 1rem;
  border-radius: 5px;
  /* box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3); */
}

figure {
  display: flex;
}
figure img {
  width: 8rem;
  height: 8rem;
  border-radius: 15%;
  border: 1.5px solid #f05a00;
  margin-right: 1.5rem;
  padding:1rem;
}
figure figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
figure figcaption h4 {
  font-size: 1.4rem;
  font-weight: 500;
}
figure figcaption h6 {
  font-size: 1rem;
  font-weight: 300;
}
figure figcaption h2 {
  font-size: 1.6rem;
  font-weight: 500;
}

.order-track {
  margin-top: 2rem;
  padding: 0 1rem;
  border-top: 1px dashed #2c3e50;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
}
.order-track-step {
  display: flex;
  height: 7rem;
}
.order-track-step:last-child {
  overflow: hidden;
  height: 4rem;
}
.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}
.order-track-status {
  margin-right: 1.5rem;
  position: relative;
}
.order-track-status-dot {
  display: flex;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #f05a00;
  justify-content: center;
  align-items: center;
  color: white;
}
.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 7rem;
  background: #f05a00;
}
.order-track-text-stat {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.order-track-text-sub {
  font-size: 1rem;
  font-weight: 300;
}

.order-track {
  transition: all .3s height 0.3s;
  transform-origin: top center;
}
.modal-width-1000{
  max-width: 1000px!important;
}
.logo-slider {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  padding: 30px 0;
  margin: 30px 0;
}

.logo-slider:hover div {
  animation-play-state: paused;
}

.logo-slider div {
  display: flex;
  position: relative;
  animation: logo-slider 70s infinite;
  justify-content: space-around;
}

.logo-slider img {
  display: block;
  margin-left: 40px;
  object-fit: scale-down;
  width: 110px;
  height: 100px;
}

@keyframes logo-slider {
  /*0% {*/
  /*  transform: translateX(0%);*/
  /*}*/
  /*100% {*/
  /*  transform: translateX(-100%);*/
  /*}*/
}
.brands-carousel {
  position: relative;
  background-color: #F3F3F3;
}
.brands-carousel .logo-slider:hover div {
  animation-play-state: running;
}
.brands-carousel .logo-slider img {
  width: 135px;
  height: 135px;
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  margin: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.form-group{
  margin-bottom: 0.5rem!Important;
}
.somewherelist{
  box-shadow: unset!important;
}
.w-80-m-auto{
  width: 86%;
  margin: 0 auto
}
.border-div{
  width: 100%;
  height: 2px;
  box-shadow: inset 0 -1px 0 #e0e0e0;
}

.profile-buttons{
  display: flex;
  gap: 15px;
}

.btn-login{
  background-color: #1AB248 !important;
  color: white !important;
}

.btn-login:hover{
  background-color: rgb(26, 178, 72, 0.9) !important;
}

.header_socials{
  list-style-type: none;
  display: flex;
  gap: 10px;
}

.header_socials li a{
  font-size: 17px;
  color: white;
  border: 1px solid #1AB248;
  width: 30px;
  height: 30px;
  border-radius: 150px;
  display: grid;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.4s all;
  background-color: #1AB248;
}

.header_socials li a:hover{
  color: #1AB248;
  background-color: white;
}
.header_right_flex{
  display: flex;
  gap: 20px;
  align-items: center;
}

.header_phone{
  color: black;
  text-decoration: none;
  /*padding: 12px;*/
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(0,0,0,.66);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.header_phone i{
  font-size: 15px;
}

.header_phone:hover{
  color: #1AB248;
}

.nav__link::after{
  display: none !important;
}

.dd--menu{
  padding: 8px!important;
  border-radius: 8px!important;
  border-width: 0px!important;
  background: linear-gradient(0deg,rgba(0,0,0,.02),rgba(0,0,0,.02)),#fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.dd--item{
  margin-bottom: 2px;
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.dd--item:hover, .dd--item:active{
  color: #1AB248!important;
  background: #1ab24826!important;
}

.fixed-buttons {
  z-index: 999999;
  width: 200px;
  position: fixed;
  right: 4px;
  bottom: 80px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  visibility: visible;
}
.fixed-button {
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #00bc4c;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  padding: 12px 16px 12px 24px;
  -webkit-animation: shadow-pulse-data-v-5f60aba8 1s infinite;
  animation: shadow-pulse-data-v-5f60aba8 1s infinite;
}

@-webkit-keyframes shadow-pulse-data-v-5f60aba8 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 188, 76, 0.4);
  }
  to {
    box-shadow: 0 0 0 16px rgba(0, 188, 76, 0);
  }
}
@keyframes shadow-pulse-data-v-5f60aba8 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 188, 76, 0.4);
  }
  to {
    box-shadow: 0 0 0 16px rgba(0, 188, 76, 0);
  }
}

.fixed-button svg{
  height: 20px;
  width: 20px;
  margin-left: 10px;

}

.fixed-button:hover{
  color: white;
}

.swiper-container {
  width: 100%;
  height: 60vh;
  position: relative;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slide-content {
  position: absolute;
  /*bottom: -25%;*/
  left: 44px;
  /*transform: translateY(-50%);*/
  width: 50%;
  padding: 20px;
  color: #fff;
}
.hidden {
  display: none !important;
}
.swiper-container h1 {
  color: white;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 50px;
}

.swiper-container .more-button {
  margin-top: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 152px;
  padding: 15px 16px;
  transition: .15s cubic-bezier(.4,0,.6,1);
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border-color: #00a942;
  border-radius: 8px;
  outline: none;
  background-color: #00a942;
  font-family: Roboto,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transition: width .15s cubic-bezier(.4,0,.6,1);
  border-radius: 10px;
  outline: none;
  background-color: #e0e0e0;
  opacity: 1;
}

.swiper-pagination-bullet-active{
  background-color: #1AB248!important;
  width: 20px;

}

@media only screen and (max-width: 950px)  {
  .header-top-links{
    display: none!important;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
  }
  .slide-content{
    width: 44%;
    padding: 0;
  }
  .advantages-row {
    display: none !important;
  }

  .how-it-work-row {
    display: none !important;
  }

  .hidden {
    display: block !important;
  }
  .slide-content p {
    font-size: 12px !important;
  }
  .swiper-container h1 {
    color: white;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .fixed-buttons{
    bottom: 60px;
  }

  .fixed-button {
    padding: 12px;
  }

  .fixed-button span {
    display: none;
  }
  .fixed-button svg {
    margin: 0;
  }

  .nav__alt{
    padding: 0;
  }

  .tariff_add li{
    font-family: Roboto,sans-serif;
    font-size: 15px;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 300;
    color: #222;
  }

  .tariff_list{
    padding: 0px;
  }
  .forget_me {
    float: left !important;
    padding-top: 11px;
  }
}

.advantages-row{
  flex-direction: column;
  display: flex;
  flex-flow: wrap;
  gap: 0px;
  justify-content: space-around
}

.square-cards {
  width: 100%;
  display: flex;
}

.square-card {
  width: 200px;
  flex-shrink: 0;
}

.square-card__bg {
  height: 200px;
  border-radius: 10px;
  background-color: #F4F4F5;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 25px;
}

.square-card__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.square-card__description {
  font-size: 15px;
  line-height: 21px;
  color: #333333;
}


.loader__wrapper{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  align-items: center;
  background: #ffff;
  display: flex;
  justify-content: center;
  z-index: 99999999999;
}

.loader  {
  animation: rotate 2s infinite;
  height: 50px;
  width: 50px;
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}
.loader:before {
  animation: ball1 2s infinite;
  background-color: #1AB248;
  box-shadow: 30px 0 0 #1AB248;
  margin-bottom: 10px;
}
.loader:after {
  animation: ball2 2s infinite;
  background-color: #1AB248 ;
  box-shadow: 30px 0 0 #1AB248 ;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #1AB248;
  }
  50% {
    box-shadow: 0 0 0 #1AB248 ;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #1AB248 ;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #1AB248 ;
  }
  50% {
    box-shadow: 0 0 0 #1AB248;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #1AB248;
    margin-top: 0;
  }
}


.tabs-holder-content {
  background-color: #fff;
  border-radius: 1.6rem;
  margin: 4.8rem 0 12.8rem;
  padding: 7.2rem 5rem;
}
.tabs-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.4rem;
  list-style-type: none;
}
.tabs-holder li {
  width: 100%;
}
.tabs-holder li a {
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: 0.1rem solid rgba(47, 43, 104, 0.75);
  padding: 18px 21px;
  pointer-events: none;
  text-decoration: none;
}
.tabs-holder li a .img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}
.tabs-holder li a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tabs-holder li a h2 {
  font-family: 'Roboto' ,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: rgba(47, 43, 104, 0.75);
  margin: 0;
}
.tabs-holder li a h2 span {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.9rem;
  color: rgba(47, 43, 104, 0.75);
  padding: 0.9rem 1.2rem;
  background-color: rgba(47, 43, 104, 0.05);
  border-radius: 1.6rem;
  margin-left: 0.8rem;
}
.tabs-holder li {
  cursor: pointer;
}
.tabs-holder .inactive {
  opacity: 0.3;
  border: none;
  border-bottom: 0.1rem solid rgba(47, 43, 104, 0.1) !important;
}
.tabs-container-contents .th {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  text-align: left;
  color: rgba(47, 43, 104, 0.5);
  margin-bottom: 0.4rem;
}
.tabs-container-contents .th span {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  color: #655ae1;
  margin-left: 1rem;
}
.tabs-container-contents .td {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
  color: rgba(47, 43, 104, 0.75);
  padding-bottom: 2.4rem;
}
.table {
  /* display: flex; */
  justify-content: space-between;
}
.tab-column {
  width: 30%;
}





.service-content p a{
  text-decoration: none;
}


.btn-style-1 {
  border:2px solid #1AB248;
  color:#1AB248;
  font:12px Montserrat;
  text-transform:uppercase;
  padding:10px;
  font-weight:600;
  max-width: 200px;
  display:block;
  text-align:center;
  margin:10px auto;
  border-radius: 10px;
  position:relative;
  text-decoration: none;
  transition: .5s all;
  font-family: "Poppins", sans-serif;

}
.btn-style-1:hover {
  background:#1AB248;
  border-color:#1AB248;
  color:#fff!important;
}
.home_tariffs_box{
  display: flex;
  justify-content: space-around;
  gap: 15px;
}
.home_tariffs_left, .home_tariffs_right{
  width: 50%;
  background-color: white!important;
  padding-top: 15px!important;
  border-radius: 10px!important;
  padding-left: 15px;
  padding-right: 15px;
}


@media only screen and (max-width: 991px)  {
  .home_tariffs_left, .home_tariffs_right{
    width: 100%!important;
  }

  .home_tariffs_box{

    display: flex;
    flex-direction: column;

    justify-content: space-around;
  }

  .slide-content{
    top: 1%;
    left: 0;
  }
  .btn-login {
    width: 88px;
    font-size: 12px;
  }
  .goBtn {
    padding: 5px 10px;
  }
}


.custom_dropdown {
  position: relative;
  display: inline-block;
}

.custom_dropdown__content {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.custom_dropdown__btn{
  display: flex!important;
}

.custom_dropdown__item {
  padding: 12px 16px;
  text-decoration: none;
  min-width: 100% !important;
  width: 100% !important;
  background-color: #1ab248d4 !important;
  color: white !important;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
  border: 1px solid #ddd;

}

.custom_dropdown__item span{
  flex: 1;
  text-align: left;
}

.custom_dropdown:hover .dropdown__content {
  display: block;
}


.recipe_tariff_box p {
  padding-bottom: 10px;
  border-bottom: 1px solid #2f2b68;
}


.language-box a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
  gap: 3px;
  font-size: 14px;
  width: auto;
  min-width: auto;
  /* border: 1px solid #ddd; */
}

.language-box a:hover{
  background: transparent;
  color: black;
  /* border: none */
}

.language-box a  img {
  height: 10px;
  width: 16px;
  display: inline-block
}

.language-box .custom_dropdown  .arrow{
  width: 12px;
}



.service-content p a{
  /*transition: .7s all;*/
}

.service-content p a:hover {
  font-weight: 600!important;
  color: #1AB248 !important;
}

.swiper-slide{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-container{
    height: 500px!important;
}

.somewhere_block_custom{
  max-width: 900px;
  margin: auto;
  width: 100%;
  padding: 30px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
}

.address_detail{
  padding: 10px;
}
.address_detail ul{
  padding-left: 0;
  margin-bottom: 0;
  display: block;
}
.address_detail ul li{
  list-style: none;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 21px;
}
.address_detail ul li span:first-child{
  width: 150px;
  min-width: 150px;
}
.price_style{
  margin-left: 45px;
}
.d-desktop-none{
  display: none;
}
@media(max-width:1199px){
  .swiper-container{
    height: 300px!important;
  }

  .swiper-container .more-button{
    position: absolute;
    bottom: 0;
    padding:5px 6px;
    font-size:12px;
    min-width:102px
  }
  .header_right_flex{
    display: none!important;
  }
  .user-box-custom{
    flex-direction: column!important;
  }
}


@media(max-width:991px){
  .profile-buttons{
    flex-direction: column;
  }
  .price_style{
    margin-left: 0px;
  }
}
@media(max-width: 950px){
  .d-desktop-none{
    display: block;
    margin-right: 10px;
  }
  .mobile_top_nav{
    display: flex;
    align-items: center;
  }
  .language-box{
    position: absolute;
    top: -38px;
    right: 48px;
  }
  .forget_me {
    float: left !important;
  }
}
@media(max-width: 767px){
  .address_detail ul li{
    flex-direction: column;
  }
  .somewhere_block_custom{
    padding: 10px;
  }
  .swiper-container{
    height: 200px!important;
  }
  .forget_me {
    float: left !important;
  }
}
@media(max-width:500px){
  .swiper-slide{
    background-size: cover!important;
    background-position: right;
    width: 410px !important;
  }
  .swiper-container{
    height: 260px!important;
  }
  .page-tabs__list{
    flex-direction: column;
  }
  .referral-link .alert-primary{
    flex-direction: column;
    align-items: flex-start!important;
  }
  #account .nav-pills .active{
    margin: 0!important;
  }
  .forget_me {
    float: left !important;
  }
}

.transition_nav{
    display: block!important;
    right: 0!important;
    opacity: 1!important;
    width: 100%!important;
    transition: 0.5s all!important;

}


.d-none-desktop{
  display:none
}
@media(max-width:950px){
  .d-none-desktop{
    display: block;
  }
  .transition_nav .dropdown-menu{
    position: relative!important;
    transform: unset!important;
    top: 5px!important;
    box-shadow: unset;
    left: 0!important;
  }
  .transition_nav .dropdown-item{
    white-space: unset!important;
  }
  .transition_nav ul{
    display: block!important;
  }
}
.address_notification_box{
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}
.address_notification_box p{
  margin-bottom: 0;
}
