.view-report-btn {
    background-color: #f37634;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    transition: all 0.5s;
    cursor: pointer;
}

.view-report-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    color: #FFFFFF;
}

    .view-report-btn span:after {
        content: '\00bb';
        position: absolute;
        opacity: 0;
        top: 0;
        right: -20px;
        transition: 0.5s;
    }

.view-report-btn:hover span {
    padding-right: 25px;
}

    .view-report-btn:hover span:after {
        opacity: 1;
        right: 0;
    }

/*Head Para*/
.cat-name {
    font-size: 36px;
    color: #f37634;
}

.wy-ch-db.cat-head .head .heading {
    font-size: 36px;
    line-height: 40px;
}

    .wy-ch-db.cat-head .head .heading .cat-name {
        font-size: 36px;
        line-height: 0px;
    }

.wy-ch-db.cat-head .meta p {
    margin-bottom: 5px;
}

.wy-ch-db.cat-head .link-arrow {
}

/*Sticky button css*/

a.read-more-btn.text-btn {
    z-index: 11;
}

a.read-more-btn.text-btn {
    display: inline-block;
    font-size: 24px;
    margin-top: -5px;
    position: fixed;
    line-height: 1;
    bottom: 160px;
    right: 18px;
    background: #f37634;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    /* box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 32px rgb(0 0 0 / 16%); */
  
    -webkit-transition: box-shadow .2s ease;
    transition: all .2s ease-in-out;
    width: 54px;
    height: 54px;
    text-align: center;
    cursor: pointer;
}

    a.read-more-btn.text-btn:hover {
        transform: scale(1.1);
        box-shadow: 0 2px 8px rgba(0,0,0,.09),0 4px 40px rgba(0,0,0,.24)
    }

.modal-content.consulting_form {
    border: 0;
}

.consulting_form {
    background: #1b3c72;
    background: linear-gradient(180deg, #1b3c72 10%, #fff 100%);
    padding: 10px;
}

    .consulting_form .content_ddd {
        background: #fff;
    }

    .consulting_form .consult-modal-header {
        background: #1b3c72;
        color: #fff;
        border: 0;
        border-radius: 0 0 50% 50%;
        height: 110px;
        margin-bottom: 1em;
    }

        .consulting_form .consult-modal-header h4.modal-title {
            font-size: 2em;
        }

        .consulting_form .consult-modal-header .close {
            opacity: 1;
        }

            .consulting_form .consult-modal-header .close .fa-times-circle {
                color: #fff;
            }

.envelope-d {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 12px;
}

    .envelope-d .fa-envelope {
        background: #f37735;
        color: #fff;
        padding: 20px;
        border-radius: 50%;
    }

.consulting_form .request-sample-report .form-group .form-control {
    height: 40px;
    border: none;
    box-shadow: unset;
    border-bottom: 1px solid #1b3c72;
    border-radius: 0;
}
@media only screen and (max-width: 576px) {
    .wy-ch-db.cat-head .head .heading {
        font-size: 30px;
        line-height: 30px;
    }

        .wy-ch-db.cat-head .head .heading .cat-name {
            font-size: 30px;
            line-height: 0px;
        }
}

/*4 images*/
.category-page {
    margin: 50px 0px 50px 0px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    margin-bottom: 5%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    min-height: 270px;
}

    .blog-card a {
        color: inherit;
    }

        .blog-card a:hover {
            color: #f37634;
        }

    .blog-card:hover .photo {
        transform: scale(1.3) rotate(3deg);
    }

    .blog-card .meta {
        position: relative;
        z-index: 0;
        height: 200px;
    }

    .blog-card .photo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        transition: transform 0.2s;
    }

    .blog-card .details, .blog-card .details ul {
        margin: auto;
        padding: 0;
        list-style: none;
    }

    .blog-card .details {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100%;
        margin: auto;
        transition: left 0.2s;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        padding: 10px;
        width: 100%;
        font-size: 0.9rem;
    }

        .blog-card .details a {
            text-decoration: dotted underline;
        }

        .blog-card .details ul li {
            display: inline-block;
        }

        .blog-card .details .author:before {
            font-family: FontAwesome;
            margin-right: 10px;
            content: "\f007";
        }

        .blog-card .details .date:before {
            font-family: FontAwesome;
            margin-right: 10px;
            content: "\f133";
        }

        .blog-card .details .tags ul:before {
            font-family: FontAwesome;
            content: "\f02b";
            margin-right: 10px;
        }

        .blog-card .details .tags li {
            margin-right: 2px;
        }

            .blog-card .details .tags li:first-child {
                margin-left: -4px;
            }

    .blog-card .description {
        padding: 1rem;
        background: #fff;
        position: relative;
        z-index: 1;
    }

        .blog-card .description h1, .blog-card .description h2 {
            font-family: Poppins, sans-serif;
        }

        .blog-card .description h1 {
            line-height: 1;
            margin: 0;
            font-size: 1.7rem;
        }

        .blog-card .description h2 {
            font-size: 1rem;
            font-weight: 300;
            text-transform: uppercase;
            color: #a2a2a2;
            margin-top: 5px;
        }

        .blog-card .description .read-more {
            text-align: right;
        }

            .blog-card .description .read-more a {
                color: #f37634;
                display: inline-block;
                position: relative;
            }

                .blog-card .description .read-more a:after {
                    content: "\f061";
                    font-family: FontAwesome;
                    margin-left: -10px;
                    opacity: 0;
                    vertical-align: middle;
                    transition: margin 0.3s, opacity 0.3s;
                }

                .blog-card .description .read-more a:hover:after {
                    margin-left: 5px;
                    opacity: 1;
                }

    .blog-card p {
        position: relative;
        margin: 1rem 0 0;
    }

        .blog-card p:first-of-type {
            margin-top: 1.25rem;
        }

            .blog-card p:first-of-type:before {
                content: "";
                position: absolute;
                height: 5px;
                background: #f37634;
                width: 35px;
                top: -0.75rem;
                border-radius: 3px;
            }

    .blog-card:hover .details {
        left: 0%;
    }

