.secondary-header-style {
    font-weight: bold;
    margin-bottom: 50px;
}

#features {
    background-color: #f0f1f2;
}

    #features p,
    #features strong,
    #features li {
        font-size: 16px;
    }

    #features h2 {
        text-align: center;
    }

    #features strong {
        display: block;
        margin-bottom: 10px;
    }

        #features strong.titleOne {
            margin-left: 40px;
        }

        #features strong.titleTwo {
            margin-left: 70px;
            margin-bottom: 20px;
        }

    #features li span {
        font-weight: bold;
    }

    #features li {
        margin-bottom: 10px;
    }

#about .new-font-size {
    font-size: 22px;
}

.footer .copyright {
    color: white;
}

    .footer .copyright a {
        color: white;
    }

#blogs {
    background-color: #f0f1f2;
}

#team {
    background-color: #f6f6f6;
}

    #team h2 {
        margin-bottom: 50px;
    }

    #team h3 {
        padding-top: 0;
        margin-top: 0;
        font-weight: bold;
    }

    #team p {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    #team h4 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    #team .social-info {
        margin-bottom: 0px;
    }

        #team .social-info a {
            color: #757575;
        }

#blogs h2 {
    margin-bottom: 40px;
}

.navbar-brand {
    color: white !important;
    /*cursor: default;*/
}

#blogs .post-block a {
    /*cursor: default !important;
    color: black !important;*/
}

.gradient .main-banner:after {
    /*main color #fc1e4f */
    /*
        #03fcec
        #03e8fc
        #03d3fc
        #0394fc
        #42d1f5
    */
    background: -webkit-gradient(30deg, #833ab4, #03fcec) !important;
    background: linear-gradient(30deg, #833ab4, #03fcec) !important;
}

body.gradient .bg-primary {
    background: -webkit-gradient(30deg, #03fcec, #833ab4) !important;
    background: linear-gradient(30deg, #03fcec, #833ab4) !important;
}

@media(min-width:992px) {
    .navbar-nav {
        margin-right: 125px;
    }
}

.innerPage .main-banner {
    max-height: 50vh;
    min-height: 50vh;
    height: 50vh;
}

.notBold {
    font-weight: normal;
    color: #757575;
}

.navbar-brand img {
    height: 60px;
}

.contact-us-page a {
    color: white
}

body.gradient .bg-dark.contact-us-page {
    background: linear-gradient(30deg, #03fcec, #833ab4) !important;
}

.bg-newsletter.text-white {
    padding: 20px 0;
}

    .bg-newsletter.text-white p,
    .bg-newsletter.text-white ul,
    .bg-newsletter.text-white a {
        margin-bottom: 0;
        color: white;
    }


    .bg-newsletter.text-white a {
        color: #fcb045;
    }

.selectNewStyle select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #fff;
    border-radius: .25rem;
    color: #495057;
    display: block;
    padding: 0 10px;
}

.selectNewStyle label.error {
}

.disabled-btn {
    cursor: default;
    pointer-events: none;
}
