﻿.breadcrumbs-section {
    border-top: 1px solid #eee;
}

/*.breadcrumbs {
    display: none;
}*/

.watch-header h1 {
    font-weight: 900;
    text-align: center;
    font-size: 45px;
    line-height: 1;
}

.watch-header h2 {
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    margin: 10px 0 20px;
    line-height: 1;
}

.watch-header h1 span {
    color: #4cc1b9;
}

.watch-header img {
    border-radius: 20px;
}

.watch-header .overlay-text {
    position: relative;
    margin: 0 5%;
    top: -3pc;
}

    .watch-header .overlay-text p {
        text-align: center !important;
        padding: 20px;
        font-size: 17px;
        border-radius: 15px;
        background: #fefefe;
    }

.section-2 {
    min-height: 600px;
    background: #efefef;
    margin: 0 -30px 3pc;
    padding: 40px 20px;
}

.d-flex.align-items-center {
    display: flex;
    align-items: center;
}

.wbrands-content h3 {
    font-weight: 600;
    font-size: 38px;
    line-height: 1.3;
}

.wbrands-content p {
    max-width: 80%;
    color: #000;
    line-height: 1.5;
    margin: 15px 0 20px;
    font-size: 16px;
}

.item-content {
    font-size: 16px;
}

.item-icon {
    padding-right: 5px;
    font-size: 25px;
}

.flex-list {
    padding-left: 20px;
}

    .flex-list li {
        display: flex;
        align-items: start;
        margin-bottom: 20px;
        color: #000;
        font-weight: 500;
    }

.bimage-block {
    position: relative;
    margin-top: 5pc;
}

.bimage-block-inner {
    position: absolute;
    right: 0;
    top: -5pc;
    width: 35%;
    padding: 10px;
    padding-right: 0;
    background: #efefef;
}

.section-3 {
    margin-bottom: 40px;
}

.services-header {
    text-align: center;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.3;
    margin: 0 0 2pc;
}

.services-blocks {
    text-align: left;
    padding: 0 30px 20px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 25px -10px #0003;
    border: 1px solid #eaeaeb;
    min-height: 290px;
    margin-bottom: 25px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

    .services-blocks::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background-size: 101% 101%;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        bottom: -101%;
        left: 0;
        background-color: #000;
    }

    .services-blocks:hover::before {
        bottom: 0%;
    }

.services-icon-box {
    position: relative;
    z-index: 2;
    color: #fff;
    background-color: #4cc1b9;
    margin: 0px 0px 20px 0px;
    padding: 20px 0px;
    /*height: 90px;*/
    font-size: 45px;
    text-align: center;
    width: 80px;
}

.icon-services {
    max-width: 70px !important;
}

.services-content {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

    .services-content p {
        font-weight: 300;
        line-height: 1.5em;
        font-size: 16px;
        color: #555b62;
    }

    .services-content h4 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 20px;
    }

.services-blocks:hover h4 {
    color: #fff;
}

.services-blocks:hover p {
    color: #9b9b9b;
}




.btnappoint {
    color: #4cc1b9;
    text-decoration: underline;
    font-weight: 500;
}

@media (min-width: 1800px) and (max-width: 2100px) {
    .services-blocks {
        min-height: 265px;
    }
}



@media (min-width: 767px) and (max-width: 991px) {
    .watch-header .overlay-text p {
        font-size: 15px;
    }

    .watch-header .overlay-text {
        top: -2pc;
    }

    .section-2 .d-flex.align-items-center {
        display: block;
    }

    .services-content h4 {
        font-size: 21px;
    }

    .watch-header h1 {
        font-size: 40px;
    }

    .watch-header h2,
    .wbrands-content h3,
    .services-header {
        font-size: 32px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .watch-header h1 {
        font-size: 29px;
    }

    .watch-header h2,
    .wbrands-content h3,
    .services-header {
        font-size: 25px;
    }

    .watch-header .overlay-text p {
        padding: 20px 0;
    }

    .watch-header .overlay-text {
        margin: 0 0%;
        top: 0pc;
    }
}

/*CTA Section*/
.call-to-action-2 {
    position: relative;
    padding: 80px 0;
    background-color: #efefef;
    overflow: hidden;
    margin-bottom: 0;
}

    .call-to-action-2 h2 {
        font-weight: 600;
        margin-bottom: 2.5rem;
        color: #000;
        position: relative;
        z-index: 1;
    }

@media (max-width: 768px) {
    .call-to-action-2 h2 {
        font-size: 2rem;
    }
}

.call-to-action-2 .lead {
    color: #000;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
    padding: 10px 25px;
}

.call-to-action-2 .cta-buttons {
    position: relative;
    z-index: 1;
}

.call-to-action-2 h4 {
    padding-top: 30px;
    color: #000;
}

@media (max-width: 560px) {
    .call-to-action-2 {
        padding: 60px 20px;
    }

        .call-to-action-2 .cta-buttons {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
        }

            .call-to-action-2 .cta-buttons .btn-2 {
                margin-top: 20px;
            }
    .gelbtn {
        margin-bottom: 30px;
    }
}

.gelbtn{
    margin-left:30px;
}
@media (min-width: 696px) and (max-width: 991px) {
    .call-to-action-2 h2 {
        padding: 20px 20px;
    }
}

    .minpght {
        padding-bottom: 0;
    }