@media (min-width: 640px) {
    .blog-card {
        flex-direction: row;
        max-width: 700px;
    }

        .blog-card .meta {
            flex-basis: 40%;
            height: auto;
        }

        .blog-card .description {
            flex-basis: 60%;
        }

            .blog-card .description:before {
                transform: skewX(-3deg);
                content: "";
                background: #fff;
                width: 30px;
                position: absolute;
                left: -10px;
                top: 0;
                bottom: 0;
                z-index: -1;
            }

        .blog-card.alt {
            flex-direction: row-reverse;
        }

            .blog-card.alt .description:before {
                left: inherit;
                right: -10px;
                transform: skew(3deg);
            }

            .blog-card.alt .details {
                padding-left: 25px;
            }
}

/*Card Design*/
.card-cat-info {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    padding: 14px 80px 18px 36px;
    cursor: pointer;
    margin-bottom: 20px;
}

    .card-cat-info:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }

    .card-cat-info h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .card-cat-info img {
        position: absolute;
        top: 20px;
        right: 15px;
        max-height: 120px;
    }

    .card-cat-info p {
        max-height: 80px;
        line-height: 20px;
        overflow: hidden;
        transition: 1s;
        color: #535050;
    }

        .card-cat-info p:hover {
            max-height: 600px;
        }

