/*Start Common css*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Outfit", sans-serif !important;
    font-style: normal !important;
}
.top-menu li:first-child {
    border-left: 0px;
}
.partner-logo  img{
    object-fit: contain !important;
}
.text-red-600 {
    color: #F56565;
}
.w-35{
    width: 35% !important;
}
.container{
    max-width: 1540px !important;
    margin: 0 auto !important;
    padding: 0 50px !important;
}
.second-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}
.description {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;   
    font-weight: 400;
    font-family: "Outfit", sans-serif !important;
    color: #000;
    margin: 0px;
}
.title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    font-family: "Outfit", sans-serif !important;
    margin: 20px 0px 35px 0px;
}
.luebensoft-title {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    margin: 0;
    font-family: "Outfit", sans-serif !important;
}
.bg-black{
    background: black !important;
}
.common-button {
    background: transparent;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 22px;
    color: #fff !important;
    text-decoration: none;
    padding: 20px 34px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}
.luebensoft-header {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: 0.10px;
    margin: 0px;
}
.modal {
    background-color: #0000008f;
    padding: 0px 20px !important;
}
.modal .btn-close{
    position: absolute;
    right: -14px;
    color: #fff;
    opacity: 1;
    border: solid 1px #000;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
    top: -12px;
}
#selected_city_name,
#selected_country{
    width: 100%;
}
.about-button a:hover {
    border-color: #0079fc;
}
/*End Common css*/
/*Start Header css*/
button.navbar-toggler {
    display: none;
}
.top-bar {
    background-color: #000;
    padding: 10px 0px;
}
.top-menu {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.top-menu-link {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    gap: 10px;
}
.topbar-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
}
.top-menu li {
    padding: 0 15px;
    border-left: 1px solid #fff;
}
.top-menu-link img {
    height: 100%;
    width: 28px;
}
.topbar-selectbox option{
    color: black;
}
.topbar-selectbox{
    border: 0px !important;
    background: transparent;
    color: #fff;
    font-size: 18px;
    padding: 0px !important;
}
.navbar-brand img {
    width: 145px;
    height: auto;
}

.header-menu-list {
    margin: 0px;
    list-style-type: none;
    display: flex;
    padding: 0 10px;
    justify-content: center;
}

.header-menu-list .nav-item {
    padding: 0 15px;
}

.header-menu-list .nav-item .nav-link {
    font-size: 21px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
}
.contact-button{
    background: #0079fc;
    font-size: 18px;
    line-height: 22px;
    color: #fff !important;
    text-decoration: none;
    padding: 19px 10px;
    width: 100%;
    max-width: 229px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.contact-button span {
    padding-right: 15px;
}
.header-main-wrap {
    padding: 20px 0px;
}
header.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 2px 2px 6px #0000001f;
}
header.sticky .top-bar{
    display: none;
}
header.sticky .header-main-wrap{
    padding: 2px 0px;
}
header.sticky .navbar-brand img {
    width: 116px;
}
/*End Header css*/
/*Start Banner css*/
.luebensoft-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
}
.banner-content {
    padding: 85px 0px;
    max-width: 571px;
    width: 100%;
}
.sec-button {
    font-size: 18px;
    color: #fff !important;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    background-color: #0079fc;
    padding: 11px 37px;
    border-radius: 50px;
    display: inline-block;
}
.Features-button {
    font-size: 18px;
    color: #ffffff !important;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 18px 20px;
    background-color: #0079fc;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.3s;
}
.Features-button:hover {
    background-color: #000000;
    transform: scale(1.05);
}

.banner-errow-btn {
    margin-left: 10px;
    transition: transform 0.3s;
}

