

.main-nav .center-nav .logo a {
    color: #fff;
    font-size: 22px;
}

.main-nav .center-nav .logo a span.logo-sub {
    font-size: 19px;
    font-weight: 400;
}

.index-header {
    margin-top: 100px;
}

.welcome-description {
    margin: 120px 5% 120px;
}

.welcome-description .welcome-grid .content p {
    font-size: 27px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

.welcome_block .text-col p {
    margin: 0;
    font-size: 27px;
    line-height: 36px;
}

.welcome_block .text-col {
    padding: 30px 15%;
}

.check-our-suites-block-v2 .read-more-wrap a {
    line-height: 40px;
    font-weight: 600;
}

.room-details-wrap .room-title .room-capacity {
    font-size: 30px;
}


.main-nav .top-bar .social-links a {
    font-weight: 600;
}




.contact_block .contact-address .single-contact .title {
    color: #457c59;
}

.contact_block .contact-wrapper .custom-input label.error {
    font-weight: 600;
}

div.fancy-select div.trigger {
    font-size: 1.1875rem
}

div.fancy-select ul.options li {
    font-weight: 600;
}


#message {
    font-weight: 600 !important;
}

.reqeust_form_wrapper .req-input-col-1 label {
    font-size: 1.3125rem;
}

.reqeust_form_wrapper #message {
    bottom: 210px;
}

.reqeust_form_wrapper .success {
    font-weight: 600;
}


.reqeust_form_wrapper .custom-input label {
    color: #305c40;
    font-weight: 600;
    font-size: 1.3125rem;
    line-height: 2.5rem;
}


/* Check error position on all resolutions because i changed label line heights. It has to be redefined */
/* https://prnt.sc/1pvxmui  */
.reqeust_form_wrapper div#captcha_error {
    font-weight: 600;
}

@media screen and (max-width: 1023px){
    .reqeust_form_wrapper #message {
        bottom: 195px;
        font-size: 1rem;
    }
}