.card-1 {
    background-image: url(https://www.databridgemarketresearch.com/assets/images/category/card-1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-2 {
    background-image: url(https://www.databridgemarketresearch.com/assets/images/category/card-2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-3 {
    background-image: url(https://www.databridgemarketresearch.com/assets/images/category/card-3.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-4 {
    background-image: url(https://www.databridgemarketresearch.com/assets/images/category/card-4.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-5 {
    background-image: url(https://www.databridgemarketresearch.com/assets/images/category/card-5.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.card-6 {
    background-image: url(https://www.databridgemarketresearch.com/assets/images/category/card-6.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

@media(max-width: 990px) {
    .card-cat-info {
        margin: 20px;
    }
}



/*DBMR Pharma Insights*/
.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.insight-section-1 {
    padding: 50px 0px;
}

.inside-card {
    padding: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

    .inside-card img {
        width: 100%;
    }

.inside-card-title-1 h1 {
    font-size: 46px;
    color: #f37634;
    margin-top: 50px;
    margin-bottom: 0px;
    border-bottom: 2px solid #1b3c72;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.inside-card-title-1 span {
    font-size: 36px;
    color: #858181;
    margin-bottom: 20px;
}

.inside-card.bg1 {
    background-image: linear-gradient( 135deg, #90F7EC 10%, #32CCBC 100%);
}

.inside-card.bg2 {
    background-image: linear-gradient( 135deg, #FEB692 10%, #EA5455 100%);
}

.inside-card.bg3 {
    background-image: linear-gradient( 135deg, #ABDCFF 10%, #0396FF 100%);
    margin-top: 30px;
}

.inside-card.bg4 {
    background-image: linear-gradient( 135deg, #CE9FFC 10%, #7367F0 100%);
}

.insight-section-2 {
    background-color: #77aa77;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%2377aa77'/%3E%3Cstop offset='1' stop-color='%234fd'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0px;
}

.inside-card-title-2, .inside-card-title-3 {
    padding: 40px 0px 0px 0px;
}

    .inside-card-title-2 p {
        font-size: 32px;
        padding: 40px;
        display: inline-table;
        line-height: 35px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        right: 0;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
        text-align: right;
        border-right: 1px solid #f37634;
    }

.pharma-para-2 svg {
    width: 50px !important;
    height: 40px !important;
    fill: #fff;
}

.pharma-para-2 {
    margin-left: 50px;
}

    .pharma-para-2 p {
        color: #1b3c72;
        font-size: 16px;
    }

.insight-section-3 {
    padding: 50px 0px;
    border-bottom: 1px solid #eee;
}

.inside-card-title-3 p {
    font-size: 32px;
    padding: 40px;
    display: inline-table;
    line-height: 35px;
    font-weight: 700;
    color: #535050;
    letter-spacing: 1px;
    text-transform: uppercase;
    right: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    border-left: 1px solid #f37634;
}

    .inside-card-title-2 p small, .inside-card-title-3 p small {
        font-size: 20px;
    }

.pharma-para-3 {
    display: inline;
}

    .pharma-para-3 svg {
        width: 40px !important;
        height: 40px !important;
        float: left;
        color: #1b3c72;
    }

    .pharma-para-3 p {
        color: #1b3c72;
        font-size: 16px;
        margin-left: 50px;
    }

        .pharma-para-3 p strong {
            color: #f37634;
        }

.insight-section-4 {
    padding: 50px 0px;
    background-color: #77aa77;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%2377aa77'/%3E%3Cstop offset='1' stop-color='%234fd'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

    .insight-section-4 h3 {
        margin-left: 36%;
        text-align: left;
        margin-bottom: 30px;
        font-weight: 600;
        color: #fff;
        font-size: 32px;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }

.inside-card-title-4 img {
    width: 72.5%;
    float: right;
}

.pharma-para-4 ul li {
    list-style-type: none;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-left: 3px solid #f37634;
    color: #535050;
    text-align: left;
}

.insight-section-5 {
    padding: 50px 0px;
    text-align: center;
}

    .insight-section-5 h3 {
        text-align: left;
        padding-left: 2%;
        margin-bottom: 30px;
        font-weight: 600;
        color: #1b3c72;
        font-size: 32px;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }

.inside-card-title-5 img {
    width: 70%;
}

.insight-section-6 {
    padding: 50px 0px;
    background-image: url(https://www.databridgemarketresearch.com/assets/images/static_pages/pills.png), url(https://www.databridgemarketresearch.com/assets/images/static_pages/hospital-2.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: 150px 150px;
    border-bottom: 1px solid #ccc;
}

.pharma-para-6 ul li {
    list-style-type: none;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #535050;
    text-align: left;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
}

.insight-section-6 h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: #1b3c72;
    font-size: 32px;
}

.insight-section-7 {
    padding: 50px 0px;
}

.inside-card-title-7 img {
    width: 100px;
}

.insight-section-7 h3 {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1b3c72;
    font-size: 32px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.insight-section-7 h4 {
    font-size: 22px;
    color: #535050;
}

.pharma-para-7 ul li {
    list-style-type: none;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-left: 3px solid #f37634;
    color: #535050;
    text-align: left;
}

@media only screen and (max-width: 576px) {
    .inside-card-title-3 p {
        font-size: 28px;
        border: none;
    }

    .inside-card-title-4 img {
        width: 100%;
        float: none;
    }

    .insight-section-4 h3 {
        margin-left: 0%;
        text-align: center;
    }

    .insight-section-5 h3 {
        padding-left: 0%;
        text-align: center;
    }

    .insight-section-6 {
        background-size: 100px 100px;
    }

    .inside-card-title-7 {
        margin-bottom: 20px;
        text-align: center;
    }

    .insight-section-7 h3 {
        text-align: center;
    }
}
/*END DBMR Pharma Insights*/

/*DBMR Competitive Platform*/
.p-tb {
    padding: 50px 0px 0px 0px;
}

.comp-section-1 {
    padding: 80px 0px 10px 0px;
    background-image: url(https://www.databridgemarketresearch.com/assets/images/static_pages/top-left.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 40% auto;
}

.comp-para-1 h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #1b3c72;
    font-size: 45px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.comp-para-1 span {
    color: #f37634;
    font-size: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.comp-para-1 p {
    color: #535050;
    font-size: 18px;
}

.comp-section-2 {
    padding: 10px 0px 80px 0px;
    background-image: url(https://www.databridgemarketresearch.com/assets/images/static_pages/bottom-right.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 40% auto;
}

.blog-slider {
    width: 90%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    /* height: 400px; */
    transition: all .3s;
    margin-bottom: 20px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
}

.blog-slider__item {
    float: left;
    align-items: center;
    display: inherit;
}

.blog-slider__img {
    width: 100px;
    flex-shrink: 0;
    height: 100px;
    background-image: linear-gradient(147deg, #fe8a39 0%,#fd3838 74%);
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    border-radius: 20px;
    /* transform: translateX(-75px); */
    overflow: hidden;
    margin-left: -75px;
    margin-right: 10px;
    text-align: center;
}

    .blog-slider__img i {
        padding: 30px;
        font-size: 36px;
        color: #fff;
    }
/* .blog-slider__content {
    padding-right: 25px;
} */
.blog-slider__title {
    font-size: 18px;
    font-weight: 600;
    color: #0d0925;
    margin-bottom: 10px;
}

.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 0px;
    line-height: 1.5em;
}

.comp-section-3 {
    padding: 10px 0px 80px 0px;
    background-image: url(https://www.databridgemarketresearch.com/assets/images/static_pages/ta2-1.png);
    background-attachment: fixed;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-bottom: 1px solid #ccc;
}

    .comp-section-3 h3, .comp-section-4 h3, .comp-section-5 h3 {
        text-align: left;
        margin-bottom: 10px;
        font-weight: 600;
        color: #1b3c72;
        font-size: 32px;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }

.comp-section-4 {
    padding: 10px 0px 80px 0px;
    background-image: url(https://www.databridgemarketresearch.com/assets/images/static_pages/ta2-2.png);
    background-attachment: fixed;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.comp-section-list ul li {
    list-style-type: circle;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #535050;
    text-align: left;
}

.comp-section-5 {
    padding: 50px 0px;
    border-bottom: 1px solid #ccc;
}

.insight-section-7 {
    padding: 50px 0px;
}

.inside-card-title-7 img {
    width: 100px;
}

.insight-section-7 h3 {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1b3c72;
    font-size: 32px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.insight-section-7 h4 {
    font-size: 22px;
    color: #535050;
}

.pharma-para-7 ul li {
    list-style-type: none;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-left: 3px solid #f37634;
    color: #535050;
    text-align: left;
}

/*Enquery form*/

.banner-left {
    padding: 50px 0;
}

    .banner-left .main-container .focus-container .request-sample-report {
        background: #fff;
    }

    .banner-left .image-container {
        background-size: 1140px 600px;
    }

    .banner-left .image-container {
        background-size: contain;
    }

    .banner-left .image-container {
        position: static;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

.image-container {
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 440px;
    z-index: -1;
}

.image-container {
    background-image: url(../images/genius-brands-hero-desktop.jpg);
}

.banner-left .main-container {
    margin: 34px 0;
    padding-right: 56px;
    width: 50%;
}

    .banner-left .main-container .focus-container {
        padding: 0;
        max-width: 980px;
        border-radius: 8px;
        box-shadow: 4px 3px 18px 0 #0000007a;
        border: none;
    }

    .banner-left .main-container .focus-container {
        max-width: 650px;
        background: #304e7f;
        background: linear-gradient(180deg, #1b3c72 10%, #fff 100%);
        padding: 10px;
    }

.main-container .focus-container {
    background: #fff;
    border: 20px solid #ff540a;
    border-bottom: 0;
    border-top: 0;
    padding: 30px 48px;
    width: 100%;
}

.focus-container .request-sample-report .form-group {
    margin-bottom: 10px;
}

    .focus-container .request-sample-report .form-group .form-control {
        border: none;
        box-shadow: unset;
        border-bottom: 1px solid #304e7f;
        border-radius: 0;
    }

.focus-container .request-sample-report .consult-modal-header {
    background: #1b3c72;
    color: #fff;
    border: 0;
    border-radius: 0 0 50% 50%;
    height: 80px;
    margin-bottom: 1em;
}

    .focus-container .request-sample-report .consult-modal-header .modal-title {
        font-size: 22px;
        color: #fff;
    }

.focus-container .request-sample-report .sample-form {
    padding: 0 30px 15px;
    background: #fff;
    margin: 10px;
    margin-top: 0;
}

.blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.para_1 p {
    color: #161616;
}
@media only screen and (max-width: 767px) {
    .banner-left {
        padding: 50px 10px;
    }

    .focus-container .request-sample-report .sample-form {
        padding: 0 15px 15px;
    }

    .image-container {
        background-image: none;
    }

    .banner-left .main-container {
        margin: 0;
        padding-right: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .comp-section-1 {
        padding: 50px 0px 10px 0px;
        background-size: 100% auto;
        margin-top: 20px;
    }

    .comp-section-2 {
        background-size: 100% auto;
    }

    .blog-slider__img {
        width: 80px;
        flex-shrink: 0;
        height: 80px;
        background-image: linear-gradient(147deg, #fe8a39 0%,#fd3838 74%);
        box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
        border-radius: 20px;
        /* transform: translateX(-75px); */
        overflow: hidden;
        margin-left: -50px;
        margin-right: 10px;
        text-align: center;
    }

        .blog-slider__img i {
            padding: 20px;
            font-size: 32px;
            color: #fff;
        }

    .inside-card-title-7 {
        margin-bottom: 20px;
        text-align: center;
    }

    .insight-section-7 h3 {
        text-align: center;
    }

    .comp-section-list {
        padding: 10px 30px;
    }

    .comp-section-3, .comp-section-4 {
        padding: 10px 0px 80px 0px;
        background-image: url(https://www.databridgemarketresearch.com/assets/images/static_pages/bottom-right.png);
        background-position: right bottom;
        background-repeat: no-repeat;
    }

        .comp-section-3 h3, .comp-section-4 h3, .comp-section-5 h3 {
            text-align: center;
        }
}
/*End DBMR Competitive Platform*/