body {
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-weight: normal;
    height: 100vh;
    color: #252525;
}

.bg-login {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.group-input {
    position: relative;
    margin: 25px 0;
}

.input-custom {
    background: none;
    color: #252525;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
}

.input-custom:focus, textarea:focus {
    outline: none;
}

.input-custom:focus~label {
    top: -10px;
    font-size: 12px;
    color: #2196F3;
}

.input-custom:focus~.bar:before, textarea:focus~.bar:before {
    width: 100%;
}

/*.input-custom[type="password"] {
    letter-spacing: 0.3em;
}*/

.custom-label {
    color: #748592;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 12px;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
}

.bar {
    position: relative;
    display: block;
}

.bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #2196F3;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    left: 0%;
}

.socail-media ul {
    margin: 0;
    padding: 0;
}

.socail-media ul li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
}

.form-container {
    height: calc(100% - 120px);
}

.custom-padding {
    padding-left: 80px;
    padding-right: 80px;
}

.form-container a {
    font-family: 'Proxima Nova Lt';
    color: #179DCE;
    font-weight: 600;
    text-decoration: underline;
}

.form-container p, .connect-us {
    color: #637889;
}

.checkbox label {
    color: #748592;
}

.connect-us {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}

.form-container h2 {
    font-size: 32px;
    font-weight: 700;
}

.login-tab a.nav-link.active {
    background: #169dce;
}

.login-tab a {
    color: #252525;
    padding: 8px 30px;
    text-decoration: none;
}

/* home page  */

.container {
    max-width: 1300px;
}

.search-beat input.form-control {
    height: 48px;
    padding-left: 45px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 4px 0 0 4px !important;
}

.search-beat img {
    position: absolute;
    left: 14px;
    top: 12px;
    z-index: 10;
}

.banner {
    padding-top: 80px;
    background: url('../img/top-banner.png') no-repeat center center/cover;
}

/* @media (min-width: 768px) {
    .bg-top-right {
        background: rgb(52, 124, 244);
        background: linear-gradient(0deg, rgba(52, 124, 244, 1) 0%, rgba(23, 159, 205, 1) 100%);
        position: absolute;
        z-index: -1;
        top: 0;
        height: 100%;
        width: 50vw;
        border-radius: 0 0 0 60px;
        right: 0;
    }
} */

 /*@media (max-width: 767px) {
    .navbar-toggler {
        background: rgb(52, 124, 244);
        background: linear-gradient(0deg, rgba(52, 124, 244, 1) 0%, rgba(23, 159, 205, 1) 100%);
    } 
    .top-right-img {
        background: rgb(52, 124, 244);
        background: linear-gradient(0deg, rgba(52, 124, 244, 1) 0%, rgba(23, 159, 205, 1) 100%);
    }
}*/

/* .landing-top .top-right-img img {
    width: 106%;
    padding-bottom: 120px;
    padding-top: 150px;
} */

.top-left h1 {
    font-size: 52px;
    line-height: 64px;
    font-weight: 600;
}

.top-left p {
    font-size: 17px;
    /* color: #3a3a3a; */
}

.top-left a {
    text-decoration: underline;
    font-size: 19px;
}

.search-beat {
    width: 85%;
}

.search-beat input {
    background: #f3f3f3;
    border-color: #e9e9e9;
}

.login-section a {
    background-color: #ffffff;
    color: #252525;
}

.login-section a {
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    background-color: #ffffff;
    color: #252525;
    height: 40px;
    width: 105px;
    display: block;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
}

.login-section a:first-child {
    margin-bottom: 10px;
}


@media (min-width: 992px) {
    .login-section a {
        margin-left: 10px;
        display: inline-block;
    }
    .login-section a:first-child {
        background-color: transparent;
        border: 1px solid #fafafa;
        color: #ffffff;
        margin-bottom: 0;
    }
    .customNav {
        background-color: transparent !important;
    }
    .customNav a.nav-link {
        padding: 0 20px !important;
        color: #fff !important;
    }
}

.customNav a.nav-link {
    font-size: 17px;
}

.search-beat input.form-control:focus {
    border-color: rgb(22, 147, 190);
    box-shadow: none;
}

.footer-socail {
    border-bottom: 1px solid #dadce0;
    padding-bottom: 25px;
}

.footer-socail ul {
    margin: 0;
    padding: 0;
}

.footer-socail ul li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
    font-size: 18px;
    vertical-align: middle;
}

.footer-link h3 {
    font-family: 'Proxima Nova Lt';
    font-size: 16px;
    text-transform: uppercase;
}

.footer-link ul {
    margin: 0;
    padding: 0;
}

.footer-link ul li {
    display: block;
    list-style: none;
    padding-bottom: 18px;
}

.footer-link ul li a, .footer-bottom ul li a {
    color: #5f6368;
    font-size: 15px;
}

.footer-link ul li a:hover {
    color: #179DCE;
    text-decoration: none;
}

.footer-bottom ul {
    margin: 0;
    padding: 0;
}

.footer-bottom ul li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 40px;
}

