.case-study-btn:hover{
		color:unset;
	}
	.case-study-about-title img{

		width: 300px;
	}
	.mobile-content{
		display: none;
	}
	.hubspot-banner .banner-content-block h1 {
		font-size: 50px;
		font-weight: 900;
	}
	.case-study-infrastructure .row{
		justify-content: center;
		
	}
	.bottom-descp{
		padding-top:30px;
	}


.ca-block-four figure{
	position: absolute;
	bottom: 0;
}

.ca-block-four .col-6{
	padding-bottom: 100px;
}

	a:hover {
		color:white;
	}
	.bottom-section-border{
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 30px;

	}
	.bottom-section-border::after {
    position: absolute;
    /* border: 1px solid black; */
    content: "";
    height: 2px;
    width: calc(100% - 75px);
    background-color: #000;
    bottom: 0;
    left: 75px;
}

.no-border{
		
		margin-bottom:unset;
		padding-bottom: unset;

	}

	.no-border::after {
	display: none;
}

	.case-study-block-container{
		position: relative;
		    margin-top: 60px;
	}
	.case-study-ca-blocks::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    border-left: 2px dashed black; /* Dashed line */
   left: 24px;
   
}
.case-study-ca-blocks:last-child::before {
	display: none;
}
.case-study-about-description{
	width: 94%;
}

.case-study-ca-blocks{
	padding-bottom: 20px;
	position: relative;
}
.case-study-ca-blocks:last-child{
	padding-bottom: unset;
}

	.case-study-infrastructure h5{
		font-size: 16px !important;
	}
	
	.case-study-customise	{
		    padding: 100px 0 200px;
		    position: 	relative	;
		    margin-top:-4px;
	}
	.case-study-customise .container .row{
		position: 	relative;
	}

	.case-study-customise	.img-block{
		position: 	absolute;
		right: 	0;
		bottom: 2px;
    width: 550px;
	}

	.case-study-about .col-7{
		padding-left:40px;
	}
	
	.case-study-infrastructure .row{
		padding-bottom:150px;
	}
	.case-study-customise h2{
		color: #ffdb2d;
	}
	.case-study-ca-header{
		padding: 0 0 0;
	}
	.banner-img-block{
		
		padding-top:30px;
	}
	.bottom-border{
		margin-top:30px;
	}
	.bottom-border span{
		border-bottom: 3px solid #ffdb2d;
        font-weight: 700;

	}
	.email-setup-pointer-content{
		margin-top:30px;
		margin-left: 20px;
	}
	.email-setup-pointer-content.no-margin-left{
		margin-top:30px;
		margin-left: 0px;
	}
	.no-image{
		margin-left: 6px;
	}
	.email-setup-pointer-content img{
		margin-top:30px;
	}
	.email-setup-pointer-content ol{
		list-style-type: 	lower-alpha	;
		
	}
	ol li::before {

		display: none;

	}
	.email-setup-pointer-content ol li{
		margin-top:30px;
		display: list-item;
	}

	
	.email-setup-pointer{
		padding-left:60px;
		padding-top: 60px;

	}

	.case-study-ca-content .email-setup-pointer{
		padding-left: 0px;
	}

	.email-setup-pointer-img {
    display: flex;
    align-items: center; /* Aligns items vertically to the center */
    gap: 10px;
}

.email-setup-pointer-img figure {
    margin: 0; /* Removes default margin from the figure */
}

.email-setup-pointer-img img {
    margin-right: 10px; /* Space between image and text */
}

.email-setup-pointer-img p {
    margin: 0;
    font-weight: 700;
}
	.section-divider {
   border: 0;
    border-top: 2px solid black;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
}
	.ca-images{
		text-align: center;
		margin-top:35px;
	}
	.diamond-list {
    display: flex;
    align-items: center; /* Align items (image and text) vertically in the center */
}

.case-study-ca-content p{
	line-height: 30px;
}

.case-study-ca-content .yellow-btn{
	margin-top:60px;
	    border-top-left-radius: 10px;
}

.case-study-ca-content-arrow {
    display: flex;
    align-items: center; /* Vertically align the image and text */
    gap: 20px; /* Set a gap of 20px between the image and text */
    margin-top:30px;
}

.case-study-ca-content-arrow img {
    display: block;
    width: auto; /* Ensure the image keeps its natural size */
    height: auto; /* Optionally set a specific height if needed */
}

.case-study-ca-content-arrow p {
    margin: 0; /* Remove default margin from the paragraph */
}
.diamond-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}



.diamond-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; /* Adjust space between the image and text */
    height: auto;
}


.diamond-img img {
    display: block;
    width: 50px; /* Set your preferred width for the image */
    height: auto; /* Keep the aspect ratio */
}

.diamond-img span {
    position: absolute;
    color: black;
    font-size: 16px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the number inside the image */
}

