
label.error {
    color: #ff0000;
    padding: 10px 10px 0;
}

.single-item-1{
    display: flex;
    align-items: baseline;
    gap: 17px;
}
 .single-item-1 .icon-box {
    
    
    font-size: 30px;
    text-shadow: 0 15px 20px rgb(0 137 255 / 50%);
    /* color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; */
}
#email_1-error{
    color: #ffffff;
    padding: 10px 10px 0;
    text-shadow: 0 15px 20px rgb(255 255 255 / 70%);
}
.lower-content p {
    min-height: 150px;
}
.mt-160{
    margin-top: 160px;
}
.sec-title-1 {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.sec-title-1 h4 {
    position: relative;
    font-size: 30px;
    line-height: 47px;
    color: #161616;
    font-weight: 700;
}
#content_block_03 .content-box .text  p {
    font-size: 16px;
}

/* responsive changes */
@media (min-width:1200px) and (max-width:1300px){
    .subscribe-section .vector-icon .vector-4{
        left: 25px;
    }
}

@media (min-width:768px) and (max-width:991px){
    .chooseus-style-two .inner-content .image-box{
        top: 4px;
        /* left: 50px; */
    }
    .tab-btn-box {
    text-align: center;
    }
}

/* preloader */
.logo-pre {
    /* background: linear-gradient(to bottom, #FFFCE9 0, #FFE1EC 100%); */
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 0 0 rgb(0 0 0/0%);
    /* animation: pulse 2s infinite; */
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 8px
}
.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}
.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #202020;
}

/* *********************************************************************************************************************************** */
.bull li{
    list-style: square; 
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    transition: all 500ms ease;  
}
.bull{
    padding-left: 30px;
}