@font-face {
  font-family: "GTWalsheimPro-Bold";
  src: url("../fonts/GTWalsheimPro-Bold.eot");
  src: url("../fonts/GTWalsheimPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GTWalsheimPro-Bold.woff2") format("woff2"),
    url("../fonts/GTWalsheimPro-Bold.woff") format("woff"),
    url("../fonts/GTWalsheimPro-Bold.ttf") format("truetype"),
    url("../fonts/GTWalsheimPro-Bold.svg#GTWalsheimPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GTWalsheimPro-Medium";
  src: url("../fonts/GTWalsheimPro-Medium.eot");
  src: url("../fonts/GTWalsheimPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GTWalsheimPro-Medium.woff2") format("woff2"),
    url("../fonts/GTWalsheimPro-Medium.woff") format("woff"),
    url("../fonts/GTWalsheimPro-Medium.ttf") format("truetype"),
    url("../fonts/GTWalsheimPro-Medium.svg#GTWalsheimPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GTWalsheimPro-Regular";
  src: url("../fonts/GTWalsheimPro-Regular.eot");
  src: url("../fonts/GTWalsheimPro-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GTWalsheimPro-Regular.woff2") format("woff2"),
    url("../fonts/GTWalsheimPro-Regular.woff") format("woff"),
    url("../fonts/GTWalsheimPro-Regular.ttf") format("truetype"),
    url("../fonts/GTWalsheimPro-Regular.svg#GTWalsheimPro-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#saveinstrument {
  padding-left: 10px;
}

body {
  background-color: #f9f9f9;
}

body,
.ui-widget {
  font-size: 16px;
  font-family: "GTWalsheimPro-Regular", serif;
  color: #333333;
}

p {
  line-height: 1;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

iframe {
  display: block;
  border: none;
}

/* Common CSS */

input.form-control {
  background: #fff;
  height: 58px;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  padding: 10px 25px;
  box-shadow: none;
  border: 1px solid #dedede;
  border-radius: 8px;
}

select.form-control {
  font-family: "GTWalsheimPro-Regular", sans-serif;
  height: 58px;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  padding: 10px 25px;
  box-shadow: none;
  border: 1px solid #dedede;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url("../images/down-arrow.svg") no-repeat;
  background-position: 92% 50%;
}

input::placeholder {
  font-family: "GTWalsheimPro-Regular", sans-serif;
  color: #a2a2a2;
}

textarea.form-control {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  padding: 10px 15px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 1px solid #cecccc;
  height: 120px;
  resize: none;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  border-color: #dedede;
  box-shadow: none;
}

label {
  color: #5d5d5d;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 6px 0;
}

.form-group {
  margin: 0 0 15px 0;
}

.cust-row {
  display: flex;
  align-items: center;
}

.cust_row {
  justify-content: center;
  display: flex;
}

.custom-row {
  flex-direction: row-reverse;
  display: flex;
}

.common-title {
  margin: 0 0 30px 0;
}

.common-title h2 {
  color: #343434;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 10px 0;
  font-family: "GTWalsheimPro-Bold";
  line-height: 48px;
}

.common-title p {
  color: #343434;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

button:focus,
.btn:focus {
  box-shadow: none;
  outline: none;
}

:focus {
  outline: none;
}

.details-body {
  background: #fff;
}

#header-fix-sticky-wrapper {
  position: relative;
  z-index: 99;
}

.btn {
  color: #00afe1;
}

.btn:hover {
  color: #00afe1;
}

.btn-primary {
  border: 1px solid #00afe1;
  background-color: #00afe1;
  color: #fff;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #00afe1;
  border: 1px solid #00afe1;
  background-color: transparent;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* Container */

.container {
  max-width: 1440px;
}

.site_container {
  padding-top: 80px;
  padding-bottom: 50px;
}

.inner_page .site_container > section:first-child,
.inner_page .site_container > div:first-child {
  padding-top: 70px;
}

/* Login */

.login-page {
  position: relative;
}

.login_page .site_header {
  display: none;
}

.login_page .site_container {
  background: #fff;
  padding: 0;
}

.login-page .container-fluid {
  padding: 0;
}

.login-page .container-fluid .row {
  margin: 0;
}

.login-left {
  background: #fff;
  height: 100%;
}

.login-left .login-left-in {
  padding: 40px 66px 40px;
}

.login-left .login-left-in .login-logo {
  margin: 0 0 60px 0;
}

.login-left .login-left-in .login-logo a img {
  max-width: 200px;
}

/* background: #f2fbfd; */

.login-page .login-right {
  background: #f2fbfd;
  height: 100%;
  position: relative;
  margin: -20px -15px 0 0;
  padding: 21px 0;
}

.login-slide {
  background: #fff;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 80px;
  position: relative;
  min-height: 472px;
  border-radius: 72px;
  padding: 40px 48px 0;
}

.img-box {
  position: absolute;
  left: -34%;
  top: 2%;
}

.img-box.drums {
  position: absolute;
  left: -17%;
  top: 28%;
  right: -69%;
}

.img-box.violin {
  position: absolute;
  left: -13%;
  top: 17%;
  right: -47%;
}

.login-slide .img-box img {
  width: 76%;
}

.login-text .login-text-in h3 {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #343434;
  font-family: "GTWalsheimPro-Bold";
  line-height: 40px;
}

.login-text .login-text-in p {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.test:after {
  content: " ";
  background-color: #f2fbfd;
  position: absolute;
  top: inherit;
  right: 0;
  left: inherit;
  height: 100vh;
  bottom: inherit;
  width: 100%;
}

.test:before {
  content: " ";
  background-color: #f2fbfd;
  position: absolute;
  top: inherit;
  right: 0;
  left: inherit;
  height: 100vh;
  bottom: 0;
  width: 100%;
}

.login_slider .owl-dots .owl-dot span {
  background: #dedede;
}

.login_slider .owl-dots .owl-dot.active span,
.login_slider .owl-dots .owl-dot:hover span {
  background: #00afe1;
}

section.login-page .container-fluid .row.row-complete {
  align-items: unset;
  height: auto;
}

section.login-page
  .container-fluid
  .row.row-complete
  .row.custom_row.two_col_input {
  height: auto;
}

section.login-page .container-fluid .row {
  margin: 0;
  align-items: center;
  height: 100vh;
  overflow: visible;
}

select.form-control.country {
  padding: 9px 16px 9px 49px;
}

.form-group.pwd {
  margin: 0 0 10px 0;
}

.forgot-pwd {
  margin: 0 0 10px 0;
}

.country-box img {
  background: #0052b4;
  width: 39px;
  height: 27px;
  border-radius: 5px;
  position: absolute;
  top: 58px;
  left: 7px;
}

.country-box {
  position: relative;
}

.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

a.forgot-mark {
  float: right;
  color: #00afe1;
  font-weight: 500;
  font-size: 18px;
  font-family: "GTWalsheimPro-Medium";
}

a.forgot-mark:hover {
  color: #343434;
}

section.login-page .login-left .login-left-in .login-logo {
  margin: 0 0 20px 0;
}

.submit-btn .btn {
  padding: 10px 20px;
  width: 100%;
  background: #00afe1;
  color: #fff;
  font-size: 20px;
  height: 58px;
  font-family: "GTWalsheimPro-Medium";
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #00afe1;
}

.submit-btn .btn:hover {
  background: #fff;
  color: #00afe1;
}

.submit-btn .btn:focus {
  outline: none !important;
  outline-offset: 0 !important;
}

.register-mark {
  font-weight: 400;
  color: #5d5d5d;
  font-size: 18px;
  margin: 10px 0 0 0;
  font-family: "GTWalsheimPro-Medium";
}

.register-mark a {
  color: #00afe1;
  display: inline-block;
  padding: 0 0 0 25px;
}

.register-mark a:hover {
  color: #343434;
}

.login-row .submit-btn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.login-row.register .submit-btn {
  text-align: left;
}

.photo-row {
  margin: 0 0 45px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-row .photo-box {
  flex-shrink: 0;
}

.photo-row .img-text {
  padding: 0 0 0 35px;
}

.photo-row .photo-box img {
  width: 208px;
  height: 208px;
  border-radius: 24px;
}

.photo-row .img-text a {
  display: block;
  background: #00afe1;
  color: #fff;
  border: 1px solid #00afe1;
  border-radius: 8px;
  font-size: 20px;
  text-align: center;
  padding: 8px 86px;
  margin: 0 0 24px 0;
}

.photo-row .img-text a:hover {
  background: #fff;
  color: #00afe1;
}

.image-uploader {
  min-height: auto;
  border: none;
}

.image-uploader .upload-text i {
  font-size: 0;
}

.image-uploader .upload-text span {
  position: relative;
  color: transparent;
  cursor: pointer;
  color: #00afe1;
  font-size: 20px;
}

/*.image-uploader .upload-text span:before { content: 'Upload or drag an image';position: absolute;left: 0;right: 0;top: 0;bottom: 0;color: #00AFE1;font-size: 20px;}*/

.upload-img,
.upload_img {
  text-align: center;
}

.custom_row {
  margin: 0 -15px;
}

.file_upload_box {
  width: 100%;
}

.file_upload_box.one_col {
  padding-left: 45px;
  max-width: 420px;
}

.take_photo,
.upload_img {
  position: relative;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload_img {
  border: 1px dashed #00afe1;
  border-radius: 8px;
  transition: all 0.2s linear;
}

.upload_img input,
.take_photo input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  height: 100%;
}

.upload_img span,
.take_photo span {
  cursor: pointer;
  color: #00afe1;
  font-size: 20px;
  width: 100%;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.take_photo {
  display: block;
  background: #00afe1;
  color: #fff;
  border: 1px solid #00afe1;
  border-radius: 8px;
  font-size: 20px;
  text-align: center;
  padding: 8px 15px;
  margin-bottom: 25px;
  transition: all 0.2s linear;
}

.take_photo span {
  color: #fff;
}

.file_upload_box.two_col {
  display: flex;
  max-width: 100%;
}

.file_upload_box.two_col .take_photo,
.file_upload_box.two_col .upload_img {
  width: 50%;
  flex-shrink: 0;
}

.file_upload_box.two_col .take_photo {
  margin: 0 8px 0 0;
}

.file_upload_box.two_col .upload_img {
  margin-left: 8px;
}

.take_photo:hover {
  background: #fff;
  border: 1px solid #00afe1;
}

.take_photo:hover span {
  color: #00afe1;
}

.upload_img:hover {
  background: #00afe1;
}

.upload_img:hover span {
  color: #fff;
}

.upload_img.textonly {
  border: 0;
  height: auto;
  cursor: pointer;
}

.upload_img.textonly:hover {
  background: transparent;
}

.upload_img.textonly:hover span {
  color: #00afe1;
}

.take_photo.outline {
  background: #fff;
  border: 1px solid #00afe1;
  cursor: pointer;
}

.take_photo.outline span {
  color: #00afe1;
}

.take_photo.outline:hover {
  background-color: #00afe1;
}

.take_photo.outline:hover span {
  color: #fff;
}

.file_upload_box.two_col .take_photo.outline {
  width: 30%;
}

.website-header .logo a img {
  width: 180px;
}

.website-header .logo {
  float: left;
}

header {
  padding: 16px 0;
  background: #001645;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

header nav.navbar {
  padding: 0;
}

.menu-right {
  float: right;
}

.menu-right ul li.nav-item a {
  font-family: "GTWalsheimPro-Medium";
  color: #00afe1;
  font-size: 20px;
  background: #fff;
  display: inline-block;
  border-radius: 8px;
  padding: 8px 26px;
  border: 1px solid #fff;
}

.menu-right ul li.nav-item a:hover {
  background: #00afe1;
  border: 1px solid #00afe1;
  color: #fff;
}

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

.menu-right ul li {
  display: inline-block;
}

.menu-right ul li a {
  font-size: 20px;
  display: inline-block;
  padding: 0 55px;
  color: #fff;
}

.menu-right ul li a:hover {
  color: #00afe1;
}

.menu-right ul li.register a {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 8px 23px;
}

.menu-right ul li.register a:hover {
  background: #00afe1;
  border: 1px solid #00afe1;
  color: #fff;
}

.mobile-header,
.mobile_navbar,
.pwa_only,
.bottom_bar {
  display: none;
}

/*.mobile-header .menu-right span { position: absolute;left: 20px;width: 25px;height: 25px;background: #fff;display: flex;justify-content: center;align-content: center;border-radius: 5px; }*/

.mobile-header .menu-right span img {
  width: 16px;
}

.mobile-header .logo a img {
  width: 180px;
}

.mobile-header .menu-right {
  display: block;
  float: unset;
  text-align: center;
  position: relative;
}

.mobile-header .logo {
  display: block;
  float: unset;
  text-align: center;
}

.mobile-header .menu-right ul li.register a {
  padding: 0 20px;
  border: none;
}

.mobile-header .menu-right ul li.register a:hover {
  background: unset;
  color: #00afe1;
}

/* Home Page */

section.banner-sec {
  background: url("../images/banner_img.png") no-repeat #f9f9f9;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 818px;
}
.banner-text-in {
  margin-bottom: 40px;
}

.banner-text h1 {
  margin: 0 0 16px 0;
  font-size: 52px;
  font-weight: 700;
  font-family: "GTWalsheimPro-Bold";
  line-height: 60px;
  color: #001645;
}

section.banner-sec .container {
  position: relative;
}

.banner-form {
  background: #ffffff;
  border-radius: 24px;
  padding: 20px;
}

.banner-form .col-sm-12 {
  border-right: 2px solid #dedede;
}

.banner-form .col-sm-12.search-button {
  border-right: 0;
}

.banner-form .col-sm-12.location {
  border-right: 0;
}

.banner-form .row {
  align-items: center;
}

.banner-form .form-group {
  margin: 0;
}

.banner-form .form-group.instruments {
  border: 1px solid #00afe1;
  border-radius: 24px 24px 0 0;
  margin: 0 -16px 0 0px;
}

.banner-form .form-group.location {
  box-shadow: none;
}

.banner-form .form-group label {
  font-family: "GTWalsheimPro-Medium";
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}

.banner-form .form-group input.form-control {
  border-radius: 0;
  border: none;
  height: 36px;
  padding: 0;
  font-size: 24px;
  color: #a2a2a2;
}

.banner-btn {
  text-align: right;
  padding: 20px;
}

.banner_btn {
  padding: 0 15px 0 0;
}

.banner-btn .btn {
  width: 75%;
  padding: 21px 43px;
  height: auto;
}

.banner-form .form-group input.form-control::placeholder {
  color: #a2a2a2;
  font-size: 20px;
  font-weight: 400;
}

/* .banner-text-in {
    margin-top: 11em;
} */

section.browse-category {
  padding: 30px 0 55px 0;
  background: #f9f9f9;
}

.browse-row a {
  display: block;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 264px;
  color: #fff;
  font-size: 32px;
  font-family: "GTWalsheimPro-Bold";
  position: relative;
  margin: 0 0 30px 0;
  overflow: hidden;
}

.browse-row a .browse-item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.browse-row a .browse-item h3 {
  margin: 0;
  position: relative;
  font-size: 32px;
}

.browse-row a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 22, 69, 0.6);
  height: 100%;
  border-radius: 24px;
  transition: all 0.2s linear 0s;
}

.browse-row a:hover:before {
  background: rgba(0, 22, 69, 0.3);
}

.browse-row a img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.common_title h2 {
  margin: 0 0 20px 0;
  font-size: 32px;
  font-weight: 700;
  color: #242424;
  font-family: "GTWalsheimPro-Bold";
}

section.popular-category {
  padding: 0 0 30px 0;
  background: #f9f9f9;
}

.popular-box {
  background: #fff;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f9f9f9;
  transition: all 0.2s ease 0s;
  margin: 0 0 30px 0;
  position: relative;
}

.popular-box:hover {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.08);
}

.popular-box a {
  display: block;
}

.popular-box .popular-img {
  text-align: center;
  border-radius: 24px;
  margin: 0 0 25px 0;
  overflow: hidden;
  max-width: 100%;
  max-width: 410px;
  width: 100%;
  height: 275px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.popular-box .popular-img img {
  border-radius: 24px;
  width: 100%;
  transition: 0.4s;
  display: block;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: 100%;
}

.popular-box .popular-text h5 {
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
  margin: 0 0 6px 0;
}

.popular-box .popular-text h3,
.popular-box .popular-text .heading-three {
  font-size: 21px;
  font-weight: 500;
  color: #343434;
  margin: 0 0 6px 0;
  font-family: "GTWalsheimPro-Medium";
}

.popular-box .popular-text h4 {
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
  margin: 5px 0 10px 0;
}

.popular-box .popular-text p span {
  font-size: 17px;
  font-weight: 400;
  margin: -5px 0px 0 10px;
  font-family: "GTWalsheimPro-Regular";
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}

.popular-box .popular-text p {
  font-weight: 700;
  font-family: "GTWalsheimPro-Bold";
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #343434;
}

.popular-box a:hover .popular-img img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.4s;
}

.rating {
  position: absolute;
  top: 15px;
  right: 15px;
}

.rating .rating-box img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.rating .rating-box p {
  color: #343434;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.rating .rating-box p span {
  color: #b9b9b9;
  font-size: 12px;
  margin: 0 0 0 5px;
}

.site_footer {
  color: #fff;
  background: #001645;
  padding: 80px 0 35px 0;
}

.foot-box h3,
.foot-box .heading-three {
  font-weight: 700;
  font-size: 24px;
  font-family: "GTWalsheimPro-Bold";
  margin: 15px 0 20px 0;
  padding: 0;
}

.foot-box ul {
  list-style: none;
}

.foot-box ul li {
  margin: 0 0 16px 0;
}

.foot-box ul li a {
  font-size: 18px;
  font-weight: 400;
  display: block;
  color: #fff;
}

.foot-box ul li a:hover {
  color: #00afe1;
}

.foot-box img {
  margin: 0 0 20px 0;
  max-width: 165px;
}

.foot-box p {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 25px;
  padding: 0 80px 0 0;
}

.foot-box ul.social-icon li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.foot-box ul.social-icon li:last-child {
  margin: 0;
}

.foot-box ul.social-icon li a {
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-row {
  text-align: center;
  margin: 35px 0 0 0;
}

.bottom-row p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.icon_social {
  height: 24px;
  width: 24px;
  background-position: center;
  background-size: 100%;
}

.icon_fb {
  background-image: url("../images/icon_fb.svg");
}

.icon_tw {
  background-image: url("../images/icon_tw.svg");
}

.icon_insta {
  background-image: url("../images/icon_insta.svg");
}

.icon_whatsaap {
  background-image: url("../images/icon_whatsaap.svg");
}

.icon_info {
  background-image: url("../images/icon_info.svg");
}

.icon_fb.white {
  background-image: url("../images/icon_fb_hover.svg");
}

.icon_tw.white {
  background-image: url("../images/icon_tw_hover.svg");
}

.icon_insta.white {
  background-image: url("../images/icon_insta_hover.svg");
}

.icon_whatsaap.white {
  background-image: url("../images/icon_whatsaap_hover.svg");
}

.foot-box ul.social-icon li a:hover {
  background: #00afe1;
}

.foot-box ul.social-icon li a:hover .icon_fb {
  background-image: url("../images/icon_fb_hover.svg");
}

.foot-box ul.social-icon li a:hover .icon_tw {
  background-image: url("../images/icon_tw_hover.svg");
}

.foot-box ul.social-icon li a:hover .icon_insta {
  background-image: url("../images/icon_insta_hover.svg");
}

.foot-box ul.social-icon li a:hover .icon_whatsaap {
  background-image: url("../images/icon_whatsaap_hover.svg");
}

body.custom-body {
  position: relative;
}

.mobile_banner {
  display: none;
}

/* Custom Select */

.custom-select {
  position: relative;
}

.select-css {
  display: block;
  font-size: 1em;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.25em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  border: 2px dashed blue;
  color: #222;
  outline: none;
}

.custom-select-icons {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 20;
  border: 1px solid white;
  background: transparent;
}

.custom-select-options {
  border: 1px solid #00afe1;
  border-radius: 0 0 0.25em 0.25em;
  line-height: 1.5;
  margin: 16px 0 0 -16px;
  padding: 0;
  list-style-type: none;
  font-weight: normal;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  width: calc(100% - 14px);
  background-color: #ffffff;
}

.custom-select-options li {
  padding: 1em;
}

.custom-select-options li:hover {
  background: blue;
  color: #fff;
  border: 1px solid blue;
  border-width: 0 0 0 1px;
}

.custom-select-options li:focus {
  border: 1px solid blue;
}

.custom-select-options.hidden-all {
  display: none;
}

.custom-select-options li {
  border-bottom: 1px solid #e8e4e4;
  padding: 10px 16px;
}

.custom-select-options li:hover {
  background: #f3f3f3;
  color: #000;
  border: none;
}

.custom-select-input .hidden-visually {
  font-size: 0;
}

.label-box {
  padding: 15px;
}

.label-box .hidden-visually {
  display: inline-block;
  border-right: 2px solid #00afe1;
  padding: 0 10px 0 0;
}

.banner-form .form-group label.label-text {
  color: #00afe1;
  font-size: 16px;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
  display: block;
  margin: 0 0 5px 0;
}

br.string {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

.banner-form.banner_form {
  border-radius: 24px 24px 24px 0;
  padding: 0;
}

.country {
  background: #fff;
  position: relative;
}

.country .select {
  position: relative;
  height: 58px;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  border-radius: 8px;
  padding: 10px 25px;
  box-shadow: none;
  border: 1px solid #dedede;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.country .select:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 20px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #343434;
  transform: rotate(0);
  transition: all 0.1s linear 0s;
}

.country .select.open:before {
  transform: rotate(180deg);
  transition: all 0.1s linear 0s;
}

.country .flagstrap-icon {
  background-image: url("../images/icon_country_flag.png");
  box-sizing: border-box;
  display: inline-block;
  margin-right: 15px;
  width: 39px;
  height: 28px;
  background-repeat: no-repeat;
  background-color: #fff;
}

.country .flagstrap-icon.flagstrap-au {
  background-position: -86px -3px;
}

.country .flagstrap-icon.flagstrap-ca {
  background-position: -128px -3px;
}

.country .flagstrap-icon.flagstrap-gb {
  background-position: -44px -3px;
}

.country .flagstrap-icon.flagstrap-us {
  background-position: -1px -3px;
}

.country .dropdown .flagstrap-icon {
  vertical-align: middle;
}

.country .dropdown {
  display: none;
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 250px;
  border: 1px solid #dedede;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  z-index: 1;
  border-radius: 8px;
}

.country .dropdown ul {
  list-style: none;
  padding: 5px 0;
}

.country .dropdown li {
  padding: 8px 20px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.country .dropdown li:hover {
  background: #dedede;
  color: #454545;
}

.country .dropdown li.open {
  display: block;
}

.country .dropdown:before,
.country .dropdown:after {
  content: "";
  display: inline-block;
  right: 25px;
  position: absolute;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
}

.country .dropdown:before {
  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  top: -8px;
}

.country .dropdown:after {
  border-bottom: 8px solid #ffffff;
  top: -7px;
}

/* Grid - List View */

section.top-form .banner-form {
  box-shadow: 0 0 10px #ccc;
}

.banner-form .form-group label.label-custom {
  display: block;
  color: #00afe1;
  font-weight: 400;
  font-size: 17px;
  margin: 5px 0 0 0;
}

.filter-row {
  margin: 40px 0 60px 0;
}

.filter-row .sorting_col {
  display: flex;
  justify-content: flex-end;
}

.filter-title {
  float: left;
}

.filter-title h2,
.filter-title .heading-two {
  margin-right: 24px;
  margin-bottom: 0;
}

.filter-title h2 button.btn,
.filter-title .heading-two button.btn {
  padding: 8px 30px;
  color: #5d5d5d;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid #dedede;
  border-radius: 100px;
  background: #fff;
}

.filter-title h2 button.btn:hover,
.filter-title .heading-two button.btn:hover {
  border: 1px solid #00afe1;
  color: #343434;
}

.filter-box .filter-wrap {
  position: relative;
  float: left;
}

.filter-box .collapse {
  position: absolute;
  top: 50px;
  min-width: 296px;
  border: 2px solid #00afe1;
  background: #fff;
  border-radius: 24px;
  z-index: 9;
  margin: 13px 0 0 0;
}

.filter-box .collapsing {
  position: absolute;
  top: 50px;
  height: 0;
  display: none;
}

.filter-list label.chk-box {
  margin: 0 0 20px 0;
  color: #242424;
  font-weight: 500;
  font-size: 19px;
  position: relative;
  display: block;
  padding: 2px 0 0 50px;
  cursor: pointer;
  font-family: "GTWalsheimPro-Medium";
}

.filter-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filter-body {
  padding: 20px 32px 0;
}

.bottom_button {
  padding: 15px 0;
}

.bottom_button .clear {
  float: left;
  color: #a2a2a2;
  padding: 7px 4px;
  font-weight: 400;
  font-size: 20px;
  border: 0;
  background: #fff;
}

.bottom_button .clear:hover {
  color: #00afe1;
}

.bottom_button .btn {
  float: right;
  color: #fff;
  background: #00afe1;
  border-radius: 8px;
  border: 1px solid #00afe1;
  font-weight: 400;
  font-size: 20px;
  padding: 4px 26px;
}

.bottom_button .btn:hover {
  color: #00afe1;
  background: #fff;
}

label.chk-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 31px;
  width: 31px;
  background-color: #fafafa;
  border-radius: 8px;
  border: 1px solid #b2b2b2;
}

label.chk-box .checkmark:after {
  left: 10px;
  top: 4px;
  width: 8px;
  height: 20px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label.chk-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filter-body .form-group {
  margin: 0 0 15px 0;
}

.filter-body.filter_body {
  padding: 18px 23px 0;
}

.filter-body .form-group input {
  position: initial;
  width: 100%;
  opacity: 1;
  height: 64px;
  background: #f9f9f9;
}

.filter-body .form-group input::placeholder {
  color: #a2a2a2;
}

.filter-list label input:checked ~ .checkmark:after {
  display: block;
}

.filter-list label input:checked ~ .checkmark {
  background: #00afe1;
  border: 1px solid #00afe1;
}

.bottom-button {
  box-shadow: 0 -1px 0 #00000029;
  margin: 0 23px;
}

.filter-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.filter-view,
.filter-sort {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}

.filter-right label {
  margin: 0 15px 0 0;
  font-size: 18px;
}

.filter-icons .nav {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
  padding: 4px;
  margin: 0;
}

.filter-icons .nav-tabs li a.nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.filter-icons .nav-tabs li {
  margin-right: 8px;
}

.filter-icons .nav-tabs li:last-child {
  margin-right: 0;
}

.filter-icons .nav-tabs li a.active,
.filter-icons .nav-tabs li a:hover {
  background: #00afe1;
  border-radius: 4px;
}

.filter-icons .nav-tabs li a.active img,
.filter-icons .nav-tabs li a:hover img {
  filter: invert(1) grayscale(0) brightness(4);
}

.filter-sort .dropdown-menu {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #f4f5f6;
  border-radius: 16px;
  padding: 16px 0;
  margin-top: 10px;
  width: 210px;
}

.filter-sort .dropdown a {
  font-size: 18px;
  color: #343434;
  font-weight: 600;
  font-family: "GTWalsheimPro-Medium";
}

.filter-sort .dropdown-menu li a {
  font-size: 16px;
  color: #343434;
  display: block;
  padding: 10px 15px;
  font-weight: 400;
  font-family: "GTWalsheimPro-Regular";
}

.filter-sort .dropdown-menu li a:before {
  background: url("../images/icon_check_blue.svg");
  height: 24px;
  width: 24px;
  position: absolute;
  content: "";
  right: 16px;
  display: none;
}

.filter-sort .dropdown-menu li a.active,
.filter-sort .dropdown-menu li a:hover {
  font-weight: 600;
  font-family: "GTWalsheimPro-Medium";
}

.filter-sort .dropdown-menu li a.active:before,
.filter-sort .dropdown-menu li a:hover:before {
  display: block;
}

.listing-number {
  margin: 0 0 35px 0;
}

.listing-number h3,
.listing-number .heading-three {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  color: #343434;
}

.listing-number h3 span,
.listing-number .heading-three span {
  font-size: 32px;
  font-weight: 700;
  color: #242424;
  display: inline-block;
  font-family: "GTWalsheimPro-Bold";
  text-decoration: underline;
  padding: 0 0 0 15px;
}

.tab-listing .popular-box .popular-img img {
  height: 240px;
  object-fit: cover;
}

.tab-listing .popular-box .popular-img {
  float: left;
  margin: 0;
}

.tab-listing .popular-box .popular-text {
  overflow: hidden;
  padding: 0 0 0 30px;
  width: 65%;
}

.tab-listing .popular-box .popular-text h3,
.tab-listing .popular-box .popular-text .heading-three {
  margin: 0 0 15px 0;
  font-size: 24px;
  color: #242424;
}

.tab-listing .popular-box .popular-text p {
  font-size: 17px;
  color: #242424;
  margin: 0 0 20px 0;
  font-weight: 400;
  font-family: "GTWalsheimPro-Regular";
  line-height: 20px;
  display: block;
}

.tab-listing .popular-box .popular-text p.rate {
  color: #343434;
  font-size: 32px;
  margin: 0;
  font-family: "GTWalsheimPro-Bold";
  font-weight: 700;
  line-height: 32px;
}

.tab-listing .popular-box .popular-text p.rate span {
  color: #5d5d5d;
}

.tab-listing .popular-box a {
  display: flex;
  align-items: center;
}

.tab-listing .popular-box .popular-img {
  max-width: 360px;
  height: 240px;
}

/* Pagination */

.common-pagination {
  margin: 20px 0 50px 0;
}

.pagination {
  justify-content: center;
}

.pagination li.page-item {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  line-height: normal;
}

.pagination li.page-item a {
  background: #dedede;
  color: #343434;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination li.page-item.active a,
.pagination li.page-item a:hover {
  color: #fff;
  background: #00afe1;
}

.common-pagination .load_more {
  display: none;
}

/*  Banner From */

.banner_form_row {
  background: #fff;
  box-shadow: 0 5px 30px #0000000d;
  border-radius: 24px 24px 0 0;
  position: relative;
}

.banner_form_row .row {
  margin: 0;
}

.banner_form_row [class*="col-md-"] {
  padding: 0;
}

.banner_form_row .form-group {
  margin: 0;
}

.banner_form_row .banner_form_space {
  padding: 30px;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  margin: 0 0 0 0;
}

.banner_form_row .banner_form_space:after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  height: 95px;
  width: 2px;
  background: #dedede;
}

.banner_form_row .form-group label {
  font-family: "GTWalsheimPro-Medium";
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}

.banner_form_row .form-group input.form-control {
  border-radius: 0;
  border: none;
  height: 32px;
  padding: 0;
  font-size: 24px;
  color: #343434;
  box-shadow: none;
}

.banner_form_row .add_rounded {
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  border: 2px solid #00afe1;
}

.banner_form_row .add_rounded label {
  color: #00afe1;
}

.banner_form_row .add_rounded:after {
  display: none;
}

.instrument_search li .search_text {
  font-weight: bold;
  font-family: "GTWalsheimPro-Bold";
}

.location_select:after {
  display: none;
}

/* Instrument Dropdown */

.instrument_search.ui-widget.ui-widget-content {
  max-height: 250px;
  overflow-y: scroll;
  border: 2px solid #00afe1;
  border-top: 0;
  border-radius: 0 0 24px 24px;
  padding: 0;
  list-style-type: none;
  font-weight: normal;
  cursor: pointer;
  z-index: 2;
  background-color: #ffffff;
  width: 353px !important;
  display: none;
  position: absolute;
  left: 0px;
}

/*.instrument_search.ui-widget.ui-widget-content li {border:2px solid #00afe1; border-radius:0 0 24px 24px; }*/

.form-group.banner_form_space.instrument_select.add_rounded
  .instrument_search.ui-widget.ui-widget-content {
  display: block;
}

.instrument_search.ui-menu .ui-menu-item {
  border-bottom: 1px solid #e8e4e4;
  list-style: none;
}

.instrument_search.ui-menu .ui-menu-item:last-child {
  border-bottom: 0;
}

/*.instrument_search.ui-menu .ui-menu-item:hover,*/

.instrument_search.ui-menu .ui-state-active {
  background: #f3f3f3;
  color: #000;
  border: none;
  margin: 0;
}

/*.instrument_search.ui-menu .ui-menu-item:hover{ border-bottom:1px solid #e8e4e4}
.instrument_search.ui-menu .ui-menu-item:last-child{border:0; border-radius:0 0 24px 24px; overflow: hidden;}*/

/*.instrument_search.ui-menu .ui-menu-item:hover{ border-bottom:1px solid #e8e4e4}
.instrument_search.ui-menu .ui-menu-item:last-child{border:0; border-radius:0 0 24px 24px; overflow: hidden;}*/

.instrument_search.ui-menu .ui-menu-item-wrapper {
  display: block;
  padding: 20px;
}

.instrument_search.ui-menu .ui-menu-item-wrapper h6 {
  letter-spacing: -0.48px;
  color: #343434;
  margin: 0;
  font-size: 18px;
}

.instrument_search.ui-menu .ui-menu-item-wrapper i {
  letter-spacing: -0.4px;
  color: #5d5d5d;
  font-style: normal;
}

/* Instrument Details */

/*.title-row { padding: 111px 0 42px 0; }*/

.title-row {
  padding-bottom: 40px;
}

.title-row .title-box h1 {
  color: #001645;
  font-size: 48px;
  font-family: "GTWalsheimPro-Bold";
  font-weight: 700;
  margin: 0;
}

.details-share {
  float: right;
}

.details-share ul {
  list-style: none;
  display: flex;
}

.details-share ul li {
  display: inline-block;
  margin: 0 24px 0 0;
}

.details-share ul li:last-child {
  margin: 0;
}

.details-share ul li a:hover .share-text h4 {
  color: #00afe1;
}

.details-share ul li .share-text {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.details-share ul li .share-text h4 {
  color: #343434;
  font-size: 24px;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
  margin: 0;
}

.details-share ul li .share-icon {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}

.details-box .details-share {
  float: left;
  margin: 3px 0 0 0;
}

.details-box .details-share img {
  float: left;
  margin: 0 15px 0 0;
}

.details-box .details-share p {
  display: inline-block;
  margin: 0;
  color: #343434;
  font-family: "GTWalsheimPro-Medium";
  font-size: 20px;
  font-weight: 500;
}

.details-box .details-share p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #b5b5b5;
}

.details-box .details-name h3 {
  font-size: 24px;
  color: #00afe1;
  margin: 0;
  font-weight: 400;
}

.details-box .details-name h3:hover {
  color: #00afe1b5;
}

.details-box .details-name h3 a {
  text-decoration: underline;
}

.details-box .details-name {
  overflow: hidden;
  padding: 0 0 0 0px;
}

.product-box {
  padding: 0 0 87px 0;
}

.product-box .product-img {
  overflow: hidden;
  border-radius: 24px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.product-box .product-img img {
  border-radius: 24px;
  transition: 0.4s;
  width: 540px;
  height: 340px;
}

.product-box .product-img img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 0.4s;
}

.product-box .product_img {
  margin: 0 0 22px 0;
}

.product-box .product_img img {
  width: 100%;
  height: 100%;
}

.desc-left {
  margin: 13px 0 0 0;
}

.desc-box {
  padding: 0 0 65px 0;
}

.desc-name {
  padding: 0 0 15px 0;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #dedede;
}

.desc-name .desc_name {
  float: left;
}

.desc-name .desc_name h4 {
  margin: 0 0 -2px 0;
  font-size: 24px;
  font-weight: 700;
  color: #343434;
  font-family: "GTWalsheimPro-Bold";
}

.desc-name .desc_name ul {
  list-style: none;
  display: flex;
}

.desc-name .desc_name ul li {
  color: #5d5d5d;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  padding: 0 10px 0 0;
}

.desc-name .desc_name ul li:last-child {
  padding: 0 10px;
}

.desc-name .desc_name ul li:last-child:after {
  display: none;
}

.desc-name .desc_name ul li:after {
  position: absolute;
  right: -2px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5d5d5d;
  content: "";
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.desc-name .desc_img {
  float: right;
  margin: -5px 0 0 0;
}

.desc-name .desc_img img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #343434;
  border-radius: 50%;
}

.desc-text {
  margin: 0 0 19px 0;
}

.desc-text h3 {
  color: #343434;
  font-size: 32px;
  font-weight: 700;
  font-family: "GTWalsheimPro-Bold";
  margin: 0 0 10px 0;
}

.desc-text .desc_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.desc-text .desc_text h3 {
  margin: 0 0 10px 0;
  line-height: 25px;
}

.desc-text .desc_text a {
  color: #5d5d5d;
  font-weight: 500;
  font-size: 20px;
  font-family: "GTWalsheimPro-Medium";
}

.desc-text .desc_text a:hover {
  color: #00afe1;
}

.desc-text.desc-date {
  padding: 0 0 18px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dedede;
}

.desc-text p {
  color: #5d5d5d;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 25px;
}

.desc-text p a {
  color: #00afe1;
  text-decoration: underline;
  display: inline-block;
  padding: 0 0 0 10px;
}

.desc-text p a:hover {
  color: #001645;
}

.desc-list {
  margin: 0 0 25px 0;
}

.desc-list.condition {
  padding: 0 0 18px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dedede;
}

.desc-list h3 {
  color: #242424;
  font-size: 24px;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
  margin: 0 0 10px 0;
}

.desc-list ul {
  list-style: none;
}

.desc-list ul li {
  color: #5d5d5d;
  font-size: 19px;
  font-weight: 400;
  margin: 0 0 -2px 0;
}

.desc-map iframe {
  height: 536px;
  width: 100%;
  border-radius: 32px;
}

.desc-map {
  margin: 40px 0 0 0;
}

.review-list {
  margin: 7px 0 0 0;
}

.rating-div .rating-title {
  display: flex;
  align-items: center;
}

.rating-div .rating-title p {
  margin: 0 10px 0 0;
  color: #343434;
  font-weight: 700;
  font-size: 24px;
  font-family: "GTWalsheimPro-Bold";
}

.rating-div .rating-title img {
  margin: 0 10px 0 0;
}

.rating-div .rating-title span {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 400;
}

.review-left {
  display: flex;
  align-items: center;
}

.review-left .review-name {
  padding: 0 0 0 15px;
}

.review-left .review-name h4 {
  color: #242424;
  font-weight: 500;
  font-size: 20px;
  font-family: "GTWalsheimPro-Medium";
  margin: 0 0 2px 0;
}

.review-left .review-name p {
  color: #a2a2a2;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.review-left .review-img img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.review-title {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px 0;
}

.review-right {
  display: flex;
  align-items: center;
}

.review-right p {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
  font-family: "GTWalsheimPro-Bold";
  margin: 0;
  line-height: 24px;
}

.review-star img {
  width: 140px;
  margin: 0 10px 0 0;
  vertical-align: top;
}

.review-box {
  padding: 20px 20px 30px 20px;
}

.review-text p {
  margin: 0;
  color: #242424;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.view-review {
  padding: 10px 0 0 20px;
}

.view-review a {
  display: inline-block;
  color: #00afe1;
  border: 1px solid #00afe1;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
  padding: 8px 41px;
  display: inline-block;
}

.view-review a:hover {
  background: #00afe1;
  color: #fff;
}

.details-right {
  padding: 0 0 0 10px;
}

.details-right .right-box {
  background: #fff;
  border-radius: 24px;
  padding: 35px 40px;
  box-shadow: 0 0 15px #ccc;
}

.right-box {
  margin-bottom: 40px;
}

.right-box h3 {
  color: #242424;
  font-size: 40px;
  font-weight: 700;
  font-family: "GTWalsheimPro-Bold";
  display: flex;
  align-items: center;
  margin: 0 0 14px 0;
}

.right-box h3 span {
  font-size: 20px;
  color: #242424;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
  padding: 0 0 0 15px;
}

.date-box {
  margin: 0 0 32px 0;
}

.date-box ul {
  background: #f9f9f9;
  list-style: none;
  display: flex;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 20px;
}

.date-box ul li {
  width: 50%;
  border-right: 1px solid #dedede;
  margin-right: 30px;
}

.date-box ul li:last-child {
  border: none;
  margin: 0;
}

.date-box ul li h5 {
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.date-box ul li h4 {
  color: #343434;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.rent a {
  background: #00afe1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
  border-radius: 8px;
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid #00afe1;
  padding: 10px 20px;
}

.rent a:hover {
  background: #fff;
  color: #00afe1;
  border: 1px solid #00afe1;
}

.report-box {
  text-align: center;
  margin: 0 0 20px 0;
}

.report-box p img {
  margin: 0 15px 0 0;
}

.report-box a:hover p {
  color: #00afe1;
}

.report-box p {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  color: #5d5d5d;
  font-family: "GTWalsheimPro-Medium";
}

.remember-box {
  background: #e5f7fc;
  border: 1px solid #79d5ef;
  border-radius: 24px;
  display: flex;
  padding: 25px 15px;
  align-items: center;
}

.remember-box .remember-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.remember-text {
  width: 80%;
  padding: 0 0 0 20px;
}

.remember-text h4 {
  color: #00afe1;
  font-size: 20px;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
  margin: 0 0 5px 0;
}

.remember-text p {
  color: #00afe1;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}

/* Confirm and pay */

.confirm-form {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  padding: 35px 40px;
  border-radius: 24px;
  max-width: 760px;
}

.confirm-form h4 {
  color: #242424;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "GTWalsheimPro-Bold";
}

.submit-btn.confirm {
  margin: 5px 0 0 0;
}

.pay-form {
  padding-bottom: 50px;
}

.cvv-number input {
  background: url("../images/info.svg") no-repeat;
  background-position: 90% 50%;
}

.top-box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.top-box .top-img img {
  border-radius: 16px;
}

.top-box .top-text h4 {
  color: #343434;
  font-size: 24px;
  font-weight: 700;
  font-family: "GTWalsheimPro-Bold";
  margin: 0 0 10px 0;
}

.top-box .top-text .details-share {
  float: none;
}

.top-box .top-text .details-share p {
  margin: 0;
  line-height: 20px;
  font-size: 18px;
  color: #343434;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
}

.top-box .top-text .details-share p span {
  color: #a2a2a2;
  font-size: 16px;
  font-weight: 400;
}

.top-box .top-text {
  padding-left: 15px;
}

.top-box .top-text .details-share img {
  float: left;
  margin: 0 5px 0 0;
}

.top-box .top-text .details-share p {
  overflow: hidden;
}

.top-box .top-text .details-share p span {
  margin: 0 0 0 5px;
}

.price-list ul {
  list-style: none;
}

.price-list ul li {
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.price-list ul li.service span.service-fee {
  position: relative;
  float: none;
}

.price-list ul li.service span.admin-fee {
  position: relative;
  float: none;
}

label#myBtn {
  background: url("../images/question.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0;
  top: 5px;
  right: -5px;
  cursor: pointer;
}

label#myBtnone {
  background: url("../images/question.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0;
  top: 5px;
  right: -5px;
  cursor: pointer;
}

label#service_btn {
  background: url("../images/question.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0;
  top: 5px;
  right: -5px;
  cursor: pointer;
}

.dropdown-content.show {
  display: block;
  left: 0;
  top: -50px;
}

.dropdown-context.show {
  display: block;
  left: 0;
  top: -50px;
}

#myBtn:hover #myDropdown.dropdown-context {
  display: block;
}

.dropdown-context {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding: 10px 15px;
  top: -60px;
  left: -100px;
  letter-spacing: 0.1em;
  width: 170px;
}

#myBtn:hover #myDropdow1.dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding: 10px 15px;
  top: -60px;
  left: -100px;
  letter-spacing: 0.1em;
  width: 170px;
}

.service {
  position: relative;
}

.price-list ul li.service .service-fee:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  background: url("../images/question.svg") no-repeat;
  width: 20px;
  height: 20px;
}

.price-list ul li span {
  float: right;
}

.price-list ul li.total {
  font-size: 24px;
  font-weight: 700;
  font-family: "GTWalsheimPro-Bold";
}

.right-box .date-box {
  margin-bottom: 30px;
}

/* Manage Listings */

/*.title-row.manage-listings { padding: 140px 0 31px 0; }*/

.manage-listings {
  margin: 0 0 20px 0;
}

.manage-listings .manage-title {
  margin: 0;
}

.tab-listing.manage-box .popular-box {
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 24px 24px 85px;
}

label.custom-chkbox {
  cursor: pointer;
}

label.custom-chkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label.custom-chkbox span.checkmark {
  top: 50%;
  left: 29px;
  height: 25px;
  width: 25px;
  background-color: #fafafa;
  border: 1px solid #d6d6d6;
  position: absolute;
  border-radius: 8px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

label.custom-chkbox input:checked ~ .checkmark {
  background: #00afe1;
}

label.custom-chkbox span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

label.custom-chkbox input:checked ~ .checkmark:after {
  display: block;
}

label.custom-chkbox span.checkmark:after {
  left: 8px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab-listing.manage-box {
  position: relative;
}

.manage-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5px 0;
}

.manage-title .edit-list a {
  display: inline-block;
  border: 1px solid #00afe1;
  color: #00afe1;
  font-weight: 500;
  font-size: 20px;
  font-family: "GTWalsheimPro-Medium";
  padding: 8px 34px;
  margin: 0 15px 0 0;
  border-radius: 8px;
}

.manage-title .edit-list a.delete {
  margin: 0;
}

.manage-title .edit-list a:hover {
  background: #00afe1;
  color: #fff;
}

/* Listing an instrument */

/*section.listing-instrument { padding: 140px 0 37px 0; }*/

.listing-form {
  box-shadow: 0 0 10px #ccc;
  padding: 70px;
  border-radius: 32px;
  margin: 0 0 96px 0;
  max-width: 100%;
}

.listing-form .form_box {
  max-width: 860px;
  margin: 0 auto;
}

.listing-form .form_box .list_extra_hi {
}

.listing-form select.form-control {
  color: #a2a2a2;
}

.label_box h4 {
  color: #242424;
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: "GTWalsheimPro-Regular";
}

/*.label_box { margin: 0 0 30px 0; }*/

.label_box.label-div {
  margin: 0;
}

textarea.form-control {
  border-radius: 8px;
  border: 1px solid #dedede;
}

textarea.form-control::placeholder {
  font-size: 16px;
  color: #a2a2a2;
  font-family: "GTWalsheimPro-Regular";
}

select.form-control.condition {
  background-position: 97% 50%;
}

.listing_form form {
  width: 100%;
}

.date-group {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 14px;
}

.date-group .datepicker {
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
}

.date-group .datepicker input.form-control {
  border: none;
  height: 50px;
  padding: 20px 16px;
}

.date-group .datepicker.date-picker {
  padding: 0 0 0 0;
}

a.availability {
  color: #00afe1;
  font-size: 21px;
  font-weight: 400;
  position: relative;
  padding: 0 0 0 37px;
}

a.availability:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/add-plus.svg") no-repeat;
  width: 20px;
  height: 20px;
}

.date-group .datepicker.date_picker {
  border: none;
}

.listing-form .image-uploader {
  width: 100%;
  margin: 49px 0 0 0;
}

.listing-form .image-uploader .upload-text {
  position: relative;
}

.listing-form .image-uploader .upload-text i {
  font-size: 0;
  position: relative;
}

.listing-form .image-uploader .upload-text i:before {
  background: #00afe1;
  border: 1px solid #00afe1;
  border-radius: 8px;
  content: "Upload photos";
  width: 250px;
  height: 48px;
  position: absolute;
  top: -41px;
  left: -125px;
  color: #fff;
  z-index: 99;
  font-size: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
}

.listing-form .image-uploader .upload-text span {
  position: relative;
  cursor: pointer;
  color: #fff;
  text-align: center;
  margin: 6px 0 0 0;
}

.listing-form .image-uploader .upload-text span:before {
  content: "Or drag them in";
}

.listing-form .photo-upload {
  height: 190px;
  border: 1px dashed #00afe1;
  border-radius: 8px;
  background: #fafeff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px 0;
}

.listing-form.photo-list {
  margin: 0;
}

.listing-form .image-uploader.has-files {
  margin: 0;
}

.listing-form .image-uploader .uploaded .uploaded-image {
  width: 150px;
  height: 150px;
  background: #fafeff;
  position: relative;
}

.listing-form .image-uploader .uploaded .uploaded-image img {
  width: 100%;
  border-radius: 24px;
}

.listing-form .image-uploader .uploaded .uploaded-image .delete-image {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background: #fff url("../images/bin.svg") no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 10px;
}

.listing-form .image-uploader .uploaded .uploaded-image .delete-image i {
  font-size: 0;
}

.photo_box {
  position: relative;
  margin: 15px 0 14px 0;
}

.photo_box img {
  border-radius: 15px;
  width: 410px;
  height: 282px;
  object-fit: cover;
  border: 2px dashed #dedede;
  border-radius: 15px;
}

.photo_box .delete-photo {
  width: 30px;
  height: 30px;
  background: #fff url("../images/delete.svg") no-repeat;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
  box-shadow: 0 0 5px #ccc;
  border: 1px solid #ccc;
  background-position: center;
}

.add_photo {
  background: #f9f9f9;
  border: 2px dashed #dedede;
  border-radius: 15px;
  width: 414px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px 0;
}

.add_photo img {
  margin: 0 0 15px 0;
}

.add_photo p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #00afe1;
}

.cover-photo {
  background: #00afe1;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px 15px;
  border: 1px solid #00afe1;
  cursor: pointer;
}

.cover-photo:hover {
  background: #fff;
  color: #00afe1;
}

.cover-photo input,
.add_photo input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  height: 100%;
}

.add_photobox {
  text-align: center;
}

/* My Hiring Listing */

.manage-view {
  margin: 0 0 34px 0;
}

.manage-view .nav-tabs {
  border-bottom: none;
}

.manage-view .nav-tabs li {
  margin: 0 31px;
}

.manage-view .nav-tabs .nav-link.active {
  background: none;
  border-bottom: 4px solid #00afe1;
  color: #00afe1;
}

.manage-view .nav-tabs .nav-link {
  color: #a2a2a2;
  border: none;
  font-size: 21px;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
  padding: 0;
}

.manage-view .nav-tabs li.nav-item:first-child {
  margin: 0 31px 0 0;
}

.popular-box.manage_listing .popular-text {
}

.manage_box {
  border-top: 1px solid #dedede;
  padding: 14px 0 0 0;
  margin: 12px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.manage_box .manage-left {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: flex-start;
}

.manage_box .manage-left img {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.manage_box .manage-left p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 6px;
  color: #242424;
  font-weight: 500;
  font-size: 17px;
  font-family: "GTWalsheimPro-Medium", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.manage_box .manage-right {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: flex-end;
}

.manage_box .manage-right a {
  display: block;
  display: flex;
  align-items: center;
}

.manage_box .manage-right img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/* My Hiring Details */

.desc-hiring p a {
  color: #343434;
}

.desc-hiring p a:hover {
  color: #00afe1;
}

ul.hiring-list {
  margin: 10px 0 0 0;
}

ul.hiring-list li {
  padding: 0;
}

.desc-name .desc_name ul.hiring-list li:last-child {
  padding: 0;
}

.desc-name .desc_name ul.hiring-list li img {
  margin: 0 15px 0 0;
  vertical-align: text-top;
}

.desc-name .desc_name ul.hiring-list li a {
  font-weight: 400;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 20px;
}

/* Profile */

/*.profie-tabing { padding: 111px 0 50px 0; }*/

.profie-tabing .manage-view {
  text-align: center;
}

.profie-tabing .manage-view ul {
  display: inline-block;
}

.profie-tabing .manage-view ul li {
  display: inline-block;
}

.profie-tabing .manage-view ul li a.nav-link.active {
  font-weight: 700;
  font-family: "GTWalsheimPro-Bold";
}

.profile-box {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 0 10px #ccc;
  padding: 64px 237px 40px;
}

.profile-box .photo-row {
  justify-content: flex-start;
  align-items: center;
  max-width: 540px;
}

.profile-box .photo-row .img-text {
  padding: 0 0 0 48px;
  width: 50%;
}

.submit-btn .profile-btn {
  background: #fff;
  color: #00afe1;
  margin: 0 0 10px 0;
}

.submit-btn .profile-btn:hover {
  background: #00afe1;
  color: #fff;
}

.profile-tab .submit-btn,
.two_col_btn {
  display: flex;
  justify-content: space-between;
}

.profile-tab .submit-btn button,
.two_col_btn button {
  width: 100%;
}

.profile-tab .submit-btn button.profile-btn,
.two_col_btn button.profile-btn {
  margin: 0 15px 0 0;
}

.profile-box h3 {
  margin: 0 0 50px 0;
  font-weight: 700;
  font-size: 32px;
  color: #242424;
  font-family: "GTWalsheimPro-Bold";
}

.profile-box.id-valid {
  padding: 80px 200px 33px;
}

.id-valid .submit-btn {
  margin: 63px 0 33px 0;
}

.id-valid .note p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #a2a2a2;
  text-align: center;
}

.id-valid ul {
  list-style: none;
}

.id-valid ul li {
  border: 1px solid #dedede;
  border-radius: 16px;
  padding: 47px 24px;
  margin: 0 0 32px 0;
  display: flex;
}

.id-valid ul li .profile-icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.id-valid ul li .profile-icon {
  width: 160px;
  height: 160px;
  background: #f9f9f9;
  border-radius: 24px;
  text-align: center;
  line-height: 160px;
  overflow: hidden;
}

.id-valid ul li .profile-icon img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.id-valid ul li .profile-text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 24px;
  width: 100%;
  max-width: 70%;
}

.id-valid ul li .profile-text h4 {
  margin: 0 0 10px 0;
  font-size: 32px;
  font-weight: 700;
  color: #242424;
  font-family: "GTWalsheimPro-Bold";
}

.id-valid ul li .profile-text p {
  margin: 0 0 24px 0;
  font-size: 17px;
  font-weight: 400;
  color: #242424;
}

.id-valid ul li .profile-text .photo-row {
  margin: 0;
}

.profile-text .photo-row .img-text {
  padding: 0;
  width: 100%;
}

.profile-text .photo-row .img-text a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.profile-text .photo-row .img-text .upload-img {
  display: inline-block;
  vertical-align: middle;
  border: 1px dashed #00afe1;
  border-radius: 8px;
  margin: 0 0 0 11px;
}

.profile-text .photo-row .img-text .upload-img input {
  position: relative;
  height: 42px;
}

.profile-text .photo-row .img-text .upload-img .uploaded {
  padding: 0;
  display: none;
}

.image-uploader .upload-text i {
  display: none;
}

.profile-text .photo-row .img-text .upload-img .image-uploader .upload-text {
  height: 100%;
}

.profile-text
  .photo-row
  .img-text
  .upload-img
  .image-uploader
  input[type="file"] {
  width: auto;
  height: 47px;
}

.profile-box.account-box h3 {
  margin: 0 0 30px 0;
}

.profile-box a.delete {
  border: 2px solid #ff4b30;
  border-radius: 8px;
  color: #ff4b30;
  font-size: 20px;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
  padding: 15px 50px;
  display: inline-block;
}

.profile-box a.delete:hover {
  background: #ff4b30;
  color: #fff;
}

.profile-box.account-box {
  padding: 64px 237px 80px;
  margin: 64px 0 0 0;
}

.form-group.change-text {
  position: relative;
}

.form-group.change-text a.change {
  position: absolute;
  top: 54px;
  right: 20px;
  font-size: 17px;
  color: #00afe1;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
  background-color: #fff;
}

.payment_method .form-group.change-text a.change {
  top: 31%;
}

.form-group.visa input {
  padding: 9px 15px 9px 100px;
  background: url("../images/visa.svg") no-repeat;
  background-size: 56px;
  background-position: 3% 50%;
}

.form-group.master-card input {
  padding: 9px 15px 9px 100px;
  background: url("../images/master-card.svg") no-repeat;
  background-size: 56px;
  background-position: 3% 50%;
}

.price_group {
  background: #f9f9f9;
  border: 1px solid #dedede;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.price_group:after {
  position: absolute;
  content: "";
  height: 24px;
  width: 2px;
  background: #dedede;
  left: 50%;
  top: 50%;
  margin-top: -12px;
}

.form-group.price_group input {
  border: 0;
  background: none;
  width: 50%;
}

.ranges {
  display: none;
}

.modal.confirm_pay_modal .modal-header {
  border-bottom: none;
}

.modal.confirm_pay_modal .modal-dialog {
  max-width: 896px;
}

.modal.confirm_pay_modal .modal-dialog .modal-content {
  border-radius: 32px;
  border: 0;
}

.modal.confirm_pay_modal .modal-body {
  padding: 55px 46px;
}

.modal.confirm_pay_modal .modal_top {
  text-align: center;
}

.modal.confirm_pay_modal .modal_top img {
  margin: 0 0 20px 0;
}

.modal.confirm_pay_modal .modal_top h3 {
  font-size: 33px;
  font-weight: 700;
  color: #242424;
  margin: 0 0 15px 0;
  font-family: "GTWalsheimPro-Bold";
}

.modal.confirm_pay_modal .modal_top p {
  font-size: 18px;
  font-weight: 400;
  color: #444a51;
  margin: 0 0 36px 0;
  line-height: 25px;
}

.modal.confirm_pay_modal .modal-list ul {
  list-style: none;
}

.modal.confirm_pay_modal .modal-list ul li {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
}

.modal.confirm_pay_modal .modal-list ul li:last-child {
  margin: 0;
}

.modal.confirm_pay_modal .modal-list ul li .modal-data {
  overflow: hidden;
  padding: 0 0 0 15px;
}

.modal.confirm_pay_modal .modal-list ul li .modal-data h4 {
  color: #242424;
  font-size: 26px;
  font-weight: 700;
  font-family: "GTWalsheimPro-Bold";
  text-align: left;
}

.modal.confirm_pay_modal .modal-list ul li .modal_icons img {
  width: 72px;
  height: 72px;
  border: 1px solid #343434;
  border-radius: 50%;
}

.modal.confirm_pay_modal .modal-list ul li .modal-data ul {
  list-style: none;
}

.modal.confirm_pay_modal .modal-list ul li .modal-data ul li .modal-user {
  padding: 0 0 0 15px;
}

.modal.confirm_pay_modal .modal-list ul li .modal-data ul li .modal-user p {
  margin: 0;
  color: #5d5d5d;
  font-weight: 400;
  font-size: 18px;
}

.modal.confirm_pay_modal .modal-list {
  border: 1px solid #dedede;
  border-radius: 24px;
  padding: 32px;
}

.modal.confirm_pay_modal .modal-content {
  position: relative;
}

#transaction-modal .modal-content .modal-header button.close {
  background: url("../images/cancel.svg") no-repeat;
  position: absolute;
  right: 3%;
  top: 4%;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  z-index: 9;
}

.menu-right ul li.register.profile .btn {
  background: none;
  border: 0;
  width: 48px;
  height: 48px;
  -webkit-appearance: none;
}

.menu-right ul li.register.profile .btn:after {
  display: none;
}

.menu-right ul li.register.profile .btn img {
  border-radius: 50%;
  border: 2px solid #fff;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.menu-right ul li.register.profile .btn {
  padding: 0;
  border: none;
}

.menu-right ul li.register.profile a:hover {
  background: none;
}

.menu-right .dropdown .dropdown-toggle::after {
  display: none;
}

.menu-right .dropdown-menu {
  padding: 15px;
  width: 280px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.03);
  border: 1px solid #f4f5f6;
  border-radius: 16px;
  margin-top: 20px;
}

.menu-right .dropdown-menu ul li,
.notification_listings ul li {
  display: block;
  border-bottom: 1px solid #eeeeee;
}

.menu-right .dropdown-menu ul li:last-child,
.notification_listings ul li:last-child {
  border-bottom: 0;
}

.menu-right .dropdown-menu ul li a,
.notification_listings ul li a {
  color: #343434;
  display: flex;
  align-items: center;
  border-radius: 0;
  font-size: 16px;
  border: 0;
  padding: 15px 8px;
  white-space: normal;
}

.menu-right .dropdown-menu ul li a:hover,
.notification_listings ul li a:hover {
  border: 0;
  color: #00afe1;
  background-color: transparent;
}

.menu-right .dropdown-menu ul li a .dropdown_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  background-size: 100%;
}

.notification_dropdown {
  padding: 0 45px;
}

.notification_counter {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff464c;
  color: #fff;
  font-size: 14px;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.notification_dropdown a.dropdown-toggle {
  padding: 0;
  height: 36px;
  width: 36px;
  border: 0;
  position: relative;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.notification_dropdown .dropdown-menu ul li a .user_profile,
.notification_listings ul li .user_profile {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 15px;
  overflow: hidden;
  border: 1px solid #fff;
  flex-shrink: 0;
}

.notification_info h5 {
  font-size: 16px;
  color: #343434;
  margin-bottom: 0;
}

.notification_info span {
  display: block;
  font-size: 14px;
  color: #a2a2a2;
}

.see_all_link {
  border-top: 1px solid #eeeeee;
}

.menu-right ul li .see_all_link a {
  font-size: 16px;
  color: #00afe1;
  padding: 15px;
  text-align: center;
  font-family: "GTWalsheimPro-Medium";
  font-weight: 500;
  display: block;
}

.menu-right ul li .see_all_link a:hover {
  text-decoration: underline;
}

.menu-right .dropdown-menu ul li a:hover .user_profile {
  border-color: #00afe1;
}

.menu-right .dropdown-menu ul li a:hover h5 {
  color: #00afe1;
}

.icon_manage_listing {
  background: url("../images/icon_manage_listing.svg") center center no-repeat;
}

.icon_hirings {
  background: url("../images/icon_hirings.svg") center center no-repeat;
}

.icon_user {
  background: url("../images/icon_user.svg") center center no-repeat;
}

.icon_logout {
  background: url("../images/icon_logout.svg") center center no-repeat;
}

.icon_manage_wishlist {
  background: url("../images/azwishlist.svg") center center no-repeat;
}

.menu-right ul li.register.profile ul li a:hover .icon_manage_wishlist {
  background-image: url("../images/azwishlist_hover.svg");
}

.menu-right ul li.register.profile ul li a:hover .icon_manage_listing {
  background-image: url("../images/icon_manage_listing_hover.svg");
}

.menu-right ul li.register.profile ul li a:hover .icon_hirings {
  background-image: url("../images/icon_hirings_hover.svg");
}

.menu-right ul li.register.profile ul li a:hover .icon_user {
  background-image: url("../images/icon_user_hover.svg");
}

.menu-right ul li.register.profile ul li a:hover .icon_logout {
  background-image: url("../images/icon_logout_hover.svg");
}

.owl-carousel .owl-dots .owl-dot span {
  height: 8px;
  width: 8px;
}

.owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  bottom: 30px;
  max-width: 350px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  height: 24px;
  width: 24px;
  border: 0;
  margin: 0;
  position: absolute;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover {
  background: url("../images/icon_next.svg") no-repeat;
  right: 70px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: url("../images/icon_prev.svg") no-repeat;
  left: 70px;
}

.login_slider .owl-dots .owl-dot span {
  margin: 5px 16px;
}

.readmore_para p {
  max-height: 80px;
  transition: height 500ms;
  overflow: hidden;
  margin-bottom: 0;
}

.readmore_para a {
  color: #00afe1;
  text-decoration: underline;
}

.notification_listings ul li .user_profile {
  width: 56px;
  height: 56px;
  margin-right: 30px;
}

.notification_listings .notification_info h5 {
  font-size: 20px;
  margin-bottom: 5px;
}

.notification_listings .notification_info span {
  font-size: 16px;
}

.two_col_input > div {
  padding: 0 15px;
}

.two_col_input .left_input {
  flex-shrink: 0;
  width: 100%;
  max-width: 180px;
  padding-left: 0;
}

.two_col_input .right_input {
  flex: 1;
  padding-right: 0;
}

.upload_photo_row {
  height: 310px;
  border: 1px dashed #00afe1;
  border-radius: 8px;
  background: #fafeff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px 0;
  flex-direction: column;
  position: relative;
}

.upload_photo_row input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  height: 100%;
}

.upload_photo_row span {
  background: #00afe1;
  border-radius: 8px;
  opacity: 1;
  letter-spacing: 0px;
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
  display: inline-block;
  padding: 8px 30px;
  margin-bottom: 8px;
}

.upload_photo_row p {
  font-size: 18px;
  line-height: 28px;
  color: #00afe1;
}

.upload_photo_cover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.icon_upload {
  background: url("../images/icon_cloud_upload.svg") center center no-repeat;
  background-size: 100%;
  height: 64px;
  display: inline-block;
  width: 64px;
  margin-bottom: 16px;
}

.form-control:disabled,
.form-control[readonly] {
  background: #fff;
}

/* Pagination */

ul.pagination li.page-item.disabled span.page-link {
  line-height: normal;
  background: #dadada;
  border-color: #dadada;
  border-radius: 0;
  font-size: 30px;
  color: #242424;
}

.pagination li.page-item.active span.page-link {
  background: #001645;
  border: 1px solid #001645;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li.page-item.active span.page-link:hover {
  background: #fff;
  color: #001645;
}

.pagination li.page-item span {
  color: #fff;
  font-size: 20px;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: normal;
}

.pagination li.page-item a {
  color: #fff;
  font-size: 20px;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: normal;
  border-radius: 0;
  background: #dadada;
  border-color: #dadada;
  color: #242424;
}

.pagination li.page-item a:hover {
  background: #001645;
  color: #fff;
}

ul.pagination li.page-item:last-child a.page-link {
  font-size: 30px;
  border-radius: 0;
}

.page-item:first-child .page-link {
  border-radius: 0;
  font-size: 30px;
}

.page-link:focus {
  box-shadow: none;
}

/*/ Calender Open Always /*/

.desc_date_picker .daterangepicker::before,
.desc_date_picker .daterangepicker::after {
  display: none;
}

.desc_date_picker .daterangepicker {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  float: none;
  width: 100%;
  margin-top: 0;
}

.desc_date_picker .daterangepicker .drp-calendar {
  width: 50%;
  max-width: 50%;
}

.instument-calendar .desc_date_picker .daterangepicker {
  border: none;
}

.instument-calendar {
  margin: 30px 0 0 0;
  width: 100%;
  float: left;
  position: relative;
}

.instument-calendar .desc_date_picker .daterangepicker .drp-calendar.left {
  padding: 0;
  margin: 0 0 30px 0;
}

.instument-calendar .desc_date_picker .daterangepicker .drp-calendar.right {
  padding: 0;
  margin: 0 0 30px 0;
}

.instument-calendar .desc_date_picker .daterangepicker .drp-buttons {
  display: none;
}

.instument-calendar .desc_date_picker .daterangepicker .calendar-table th,
.instument-calendar .desc_date_picker .daterangepicker .calendar-table td {
  padding: 11px;
}

.desc-text.desc-location .desc_text {
  display: block;
}

#ajaxModal.modal,
#ajaxModalDispute.modal {
  z-index: 99999999999999999999 !important;
}

#ajaxModal1 {
  z-index: 99999999999999999999 !important;
}

.btn-remove-more.mobile {
  display: none;
}

.photo_box.cover_photo .add_photo .add_photobox img {
  width: 100%;
  height: 100%;
  border: 0;
}

.photo_box.cover_photo .add_photo {
  width: 100%;
  height: 500px;
}

.photo_box.cover_photo .cover_box img {
  width: 100%;
  height: 100%;
}

.wishlist_heart {
  position: absolute;
  right: 35px;
  top: 35px;
}

.wishlist_heart a {
  background: #f9f9f9;
  box-shadow: 0 0 5px #ccc;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.popular-box.full .rating_box .wishlist_heart {
  position: unset;
}

.popular-box.full .rating_box .wishlist_heart a {
  justify-content: center;
}

.popular-box.full .rating {
  display: flex;
  align-items: center;
}

.popular-box.full .rating .rating-box {
  margin: 0 10px 0 0;
}

.details-share ul li.share-box {
  position: relative;
  padding: 0 0 30px 0;
}

/*.details-share ul li.share-box:hover .share-top-box { display: block;position: absolute;left: -5px;right: 0;top: 30px;bottom: 0; }*/

.details-share ul li.share-box .share-top-box {
  display: none;
  position: absolute;
  bottom: -20px;
}

.details-share ul li.share-box .share-top-box .share-list li {
  margin: 0 5px;
}

.details-share ul li.share-box .share-top-box .share-list li a {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details-share ul li.share-box .share-top-box .share-list li a span {
  width: 26px;
  height: 26px;
  background-color: transparent !important;
  opacity: 1;
}

.details-share ul li.share-box .share-top-box .share-list li a span svg {
}

.details-share ul li.share-box .share-top-box .share-list li a span svg path {
  fill: #001645;
}

.details-share ul li.share-box .share-top-box .share-list li a:hover {
  background-color: #00afe1;
}

.details-share
  ul
  li.share-box
  .share-top-box
  .share-list
  li
  a:hover
  span
  svg
  path {
  fill: #fff;
}

li.webshare a.dropdown-toggle:after {
  display: none;
}

.instrument_action_btn ul li.webshare a {
  padding: 8px;
}

.instrument_action_btn ul li.webshare {
  width: 36px;
  height: 36px;
}

.instrument_action_btn ul li.webshare .dropdown-menu {
  min-width: 46px;
  left: -10px !important;
  top: 6px !important;
}

.instrument_action_btn ul li.webshare .dropdown-menu a {
  margin: 0 0 10px 0;
}

.instrument_action_btn ul li.webshare .dropdown-menu:last-child a {
  margin: 0;
}

/*----------(secondry css start 09-11-2020)-----------*/

/*----------(secondry css start 09-11-2020)-----------*/

/*----------(secondry css start 09-11-2020)-----------*/

/*------------start rating-start-----------*/

.instu_rating .star-rating {
  border: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 0;
  text-align: center;
  width: 100%;
}

.instu_rating .star-rating input {
  display: none;
}

.instu_rating .star-rating label {
  color: #ccc;
  cursor: pointer;
  font-size: 30px;
  margin: 0 5px;
}

.instu_rating .star-rating :checked ~ label {
  color: #fc0;
}

.instu_rating .star-rating label:hover,
.instu_rating .star-rating label:hover ~ label {
  color: #fc0;
}

.instu_rating .star-rating label:focus,
.instu_rating .star-rating label:focus ~ label {
  color: #fc0;
}

/*
.instu_rating .edit-star label:hover,
.instu_rating .edit-star label:hover ~ label {
  cursor: none;
  color: inherit;
}

*/

.instrument_star.start-rate {
  background: transparent;
}

.start-rate .edit-star {
  position: relative;
  z-index: -9;
}

#icon_social {
  font-size: 30px;
}

#be_cool {
  font-size: 24px;
}

/*------------------end----------------*/

.instrument_star {
  background: #fff;
  border-radius: 24px;
  padding: 35px 40px;
  box-shadow: 0 0 15px #ccc;
}

.instu_rating {
}

.instu_rating h2 {
  margin: 0;
  padding: 0;
  color: #343434;
  font-size: 32p;
}

.instu_review {
  width: 100%;
  display: block;
  margin-top: 10px;
}

.instu_review h2 {
  margin: 0;
  color: #343434;
  font-size: 26px;
  padding-bottom: 10px;
}

.instu_review textarea {
  width: 100%;
  height: 90px;
  padding: 5px 10px;
  resize: none;
  border: none;
  border: 1px solid #dedede;
}

.instu_review button {
  font-family: "GTWalsheimPro-Medium";
  color: #00afe1;
  font-size: 20px;
  background: #fff;
  border-radius: 8px;
  padding: 7px 19px;
  border: 1px solid #00afe1;
  margin-left: auto;
  text-align: center;
  display: block;
  margin-top: 10px;
  transition: 0.3s all;
}

.instu_review button:hover {
  background: #00afe1;
  border: 1px solid #00afe1;
  color: #fff;
}

.manage-status button.btn-received {
  background-color: green;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 3px 14px;
  /*margin-right: 114px;*/
  display: block;
  /*position: absolute;
	top: 0;
	right: 0;*/
}

.manage-status button.btn-dispute {
  background-color: #00afe1;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 3px 14px;
  display: block;
  justify-content: center;
  position: absolute;
  margin-right: 114px;
  top: 0;
  right: 0;
}

#myBtn:hover #myDropdown.dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding: 10px 15px;
  top: -60px;
  left: -100px;
  letter-spacing: 0.1em;
  width: 170px;
}

.dropdown-content.show {
  display: block;
  left: 0;
  top: -50px;
}

.ui-multiselect.ui-widget.ui-state-default.ui-corner-all#week_ms {
  color: #fff;
}

