/* fold 2 */

.row.ai-solution-lft {
    display: flex;
}

.row.ai-solution-lft .col-md-6 {
    display: flex;
}

.lft-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lft-content .ai-title {
    width: 100%;
    margin: 1rem 0;
    color: #A7813E !important;
}

.lft-content .para-1 {
    width: 100% !important;
    margin: 1rem 0 2.5rem 0 !important;
}

.why-we-do .prog-bar-new {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2.5rem;
    border: 0.2rem solid #DCA872;
    padding: 1rem 0rem 2rem;
    border-radius: 1rem;
}

.progress-percent .progress {
    width: 14rem;
    height: 7.11rem;
    line-height: 1.15;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    margin-bottom: 0;
}

.progress-percent .progress:before {
    position: absolute;
    height: 5rem;
    width: 1rem;
    top: 1.5rem;
    right: 0;
    content: "";
}

.progress .progress-value {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 300;
}

.progress .progress-value div {
    margin-top: 1rem;
    font-size: 3.5rem;
    font-weight: 500;
}

.progress .progress-value span.in-val1 {
    z-index: 15;
    position: relative;
    margin-top: 1rem;
    font-size: 5rem;
    font-weight: 600;
    color: #21552F;
    text-transform: uppercase;
}

.progress .progress-value small {
    font-size: 58%;
    font-weight: 500;
    color: #21552F;
}

.progress-percent h3.pro-tit {
    text-align: center;
    font-weight: 500;
    text-transform: none;
    font-size: 1.4rem;
    color: #4f545f;
}

/* fold 3 */

.title-tag-wra {
    display: flex;
    justify-content: center;
}

.title-tag-wra p.title-tag {
    color: #1E4D2B !important;
    background: #DCA872;
    width: 11rem !important;
    padding: 0.5rem !important;
    border-radius: 2rem;
    min-height: auto !important;
    text-align: center !important;
}

.green-box {
    background-color: #12341D;
    padding: 2rem;
    border-radius: 2rem;
    min-height: 48rem;
    transform: scale(0.95);
    transition: all 1s ease-out;
}

.green-box:hover {
    transform: scale(1.1);
}

.green-box img {
    width: 18rem;
    height: auto;
    object-fit: cover;
}

.icons-inner {
    display: flex;
    margin-bottom: 1rem;
    justify-content: flex-start;
    align-items: center;
}

.green-box p {
    color: #fff;
    font-size: 1.25rem !important;
    margin: 0;
}

.icons-inner img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    margin-right: 1rem;
}

.green-box h3 {
    color: #DCA872 !important;
    font-weight: 800 !important;
    font-size: 1.6rem;
    margin: 2rem 0;
}

.green-box .btn {
    background-color: #DCA972;
    padding: 1rem 3rem;
    width: 10.5rem;
    margin-top: 4rem;
}

.green-box .btn:hover {
    background-color: #A8823F;
}

.green-box .btn a {
    color: #fff !important;
}

p.wh-sub {
    min-height: 6rem;
}

.empower-section .row {
    padding: 3rem 0;
}

@media(max-width:991px) {
    .green-box {
        transform: none;
        min-height: 42rem;
        margin: 1rem 0;
    }
    .green-box:hover {
        transform: none;
    }
}

@media(max-width:767px) {
    .icons-inner img {
        width: 5rem;
        height: 5rem;
        object-fit: contain;
        margin: 0 0 1rem;
    }
    .icons-inner {
        display: block;
    }
    .green-box .btn {
        width: 100%;
    }
}

/* ends */

/* fold 4 */

.product-content ul li {
    border: 0.1rem solid #1E4D2B;
    margin: 9rem 1rem;
    border-radius: 1rem;
}
.product-content ul li.slick-current.slick-active.slick-center
{
    margin: 0 1rem !important;
}

section.product-use-cases-section .product-content .pro-li-br p {
    text-align: center;
    color: #1E4D2B !important;
    font-weight: 600 !important;
    display: none;
    min-height: 19rem;
}

.slick-active.slick-center p {
    display: block !important;
}

.product-content h2.v-sub-head {
    color: #DCA872 !important;
}

