@import url(font.css);
html, body {
    overflow-x: hidden;
}
body {
    font-family: 'tahomaregular';
    font-style: normal;
}
iframe {
    max-width: 100%;
}
.tacbox {
  display:block;
  padding: 1em;
  margin: 2em;
  border: 3px solid #ddd;
  background-color: #eee;
  max-width: 800px;
  }
/* .sib-form-block {
    padding: 0 16px;
    word-wrap: break-word;
    outline: none;
    position: relative;
}
.sib-form-block__button {
    display: inline-block;
    padding: 8px 18px;
    border: none;
    overflow-wrap: break-word;
    max-width: 100%;
    cursor: pointer;
    position: fixed;
    bottom: 248px;
    left: 399px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.sib-form .entry__field {
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border: 1px solid #c0ccda;
    border-radius: 3px;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0.25rem 0;
    max-width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
} */
.loader-wrapper {
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: #fff;
    /* Above .pages-header / .home-header (9999) so the full viewport is covered while loading */
    z-index: 100001;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #9747FF;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1.3s linear infinite; /* Safari */
    animation: spin 1.3s linear infinite;
    position: fixed;
    top:calc(50% - 60px);
    left:calc(50% - 60px);
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
@media all and (min-width:1400px) {
	.container {
		max-width: 80%;
	}
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'tahomabold';
}

.nav-item {
    text-decoration: none;
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
	transition: all 0.2s ease-in-out;
}

.nav-item:hover{
    text-decoration: none;
    font-weight: 400;
    font-family: 'tahomabold';
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}


.nav-item:active{
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    font-family: 'tahomabold';
    line-height: 24px;
    color: #000000;
}


.nav-item:focus{
    text-decoration: none;
    font-weight: 400;
    font-family: 'tahomabold';
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.nav-padding {
    padding: 35px 0;
}

.logo {
    font-style: normal;
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 19px;
    line-height: 25px;
}

.input-form {
    background: #F8F8F8;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.12);
}

.font-2fa{
    font-size: 14px;
}

.heading-2fa-2 {
    font-family: 'tahomabold';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 57px;
    color: #9747FF;
}

.heading-2fa-1 {
    font-family: 'tahomabold';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 57px;
    color: #9747FF;
}

.heading-2fa {
    font-family: 'tahomabold';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 57px;
    color: #9747FF;
}

.heading-1 {
    font-family: 'tahomabold';
    font-style: normal;
    font-weight: 600;
    font-size: 43px;
    line-height: 57px;
    color: #9747FF;
}

.para-1 {
    font-size: 14px;
    line-height: 21px; 
    font-weight: 500;
    font-family: 'tahomaregular';
    
    color: #484848;
}

.input-field {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    outline: none;
    font-size: 12px;
}

.send-btn-2fa {
    background: #4299e1 !important;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    height: 35px !important;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}

.send-btn {
    background: #9747FF;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    height: 35px !important;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}
button:disabled, .send-btn-claims:disabled, .submit-btn:disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed;
    opacity: 0.7;
}
.bg-removal{
    background-color: white;
}
.send-btn-claims {
    background: #9747FF;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    height: 35px !important;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}
.inviter-button:active{
    background-color: #b580fb !important;
    border-color: #9747FF !important;
}
.inviter-button:focus{
    background-color: #b580fb !important;
    box-shadow: none !important;
    border-color: #9747FF !important;
}
.inviter-button:hover{
    position: absolute;
    font-family: 'tahomabold';
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0px;
    line-height: 52px;
    font-size: 25px;
    white-space: nowrap;
    right: 15px;
    left: 15px;
    margin-top: 45px;
    font-weight: bold;
    background-color: #b580fb;
    border-color: #9747FF;
    text-decoration: underline;
    letter-spacing: 1px;
}
.inviter-button{
    position: absolute;
    font-family: 'tahomabold';
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0px;
    line-height: 52px;
    font-size: 25px;
    white-space: nowrap;
    right: 15px;
    left: 15px;
    margin-top: 45px;
    font-weight: bold;
    background-color: #9747FF;
    border-color: #9747FF;
    letter-spacing: 1px;
}
.scrap-btn:hover {
    background: #9747FF;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: underline;
    height: 35px !important;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}
.scrap-btn {
    background: #9747FF;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    height: 35px !important;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}
.scrap-btn-lukk:hover {
    background: #667382;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: underline;
    height: 35px !important;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    border: 0;
    margin-top: 8px !important;
    width: 100% !important;
}
.scrap-btn-lukk {
    background: #667382;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    height: 35px !important;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    border: 0;
    margin-top: 8px !important;
    width: 100% !important;
}
.scrap-font{
    font-size: 14px;
} 
.claim-license-button{
    max-width: 156px !important;
}
.span-icon-style{
    
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;

}
.icon-style{
    width: 1em; 
    height: 1.3em;
}
.icon-style1{
    width: 1em; 
    height: 1.3em;
    animation: rotateSpinner 1s linear infinite;
}
@keyframes rotateSpinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.loader-text {
    position: relative;
    font-weight: 800;
}
.loader-text::after {
    content: "";
    animation: dots 1.5s steps(4, end) infinite;
}
@keyframes dots {
    0%   { content: ""; }
    20%  { content: "."; }
    40%  { content: ".."; }
    60%  { content: "..."; }
    80%  { content: "...."; }
    100% { content: "....."; }
}
.license-input{
    position: relative;
}
 .detail-button {
  max-width: 100px;
 }

.send-btn-4 {
    background: #9747FF;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #FFFFFF;
    /* height: 27px; */
    padding-left: 10px;
    padding-right: 10px;
}

.send-btn-3 {
    background: #9747FF;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #FFFFFF;
    /* height: 27px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
}

.errorlist {
    position: relative;
    top: 76px; 
    padding-left: 15px;
    font-size: 11px;
    color: #dc3545!important;
}
.error-price {
    display: none;
    padding-left: 3px;
    padding-top: 6px;
    font-size: 11px;
    color: #dc3545 !important;
}
.errorlist.nonfield {
    position: absolute;
    margin-top: 96px;
    padding-left: 15px;
    font-size: 11px;
    color: #dc3545!important;
}
 .detail-button {
  max-width: 100px;
 }

.send-btn:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.send-btn-1 {
    background: #9747FF;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #FFFFFF;
    height: 31px;
    padding-left: 15px;
    padding-right: 15px;
}

.send-btn-2 {
    background: #9747FF;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #FFFFFF;
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
}


.form-container {
    padding: 55px 20px 0px 60px;
}

::placeholder {
    font-size: 12px;
    font-weight: 500;
    font-family: 'tahomaregular';
    line-height: 18px;
/* identical to box height */


    /* identical to box height */
    
    color: #C3C3C3;
}

.contain-borders {
    border-top: 0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
}

.input-group-footer {
    border-radius: 0px !important;
    border: 1px solid #000000;
    height: 40px;
}

.input-group-text {
    background-color: #9747FF;
    border: 1px solid #000000;
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    border-radius: 0px !important;
    color: #FFFFFF;
}

.logo-para {
    font-weight: 400;
    font-family: 'tahomaregular';
    font-size: 12px;
    line-height: 18px;
}

.input-question {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    
    color: #000000;
}

.last-para {
    font-weight: 300;
    font-family: 'tahomaregular';
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    
    color: #393939;
}

.footer-nav-item {
    font-size: 14px;
    line-height: 21px;
    display: block;
    color: #383838;
    text-decoration: none;
    font-weight: 500;
    font-family: 'tahomaregular';
}

.footer-headings {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    
    color: #000000;
}

.copy-right {
    font-weight: 400;
    font-family: 'tahomaregular';
    font-size: 14px;
    line-height: 21px;
    float: right    ;
    color: #212529;
    padding: 12px 0px;
}
.heading-services.main-heading {
    font-size: 43px;
}
.heading-services1 {
    font-style: normal;
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 30px;
    color: #9747FF;
    margin:60px 0 30px;
    margin-top: 10px;
}
.potiential-title {
    font-style: normal;
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 21px;
    color: #9747FF;
    margin-top: 10px;
}
.scrap-title {
    font-style: normal;
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 18px;
    color: #9747FF;
}
.scrap-label{
    font-size: 12px;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    padding: 20px;
    right: 50%;
}
.modal-body{
    /* max-height: calc(100vh - 200px); */
    max-height: 530px;
    overflow-y: auto;
}
.heading-services {
    font-style: normal;
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 30px;
    color: #9747FF;
    margin:60px 0 30px;
}
.heading-services-2 {
    font-style: normal;
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 30px;
    color: #9747FF;
    margin:60px 0 15px;
}
.heading-services-3 {
    font-style: normal;
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 30px;
    color: #9747FF;
    margin:0px 0 15px;
}

.services-para {
    font-weight: 500;
    font-family: 'tahomaregular';
    font-size: 16px;
    line-height: 30px;
    
    color: #000000;
}

.services-para-1 {
    font-weight: 500;
    font-family: 'tahomaregular';
    font-size: 16px;
    line-height: 30px;
    /* or 219% */
    
    color: #424242;
}

.para-caps {
    font-family: 'tahomaregular';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 33px;
    
    color: #000000;
}

.services-para-2 {
    font-family: 'tahomaregular';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    
    color: #000000;
}

.kamp-container {
    background-color: #F2F2F2;
    text-align: center;
}

.kamp-heading {
    font-family: 'tahomaregular';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    /* identical to box height */
    
    
    color: #000000;
}

.kamp-sub {
    font-family: 'tahomaregular';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    
    color: #000000;
}

.kamp-para {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    
    color: #000000;
}

.enroll-btn {
    background: #9747FF;
    font-family: 'tahomaregular';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    border: none;
    height: 31px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
}

.services-para-2 {
    font-weight: 700;
    font-family: 'tahomabold';
    font-size: 16px;
    line-height: 24px;
    
    color: #000000;
}

.input-form-services {
    font-family: 'tahomaregular';
    padding: 35px 50px;
    background: #F3F3F3;
    border-radius: 10px;
}

.input-field-services {
    font-family: 'tahomaregular';
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid rgba(0,0,0,0.5);
    color:#000;
    border-radius: 5px;
    height: 35px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding-left: 15px;
}
.input-field-services1{
    margin-top: 10px;
    font-family: 'tahomaregular';
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid rgba(0,0,0,0.5);
    color:#000;
    border-radius: 5px;
    height: 35px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding-left: 15px;
}

.custom-control-input {
    transform: scale(50);
}
.checkbox-label1 {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #444444;  
}
.checkbox-label {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    padding-left: 30px;
    margin-top: -20px;
    color: #4D4D4D;
}

.input-text-services {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    padding:0;
    width:100%;
    
    color: #000;
}
.input-text-services select {
    height: 35px;
    border:1px solid rgba(0,0,0,0.5);
}

.input-text-services .form-label {
    color:#000;
}


.check-heading {
    font-weight: 700;
    font-family: 'tahomabold';
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    
    
    color: #000000;
}

.textarea-services {
    background: #FFFFFF;
    opacity: 0.5;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 10px;
}

.text-cap {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    
    color: #4D4D4D; 
}

.stats-number {
    font-weight: 700;
    font-family: 'tahomabold';
    font-size: 35px;
    line-height: 52px;
    /* identical to box height */
    
    text-align: center;
    
    color: #9747FF;
}

.stats-text {
    font-family: 'tahomaregular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */
    
    text-align: center;
    
    color: #7C7C7C;
}

.car-heading {
    font-weight: 700;
    font-family: 'tahomabold';
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    
    color: #000000;

}

.car-subheading {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    
    
    color: #383838;
}   

.card-title-car {
    font-style: normal;
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 25px;
    line-height: 30px;
   
    
    color: #000000;
    /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; */
    height: 55px;
    display: flex;
    align-items: center;
}

.card-text-car {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #A9A5A5;
    min-height: 135px;
}

.btn-car {
    font-family: 'tahomaregular';
    background: #9747FF;
    border:2px solid #9747FF !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #FFFFFF;
    border-radius: 0px !important;
    position: relative;
    bottom: 0px;

}

.btn-car:hover {
    color: #ffffff;
}

.card-car {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    /* max-height: 500px; */
    

     min-height: 460px; 
}


.billblogen {
    background-color: #eff3fa;
    padding: 30px 0px;
}

.card-grid {
    display: grid;
    grid-template-columns: 42% 26.3% 26.3%;
    grid-gap: 30px;

}

.card-title-1 {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 18px;
    line-height: 22px;
    
    color: #000000;
}

.card-text-1 {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #393939;
}
/* .card-text-1 a {
     text-decoration: underline !important; 
} */
.footings {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    /* identical to box height */
    
    
    color: #A2A2A2;
}

.card-border-uncle {
    border-radius: 10px;
    border: 0px;
}

.grid-item-grid {
    display: grid;
    row-gap: 20px;
    width: 100%;
}

.card-title-2 {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 15px;
    line-height: 18px;
    margin: 15px 0 10px;
    color: #000000;
}

.card-text-2 {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 0 !important;
    color: #393939;
}

.card-body-uncle {
    padding: 2px 10px !important;
}

.card-body-unlce {
    padding-bottom: 24px;
}

.title-bilb {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    
    color: #000000;
}

.text-bilb {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    
    text-align: center;
    color: #383838;
}

.client-section {
    background: #1A013C;
    padding: 65px 0px;
}

.client-header {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    
    color: #81D2CA;
}

.client-text {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    /* or 188% */
    
    
    /* White */
    
    color: #FDFDFD;
}

.custom-card {
    background: #FDFDFD;
    border-radius: 20px;
    padding: 30px 20px;
}

.card-para {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    min-height:100px;
    
    /* Grey */
    
    color: #454545;
}

.clientname {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    
    
    /* Black */
    
    color: #181818;
}

.client-location {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    
    /* Grey */
    
    color: #454545;
}

.banner-title {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 43px;
    line-height: 52px;
    max-width: 450px;
    color: #81D2CA;
 
}
.banner-title2 {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 43px;
    line-height: 52px;
    max-width: 450px;
    color: #81D2CA;
}
.banner-text {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    /* or 188% */
    
    
    /* White */
    
    color: #FDFDFD;
}

.banner-background {
    background-color: #1E0242;
    mix-blend-mode: multiply;
}
.banner-background .logo, .banner-background .nav-item {
	color:#fff;
}
.banner-background .services-menu img {
	filter: brightness(200%)
}

.banner-text-section {
    padding: 80px 60px 80px 0px
}

.services-col1 {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    
    margin-top: 75px;
    color: #000000;
}

.services-item-close {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #000000;
	transition: all 0.2s ease-in-out;
}

.services-item-close:hover {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #000000;
	transition: all 0.2s ease-in-out;
}

.services-item {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    text-decoration: none;
    
    color: #000000;
	transition: all 0.2s ease-in-out;
}

.services-item:hover {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    
    text-decoration: none;
    color: #000000;
}

.services-item:focus {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    
    text-decoration: none;
    color: #000000;
}
.services-item:active {
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */
    
    text-decoration: none;
    color: #000000;
}

.border-right {
    border-right: 1px solid #000000;
}

.services-item-text {
    font-family: 'tahomaregular';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    
    /* Grey */
    
    color: #454545;
}

.container-services {
    position: absolute;
    top: 78px;
    left: 0px;
	right:0;
    padding: 25px 0px;
    z-index: 999;
    background-color: #FFFFFF;
    /* border: 1px solid black; */
}
.item-detials > div {
	display: none;
	max-width: 500px;
	width:100%;
}
.item-detials > div.show {
	display: flex;
}
.services-dropdown {
	display: none;
    position: absolute; 
    left: 0;
    right: 0;
    top: -5px;
}
.services-menu {
    padding-bottom:5px;
    padding-right:15px;
    background: url(../images/arrow-down.png) no-repeat center right;
    background-size:10px;
}
.services-menu:hover .services-dropdown {
    display: block;
}
.services-dropdown.show {
    height: 280px;
}

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



.about-us-text {
    margin: auto;
    text-align: left;
}
.about-us-text h2 {
	
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 43px;

    color: #9747FF;
}
.about-us-text p {
	text-align: left;
}
.blog-page {
	background: none;
}
.blog-page .card-grid {
	display: block;
}
.blog-page .card-border-uncle {
	display: block;
}
.blog-page .card-border-uncle > img, .blog-page .card-border-uncle .card-body-unlce {
	display: inline-block;
	width: 39%;
  vertical-align: middle;
}
.blog-page .card-border-uncle > img {
	width: 60%;
	border-radius: 20px;
	max-height: 320px;
	object-fit: cover;
}
.blog-page .grid-item .card-text-1 {
    font-size: 16px;
    line-height: 1.5;
}
.blog-page  .grid-item-grid {
    display: block;
    margin-top:50px;
}
.blog-page .grid-item-grid .grid-item-item {
    display: inline-block;
    max-width: calc(33% - 20px);
    padding:20px;
    background: #fff;
    margin:0 10px;
    box-shadow: 0px 0px 40px rgba(219, 227, 237, 0.4);
    border-radius: 20px;
}
.blog-page  .grid-item-grid .grid-item-item .card-img-top {
    width:100%;
}
.blog-page .grid-item-grid .grid-item-item h5 {
    font-size: 22px;
    margin-top:10px;
    margin-bottom: 10px !important;
}
.blog-page .grid-item-grid .grid-item-item .card-text-2 {
    font-size: 14px;
    line-height: 1.5;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    padding-bottom: 20px; 
}
.owl-theme.home-slider .owl-nav.disabled+.owl-dots {
    margin-top:30px;
    padding-bottom: 0px;
}
.owl-dot {
    margin:5px 7px;
}
.owl-dot.active {
    width: 50px !important;
    border-radius: 10px;
}
.owl-dot.active span {
    width: 50px !important;
}
.owl-dot span {
    margin:0 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#fff;
}
.blog-detail-page .card-title-1 {
    font-size: 30px;
    line-height: 1.2;
}
.card-purple {
    background: #9747FF;
    padding:25px;
    max-width: 630px;
    border-radius: 5px;
    margin:25px auto;
    color:#fff;
    font-weight: 700;
    font-family: 'tahomabold';
    font-size: 16px;
    line-height: 24px;
    text-align: center;

}

.blog-detail-page .card-text-1 {
    font-size: 16px;
line-height: 24px;

}
/* .blog-detail-page .card-text-1 a {
     color: #393939; 
} */
.blog-listing {
    background: #eff3fa;
    padding:30px;
}

.blog-listing .grid-item-grid .grid-item-item {
    max-width: 100%;
    margin:0 0 30px 0;
}
.check-box {
    max-width:calc(100% - 20px);
    margin-left:20px;
}
.form-check-label1 {
    font-size: 12px;
    vertical-align: top;
}
.form-check-label {
    font-size: 12px;
    vertical-align: top;
}
.form-check-input {
    margin-top:none;
}
select.form-control {
    /* font-size: 10px; */
    font-size: 12px;
}
.nav-padding .col-md-9 {
    position: static;
}
.banner-slider .owl-item img {
    max-height: 450px;
    width: auto;
    max-width: 100%;
    margin-left: auto;
}

.footer-border {
    border-top: 0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
}
.required:after {
    content:" *";
    color: red;
}
.service-tags {
    font-family: 'tahomaregular';
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    color: #424242;
}
.time-line {
    margin:30px 0;
}
.custom a:hover {
    color: #9747FF;
    font-weight: 600;
    text-decoration: underline;
}
.time-line-item {
    border: 1px solid #000000;
    border-radius: 5px;
    padding:15px;
    position: relative;
    margin-bottom:29px;
}
.time-line-item:after {
    content: '';
    position: absolute;
    top:100%;
    left:50%;
    height: 30px;
    width: 1px;
    background: #000;
}
.time-line-item:last-child::after {
    content: none;
}
.time-line-item p {
    margin: 0;
}
.custom-diesel{
    margin-top: -27px;
    line-height: 1.8;
}
/* .time-line-item a {
    color:#000;
    text-decoration: underline; 
}
*/
.quot p {
    font-family: 'tahomaregular';
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    font-style: italic;
}

.circle {
    padding: 13px 0px;
    border-radius: 50%;
    background-color: #9747FF;
    color: #fff;
    max-height: 50px;
    z-index: 2;
    width:50px;
    min-width: 50px;
  }
  .circle2 {
    padding: 13px 0px;
    border-radius: 50%;
    /* background-color: #9747FF;
    color: #fff; */
    max-height: 50px;
    z-index: 2;
    width:50px;
    min-width: 50px;
  }
  
  .how-it-works.row .col-md-2 {
    align-self: stretch;
  }
  .how-it-works.row .col-md-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #9747FF;
    z-index: 1;
  }
  .how-it-works.row .col-md-2.bottom::after {
    height: 100%;
    left: 48%;
    top: 0;
  }
  .how-it-works.row .col-md-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
  }
  .how-it-works.row .col-md-2.full.last::after {
    height: 50%;
    top:0;
  }
  .how-it-works.row .col-md-2.top::after {
    height: 100%;
    left: 50%;
    top: 0;
  }
  
  
  .timeline div {
    padding: 0;
    height: 40px;
  }
  .timeline hr {
    border-top: 3px solid #9747FF;
    margin: 0;
    top: 17px;
    position: relative;
  }
  .timeline .col-md-2 {
    display: flex;
    overflow: hidden;
  }
  .timeline .corner {
    border: 3px solid #9747FF;
    width: 100%;
    position: relative;
    border-radius: 15px;
  }
  .timeline .top-right {
    left: 50%;
    top: -50%;
  }
  .timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
  }
  .timeline .top-left {
    left: -50%;
    top: -50%;
  }
  .timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
  }
  .how-it-works.row .col-md-2.top.last::after {
    height: 100%;
  }
  .how-it-works.row .col-md-2.top.first::after{
    height: 50%;
  }
  .how-it-works.row .col-md-2.top.first::after {
    top:50%;
  }
  p a, li a {
    color:#9747FF;
    font-weight: 600;
  }
  p a:hover, li a:hover {
    color:#9747FF;
    text-decoration: underline;
  }
  h5 {
    font-weight: 700;
    font-family: 'tahomabold';
  }
  ol.timeline {
    list-style-type: none;
    position: relative;
}
ol.timeline:before {
    content: ' ';
    /* background: #d4d9df; */
    border: 1px dashed #9747FF;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    top:15px;
    height: calc(100% - 15px);
    z-index: 400;
    counter-reset: my-awesome-counter;
}
ol.timeline > li {
    margin: 20px 0;
    padding: 20px 20px 20px 40px;
    counter-increment: my-awesome-counter;
    position: relative;
    
}
ol.timeline > li:before {
    content: counter(my-awesome-counter);
    background: #9747FF;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #9747FF;
    left: -27px;
    top: 15px;
    width: 30px;
    height: 30px;
    z-index: 400;
    text-align: center;
    color: #fff;
}

ol.timeline > li:after {
    content: '';
    position: absolute;
    left:20px;
    top:0;
    right:0;
    bottom:0;
    border: 1px solid #9747FF;
    border-radius: 5px;
}

.kamp-container .heading-services {
    margin-top:0;
}
.kamp-container .heading-services {
    margin-top:0;

}
footer {
    margin-top: 150px;
}
.kundene-section {
    background: #F2F2F2;
    padding:50px;
    margin: 0;
    margin-bottom:2rem;
}
.kundene-section .col-md-8 {
    display: table;
}
.kundene-section .col-md-8 > div {
    display: table-cell;
    vertical-align: middle;
}
.footer-nav-item:hover {
    color:#9747FF;
}
 .home-header {
    background: #1E0242;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 15px 10px rgba(0,0,0,0.08);
}
.home-header.fixed {
    position: fixed;
}
.home-header .logo a {
    color:#fff;
    display: flex;
    align-items: center;
}
.home-header .nav-item {
    color:#fff;
}
 .home-header .nav-item.active{
    color: #9747FF;
} 
.pages-header {
    position: static;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 15px 10px rgba(0,0,0,0.08);
}
.pages-header.fixed {
    position: fixed;
}
.foreldelse .card-title-1 {
    color: #9747FF;
    margin: 60px 0 20px;
}
.btn-info:hover {
    color: #fff;
    background-color: #9747FF !important;
    border-color:  #9747FF !important;
}
.btn-info {
    color: #fff;
    background-color: #9747FF !important;
    border-color:  #9747FF !important;
}
.btn-outline-info {
    color:  #9747FF;
    border-color:  #9747FF;
    box-shadow: none !important;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #9747FF !important;
    border-color:  #9747FF !important;
}
.btn-outline-info:active {
    color: #fff;
    background-color: #9747FF !important;
    border-color:  #9747FF !important;
}
.card-slider.owl-theme .owl-dots .owl-dot.active span, .card-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}
.send-btn-2.nav-item {
    padding-top:5px;
    margin-top:-5px;
    color:#fff !important;
    font-family: 'tahomaregular' !important;
}
.is-primary {
     border:none;
     background: #9747FF;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    height: 31px;
    padding-left: 30px;
    padding-right: 30px;
     }
     .modal-dialog {
     top: 50%;
     transform: translateY(-50%) !important;
     }