.diamond-list p {
    margin: 0;
    font-size:26px;
    font-weight: 700;
}
	.case-study-about-img{
		    position: absolute;
		    right: 0;
		    bottom: 0;
		    top: 41px;
		}
	body{
		background-color: #f1f2f2;
	}
	.banner-bg-img{
		position: absolute;
		
	    right: 0;
	    z-index: -1;
	}
	.round-border{
		border-radius: 50px 50px 0 0;
	   
	}

	.case-study-ca{
		 padding-bottom: 0px;
	    margin-top: -60px;
	    position: relative;

	}
	.case-study-about{
		padding-bottom: 200px;
		position: relative;
	}
	.case-study-about .img-block{
		margin-top:20px;
	}
	.case-study-about-title {
    display: flex;
    align-items: center; /* Aligns items vertically centered */
   	gap: 30px;
   	padding-top:30px;
}

.case-study-about-title::before {
    content: ""; /* Necessary to create a pseudo-element */
    position: absolute;
    top: 0;
    left: 20px;
    width: 38%; /* Full width of the container */
    height: 10px; /* Thickness of the border */
    background-color: #ffdb2d;; /* Change color as per your design */
}

.case-study-about-title h2 {
    margin: 0; /* Removes default margin */
    font-weight: 500;
}
.case-study-ca h2{
	text-align: center;
}
.case-study-ca .sub-title{
	line-height: 26px;
	margin-top:30px;
	text-align: center;
}

.case-study-about-title img {
    max-width: 100%; /* Ensures the image is responsive */
    height: auto;
}

.case-study-about-description p{
	line-height: 26px;
	margin-top:30px;
}

.case-study-infrastructure h2 , .case-study-only-content h2{
	text-align: center;
}
.case-study-customise .row{
	padding-bottom:150px;
}

.case-study-only-content{
	margin-top:-60px;
	    z-index: 1;
    position: relative;
}

::marker{
	font-weight: 700 !important;
}
.case-study-infrastructure p, .case-study-only-content p{
	text-align:center;
	line-height: 26px;
	margin-top: 25px ;
}
 .case-study-infrastructure .row{
 	margin-top:60px;
 }

 @media (min-width:1025px){
 	.case-study-infrastructure .row{
 	
 	margin-left: 300px;
 }

 }