.Features-button:hover .banner-errow-btn {
    transform: translateX(5px);
}
.banner-errow-btn {
    width: 100%;
    max-width: 22px;
    margin-left: 10px;
}
.banner-btn {
/*    border-bottom: 1px solid #7f7f7f;*/
    padding-bottom: 25px;
    margin-bottom: 30px;
}
/*End Banner css*/
/*Start About css*/
.luebensoft-about {
    background-image: url(./image/Aboutus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
}
.about-content {
    max-width: 687px;
    padding: 50px 0px;
}
.common-button span {
    padding-right: 15px;
}
.luebensoft-product .luebensoft-header {
    position: relative;
}
.luebensoft-product .luebensoft-header:after {
    content: '';
    position: absolute;
    background-image: url(./image/errow-down.png);
    top: 8px;
    width: 100px;
    height: 150px;
    background-repeat: no-repeat;
}
.product-cart {
    background-color: #c6eff3;
    padding: 50px;
    border-radius: 37px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec-cart{
    background-color: #f9e7e4;
}
.third-cart{
    background-color: #cfd8fa;   
}
.product-cart h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.10px;
    color: #000000;
    margin-bottom: 20px;
}
.product-cart .description {
    color: #383737;
    padding-bottom: 20px;
}
.product-img img {
    width: 130px;
    height: 130px;
    text-align: right;
    object-fit: contain;
}
.product-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.product-btn img {
    width: 25px;
    position: relative;
}

.product-btn i {
    color: #20234b;
    border: 1px solid #20234b;
    width: 50px;
    height: 50px;
    font-size: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sec-cart .product-btn i {
    color: #ff552e;
    border: 1px solid #ff552e;
}
.third-cart .product-btn:before {
    color: #0a6aff;
    border: 1px solid #0a6aff;
}
/*End About css*/
.luebensoft-api-content {
    background-color: #f3f3f3;
    padding: 100px 0px;
    margin: 80px 0px;
}
.api-img {
    background: white;
    padding: 50px;
    width: 550px;
    height: auto;
    border-radius: 128px 0px  131px 0px;
    z-index: 9;
    position: relative;
}
.api-content-image {
    position: relative;
}
.api-content-image:before {
    content: '';
    background: #99a9fd;
    position: absolute;
    top: -50px;
    left: -36px;
    width: 84%;
    height: 100%;
}
.api-content-image:after {
    content: '';
    background: #b0d5fd;
    position: absolute;
    bottom: -50px;
    right: 35px;
    width: 84%;
    height: 100%;
}
.luebensoft-api-width {
    max-width: 415px;
    margin: 0 auto;
}
.api-content-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.api-content-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.api-content-list li {
    padding-bottom: 30px;
}
.api-list-text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.10px;
    font-weight: 400;
    color: #000;
    padding-left: 12px;
}
.dark-btn {
    background: #000;
    color: #fff !important;
}
.pricing-table-main-wrap {
    overflow-x: auto;
}
.pricing-table {
    border: 1px solid #a9a9a9;
    border-radius: 25px !important;
}

.pricing-table thead tr th {
    font-size: 22px;
    padding: 22px 85px;
    font-weight: 500;
    color: #0c0b0b;
    line-height: 28px;
    max-width: 320px;
    border-right: 1px solid #bdbdbd;
    text-align: center;
    border-bottom: none;
    vertical-align : middle;
}

.pricing-table tbody tr td {
    font-size: 22px;
    color: #000 !important;
    letter-spacing: 0.10px;
    text-align: center;
    border: 0px;
    padding: 10px;
}
.pricing-bg-odd {
    background: #f5f8fc !important;
}
.pricing-bg-even {
    background: #b0d5fd !important;
}
.pricing-table tbody tr td:first-child {
    text-align: left;
}
/* Start luebensoft Demo Form css*/
.luebensoft-demo-form {
    background-color: #f5f8fc;
    padding: 60px 0px;
}
.Sub-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;   
    font-weight: 500;
    color: #000;
    margin: 0px;
}
.expect-item {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.expect-list {
    padding-bottom: 40px;
}
.expect-text {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #000;
    margin: 0px;
    padding-left: 20px;
}
.luebensoft-expect-text {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.luebensoft-form-wrap {
    border: 1px solid #8c8b8b;
    background-color: #fff;
    padding: 30px;
    border-radius: 22px;
}

.luebensoft-form-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
.luebensoft-form-group-first input {
    width: 50%;   
}
.luebensoft-form-group-last {
   display: flex; 
   column-gap: 20px;
}
.luebensoft-form-group{
    width: 100%;
    margin-bottom: 20px;

}
.luebensoft-form-group input{
    width: 100%;
}
.luebensoft-form-group-first {
    width: 100%;
    display: flex;
    gap: 15px;
}
.luebensoft-form-group .error{
    color: #F56565;
}

.luebensoft-form input {
    border: 1px solid #dbdad9;
    padding: 12px 12px;
    border-radius: 8px;
}
.luebensoft-form-group select {
    border: 1px solid #dbdad9;
    padding: 12px 12px;
    border-radius: 8px;
    width: 100%;
}
.form-notice {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #7a7a7a;
}
.luebensoft-partner {
    border-top: 1px solid #c6c6c6;
    padding: 80px 0px;
    border-bottom: 1px solid #c6c6c6;
}
.partner-slider {
    width: 90%;
    margin: 0 auto;
  }
  .partner-slider .slick-slide {
    padding: 0 20px; /* Add horizontal padding to each slide */
  }
.review{
    display: flex;
}
.review-heading {
    font-size: 19px;
    font-weight: 500;
}
.review-text {
    margin-left: 20px;
}
.Stars span {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
    font-family: 'Outfit';
}
.review-imgs{
    display: flex;
    margin-left: 10px;
}
.review-imgs img {
    width: 43px;
    height: 43px;
    object-fit: cover;
    border-radius: 100px;
    border: solid 3px #fff;
    margin-left: -11px;
}
.Stars {
    display: block;
    font-size: 19px;
    font-family: Times;
    line-height: 1;
}
.Stars::before {
    content: "";
    letter-spacing: 3px;
    background: linear-gradient(90deg, #feae17 70%, #c5c5c5 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.partner-slider {
    width: 90%;
    margin: 0 auto;
  }
.partner-logo img{
    width: 100% !important;
}

.success-popup,
.fail-popup{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 999;
}
.success-popup p{
    background: white;
    padding: 14px 40px;
    width: max-content;
    margin-left: auto;
    border-radius: 14px;
    margin-top: 10px;
    box-shadow: 0px 0px 7px #979797;
    color: green;
    margin-right: 10px;
}
.luebensoft-footer-link{
    color: #fff !important;
    text-decoration: none;
}
.fail-popup p{
    background: white;
    padding: 14px 40px;
    width: max-content;
    margin-left: auto;
    border-radius: 14px;
    margin-top: 10px;
    box-shadow: 0px 0px 7px #979797;
    color: red;
    margin-right: 10px;
}
.success-popup svg,
.fail-popup svg{
    margin-right: 16px;
}
/* end luebensoft Demo Form css*/

/* start footer css*/
.luebensoft-footer {
    background-color: #032054;
    text-align: center;
    padding: 30px 0px 40px 0px;
}

.footer-logo {
    width: 100%;
    max-width: 290px;
    height: auto;
}
.pricing-table tbody tr:nth-child(even) td {
    background-color: #fff !important;
}

.pricing-table tbody tr td:nth-child(odd) {
    background-color: #e9ebef !important;
}

.pricing-table tbody tr:nth-child(even) td {
    background-color: #fff !important;
}
.footer-menu {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    border-bottom: 1px solid #fff;
}

.footer-menu-list {
    padding: 0 40px;
}

.footer-menu-list a {
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 28px;
}

.footer-bottom-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    float: left;
}

.footer-bottom-list li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #fff;
    padding-right: 30px;
}
.footer-menu-list {
    margin-bottom: 10px;
}
.footer-menu-list a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s, border-bottom 0.3s; 
    padding-bottom: 5px; 
    position: relative; 
}
.footer-menu-list a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff; 
    transition: width 0.3s; 
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-menu-list a:hover {
    color: #ffffff;
}
.footer-menu-list a:hover::after {
    width: 100%;
}
.copyright-text {
    text-align: end;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #fff !important;
}
.copyright{
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #fff !important;
}
.save-btn {
    max-width: 150px !important;
    width: 100%;
}
.cancel-btn {
    width: 100%;
    max-width: 150px !important;
}
/* End footer css*/