.is-close {
 border:none;
 background: grey;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
height: 31px;
padding-left: 30px;
padding-right: 30px;
 }

 .modal-dialog {
 top: 50%;
 transform: translateY(-50%) !important;
 }
.is-primary1 {
        border:none;
        background: #9747FF;
       font-size: 16px;
       line-height: 24px;
       color: #FFFFFF;
       /* height: 31px; */
       padding-left: 30px;
       padding-right: 30px;
        }
        .modal-dialog {
        top: 50%;
        transform: translateY(-50%) !important;
        }
      
.input-text-services.w-100 select {
    height: 35px;
}
.home-header .services-menu {
    background: url(../images/arrow-down-white.png) no-repeat top 10px right;
} 


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0,0,0,0.75) !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0,0,0,0.75) !important;
    opacity: 1;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0,0,0,0.75) !important;
    opacity: 1;
  }

ol.timeline a, ol.timeline h3 {
    color:#000;
    font-family: 'tahomabold';
    position: relative;
    z-index: 2;
    font-size: 16px;
}
ol.timeline p a {
    color: #9747FF;
    font-family: 'tahomabold';
    position: relative;
    z-index: 2;
}
.sticky-img {
    position: sticky;
    top:15px;
}
.verticle-middle .col-md-6 {
    display: table;
}
.verticle-middle .col-md-6 div {
    vertical-align: middle;
    display: table-cell;
}
.bg-gray {
    background: #F3F3F3;
}
.vertical-middle-outer {
    display: table;
}
.vertical-middle-inner {
    display: table-cell;
    vertical-align: middle;
}
.text-danger4{
    font-size: 11px;
    position: absolute;
    margin-top: 50px;
    color: #dc3545!important;
}
.text-danger3{
    font-size: 11px;
    position: absolute;
    margin-top: 33px;
    color: #dc3545!important;
}
.text-danger2{
    font-size: 11px;
    position: absolute;
    top: -27px;
    color: #dc3545!important;
}
.text-danger1{
    font-size: 11px;
    position: absolute;
    top: -40px;
    color: #dc3545!important;
}
.text-danger{
    font-size: 11px;
    position: absolute;
    bottom: -10px;
    left: -25px;
}
.position-relative {
    position: relative;
    width:100%;
}

