@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Roboto Condensed',sans-serif;
}

nav#header {
    background: transparent !important;
    padding: 0;
}

.home-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

.home-wrapper .row > div {
    padding: 0;
}

header.sticky-top {
    position: fixed;
    background: #Ffffff;
    width: 50%;
    padding: 24px 107px 24px 92px;
    z-index: 9;
}

main#main {
    margin: 0;
}

.slider-section .col-wrapper > img {
    position: absolute;
    bottom: 10%;
    right: 140px;
}

.slider-section .col-wrapper {
    position: relative;
}

.slider-section .slider-img {
    object-fit: cover;
    object-position: 100% 95%;
}

.single-slider .slide-title {
    position: absolute;
    bottom: 25%;
    margin-left: 25px;
    font-size: 164px;
    font-weight: 300;
    color: #ffffff;
    line-height: 160px;
}

.single-slider .slide-title strong {
    /* font-size: 150px; */
    font-weight: 700;
}

.single-slider {
    position: relative;
}

ul.slick-dots {
    padding-left: 25px;
    text-align: left;
    width: max-content;
    position: unset;
}

.slider-section .slider {
    margin: 0 !important;
}

.slider-section .slick-dots li button {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    width: 42px;
    height: 42px;
}

.slider-section .slick-dots li.slick-active button {
    background:#1797B4;
}

.text-fields {
    background-image: url("/wp-content/themes/expodental/assets/images/snow-img.svg") !important;
    background-repeat: no-repeat !important;
    background-position: left 76% !important;
}

.slider-section .slick-dots li button:before {
    display: none;
}

.slider-section .slick-dots li {
    width: 42px;
    height: 42px;
}

.slider-section .slick-dots li:first-of-type {
    margin-left: 0;
}

.slider-controls {
    position: absolute;
    bottom: 11%;
    width: max-content;
    display: flex;
}

.slider-controls .slide-m-dots {
    margin-right: 33px;
}

.slider-controls button {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
}

.slider-controls > button {
    background-color: #FFFFFF !important;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
    max-width: 100% !important;
}

.slider-controls button.slide-m-next {
    margin-left: 8px;
}

.text-fields {
    margin-top: 222px;
    padding: 48px 75px 30px 120px !important;
    background: #F5F5F5;
}

.text-fields .first-title {
    color: #0C1748;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 48px;
}

.text-fields .second-title {
    font-weight: 700;
    color: #1797B4;
    line-height: 47px;
    font-size: 40px;
    margin: 0;
}

.text-fields .background-title {
    width: max-content;
    background: #1797B4;
    color: #fff;
    font-size: 35px;
    border-radius: 30px;
    line-height: 47px;
    padding: 0 10px;
    margin: 0 0 25px 0;
}

.text-fields .third-title {
    color: #0C1748;
    line-height: 40px;
    font-size: 34px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin: 0 0 70px;
}

.text-fields .third-title img {
    margin-right: 11px;
}

.text-fields .red-text {
    font-weight: 700;
    line-height: 47px;
    font-size: 45px;
    color: #D50C42;
    margin: 0;
}

.text-fields .under-red {
    color: #0C1748;
    font-size: 40px;
    line-height: 47px;
    margin: 0 0 40px 0;
}

.navbar-brand img {
    height: auto;
}

.custom-lang button {
    border-radius: 22px;
    border: 0;
    background: #0C1748;
    min-width: 71px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    height: 34px;
}

.custom-lang button img {
    margin-left: 5px;
}

.home-wrapper .form-wrapper {
    padding-right: 32px;
    margin-top: 55px;
}

.gform_wrapper.gravity-theme .ginput_complex {
    flex-direction: column !important;
}

.gform_wrapper.gravity-theme .ginput_complex > span {
    padding: 0 !important;
}