#week_ms {
  background: #00afe1;
}

.ui-multiselect.ui-widget.ui-state-default.ui-corner-all#week1_ms {
  color: #fff;
}

#week1_ms {
  background: #00afe1;
}

.ui-multiselect-open {
  color: white;
}

.modal_top {
  padding-top: 20px;
}

h5.instrument-status {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

h5.instrument-status button {
  background-color: #00afe1;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 3px 14px;
  display: block;
  margin-right: 10px;
}

h5.instrument-status .fa.fa-check-circle:before {
  color: #00afe1;
  cursor: pointer;
}

.swal-button {
  background-color: #00afe1;
  outline: none;
  transition: 0.3s all;
  border: 1px solid #00afe1;
}

.swal-button:hover {
  background: #fff;
  color: #00afe1;
  border: 1px solid #00afe1;
  opacity: 1;
  outline: none;
  box-shadow: none;
}

.swal-button:focus {
  opacity: 1;
  outline: none;
  box-shadow: none;
}

.rating-box button:hover {
  color: #00afe1;
  border: 1px solid #00afe1;
  background-color: #fff;
}

.swal-button:not([disabled]):hover {
  background-color: transparent;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rent_form {
  display: inline-block;
  width: 49%;
  position: relative;
}

.rent_form .add_photo {
  display: inline-block;
  width: 100%;
}

.rent_form span.error_msg {
}

.dispute_btn button {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #00afe1 !important;
  opacity: 1 !important;
  border: 1px solid #00afe1 !important;
  color: #fff !important;
  border-radius: 5px;
  padding: 0 14px;
  display: block;
}

.photo_box.dispute_inner_box {
  height: auto !important;
}

#transaction-modal .modal-content .modal-header button.close {
  display: none;
}

.margin_bottom {
  margin-bottom: 20px;
}

.mb32 {
  margin-bottom: 32px;
}

.rent_form span#error_dipsute_image1 {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 16px;
}

