@charset "UTF-8";
@font-face {
  src: url(../fonts/Circe-Thin.ttf);
  font-family: 'Circe';
  font-weight: 100;
  font-style: normal;
}

@font-face {
  src: url(../fonts/Circe-ExtraLight.ttf);
  font-family: 'Circe';
  font-weight: 200;
  font-style: normal;
}

@font-face {
  src: url(../fonts/Circe-Light.ttf);
  font-family: 'Circe';
  font-weight: 300;
  font-style: normal;
}

@font-face {
  src: url(../fonts/Circe-Regular.ttf);
  font-family: 'Circe';
  font-weight: 400;
  font-style: normal;
}

@font-face {
  src: url(../fonts/Circe-Bold.ttf);
  font-family: 'Circe Bold';
  font-style: normal;
}

@font-face {
  src: url(../fonts/Circe-ExtraBold.ttf);
  font-family: 'Circe';
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  src: url(../fonts/webfonts/fa-regular-400.ttf);
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

@font-face {
  src: url(../fonts/webfonts/fa-solid-900.ttf);
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 200;
  font-display: block;
}

#custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

#custCarousel .carousel-indicators > li {
  width: 100px;
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.offer-list-items li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.8;
}

.offer-list-items li i {
  position: absolute;
}

.offer-list-items li span {
  display: block;
  margin-left: 2rem;
}

body {
  font-family: "Circe";
  font-weight: 300;
  color: #000000;
  font-size: 1.125rem;
}

.main__page__header {
  position: relative;
  top: 72px;
}

.btn-secondary {
  font-size: 1.125rem;
  border-radius: 10px !important;
}

.btn-primary {
  border-radius: 10px !important;
}

.modal-title {
  font-size: 2.375rem;
}

.dropdown-menu {
  font-size: 1.125rem;
}

.dropdown-menu .active,
.dropdown-menu .selected {
  background-color: #0b6470;
  color: white;
}

.dropdown-toggle {
  height: calc(1.5em + 0.75rem + 9px);
  font-size: 1.125rem;
}