.footer-bottom {
    border-top: 1px solid #dadce0;
    padding: 20px 0;
}

.footer-link {
    padding: 42px 0 30px 0;
}

.footer-link input {
    height: 46px;
    border: 2px solid #2d6a84;
}

.copy-right {
    color: #5f6368;
    font-size: 15px;
}

.sell-online-text p {
    font-size: 18px;
    color: #fff;
}

.sell-online-text button {
    border: 2px solid #fff;
    padding: 10px 20px;
    font-size: 19px;
}

.sell-online-text button img {
    padding-left: 6px;
}

.partner-logo ul {
    margin: 0;
    padding: 0;
}

.partner-logo ul li {
    list-style: none;
}

.our-partners-heading, .trending-heading {
    font-size: 24px;
    margin-bottom: 20px;
}

.track-name {
    font-size: 15px;
    font-weight: bold;
}

.attist-name {
    font-size: 13px;
}

.trending-now .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

.trending-now .owl-nav button span {
    width: 23px;
    height: 23px;
    display: block;
    text-indent: -999999px;
}

.trending-now .owl-nav button:hover {
    background: transparent !important;
}

.trending-now .owl-nav button:focus {
    background: transparent !important;
    outline: transparent !important;
}

.trending-now .owl-nav button.owl-next span {
    background: url(../../img/next.png);
}

.trending-now .owl-nav button.owl-prev span {
    background: url(../../img/prev.png);
}

.sticky-header {
    background-color: #5394af !important;
}

.sticky-header .navbar-nav .nav-link {
    color: #fff !important;
}

/* .sticky-header .login-section a {
    background: linear-gradient(0deg, rgba(22, 147, 190, 1) 0%, rgba(30, 169, 216, 1) 100%);
    color: #fff;
}

.sticky-header .login-section a:first-child {
    background: transparent !important;
    border: 1px solid #1aa3d1 !important;
    color: #1697c3;
} */

/* @media (max-width: 992px) {
    .login-section a {
        background: linear-gradient(0deg, rgba(22, 147, 190, 1) 0%, rgba(30, 169, 216, 1) 100%);
        color: #fff;
    }
    .login-section a:first-child {
        background: transparent !important;
        border: 1px solid #1aa3d1 !important;
        color: #1697c3;
    }
} */

.customer-say {
    padding-top: 70px;
    padding-bottom: 70px;
}

.testimonails-box {
    background: #fff;
    padding: 30px 30px;
    text-align: center;
    border-radius: 6px;
    width: 280px;
    margin: 0 auto;
}

.testimonails-two {
    width: 330px;
    margin-bottom: 60px;
}

.testimonails-third {
    width: 294px;
    margin: 0;
    background: #255569;
}

/* .testimonails-box p {
    color: #707070;
} */

.testimonails-box h3 {
    color: #2d6a84;
    font-size: 20px;
}

.testimonails-box span {
    font-size: 15px;
    /* color: #707070; */
}

.testimonails-third.testimonails-box h3 {
    color: #fff;
}

.customer-img img {
    position: absolute;
}

.customer-img img:nth-child(1) {
    left: 100px;
    top: -20px;
}

.customer-img img:nth-child(2) {
    left: 78px;
    bottom: -50px;
}

.customer-img img:nth-child(3) {
    right: 0;
    bottom: 87px;
}

/* search page */
.search-banner {
    background: url('../img//search-banner.png') no-repeat center center/cover;
}

@media (min-width: 992px) {
    .small-image img {
        height: 188px;
    }
}

@media screen and (max-width:1280px) {
    .custom-padding {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width:1024px) {
    .testimonails-box, .testimonails-two, .testimonails-third {
        width: auto;
    }
    .customer-img img:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .heading-sub {
        font-size: 36px;
    }
    .sell-online-text button {
        padding: 10px 10px;
        font-size: 16px;
    }
    .navbar.bg-light {
        background-color: #33718b !important;
    }
    
    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }
}

@media screen and (max-width:767px) {
    .form-container {
        width: 300px;
        margin: 0 auto;
    }
    .customer-img {
        display: none;
    }
    .testimonails-two {
        margin-bottom: 0;
    }
    .testimonails-box {
        margin-bottom: 20px;
    }

    .testimonails-third {
        background: #fff;
    }
    .testimonails-third.testimonails-box h3 {
        color: #1e67d5;
    }
}

@media screen and (max-width:640px) {
    .footer-bottom ul li {
        padding-right: 10px;
    }
    .footer-bottom img {
        width: 140px;
    }
    .footer-link ul li a, .footer-bottom ul li a {
        font-size: 14px;
    }
    .copy-right {
        font-size: 13px;
    }
    .footer-link h3 {
        font-size: 15px;
    }
    .footer-link ul li {
        padding-bottom: 0;
    }
    .customer-say {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .heading-sub {
        font-size: 24px;
    }
    .sell-online-text p {
        font-size: 15px;
    }
}

@media screen and (max-width:575px) {
    .footer-link {
        padding: 20px 0 0px 0;
    }
}

@media screen and (max-width:360px) {
    .form-container {
        width: 100%;
    }
}