.rent_form span#error_dipsute_image2 {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 16px;
}

/*--------( 13-11-2020 )---------*/

.browse-category .row.browse-row p {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 25px;
  margin-bottom: 15px;
}

.invalid-feedback strong {
  font-size: 16px;
  letter-spacing: 0.5px;
}

/*-------( 17-11-2020 )----------*/

.menu-right ul li.register a.active .icon_manage_wishlist {
  /*    background: url(../images/heart_fill.svg) center center no-repeat;
background-size: cover;*/
}

.menu-right .dropdown-menu ul li a:focus,
.menu-right .dropdown-menu ul li a:active,
.notification_listings ul li a:focus,
.notification_listings ul li a:active {
  background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
}

.browse-category .row.browse-row p:last-child {
  margin-bottom: 0;
}

.details-share ul li .share-icon img {
  width: 24px;
}

.icon_renting_history {
  background: url("../images/renting_history.svg") center center no-repeat;
}

.menu-right ul li.register.profile ul li a:hover .icon_renting_history {
  background-image: url(../images/renting_history_blue.svg);
}

.more_listing ul li a .pwa_dropdown_icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  background-size: 100%;
}

.mob_wishlist {
  background: url(../images/azwishlist.svg) center center no-repeat;
}

.mob_listing {
  background: url(../images/icon_manage_listing.svg) center center no-repeat;
}

