body{
                                                                                                                        }

    .banner-section .image-column{
    display: flex;
    align-items: center;
}

.banner-section .image-column .image-box{
    padding-top: 0px;
}

body .logo img{
    max-height: 100px;
}

body header .outer-box .full-name{
    max-width: 200px;
}

body .tnc-section .ls-widget .widget-content{
    padding: 30px;
}

body .sidebar .job-overview li:last-child{
    display: none;
}

body .company-widget .company-title{
    padding-left: 0px;
}

body .bravo-form-register input.checked:checked + .theme-btn,
body .btn-style-four:hover{
    background-color: #a2413e;
}

body .btn-style-four{
    background-color: #a2413e8a;
    color: #fff;
}

body .booking_cookie_agreement .content-cookie{
    display: flex;
    align-items: center;
}

body .booking_cookie_agreement .save-cookie{
    background-color: #fff;
    color: #232323;
}
  
body #login-modal{
    overflow: hidden;
    padding: 30px 40px 40px;
}

body .btn.focus, 
body .btn:focus{
    box-shadow: none;
}

body .btn.btn-primary{
    background: var(--main-color);
}

body .bravo-form-register button{
    margin-top: 40px;
}

body .bravo-form-register input.checked{
    display: none;
}

.list-style-one li:before{
    color: #FF5874;
}

.main-header.header-shaddow {
    background: white;
}

@media (min-width: 1024px){
    .header-span{
        height: 130px;
    }
}
@media (min-width: 1600px){
        .header-span{
        height: 150px;
    }
}

.news-section{
    background-color: #F3F7FB;
}

.company-block .image{
    display: none;
}

.banner-section .content-column h3 .colored{
    color: #E13354;
}

.about-section{
    padding: 130px 0 80px 0;
}

.news-section{
    padding: 100px 0 70px 0;
}

.mobile-header .nav-outer{
    padding: 15px 0 10px 0;
}
.mobile-header .logo img {
    max-height: 60px;
}

@media only screen and (max-width: 1023px){
.main-header .logo img {
 height: 60px;   
}
}
.mobile-header{
    padding: 10px 15px;
}

body header .login-item .info,
body .page-wrapper .info{
    position: absolute;
    background: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    white-space: break-spaces;
    line-height: 1.3;
    text-align: center;
    -webkit-animation: cssAnimation 10s forwards; 
    animation: cssAnimation 10s forwards;
    z-index: 1;
    top: 130px;
    right: 55px;
    width: 300px;
}

@keyframes cssAnimation {
    0%   {opacity: 0;}
    50%  {opacity: 1;}
    100% {opacity: 0;}
}

@-webkit-keyframes cssAnimation {
    0%   {opacity: 0;}
    50%  {opacity: 1;}
    100% {opacity: 0;}
}

@media (max-width: 991px){
    body .page-wrapper .info{
        top: 86px;
        right: 0;
        width: 100%;
    }
}

body .form-group label[for="hide-pass"]{
    position: absolute;
    right: 15px;
    top: 18px;
    margin: 0;
}

body .form-group .pass-area{
    position: relative;
}

body .form-group label[for="hide-pass"] i{
    color: #b3b3b3;
}

body .form-group label[for="hide-pass"] .show{
    color: #232323;
}

body #register .back-login{
    font-size: 14px;
}

body #register .form-group:last-child{
    text-align: center;
}

body .login-form .bottom-box{
    padding-top: 5px;
}

body .login-form h3{
    margin-bottom: 15px;
}

body .banner-section-seven .image-outer{
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    transform: translate(0,-50%);
    height: 100%;
}

body header.main-header{
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.10);
  box-shadow: 0 0 10px rgba(0,0,0,.10);
}

body .about-section.about-style-1 img{
    border-radius: 10px;
}

body .call-to-action .image-column{
    background-position: center;
    right: 60px;
}

body .main-footer{
    border-top: 1px solid #ECEDF2;
}

.smart-search .bravo-autocomplete .item[data-id="19"],
.smart-search .bravo-autocomplete .item[data-id="20"],
.smart-search .bravo-autocomplete .item[data-id="21"],
.smart-search .bravo-autocomplete .item[data-id="22"],
.smart-search .bravo-autocomplete .item[data-id="23"]{
    font-weight: 500;
    color: #444;
}

.blog-content li {
    list-style: unset;
    margin-left: 25px;
}

.blog-content li::marker {
    font-size: 13px;
}

.tnc-section .blog-content p {
    color: black;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
}


.agreement-container {
    display: flex;
    gap: 0 5px;
}
input.agreement-input {
    margin-top: 5px;
}
p.agreement-content {
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
}

button.theme-btn.btn-style-one[disabled] {
    background: #1e389970;
    cursor: not-allowed;
}

.blog-content span {
    font-family: 'Sofia Pro';
}

.blog-content ul {
    list-style: initial;
}

.field-outer.agreement {
    flex-direction: column;
    gap: 5px 0;
}
    
