body {
    font-family: 'Montserrat', sans-serif;
}

.show-video {
    display: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.hide {
    display: none !important;
}

.hide-mobile {
    display: flex;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.navbar-toggler {
    font-size: 16px;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0;
    margin-top: 4px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:active {
    color: #000
}

.banner {
    padding: 91px 0px 0px 0px;
}

.banner-text {
    position: relative;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.banner-content {
    position: absolute;
    text-align: center;
}

.banner-content h1 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.banner-content p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.ad {
    text-align: center;
}

img {
    width: 100%;
}

.header {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
}

.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.banner,
.video,
.podcast,
.ebook {
    margin-bottom: 40px;
}

.about {
    background-color: #f58025;
    color: #fff;
    padding-top: 90px;
    padding-bottom: 70px;
}

.video .title,
.about .title {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

.video .title::after,
.about .title::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 66px;
    left: 0;
    bottom: -15px;
}

.video .title::after {
    background: #CD163F;
}

.about .title::after {
    background: #fff;
}

.about a {
    color: #fff;
    text-decoration: underline;
}

.podcast .title img,
.more-video .title img,
.video .title img {
    vertical-align: top;
    margin-left: 10px;
}

.podcast a {
    margin: auto;
}

.ad-img {
    width: auto;
    max-width: 100%;
}

.blue-text {
    color: #2ba5f0;
}

.footer {
    font-size: 10px;
    color: #fff;
    background-image: url(../images/footer.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 70px 20px 70px;
}

.footer .disclaimer {
    margin-bottom: 5px;
}

.footer-bg {
    background: #f58025;
}

.social-icons-link {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: left;
}

.social-icons-link img {
    width: auto;
}

.video .modal-content {
    position: relative;
    background: transparent;
}

.video .modal-content .btn-close {
    position: fixed;
    right: -14px;
    top: -16px;
}

.video .modal-dialog {
    max-width: 80%;
    height: 80%;
}

.video .modal-content {
    height: 100%;
}

.mobile-inline-block {
    display: block;
}

.copyright {
    font-size: 12px;
    color: #95989A;
}

.copyrightForA {
    font-size: 12px!important;
    color: #95989A!important;
}

.copyright a {
    color: #fff;
}

.copyright img {
    width: auto;
}

.show-mobile {
    display: none;
}

.container {
    max-width: 1080px;
}

.social-container {
    text-align: right;
}

.ebook-btn {
    border: 1px solid #FC5325;
    color: #FC5325;
    background: transparent;
    width: 100%;
}

.ebook-btn:hover {
    background: #fc5325;
    border: 1px solid transparent;
}

.ebook-title {
    font-family: arial;
    font-size: 14px;
}

.ebook-desc {
    font-size: 14px;
}

.branding {
    font: normal normal normal 12px/21px Roboto;
    color: #8F9DA5;
}

.single-video {
    position: relative;
}

.single-video img {
    border-radius: 10px;
}

.single-video-title {
    font-size: 15px;
    font-weight: 700;
}

.single-video .excerpt {
    font-size: 12px;
    font-weight: 200;
}

.excerpt-content {
    position: relative;
}

.excerpt-button {
    position: absolute;
    bottom: 0px;
    border-radius: 0px;
    background: #CD163F;
}

.play-button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 50%;
    background: #f58025;
    border: 0px solid transparent;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #fff;
}

.video-button-container {
    margin-bottom: 20px;
}

.video-container {
    position: relative;
}

.single-video-row {
    margin-bottom: 20px;
}

.play-button:hover {
    color: #fff;
    background: #ED1C24;
}

.modal-backdrop.show {
    opacity: 1;
    z-index: 9999;
}

.iframe-container {
    height: 100%;
}

.close span {
    color: #fff;
    font-weight: normal;
}

.form .close {
    position: absolute;
    right: 10px;
    top: 0px;
    right: -15px;
    top: -15px;
}

.form-img img {
    height: 100%;
    border-radius: 0.3rem;
}

.bq-form {
    padding: 15px;
    padding-left: 0px;
}

#carouselIndicators .carousel-item img {
    width: auto;
    margin: auto;
    max-width: 100%;
}

.carousel-indicators .active {
    background-color: #ED1C24;
}

.carousel-indicators li {
    background-color: #B9B9B9;
}

.width-auto {
    width: auto;
}

.podcast h2 {
    font-weight: bold;
    font-size: 18px;
}

.podcast p {
    color: #535353;
    font-size: 14px;
}

.podcast-divider {
    border-width: 2px;
}

.single-podcast button {
    margin: auto;
    display: block;
    margin-top: 36%;
    color: #fff;
    background: #ED1C24;
    border: 0px solid transparent !important;
    font-size: 18px;
    font-weight: bold;
    font-family: arial;
    padding: 10px 40px;
    cursor: pointer;
}

.carousel-item .play-button {
    top: 160px;
    left: 45%;
}

.carousel-item .excerpt {
    background: rgb(102 102 102 / 20%);
    padding: 10px;
    max-width: 100%
}

.video-duration {
    position: absolute;
    left: 30px;
    bottom: 143px;
    border: 2px solid #fff;
    padding: 0px 5px;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
}

.home-button {
    margin-right: auto;
}

.home-button img {
    width: 16px;
    height: 16px;
}

.modal {
    z-index: 99999;
}

.consultation .form-check-label {
    padding-left: 15px;
}

.consultation .form-check-label .form-check-input {
    width: auto;
}

@media screen and (max-width:992px) {
    .single-video .excerpt {
        font-size: 10px;
    }
    .excerpt-buttonP {
        font-size: 12px;
    }
    .bq-form {
        padding-left: 15px;
    }
    .nav-link.active::after,
    .nav-link:hover::after {
        margin-left: 0;
    }
    .banner-text h1 {
        font-size: 25px;
    }
    .banner-text p {
        font-size: 16px;
    }
    .navbar-brand.hero {
        margin-right: 0;
        margin-left: auto;
    }
    .navbar-brand.bq {
        margin-left: 5px;
    }
    .hero img {
        height: 30px;
        width: auto;
        margin-right: 0px;
        margin-left: 40px;
    }
    .bq img {
        height: 18px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .home-button {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .single-image-content {
        margin-bottom: 10px;
    }
    .single-podcast h2 {
        padding-top: 20px;
    }
    .single-video .excerpt {
        font-size: 12px;
    }
    .excerpt-button {
        font-size: 10px;
        position: relative;
    }
    .video-duration {
        bottom: 122px;
    }
    .nav-link.active::after,
    .nav-link:hover::after {
        margin-left: auto;
    }
    .show-mobile {
        display: block;
    }
    .hide-mobile {
        display: none !important;
    }
    .header {
        padding: 0px;
    }
    .header>.container {
        padding: 0px;
    }
    .mobile-inline-block {
        display: inline-block;
    }
    body {
        text-align: center;
    }
    .podcast h2::after,
    .ebook h2::after,
    .video h2::after,
    .about h2::after {
        left: 0px;
        right: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .ebook-title {
        font-size: 16px;
    }
    .ebook-desc {
        font-size: 16px;
    }
    .social-container {
        text-align: center;
        margin-top: 10px;
    }
    /* .banner-image{
        display: none;
    } */
    hr.show-mobile {
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        display: inline-block;
    }
    .video .modal-dialog {
        max-width: 100%;
        height: auto;
    }
    .video .modal-content {
        height: 200px;
    }
    .single-podcast button {
        width: 100%;
        margin-top: 20px;
    }
    .podcast .title,
    .more-video .title,
    .video .title,
    .about .title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:640px) {
    .banner-text h1 {
        font-size: 18px;
    }
    .banner-text p {
        font-size: 12px;
    }
    .banner-content {
        top: 20px;
    }
    .video .modal-content .btn-close {
        right: 0px;
        top: 0px;
    }
}

@media screen and (max-width:480px) {
    .navbar-brand img {
        width: 200px;
    }
    .carousel-item .play-button {
        top: 20%;
        left: 33%;
    }
    .single-video .excerpt {
        font-size: 10px
    }
    .podcast h2 {
        font-size: 20px;
    }
    .podcast p {
        font-size: 14px;
    }
    .single-podcast button {
        font-size: 14px;
    }
    .copyright {
        font-size: 8px;
    }
    .social-icons-link {
        width: 16px;
        height: 16px;
    }
    .copyright img {
        height: 20px;
    }
    .home-button {
        float: left;
    }
    .navbar-toggler {
        float: left;
    }
}

@media screen and (max-width:360px) {
    .single-video-title {
        font-size: 10px;
    }
    .banner-text h1 {
        font-size: 12px;
    }
    .banner-text p {
        font-size: 8px;
    }
    .single-video .excerpt {
        font-size: 8px
    }
    .single-video .excerpt {
        font-size: 10px
    }
    .excerpt-button {
        font-size: 10px;
    }
}