.mob_hire {
  background: url(../images/icon_hirings.svg) center center no-repeat;
}

.mob_history {
  background: url(../images/renting_history.svg) center center no-repeat;
}

.mob_validation {
  background: url(../images/mob_validation.svg) center center no-repeat;
}

.mob_payout {
  background: url(../images/mob_payout.svg) center center no-repeat;
}

.mob_feature {
  background: url(../images/mob_feature.svg) center center no-repeat;
}

.mob_policy {
  background: url(../images/mob_policy.svg) center center no-repeat;
}

.mob_faq {
  background: url(../images/mob_faq.svg) center center no-repeat;
}

.mob_condition {
  background: url(../images/mob_condition.svg) center center no-repeat;
}

.mob_setting {
  background: url(../images/mob_setting.svg) center center no-repeat;
}

.mob_logout {
  background: url(../images/icon_logout.svg) center center no-repeat;
}

.mob_email_sub {
  background: url(../images/icon_email_sub.svg) center center no-repeat;
}

.mob_mobile_sub {
  background: url(../images/icon_contact_sub.svg) center center no-repeat;
}

.more_listing ul li a:hover .mob_wishlist {
  background-image: url(../images/azwishlist_hover.svg);
}

.more_listing ul li a:hover .mob_listing {
  background-image: url(../images/icon_manage_listing_hover.svg);
}

