.case-study-banner{
    padding: 60px 0px;
    background-color: #f0f9ff;
}

.case-study-banner .heading h1{
    font-size: 45px;
}
.case-study-section{
    padding: 30px 0 !important;
}
.case-study-box .case-study-desc{
    /* padding: 15px 15px; */
    /* min-height: 96px; */
    font-weight: 500;
}
.case-study-box{
    padding-right: 10px;
    padding-left: 10px;
}
.case-study-box .case-study{
    padding: 15px 15px;
    background-color: #f0f9ff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 357px;
}
.case-study-box .case-study:hover{
    background-color: #ffffff;
}
.case-study-box .case-study .btn-rounded{
    text-transform: capitalize;
    height: 35px;
    line-height: 45px;
    padding: 0 30px;
}

.case-study-box a{
    color: #414a53;
}

.case-study-section .page-2, .case-study-section .page-3{
    display: none;
}

.case-study-box .case-study:hover .btn-rounded{
    background-color: #fff;
    color: #106d9f;
    border: 2px solid #106d9f;
}

.btn-squired {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    background: #106d9f;
    height: 46px;
    line-height: 46px;
    min-width: auto;
    text-align: left;
    border: 2px solid #fff;
    padding: 0 45px;
    /* background: #106d9f; */
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.case-study-detial-banner{
    background: url('/resources-new/img/case-study/banner-inner-page.png');
    background-size:cover
}

.case-study-detial-banner .heading{
    position: relative;
    padding: 80px 0px;
}
.case-study-detial-banner .heading h1{
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
}

.case-study-detial-banner .heading p{
    font-size: 20px;
    color: #009ae4;
    font-weight: 500;
}
.case-study-detial-section{
    background-color: #f9f9f9;
    padding: 20px 0px;
}


.case-study-detial-section h2{
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.case-study-detial-section .case-study-content{
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 10px;
}
.case-study-detial-section .case-study-content p{
    margin-bottom: 10px;
}
.challenge-section, .solution-section, .result-section{
    padding: 20px 30px;
    border-radius: 10px;
    margin: 15px 0px;
}

.related-resources{
    background-color: #ffffff;
    padding: 25px 15px;
    border-radius: 10px;
}

.related-resources a{
    color: #414a53;
}
.related-resources p{
    font-size: 11px !important;
    line-height: 15px !important;
}
.related-resources h3{
    font-size: 20px;
}
.resource-thumb{
    padding: 0 10px;
}

.challenge-section{
    background-color: #ebf6fe;
}
.solution-section{
    background-color: #f2f5fe;
}
.result-section{
    background-color: #fff7f8;
}
.list-points{
    list-style: none;
    padding: 0px;
}

.list-points li{
    list-style: none;
    padding-left: 35px;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
}
.case-study-separator{
    border: 1px solid #bcbcbc;
    margin-top: 10px;
    margin-bottom: 20px;
}

.list-points li::before {
    content: "";
    display: block;
    width: 24px;
    height: 24.8px;
    margin-top: 10px;
    background-image: url(/resources-new/img/case-study/icon-tick.png);
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar-form {
    color: #858b90;
    font-size: 14px;
    background: #034e83;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.sidebar-form .form__field{
    height: 35px;
}

.case-study-right{
    position: sticky;
    top: 70px;
}

.sidebar-form .fieldset {
	padding: 27px 15px 0 15px
}

@media only screen and (min-width:576px) {
	.sidebar-form .fieldset {
		padding: 15px 20px 0 20px;
	}
}

.sidebar-form label {
	position: relative;
	width: 100%;
	margin-bottom: 0
}

.sidebar-form label .icon {
	font-size: 18px;
	position: absolute;
	left: 15px;
	top: 16px
}

.sidebar-form label .form__field {}

.sidebar-form__title {
	/* color: #414a53 */
	color: #787b7f;
	font-size: 18px !important;
    letter-spacing: 0;
    font-weight: 700;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0.5rem;
	
}

.sidebar-form__subtitle {
	margin-bottom: 45px
}

.sidebar-form .form__field {
	margin-bottom: 6px
}

.sidebar-form .form__submit {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border: none;
	background: #009ae4;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	border-radius: 4px;
	padding: 10px 20px;
	width: 100%;
}

@media only screen and (min-width:576px) {
	.sidebar-form .form__submit {
		/*width: calc(100% - 3px)*/
	}
}

.sidebar-form .form__submit:hover {
	background: #106d9f
}

.sidebar-form .nice-select {
	/*margin-bottom: 50px*/
}

.sidebar-form--f5 .button {
	min-width: 100%;
	margin-bottom: 20px
}

.sidebar-form--f5 .button--green span {
	min-width: 70px
}

.sidebar-form--f5 .form__field {
	margin-bottom: 20px
}

.sidebar-form--f5 label .form__field {
	padding: 0 40px 0 20px
}

.sidebar-form--f5 .nice-select {
	margin-bottom: 20px
}

.sidebar-form--f5 label .icon {
	left: auto;
	right: 15px
}

@media only screen and (max-width:767px) {
	.sidebar-form {
		display: none;
	}
}