.product-content .slick-prev, .product-content .slick-next {
    display: block !important;
    top: 42% !important;
}
.pro-cnt-slide-na .slick-prev
{
    left: -6rem;
}
.pro-cnt-slide-na .slick-next
{
    
}
.pro-cnt-slide-na .slick-prev:before
{
    content: '';
    position: absolute;
    background-image: url(https://www.intellectai.com/wp-content/uploads/2024/10/right.png);
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    border: 0;
    z-index: 0;
    opacity: 1 !important;
}
.pro-cnt-slide-na .slick-next:before
{
    content: '';
    position: absolute;
    background-image: url(https://www.intellectai.com/wp-content/uploads/2024/10/left.png);
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    border: 0;
    z-index: 0;
    opacity: 1 !important;
}

.get-in-touch .lft-content h2{
	font-size:4rem;
}

.get-in-touch .lft-content p{
	font-size:1.8rem!important;
}

/* .pro-cnt-slide-na .slick-prev:before, .pro-cnt-slide-na .slick-next:before {
    font-size: 1.5rem !important;
    color: white !important;
    background: #12341D !important;
    padding: 0.75rem;
    border-radius: 50%;
    opacity: 1 !important;
} */

@media (max-width: 991px) {
    section.product-use-cases-section.pc-sec01 img {
        min-height: 21rem;
        width: 55%;
    }
    .product-content .slick-prev, .product-content .slick-next {
        top: 48% !important;
    }
    .product-content ul li
    {
        margin: 0 1rem !important;
        min-height: 46rem;
    }
    .pro-cnt-slide-wrap:after, .pro-cnt-slide-wrap:before
    {
        display: none;
    }
   
    section.product-use-cases-section .product-content .pro-li-br p
    {
        min-height: 21rem;
    }
}

@media (max-width: 767px){
.pro-cnt-slide-na .slick-next {
    right: 4rem;
    z-index: 11;
}
.pro-cnt-slide-na .slick-prev {
    left: 0;
    z-index: 11;
}
.product-content .slick-prev, .product-content .slick-next {
    top: 45% !important;
}
.pro-cnt-slide-wrap:after, .pro-cnt-slide-wrap:before
    {
        display: block;
    }
    .product-content ul li
    {
        min-height: 43rem;
    }
}

/* ends */

/* fold5 */

section.testimonal {
    padding: 4rem 0;
}

section.testimonal h2 {
    margin-bottom: 3rem;
}

.testimonial-item.row {
    display: flex !important;
    border: 0.2rem solid #DCA872;
    border-radius: 1rem;
    margin: 0 2rem;
    padding: 1.5rem;
    min-height: 20rem;
}

.testimonial-item.row .testimonal-logo-wra,
.testimonial-item.row .testimonal-content-wra {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonal-logo-wra .testimonial-logo img {
    min-width: 17.5rem;
    min-height: auto;
    background: rgb(220, 168, 114);
    background: linear-gradient(180deg, rgba(220, 168, 114, 1) 11%, rgba(247, 219, 189, 1) 100%);
    padding: 1.5rem;
    border-radius: 1rem;
}

.testimonal .slick-dots {
    bottom: -6rem !important;
}

.testimonal .slick-dots li.slick-active button {
    background: #1E4D2B;
}

.testimonal .slick-dots li button {
    width: 0.9rem;
    height: 0.9rem;
    background: #c4c4c4;
    border-radius: 2rem;
}

section.testimonal .slick-prev, section.testimonal .slick-next
{
    display: block !important;
    top: 43% !important;
}
section.testimonal .slick-prev
{
    left: -6rem;
}
section.testimonal .slick-prev:before
{
    content: '';
    position: absolute;
    background-image: url(https://www.intellectai.com/wp-content/uploads/2024/10/right.png);
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    border: 0;
    z-index: 0;
    opacity: 1 !important;
}
section.testimonal .slick-next:before
{
    content: '';
    position: absolute;
    background-image: url(https://www.intellectai.com/wp-content/uploads/2024/10/left.png);
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    border: 0;
    z-index: 0;
    opacity: 1 !important;
}
/* section.testimonal .slick-prev:before, section.testimonal .slick-next:before {
    font-size: 1.5rem !important;
    color: white !important;
    background: #12341D !important;
    padding: 0.75rem;
    border-radius: 50%;
    opacity: 1 !important;
} */
@media (max-width: 991px) {
    .testimonial-item.row {
        flex-direction: column;
        padding: 2.5rem;
    }
    .testimonial-item.row .testimonal-logo-wra {
        margin-bottom: 1.5rem;
    }
    .testimonal-content {
        text-align: center;
    }
    section.testimonal .slick-prev {
        left: -2rem;
        z-index: 1;
    }
    section.testimonal .slick-next
    {
        right: 2rem;
    }
}

/* ends */

/* last */

section.get-in-touch {
    padding: 3.5rem 0;
}

.form-wrapper .custom-modal-content {
    width: 100%;
    border: 0;
    background: #F5F5F5;
}

@media (max-width:991px) {
    .get-in-touch-wrapper.row .lft-content {
        text-align: center;
    }
    .get-in-touch-wrapper.row .lft-content .para-1 {
        width: 80% !important;
        margin: 2rem auto !important;
    }
}

/* ends */

/* tabs section starts */

section#iapx-fold6 {
    background: #f5f5f5 !important;
}

#iapx-fold6 .nav-pills li a {
    text-align: left !important;
}

#iapx-fold6 li.brand-nav {
    margin-bottom: 2.35rem;
    width: 100% !important;
    display: block !important;
    float: none !important;
    cursor: pointer;
    border-bottom: 0.1rem solid #000;
    padding-bottom: 2rem;
}
/* 
#iapx-fold6 li.brand-nav:after {
    content: '';
    position: absolute;
    background-image: url(https://www.intellectai.com/wp-content/uploads/2024/10/arrow.png);
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    border: 0;
    right: 2rem;
    z-index: 0;
} */

ul#vt-tabhead .slick-track {
    width: 100% !important;
    transform: none !important;
    transition: none !important;
}

#iapx-fold6 li.brand-nav.slick-current {
    background: #fff;
    padding: 0.55rem;
    border-radius: 0.5rem;
    color: #000;
    width: 90% !important;
}