.position-relative2 .errorlist{
    position: relative;
    margin-bottom: 7px;
    font-size: 9px;
}
.position-relative2 .form-floating{
    position: relative;
}
.position-relative2 {
    position: relative;
    width:100%;
}
.position-relative1 .form-floating{
    position: relative;
}
.position-relative1 {
    position: relative;
    width:100%;
    margin-bottom: -26px;
}

.owl-carousel .owl-stage-outer {
    padding-bottom:15px;
}
.kundeneforteller-img {
    width:120px; 
    margin-top: auto;
}
.risponsive-btn {
    display: none;
}
.avatar {
    display: none;       
} 
.blog-image a:not(.avatar) {
    width:100%;
    display: flex;
    
}
.blog-info {
    padding-left:5px;
    padding-right:5px;
}
.blog-image a img {
    width:calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-top: 20px;
    margin-left: 20px;
    overflow: hidden;
    border-radius: 20px;
    object-fit: cover;
}
.infinite-item .card {
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 40px rgba(219, 227, 237, 0.4);
    border:none;
    background: #fff;;
}
.infinite-item .title a {
    margin-top:20px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
color:#000;
height: 58px;
}
.infinite-item p {
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
min-height: 0px;
margin-bottom:0;
}
.blog-info .justify-content-between img {
    width: 12px;
}
.blog-info .justify-content-between > div:last-child img {
    width:10px;
}
.blog-info .justify-content-between .footings a {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    top: -1px;
    color: #A2A2A2;
}
.infinite-item .col-lg-4.col-md-6:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}
.infinite-item .col-lg-4.col-md-6:first-child .blog-image, .infinite-item .col-lg-4.col-md-6:first-child .blog-info {
    width: 59%;
    display: inline-block;
    vertical-align: top;
}
.infinite-item .col-lg-4.col-md-6:first-child .blog-info {
    width:40%;
    padding-right:0;
}
.infinite-item .col-lg-4.col-md-6:first-child .blog-info .container {
    padding-right:0;
}
.infinite-item .col-lg-4.col-md-6:first-child .blog-image a img {
    height: 320px;
    width:100%;
    max-width: 100%;
}
.infinite-item .col-lg-4.col-md-6:first-child p {
    min-height: 240px;
    -webkit-line-clamp: 10;
}
.infinite-item .col-lg-4.col-md-6:first-child .card {
    box-shadow: none;
}
.infinite-item .col-lg-4.col-md-6:first-child .blog-image a img {
    margin-left:0;
}
.article-image {
    max-height: 320px;
    object-fit: cover;
    border-radius: 20px;
    padding: 0;
}
[lang="custom-card"] {
    background: #9747FF;
    padding: 25px;
    max-width: 630px;
    border-radius: 5px;
    margin: 25px auto;
    color: #fff;
    font-weight: 700;
    font-family: 'tahomabold';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
[lang="custom-card"] a {
    color:#fff !important;
    text-decoration: underline;
}
.special-card {
    /* background: #9747FF; */
    background: #F2F2F2;
    padding: 25px;
    max-width: 630px;
    border-radius: 5px;
    margin: 25px auto;
    color: #000000;
    font-weight: 700;
    font-family: 'tahomabold';
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.special-card a {
    /* color:#fff !important; */
    color:#9747FF;
    text-decoration: none;
}
.recomended-area {
    background: #eff3fa;
}
.recomended-area .footings {
    font-size: 9px;
}
.comment-form input, .comment-form textarea {
    border:none;
    background: #ecf0f7 !important;
    max-width: 300px;
    outline: none !important;
    box-shadow: none !important;
}
.comment-form textarea {
    max-width: 100%;
    /* resize: none; */
    height: 112px;
}
.mobile-timeline {
    display: none;
}
.blog-home {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    flex-direction: row;
}
.blog-home .grid-item {
    width:calc(25% - 17px);
    margin-right:15px;
}
.blog-home .grid-item:first-child {
    width:calc(50% - 15px);
    margin-right:15px;
}
.blog-home .grid-item:nth-child(4) {
    margin-left:50%;
    margin-top:-280px;
}
.blog-home .grid-item:nth-child(5) {
    margin-top:-280px;    
}
.blog-home .grid-item .card-border-uncle a:first-child img {
    width:100%;
    border-radius: 20px;
    height:400px;
    object-fit: cover;
}
.blog-home .grid-item:not(:first-child) .card-border-uncle a:first-child img {
    height: 150px;
    width:100%;
    object-fit: cover;
}
.blog-home .grid-item .card-title-1 a {
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 0px;
    overflow: hidden;
    width: 100%;
    display: block;
}
.blog-home .grid-item .card-text-1 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 0px;
    height: 38px;
    overflow: hidden;
    margin-bottom:0;
}
.blog-home .card-body-unlce {
    padding-bottom:15px;
}
.blog-home .grid-item .card-title-1 a {
    color:#000 !important;
}
.blog-home .grid-item:first-child .card-title-1 a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 0px;
    height: 44px;
    overflow: hidden;
    white-space: normal;
}
.blog-home .grid-item:first-child .card-text-1 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 0px;
    height: 58px;
    overflow: hidden;
    margin-bottom:0;
}
.blog-home .footings a {
    font-size: 8px;
    color: #A2A2A2;
}
.blog-info .justify-content-between .footings a {
    color: #A2A2A2;
}