.more_listing ul li a:hover .mob_hire {
  background-image: url(../images/icon_hirings_hover.svg);
}

.more_listing ul li a:hover .mob_history {
  background-image: url(../images/renting_history_blue.svg);
}

.more_listing ul li a:hover .mob_validation {
  background-image: url(../images/blue_mob_validation.svg);
}

.more_listing ul li a:hover .mob_payout {
  background-image: url(../images/blue_mob_payout.svg);
}

.more_listing ul li a:hover .mob_feature {
  background-image: url(../images/blue_mob_feature.svg);
}

.more_listing ul li a:hover .mob_policy {
  background-image: url(../images/blue_mob_policy.svg);
}

.more_listing ul li a:hover .mob_faq {
  background-image: url(../images/blue_mob_faq.svg);
}

.more_listing ul li a:hover .mob_condition {
  background-image: url(../images/blue_mob_condition.svg);
}

.more_listing ul li a:hover .mob_setting {
  background-image: url(../images/blue_mob_setting.svg);
}

.more_listing ul li a:hover .mob_logout {
  background-image: url(../images/icon_logout_hover.svg);
}

.more_listing ul li a:hover .mob_email_sub {
  background-image: url(../images/icon_email_sub_hover.svg);
}

/*----------( overrite  css)--------*/