.name-field input,
.email-field input {
    height: 62px;
    border-radius: 50px;
    margin-bottom: 30px !important;
    border: 1px solid #707070 !important;
    font-size: 20px !important;
    padding-left: 40px !important;
    color: #ADADAD !important;
}

/* .gform_wrapper.gravity-theme .name-field .ginput_complex > span:first-of-type input::-webkit-input-placeholder {
    background: -webkit-linear-gradient(left, #ADADAD 0%, #ADADAD 7%,red 8%, 
    red 100%) !important;
    -webkit-background-clip: text !important; 
    -webkit-text-fill-color: transparent !important;
}

.gform_wrapper.gravity-theme .name-field .ginput_complex > span:nth-child(2) input::-webkit-input-placeholder {
    background: -webkit-linear-gradient(left, #ADADAD 0%, #ADADAD 12%,red 13%, 
    red 100%) !important;
    -webkit-background-clip: text !important; 
    -webkit-text-fill-color: transparent !important;
} */

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0 !important;
}

.form-wrapper .select2-container .select2-selection--single {
    height: 62px;
    border-radius: 50px;
    margin-bottom: 30px !important;
    border-color: #707070 !important;
    font-size: 20px !important;
    padding-left: 40px !important;
    line-height: 60px !important;
}

.form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 59px;
    color: #ADADAD;
}

.form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 62px;
    right: 40px;
}

.name-field input::placeholder,
.email-field input::placeholder {
    color: #ADADAD !important;
}

.required-text {
    font-size: 20px;
    color: #D50C42;
    padding-left: 40px;
    margin-bottom: 105px;
}

.form-heading {
    font-size: 45px;
    line-height: 53px;
    color: #0C1748;
    margin-bottom: 30px;
}

.textarea-field textarea {
    height: 308px !important;
    border-color: #707070 !important;
    border-radius: 50px;
    padding: 39px !important;
    font-size: 20px !important;
    color: #ADADAD !important;
    margin-bottom: 40px !important;
    resize: none;
}

span.gfield_required.gfield_required_text {
    display: none;
}

.ginput_container.ginput_container_consent {
    display: flex;
    align-items: flex-start;
}

.ginput_container.ginput_container_consent label {
    font-size: 16px;
    line-height: 24px;
    color: #1A1818;
    margin-left: 8px;
}

.ginput_container.ginput_container_consent input {
    width: 20px !important;
    height: 20px !important;
    visibility: hidden;
    position: relative;
    max-width: 20px !important;
    margin-right: 10px;
    cursor: pointer;
}

.ginput_container.ginput_container_consent input:before {
    content: "";
    width: 20px;
    height: 20px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
    border: 1px solid #707070;
}

.ginput_container.ginput_container_consent input:after {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    left: 4px;
    top: 4px;
    background: #707070;
}

.ginput_container.ginput_container_consent input:checked:after {
    visibility: visible;
}

.form-wrapper input[type="submit"] {
    background: #95A920;
    border: 0;
    width: 100%;
    border-radius: 50px;
    height: 62px;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 21px;
}

.slider-section > .col-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.form-wrapper br {
    display: none;
}

.confirmation-message .popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #000000c9;
    z-index: 9;
    left: 0;
    top: 0;
}

.confirmation-message .popup-body {
    width: 1122px;
    max-width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 80px 20px 120px 20px;
}

.confirmation-message .popup button.remove-popup {
    position: absolute;
    right: 40px;
    top: 40px;
    background: transparent;
    border: 0;
}

.confirmation-message .popup-body > img {
    margin: 0 auto 40px;
    display: block;
}

.confirmation-message .popup .popup-title {
    font-weight: 700;
    color: #D50C42;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.confirmation-message .popup-body .popup-content {
    font-size: 30px;
    line-height: 37px;
    color: #0C1748;
    margin-bottom: 40px;
    text-align: center;
}

.confirmation-message .popup-body .popup-content br {
    display: block;
}