.dropdown-toggle::after {
  font-family: "Font Awesome 5 Pro";
  border: none;
  font-size: 0.7rem;
  font-weight: 900;
  color: #396f89;
  content: "\f078";
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.link-slate {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.link-slate:hover {
  color: #396f89;
  text-decoration: none;
}

.text-small {
  font-size: 18px;
}

.text-blue {
  color: #38808f !important;
}

.text-bold {
  font-weight: bold;
}

.bg-slate {
  background: -webkit-gradient(linear, left top, left bottom, from(#00616c), to(#468797));
  background: linear-gradient(#00616c, #468797);
}

.bg-slate-def {
  background: #396f89;
}

.text-slate {
  color: #396f89;
}

.btn-slate-radial {
  color: white !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#468797), to(#00616c));
  background: linear-gradient(#468797, #00616c);
  border: #396f89;
  font-size: 1.125rem;
}

.btn-slate-radial:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#00616c), to(#468797));
  background: linear-gradient(#00616c, #468797);
}

.btn-white-border {
  background-color: white;
  color: black;
  border: 1px solid black !important;
}

.btn-white-border:hover {
  background-color: gray;
}

.custom-carousel .carousel-control-prev-icon {
  background-image: url(../img/arrow_left.png);
  background-size: 50%;
}

.custom-carousel .carousel-control-next-icon {
  background-image: url(../img/arrow_right.png);
  background-size: 50%;
}

.custom-carousel .carousel-control-next-icon,
.custom-carousel .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 767px) {
  .custom-carousel .carousel-control-next-icon,
  .custom-carousel .carousel-control-prev-icon {
    width: 18px;
    height: 18px;
    margin-top: 4rem;
  }
}

.custom-carousel .carousel-indicators {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .custom-carousel .carousel-indicators {
    bottom: -20px;
  }
}

.custom-carousel .carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .custom-carousel .carousel-indicators li {
    width: 100% !important;
    height: 0.2rem !important;
    border-radius: 0 !important;
    background-color: #a3a4a5;
    margin: 0;
  }
}

.custom-carousel .carousel-indicators::after {
  content: "";
  border-bottom: 0.15rem solid white;
  width: 48%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  opacity: 0.4;
}

@media only screen and (max-width: 815px) {
  .custom-carousel .carousel-indicators::after {
    content: none;
  }
}

.custom-carousel .carousel-indicators::before {
  content: "";
  border-bottom: 0.15rem solid white;
  width: 48%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 0.4;
}

@media only screen and (max-width: 815px) {
  .custom-carousel .carousel-indicators::before {
    content: none;
  }
}

.carousel-thumbnails .carousel-indicators li {
  width: 5rem;
  background: transparent;
}

/*.navbar {*/
/*  padding: 0 !important;*/
/*  !* top: 2.3rem; *!*/
/*  -webkit-transition: all 0.2s;*/
/*  transition: all 0.2s;*/
/*}*/

/*.navbar .menu-social-icons {*/
/*  display: none;*/
/*  margin-top: 7rem !important;*/
/*}*/

/*.navbar .menu-social-icons a {*/
/*  color: #396f89;*/
/*}*/

/*.navbar .navbar-toggler {*/
/*  border-color: transparent;*/
/*  -webkit-transition: 0.5s ease-in-out;*/
/*  transition: 0.5s ease-in-out;*/
/*}*/

/*.navbar .navbar-toggler .hidden {*/
/*  display: none !important;*/
/*}*/

/*.navbar .navbar-toggler .navbar-toggler-icon {*/
/*  background-image: url(../img/hamburger.png);*/
/*}*/

/*.navbar .navbar-toggler .navbar-close-icon {*/
/*  display: inline-block;*/
/*  background-image: url(../img/menu-close-cion.png);*/
/*  width: 1.5em;*/
/*  height: 1.5em;*/
/*  vertical-align: middle;*/
/*  content: "";*/
/*  background-size: 100% 100%;*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*  .navbar {*/
/*    padding: 0.5rem 0rem !important;*/
/*  }*/
/*  .navbar .hidden {*/
/*    opacity: 0;*/
/*  }*/
/*  .navbar .navbar-brand {*/
/*    display: block !important;*/
/*    color: #38808f;*/
/*    padding-left: 1rem;*/
/*  }*/
/*  .navbar .navbar-toggler {*/
/*    padding-right: 1rem !important;*/
/*  }*/
/*  .navbar .btn-logout {*/
/*    background: -webkit-gradient(linear, left top, left bottom, from(#00616c), to(#468797));*/
/*    background: linear-gradient(#00616c, #468797);*/
/*  }*/
/*}*/

/*.navbar .btn-logout {*/
/*  padding-right: 1rem !important;*/
/*  padding-left: 1rem !important;*/
/*}*/

/*.navbar .navbar-nav .nav-item {*/
/*  padding-top: 0.6rem;*/
/*  padding-bottom: 0.6rem;*/
/*  padding-left: 2.4rem;*/
/*  padding-right: 2.4rem;*/
/*  -webkit-transition: all 0.2s;*/
/*  transition: all 0.2s;*/
/*}*/

/*.navbar .navbar-nav .nav-item .nav-link {*/
/*  font-size: 1.5rem;*/
/*  font-weight: 300;*/
/*  color: #000000;*/
/*  white-space: nowrap;*/
/*}*/

/*.navbar .navbar-nav .nav-item .nav-link:hover {*/
/*  color: #000000;*/
/*}*/

/*@media (max-width: 1024px) and (min-width: 768px) {*/
/*  .navbar .navbar-nav .nav-item .nav-link {*/
/*    font-size: 1.25rem !important;*/
/*  }*/
/*}*/

/*@media (max-width: 1021px) {*/
/*  .navbar .navbar-nav .nav-item {*/
/*    padding-left: 1rem;*/
/*    padding-right: 1rem;*/
/*  }*/
/*}*/

/*.navbar .navbar-nav .nav-item-def {*/
/*  border-top: 3px solid white;*/
/*  border-bottom: 3px solid white;*/
/*}*/

/*.navbar .navbar-nav .nav-item-def:hover {*/
/*  border-top: 3px solid #396f89;*/
/*  border-bottom: 3px solid #396f89;*/
/*}*/

/*.navbar .navbar-nav .nav-item-with-bg {*/
/*  !*  background: url(../img/btn_gradient.png) repeat-x; *!*/
/*  border-top: 3px solid #00616c;*/
/*  border-bottom: 3px solid #468797;*/
/*  background: -webkit-gradient(linear, left top, left bottom, from(#00616c), to(#468797));*/
/*  background: linear-gradient(#00616c, #468797);*/
/*}*/

/*.navbar .navbar-nav .nav-item-with-bg .nav-link {*/
/*  color: white;*/
/*  font-weight: 300;*/
/*}*/

/*.navbar .navbar-nav .nav-item-with-bg .nav-link:hover {*/
/*  color: white;*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .navbar .navbar-nav {*/
/*    width: 80%;*/
/*    -webkit-box-pack: space-evenly;*/
/*        -ms-flex-pack: space-evenly;*/
/*            justify-content: space-evenly;*/
/*  }*/
/*}*/

/*@media (max-width: 1074px) {*/
/*  .navbar .navbar-nav .nav-link {*/
/*    font-size: 2rem !important;*/
/*  }*/
/*}*/

.section-password-reset,
.section-password-reset-email,
.section-user-register-login {
  padding: 3rem 0rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-password-reset h3,
.section-password-reset-email h3,
.section-user-register-login h3 {
  font-size: 2.375rem;
}

.section-password-reset .btn-slate-radial,
.section-password-reset-email .btn-slate-radial,
.section-user-register-login .btn-slate-radial {
  padding: 0.5rem 2rem;
}

.section-password-reset .container .card,
.section-password-reset-email .container .card,
.section-user-register-login .container .card {
  border: none;
  /*  .form-buttons {
                max-width: 33.3%;
                margin: 0;
            } */
}

.section-password-reset .container .card .pass-forgot,
.section-password-reset-email .container .card .pass-forgot,
.section-user-register-login .container .card .pass-forgot {
  padding: 0 !important;
  font-size: 1rem;
}

.section-password-reset .container .card .card-header,
.section-password-reset-email .container .card .card-header,
.section-user-register-login .container .card .card-header {
  border: none;
  background-color: transparent;
}

.section-password-reset .container .card button,
.section-password-reset-email .container .card button,
.section-user-register-login .container .card button {
  padding: 0.5rem 2rem;
}

.section-password-reset .container .card a,
.section-password-reset-email .container .card a,
.section-user-register-login .container .card a {
  cursor: pointer;
  padding: 0.5rem 2rem;
  background-color: transparent;
  color: black;
  border-color: black;
}

@media only screen and (max-width: 991px) {
  .section-password-reset .container .card .pass-restore,
  .section-password-reset-email .container .card .pass-restore,
  .section-user-register-login .container .card .pass-restore {
    margin-bottom: 4rem;
  }
}

.section-user-register-login .dropdown-toggle,
.section-user-register-login .dropdown-item {
  padding: .375rem .75rem !important;
}

.section-user-register-login .invalid {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 15, 15, 0.28) !important;
          box-shadow: 0 0 0 0.2rem rgba(114, 15, 15, 0.28) !important;
  border-color: red !important;
}

.filter-option {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.account-offers-title-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-offers-title-section h1 {
  margin: 0px;
}

.account-offers-title-section .btn {
  border-radius: 0.45rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

@media only screen and (max-width: 991px) {
  .account-offers-title-section .company-title {
    padding-bottom: 2rem;
    padding-left: 15px !important;
  }
  .account-offers-title-section .btn-add-offer {
    text-align: left !important;
    padding-bottom: 1rem;
  }
  .account-offers-title-section .btn-change-pass {
    text-align: left !important;
    padding-bottom: 1rem;
    padding-left: 15px !important;
  }
}

.account-offers-grid-section .user_activation {
  text-align: center;
}

.account-offers-grid-section .user_activation h1 {
  color: gray;
  font-size: 1.8rem;
}

.account-offers-grid-section .offer-row {
  border: 1px solid black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-offers-grid-section .offer-row .offer-image-div {
  height: 120px;
  background-image: url("https://test.macerayaxindadir.az/storage/2020/08/31/thumbnailFront/600/r6mhQPbEMswmpwbZ52gaU5ddbhkkZjXykcuYMTo5.jpeg");
  background-position: center;
  background-size: cover;
}

.account-offers-grid-section .offer-row .btn {
  border-radius: 0.45rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.account-offers-grid-section .offer-row .text-blue {
  font-family: "Circe Bold";
  font-weight: 300;
}

.account-offers-grid-section .pagination li .page-link {
  font-family: "Circe Bold" !important;
  font-weight: 300 !important;
  color: #38808f !important;
  border: none;
  padding: 0.5rem 0.45rem;
  /* color: $slate; */
}

.account-offers-grid-section .pagination li .page-link:hover {
  background-color: transparent;
}

.account-offers-grid-section .pagination li .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 991px) {
  .account-offers-grid-section .offer-row {
    border: none;
  }
  .account-offers-grid-section .offer-image-div {
    height: 300px !important;
  }
  .account-offers-grid-section .offer-row-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .account-offers-grid-section .offer-row-button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: left !important;
  }
  .account-offers-grid-section .offer-row-status {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-right: 15px !important;
    text-align: right !important;
  }
}

#first_step_form_inputs {
  margin-left: 1rem;
  font-size: 1.125rem;
}

#first_step_form_inputs img {
  margin-right: 5rem;
}

#first_step_form_inputs h3 {
  font-size: 2.375rem;
}

#first_step_form_inputs .py-4 {
  padding-top: 2.5rem !important;
}

@media (min-width: 992px) {
  #first_step_form_inputs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}

#second_step_form_inputs {
  margin-left: 1rem;
  font-size: 1.125rem;
  /* @media (min-width: 992px) {
        flex: 0 0 30%;
        max-width: 30%;
    } */
}

#second_step_form_inputs h3 {
  font-size: 2.375rem;
}

#second_step_form_inputs .py-4 {
  padding-top: 2.5rem !important;
}

