﻿.lui-flex {
    display: flex;
}

.text-red {
    color: #fb2929;
}

.lui-justify-content-center {
    justify-content: center;
}

.lui-space-around {
    justify-content: space-around;
}

.lui-text {
    align-items: center;
}

    .lui-text:not(:last-child) {
        padding-bottom: 20px;
    }

.lui-p-input, .lui-p-select {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    color: #686a6f;
    font-weight: normal;
}

.select2-container .select2-selection {
    height: 48px !important;
}

.select2-selection__rendered {
    line-height: 48px !important;
}

.select2-selection__arrow {
    right: 10px !important;
    height: 48px !important;
}

.lui-p-clause {
    color: red;
    font-size: 14px;
}

.lui-p-submit {
    padding-top: 40px;
    align-items: center;
    justify-content: center;
}

.lui-tab-1-title {
    font-weight: 500;
    padding-bottom: 40px;
    font-size: 24px;
    align-items: center;
}

    .lui-tab-1-title svg {
        padding-right: 10px;
        width: 40px;
        height: 40px;
    }

.lui-tab-2 {
    font-size: 18px !important;
}


@media only screen and (min-width: 768px) {
    .lui-tab2-single-text {
        text-align: right;
    }
    
}


.lui-tab2-submit {
    padding-top: 40px;
    align-items: center;
    justify-content: flex-end;
}

.lui-tab2-submit2 {
    padding-top: 40px;
    align-items: center;
    justify-content: center;
}

.lui-tabs {
    position: relative;
}

    .lui-tabs .tabs-disabled {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
    }


.pswp__preloader__icn {
    opacity: 0.75;
    width: 24px;
    height: 24px;
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}

/* The idea of animating inner circle is based on Polymer loading indicator by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html */
.pswp__preloader__cut {
    position: relative;
    width: 12px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.pswp__preloader__donut {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
    -webkit-animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-140deg)
    }

    100% {
        transform: rotate(0)
    }
}


#imgpreview {
    margin: 20px 15px;
}

    #imgpreview img {
        max-height: 300px;
        width: auto;
    }

.plihover a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: var(--thm-base);
}

.main-menu .navigation > li > a, .main-menu .navigation > li > ul > li > a {
    font-size: 18px;
}

.service-block-two .inner-box h5 {
    font-size: 20px;
}

.service-block-two .text,
.main-footer .footer-bottom .copyright,
.contact-section .info-block .inner-box .text,
.work-tabs .tabs-content .text p,
.work-tabs .tabs-content .text,
.areas-text,
.sec-title .lower-text,
.main-menu .navigation > li > ul > li > ul > li > a {
    font-size: 16px;
}

.main-footer .links-widget ul li a {
    font-size: 15px;
    font-weight: 400;
}

.widget-content .contact-info li a {
    font-size: 15px;
}

.foot-text h6,
.why-us-section .feature h6,
.sidebar-title h4 {
    font-size: 20px !important;
}

.foot-text p {
    font-size: 15px;
}

.sec-title h2 {
    font-size: 40px;
}

.about-section .text-column .text {
    font-size: 16px;
}

.area-table thead,
.title-h6 h6 {
    font-size: 18px;
}

.area-table tbody,
.sidebar .services ul li a,
.text-content p {
    font-size: 16px;
}

.sec-title h3 {
    font-size: 45px;
}

.inner-box .text {
    font-size: 16px !important;
}

.areas-deposit-text {
    font-size: 18px;
}

.btn-style-one .btn-title {
    font-size: 16px;
}

/*.page-banner h1 {
    font-size: 80px;
}
*/
.plihover {
    font-size: 15px;
}


.ad {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: red;
    font-size: 16px;
    z-index: 9999;
}

.ad-container {
    position: relative;
    background-image: url(/static/images/adbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    height: 680px;
    box-shadow: 0px 0px 10px #000;
    border-radius: 5px;
}

.ad-option {
    position: absolute;
    top: 6px;
    right: 6px;
}

    .ad-option span {
        color: #ffaa17;
        font-weight: bold;
    }



.ad-input {
    position: absolute;
    bottom: 114px;
    left: 136px;
}

    .ad-input input {
        margin-bottom: 28px;
        width: 375px;
        background-color: transparent;
        color: #ffaa17;
        padding: 0 10px;
        height: 33px;
    }

.ad-button {
    font-size:20px;
}