#iapx-fold6 li.brand-nav.slick-current a {
    color: #2c1b55 !important;
    font-weight: 500;
}

#iapx-fold6 li.brand-nav a {
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
}

#iapx-fold6 .container.out-box-slider.btm-fold h4 {
    margin-bottom: 0 !important;
}

#iapx-fold6 .container.out-box-slider h2 {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 1.55rem;
    text-align: center;
}

#iapx-fold6 .container.out-box-slider h4.text-black {
    /* color: #000 !important; */
    font-weight: 500;
    width: 95%;
}

#iapx-fold6 .container.out-box-slider h4 {
    color: #000 !important;
    font-weight: 500;
    margin-bottom: 2rem !important;
    font-size: 1.75rem !important;
}

#iapx-fold6 .in-cnt h4 {
    text-decoration: none;
    font-size: 2.55rem !important;
    color: #fff !important;
    text-align: left;
    margin: 1rem 0 !important;
}

ul.custody-plus-point {
    padding: 0;
    margin: 0;
    margin-left: 4rem;
    color: #000;
}

ul.custody-plus-point li {
    margin: 1rem 0 !important;
    display: block;
    font-size: 1.45rem !important;
    position: relative;
    color: #fff;
}

#iapx-fold6 .nav-pills>li a {
    text-align: center;
    color: #000;
    width: 100%;
    display: inline-block;
    z-index: 1;
    position: relative;
}

#iapx-fold6 .nav-pills>li.active a {
    color: #000 !important;
    background-color: transparent !important;
    font-weight: 600;
    font-size: 1.55rem !important;
}

#iapx-fold6 .nav-pills>li.active a:hover,
#iapx-fold6 .nav-pills>li:hover a {
    color: #9e7442 !important;
    background-color: transparent !important;
    font-weight: 500;
}

#vt-tabcnt {
    position: relative;
}

#vt-tabcnt .why-plus-img img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
}

#iapx-fold6 .in-cnt {
    color: #fff;
    position: absolute;
    top: 0;
    padding: 0 2rem;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

#vt-tabhead-2 img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    margin-right: 1.5rem;
}

.tab-bg img {
    width: 100%;
    height: auto;
    position: relative;
}

#vertical-tab-wrap img.emach-logo {
    width: 15rem !important;
}

.emach-tab p{
   width: 80%;
}

