.mantra .container .content {
    padding: 4rem 3rem;
}

p{
    text-align: justify;
}
.breadcrub-style-1 {
    height: 350px;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.breadcrub-style-1 .row {
    height: 100%;
}
.breadcrub-style-1 .row .bg-img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.breadcrub-style-1 .row .bg-color {
    background-color: rgba(158, 182, 188, 0.5);
    height: 90%;
}
.breadcrub-style-1 .heading {
    position: absolute;
    top: 18%;
    right: 18%;
    background-color: #fff;
    padding: 40px 100px;
}
.breadcrub-style-1 .heading h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--heading-color);
}
.breadcrub-style-1 .heading a, .breadcrub-style-1 .heading .arrow {
    color: #9eb6bc;
}
.breadcrub-style-1 .heading .arrow {
    font-size: 10px;
}

.side-form-icons {
    height: 135px;
    width: 40px;
    float: left;
    padding: 0.25rem;
    border-radius: 3px;
    box-shadow: -2px 0px 8px 0px #9eb6bc;
    position: sticky;
    top: 6vh;
    left: 50px;
    display: block;
    z-index: 999;
    background-color:#e8e8e8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.side-form-icons i {
    color: var(--icon-color);
    margin: 0.75rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.side-form-icons .icon {
    height: 20px;

    width: 20px;
    color: var(--dark-grey);
    display: flex;
    justify-content: center;
}
.fa-phone:before {
    content: "\f095";
}
.side-form-icons .icon {
    height: 20px;
    width: 20px;
    color: var(--dark-grey);
    display: flex;
    justify-content: center;
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.side-form-icons .icon {
    height: 20px;
    width: 20px;
    color: var(--dark-grey);
    display: flex;
    justify-content: center;
}
.fa-envelope:before {
    content: "\f0e0";
}
.mantra .container .content {
    padding: 4rem 3rem;
}
.mantra .container .content h2 {
    margin-bottom: 2rem;
}
.mantra .container .media {
    padding: 0px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.mantra .container .media .img-fluid {
    height: 100%;
    width: 100%;
}
.mantra .container .halfway-btn {
    left: 0%;
    top: 70%;
}
.mantra .container {
    background-color: #f7f7f7;
    position: relative;
}
.halfway-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #0094b9;
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%);
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.fa-play:before {
    content: "\f04b";
    color: #fff;
}

.main-btn {
    height: 38px;
    width: 132px;
}
.main-btn, .small-btn, .large-btn {
    color: var(--white);
    background-color: rgba(0, 147, 184, 0.8);
    border: 0;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--main-font);
    margin: 2rem auto;
    cursor: pointer;
    box-shadow: 0px 6px 20px -8px #0094b9;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.halfway-btn i {
    color: var(--white);
    font-size: 24px;
}
.flaticon-play-button:before {
    content: "\f101";
}



@media (max-width: 576px){
    .breadcrub-style-1 .heading {
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        width: 85%;
        padding: 20px;
    }
    
}


@media (max-width: 576px){ 

    .side-form-icons {
        height: 135px;
        width: 40px;
        float: left;
        padding: 0.25rem;
        border-radius: 3px;
        box-shadow: -2px 0px 8px 0px #9eb6bc;
        position: sticky;
        top: 6vh;
        left: 50px;
        display: block;
        z-index: 999;
        background-color:#e8e8e8;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }



}
@media (max-width: 576px){
    .breadcrub-style-1 .heading {
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        width: 85%;
        padding: 20px;
    }
    .breadcrub-style-1 .heading h1 {
        font-size: 2.8rem;
    }
}


@media only screen and (max-width: 991px) {

    .side-form-icons {
        height: 135px;
        width: 40px;
        float: left;
        padding: 0.25rem;
        border-radius: 3px;
        box-shadow: -2px 0px 8px 0px #9eb6bc;
        position: sticky;
        top: 6vh;
        left: 7px;
        display: block;
        z-index: 999;
        background-color:#e8e8e8;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .breadcrub-style-1 .heading {
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        width: 85%;
        padding: 20px;
    }


    .breadcrub-style-1 .heading h1 {
        font-size: 2.8rem;
    }

}


@media only screen and (max-width: 479px) {

    .side-form-icons {
        height: 135px;
        width: 40px;
        float: left;
        padding: 0.25rem;
        border-radius: 3px;
        box-shadow: -2px 0px 8px 0px #9eb6bc;
        position: sticky;
        top: 6vh;
        left: 7px;
        display: block;
        z-index: 999;
        background-color:#e8e8e8;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .breadcrub-style-1 .heading {
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        width: 85%;
        padding: 20px;
    }

    .breadcrub-style-1 .heading h1 {
        font-size: 2.8rem;
    }
}

.media{
    overflow: unset !important;

}