.add_photo {
  width: 100%;
}

.product-box .product-img img {
  width: 100%;
  height: 100%;
}

.popular-box.manage_listing .popular-text {
  position: relative;
}

#ajaxModal
  .modal-dialog
  .modal-content
  .modal-body
  .form-group
  label.digi_label,
#ajaxModalDispute
  .modal-dialog
  .modal-content
  .modal-body
  .form-group
  label.digi_label {
  display: block;
}

#ajaxModal .modal-dialog .modal-content .modal-body .form-group .photo_box,
#ajaxModalDispute
  .modal-dialog
  .modal-content
  .modal-body
  .form-group
  .photo_box {
  width: 100%;
  display: inline-block;
  height: 180px;
}

.photo_box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#report_Form .add_photobox,
#report_dispute_Form .add_photobox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#report_Form .add_photo,
#report_dispute_Form .add_photo {
  height: 180px;
}

#ajaxModal
  .modal-dialog
  .modal-content
  .modal-body
  .form-group
  .dispute_inner_box,
#ajaxModalDispute
  .modal-dialog
  .modal-content
  .modal-body
  .form-group
  .dispute_inner_box {
  width: 49%;
  display: inline-block;
  height: auto !important;
}

.modal.confirm_pay_modal .modal_top img {
  max-width: 100px;
  width: 100%;
}