@media only screen and (max-width: 991px) {
  #second_step_form_inputs {
    margin-left: 0 !important;
  }
}

#load_more_main_page_btn {
  padding: 0.5rem 2rem !important;
  font-size: 18px;
}

#register_final_step h3 {
  font-size: 2.375rem;
}

.edit-offer-title-section h3 {
  font-size: 2.375rem !important;
}

.edit-offer-fields-section .right-side {
  position: relative;
}

.edit-offer-fields-section .right-side .btn-white-border {
  position: absolute;
  bottom: 0;
  right: 77px;
}

.edit-offer-fields-section .modal .submit-modal .modal-header,
.edit-offer-fields-section .modal .delete-modal .modal-header {
  padding: 1rem 1rem 1rem 3rem;
}

.edit-offer-fields-section .modal .submit-modal .modal-body,
.edit-offer-fields-section .modal .delete-modal .modal-body {
  padding: 1rem 1rem 1rem 1rem;
}

.edit-offer-fields-section .modal .submit-modal .btn-slate-radial,
.edit-offer-fields-section .modal .delete-modal .btn-slate-radial {
  padding: 0.7rem 2rem;
  min-width: 30%;
}

.edit-offer-fields-section .modal .submit-modal .btn-white-border,
.edit-offer-fields-section .modal .delete-modal .btn-white-border {
  padding: 0.7rem 2rem;
  min-width: 30%;
}

