.outlined-input input,
.outlined-input label {
    transition: .1s cubic-bezier(.65, .05, .36, 1)
}

.font-10 {
    font-size: 10px !important
}

.font-11 {
    font-size: 11px !important
}

.font-12 {
    font-size: 12px !important
}

.font-13 {
    font-size: 13px !important
}

.font-14 {
    font-size: 14px !important
}

.font-15 {
    font-size: 15px !important
}

.font-16 {
    font-size: 16px !important
}

.font-17 {
    font-size: 17px !important
}

.font-18 {
    font-size: 18px !important
}

.font-19 {
    font-size: 19px !important
}

.font-20 {
    font-size: 20px !important
}

.font-21 {
    font-size: 21px !important
}

.font-22 {
    font-size: 22px !important
}

.font-23 {
    font-size: 23px !important
}

.font-24 {
    font-size: 24px !important
}

.font-25 {
    font-size: 25px !important
}

.font-26 {
    font-size: 26px !important
}

.font-27 {
    font-size: 27px !important
}

.font-28 {
    font-size: 28px !important
}

.font-29 {
    font-size: 29px !important
}

.font-30 {
    font-size: 30px !important
}

.font-31 {
    font-size: 31px !important
}

.font-32 {
    font-size: 32px !important
}

.font-33 {
    font-size: 33px !important
}

.font-34 {
    font-size: 34px !important
}

.font-35 {
    font-size: 35px !important
}

.font-36 {
    font-size: 36px !important
}

.font-37 {
    font-size: 37px !important
}

.font-38 {
    font-size: 38px !important
}

.font-39 {
    font-size: 39px !important
}

.font-40 {
    font-size: 40px !important
}

.font-41 {
    font-size: 41px !important
}

.font-42 {
    font-size: 42px !important
}

.font-43 {
    font-size: 43px !important
}

.font-44 {
    font-size: 44px !important
}

.font-45 {
    font-size: 45px !important
}

.font-46 {
    font-size: 46px !important
}

.font-47 {
    font-size: 47px !important
}

.font-48 {
    font-size: 48px !important
}

.font-49 {
    font-size: 49px !important
}

.font-50 {
    font-size: 50px !important
}

.fw-100 {
    font-weight: 100 !important
}

