.kockpit-case-studies {
    background: #fff;
    padding: 100px 0 80px;
    position: relative;
    height: 100vh;
    z-index: 9;
  }
  h3.case-mainhead {
    font-size: 44px;
    padding: 10px;
}

h5.case-downhead {
    font-size: 18px;
    padding: 0px 10px;
    letter-spacing: 0.4px;
    line-height: 25px;
}
.img-box-case-head {
    height: 80vh;
    padding: 10px 150px;
}
.img-box-sec1 {
    min-height: 100%;
    border-radius: 20px;
    background: #FFF6F3;
    text-align: center;
    position: relative;
}

.img-box-sec1 img:first-child {
    width: 100%;
}

img.icon-img-box {
    max-width: 100%;
    padding: 80px 20px 40px;
}
img.circle-case {
    top: 20px;
    position: absolute;
    left: -50px;
    max-width: 29%;
}
img.semicircle-case {
    position: absolute;
    bottom: 0;
    right: -65px;
    max-width: 20%;
}
.head-box-case.aos-init.aos-animate {
    padding: 150px 0px;
}

.custom-section {
    display: none !important;
}

.custom-section.active {
    display: block !important;
}

/* section 2 css start here */

.main-case-study-section2{
    background: #006FCE;
    padding: 30px 0 10px;
    position: relative;
    height: 65vh;
    z-index: 9;
}
img.cremica-large {
    width: 100%;
}
.main-case-right-box {
    max-width: 100%;
    padding: 30px;
}
.main-case-left-box {
    color: white;
    padding: 80px;
}
.button-secondary.case{
    border: 1px solid #fff;
    padding: 14px 80px 14px 32px;
    line-height: 1;
    font-size: 17px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    position: relative;
    background: linear-gradient(to right, #fff 50%, #fff0 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-in-out;
}

.button-secondary.case:after{
    position: absolute;
    content: '';
    width: 36px;
    height: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
    background: linear-gradient(to right, #fff 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
h3.left-box-case-head {
    font-size: 32px;
    font-weight: 600 !important;
    padding: 10px 0px 0px;
}

/* section 3 start here */

.main-case-study-section3{
    background: #FF4400;
    padding: 30px 0 10px;
    position: relative;
    height: 65vh;
    z-index: 9;
}

/* MS bikaner start here */
.msbikarner{
    background: #fff;
    position: relative;
    height: 68vh;
    z-index: 9;
}
.ms-black-box {
    height: 68vh;
    background: #000;
    text-align: center;
}
.ms-white-box {
    height: 68vh;
    background: #fff;
    text-align: center;
}
img.ms-image {
    width: 45%;
    padding: 20px 0px 0px;
}
h3.ms-heading {
    color: white;
    font-size: 24px;
    padding: 0px 180px;
    font-weight: 600 !important;
}
p.ms-para {
    padding: 5px 200px 0px;
    color: white;
    font-size: 14px;
    font-weight: 200 !important;
    letter-spacing: 0.4px;
}
h3.ms-heading.white {
    color: black;
}
p.ms-para.white{
    color: black;
    font-weight: 400 !important;
}

/* section 4 start here */

.main-case-study-section4{
    background: #002F9C;
    padding: 30px 0 10px;
    position: relative;
    height: 65vh;
    z-index: 9;
}

/* section 5 start here */

.main-case-study-section5{
    background: #fff;
    padding: 30px 0 10px;
    position: relative;
    height: 65vh;
    z-index: 9;
}
h3.left-box-case-head.white {
    color: black;
}
p.left-box-case-para.white {
    color: black;
}

.col-lg-6 {
    padding: 0 !important;
}

@media only screen and (min-width: 1450px) and (max-width: 3000px){

    .head-box-case.aos-init.aos-animate {
        margin: 60px 0px;
    }
    h3.case-mainhead {
        font-size: 56px;
        padding: 10px;
    }
    h5.case-downhead {
        font-size: 22px;
        padding: 0px 10px;
        letter-spacing: 0.8px;
        line-height: 32px;
    }
    img.sec1-case {
        height: 640px;
        position: absolute;
        right: 40px;
        padding: 0px 15px;
        margin: 40px 0px;
    }

    /* section 2 */

    .main-case-study-section2{
        background: #006FCE;
        padding: 30px 0 10px;
        position: relative;
        height: 58vh;
        z-index: 9;
    }

    /* section 3 */

    .main-case-study-section3{
        background: #FF4400;
        padding: 30px 0 10px;
        position: relative;
        height: 65vh;
        z-index: 9;
    }
}

@media screen and (max-width: 768px) {
    .head-box-case.aos-init.aos-animate {
        padding: 20px 0px;
    }

    .main-case-study-section2 {
        height: 100%;
    }
    .main-case-study-section3 {
        height: 100%;
    }
    .main-case-study-section4 {
        height: 100%;
    }

    .kockpit-case-studies {
        height: 100%;
    }

    .img-box-case-head {
        padding: 0;
        transform: scale(.75);
    }

    .img-box-sec1 {
        display: grid;
        place-items: center;
    }

    p.ms-para {
        padding: 20px;
    }

    .button-secondary.case {
        font-size: 11px;
    }

    .main-case-study-section5 {
        height: 100%;
    }

    .main-case-left-box {
        padding: 20px;
        text-align: center;
    }
}