.case-study-infrastructure ul{
	margin-top:30px;
	margin-bottom: 100px;
}
   .case-study-infrastructure ul li {
        margin-bottom: 25px;
    }
    .case-study-infrastructure .img-block{
    	    position: absolute;
		    left: 0;
		       bottom: -15px;
    width: 31%;
    }
    .case-study-infrastructure{
     padding-bottom: 0px;
    	margin-top:-35px;
    	position: relative;
    }
    .mobile{
    	display: none;
    }

    .mobile-header{
    	display: none;
    }
     @media (min-width:319px) and (max-width:374px){
    	
		.case-study-customise .img-block{
    	
    		   top: 357px !important;

    	}
    }
      @media (min-width:375px) and (max-width:424px){
      	.case-study-customise .img-block{
    	
    		    		top: 293px !important;

    	}
      }

       @media (min-width:425px) and (max-width:749px){
      	.case-study-customise .img-block{
    	
    		    		top: 283px !important;

    	}
      }
    
    
     @media (min-width:319px) and (max-width:425px){
    	.case-study-infrastructure .img-block {
		    display: none;
		}
		    .case-study-about-title::before {
        width: 40%;
        left: 10%;
    }
	
    }


      @media (min-width:426px) and (max-width:621px){
    	.case-study-infrastructure .img-block {
		   display: none;
		}
		.case-study-about-title::before {
			        width: 20%;
			        left: 31%;
			    }
    }
        @media (min-width:622px) and (max-width:767px){
        	    .case-study-about-title::before {
			                width: 22%;
        left: 30%;
			    }
    	.case-study-infrastructure .img-block {
		   display: none;
		}
    }


    

    @media (max-width:767px){
    	    .case-study-infrastructure .col-8 {
         width: 100% !important; 
    }
    	.desktop{
    		display: none;
    	}
    	.mobile-content{
    		display: block;
    		margin-top: 30px;
    	}
    	.case-study-about-description{
	width: 100%;
}
    	.banner-img-block{
		padding-top:0px;
	}
    	.hubspot-banner .banner-content-block h1 {
		font-size: 26px;
		
	}
    	.case-study-customise {
   				 padding: 30px 0 233px !important;
    	}
    	.case-study-about-title h2 {
    		font-size:25px;
    	}
    	.case-study-ca-content p{
	line-height: 26px;
}

    	.case-study-infrastructure .row {
    padding-bottom: 30px !important;
}
    	 .mobile{
    	display: block;
    }
    	.case-study-infrastructure .row{
		justify-content: unset;
		text-align: unset;
	}
    	.ca-block-four figure{
	position: unset;

	}
	.ca-block-four .col-6{
	padding-bottom: 0px;
	}
    	.bottom-section-border::after {
    		left: 25px;
    		    width: calc(100% - 50px);

    	}
    	.case-study-ca-content{
	margin-top:30px;
}
    	 .mobile-header{
    	display: block;
    }
    	.desktop-header{
    		display:none;
    	}
    	.case-study-about .col-5{
    		text-align: center;
    	}
    	.case-study-about .col-7{
    		padding-left:15px;
    		margin-top:20px;
    	}
    	.case-study-about-title {
    		gap:25px;
    	}
    	.case-study-about-title img {
    		width: 200px;
    	}
    	
    	.case-study-about {
    		padding-bottom: 100px;
		}
		.case-study-about-img{
		  
		   display: none;
		}
		.banner-content-block{
			text-align: center;
		}

		.diamond-img::before {
			display: none;
		}
		.ca-block-one::before , .ca-block-two::before , .ca-block-three::before{
			display: none;
		}
		.email-setup-pointer {
			padding-left: unset;
			padding-top: 30px;

		}
		.case-study-ca {
			padding-bottom: 40px;
		}

		.case-study-customise .img-block{
    	
    		width: 300px;
    	

    	}
    	.ca-images{
    		align-items: center;
		    display: flex;
		    justify-content: center;
    	}

    	.ca-images figure{
    		width: 200px;
    	}
    	.diamond-list p {
font-size: 16px;
    	}
    	.round-border {
    border-radius: 30px 30px 0 0;
}

.case-study-about .col-5{
	display: none;
}
    .case-study-ca-header {
        padding: 15px 0 0;
    }
    .case-study-about-title{
    	justify-content: center;
    }
   
    }


    @media (min-width:768px) and (max-width:1023px){
    	.case-study-about-img {
    		top: 242px;
    		width: 130%;
    	}
    	.case-study-about-title h2 {

    		font-size: 26px;

    	}

    	.hubspot-banner .banner-content-block h1 {
		font-size: 26px;
		
	}
    	.case-study-ca-content p{
	line-height: 26px;
}
    	 .mobile{
    	display: block;
    }
    	.case-study-infrastructure .row{
		justify-content: unset;
		text-align: unset;
	}
    	.case-study-about-title::before {
width:36%;
    	}
    	.bottom-section-border::after {
    		left: 40px;
    	}

    	.round-border {
    border-radius: 30px 30px 0 0;
}
    	.diamond-list p {
font-size: 16px;
    	}

    	

		.case-study-about-title img {
    		width: 200px;
    	}
    	.case-study-infrastructure .img-block {
		   width: 50%;
		       bottom: 4px;
		    
		}
		.diamond-img::before {
			display: none;
		}
		.ca-block-one::before , .ca-block-two::before , .ca-block-three::before{
			display: none;
		}
		

		.case-study-customise .col-7 {
			width: 100% !important;
		}
		.case-study-customise .img-block{
    	
    		    width: 300px !important;
    			top: 292px !important;

    	}
    }

      @media(min-width:1024px) and (max-width:1140px){
      	.case-study-infrastructure .col-8 {
         margin-left:100px;
    }
      	.case-study-about-title h2 {
      		font-size: 26px;
      	}
      	.hubspot-banner .banner-content-block h1 {
		font-size: 26px;
		
	}
      		.case-study-ca-content p{
	line-height: 26px;
}
      	.case-study-infrastructure .img-block {
  
		    bottom: 15px;
		    width: 30%;
		}

		.ca-block-one::before , .ca-block-two::before , .ca-block-three::before {

    	    left: 17px;
   			 top: 40px;
    	}
	    	.bottom-section-border::after {
	    		left: 50px;

	    	}

      }

    @media(min-width:1024px) and (max-width:1367px){
    	.case-study-about-img {
  
            top: 232px;
        	width: 100%;
		}
    	.hubspot-banner .banner-content-block h1 {
		font-size: 26px;
		
	}
    		.case-study-ca-content p{
	line-height: 26px;
}
    	
    	
		.case-study-customise .img-block{
    	
    			
    		top: 134px !important;

    	}
    	.ca-block-one::before , .ca-block-two::before , .ca-block-three::before {

    	    left: 17px;
   			 top: 40px;
    	}
}

 
 @media(max-width:1439px){
 	.case-study-infrastructure .col-8{
 		width: 50%;
 	}
 }

     @media(min-width:1368px) and (max-width:1440px){
     	.case-study-about-img {
  
            top: 127px;
        	width: 100%;
		}
     	.hubspot-banner .banner-content-block h1 {
		font-size: 44px;
		
	}
    	
		.case-study-customise .img-block{
    
    		top: 143px !important;

    	}
    }

    @media (min-width:768px) and (max-width:1650px){
    	.case-study-customise .img-block{
    		width: 450px;
    		top: 244px;
    	}

    	.banner-img-block{
		
		padding-top:0px;
	}

    	.case-study-ca-header {
    padding: 0 0 0;
}
    	.case-study-ca-header .container{
    		padding-right:0;
    		margin-right:0;
    	}
    	

 .mobile-header{
    	display: block;
    }
    	.desktop-header{
    		display:none;
    	}
    }