/* Login css*/
form.form-login-main{
    background: #f1f8ff;
    padding: 50px 20px;
}
form .form-login{
    max-width: 430px;
    margin: 0px auto;
    background: #ffffff;
    box-shadow: 0px 0px 10px #00000059;
    padding: 35px;
}
.form-login input{
    border: solid 1px #b8b8b8;
    padding: 10px 20px;
    width: 100%;
}
.form-login input[type="checkbox" i] {
    width: auto;
}
.form-login label {
    display: inline-block;
    font-weight: 500;
}
.form-login [type=submit] {
    width: 100%;
    margin: 0px !important;
    background: #0079fc;
    border-radius: 5px;
    border: inherit !important;
    margin-top: 20px !important;
    padding: 12px 20px !important;
    font-size: 18px;
    color: #fff !important;
}
.navbar-toggler:focus {
    box-shadow: inherit !important;
}
.cancel-btn-nav{
    display: none;
}
/* End Login css*/
/*Start Online Calculator CSS*/

#progressInput {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.progress-label {
    font-size: 16px;
    margin-top: 10px;
}
.luebensoft-calculator {
    border: 2px solid #c8c8c8;
    padding: 15px 40px;
    display: inline-block;
    width: 100%;
}
.calculator-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
}
.calculator-num-title {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.10px;
    font-weight: 500;
    padding-top: 30px;
}
.calculator-content input {
    background-color: #fff;
    border: 1px solid #0077f8;
    border-radius: 50%;
    cursor: pointer;
    height: 23px;
    width: 23px;
    display: inline-block;
    position: relative;
    z-index: 1; /* Add z-index */
}

