/* case-study */
.case-study-header {
	background: url(../../img/franchise/clients.jpg) center center no-repeat;
background-size: cover;
height: 78%;
background-position: center;
}

.case-study-header .case-study-header-content {
	padding-top: 13.5rem;
			text-align: left;
			padding-bottom: 20.5rem;

}

.case-study-header .text-container {
	margin-top: 0;
	margin-bottom: 0;
}
    .cc {
        max-width: 100%!important;
        padding: 10px 100px 10px 100px;
    }
    .card-img-top {
        height: 237px;
    }

    @media only screen and (max-width:768px) {
        .cc {
            max-width: 100%!important;
            padding: 10px 0px 10px 0px;
        }
        .case-study-header {
            background: url(../../img/franchise/clients.jpg) center center no-repeat;
            background-size: cover;
            height: 78%;
            background-position: center;
            margin-top: 58px;
        }
        .case-study-header .case-study-header-content {
            padding-top: 60px;
				text-align: left;
				padding-bottom: 40px;
        }
        .turquoise {
            color: #292B2C;
            font-size: 26px;
		}
		.lis {
			list-style-type: none;
			margin-bottom: 0px;
			/* margin-left: -51px; */
			color: #1e4169;
			font-size: 12px;
		}
    }

    
	@media screen and (min-width:768px) and (max-width:1024px) and (orientation :landscape)

	{
				.lis {
					list-style-type: none;
					margin-bottom: 0px;
					/* margin-left: -35px; */
					color: #1e4169;
					margin-right: 0%;
				}
				.part img {
					margin: 16px 0px;
					height: 121px;
					padding: 9px 0px;
				}
				
			.case-study-header .case-study-header-content {
				padding-top: 6.5rem;
				text-align: left;
				padding-bottom: 11.5rem;
			}
			.turquoise {
				color: #292B2C;
				font-size: 26px;
				margin-left: 46px;
			}
		}
		
		@media screen and (min-width:768px) and (max-width:1024px) and (orientation :portrait)

		{
    .lis {
        list-style-type: none;
        margin-bottom: 0px;
        /* margin-left: -35px; */
        color: #1e4169;
        margin-right: 55%;
	}
	.navbar-custom {
		
        box-shadow: none;
        background: #fff;
		
		padding:10px;
	}
	.turquoise {
		color: #292B2C;
		font-size: 26px;
		margin-left: 30px;
	}
	.case-study-header .case-study-header-content {
        padding-top: 12.5rem;
        text-align: left;
        padding-bottom: 11.5rem;
	}
	.disabled-link 
	{
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: black;
	}
}
@media screen and (min-width:1024px) and (max-width:1366px)
{
    .lis {
        list-style-type: none;
        margin-bottom: 0px;
        /* margin-left: -35px; */
        color: #1e4169;
        margin-right: 0%;
    }
  
}