.btn-white {
  color: #000000;
  background-color: white;
  border-color: white;
}

.btn-white:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.filter-btn-icon i {
  font-size: 1.4rem;
  color: #396f89;
}

.dropdown-item {
  font-weight: 300;
}

.dropdown-item:active {
  background-color: #0b6470;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #ebebeb;
}

.tooltip-inner {
  background-color: #ebebeb;
  color: black;
}

.section-inner-offer {
  padding-top: 6rem !important;
}

@media only screen and (max-width: 768px) {
  .section-inner-offer {
    padding-top: 7rem !important;
  }
}

.section-inner-offer p {
  opacity: 0.8 !important;
}

.section-inner-offer .carousel-inner > .carousel-item {
  height: 60vh;
}

.section-inner-offer .carousel-inner > .carousel-item > img {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 800px;
  width: auto;
}

@media only screen and (max-width: 420px) {
  .section-inner-offer .carousel-inner > .carousel-item > img {
    width: 100%;
  }
}

.section-inner-offer .carousel-control-next,
.section-inner-offer .carousel-control-prev {
  height: auto;
}

.section-inner-offer .carousel-control-next-icon,
.section-inner-offer .carousel-control-prev-icon {
  background-image: none;
}

.section-inner-offer .carousel-control-next-icon:after {
  content: '›';
  font-size: 2rem;
  color: gray;
}

@media only screen and (max-width: 420px) {
  .section-inner-offer .carousel-control-next-icon:after {
    color: white;
  }
}

.section-inner-offer .carousel-control-prev-icon:after {
  content: '‹';
  font-size: 2rem;
  color: gray;
}

@media only screen and (max-width: 420px) {
  .section-inner-offer .carousel-control-prev-icon:after {
    color: white;
  }
}

.section-inner-offer .img-thumbnail {
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 480px) {
  .section-inner-offer .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
  }
  .section-inner-offer .img-thumbnail {
    width: 50px;
    height: 50px;
  }
}