.fw-200 {
    font-weight: 200 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

hr {
    border-top: 1px solid #00d094;
    opacity: .5
}

marquee {
    width: 100%;
    height: 175px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.text-theme {
    color: #00d094 !important
}

.text-justify {
    text-align: justify !important
}

.hiddenradio,
.hoverbtns,
.tooltiptext {
    text-align: center
}

.zoom-effect {
    transition: transform .2s
}

.zoom-effect:hover {
    transform: scale(1.04)
}

.blink {
    animation: 1.5s linear infinite blink
}

@keyframes blink {
    0%,
    100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

.alert {
    font-size: 14px;
    letter-spacing: .5px
}

.header-border {
    border-bottom: 1px solid #192f28
}

.noheaderborder .header-border {
    border-bottom: none !important
}

.custom-padding {
    padding-top: 100px
}

.hoverbtns {
    transition: .5s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.authform {
    background-color: var(--floating-content-bg-color-2);
    backdrop-filter: blur(2px);
    padding: 30px;
    border: 2px solid var(--border-color);
    box-shadow: -40px 40px 60px 0 rgba(5, 30, 54, .05);
    border-radius: 15px
}

.from-box .input,
.input-group-text {
    background-color: rgba(27, 45, 41, .5)
}

.gallery:hover .image {
    opacity: .3
}

.gallery:hover .hoverbtns {
    opacity: 1
}

.hoverbtns a {
    display: inline-block;
    background-color: #00d094;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px
}

.hiddenradio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.hiddenradio label {
    text-align: center;
    margin: 5px 1%;
    width: 45%
}

.hiddenradio [type=radio]+div.radiocheck {
    cursor: pointer;
    background: #edf1ff;
    border-radius: 10px;
    padding: 8px 5px;
    color: #011610
}

.hiddenradio [type=radio]:checked+div.radiocheck {
    background: #00d094
}

.g-recaptcha>div {
    margin: 0 auto
}

.input-group-text {
    color: #7cafa1;
    padding: 15px;
    border-left: 2px solid #435350;
    border-top: 2px solid #435350;
    border-bottom: 2px solid #435350;
    border-radius: 10px 0 0 10px
}

.from-box .input {
    height: 45px;
    transition: .5s;
    border: 2px solid #2c3e3a;
    border-radius: 10px;
    padding: 8.5px 15px;
    display: block;
    width: 100%;
    color: #fff
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em !important;
    background: url(../../../../cdn-icons-png.flaticon.com/512/9974/9974058.png) 0 0/100%;
    border: 0;
    border-radius: .25rem;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px
}

.modal-content {
    background: #000;
    border: none;
    border-radius: 1rem rem;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 100%
}

#incomeCalculator .modal-content {
    background-image: url('../images/calbg.html');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.subheading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}

.fixed {
    position: fixed;
    bottom: 0;
    z-index: 9;
    background: #00150f
}

.cal-details {
    visibility: collapse;
    width: 0;
    height: 0;
    padding: 0
}

.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #212121;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    position: absolute !important;
    z-index: 1 !important;
    bottom: 60px;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity .3s
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #212121 transparent transparent
}

.copydata:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.outlined-input {
    position: relative
}

.outlined-input label {
    position: absolute;
    top: 50%;
    left: 10px;
    padding: 0 10px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .5);
    pointer-events: none
}

.outlined-input input:focus~label,
.outlined-input input:not(:placeholder-shown)~label {
    background-color: #1d2f2b;
    line-height: 10px;
    font-size: 14px;
    top: 0;
    left: 15px
}

.testimonial__author-designation p.subheading {
    padding-block-end: 0;
    border-bottom: none !important
}

.footer__links-tittle p.subheading {
    padding-bottom: 10px;
    font-size: 18px
}

.loader {
    letter-spacing: -5px
}

.loader span {
    color: #fff;
    text-shadow: 0 0 0 #fff;
    -webkit-animation: 1s ease-in-out infinite alternate loading
}

.loader span:nth-child(2) {
    -webkit-animation-delay: .1s
}

.loader span:nth-child(3) {
    -webkit-animation-delay: .2s
}

.loader span:nth-child(4) {
    -webkit-animation-delay: .3s
}

.loader span:nth-child(5) {
    -webkit-animation-delay: .4s
}

.loader span:nth-child(6) {
    -webkit-animation-delay: .5s
}

.loader span:nth-child(7) {
    -webkit-animation-delay: .6s
}

.loader span:nth-child(8) {
    -webkit-animation-delay: .7s
}

.loader span:nth-child(9) {
    -webkit-animation-delay: .8s
}

.loader span:nth-child(10) {
    -webkit-animation-delay: .9s
}

.loader span:nth-child(11) {
    -webkit-animation-delay: 1s
}

.loader span:nth-child(12) {
    -webkit-animation-delay: 1.1s
}

.loader span:nth-child(13) {
    -webkit-animation-delay: 1.2s
}

.loader span:nth-child(14) {
    -webkit-animation-delay: 1.3s
}

.loader span:nth-child(15) {
    -webkit-animation-delay: 1.4s
}

.loader span:nth-child(16) {
    -webkit-animation-delay: 1.5s
}

.loader span:nth-child(17) {
    -webkit-animation-delay: 1.6s
}

.loader span:nth-child(18) {
    -webkit-animation-delay: 1.7s
}

.loader span:nth-child(19) {
    -webkit-animation-delay: 1.8s
}

.loader span:nth-child(20) {
    -webkit-animation-delay: 1.9s
}

.loader span:nth-child(21) {
    -webkit-animation-delay: 2s
}

.loader span:nth-child(22) {
    -webkit-animation-delay: 2.1s
}

@keyframes loading {
    100% {
        text-shadow: 2px 0 25px #00d094;
        color: #00d094
    }
}

.github {
    bottom: 10px;
    right: 10px;
    position: fixed;
    border-radius: 10px;
    background: #fff;
    padding: 0 12px 6px;
    border: 1px solid #000
}

.github a:active,
.github a:hover,
.github a:link,
.github a:visited {
    color: #000;
    text-decoration: none
}

.github img {
    height: 30px
}

.github #gh-project {
    font-size: 20px;
    padding-left: 5px;
    font-weight: 700;
    vertical-align: bottom
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 100px 0 #032e1a
}

.checklist p {
    display: flex
}

.checklist p span {
    width: 100%
}

.checklist p span.check {
    width: 22px;
    margin-right: 10px
}

.checklist p .check img {
    width: 22px;
    height: 22px
}

.calleft {
    width: 60%
}

.livechat {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 9
}

@media (min-width:576px) {
    .modal-sm {
        --bs-modal-width: 400px;
    }
}

@media (max-width:576px) {
    .banner--style1 {
        padding-block-start: 30px
    }
    .banner__thumb {
        display: none
    }
    .custom-padding {
        padding-top: 25px
    }
    .authform {
        padding: 30px 10px
    }
    .calleft {
        width: 100%
    }
    #incomeCalculator .input {
        font-size: 13px
    }
    .form-control {
        padding: 11px 20px
    }
    .footer {
        margin-bottom: 75px
    }
    .blog__writer,
    .footer__app-inner,
    .social {
        justify-content: center
    }
    .footer__end {
        text-align: center
    }
}