.header-logo{
    padding: 0 !important;
}
.logo{
    height: 80px !important;
    width: auto;
}
.header-button .th-btn,.mobile-header-button .th-btn{
    min-width: 80px;
    font-size: 0.8rem !important;
    padding: 10px 15px !important;
    font-weight: bold;
}
.header-button .th-btn.login-btn,.mobile-header-button .th-btn.login-btn{
    background: #1d5edc !important;
}
.mobile-header-button .th-btn{
    display: block;
    width: 80%;
    margin: 20px auto;
}
.th-btn{
    padding: 18px 26px !important;
    font-size: 0.9rem !important;
}
.btn-secondary-bg-color{
    background-color: var(--theme-color2);
}
.btn-secondary-color{
    color: var(--theme-color2);
}
.price-box .box-price{
    margin-bottom: 30px;
}
.mobile-logo img{
    height: 100px;
    width: auto;
}
.small-pricing-table .box-title{
    height: auto !important;
}
.small-pricing-table .box-title{
    font-size: 1.2rem;
    font-weight: bolder;
    margin-bottom: 20px
}
.small-pricing-table .price-box{
    padding: 40px 25px;
}
.content-price-table .th-ani:hover,.content-pricing-page .th-ani:hover{
    transform: none !important;
}
.small-pricing-table .box-price{
    font-size: 1.8rem;
}
.th-btn,.th-btn.style-radius{
    padding: 14px 20px !important;
}
.content-price-table .up-to{
 margin-top: 10px;
}
.content-pricing-page .price-box{
    padding: 50px 30px;
}
.content-pricing-page .box-title{
    font-size: 1.4rem;
    font-weight: bolder ;
}
.footer-logo img{
    width: 110px;
    height: auto;
}
.available-list li.unavailable:after{
    color: red;
}
.service-featured .box-title{
    font-size: 1.2rem;
}
.text-left{
    text-align: left !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
#pricing_page .box-title{
    font-size: 1.2rem;
}
.pricing-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.scroll-down-arrow {
    transform: translateX(-50%);
    font-size: 30px;
    color: var(--theme-color);;
    animation: bounce 1.8s infinite;
    text-decoration: none;
    opacity: 0.8;
    position: absolute;
    bottom: 20px;
    left: 40%;
    transform: translateX(-50%);
}

.scroll-down-arrow:hover {
    opacity: 1;
}
.th-hero-wrapper{
    height: 100vh;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(8px);
    }
    60% {
        transform: translateX(-50%) translateY(4px);
    }
}

.width-100{
    width: 100% !important;
}
input[type="checkbox"] ~ label:before{
    border: 1px solid;
}
.form-control.error{
    border: 1px solid red;
}
label.error{
    color: red;
    margin-top: 2px;
    padding-left: 10px;
}
.no-input{
    position: absolute;
    top: -5000px;
    left: -9000px;
    z-index: -1;
}
#accept_validation-error{
    padding-left:1.5em
}
label{
    margin-bottom: 0.2em;
}
.breadcumb-wrapper{
    position: relative;
}
.center-center-bg{
    background-position: center center;
}
.center-bottom-bg{
    background-position: center bottom;
}
.font-48{
    font-size: 48px !important;
}
/*
@media(min-width: 1400px){
    .th-hero-wrapper {
        height: 90vh;
    }
    .hero-style1{
        padding: 150px 2px;
    }
}*/

.img-service{
    height: 400px !important;
    width: auto !important;
}
.font-14px{
    font-size: 14px;
}
.font-20px{
    font-size: 20px;
}
.fe-img{
    height: 350px !important;
    width: auto;
    display: block;
    margin: auto;
}
@media (max-width: 1100px) {
    .hide-img-on-mobile{
        display: none;
    }
}
.pr-22{
    padding-right: 22px;
}