.confirmation-message .popup .popup-bottom {
    font-weight: 700;
    font-size: 30px;
    color: #0C1748;
    text-align: center;
}

.confirmation-message .popup .social {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.confirmation-message .popup .social a {
    width: 70px;
    height: 70px;
    background: #1797B4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 23px;
}

.confirmation-message .popup .social a img {
    transform: scale(1.3);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    visibility: hidden;
    position: relative;
    border: 0 !important;
    top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: url(/wp-content/themes/expodental/assets/images/left-icon.png);
    visibility: visible;
    position: absolute;
    top: 0;
    line-height: 62px;
    transform: rotate(270deg);
}

span.select2.select2-container.select2-container--default.select2-container--below {
    max-width: 100%;
}

.text-fields .background-title {
    max-width: 100%;
}

.slider-controls > button {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-wrapper {
    margin-top: 216px;
    width: 1200px;
    margin: 170px auto 30px;
    padding: 0 20px;
    max-width: 100%;
}

.page-template-cookie-template header.sticky-top {
    width: 100%;
}

table thead td {
    font-weight: 700;
    padding: 10px;
}

table tbody td {
    padding: 10px;
}

table, th, td {
  border: 1px solid;
}

table {
    margin-bottom: 30px;
}

.page-template-cookie-template .navbar-brand img {
    height: 120px;
}

.page-template-cookie-template header.sticky-top {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.cookie-wrapper p, .cookie-wrapper li {
    font-size: 18px;
}

.footer-link {
    text-align: center;
}

.footer-link a {
    font-size: 20px;
    color: #0c1748;
    font-weight: 700;
    margin-top: 50px;
    display: block;
}

.cookie-wrapper h4 {
    font-size: 20px;
    font-weight: 700;
}

.footer-link {
    display: flex;
    justify-content: center;
}

.footer-link a {
    margin-left: 15px;
    margin-right: 15px;
}

@media(min-width:1024px) {
    .slider-section .slider-img {
        object-position: center;
        height: 100vh;
    }
}

@media(max-width:1500px) {
    .single-slider .slide-title {
        font-size: 130px;
        line-height: 134px;
        margin-right: 20px;
    }

    .text-fields .first-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .text-fields .second-title {
        font-size: 32px;
    }
    
    .text-fields .background-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .text-fields .third-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .text-fields .red-text {
        font-size: 37px;
    }
    
    .text-fields .under-red {
        font-size: 32px;
    }
    
    .form-heading {
        font-size: 37px;
        line-height: 40px;
    }
    
    .text-fields {
        padding: 30px 50px 30px 90px !important;
    }
    
    header.sticky-top {
        padding: 14px 60px;
    }
    
    .slider-section .col-wrapper > img {
        right: 25px;
    }

    .text-fields {
        margin-top: 197px;
    }
}

@media(max-width: 1300px) {
    .navbar-brand img {
        height: 120px;
    }

    .text-fields {
        margin-top: 158px;
    }

    .text-fields .first-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    
    .text-fields .second-title {
        font-size: 24px;
    }
    
    .text-fields .background-title {
        font-size: 24px;
    }
    
    .text-fields .third-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    
    .text-fields .red-text {
        font-size: 28px;
    }
    
    .text-fields .under-red {
        font-size: 24px;
        line-height: 30px;
    }
    
    .name-field input, .email-field input {
        height: 50px;
        font-size: 16px !important;
        border-radius: 25px;
        margin-bottom: 20px !important;
    }
    
    .form-wrapper .select2-container .select2-selection--single {
        height: 50px;
        line-height: 50px !important;
        font-size: 16px !important;
    }
    
    .form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: -5px !important;
    }
    
    .form-heading {
        font-size: 28px;
        line-height: 34px;
    }
    
    .required-text {
        font-size: 16px;
        margin-bottom: 50px;
    }
    
    .textarea-field textarea {
        font-size: 16px !important;
    }
    
    .form-wrapper input[type="submit"] {
        height: 50px;
        font-size: 20px;
    }

    .single-slider .slide-title {
        font-size: 110px;
        line-height: 114px;
    }

    .home-wrapper .form-wrapper {
        padding-right: 0;
        margin-top: 20px;
    }

    .confirmation-message .popup-body {
        padding: 40px 20px !important;
    }
    
    .confirmation-message .popup-body {
        width: 70%;
    }
    
    .confirmation-message .popup .popup-title {
        font-size: 22px;
    }
    
    .confirmation-message .popup-body .popup-content {
        font-size: 22px;
        line-height: 26px;
    }
    
    .confirmation-message .popup .popup-bottom {
        font-size: 22px;
    }
    
    .confirmation-message .popup .social a {
        width: 50px;
        height: 50px;
    }
    
    .confirmation-message .popup .social a img {
        transform: scale(1);
    }
}

@media(max-width:1200px) {
    .text-fields {
        padding: 30px 50px !important;
        margin-top: 150px;
    }
    
    header.sticky-top {
        padding: 15px 26px;
    }
    
    .slider-section .col-wrapper > img {
        bottom: 15px;
    }
    
    .navbar-brand img {
        height: 110px;
    }
    
    .single-slider .slide-title {
        font-size: 100px;
        line-height: 104px;
    }

    .slider-section .slick-dots li button {
        width: 30px;
        height: 30px;
        font-size: 16px;
        border: 2px solid #FFFFFF;
    }
    
    .slider-controls button {
        width: 30px;
        height: 30px;
    }

    .slider-section .slick-dots li {
        width: 30px;
        height: 30px;
    }

    .slider-controls {
        bottom: 15%;
    }
}

@media(max-width: 1024px){
    .table-wrapper {
        overflow-x: auto;
    }    
}

@media(min-width:768px) and (max-width: 1024px) {
    .home-wrapper .row > div {
        width: 100%;
    }

    .custom-lang ul.dropdown-menu.show {
        min-width: 70px;
    }
    
    header.sticky-top {
        width: 100%;
        padding: 0 70px 0 57px;
    }
    
    .navbar-brand img {
        height: 120px;
    }
    
    .text-fields {
        margin-top: 130px;
        padding: 37px 80px 88px !important;
    }
    
    .text-fields .first-title {
        font-size: 30px;
        line-height: 35px;
    }
    
    .text-fields .second-title {
        font-size: 30px;
        line-height: 35px;
    }
    
    .text-fields .background-title {
        font-size: 30px;
        line-height: 35px;
    }
    
    .text-fields .third-title {
        font-size: 20px;
        margin-bottom: 46px;
    }
    
    .text-fields .red-text {
        font-size: 35px;
    }
    
    .text-fields .under-red {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    
    .name-field input, .email-field input {
        padding-left: 29px !important;
        font-size: 18px !important;
    }
    
    .required-text {
        padding: 0;
    }
    
    .form-heading {
        line-height: 29px;
        font-size: 25px;
    }
    
    .textarea-field textarea {
        height: 264px !important;
        padding: 30px !important;
        font-size: 18px !important;
    }

    .slider-section .slider-img {
        height: 1010px !important;
        object-fit: cover;
    }
    
    .single-slider .slide-title {
        font-size: 166px;
        line-height: 137px;
        margin: 0 0 0 40px;
        bottom: 265px;
    }
    
    .single-slider .slide-title strong {
        font-size: 130px;
        line-height: 137px;
    }
    
    .slider-controls {
        bottom: 96px;
    }
    
    .slider-section .col-wrapper > img {
        bottom: 96px;
    }
    
    .slider-section .slick-dots li {
        width: 36px;
        height: 36px;
    }
    
    .slider-section .slick-dots li button {
        width: 36px;
        height: 36px;
    }
    
    .slider-controls button {
        width: 36px;
        height: 36px;
    }
    
    .form-wrapper input[type="submit"] {
        height: 70px;
        font-size: 23px;
    }

    .form-wrapper .select2-container .select2-selection--single {
        padding-left: 19px !important;
        font-size: 18px !important;
    }
}

@media(max-width: 767px) {
    button.navbar-toggler {
        display: none;
    }

    .footer-link a {
        font-size: 18px;
    }
    
    span.select2.select2-container.select2-container--default {
        max-width: 100%;
    }

    header.sticky-top {
        width: 100%;
        padding: 4px 15px 4px 0;
    }
    
    .navbar-brand img {
        height: 96px;
    }
    
    .text-fields {
        margin-top: 114px;
    }
    
    .text-fields {
        padding: 21px 16px 28px !important;
    }

    .textarea-field textarea {
        height: 154px !important;
        border-radius: 21px;
        padding: 15px 17px !important;
        margin-bottom: 24px !important;
    }
    
    .ginput_container.ginput_container_consent label {
        font-size: 14px;
    }
    
    .text-fields .first-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    
    .text-fields .second-title {
        font-size: 20px;
        line-height: 27px;
    }
    
    .text-fields .background-title {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 21px;
    }
    
    .text-fields .third-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    
    .text-fields .third-title img {
        width: 30px;
    }
    
    .custom-lang button {
        font-size: 14px;
    }
    
    .text-fields .red-text {
        font-size: 20px;
    }
    
    .text-fields .under-red {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    .name-field input, .email-field input {
        height: 37px;
        padding-left: 15px !important;
        font-size: 15px !important;
        margin-bottom: 10px !important;
    }
    
    span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    
    .form-wrapper .select2-container .select2-selection--single {
        height: 37px;
        line-height: 37px !important;
        margin-bottom: 12px !important;
        padding-left: 15px !important;
    }
    
    .form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 37px;
    }
    
    .form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 37px !important;
        right: 11px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: -10px !important;
    }
    
    .required-text {
        padding: 0;
        margin-bottom: 20px;
    }
    
    .form-heading {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .form-wrapper input[type="submit"] {
        height: 45px;
        font-size: 16px !important;
    }

    .text-fields {
        background-position: -89% 102% !important;
        background-size: 71%;
    }

    .text-fields {
        background-position: -89% 102% !important;
        background-size: 71%;
    }
    
    .slider-section .slider-img {
        height: 502px;
        object-fit: cover;
        object-position: top;
    }
    
    .single-slider .slide-title {
        font-size: 71px;
        line-height: 55px;
    }
    
    .single-slider .slide-title strong {
        font-size: 56px;
        line-height: 55px;
    }
    
    .slider-controls {
        bottom: 47px;
    }
    
    ul.slick-dots {
        padding-left: 27px;
    }
    
    .slider-section .col-wrapper > img {
        width: 62px;
        bottom: 45px;
    }
    
    .slider-section .slick-dots li {
        width: 22px;
        height: 22px;
        margin: 0 2px;
    }
    
    .slider-section .slick-dots li button {
        width: 22px;
        height: 22px;
        font-size: 13px;
    }
    
    .slider-controls button {
        width: 22px !important;
        max-width: 22px !important;
        height: 22px;
        padding: 0 !important;
    }
    
    .slider-controls button img {
        width: 7px;
        position: relative;
    }

    .single-slider .slide-title {
        bottom: 100px;
    }

    .custom-lang ul.dropdown-menu.show {
        min-width: 70px;
    }

    .confirmation-message .popup-body {
        width: 95%;
        border-radius: 21px;
    }
    
    .confirmation-message .popup-body .popup-content br {
        display: none;
    }
    
    .confirmation-message .popup .social a {
        margin: 0 13px;
    }
    
    .confirmation-message .popup-body > img {
        width: 70px;
    }
    
    .confirmation-message .popup button.remove-popup {
        top: 20px;
        right: 20px;
    }
}