.calculator-content label:after {
    content: "";
    opacity: 0;
    background: #0079fc;
    border: 4px solid #0079fc;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    z-index: 2; /* Add z-index */
}
.calculator-content-inner {
    display: flex;
    align-items: center;
    margin-left: 0px;
}
.calculator-content span:not(#reason_for_stay-error) {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.10px;
    color: #383737;
    margin-left: 10px;
}
.calculator-content input[type="checkbox"] {
    visibility: hidden;
}
.calculator-content input[type="checkbox"]:checked + label {
    border-color: #0079fc;
}
.calculator-content input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.calculator-num-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.calculator-title{
    font-size: 20px;
    letter-spacing: 0.10px;
    font-weight: 500;
}
.calculator-num-stayer{
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 30px;
}
.calculator-content-inside {
    width: 100%;
    display: flex;
    margin-bottom: 4px;
    text-align: center;
    align-items: center;
}
.qc-number-stayers {
    width: 100%;
    display: flex;
    margin-bottom: 4px;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0px !important;
}
.qc-border-bottom{
    border-bottom: none !important;
}
.calculator-content-inside h3 {
    color: #383737;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.10px;
    margin: 10px;
}
.calculator-content-inside select {
/*    margin-left: 10px;*/
    width: 63px;
    height: 38px;
    border: 1px solid #989897;
    outline: none;
    padding: 5px 10px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="10" width="10" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%230079fc" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>')no-repeat;
    background-size: 16px;
    background-position: calc(100% - 4px) 10px;
    background-repeat: no-repeat;
    appearance: none;
}
 .luebensoft-roomrate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.luebensoft-roomrate input {
    width: 120px;
    height: 38px;
    border: 1px solid #989897;
    outline: none;
    padding: 10px;
} 
.luebensoft-or {
    text-align: center;
    position: relative;
    font-size: 20px;
    line-height: 5px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.luebensoft-or:before {
    content: '';
    position: relative;
    /* left: 35%; */
    /* top: 14px; */
    width: 45px;
    height: 1px;
    background: #989898;
}
.luebensoft-or:after {
    content: '';
    position: relative;
    /* right: 35%; */
    /* top: 14px; */
    width: 45px;
    height: 1px;
    background: #989898;
}
.calculator-info span {
    color: #6a6a6a;
    font-size: 18px;
    font-weight: 400;
}
.calculator-info img {
    padding-right: 10px;
    margin-top: -5px;
}
.calculator-btn {
    background: #000;
    color: #fff !important;
    float: right;
}
.luebensoft-calculator-main {
    border: 2px dashed #0079fc;
    background: #eef6ff;
    padding: 45px;
}
.luebensoft-api-calculator .second-container {
    padding-right: 20px;
    margin-top: 25px;
}
.calculator-inner-title {
    font-size: 20px;
    color: #383737;
    line-height: 28px;
    letter-spacing: 0.10px;
    font-weight: 500;
}
.luebensoft-calculator-rate input {
    width: 120px;
    height: 38px;
    border: 1px solid #989897;
    outline: none;
    padding: 10px;
}
.luebensoft-calculator-rate {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #989898;
    padding-bottom: 25px;
    margin-bottom: 25px;
    align-items: center;
}
.common-button {
    background: transparent;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 22px;
    color: #fff !important;
    text-decoration: none;
    padding: 20px 34px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    position: relative;
}
.contact-button:before,
.common-button:before{
    content: '';
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 25px;
    height: 25px;
    background-color: #0a0a0a;
    border-radius: 20px 0px 7px 0px;
}
.common-button:before{
    background-color: #0079fc;
}
.calculator-btn {
    background: #000;
    color: #fff !important;
    float: right;
}
.api-sidebar-list {
    padding-bottom: 20px;
    display: flex;
    gap: 22px;
    align-items: center;
}
.api-sidebar-list span {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.10px;
    padding-right: 25px;
    margin: 0;
}
.api-sidebar-list input {
    border: 1px solid #bdbdbc;
    padding: 8px 10px;
    width: 100%;
    background: #dfdfdf;
    border-radius: 6px;
    outline: none;
}
.api-sidebar-baseline {
    align-items: baseline;
}
.api-sidebar-list p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.10px;
    font-weight: 400;
    color: #605f5f;
    margin: 0px;
    padding: 0;
}
.api-sidebar-list p a {
    color: #0079fc;
    text-decoration: none;
}
.api-sidebar-baseline img {
    top: 8px;
    position: relative;
}
.luebensoft-request-list h3 {
    font-size: 22px;
    line-height: 24px;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.luebensoft-request-list ul {
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.luebensoft-request-list ul li {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
}
.luebensoft-request-list ul li:nth-child(2) {
    color: #858585;
    font-size: 16px;
}
.sidebar-building {
    width: 100%;
    max-width: 220px;
    margin-left: auto;
    display: block;
    margin-right: -27px;
}
.sidebar-button-bottom {
    background: #0079fc;
    padding: 30px 30px 20px 30px;
    display: flex;
    gap: 6px;
    position: relative;
}
.sidebar-button-bottom a {
    color: #fff !important;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.10px;
    text-decoration: none;
    display: inline-block;
}
.slider-errow {
    width: 100%;
    max-width: 30px;
    height: auto;
    position: absolute;
    right: 22px;
}
.api-sidebar-first span {
    margin-right: auto;
}
.api-sidebar-list form {
    width: 100%;
}
.contact-button:hover:before, .common-button:hover:before{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 1;
    color: #fff !important;
}
.contact-button:hover span, .common-button:hover span{
    position: relative;
    z-index: 9;
}
.contact-button:hover img, .common-button:hover img{
    z-index: 9;
    position: relative;
}
/* Chrome, Safari, Edge, Opera */
.luebensoft-calculator-rate input::-webkit-outer-spin-button, 
.luebensoft-calculator-rate input::-webkit-inner-spin-button,
.calculator-content-inside input::-webkit-outer-spin-button, 
.calculator-content-inside input::-webkit-inner-spin-button,
.luebensoft-roomrate input::-webkit-outer-spin-button, 
.luebensoft-roomrate input::-webkit-inner-spin-button  {
  -webkit-appearance: none;
  margin: 0;
}
.calculator-content-inside input{
    width: 115px;
    height: 38px;
    border: 1px solid #989897;
    outline: none;
    margin: 5px;
    border-radius: 0px;
    padding: 10px;
    margin-left: auto;
}
/* Firefox */
.luebensoft-calculator-rate input[type=number], .luebensoft-roomrate input[type=number]{
  -moz-appearance: textfield;
}
.calculator-inside-img {
    max-width: 28px;
    height: 28px;
    margin: 10px;
}
.luebensoft-api-sidebar {
    background: #f3f3f3;
    padding: 30px 30px 10px 30px;
    border-left: 1px solid #d5d5d5;
}
.luebensoft-api-container, .luebensoft-calculator-container {
    overflow: hidden;
}
.city-name-inside,
.date-inside{
    margin-bottom: 10px;
}
.date-inside {
    /* flex-wrap: wrap; */
    justify-content: space-between;
}
.city-name-inside h3,
.date-inside h3{
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.10px;
    margin: 0;
    color: #000000;
    font-weight: 500;
    text-align: left;
}
/*.date-inside h3{
    width: 100%;
    display: inline-block;
    max-width: 110px;
}*/
#selected_date{
    width: 100%;
}
.online-calc{
    border-bottom: 1px solid #c8c8c8;
}
.no-border{
    border: none !important;
}
.qc-mt-2{
    margin-top: -0.5rem !important;
}
.online-calc:last-child{
    border: none;
}

/*End Online Calculator CSS*/

.nav-tabs#API-platform .nav-item.show .nav-link, .nav-tabs#API-platform .nav-link.active {
  border: inherit;
  border-bottom: solid 2px #0079fc;
}
.nav-link {
    transition: color 0.3s, border-bottom 0.3s !important;
    padding: 0px !important;
    padding-bottom: 5px !important;
    position: relative;
}
.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
}
.nav-link:hover {
    color: #007BFF;
}
.nav-link:hover::after {
    width: 100%;
}
.table-hover-btn {
    max-width: 150px;
    margin: 0 auto;
}
.product-cart {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-cart:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.product-image:hover .product-img img {
    transform: scale(1.1);
}
.product-btn:hover i {
    background-color: #20234b;
    color: #fff;
    transform: scale(1.1);
}
.sec-cart .product-btn:hover i {
    background-color: #ff552e;
    color: #fff;
}
#API-platform{
    flex-wrap: nowrap;
}
.nav-tabs#API-platform .nav-link {
    padding-left: 0px;
    font-size: 15px;
    padding-right: 0px;
    text-align: center;
    font-weight: 500;
    color: #000 !important;
    height: 100%;
}