@media(max-width: 991px) {
    .tab-bg img {
        width: 100%;
    }
	.emach-tab p{
	   width: 100%;
	}
	.icons-inner-wrap {
    min-height: 100%!important;
    }
}

@media(max-width: 767px) {
    #iapx-fold6 li.brand-nav a,
    #iapx-fold6 li.brand-nav {
        text-align: left;
    }
    #iapx-fold6 li.brand-nav.slick-current,
    #iapx-fold6 li.brand-nav.slick-current a {
        width: 100% !important;
    }
    #iapx-fold6 .in-cnt:before {
        display: none;
    }
    #iapx-fold6 .container {
        padding: 2rem 1rem !important;
        width: 100% !important;
    }
    section#iapx-fold6 {
        /* padding: 0 2rem !important; */
    }
    #iapx-fold6 div#vt-tabcnt {
        border-top: 0;
    }
    #iapx-fold6 .in-cnt {
        margin-left: 0;
    }
    #iapx-fold6 .in-cnt h4 {
        font-size: 1.75rem !important;
        width: 100% !important;
    }
    #iapx-fold6 .container.out-box-slider h4.text-black {
        width: 100% !important;
    }
}

/* tab section ends */

.get-in-touch-wrapper.row {
    display: flex;
}

/* media queries */

@media (max-width: 991px) {
    .progress-percent .progress {
        height: 4rem;
    }
    .progress .progress-value span.in-val1 {
        font-size: 4rem;
    }
    .get-in-touch-wrapper.row {
        display: block;
    }
}

@media (max-width: 767px) {
    .row.ai-solution-lft {
        display: block !important;
    }
    .why-we-do-img-ryt {
        margin-top: 2rem;
    }
    .lft-content {
        align-items: center;
    }
    section.ai-solutions-section.insurance-solutions.why-we-do p.para-1 {
        text-align: center !important;
    }
    .why-we-do .prog-bar-new {
        display: block;
        min-height: 58rem;
    }
    .get-in-touch-wrapper.row {
        flex-direction: column;
    }
    .progress-percent {
        width: 100%;
        display: block;
        margin: 1.55rem 0;
    }
    .testimonial-item.row {
        padding: 2.5rem 0;
    }
    .testimonial-p {
        width: 100% !important;
    }
    .testimonial-item.row {
        min-height: 46rem;
        margin: 0 1rem;
    }
    .tab-bg img {
        min-height: 28rem;
    }
    #iapx-fold6 .in-cnt h4 {
        text-align: center;
    }
    .form-wrapper .custom-modal-content {
        width: 100% !important;
    }
    .custom-modal-content .hbspt-form {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* na revamp css */

section.ai-solutions-section, section.product-use-cases-section, section.testimonal, section#iapx-fold6, section.our-partners-section, section.latest-section, section.get-in-touch
{
    padding: 3.5rem 0 5rem !important;
}
section.product-use-cases-section
{
    margin-top: 0 !important;
}
.clo_01_homepage_hero_section .slick-slide img {
    margin-top: 0 !important;
}
.latest-section .heading h2
{
    font-size: 2.6rem !important;
}
.v-sub-head::after {
    display: none;
}

section.ai-solutions-section .explore-button {
    position: relative;
    top: 0;
    text-align: left;
    left: 0;
}

.ai-title {
    width: 100% !important;
    margin: 1rem 0;
    color: #A7813E !important;
}

.first-head{
	font-size:3rem;
}

p.fold-2-para {
    margin: 1rem auto 3rem;
}

.icons-inner-wrap {
    min-height: 15rem;
}

.product-content ul .pro-li-br::after {
    display: none;
}

section.product-use-cases-section.pc-sec01 img {
    margin-top: 0 !important;
    min-height: 21rem !important;
}

.pro-cnt-slide-wrap {
    position: relative;
}

.pro-cnt-slide-wrap:before {
    content: '';
    background: #f5f5f5;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 100%;
    z-index: 10;
    left: 0;
}

.pro-cnt-slide-wrap:after {
    content: '';
    background: #f5f5f5;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 100%;
    z-index: 10;
    right: 0;
}



@media(max-width: 991px) {
    section.product-use-cases-section .product-content .pro-li-br p {
        display: block;
    }
}

.page-id-17302 .custom-modal-content h2 {
    color: #a7813e !important;
    font-size: 1.55rem !important;
}