.integration-home-banner {
    height: 560px;
}
.integration-home-banner .search-api-bar {
    width: 700px;
    border-radius: 100px;
    background: #fff;
    overflow: hidden;
}
.integration-home-banner .search-api-bar .search-api-input {
    padding: 18px 40px;
    width: 100%;
    height: 100%;
    border: none;
}
.integration-home-banner .search-api-bar .search-api-button {
    width: 70px;
    height: 59px;
    border-radius: 100px;
    background: #459ecb;
    border: none;
    color: #fff;
}
.integration-home-banner .search-api-bar .search-api-input:focus, .integration-home-banner .search-api-bar .search-api-button:focus {
    outline: none;
}
@media (max-width: 992px) {
    .integration-home-banner h1 {
        max-width: 500px;
    }
    .integration-home-banner .search-api-bar {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .integration-home-banner {
        height: 370px;
    }
    .integration-home-banner h1 {
        max-width: 400px;
        margin-bottom: 30px;
    }
    .integration-home-banner .banner-content {
        margin-top: 30px;
    }
    .integration-home-banner .search-api-bar .search-api-input {
        padding: 15px 20px;
    }
}

.integration-home-body {
    min-height: 500px;
}
.integration-home-body .api-loader {
    position: absolute;
    right: 0;
    left: 0;
    top: 30px;
    border: 3px solid #f1f1f1;
    border-top: 3px solid #459ecb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1.5s ease-in-out infinite;
    animation: spin 1.5s ease-in-out infinite;
    overflow-y: hidden;
}
.integration-home-body .api-providers {
    list-style-type: none;
}
.integration-home-body .api-list-box-cont {
    width: 20%;
    min-width: 100px;
}
.integration-home-body .api-list-box {
    width: 100px;
    min-height: 90px;
}
.integration-home-body .api-list-icon {
    width: 60px;
    margin-bottom: 10px;
}
.integration-home-body .provider-title {
    padding-left: 40px;
    color: #459ecb;
    margin-bottom: 15px;
}
.integration-home-text {
    font-size: 13px;
    color: #5c7079;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    word-break: break-word;
}
@media (max-width: 992px) {
    .api-list-box-cont {
        margin-left: auto;
        margin-right: auto;
    }
    .api-provider-cont {
        display: none;
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1440deg);
        transform: rotate(1440deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1440deg);
        transform: rotate(1440deg);
    }
}

.mobile-nav .toro-logo-horn {
    min-height: 30px;
    margin-right: 18px;
    margin-left: 0!important;
}