@media (min-width: 991px) and (max-width:1120px){
    .description{
        max-width: 360px;
    }
}
@media (min-width: 768px) {
    .sticky-active{
        position: fixed;
        top: 5px;
        width: 27.9%;
    }
}
@media (min-width: 768px) and (max-width:990px){
    .sticky-active{
        position: fixed;
        top: 5px;
        width:36.666667%;
    }
}

@media (min-width: 1600px) {
    .luebensoft-or:before {
        left: 38%;
    }
    .luebensoft-or:after {
        right: 38%;
    }
}
@media (max-width: 1180px) {
    .luebensoft-calculator-rate{
        flex-wrap: wrap;
    }
    .luebensoft-calculator-rate input {
        width: 100%;
    }
   
}
@media (max-width: 1345px) {
    #selected_date {
    width: 100%;
}
}
 @media(max-width:1024px){
    .luebensoft-form-group-last {
        flex-wrap: wrap;
    }
    .select-menu {
    max-width: 150px;
}
.luebensoft-form-group {
    width: 100% !important;
    margin-bottom: 20px;
}
}
@media (max-width: 1200px) {
    .luebensoft-calculator {
        padding: 30px 25px;
    }
}
@media (max-width: 1120px) {
    .contact-button {
        max-width: 170px;
    }
    .header-menu-list .nav-item {
        padding: 0px 12px;
    }
    .api-img {
        padding: 30px;
        width: 410px;
    }
    .api-content-image:after {
        right: 0px;
    }
}
@media only screen and (min-device-width: 991px) and (max-device-width: 1120px) {
    .api-content-image:before {
        left: -30px;
    }
    .luebensoft-calculator {
        padding: 30px 15px;
    }
    .calculator-content-inside select {
        width: 48px;
    }
}
/* Media query for screens smaller than 768px */
@media (max-width: 1266px) {
    
    .header-menu-list .nav-item .nav-link {
        font-size: 18px;
    }
    .topbar-container {
        padding: 0 0px;
    }
}
@media (max-width: 1120px) {
    .contact-button {
        max-width: 170px;
    }
    .api-img {
        padding: 30px;
        width: 410px;
    }
    .api-content-image:before {
        left: -22px;
    }
    .api-content-image:after {
        right: 0px;
    }
}
@media (max-width: 991px) {
    .header-menu-list{
        display: none;
    }
   #navbarSupportedContent {
        display: none;
        position: absolute;
        z-index: 999;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 0px;
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        z-index: 999999;
        padding: 20px;
    }
    #navbarSupportedContent.active-toggle{
        display: block;
    }
    button.navbar-toggler {
        display: block;
        width: 100%;
        text-align: end;
    }
    .product-cart {
        padding: 20px;
        border-radius: 37px;
    }
    .api-img {
        max-width: 850px;
        width: 100%;
    }
    .api-content-image:after {
        right: -14px;
    }
    .api-content-image {
        margin-bottom: 80px;
    }
    li.footer-menu-list {
        padding: 0 20px;
    }
    .luebensoft-calculator-container .second-container{
        padding-right: 50px !important;
    }
    .cancel-btn-nav {
        display: block;
        position: absolute;
        top: 13px;
        right: 20px;
        font-size: 25px;
        background: #000;
        color: #fff;
        border-radius: 50px;
        padding: 5px 13px 10px 13px;
        line-height: 1;
        font-size: 21px;
    }
    .header-menu-list{
        display: block;
        margin-top: 20px;
    }
    .product-cart h3 {
        font-size: 24px;
    }
    .product-img img {
        margin-top: 10px;
    }
    .luebensoft-banner {
        background-position: top right;
        background-size: 100%;
        max-width: 100%;
        width: 100%;
        padding-top: 37%;
    }
    .banner-content {
        max-width: inherit;
    }
}
@media (max-width:850px) {
   .calculator-content-inside select {
        width: 44px;
/*        margin-left: 5px;*/
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 20px !important;
    }
    .second-container {
        padding: 0 20px;
    }
    .product-cart {
        padding: 30px;
        margin-bottom: 30px;
        height: auto;
    }
    .luebensoft-api-width {
        width: 100%;
        max-width: 100%;
    }
    .title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .about-content {
        padding: 50px 0px;
    }
    .luebensoft-title {
        font-size: 30px;
        line-height: 38px;
    }
    .luebensoft-header,
    .luebensoft-expect-text {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .luebensoft-header{
        margin-bottom: 0px;
    }
    .luebensoft-form-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    img.expect-software-img {
        margin-bottom: 20px;
    }
    .footer-bottom{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-bottom-list {
        padding-bottom: 15px;
    }
    .luebensoft-footer img {
        max-width: 200px;
    }
    .luebensoft-api-content {
        background-color: #f3f3f3;
        padding: 70px 0px 50px 1px;
        margin: 20px 0px 40px 0px;
    }
    .copyright-text {
        text-align: center;
    }
    .footer-bottom-list {
        float: none;
        justify-content: center;
    }
    .slick-slide img {
        width: 100%;
    }
    .partner-slider .slick-slide {
        padding: 0px 8px;
    }
    .luebensoft-partner {
        padding: 40px 0px;
    }
    .contact-button {
        padding: 10px;
        margin: 8px 3px 0px 7px;
        max-width: 250px !important;
        /* display: inline-block; */
    }
    .calculator-content-inside select {
        width: 63px;
/*        margin-left: 10px;*/
    }
    .luebensoft-api-content {
        padding: 79px 0px 50px 0px;
        margin: 40px 0px;
    }
    .banner-content {
        padding: 55px 0px;
    }
    .about-content {
        max-width: 500px;
        padding: 80px 0px;
    }
    .pricing-table thead tr th {
        padding: 15px 30px;
        max-width: 300px;
    }
    .pricing-table tbody tr td {
        font-size: 18px;
    }
    .switch {
        float: left;
    }
    .luebensoft-api-container .second-container, .luebensoft-calculator-container .second-container  {
        padding: 0 20px !important;
    }

}   
@media (max-width: 767px) {
    .qc-demo-sticky {
        position: relative !important;
        top: 0 !important;
    }
}
@media (max-width: 726px) {
    .footer-menu-list {
        padding: 0px 8px;
    }
    .footer-menu {
        display: grid;
        gap: 10px;
    }
    .calculator-content-inside div,
    .calculator-content-inside h3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 600px) {
    .luebensoft-product .luebensoft-header:after {
        top: 30px;
        right: 0px;
    }
    .expect-software-img {
        width: 100%;
    }
    .top-menu-link {
        font-size: 15px;
        gap: 3px;
    }
    .top-menu-link img {
        width: 22px;
    }
    .sec-button {
        font-size: 16px;
        padding: 9px 23px;
    }
    .Features-button {
        font-size: 16px;
        padding: 9px 20px;
    }
    .contact-button:before, .common-button:before {
        width: 13px;
        height: 13px;
    }
    .banner-errow-btn {
        max-width: 17px;
    }
    .expect-text,
    .api-list-text {
        font-size: 16px;
        line-height: 23px;
        position: relative;
        top: -3px;
    }
    .expect-list,
    .api-content-list li {
        padding-bottom: 12px;
        display: flex;
        align-items: flex-start;
    }    
    .form-notice,
    .description {
        font-size: 16px;
        line-height: 20px;
    }
    .luebensoft-form-wrap {
        padding: 17px;
    }
    .common-button {
        font-size: 16px;
        line-height: 22px;
        padding: 12px 10px;
    }
    .luebensoft-banner {
        background-position: top right;
        background-size: 610px;
        max-width: 100%;
        width: 100%;
        padding-top: 205px;
    }
    .banner-content {
        padding: 85px 0px 0px 0px;
    }
    .api-img {
        max-width: 400px;
    }
}
@media (max-width: 520px) {
    .header-main-wrap{
        justify-content: space-between !important;
    }
    button.navbar-toggle {
        width: unset;
        text-align: unset;
        margin-right: 20px;
    }
    .calculator-content-inside select {
        width: 52px;
    }
}
@media (max-width: 576px) {
    .calculator-content-inside {
        margin-bottom: 20px;
        grid-template-columns: 20px1fr 1fr;
    }
    .calculator-content-inside input {
        width: 70px;
    }
    .city-name-inside,
    .date-inside{
        width: 100%;
        margin-bottom: 20px;
        display: flex;
    }
    .calculator-content-inside select {
        width: 63px;
    }
    .title {
        font-size: 32px;
    }
    .luebensoft-title {
        font-size: 32px;
        line-height: 37px;
    }
    .luebensoft-expect-text {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .luebensoft-header {
        font-size: 34px;
    }
    .luebensoft-demo-form {
        padding: 30px 0px;
    }
    .sec-button {
        padding: 7px 30px;
    }
    .product-cart h3 {
        font-size: 32px;
        margin-bottom: 15px;
    }
}
@media (max-width: 545px) {
    .luebensoft-api-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
    }
    .luebensoft-bodytab {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    .luebensoft-bodytab-list a {
        width: 100%;
        display: inline-block;
    }
}
@media (max-width: 450px) {
    .api-img {
        max-width: 310px;
    }
    .api-content-image:before {
        top: -30px;
        height: 90%;
    }
    .api-content-image:after {
        bottom: -30px;
        height: 90%;
    }
    .api-content-image {
        margin-bottom: 60px;
    }
    .api-list-text {
        font-size: 16px;
    }
    .api-content-list li {
        padding-bottom: 20px;
    }
    .top-menu li {
        padding: 0 5px;
    }
    .top-menu-link {
        font-size: 16px;
        gap: 8px;
    }
    .top-menu-link img {
        width: 22px;
    }
    .contact-button {
        max-width: 160px;
    }
    .navbar-brand img {
        width: 125px;
    }
    .footer-bottom {
        justify-content: start;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 850px) {
    .luebensoft-api-tab {
        margin-right: 3px;
    }
    .luebensoft-api-sidebar {
        padding: 30px 20px 10px 20px;
    }
    .api-sidebar-list {
        gap: 10px;
    }
}