.right-box h3 {
  font-size: 30px;
}

.product-img {
  padding-bottom: 20px;
  overflow: hidden;
  border-radius: 24px;
  height: 420px;
  padding: 0;
}

.product-img.product_img {
  height: 200px;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.manage_box .manage-left img {
  width: 30px;
  height: 30px;
}

/*ajax modal 1*/

#ajaxModal1
  .modal-dialog
  .modal-content
  .modal-body
  .form-group
  label.digi_label {
  display: block;
}

#ajaxModal1 .modal-dialog .modal-content .modal-body .form-group .photo_box {
  width: 100%;
  display: inline-block;
  height: 180px;
}

#ajaxModal1
  .modal-dialog
  .modal-content
  .modal-body
  .form-group
  .dispute_inner_box {
  width: 49%;
  display: inline-block;
  height: auto !important;
}

.modal.confirm_pay_modal .modal_top img {
  max-width: 100px;
  width: 100%;
}

/*ajax finish*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .menu-right ul li {
    background-color: transparent;
    border-radius: 60px;
  }
  .menu-right ul li.register.profile .btn,
  .menu-right ul li.profile .dropdown,
  .menu-right ul li.profile {
    border-radius: 60px;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  .notification_dropdown a.dropdown-toggle,
  .menu-right ul li.notification_dropdown,
  .menu-right ul li.notification_dropdown .dropdown {
    background-color: transparent;
  }
}

_::-webkit-full-page-media,
_:future,
:root .notification_dropdown a.dropdown-toggle,
.menu-right ul li.notification_dropdown,
.menu-right ul li.notification_dropdown .dropdown {
  background-color: transparent;
}

.notification_dropdown a.dropdown-toggle img {
  width: 21px;
}

div#cover_display {
  height: 500px;
}

div#photo_image1,
div#photo_image2,
div#photo_image3,
div#photo_image4 {
  height: 280px;
}

/*---------( 13-11-2020 )---------*/

/*------(hack css for IE+)--------*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .listing-form select.form-control {
    background: none;
  }
  .filter-body .form-group {
    float: left;
  }
  .form-group.price_group input {
    float: left;
  }
  .filter-body .form-group input {
    position: relative;
  }
  .filter-box .collapse {
    width: 100%;
  }
  .bottom_button {
    float: left;
    width: 100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dedede;
  }
  .filter-icons .nav-tabs li.nav-item a.nav-link.active img {
    display: none;
  }
  .filter-icons .nav-tabs li.nav-item a:hover {
    background-color: #fff;
  }
  .filter-icons .nav-tabs li.nav-item a.active:hover {
    background: #00afe1;
  }
  .filter-icons .nav-tabs li.nav-item:first-child a.nav-link.active {
    background-image: url("../images/ie_menu.svg");
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .filter-icons .nav-tabs li.nav-item:last-child a.nav-link.active {
    background-image: url("../images/ie_list.svg");
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.cms_links a {
  color: #00afe1;
  text-decoration: underline;
  cursor: pointer;
}

.view-total {
}

.view-total a {
  display: flex;
  align-items: center;
}

.view-total a .share-icon {
  background-color: #00afe1;
  color: #fff;
  border-radius: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  width: auto !important;
  padding: 0 5px;
}

/*------------( END )-----------------*/

.cms_inner {
}

.cms_wraper {
  margin-bottom: 30px;
}

.cms_wraper h2 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 700;
  color: #242424;
  font-family: "GTWalsheimPro-Bold";
}

.cms_wraper p {
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
  margin: 0 0 15px 0;
  font-family: "GTWalsheimPro-Regular", serif;
  line-height: 24px;
}

.cms_wraper p a {
  margin: 0 0 15px 0;
}

.cms_ulwrap {
  margin-bottom: 15px;
}

.cms_ulwrap ul {
}

.cms_ulwrap ul li {
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
  margin: 0 0 5px 0;
  font-family: "GTWalsheimPro-Regular", serif;
  line-height: 24px;
  position: relative;
  padding-left: 30px;
  list-style: none;
}

