.casestudy-header-content {
    position: relative;
    max-width: 1360px;
    width: calc(100% - 80px);
    height: auto;
    padding: 0;
    margin-right: auto;
    margin-left: 80px;
    z-index: 2;
    box-sizing: border-box;
    box-shadow: -5px 0 5px -5px rgb(0 0 0 / 15%);
}
.casestudy-body {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 0;
    margin-right: auto;
    margin-left: 80px;
    width: calc(100% - 80px);
    height: auto;
    box-shadow: -5px 0 5px -5px rgb(0 0 0 / 15%);
}
.casestudy-breadcrumb {
    padding-block: 40px 10px;
    padding-inline: 50px 10px;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.casestudy-breadcrumb li {
    display: inline;
    font-size: 14px;
    font-display: optional;
    color: #262a32;
}
.casestudy-breadcrumb li a {
    color: #acacac;
    text-decoration: none;
}
.casestudy-breadcrumb li a:hover {
    transition: .5s ease all;
    color: #4e4e4e;
    text-decoration: none;
}
.casestudy-breadcrumb li + li:before {
    padding: 8px;
    color: #acacac;
    content: "/\00a0";
}
.casestudy-timeline {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
}
.casestudy-blue-dot {
    border-radius: 50%;
    position: relative;
    background-color: #3598db;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
/* custom clock icon CSS start */
.casestudy_clock-icon {
    border-radius: 50%;
    border: 1px solid;
    width: 15px;
    height: 15px;
    position: relative;
    margin-right: 10px;
    color: #262a32;
}
.casestudy_clock-icon:after {
    position: absolute;
    width: 0px;
    height: 6px;
    display: block;
    border-left: 1px solid #262a32;
    content: "";
    left: 9px;
    top: 6px;
    transform: rotate(132deg);
    color: #262a32;
}
.casestudy_clock-icon:before {
    position: absolute;
    width: 0px;
    height: 4px;
    display: block;
    border-left: 1px solid #262a32;
    content: "";
    left: 7px;
    top: 3px;
    color: #262a32;
}
/* custom clock icon CSS end */
.casestudy-date {
    font-weight: 300;
    color: #262a32;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}
.casestudy-items {
    position: relative;
    padding: 20px 25px;
    border-bottom: 1px solid #d4d4d6;
    text-decoration: none;
    display: block;
    margin-inline: 40px 60px;
}
.casestudy-header {
    font-weight: 300;
    font-size: 36px;
    color: #262a32;
    line-height: 1.2;
    padding-right: 0;
    margin-block: 10px 15px;
}
.casestudy-items:hover .casestudy-header {
    color: #059eb8;
}
.casestudy-text {
    font-weight: 300;
    font-size: 20px;
    color: #262a32;
    line-height: 1.4;
    padding-bottom: 15px;
}
/* custom home icon CSS start */
.custome-home-icon {
    background: linear-gradient(to left, currentColor 5px, transparent 0)
            no-repeat 0 bottom/4px 2px,
        linear-gradient(to left, currentColor 5px, transparent 0) no-repeat
            right bottom/4px 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 18px;
    height: 14px;
    border: 2px solid;
    border-top: 0;
    border-bottom: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.custome-home-icon::after,
.custome-home-icon::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
}
.custome-home-icon::before {
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-left-radius: 4px;
    transform: rotate(45deg);
    top: -5px;
    border-radius: 3px;
    width: 14px;
    height: 14px;
    left: 0;
}
.custome-home-icon::after {
    width: 8px;
    height: 10px;
    border: 2px solid;
    border-radius: 100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    left: 3px;
    bottom: 0;
}
/* custom home icon CSS end */
.casestudy-items:hover {
    transition: 0.4s ease all;
    transform: scale(1.01);
}
.casestudy-h1 {
    position: relative;
    text-align: left;
    color: #18aaca;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    padding: 20px 25px;
    text-decoration: none;
    /* text-transform: uppercase; */
    display: block;
    border-bottom: 1px solid #d4d4d6;
    margin-block: 10px 20px;
    margin-inline: 40px 60px;
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1350px) {
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1199px) {
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .casestudy-header {
        font-size: 32px;
    }
    .casestudy-text {
        font-size: 18px;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 991px) {
    .casestudy-body,
    .casestudy-header-content {
        width: 100%;
        margin: 0 !important;
    }
    .casestudy-breadcrumb {
        margin-top: 40px;
    }
    .casestudy-items {
        padding: 20px 35px;
    }
    .casestudy-header {
        font-size: 32px;
    }
    .casestudy-text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .casestudy-body,
    .casestudy-header-content {
        width: 100%;
        margin: 0 !important;
    }
    .casestudy-breadcrumb {
        margin-top: 40px;
        padding-block: 30px 10px;
    }
    .casestudy-items {
        padding: 15px 35px;
    }
    .casestudy-header {
        font-size: 32px;
    }
    .casestudy-text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .casestudy-header {
        font-size: 28px;
    }
    .casestudy-text {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 550px) {
    .casestudy-items {
        padding: 10px 0px;
        margin-inline: 25px 20px;
    }
    .casestudy-breadcrumb {
        padding-inline: 30px 10px;
    }
    .casestudy-h1 {
        font-size: 32px;
        padding: 0px;
        margin-inline: 20px 20px;
    }
}
@media only screen and (max-width: 375px) {
    .casestudy-header {
        font-size: 24px;
    }
    .casestudy-text {
        font-size: 14px;
    }
    .casestudy-date {
        font-size: 12px;
    }
}
