/*------*/
.sec-callaction {
    position: relative;
			.border-title-left.border-title:after{
				margin-left:auto;
			}
	.btnlist{
		justify-content:center;
	}
}

.sec-callaction:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(50% + 30px);
    left: 0;
    top: 0%;
    background-color: #F2F2F2;
}

.callaction-wrap {
/*    background-color: #030D27;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;

    .btnlist {
        list-style-type: none;
							.button-white-border{
									text-transform:capitalize;
							}
    }

    .callact-left {
        max-width: 690px;
							 margin:0 auto;
					   text-align:center;
        padding: 100px 20px 100px;
							 position:relative;
					z-index:1;
        & p {
            color: var(--white);
        }
    }

    .clact-im {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: 20px;
    }

    .letter{
        opacity:0.03;
        height:100%;
        margin-right:300px;
        & img{
            filter: invert(1) brightness(100);
            min-width: 440px;
            object-fit: contain;
            object-position: 0px 4px;
            display: block;
        }
    }
	.bgimg{
		z-index:0;
	}
    
}
.callaction-wrap:before
{
	 position:absolute;
	 content:"";
	 width:100%;
	 height:100%;
	background-color:rgba(22 37 76 / 78%);
	top:0;
	left:0;
	    z-index: 1;
}
/*--------- get expert legal advice ------*/
.cta-banner {
    background: var(--gradient);
    padding: 60px 0;
    position: relative;
    color: #fff;
}

.cta-banner::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #C3955C;
}

.cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    
    .cta-text{
        width:calc(100% - 555px);
        padding-right:20px;
        display: flex;
        flex-wrap:wrap;
        align-items:center;
        .cta-logo{
            width:124px;
            height:124px;
            background-color:var(--white);
            border-radius:100%;
            display: flex;
            flex-wrap:wrap;
            align-items:center;
            justify-content:center;
        }
    }
    .cta-logo-cnt{
        width:calc(100% - 124px);
        padding-left:15px;
    }
}

.cta-text p {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    width:555px;
    .btnlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
			.button-white-border{
				 text-transform:capitalize;
			}
}



/* RESPONSIVE  MEDIA QUERY */
@media (max-width: 1599.98px){

}

@media (max-width: 1439.98px){
    .callaction-wrap {
        .callact-left {
            max-width: 690px;
            padding: 70px 20px 70px 60px;
        }
        .clact-im{
            width:400px;
        }
        .letter{
            & img{
                min-width: 100%;
                object-fit: contain;
                object-position: center center;  
                height: 100%;
            }
        }
    }

      .cta-content {
        flex-wrap:wrap;
        justify-content:center;
        .cta-text {
            width:auto;
            padding-right:0px;
        }
    }
}

@media (max-width: 1199.98px){
    .cta-banner{
        padding:40px 0;
    }
    .cta-actions{
        width:560px;
    }
  

    .callaction-wrap {
        .callact-left {
            max-width:600px;
            padding:50px 20px 50px 50px;
        }
        .clact-im{
            width:350px;
        }
        .letter {
            margin-right: 250px;
        }
    }
}

@media (max-width: 991.98px){
    .callaction-wrap {
        .callact-left {
            max-width: 100%;
            padding: 40px;
            text-align: center;
            justify-content: center;
            display: flex;
            flex-wrap: wrap;
            .border-title-left.border-title:after{
                margin-left:auto;
            }
            
        }
        .clact-im{
            position: relative;
            margin-left:auto;
            max-width:350px;
            width:100%;
            margin:0 auto;
        }
        .letter{
            height:auto;
            top:auto;
            margin-right:10px;
        }
        .btnlist{
            justify-content:center;
        }
    }
    .cta-content {
       .cta-text {
            .cta-logo {
                width: 100px;
                height: 100px;
                padding:8px;
            }
            .cta-logo-cnt {
                width: calc(100% - 100px);
                padding-left: 10px;
            }
            p{
                font-size:18px;
                    font-weight: var(--font-body-weight);
            }
        }
    }
}

@media (max-width: 767.98px){
    .callaction-wrap {
        .callact-left {
            padding: 40px 20px;
        }
    }

    .cta-content {
        .cta-text {
            width: auto;
            padding-right: 0px;
            gap: 10px;
            justify-content: center;
            text-align: center;

            & p{
                font-size:18px;
                line-height:22px;
            }
            .cta-logo-cnt {
               width:100%;
                padding-left:0px;
            }
        }
        .cta-actions {
            .btnlist {
                justify-content:center;
            }
        }
    }
}

@media (max-width: 575.98px){
    
}