.cms_ulwrap ul li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #5d5d5d;
  top: 10px;
  border-radius: 20px;
}

.cms_ulwrap ul p {
  padding-left: 30px;
  margin: 0 0 10px 0;
}

.cmsdefaul_h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 700;
  color: #242424;
  font-family: "GTWalsheimPro-Bold";
  text-decoration: underline;
}

/*Date: 9 decemember 2020*/

.cp_right .top-img {
  height: 250px;
  overflow: hidden;
  margin: auto;
}

.cp_right .top-box .top-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cp_left_detail .file_upload_box.two_col .take_photo.outline {
  width: 40%;
}

.cp_left_detail .file_upload_box.two_col .take_photo.outline span {
  font-size: 16px;
}

.cp_left_detail .file_upload_box.two_col .upload_img {
  width: 60%;
}

.cp_left_detail .file_upload_box.two_col .upload_img span {
  font-size: 16px;
}

.instrument_search.ui-widget.ui-widget-content::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}

.instrument_search.ui-widget.ui-widget-content::-webkit-scrollbar-track {
  margin-bottom: 30px;
  border-radius: 20px;
}

.instrument_search.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
  background-color: lightgray;
  overflow: hidden;
}

/*---------( 17-12-2020 )--------------*/

.not_available {
  color: #ff0303;
  border-color: transparent;
  font-size: 18px;
  background: #f443361f;
  border: 1px solid #f44336;
  padding: 10px;
  border-radius: 15px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 5px;
  display: inline-block;
}

/*---------( 16-03-2021 )--------------*/

.email_sub {
  margin: 0;
  text-align: left;
}

.email_sub form {
}

.email_sub h3,
.email_sub .heading-three {
  font-weight: 700;
  font-size: 24px;
  font-family: "GTWalsheimPro-Bold";
  margin: 15px 0 20px 0;
}

.inner_email_box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  max-width: 360px;
}

.ieb_box {
  width: 100%;
  height: 100%;
}

.ieb_box input {
  height: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 10px 15px;
  box-shadow: none;
  border: 1px solid #dedede;
  /* max-width: 230px; */
  width: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: transparent;
  border-right: none;
}

.email_btn {
  background: #00afe1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
  display: inline-block;
  text-align: center;
  border: 1px solid #00afe1;
  max-width: 110px;
  width: 100%;
  text-transform: capitalize;
  transition: 0.3s all;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.email_btn:hover {
  background: #fff;
  color: #00afe1;
  border: 1px solid #fff;
}

.footer_payment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}

.footer_payment a {
  margin: 0 5px;
}

.footer_payment a img {
  max-width: 60px;
  width: 100%;
}

.footer_copy {
  border-top: 1px solid #193061;
  padding: 30px 0 0 0;
}

.pd_pl_relproduct {
  margin: 20px 0 0 0;
}

.pd_pl_relproduct .common_title {
  padding: 30px 0 0 0;
}

.desc_distance {
}

.dd_box {
}

.dd_box .desc-title {
  display: flex;
  /* align-items: center;*/
  justify-content: flex-start;
}

.dd_box .desc-title h5 {
  margin: 0 5px 0 0;
  padding: 0;
  line-height: normal;
}

.desc_area {
  margin: 0 0 7px 0 !important;
}

.discount_box {
  margin: 0 0 30px 0;
}

.discount_box h6 {
  font-size: 20px;
}

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

.discount_inner input {
}

.discount_inner input.form-control {
  margin: 0 10px 0 0;
}

.coupan_code_submit {
  padding: 10px 20px;
  width: 100%;
  background: #00afe1;
  color: #fff;
  font-size: 24px;
  font-family: "GTWalsheimPro-Medium";
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #00afe1;
  transition: 0.3s all;
}

.coupan_code_submit:hover {
  background: #fff;
  color: #00afe1;
}

.ui-multiselect {
  position: relative;
}

.ui-multiselect-header ul li {
  float: inherit;
}

.ui-multiselect-header ul {
  font-size: 0.9em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}

.ui-multiselect-checkboxes label span {
  font-size: 14px;
  margin-left: 15px;
}

/*------(27-04-2021)-------*/

.common_title {
  position: relative;
}

.view_all_btn {
  position: absolute;
  top: 0;
  right: 0;
}

.view_all_btn a {
  background: #00afe1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "GTWalsheimPro-Medium";
  border-radius: 8px;
  width: 100%;
  text-align: center;
  border: 1px solid #00afe1;
  padding: 10px 20px;
}

.view_all_btn a:hover {
  background: #fff;
  color: #00afe1;
  border: 1px solid #00afe1;
}

.reg_or {
  margin: 20px 0;
  position: relative;
}

.reg_or p {
  color: #5d5d5d;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  position: relative;
}

.reg_or p:before,
.reg_or p:after {
  position: absolute;
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  background-color: #dedede;
  margin-left: auto;
  margin-right: auto;
  top: 13px;
}

.reg_or p:after {
  left: inherit;
  right: 0;
}

.reg_social_box {
}

.reg_social_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style: none;
}

.reg_social_box ul li {
  margin: 0 5px;
  width: 100%;
}

.reg_social_box ul li a {
  transition: 0.2s all;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 0 13px #00000017;
  border: 1px solid #fff;
  color: #fff;
}

.reg_social_box ul li a:hover {
  background-color: #00afe1;
}

.reg_fb_btn {
  background-color: #4a66ac;
  color: #fff;
}

.reg_social_box ul li a .fa {
  font-size: 17px;
  margin: 0 10px 0 0;
}

.reg_google_btn {
  background-color: #db4a39;
}

/*=============================================================================================*/

.faq_main_wraper {
}

.faq_heading {
  margin: 0 0 30px 0;
}

.faq_heading h2 {
  font-size: 36px;
  line-height: 1.5;
  color: #242424;
  font-weight: 600;
  margin: 0;
}

/*=============================================================================================*/

/* section 1 */

.faq-section {
  width: 100%;
  background-color: #f6f8fd;
}

.sticky-menu {
  position: sticky;
  top: 120px;
}

/*======================(right side css start )===========================*/

.faq-right-side {
  margin: 0 0 30px 0;
}

.faq-wraper #accordion {
  height: 600px;
  overflow-y: scroll;
  padding: 0 20px 0 0;
  box-shadow: 0 20px 50px 0 rgb(4 73 89 / 10%);
}

.faq-wraper #accordion::-webkit-scrollbar {
  width: 5px;
}

.faq-wraper #accordion::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #00afe147;
}

.faq-wraper #accordion::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00afe1;
}

.faq-wraper {
  /*margin-bottom: 50px;*/
}

.faq-wraper .card {
  padding: 20px;
  border: none;
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 20px 50px 0 rgb(4 73 89 / 10%);
}

.faq-wraper .card:last-child {
  margin-bottom: 0;
}

.faq-wraper .card-header {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
  padding: 0;
  border-radius: 0;
}

.faq-wraper .card-header button {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding: 0 20px 0 0;
  outline: none;
  border: none;
  color: #00afe1;
  position: relative;
}

.faq-wraper .card-header button.collapsed {
  color: #242424;
}

.faq-wraper .card-header button:after,
.faq-wraper .card-header button.collapsed:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-bottom: transparent;
  border-left: transparent;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  transition: 0.4s all;
}

.faq-wraper .card-header button:after {
  transform: translateY(-50%) rotate(135deg);
  border: 2px solid #00afe1;
  border-bottom: transparent;
  border-left: transparent;
}

.faq-wraper .card-header button:hover,
.faq-wraper .card-header button:focus {
  text-decoration: none;
  box-shadow: none;
}

.faq-wraper .card-body {
  color: #999;
  font-size: 18px;
  line-height: 1.5;
  padding: 26px 0 0 0;
  margin: 26px 0 0 0;
  border-top: 1px solid #ccc;
}

/*=========================================( End )====================================================*/

/*--------(28-04-2021) ------*/

.bootstrap-tagsinput {
  background: #fff;
  height: 58px;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  padding: 10px 25px;
  box-shadow: none;
  border: 1px solid #dedede;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.date-group {
  padding: 3px;
}

.input-group-addon {
  background-color: transparent !important;
  border: none !important;
}

.bootstrap-tagsinput {
  background: #fff;
  height: 58px;
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: 400;
  padding: 20px 25px !important;
  box-shadow: none !important;
  border: 1px solid #dedede !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

.bootstrap-tagsinput .tag {
  font-size: 16px;
  font-weight: normal;
}

/*-------------------------------*/

.light_box_modal {
}

.ligtbox_modal_wraper {
  height: 100%;
}

.ligtbox_modal_wraper .column {
  height: 100%;
  cursor: pointer;
}

/* The Modal (background) */

.light_box_modal .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 200px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000a8;
}

/* Modal Content */

.light_box_modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */

.light_box_modal .close {
  color: white;
  position: absolute;
  top: 15%;
  right: 67px;
  font-size: 35px;
  font-weight: bold;
  box-shadow: none;
  opacity: 1;
}

.light_box_modal .close:hover,
.light_box_modal .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

/* Hide the slides by default */

.light_box_modal .lbm_mySlides {
  display: none;
  width: 100%;
  max-height: 500px;
  height: 500px;
  overflow: hidden;
}

.light_box_modal .lbm_mySlides img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Next & previous buttons */

.light_box_modal .prev,
.light_box_modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: #00afe1;
}

/* Position the "next button" to the right */

.light_box_modal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.light_box_modal .prev:hover,
.light_box_modal .next:hover {
  color: #fff;
}

/* Number text (1/3 etc) */

.light_box_modal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */

.light_box_modal .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.light_box_modal img.demo {
  opacity: 0.6;
}

.light_box_modal .active,
.light_box_modal .demo:hover {
  opacity: 1;
}

.right_side_lightbox {
  height: 100%;
}

.right_side_lightbox .column {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

/*----------------end------------------------*/

.cms_wraper {
}

.desc_calender .ui-multiselect {
  border: 1px solid #ccc;
  background: #fff;
  height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  width: 100% !important;
}

body .ui-multiselect-menu {
  border: 1px solid #ccc;
  width: 100% !important;
  max-width: 530px;
  border-radius: 8px;
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 10000;
  text-align: left;
  background: #fff;
}

body .ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 4px 8px;
  margin: 0;
}

.no_obligation {
  padding: 20px;
}

.no_obligation .icon_info {
  display: inline-block;
  margin-right: 16px;
  flex-shrink: 0;
}

.no_obligation h4 {
  margin: 0;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

/**/

/* Add css */

.msg-text h4 {
  margin: 0 5px 0 0;
}

div#msgicon img {
  width: 26px;
}

a#msgowner {
  align-items: center;
}

a#saveinstrument,
a#open_share_box {
  display: flex;
  align-items: center;
}

/* .blog-row a{ 
    background: transparent;
    height: auto;
    line-height: 20px;
    border-radius: 0;
    justify-content: flex-start;
    margin-top: 18px;
    font-size: 16px;
    font-family: verdana,geneva,sans-serif;
} */

.blog-row a {
  background: transparent;
  height: auto !important;
  border-radius: 0;
  justify-content: flex-start;
  font-size: 16px;
  font-family: verdana, geneva, sans-serif;
  margin: 0 0 0 0;
}

.blog-row a span {
  color: #00afe1 !important;
}

.blog-row a:before {
  content: none;
}

#contactsBox .modal-content {
  max-width: 500px;
  margin: 0 auto;
}

#contacts {
  cursor: pointer;
}
/* --------------------- */
h2 {
  margin: 0 0 16px 0;
  font-size: 32px;
  font-weight: 700;
  color: #242424;
  font-family: "GTWalsheimPro-Bold";
}
p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0;
}
.text-lg {
  font-size: 18px;
  line-height: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.formBox {
  background-color: #fff;
}
.category-titlebar {
  background: #fff;
  padding: 60px 0;
}
.content-sec h2:not(:first-child) {
  margin-top: 40px;
}
.content-sec .content-box {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.content-sec ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}
.content-sec ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.content-sec li a,
.content-sec a {
  color: #0052b4;
}

.content-sec ul li:last-child {
  margin-bottom: 0;
}
.content-sec ul li::marker {
  color: #00afe1;
}
