.agents-campaign-banner-section{
	height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: end;
    padding-bottom: 50px;
}
.agents-campaign-banner-section.ai-pharma-campaign{
    background-position: center center !important;
}
.agents-campaign-banner-section.ai-energy-campaign{
    background-position: center center !important;
}
.agents-campaign-banner-section.ai-procurement-campaign{
    background-position: center center !important;
}
.banner-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #00000090 0%, #51849500 33%, #35474D6C 57%, #26262699 78%, #00000099 100%);
}
.agents-company-logos{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 7px 30px;
    background: #fff;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
}
.agents-company-logos img{
    max-height: 60px;
}
.agents-campaign-banner-section .head-title{
	font-size: 42px !important;
}
.agents-campaign-banner-section .head-sub-title{
    font-size: 22px !important;
    font-family: 'Avenir' !important;
    margin-bottom: 20px;
}
h2.head-title{
    font-size: 32px !important;
    color: #397AD2;
}
.head-sub-title{
    font-size: 20px !important;
}

.left-cont-right-img ul{
    font-size: 20px;
    padding-left: 15px;
}
.left-cont-right-img ul li{
    margin-bottom: 16px;
}
.left-cont-right-img ul li::marker{
    color: #ea4224;
}

.icon-head-cont-boxes-main{
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0px 3px 6px #00000029;
}
.icon-head-cont-col{
    border: 0.5px solid #f0f0f0;
    background: #fff;
}
.icon-head-cont-box{
    padding: 25px;
    background: #fff;
    height: 100%;
}
.icon-head-cont-box h4{
    font-family: 'Avenir-Semibold' !important;
}
.icon-head-cont-box img{
    max-height: 80px;
    margin-bottom: 20px;
}

.only-img-box img{
    box-shadow: 0px 0px 10px #ddd;
}

.people-section-box img{
    max-height: 180px;
    border-radius: 50%;
}

.agenda-tree-list:before{
    content: '';
    background: #ea4224;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 14%;
}
.agenda-tree-list-right{
    padding-left: 40px;
}
.agenda-tree-list-right h4{
    margin-bottom: 0px;
    font-size: 18px !important;
}
.agenda-tree-list-right-cont{
    margin-bottom: 25px;
}
.agenda-tree-list-right{
    position: relative;
}
.agenda-tree-list-right ul{
    padding-left: 15px;
}
.agenda-tree-list-right:before{
    content: '';
    border: 1px solid #ea4224;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -26px;
    background: #fff;
    top: 3px;
}

.ctas-section-main{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.cta-box-col{
    text-align: center;
}
.cta-box-col .cta-box{
    background: #397AD2;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
    margin: 0 5px 12px 5px;
    font-family: 'Avenir-Semibold';
    font-size: 20px;
}

.companies-section-box-col{
    padding: 0 25px !important;
}
.companies-section-box{
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D1D1D1;
    border-radius: 14px;
    height: 100%
}
.companies-section-box-img{
    border-bottom: 0.5px solid #F0F0F0;
    padding: 0px 10px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px !important;
    min-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.companies-section-box-content{
    padding: 0 30px 20px 30px;
}


@media only screen and (min-width: 1400px){
	.agenda-tree-list-right:before{
        left: -31px;
    }
}

@media only screen and (max-width: 1200px){
	.agents-campaign-banner-section{
        height: 800px;
    }
    .agenda-tree-list:before{
        left: 15%;
    }
    .agenda-tree-list-right:before{
        left: -12px;
    }
    .companies-section-box-content{
        padding: 0 20px 20px 20px;
    }
}

@media only screen and (max-width: 991px){
	.icon-head-cont-box{
        padding: 15px;
    }
    .agenda-tree-col{
        padding-left: 30px !important;
    }
    .agenda-tree-list:before{
        left: -20px;
    }
    .agenda-tree-list-right:before{
        top: -18px;
    }
    .agenda-tree-list-right{
        margin-top: 5px;
    }
    .people-section-box img{
        max-height: 110px;
    }
    .companies-section-box-col{
        padding: 0 10px !important;
    }
}

@media only screen and (max-width: 767px){
    .agents-campaign-banner-section {
        height: 700px;
    }
    .banner-overlay{
        background: linear-gradient(180deg, #00000099 0%, #51849500 33%, #35474D6C 57%, #01010190 78%, #00000099 100%);
    }
	.agents-campaign-banner-section .head-title{
        font-size: 32px !important
    }
    .agents-campaign-banner-section .head-sub-title{
        font-size: 20px !important;
    }
    h2.head-title{
        font-size: 28px !important;
    }
    .cta-band-main{
        text-align: center;
    }
}

@media only screen and (max-width: 575px){
	
}
@media only screen and (max-width: 400px){
	.agents-campaign-banner-section {
        height: 650px;
    }
}