.tab.quote-list-tab .default-btn {
    border: none;
}

.modal.show {
    top: 20%;
    display: block;
}

font.notetext {
    color: #d90000 !important;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span.span {
    display: inline-block;
    width: 70%;
    color: #555555;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    display: flex;
}

.services-area.bg-color.pt-100.pb-70 .section-title {
    max-width: 100%;
}


.navbar-brand img {
    padding-left: 40px;
}

form {
    margin-block-end: 0em;
}

.additional-information span {
    font-weight: 700;
}

.single-counter p {
    height: 65px;
}

.
element.style {
    background-image: none;
}

.banner-area.bg-1 {
    background-image: url(../../assets/img/banner/banner-bg-1.jpg);
}

.banner-area {
    /*height: 500px;*/
}

.new-price {
    font-weight: 700;
}

.banner-content h1 {
    color: #fff;
}

.banner-content h2 {
	margin-bottom: 35px;
    color: #fff;
	font-size: 60px;
	font-family: "Rose-Mystica";
    font-weight: normal;
}

.single-team-member .team-content {
  /*  height: 120px;*/
}

.top-header {
    background-color: transparent;
}

.mototaxi-bg {
    background-image: url(assets/img/bg/mototaxi.webp)
}

.banner-area.banner-area-three {
    overflow: visible;
}

.banner-area.banner-area-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
    z-index: -1;
    opacity: 0.5;
}

.banner-area-three .banner-content p {
    color: #fff;
}

.top-header .header-left-content {
    text-align: center;
}

.modal {
    background: rgba(107, 107, 107, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: calc(var(--vhForModal, 1vh) * 100);
    width: 100vw;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .1s, opacity .3s ease;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.modal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.modal .modal__wrap {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
}

.modal .modal__wrap .l-section {
    margin-bottom: 0rem;
}

@media (max-width: 767px) {
    .modal .modal__wrap {
        margin: 21px;
        width: 100% !important;
        height: auto !important;
    }
}

.modal-close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 15px;
    content: "";
    cursor: pointer;
    z-index: 10;
}

.modal .form-control {
    margin-bottom: 20px;
}

.modal .main-user-consent-request {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px !important;
}

body.hide {
    overflow: hidden;
}

.modal .quote-price-content {
    padding: 30px;
    margin-top: 0px;
}

.modal .form-group input, .courses-form .form-group input {
    height: 50px;
    width: 100%;
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    border-color: #dddddd;
    background-color: #ffffff;
    color: rgb(3, 12, 12);
}

select {
    height: 50px;
    width: 100%;
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    color: rgb(3, 12, 12);
}

#errors {
    color: #fff;
}

.modal-success {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(42, 43, 49, .3);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    z-index: 8900;
    padding: 50px 48px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
    display: none;
    align-items: center;
    justify-content: center
}

.modal-success .modal-content {
    background: #fff;
    width: 665px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 80px 114px;
    position: relative
}

.modal-success .modal-content .close-modal {
    position: absolute;
    top: 30px;
    right: 30px;
    background: 0 0;
    border: none;
    cursor: pointer
}

.modal-success .modal-content h3 {
    color: var(--purple-color);
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.modal-success .modal-content p {
    color: var(--dark-color);
    text-align: center;
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 30px
}

.modal-success.active {
    opacity: 1;
    pointer-events: all;
    display: flex;
}

.top-header .header-left-content li .basket-line-block:last-child {
    display: none;
}

.top-header .header-left-content li .basket-line-block:first-child {
    display: flex;
    margin-bottom: 0 !important;
}

.basket-line-block-icon-profile:after {
    display: none;
}

.top-header .header-left-content li a:hover {
    color: #FFF;
}

.quote-price-content-auth {
    background-color: transparent;
}
.js-register-form-manual .default-btn {
  background-color: #030c0c;
  color: #ffffff;
}
