.header-logo{
    width: 95px;
}
.th-widget-about .about-logo{
    width: 100px;
}
.service-video-wrapper{
    background-image: url('../img/blog/blog-s-1-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px 25px;
    border-radius: 5px;
    cursor: pointer;
}
.service-video-wrapper span{
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.service-video-wrapper span i{
    color: #000000;
}

.enquiry-popup{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 8888;
}
.enquiry-popup.show{
    display: flex;
}
.enquiry-popup-inner-box{
    width: 95%;
    background-color: #ffffff;
    padding: 15px;
}
.popup-header{
    position: relative;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup-header h2{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    padding: 0;
    margin: 0;
}
.popup-header span{
    font-size: 25px;
    line-height: 35px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.popup-header span i{
    color: #ffffff;
}
.popup-body{
    position: relative;
}
.popup-body .popup-form-control input{
    background-color: #dddddd;
}
.popup-body .popup-form-control button{
    background-color: #000000;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}
.fixed-enquiry-box-button{
    position: fixed;
    left: 0;
    right: 0;
    background-color: #16b4ff;
    bottom: 0;
    z-index: 88888;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
}
.fixed-enquiry-box-button h4{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.fixed-enquiry-box-button a{
    font-size: 16px;
    line-height: 26px;
    color: #ff1616;
    padding: 8px 25px;
    margin: 0;
    background-color: #16b4ff;
}
.th-btn.btn-sm.enquiry-btn{
    background-color: #101840;
    color: #ffffff;
}

@media (min-width: 992px){
    .enquiry-popup-inner-box{
        width: 50%;
    }
}
