
html {
    scroll-behavior: unset !important;
}
.search-box label {
    width: 50%;
}
.boylen-reset-btn {
    width: 50px;
    height: 50px;
    background-color: #00d0e6;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    margin-left: 6px;
    position: relative;
    top: calc(50% - 25px);
}


.search-box{
    width: 45%;
}
.events-head.flex-wrap{
    margin-bottom:0;
    padding-right: 180px;
}
.event-filter-ctn{
    position:relative;
}
.event-filter-ctn:after{
    content: "";
    position: absolute;
    top: 0;
    right: -120px;
    width: 250px;
    height: 100%;
    background: #fff;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 50%);
}
@media only screen and (max-width: 1003px){
    .nv-social-icons-list li {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 748px) and (max-width: 1003px){
    .iat-ctn .iat-image {
        padding-top: 0;
    }
    .iat-content{
        width: 100%;
        padding: 0;
    }
}
@media only screen and (min-width: 747px) and (max-width: 930px){
    .search-box {
        width: 100%;
    }
}
@media only screen and (max-width: 747px){
    .events-filter form {
        row-gap: 20px;
    }
    .boylen-reset-btn {
        position: unset;
        width: 100%;
        margin: 0;
        border-radius: 100px;
    }
    .events-filter select {
        margin: 0;
    }
    .search-box {
        width: 100%;
    }
    .search-box label {
        width: 100%;
    }
    .iat-ctn .iat-image {
        width: 100%;
        padding-top: 0;
    }
    .iat-content{
        width: 100%;
        padding: 0;
    }
    .event-heading {
        text-align: left;
    }
    .event-heading h2 {
        margin-bottom: 0;
    }
}