
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.custom-container {
    max-width: 1620px;
    margin: 0 auto;
}
.brand-logo {
    width: 150px;
}

.banner {
    height: 80vh;
    padding: 0px;
    margin: 0px;
}

.banner .container-fluid .row {
    margin: 0px!important;
    padding: 0px!important;
}

.introductWrapper {
    /*background: #F2F1F6;*/
    background-image: url("./assets/featureTest-Bg.png");
    background-size: auto;
    background-repeat: no-repeat;
}

.introductionArea{
    padding: 7rem 0px 7rem 0;
}
.introductionArea  h1{
    color: #10217D;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 2rem;
}

.introductionArea p{
    font-size: 18px;
    color: #10217D;
}

.productWrapper{
    position: relative;
    bottom: 35px;
}
.homepage-imge {
    background-image: url("./assets/bannerhomeBanner.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
}
.howItWorks-image {
    background-image: url("./assets/howItWorks-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
}

.infoArea {
    /*background-color: #10217D;*/
    /*background-image: url("./assets/banner-line-design.svg");*/
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.half-bg {
    background-image: url("./assets/buyer1--half.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.infoArea h1 {
    font-size: 70px;
    color: white;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1;
    /* green blue gradiet */

    background: linear-gradient(259.3deg, #10217D 0%, #35AA81 95.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.infoArea h5 {
    font-size: 24px;
    color: #10217D;
    margin-bottom: 3rem;
}
    .infoArea a {
        font-size: 15px;
        color: white;
        text-decoration: none;
        background: transparent linear-gradient(154deg, #0BCF7D 0%, #07B3C5 100%) 0% 0% no-repeat padding-box;
        padding: 10px 20px;
        border-radius: 10px;
        align-self: center;
    }

.infoArea a:hover {
    color: #fff;
}
.works-info{
    max-width: 510px;
}
/*herosection*/
.heroSection-left {
    background: linear-gradient(90deg, #10207D -17.14%, #2C86C4 100%);
    display: flex;
}
    .heroSection-left .hero-textBox1 {
        max-width: 63%;
        padding-left: 8rem;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        margin: auto 0;
    }
.heroSection-right {
    background-image: url("./assets/hero-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
   
}
    .heroSection-right .hero-textBox2 {
        max-width: 81%;
        padding: 7rem;
        color: #444444;
        font-size: 16px;
        font-weight: 400;
        margin-left: auto;
    }
    .heroBold {
        font-size: 24px;
    }
.heroSection-right .hero-textBox2 .hero-text {
    padding-left: 30px;
    border-left: 3px solid #2887C8;
}
.hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 32% !important;
}
.imgArea {
    background: url("./assets/new-banner-medz.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.imgArea{
    height: 100vh;
}

.featuresSection{
    padding: 7rem 0;
}

.featuresSection .card {
    border: 0;
    min-height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(40, 135, 200, 0.2);
    border-radius: 21px;
}

.featuresSection h3{
    text-align: center;
    color: #10217D;
    font-weight: 700;
    margin-bottom: 4rem;
    font-size: 30px;
}

.card{
    /*padding-top: 15px;*/
    height: 100% !important;

}

.card .card-img-top{
    height: 60px;
    align-self: center;
    margin: 10px 0;
}
label {
    line-height: 1;
}

.card .card-body {
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.card .card-body p{
    font-size: 16px;
    color: #000000;
    max-width: 80%;
    margin: 0 auto;
}

.testimony-bg {
    background: url("./assets/testimony-bg.png");
}
.testimony-padding{
    padding: 7rem 0;
}
.testimony-bg h3 {
    text-align: center;
    color: #10217D;
    font-weight: 700;
    margin-bottom: 4rem;
    font-size: 30px;
}
.testimony-box{
    max-width: 500px;
    text-align: center;
    background-color: green;
}

/*new changes*/
.testimonial {
    
}

.testimonial-slide {
    padding: 40px 20px;
}
.slick-center .testimonial_box-inner {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}


.testimonial_box-top {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.testimonial_box-icon {
    padding-bottom: 25px;
}

    .testimonial_box-icon i {
        font-size: 25px;
        color: #14213d;
    }

.testimonial_box-text {
    padding: 10px 0;
}

    .testimonial_box-text p {
        color: #293241;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0;
    }

.testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}

    .testimonial_box-img img {
        width: 70px;
        height: 70px;
        border-radius: 50px;
        border: 2px solid #e5e5e5;
    }

.testimonial_box-name {
    padding-top: 10px;
}

    .testimonial_box-name h4 {
        font-size: 20px;
        line-height: 25px;
        color: #293241;
        margin-bottom: 0;
    }

.testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.testimonial-slider .slick-prev {
    font-size: 20px;
    width: auto;
    height: auto;
    color: none;
    left: 0;
}
.testimonial-slider .slick-prev::before, .testimonial-slider .slick-next::before {
    content: "";
}
.testimonial-slider .slick-next {
    font-size: 20px;
    width: auto;
    height: auto;
    color: none;
    right: 0;
}
.testimonial-slider .slick-prev:before, testimonial-slider .slick-next:before {
    content: none !important;
}
/*new changes*/
.imageWrapper img {
    width: 100%;
    height: 100%;
}

.aboutSectionWrapper {
    background: white;
    padding: 5rem 0rem;
}

.aboutSection h2{
    font-size: 50px;
    font-weight: bold;
    /* margin-bottom: 2rem; */
}


.aboutSection {
    font-size: 16px;
    color: #10217D;
}

.contactWrapper{
    padding: 5rem 0px 1rem 0;
}
/* .imageWrapper{
    padding: 2rem;
} */

.registerArea h3{
    font-size: 50px;
    color: #10217D;
    /*margin-bottom:3rem;*/
}

.productArea{
    border-radius: 20px;
background: white;
}

.products{
    display: flex;
    justify-content: center;
    padding: 3rem 0px;
}

.products p{
    align-self: center;
    margin-left: 12px;
    color: #10217D;
    font-weight: 700;

}

.field{

    margin: 2rem 0rem;
}

input[type="radio"] {
    accent-color: green;
}

.registerForm{
    background: white;
    width: 100%;
    max-width: 480px;
    margin: 0;
    padding: 2rem!important;
    border-radius: 30px;
   /* min-height: 476px;*/
   /* display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.registerForm #username{
    width:100%;
}


.registerBtn{
    font-size: 25px;
    color: white;
    text-decoration: none;
    background: transparent linear-gradient(154deg, #0BCF7D 0%, #07B3C5 100%) 0% 0% no-repeat padding-box;
    padding: 10px 15px;
    border-radius: 10px;
    align-self: center;
    width: 100%;
    display: block;
    text-align: center;
    border: 0;
}

.contactDetails{
    margin: 5px 0px;
    padding: 0px 12px;
}

.contactDetails p{
    font-size: 14px;
    text-align: center;
}

.contactDetails span {
    color: #10217D;
    font-weight: bold;
}

.PHONE input[type=number]::-webkit-inner-spin-button,
.PHONE input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.expopharm .exopharminfo {
    display: flex;
    justify-content: center;
    align-items: center;
}
    

  .exopharminfo img{
      /* background: url("./assets/Expopharma-banner-medzexchange.png"); */
      background-repeat: no-repeat;
      background-size: contain;
      width: 98%;
  }
        /* .expopharm  .exopharminfo    img{
            width:146px;
        }

        .expopharm  .exopharminfo    h1{
            font-size:36px;
        }

   

    .expopharm  .expoImgWrappwer img{
                width: 410px;
            } */


            i.fab.fa-linkedin-in {
                font-size: 22px;
                padding: 7px;
                border-radius: 10px;
            }
            
            /* a:active{
                color: #0BCF7D;
            } */
            
            .footerarea{
                padding:3rem 0rem
            }
            .footer{
                background: transparent linear-gradient(112deg, #10217D 0%, #2887C8 100%) 0% 0% no-repeat padding-box;
            }   
            
            .error {
                color: red;
            }

            @media (max-width: 767px) {
                .mobile-card {
                    background: #f2f1f6;
                    border-radius: 25px;
                }

                .infoArea h1, .registerArea h3, .aboutSection h2, .introductionArea h1, .featuresSection h3 {
                    font-size: 2.3rem;
                    padding-top: 2rem;
                }
                .banner {
                    height: auto;
                }

                .imgArea {
                    height: auto;
                    padding-bottom: 100%;
                    background-repeat: no-repeat;
                }
                .infoArea {
                    padding: 2rem 0;
                }

                .footer {
                    text-align: center;
                }

                .introductionArea {
                    padding: 0rem 0px;
                }

                .contactWrapper {
                    padding: 0rem 0px;
                }

                .imageWrapper img{
                    padding-top: 2rem;
                    height: auto;
                }

                .aboutSectionWrapper {
                    padding-top: 0;
                }

                .featuresSection {
                    padding: 0rem 0px 2rem 0;
                }
            }

            @media (min-width: 1299px) {
                .whoImage {
                    text-align: center;
                }

                .whoImage img {
                    height: auto;
                    width: 75%;
                }
            }

.index-box--shadow {
    box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.16);
}

.input-tab--border {
    border: 1px solid #AEB2B6 !important;
}

/*How it works*/

.howItworksStepsBg {
    background-image: url("./assets/howItWork-section.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.howItWorks-wrapper{
    padding: 85px 0;
}

.howItWorks-titleBox .worksTitle {
    font-size: 30px;
    font-weight: 700;
    color: #10217D;
}
.howItWorks-cardSection{
    padding: 50px 0;
}
.works-stepCard{
    text-align: center;
    padding: 20px;
}
.works-stepCard .works-imgBlock{
    padding: 30px 0;
}
.works-stepCard .works-textWrapper h4 {
    font-size: 24px;
    font-weight: 700;
    color: #10217D;
}
.works-stepCard .works-textWrapper p {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
}

/*Categories css*/

.categories-Bg {
    background-image: url("./assets/categories-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 90vh;
}

.categories-title h4 {
    /*font-family: 'Montserrat';*/
    font-weight: 700;
    font-size: 70px;
    line-height: 85px;
    /* green blue gradiet */

    background: linear-gradient(259.3deg, #10217D 0%, #35AA81 95.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.categories-cardSection {
    padding: 80px 0;
}
.categories-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.categories-card {
    width: 313px;
    align-items: center;
    padding: 40px;
    background: #FFFFFF;
    /* Shadow */
    box-shadow: 0px 5px 30px rgba(40, 135, 200, 0.2);
    border-radius: 20px;
    position: relative;
}
.notificationBanner {
    height: 44px;
    width: 167.08px;
    background-color: #2887C8;
    position: absolute;
    top: 35px;
    right: 0px;
    text-align: center;
    color: #FFF;
    white-space: nowrap;
    -webkit-transform: rotate(29.27deg);
    -moz-transform: rotate(29.27deg);
    -ms-transform: rotate(29.27deg);
    -o-transform: rotate(29.27deg);
    transform: rotate(29.27deg);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.notificationBanner:before{
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: 50px;
    border-left-width: 86px;
    border-right-width: 27px;
    content: "";
    display: block;
    left: -82px;
    position: absolute;
    width: 165%;
    border-top-width: 0px;
    border-bottom-color: #2887C8;
    top: -1px;
    z-index: -1;
}
.categories-cardTop img {
    padding-bottom: 40px;
    height: 200px;
}
.categories-cardbottom  h4{
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #10217D;
    margin-bottom: 20px;
}
.categories-cardbottom p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}

/*Client testimonal css*/
.clientTestimonial-image {
    background-image: url("./assets/clientTestimonial-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.clientTest-bg {
    background-image: url("./assets/clientTest-bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.testClient-info{
    max-width: 710px;
}
.clientTest-wrapper{
    padding: 70px 0;
    max-width: 1120px;
    margin: auto;
}
.clientTest-title{
    padding: 30px 0;
}
.clientTest-title h4 {
    font-weight: 700;
    font-size: 30px;
    color: #10217D;
}
.clientTest-card {
    position: relative;
    padding: 40px 0;
    margin: 30px 0;
}
.clientTest-card .quote1{
    position: absolute;
    top: 0;
    left: 15px;
}
.clientTest-card .quote2{
    position: absolute;
    bottom: 0;
    right: 15px;
}
    .clientTest-card .clientTest-cardText {
        padding: 30px;
        background-color: #d1d1d16e;
        border-radius: 30px;
        text-align: center;
    }
.clientTest-card .clientTest-cardText p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}
/*case studies*/
.caseStudy-image {
    background-image: url("./assets/caseStudy-bannerBg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.caseStudy-bg {
    background-image: url("./assets/casStudy-bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.caseStudy-wrapper {
    padding: 70px 0;   
    margin: auto;
}
.caseStudy-card {
    background: #EFEFEF;
    border-radius: 20px;
    padding: 40px;
    min-height: 254px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.caseStudy-card--top h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #10217D;
}
.caseStudy-card--top p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}
.caseLink {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2887C8;
}

/*individual case studies*/
.buyer-image {
    background-image: var(--background);
    background-repeat: no-repeat;
    background-size: cover;
}
.case-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #10217D;
}
.buyer-wrapper {
    background-image: url("./assets/buyer-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.buyer-infoBox{
    max-width: 1200px;
    margin: 0 auto;
}
.buyerInfo-wrapper {
    padding: 40px;
    border-radius: 20px;
    background-color: #EFEFEF;
    height: 100%;
}
.buyerInfo-wrapper h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #10217D;
    margin-bottom: 20px;
}
.buyerInfo-wrapper p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}
/*contact us page*/
.contact-section{
    display: grid;
    place-content: center;
}
.contact-info h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 85px;
    /* green blue gradiet */

    background: linear-gradient(259.3deg, #10217D 0%, #35AA81 95.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.contact-info p {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #10217D;
}
.contact-formWrapper {
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(40, 135, 200, 0.2);
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    margin: auto;
}
.contact-field{
    margin: 1.5rem 0;
}
.contact-field .title{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}
.contact-field input{
    height: 50px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 15px;
}
/*our team*/
.ourTeam-image {
    background-image: url("./assets/ourteamBanner.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-subtext {
    font-size: 24px;
    color: #10217D;
}
.about-bg {
    background-image: url("./assets/aboutBg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.ourTeam-info {
    max-width: 710px;
}
.about-wrapper{
    padding: 100px 0;
}
.about-pointWrapper {
    margin: 20px auto;
    max-width: 1150px;
    padding: 0 20px;
}
.about-pointbox {
    padding: 20px 0;
    display: flex;
    border-bottom: 1px solid #D9D9D9;
    justify-content: space-between;
}
.about-pointbox--last {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.about-MainTitle {
    font-size: 24px;
    color: #444444;
    margin-bottom: 10px;
    font-weight: 700;
}
.about-img{
    width: 30%;
    margin: auto;
}
.about-text{
    max-width: 900px;
    margin-left: 25px;
}
.about-para {
    font-size: 16px;
    color: #444444;
    margin-bottom: 0;
}
.lowerBanner {
    background-image: url("./assets/aboutLower-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    display: grid;
    place-items: center;
}
.lowerWrapper{
    max-width: 1400px;
    padding: 30px;
}
.lowerText {
    color: #444;
    text-align: center;
    font-size: 24px;
}
/*our Goals*/
.ourGoals-image {
    background-image: url("./assets/goalsBg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.ourGoal-info {
    max-width: 630px;
}
.goalTitle {
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    background: var(--green-blue-gradiet, linear-gradient(226deg, #10217D 0%, #35AA81 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-img-exc {
    width: 30%;
    margin: auto;
}
/*stratageic Partner*/
.stratBanner-text{
    max-width: 700px;
    padding: 20px;
}
.strat-image {
    background-image: url("./assets/stratBg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.strat-bg {
    background-image: url("./assets/strat-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subPoints {
    text-align: center;
    padding: 60px 0;
}
.subPoints h1{
    font-size: 24px;
   padding-bottom: 20px;
   font-weight: 400;
   line-height: 27px;
}
.strat-wrapper {
    max-width: 1360px;
    margin: 20px auto;
    padding: 10px 30px;
}
.stratpoint{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 20px;
}
.stratpoint-flex1{
    flex-direction: row;
}
.stratpoint-flex2 {
    flex-direction: row;
}
.stratpoint-img{
    max-width: 620px;
}
.stratpoint-textbox{
    max-width: 535px;
    padding-left: 25px;
}
.stratpoint-textbox h1 {
    color: #444;
    font-size: 24px;
    margin-bottom: 25px;
}
.stratpoint-textbox p {
    color: #444;
    font-size: 16px;
}
.offer-wrapper {
    display: inline-flex;
    padding: 40px 67px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #EFEFEF;
    max-width: 1450px;
    margin: 50px 20px;
}
.offer-topSection {
    padding-bottom: 10px;
    border-bottom: 1px solid #BABABA;
    text-align: center;
}
.offer-topSection h1 {
    color: #444;
    font-size: 24px;
     line-height: 27px;
   
}
.offer-bottomSection{

}
.offer-bottomSection h1 {
    color: #444;
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
}
.offer-bottomSection p {
    font-size: 24px;
    max-width: 850px;
}
.strat-lastbg {
    background-image: url("./assets/stratlower-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.strat-lastWrapper{
    max-width: 1700px;
    padding: 60px 20px;
    display: flex;
    justify-content: space-between;
}
.strat-lastTextbox{
    max-width: 535px;
}
.strat-lastTextbox h1{
    font-size: 24px;
    font-weight: 700;
    background: var(--green-blue-gradiet, linear-gradient(259deg, #10217D 0%, #35AA81 95.17%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   
}
.strat-lastTextbox p {
    color: #444;
    font-size: 16px;
}
.strat-lastTextbox a {
    color: #0C6BC2;
    font-size: 16px;
    text-decoration: none;
    font-weight:700;
}
.strat-lastImg{
    max-width: 800px;
    margin: 20px auto;
}
.strat-lastImg img{
    border-radius: 40px;
}
/**new banner css*/
.banner-textBox {
    display: grid;
    place-items: center;
    background-image: url("./assets/bannerText-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-textBox h1 {
    font-size: 70px;
    font-weight: 700;
    background: var(--green-blue-gradiet, linear-gradient(259deg, #10217D 0%, #35AA81 95.17%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-textBox p {
    color: #10217D;
    font-size: 24px;
    line-height: 32px;
}
/*Media Queries*/
/* On screens that are 1536px or less*/
@media screen and (max-width: 1536px) {
    .custom-container {
        max-width: 1336px;
    }
    .categories-row{
        justify-content:normal;
        gap: 1rem;
    }
    .banner-subtext {
        font-size: 18px;
    }
}
/* On screens that are 1444px or less*/
@media screen and (max-width: 1444px) {
    .banner-textBox h1 {
        font-size: 50px;
    }
    .banner-textBox p {
        font-size: 18px;
        line-height: 24px;
    }
    .subPoints h1{
        font-size: 18px;
    }
    .stratpoint-img {
        max-width: 460px;
    }
    .offer-topSection h1 {
        font-size: 18px;
    }
    .offer-bottomSection h1 {
        font-size: 18px;
    }
    .offer-bottomSection p {
        font-size: 18px;
    }
    .strat-lastImg {
        max-width: 600px;
    }
}
/* On screens that are 1366px or less*/
@media screen and (max-width: 1366px) {
    .ourTeam-info {
        max-width: 575px;
    }
   

}

/* On screens that are 1024px or less*/
@media screen and (max-width: 1024px) {
    .banner-textBox h1 {
        font-size: 35px;
    }

    .banner-textBox p {
        font-size: 18px;
    }
    .ourTeam-info {
        max-width: 435px;
    }
    .about-img {
        width: 50%;
    }
    .about-para {
        font-size: 14px;
    }
    .about-MainTitle {
        font-size: 20px;
    }
    .lowerText {
        font-size: 20px;
    }
    .about-img-exc {
        width: 83%;
    }
    .stratpoint-textbox h1 {
        font-size: 18px;
    }

    .stratpoint-textbox p {
        font-size: 14px;
    }
    .strat-lastWrapper {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .goalTitle {
        font-size: 2.3rem;
    }
    .stratpoint-flex1 {
        flex-direction: column;
    }

    .stratpoint-flex2 {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 690px){
    .ourGoal-info {
        max-width: 400px;
    }
}
@media screen and (max-width: 550px) {
    .about-pointbox{
        display:block;
        text-align: center;
    }
    .about-pointbox--last {
        display: block;
        text-align: center;
    }
    .about-img {
        margin: 10px auto;
    }
    .about-img-exc {
        margin: 10px auto;
    }
    .about-text{
        margin: 0;
    }

    .heroSection-left .hero-textBox1 {
        max-width: 100%;
        padding: 45px 10px 200px 10px;
    }

    .hero-img {
        top: 52.5%;
        left: 50%;
        max-width: 100% !important;
    }


    .heroSection-right .hero-textBox2 {
        max-width: 100%;
        padding: 200px 0 15px 0;
    }

    .custom-container {
        padding: 0 21px;
    }

    .hide-mobile
    {
        height:700px;
        overflow:hidden;
    }

    .featuresSection .card {
        min-height: 110px;
    }


    .card .card-body {
        text-align: left;
        flex-direction: row;
        justify-content: start;
    }

    .card .card-img-top {
  
        width: 70px;
    }

    .card .card-body p {
        padding-left: 36px;
        margin: unset;
    }


    .featuresSection h3 {
        font-size: 22px !important;
        margin-bottom: 2rem;
    }


    #view-more1 {
        color: #2887C8;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 600;
    }

    .duplicate
    {
        display:none;
    }

    .testimonial_box-top {
        padding: 0px;
    }

    .footerWrapper .footerContentWrapper {
        flex-direction: column;
    }

    .categories-row {
        justify-content: center;
    }

    .categories-title h4 {
        font-size: 50px;
        line-height: 65px;
    }

    .categories-cardTop img {
        height: auto;
    }


    .categories-card {
        padding: 30px;
    }


    .stratpoint-textbox {
        padding-left: 0;
    }


    .contact-info h1 {
        font-size: 50px;
        line-height: 65px;
    }

    .contact-info p {
        font-size: 20px;
    }

    .contact-section .custom-container {
        padding: 0 8px;
    }


    .mobile-flex {
        display: flex;
        justify-content: center;
        padding: 15px 0;
        align-items: center;
    }

    .mobile-flex div {
        padding: 0 15px;
        padding-bottom: 0 !important;
    }

    /*.categories-slider-cardTop img {
        padding-bottom: 40px;
        height: 200px;
    }*/

    .categories-slider {
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
        color: #10217D;
        margin-bottom: 20px;
    }

    /*.categories-slider p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #444444;
    }*/
}