.footings a{
    color: #A2A2A2;
}
.comments_count{
    color: #A2A2A2;
}
.tweet-this a {
    background: #9747FF;
    color: #FFFFFF;
}
.facebook-this a {
    background: #9747FF;
    color: #FFFFFF;
}

@media all and (max-width:1400px) {
    .mobile-search{
        position: relative;
        right: 32px;
        bottom: 2px;
    }
}

@media all and (max-width:1200px) {
    .mobile-search{
        position: relative;
        left: 72%;
        bottom: 2px;
    }
    .mobile-banner {
        padding-top: 70px !important;
    }
    .mobile-blog-page {
        padding-top: 90px !important;
    }
    .mobile-blog-pages {
        padding-top: 100px !important;
    }
    .send-btn-4{
        max-width: 150px;
        margin-left: 13px;
        text-align: center !important;
        margin-bottom: 10px;
    }
     .home-header .nav-item.active{
        background-color: #9747FF;
    } 
    .stats-layout-fix{
        flex-direction: column !important;
    }
.blog-home .grid-item:first-child, .blog-home .grid-item {
width:100%;
 margin-top: 15px;
 margin-right:0;
}
.infinite-item .col-lg-4.col-md-6:first-child .blog-image, .infinite-item .col-lg-4.col-md-6:first-child .blog-info, .infinite-item .col-lg-4.col-md-6:first-child .blog-info {
width:100%
}
.blog-home .grid-item .card-border-uncle a:first-child img {
height:150px;
}
.blog-home .grid-item:nth-child(4), .blog-home .grid-item:nth-child(5) {
    margin-top: 15px;
    margin-left: 0;
}
    .risponsive-btn {
        display: block;
        margin-right: 0;
        margin-left: auto;
        position: absolute;
        right:30px;
        background: none;
        border:1px solid #000;
        border-radius: 5px;
        width:40px;
        height: 35px;
        padding:0;
    top: 16px;
    } 
    header.home-header .risponsive-btn {
        border:1px solid #fff;
    }
    .risponsive-btn span {
        width:25px;
        height: 2px;
        background: #000;
        border-radius: 5px;
        margin-top: 2px;
        display: block;
        margin-left:7px;
        position: relative;
    }
    header.home-header .risponsive-btn span {
        background: #fff; 
    }
    .nav-padding {
        padding: 15px 0;
        
    }
    header {
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    header.home-header {
        border-bottom: 1px solid rgba(256,256,256,0.2);
    }
    .risponsive-btn span::before, .risponsive-btn span::after {
        content: '';
        background: #000;
        width: 25px;
        height: 2px;
        position: absolute;
        left:0;
    }
    header.home-header .risponsive-btn span::before, header.home-header .risponsive-btn span::after {
        background: #fff;
    }
    .risponsive-btn span::before {
        top:-8px;
    }
    .risponsive-btn span::after {
        top:8px;
    }
    .nav-padding .col-md-9.text-right {
        position: static;
    }
    .justify-content-around {
        position: absolute;
        height: 100vh;
        max-width: 200px;
        width: 100%;
        display: block !important;
        z-index: 999;
        background: #1e0242;
        right: -100%;
        box-shadow: -3px 1px 5px rgba(0,0,0,0.4);
        top: 61px;
        padding-top: 0px;
        transition: all 0.3s ease-in-out;
    }
    .justify-content-around.show {
        right: 0;
    }
    .justify-content-around a {
        display: block;
        text-align: right;
        padding: 12px 37px;
        color:#fff !important; 
    }
    .services-menu:hover .services-dropdown {
        display: none;
    }
    .container-services .col-md-3, .container-services .col-md-5 {
        display: none;
    }
    .container-services .col-md-4.border-right.hover-items {
        border:none;
        max-width: 100%;
        flex:0 0 100%;
    }
    .services-dropdown, .container-services {
        position: static;
        padding: 0;
    }
    .services-item:hover {
        font-family: 'tahomaregular';
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
        color: #000000;
    }
    .home-header .services-menu {
        background: url(../images/arrow-down-white.png) no-repeat top 22px left 10px;
    }
    .services-menu {
        background: url(../images/arrow-down-white.png) no-repeat top 22px right 10px;
    }
    .services-dropdown .mb-4, .services-dropdown .mt-5, .services-dropdown .mb-5 {
        margin: 0 !important;
    }
    .services-menu {
        padding:0;
    }
    .services-dropdown .container-fluid {
        padding:0 !important;
    }
    .banner-slider .owl-item img {
        height: auto !important;
    }
    .kundeneforteller-img {
        width: 100%;
        max-width: 200px;
    }
    .footer-headings {
        margin-top:25px;
        margin-bottom: 10px !important;
    }
    /*.d-flex.flex-row.justify-content-between {
        flex-wrap: wrap;
    }
    .d-flex.flex-row.justify-content-between > div {
        min-width: 50%;
        margin-bottom:30px;
    } */
    .justify-content-around a.services-item-close {
        color:#000 !important;
    }
    .justify-content-around a.services-item {
        color:#000 !important;
    }
    img.img-fluid.w-100 {
        min-height: 200px;
        object-fit: cover;
    }
    .post-top-area {
        margin-top:15px;
    }
}
.desktop-view {
    display: block;
}
.mobile-view {
    display: none;
}
@media all and (max-width:1200px) {
    .card-text-car {
        min-height: 150px;
    }
    .card-title-car {
        font-size: 20px;
    }
}
@media all and (max-width:767px) {
    .mobile-search{
        position: relative;
        left: -33px;
        bottom: 2px;
    }
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .d-flex.flex-row.justify-content-between {
        justify-content: flex-start;
    }
    /* .d-flex.flex-row.justify-content-between > div {
        min-width: 100%;

    } */
    .timeline .col-md-2 {
        display: none;
    }
    .how-it-works .col-md-2 {
        order:-1;
    }
    .order-1 {
        order:-1;
    }
    .banner-slider .col-md-6 img {
        margin-top:15px;
    }
    .banner-text-section {
        padding-top:0;
        padding-bottom:0;
    }
    .banner-title {
        font-size: 25px;
    line-height: 1.3;
    }
    .banner-title:nth-child(2) {
        font-size: 20px !important;
    line-height: 1.3;
    }
    .banner-text {
        font-size: 12px;
        line-height: 1.8;
    }
    h4 {
        font-size: 18px;
        line-height: 1.5;
    }
    .banner-slider.owl-theme .owl-nav.disabled+.owl-dots {
        position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    }
    .banner-text-section {
        padding-right:0;
    }
    .how-it-works .text-right {
        text-align: left !important;
    }

    .card-title-car {
        font-size: 18px;
    }
    .card-text-car {
        min-height: 235px;
    }
    .heading-1, .heading-services.main-heading {
        font-size: 25px;
        padding-top:20px;
        line-height: 1.3;
    }
    .blog-detail-page .card-title-1 {
        font-size: 25px;
        line-height: 1.3;
    }
    .about-us-text h2, .heading-services {
        font-size: 22px;
    }
    .copy-right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .mobile-timeline {
        display: flex;
    }
    .kamp-container, .kundene-section {
        padding:15px !important;
    }
    .send-btn {
        margin-top: 15px !important;
        margin-bottom: 15px;
    }
    .form-container {
        padding-left:15px;
        padding-right:15px;
        padding-top:5px;
    }

}

  
.input-text-services button, .submitPromo{
    border:none;
    background: none;
    color: #9747FF;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.forget {
    text-align: right;
    margin-top: -49px;
 
}    
.forget a {
    font-family: 'tahomaregular' !important;
    color: #9747FF;
}  
.auth-text{
    font-size: 11px;
    line-height: 21px; 
    font-weight: 500;
    font-family: 'tahomaregular';
    margin-top: 242px;
    margin-left: -30px;
    text-align: right;
    color: #484848;

}
.heading-1-signup{
    font-family: 'tahomabold';
    font-style: normal;
    font-weight: 600;
    font-size: 43px;
    line-height: 57px;
    color: #9747FF;
    position: relative;
}
.signup-fields{
    margin-top: 15px;
}
.checkbox-custom{
    font-size: 10px;
}
.sign-up
a:not([href]):not([class]) {
    cursor:pointer;
@media all and (max-width:1200px) {
    .blog-home .grid-item:first-child, .blog-home .grid-item, .blog-home .grid-item:nth-child(4), .blog-home .grid-item:nth-child(5), .blog-home .grid-item:nth-child(4) {
        width:100% !important;
        margin-top:15px !important;
        margin-left: 0 !important;
    }
    .blog-home .grid-item .card-border-uncle a:first-child img {
        height: auto !important;
    }

}

/* Custom CSS FOR intl-tel-input plugin */
.iti {
    position: relative;
    display: block !important;
}
}
.potential-btn:hover {
    background: #9747FF;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #FFFFFF;
    height: 31px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    text-decoration: underline;
}
.potential-btn {
    background: #9747FF;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #FFFFFF;
    height: 31px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
}
.potential-btn-1:hover {
    background:  #6c757d;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height */
    color: #FFFFFF;
    height: 31px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    text-decoration: underline;
}
.potential-btn-1 {
    background:  #6c757d;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height */
    color: #FFFFFF;
    height: 31px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
}
.potential-btn-2:hover {
    background: #9747FF;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height */
    color: #FFFFFF;
    height: 31px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    text-decoration: underline;
}
.potential-btn-2 {
    background: #9747FF;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height */
    color: #FFFFFF;
    height: 31px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
}
.modal-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; 
    background-size: cover;
    background-repeat: no-repeat;
    backdrop-filter: blur(10px);
    background-color: #b7badb;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 90%;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: auto;
    overflow-y: auto;
}
@media only screen and (max-width: 800px) {
    .tab-view{
        white-space: nowrap;
    }
    .mobile-blog-reply{
        top: -26px;
    }
}
@media only screen and (max-width: 1583px) {
    .inviter-button-mobile:hover{
        position: absolute;
        font-family: 'tahomabold';
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 0px;
        line-height: 42px !important;
        font-size: 24px !important;
        white-space: nowrap;
        right: 15px;
        left: 15px;
        margin-top: 45px;
        font-weight: bold;
        background-color: #b580fb;
        border-color: #9747FF;
        letter-spacing: 0 !important;
    }
    .inviter-button-mobile{
        position: absolute;
        font-family: 'tahomabold';
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 0px;
        line-height: 42px !important;
        font-size: 24px !important;
        white-space: nowrap;
        right: 15px;
        left: 15px;
        margin-top: 45px;
        font-weight: bold;
        background-color: #9747FF;
        border-color: #9747FF;
        letter-spacing: 0 !important;
    }
}
@media only screen and (max-width: 1205px) {
    .inviter-button-mobile:hover{
        position: absolute;
        font-family: 'tahomabold';
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 0px;
        line-height: 42px !important;
        font-size: 20px !important;
        white-space: nowrap;
        right: 15px;
        left: 15px;
        margin-top: 45px;
        font-weight: bold;
        background-color: #b580fb;
        border-color: #9747FF;
        letter-spacing: 0 !important;
    }
    .inviter-button-mobile{
        position: absolute;
        font-family: 'tahomabold';
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 0px;
        line-height: 42px !important;
        font-size: 20px !important;
        white-space: nowrap;
        right: 15px;
        left: 15px;
        margin-top: 45px;
        font-weight: bold;
        background-color: #9747FF;
        border-color: #9747FF;
        letter-spacing: 0 !important;
    }
}
@media only screen and (max-width: 1024px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 317px !important;
    }
    .potential-sponsor-mobile{
      display: flex;
      top: 45%;
      left: 48%;
      width: 93%;
    }
    .modal-content-mobile {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: fit-content;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 0.3rem;
        outline: 0;
        padding: 20px;
        left: 5%;
        right: 50%;
        margin-right: 10%;
    }
    .modal-body-mobile{
        max-height: 100% !important;
        max-height: 530px;
        overflow-y: hidden;
    }
    .inviter-button-mobile:hover{
        position: absolute;
        font-family: 'tahomabold';
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 0px;
        line-height: 42px !important;
        font-size: 15px !important;
        white-space: nowrap;
        right: 15px;
        left: 15px;
        margin-top: 45px;
        font-weight: bold;
        background-color: #b580fb;
        border-color: #9747FF;
        text-decoration: underline;
        letter-spacing: 0 !important;
    }
    .inviter-button-mobile{
        position: absolute;
        font-family: 'tahomabold';
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-radius: 0px;
        line-height: 42px !important;
        font-size: 15px !important;
        white-space: nowrap;
        right: 15px;
        left: 15px;
        margin-top: 45px;
        font-weight: bold;
        background-color: #9747FF;
        border-color: #9747FF;
        letter-spacing: 0 !important;
    }
    .mobile-view-inviter{
        margin-top: 113px;
    }
}
@media only screen and (max-width: 1000px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 317px !important;
    }
    .form-journey-mobile{
        display: flex;
        left: 48%;
        min-width: 84%;
        position: inherit;
    }
    .form-b-journey-mobile {
        display: flex;
        left: 48%;
        top: 53%;
        min-width: 84%;
        position: inherit;
    }
    .form-n-journey-mobile {
        display: flex;
        left: 48%;
        top: 56%;
        min-width: 84%;
        position: inherit;
    }
    .form-c-journey-mobile {
        display: flex;
        left: 48%;
        top: 58%;
        min-width: 84%;
        position: inherit;
    }
    .form-d-journey-mobile {
        display: flex;
        left: 48%;
        top: 51%;
        min-width: 84%;
        position: inherit;
    }
    
}
@media only screen and (max-width: 600px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 317px !important;
    }
    .license-popup-mobile{
        min-width: 45%;
        left: 26%;
        height: 21%;
        margin-right: 53%;
    }
    .btn-sok{
        top: -115px;
    }
}
@media only screen and (max-width: 1500px) {
    .license-popup-mobile{
        width: 40% !important;
    }
}
.popup-license-btn:focus{
    background-color: #9747FF;
    box-shadow: none;
    color: white;
    text-decoration: underline;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    line-height: 22px;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 34px;
}
.popup-license-btn:hover{
    background-color: #9747FF;
    color: white;
    text-decoration: underline;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    line-height: 22px;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 34px;
}
.popup-license-btn{
    background-color: #9747FF;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    line-height: 22px;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 34px;
}
.popup-license-close-btn:focus{
    background-color: #6c757d;
    box-shadow: none;
    color: white;
    text-decoration: underline;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    line-height: 22px;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 34px;
}
.popup-license-close-btn:hover{
    background-color: #6c757d;
    color: white;
    text-decoration: underline;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    line-height: 22px;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 34px;
}
.popup-license-close-btn{
    background-color: #6c757d;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    line-height: 22px;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 34px;
}
.sub-heading {
    font-style: normal;
    font-weight: 600;
    font-family: 'tahomabold';
    font-size: 21px;
    color: #9747FF;
    margin: 60px 0 30px;
}
.form-card{
    font-family: 'tahomaregular';
    padding: 20px 25px;
    background: #F3F3F3;
    border-radius: 10px;
    color: black !important;
    font-size: 14px;
}
.modal-custom{
    max-height: 100%;
}
.form-journey-btn-1:hover {
    background: #6c757d;
    font-size: 14px;
    line-height: 33px;
    color: #FFFFFF;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    text-decoration: underline;
    text-transform: uppercase;
}
.form-journey-btn-1 {
    background: #6c757d;
    font-size: 14px;
    line-height: 33px;
    color: #FFFFFF;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    text-transform: uppercase;
}
.form-journey-btn-2:hover {
    background: #9747FF;
    font-size: 14px;
    line-height: 33px;
    color: #FFFFFF;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    text-decoration: underline;
    text-transform: uppercase;
}
.form-journey-btn-2 {
    background: #9747FF;
    font-size: 14px;
    line-height: 33px;
    color: #FFFFFF;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    text-transform: uppercase;
}
.content-main{
    border-radius: 0px; 
    padding: 50px 220px; 
    background: #eff3fa; 
    color: black !important; 
    font-size: 14px;
}
.content-body{
    max-width:1700px;
    padding: 30px 30px 45px;
    background: #f8f9fa;
}
.content-text{
    background: bisque;
    padding: 40px 40px 40px;

}
.email-btn:hover{
    background: #4299e1;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    border: 2px solid #4299e1 !important;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 0px !important;
    border: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.email-btn{
    background: #4299e1;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    border: 2px solid #4299e1 !important;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 0px !important;
}
.sms-btn:hover{
    background: #f76707;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    border: 2px solid #f76707 !important;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 0px !important;
    border: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sms-btn{
    background: #f76707;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
    border: 2px solid #f76707 !important;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 0px !important;
}
@media only screen and (max-width: 800px) {
	.container {
		max-width: 80%;
	}
    .mob-cont {
        max-width: 100%;
    }
    .invite-mobile-view{
        min-width: 23rem !important;
        left: 30px;
        margin-top: 0px;
        margin-left: -192px;
        margin-right: 5px;
    }
    .invite-footer-mobile{
        padding-top: 20px !important;
        min-width: 410px !important;
        padding-left: 10px !important;
        padding-bottom: 30px !important;
    }
    .invite-mobile-email{
        display: block;
        min-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 30px !important;
    }
    .invite-mobile-copy{
        position: absolute !important;
        padding-right: 0 !important;
    }
    .invite-mobile-btn{
        display: flex;
        gap: 20px;
    }
}
@media only screen and (max-width: 400px) {
    .invite-mobile-view{
        min-width: 20rem !important;
        left: 30px;
        margin-top: 0px;
        margin-left: -197px;
        margin-right: 5px;
    }
    .mobile-email-btn:hover{
        background: #4299e1;
        padding-left: 25px;
        padding-right: 25px;
        border: 0;
        border: 2px solid #4299e1 !important;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        border-radius: 0px !important;
        border: 0;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .mobile-email-btn{
        background: #4299e1;
        padding-left: 25px;
        padding-right: 25px;
        border: 0;
        border: 2px solid #4299e1 !important;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        border-radius: 0px !important;
    }
    .mobile-sms-btn:hover{
        background: #f76707;
        padding-left: 25px;
        padding-right: 25px;
        border: 0;
        border: 2px solid #f76707 !important;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        border-radius: 0px !important;
        border: 0;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .mobile-sms-btn{
        background: #f76707;
        padding-left: 25px;
        padding-right: 25px;
        border: 0;
        border: 2px solid #f76707 !important;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        border-radius: 0px !important;
    }
    .invite-footer-mobile{
        padding-top: 20px !important;
        min-width: 320px !important;
        padding-left: 0px !important;
        padding-bottom: 30px !important;
    }
    .tab-view1{
        white-space: normal !important;
        height: auto;
    }
}
.template-email-main{
    border-top-right-radius: 7px; 
    border-top-left-radius: 7px; 
    display: none; 
    max-width: 90% !important;
    margin-left: 50px; 
    margin-right: 50px;
    background: #4299e1;
    border: 3px solid #4299e1 !important;
}
.template-email-body{
    margin-top: 35px;
    padding: 20px 45px 35px;
    background: white; 
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);   
}
.template-sms-main{
    border-top-right-radius: 7px; 
    border-top-left-radius: 7px; 
    display: none; 
    max-width: 90% !important;
    margin-left: 50px; 
    margin-right: 50px;
    background: #f76707;
    border: 3px solid #f76707 !important;
}
.template-sms-body{
    margin-top: 35px;
    padding: 20px 45px 35px;
    background: white; 
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);   
}
.text-template{
    color: white;
    height: 0;
    padding-right: 10px;
    padding-top: 10px;

}
.copy-icon{
    width: 20px;
    filter: invert(1);
    cursor: pointer ;
}
.copy-text-custom{
    display: flex;
    justify-content: end;
    text-align: right;
    cursor: pointer;
    gap: 5px;
}
.initials {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #f78da7;
    background-color: #ffcb70; */ 
    background-color: #8ed1fc;
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-weight: bold;
    text-transform: uppercase;
}
.initials-reply{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#9747FF;
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-weight: bold;
    text-transform: uppercase;
}
.custom-circle{
    min-width: 50px;
    height: 50px;
    background-color: #f0f0f0;
    font-size: 20px;
}
.comment-date{
    margin-top: -15px;
    font-size: 12px;
}
.liked-icon{
    color: white;
}
.like-icon{
    color: white;
}
.terms-btn{
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    line-height: 22px;
    white-space: nowrap;
    font-size: 13px;
}
@media (max-width: 1200px) {
  .mobile-view-reset{
    font-size: 19px;
}
}
@media (max-width: 590px) {
  .tnc-mobile{
    max-width: 47% !important;
    margin-left: 27%;
}
}
@media (max-width: 770px) {
    .mob-invite-btn{
        margin-top: 120px;
    }
}

.header-search {
    position: absolute;
    right: calc(100% - 31%);  /* 👈 anchor from RIGHT instead of left */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50px;
    background: #fff;
    transition: width 0.35s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

/* Expand on hover or focus */
.header-search:hover,
.header-search:focus-within {
    width: 200px;
}

/* Input field */
.header-search input {
    position: absolute;
    right: 42px;          /* 👈 start behind icon */
    height: 100%;
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
    padding: 0 12px;
    font-size: 14px;
    transition: width 0.35s ease, opacity 0.2s ease;
}

/* Show input on hover */
.header-search:hover input,
.header-search:focus-within input {
    width: 140px;
    opacity: 1;
}

/* Search button */
.header-search button {
    width: 42px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Language switcher (globe): styles in head avoid flash; defer visibility via JS after window.load --- */
.lang-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-self: center;
    flex-shrink: 0;
    margin: 0;
    /* Below loader (100001); above .services-dropdown (~400) so the menu stacks correctly */
    z-index: 500;
    overflow: visible;
    box-sizing: border-box;
    min-width: 48px;
    min-height: 34px;
}
.lang-switcher--defer {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.lang-switcher--defer.lang-switcher--visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.2s ease;
}
.lang-switcher__summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    user-select: none;
    padding: 6px 8px;
    border-radius: 8px;
}
.lang-switcher__summary::-webkit-details-marker {
    display: none;
}
.lang-switcher__icon {
    width: 18px;
    height: 18px;
    color: currentColor;
    flex-shrink: 0;
}
.lang-switcher__caret {
    width: 14px;
    height: 14px;
    color: currentColor;
    flex-shrink: 0;
}
.lang-switcher__form {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 140px;
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    z-index: 10060;
}
.lang-switcher__item {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 13px;
    color: inherit;
    cursor: pointer;
}
.lang-switcher__item:hover {
    background: rgba(151, 71, 255, 0.1);
}
.lang-switcher--home {
    color: #ffffff;
}
.lang-switcher--home .lang-switcher__summary:hover {
    background: rgba(255, 255, 255, 0.22);
}
.lang-switcher--home .lang-switcher__form {
    background: #ffffff;
    color: #1a1a2e;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.lang-switcher--home .lang-switcher__item {
    color: #1a1a2e;
}
.lang-switcher--home .lang-switcher__item:hover {
    background: rgba(151, 71, 255, 0.14);
    color: #6b2fc7;
}
.lang-switcher--pages {
    color: #9747ff;
}
.lang-switcher--pages .lang-switcher__summary:hover {
    background: rgba(151, 71, 255, 0.08);
}
.pages-header .col-md-9 {
    overflow: visible;
}
.pages-header nav .row.nav-padding {
    overflow: visible;
}
.home-header .col-md-9 {
    overflow: visible;
}
.home-header nav .row.nav-padding {
    overflow: visible;
}