.custom_research_bg_image {
    background-image: linear-gradient(rgba(10, 48, 91, 0.6), rgba(10, 48, 91, 0.6)), url(https://s3.mordorintelligence.com/static-pages-img/custom_reearch_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 60px;
}
.custom-page-title{
    font-size: 1.5rem;
    color: white !important;
    font-family: regular_bold;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01071em;
    margin-bottom: 20px;
}
.custom-container{
    display: flex;
    flex-direction: column;
    max-width: 70%;
    flex: 0 0 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    font-size: 16px;
    font-family: regular_medium;
}
.ciustom-para{
    line-height: 30px;
    color: rgb(19, 41, 61);
    font-size: 16px;
    font-family: regular_medium;
}
.custom-why-us{
    text-align: center;
    color: #1C5E7D;
    font-size: 1.25rem;
    font-family: regular_bold;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    margin: 20px;
}
.custom-cards{
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    align-items: baseline;
    gap: 10px;
}
.flex_child {
    max-width: calc(25% - 10px);
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 2rem auto;
}
.flex_child img {
    width: 100px;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
.flex_child img {
    width: 100px;
}
.cards-title{
    font-family: regular_bold !important;
    margin-top: 32px;
    color: black;
    font-size: 16px !important;
}
.flex_child p {
    line-height: 30px;
    color: rgb(19, 41, 61);
    text-align: center;
}
.stats_banner-wrap{
    padding: .5rem 0px;
    background: linear-gradient(rgb(44, 141, 191), rgb(70, 205, 207));
    /* margin-bottom: 50px; */
}
.stats_banner {
    display: flex;
    justify-content: space-around;
    font-size: 1.6rem;
    /* padding: 2rem 0px;
    background: linear-gradient(rgb(44, 141, 191), rgb(70, 205, 207));
    margin-bottom: 50px; */
    font-weight: 400;
    /* line-height: 1.43; */
    letter-spacing: 0.01071em;
    box-sizing: border-box;
    font-size: 16px;
}
.stats_banner p {
    font-family: regular_semibold;
    color: rgb(255, 255, 255) !important;
    /* line-height: 30px; */
    margin: 0;
}

.offerings_container {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    /* max-width: 80%; */
    flex: 0 0 80%;
    margin: 1rem auto;
    box-sizing: border-box;
    font-size: 16px;
    font-family: regular_medium;
}

.offerings_container .left_section, .offerings_container .right_section {
    max-width: 45%;
    display: flex;
    flex-direction: column;
    flex: 0 0 45%;
    margin-left: auto;
    margin-right: auto;
}
.offerring-ul{
    padding-left: 0;
}
.offerings_container h3 {
    text-align: center;
    color: #1C5E7D;
    font-size: 1.25rem;
    margin: 20px 0;
}
.offerings_container h2 {
    text-align: center;
    color: #1C5E7D;
    font-size: 1.25rem;
    margin: 20px 0;
    font-family: regular_bold!important;
}
.offerings_container li {
    margin-bottom: 15px;
}


.offerings_container .right_section {
    box-shadow: grey 0px 0px 10px;
    padding: 0px 3rem;
    border-radius: 5px;
}
.offerings_container .right_section {
    max-width: 45%;
    display: flex;
    flex-direction: column;
    flex: 0 0 45%;
    margin-left: auto;
    margin-right: auto;
}
.custom-research{
    width: 90%;
}
.container{
    max-width: 100% !important;
}
.banner-item-count{
    text-align: center;
    font-size: 20px;
}


@media (max-width:959px){
    .custom-container{
        max-width: 100%;
    }
    /* .custom-page-title{
        margin-left: 2rem;
    } */
    .offerings_container .right_section{
        padding: 0 1rem;
    }
    .custom-cards{
        flex-direction: column;
    }
    .flex_child {
        max-width: 90%;
        flex: 0 0 90%;
    }
    .flex_child p {
       margin-top: 10px;
    }
    /* .flex_child {
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        margin: 2rem auto;
    } */
    .offerings_container{
        flex-direction: column;
    }
    .offerings_container .left_section, .offerings_container .right_section{
        max-width: 100%;
    }
    .right_section{
        margin: 0 !important;
    }
    .offerings_container{
        max-width: 90%;
    }
    .left_section ul{
        margin-top: 1rem !important;
    }
}


@media (max-width: 567px){
    .custom-para,
    .offerring-ul li{
        font-size: 14px;
    }

    .custom-from-inp{
        font-size: 14px;
    }

    .contact-name-error, 
    .contact-email-error,
    .contact-phone-error,
    .contact-message-error{
           font-size: 14px;
    }

    .custom-cards div .card-title{
              font-size: 15px;
    }

    .custom-cards div p{
        font-size: 14px;
    }

}