.grid-card {
  padding: 0 0.25rem;
  position: relative;
  margin: 0.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid-card .card-image {
  height: 17.313rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.grid-card .card-image img {
  position: absolute;
  bottom: 10%;
}

.grid-card .card-image .sahman-icon {
  left: 7%;
}

@media (max-width: 425px) {
  .grid-card .card-image .sahman-icon {
    left: 3%;
  }
}

.grid-card .card-image .doctor-icon {
  left: 30%;
}

@media (max-width: 425px) {
  .grid-card .card-image .doctor-icon {
    left: 18%;
  }
}

.grid-card .card-image .card-hot {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#ea0201), to(#a40100));
  background: linear-gradient(#ea0201, #a40100);
  width: 200px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0.2rem 0;
  top: 25px;
  left: -60px;
}

@media (max-width: 425px) {
  .grid-card .card-image {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.grid-card .card-image:hover {
  cursor: pointer !important;
}

.grid-card .card-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: 'Circe';
}

.grid-card .card-content .offer_title-div:hover {
  text-decoration: none !important;
  color: black !important;
}

.grid-card .card-content h4 {
  font-weight: 300;
  word-break: break-word;
  color: #000000;
}

.grid-card .card-content .card-price span {
  font-size: 29px;
  font-family: "Circe Bold";
  color: #0c7087;
}

.grid-card .card-content-hover {
  background-color: white !important;
}

.grid-card .card-content-hover h4 {
  text-decoration: underline;
}

.grid-card .card-content-hover p {
  text-decoration: underline;
}

.list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0px;
}

.list-card .offer_title-div {
  width: 166px;
}

.list-card:hover {
  cursor: pointer !important;
}

.list-card .card-image {
  height: 15rem;
  width: 30%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.list-card .card-content-hover {
  background-color: white !important;
  cursor: pointer;
}

.list-card .card-content-hover h4 {
  text-decoration: underline;
}

.list-card .card-content-hover p {
  text-decoration: underline;
}

.list-card .card-content {
  width: 70%;
  background-color: transparent;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 5rem !important;
  padding-top: 2rem !important;
  position: relative;
  overflow: hidden;
}

.list-card .card-content .card-hot {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#ea0201), to(#a40100));
  background: linear-gradient(#ea0201, #a40100);
  width: 200px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0.2rem 0;
  top: 25px;
  left: -60px;
}

.list-card .card-content .offer_title-div:hover {
  text-decoration: none !important;
  color: black !important;
}

.list-card .card-content h4 {
  padding-top: 5px;
  font-weight: 300;
  color: black;
}

.list-card .card-content .sahman-icon {
  display: none;
  position: absolute;
  top: 0%;
  left: 25%;
}

.list-card .card-content .doctor-icon {
  display: none;
  position: absolute;
  top: 0%;
  left: 35%;
}

.list-card .card-content .offer-type-icon {
  position: absolute;
  left: 92%;
}

.list-card .card-content .card-price {
  position: absolute;
  left: 60%;
}

.list-card .card-content .card-price span {
  font-size: 29px;
  font-family: "Circe Bold";
  color: #0c7087;
}
footer {
    background-color: #fff !important; }
.bg-light-def {
  background-color: #e9e9e9;
}

.blue-link {
    color: #1264a3;
    text-decoration: none;
    position: relative; }
.blue-link::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #1264a3;
    bottom: -2px;
    transition: width 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0; }
.blue-link:hover {
    color: #1264a3;
    text-decoration: none; }
.blue-link:hover::before {
    width: 100%; }

.white-link {
    color: #fff;
    text-decoration: none;
    position: relative; }
.white-link::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #fff;
    bottom: -2px;
    transition: width 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0; }
.white-link:hover {
    color: #fff;
    text-decoration: none; }
.white-link:hover::before {
    width: 100%; }

.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden; }
.banner::before {
    content: "";
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.btn-white {
    background-color: #fff;
    font-weight: 700;
    border-radius: 5rem;
    min-width: 10rem; }

hr {
    background-color: #eaedf4 !important; }

.bg-blue {
    background-color: #1264a3; }

.bg-light {
    background-color: #f8fafb !important; }

.bg-filter {
    background-color: #eef4f7; }

.navbar-alert {
    color: #fff; }
.navbar-alert i {
    width: 2rem; }
.navbar-alert a {
    color: #fff;
    text-decoration: none; }

/* .register-page-body {
    .navbar {
        top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
} */
.idae-page-body .navbar {
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.idae-page-body header {
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.idae-page-body header .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
}

.terms-box p {
  font-size: 18px;
}

.terms-box::-webkit-scrollbar {
  width: 20px;
}

.terms-box::-webkit-scrollbar-track {
  border: 5px solid transparent;
  width: 1px !important;
}

.terms-box::-webkit-scrollbar-button {
  display: block;
  height: 20px;
}

.terms-box::-webkit-scrollbar-button:decrement:start {
  background: url(../img/arrow_top.png) no-repeat;
  background-size: 70%;
  background-position: center;
}

.terms-box::-webkit-scrollbar-button:increment:start {
  display: none;
}

.terms-box::-webkit-scrollbar-button:decrement:end {
  display: none;
}

.terms-box::-webkit-scrollbar-button:increment:end {
  background: url(../img/arrow_bottom.png) no-repeat;
  background-size: 70%;
  background-position: center;
}

.terms-box::-webkit-scrollbar-thumb {
  background-color: white;
  border: 9px solid transparent;
  background-clip: content-box;
}

.form-control {
  font-weight: 300;
  height: calc(1.5em + 0.75rem + 9px);
  font-size: 18px !important;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(15, 102, 114, 0.28);
          box-shadow: 0 0 0 0.2rem rgba(15, 102, 114, 0.28);
  border-color: #0b6470;
}

.bordered_ .btn {
  border: 1px solid #ced4da;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.border-raunded {
  border-radius: 5px;
}

.input-group-addon {
  position: absolute;
  height: 100%;
  right: 0;
  color: #396f89;
}

.input-group-addon .icon_register {
  position: absolute;
  width: 25px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}

#output_browsed_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#output_browsed_img .image_container {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 1.3rem;
  margin-bottom: 1rem;
}

#output_browsed_img .image_container .default_image_title {
  font-size: 0.8rem;
  margin-left: 0.3rem;
  color: gray;
  visibility: hidden;
}

#output_browsed_img .is_default_image {
  background: #ebebeb;
}

#output_browsed_img .is_default_image > .default_image_title {
  visibility: visible;
}

#output_browsed_img .output_image_style {
  width: 8rem;
  height: 7rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 0.3rem 0.3rem 0.3rem;
  position: relative;
}

#output_browsed_img .output_image_style span {
  position: absolute;
  top: -0.25rem;
  right: -1.3rem;
  color: red;
}

.remove_uploaded_images span {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
}

.hotel_info_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.25rem;
  font-size: 16px;
}

.hotel_info_list li span {
  width: 90%;
  color: #706e6e;
}

.hote-info-content {
  color: #706e6e;
}

.emloyee-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.emloyee-discount span {
  width: 90%;
  color: #706e6e;
}

.hotel_info_carousel_thumbs {
  width: 100%;
  margin: 0;
}

.hotel_info_carousel_thumbs li {
  width: 7rem !important;
  height: auto;
  background: transparent;
  padding: 0;
  margin: 0;
  margin-right: 0.55rem;
}

.register_section input::-webkit-input-placeholder {
  color: #000000;
}

.register_section input:-ms-input-placeholder {
  color: #000000;
}

.register_section input::-ms-input-placeholder {
  color: #000000;
}

.register_section input::placeholder {
  color: #000000;
}

.register_section textarea::-webkit-input-placeholder {
  color: #000000;
}

.register_section textarea:-ms-input-placeholder {
  color: #000000;
}

.register_section textarea::-ms-input-placeholder {
  color: #000000;
}

.register_section textarea::placeholder {
  color: #000000;
}

.register_section .btn-text-black {
  color: #000000 !important;
}

.information-box {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00616c), to(#468797));
  background: linear-gradient(#00616c, #468797);
  padding: 2.5rem 1.5rem !important;
}

.information-box .custom-checkbox
.custom-control-input:checked
~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2300616c' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.information-box .custom-control-input:checked ~ .custom-control-label::before {
  border-color: transparent;
  background-color: white;
}

.information-box .custom-control-label {
  padding-left: 1rem;
}

.information-box .custom-control-label::before,
.information-box .custom-control-label::after {
  top: 0.1rem;
  width: 1.25rem;
  height: 1.25rem;
  border: none !important;
}

@media only screen and (max-width: 991px) {
  .information-box {
    padding: 1.5rem !important;
    margin: 0 !important;
  }
  .information-box .form-check {
    text-align: right;
  }
}

.information-box h3 {
  font-size: 2.375rem;
}

@media only screen and (max-width: 991px) {
  .mobile-btn {
    text-align: center;
    font-size: 22px;
  }
}

.mobile-btn-done {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-btn-done {
    display: block;
  }
}

.desktop-btn-done {
  display: block;
}

@media only screen and (max-width: 991px) {
  .desktop-btn-done {
    display: none;
  }
}

.file_uploader .photo-requirements-footnote {
  color: gray;
  font-size: 0.8rem;
}

@media only screen and (max-width: 991px) {
  .file_uploader {
    padding: 0.5rem 1rem !important;
  }
}

.datepicker-days {
  font-weight: 300 !important;
}

.datepicker-days .table-condensed thead {
  color: #3f7583;
}

.datepicker-days .table-condensed thead th {
  font-weight: 400 !important;
}

.datepicker-days .table-condensed .active {
  background-color: #3f7583 !important;
  background-image: none;
}

.datepicker-days .table-condensed .active:hover {
  background-image: none;
}

.carousel-caption {
  text-align: left;
  top: 25%;
}

.carousel-caption h2 {
  font-size: 4rem;
  font-weight: 400;
}

.carousel-caption p {
  font-size: 4rem;
  font-weight: 200;
}

.macera-idea-box {
  position: relative;
  height: 25rem;
  background-color: blanchedalmond;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}

.macera-idea-box .macera-idea-box-describtion {
  position: absolute;
  background-color: rgba(57, 111, 137, 0.5);
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  color: white;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 5px;
}

.macera-idea-box .macera-idea-box-describtion .macera-idea-box-link {
  color: white;
  text-decoration: none;
}

.macera-idea-box .macera-idea-box-describtion .macera-idea-box-link h3 {
  font-weight: bold;
  font-size: 27px;
  padding: 0.6rem;
  word-break: break-word;
}

.macera-idea-box .macera-idea-box-describtion .macera-idea-box-link p {
  padding: 0 0.6rem;
}

@media (max-width: 425px) {
  .macera-idea-box .macera-idea-box-describtion {
    min-height: 30%;
  }
  .macera-idea-box .macera-idea-box-describtion .truncateExperience {
    height: 0px;
  }
  .macera-idea-box .macera-idea-box-describtion h3 {
    font-size: 21px !important;
    padding-top: 1rem;
  }
}

.macera-idea-box:hover .macera-idea-box-describtion {
  height: 100%;
}

@media (max-width: 425px) {
  .macera-idea-box:hover .macera-idea-box-describtion {
    height: 30%;
  }
}

.owl-dots {
  position: relative;
  padding-top: 0.5rem;
}

.owl-dots::after {
  content: "";
  border-bottom: 0.15rem solid #396f89;
  width: 45%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  opacity: 0.4;
}

@media only screen and (max-width: 815px) {
  .owl-dots::after {
    content: none;
  }
}

.owl-dots::before {
  content: "";
  border-bottom: 0.15rem solid #396f89;
  width: 45%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 0.4;
}

@media only screen and (max-width: 815px) {
  .owl-dots::before {
    content: none;
  }
}

.hashtag-macera {
  /*  .link-slate:hover{
        color: #396f89 !important;
    } */
}

.hashtag-macera span {
  font-family: "Circe";
  font-size: 4.375rem;
  font-weight: bolder;
}
.discount-logos-container{
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.discount-logos-container div {
  display: flex;
  align-items: end;
}
.discount-logos-container div span {
  margin-left: 2px;
}
@media only screen and (max-width: 991px) {
  .hashtag-macera span {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .hashtag-macera span {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 815px) {
  .hashtag-macera img {
    width: 2rem;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 991px) {

  .visa-logo img {
    width: 300px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 991px){

  .visa-logo img {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .visa-logo img {
    width: 100px;
  }
}
.register-page-hashtag span {
  font-size: 1.425rem;
  /*  @media only screen and (max-width: 425px) {
            font-size: 1.125rem;
        } */
}

.register-page-hashtag img {
  width: 1.425rem;
  margin-bottom: 0.4rem !important;
}

#section_1 h3 {
  font-size: 32px;
}

#section_1 p {
  font-size: 22px;
}

#section_1 hr {
  border-width: 3px;
}

.covid-section p {
  font-size: 16px;
}

.covid-section p a {
  color: white !important;
}

.covid-section img {
  margin-bottom: 7px;
}

.products-grid-section .filters-container {
  padding: 0;
}

.products-grid-section .filter-option {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.products-grid-section .dropdown-toggle {
  height: calc(1.5em + 0.75rem + 15px);
}

@media only screen and (max-width: 1024px) {
  .products-grid-section .filters-container .justify-content-between {
    padding: 0;
  }
}

@media only screen and (max-width: 425px) {
  .products-grid-section .filters-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-grid-section .select-filter {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

#section_3 h2 {
  font-size: 56px;
  margin-bottom: 4rem !important;
}

@media (max-width: 425px) {
  #section_3 h2 {
    font-size: 40px;
  }
}

#section_3 .owl-dots {
  margin-top: 3rem;
}

#section_3 .owl-dots span {
  background: #396f89 !important;
}

.navbar {
    background-color: #fff; }
.navbar .nav-soc-items {
    padding-right: 1rem; }
.navbar .nav-soc-items .soc-set-icon {
    min-width: 1.5rem;
    height: 1.5rem;
    position: relative;
    color: #6f6f6f;}
.navbar .nav-soc-items .soc-set-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #6f6f6f; }
/*.navbar .collapsing {*/
/*  -webkit-transition: height 0.5s ease;*/
/*  transition: height 0.5s ease;*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*  .navbar {*/
/*    !*   position: relative; *!*/
/*    top: 0 !important;*/
/*  }*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*  .register_section form {*/
/*    padding-top: 2rem;*/
/*  }*/
/*  .navbar-collapse.show .navbar-nav {*/
/*    -webkit-transition: all 0.25s;*/
/*    transition: all 0.25s;*/
/*  }*/
/*  #navbarsExampleDefault .navbar-nav {*/
/*    padding-top: 5rem;*/
/*    height: 100vh;*/
/*  }*/
/*  #navbarsExampleDefault .nav-item {*/
/*    color: #3b7f8d;*/
/*    border-top: 1px solid #396f89;*/
/*    border-bottom: 1px solid white;*/
/*    padding-top: 1.6rem;*/
/*    padding-bottom: 1.6rem;*/
/*  }*/
/*  #navbarsExampleDefault .nav-item .nav-link {*/
/*    color: #3b7f8d;*/
/*  }*/
/*  #navbarsExampleDefault .nav-item-with-bg .nav-link {*/
/*    color: white;*/
/*  }*/
/*}*/

.border-radius-none {
    border-radius: 0 !important; }

.text-bold {
    font-weight: 700 !important; }

.navbar {
    background-color: #fff; }
.navbar .nav-soc-items {
    padding-right: 1rem; }
.navbar .nav-soc-items a {
    min-width: 1.5rem;
    height: 1.5rem;
    position: relative; }
.navbar .nav-soc-items a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #6f6f6f; }

.btn-gradient {
    background: linear-gradient(#00616c, #468797);
    color: #fff !important;
    min-width: 10rem;
    border-radius: 5rem; }
.btn-gradient:hover {
    opacity: 0.8; }


@media only screen and (max-width: 767px) {
  .warning-modal-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .warning-modal-container .warning-message-title {
    text-align: center;
    margin: 2rem 0;
  }
}

.experience-gallery .item {
  background-color: coral;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 13rem;
}

.media-carousel-item {
  position: relative;
  height: 70vh;
  width: 100vw;
  overflow: hidden;
}

.media-carousel-item video {
  z-index: -1;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.media-carousel-item .image-for-mobile {
  z-index: -1;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  min-height: 100%;
}

.media-carousel-item .video-for-desktop {
  max-width: 100%;
  min-height: 100%;
}

.media-carousel-item .video-for-mobile {
  max-width: 100%;
  max-height: 100%;
}

.prev_next_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.prev_next_btn span {
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1rem;
}

.prev_next_btn span:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#warningModalSahman img {
  display: none;
}

#offer_img_view_full {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  text-align: center;
  color: white;
}

#offer_img_view_full:hover {
  text-decoration: underline;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}

.experience-banner {
  background-color: #396f89;
  padding: 200px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.experience-banner .overlay-banner-ex {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.experience-banner .btn-slate-radial {
  width: 180px;
  padding: 0.5rem 1rem !important;
  font-size: 18px !important;
}

@media only screen and (max-width: 767px) {
  .macera-deyiller-yaxindadi-bro-inputs {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .macera-deyiller-yaxindadi-bro-inputs .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.interested-experiences .interested-ex-item .ex-item-header {
  height: 17.313rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 5px;
  position: relative;
}

.interested-experiences .interested-ex-item .ex-item-header .ex-item-hot {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#ea0201), to(#a40100));
  background: linear-gradient(#ea0201, #a40100);
  width: 200px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0.2rem 0;
  top: 25px;
  left: -60px;
}

.interested-experiences .interested-ex-item .ex-item-header .ex-item-parts {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.interested-experiences .interested-ex-item .ex-item-header .ex-item-parts div {
  width: 35px;
  margin: 1rem 0 1rem 1rem;
}

.interested-experiences .interested-ex-item .ex-item-body .ex-item-title a {
  color: #000000;
  font-weight: 300;
}

.interested-experiences .interested-ex-item .ex-item-body .ex-item-title span {
  color: #396f89;
  font-size: 21px;
  font-weight: 400;
  width: 70px;
  text-align: right;
}

.interested-experiences .interested-ex-item .ex-item-body p {
  font-size: 16px;
  opacity: 0.7;
  margin-top: 1rem;
}

.interested-experiences .interested-ex-item .ex-item-body p a.morelink {
  text-decoration: none;
  outline: none;
}

.interested-experiences .interested-ex-item .ex-item-body p .morecontent span {
  display: none;
}

.interested-experiences .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

.interested-experiences .owl-nav button.owl-prev {
  left: -40px;
  position: absolute;
  font-size: 50px;
  padding: 0 !important;
  margin: 0;
}

.interested-experiences .owl-nav button.owl-next {
  right: -40px;
  position: absolute;
  font-size: 50px;
  padding: 0 !important;
  margin: 0;
}
/*# sourceMappingURL=style.css.map */
