body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

    .logo a img{
        width:50%;
    }
    .logo-new a img{
        width:auto;
    }
    .landing-baneer{
        width:100%;
        float:left;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
        height:auto;
    }
    .landing-baneer-new{
        width:100%;
        float:left;
        background: #E5E5E5;
        height:auto;
        padding: 0 10px;
    }
    .logo {
        width: 100%;
        text-align: center;
        padding: 25px 0 0 0;
    }
    .logo-new {
        width: 100%;
        text-align: center;
        padding: 25px 0 0 0;
    }
    .heading{
        width:100%;
        text-align: center;
        padding-top:40px;
    }
    .heading h1{
        font-style: normal;
        font-weight: bold;
        font-size: 38px;
        line-height: 57px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 25px;
        font-family: 'Merriweather', serif;
    }
	.heading h2{
        font-style: normal;
        font-weight: bold;
        font-size: 38px;
        line-height: 57px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 25px;
        font-family: 'Merriweather', serif;
    }
    .heading p{
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
        margin:0;
    }
    .heading-new{
        width:100%;
        text-align: center;
        padding-top:40px;
    }
    .heading-new h1{
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 51px;
        text-align: center;
        color: #212121;
        margin-bottom: 25px;
        font-family: 'Merriweather', serif;
    }
	.heading-new h2{
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 51px;
        text-align: center;
        color: #212121;
        margin-bottom: 25px;
        font-family: 'Merriweather', serif;
    }
    .heading-new p{
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        color: #424242;
        font-family: 'Open Sans',sans-serif;
        margin:0;
    }
    .form{
        width:100%;
        text-align: center;
        padding-top:50px;
    }
    .form-box {
        background: #FFFFFF;
        box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
        border-radius: 16px;
        padding: 35px 25px;
        width: 100%;
    }
    .form-box span{
        font-style: normal;
        font-weight: bold;
        font-family: 'Open Sans',sans-serif;
        font-size: 18px;
        line-height: 33px;
        text-align: center;
        color: #212121;
        margin-bottom: 20px;
        display: block;
    }
    .form-box .error {
        text-align: left;
        font-size: 14px;
        color: #e3000f;
        margin-top: -16px;
        margin-bottom: 10px;
    }
    .form-box  input{
        background: #F4F4F4;
        border: 1px solid #E8E8E8;
        box-sizing: border-box;
        border-radius: 8px;
        width:100%;
        height:54px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.1px;
        color: #18171D;
        display: flex;
        align-items: center;
        text-indent: 30px;
        outline:none;
        margin-bottom: 1rem;
    }
    .form-box  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #18171D;
    }
    .form-box  input::-moz-placeholder { /* Firefox 19+ */
        color: #18171D;
    }
    .form-box  input :-ms-input-placeholder { /* IE 10+ */
        color: #18171D;
    }
    .form-box  input:-moz-placeholder { /* Firefox 18- */
          color: #18171D;
    }
    .form-box  select{
        background: #F4F4F4;
        border: 1px solid #E8E8E8;
        box-sizing: border-box;
        border-radius: 8px;
        width:100%;
        height:54px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.1px;
        color: #18171D;
        display: flex;
        align-items: center;
        text-indent: 30px;
        outline:none;
        margin-bottom: 1rem;
        -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
    .landing-baneer-new .form-box input#btnS{
        background: #212121;
    }
    .form-box input#btnS{
        background: #43A047;
        border-radius: 8px;
        height:50px;
        width:100%;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.2px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        border:none;
    }
    .content-sections{
        width:100%;
        float:left;
        text-align: center;
        padding:100px 0 0 0;
    }
    .content-sections-new{
        width: 100%;
        float: left;
        text-align: center;
        padding: 220px 0 40px 0;
        background: #1d1d1f;
        position: relative;
        margin-top: -94px;
        z-index: -1;
    }
    .content-sections-new .boxes img{
        width:100%;
        margin-bottom: 0px;
    }
    .content-sections-new .boxes span{
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        color: #ffffff;
        display: block;
        font-family: 'Open Sans',sans-serif;
        margin-bottom: 24px;
    }
    .content-sections-new .boxes p{
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #ffffff;
        margin-bottom: 33px;
    }
    .heading-for-all{
        width:100%;
        text-align: center;
    }
    .heading-for-all h3{
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 57px;
        text-align: center;
        color: #43A047;
        margin-bottom: 10px;
    }
    .heading-for-all p{
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #374754;
    }
    .heading-for-all-new{
        width:100%;
        text-align: center;
    }
    .heading-for-all-new h3{
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        color: #212121;;
        margin-bottom: 10px;
    }
    .heading-for-all-new p{
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #374754;
    }
    .box-col{
        width:100%;
        float: left;
        text-align: center;
    }
    .boxes{
        width:100%;
        text-align: center;
        margin-top:30px;
    }
    .boxes img{
        width:100%;
        margin-bottom: 15px;
    }
    .boxes span{
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        color: #374754;
        display: block;
        margin-bottom: 15px;
    }
    .boxes p{
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;
        text-align: center;
        color: #374754;
    }
    .section3{
        width:100%;
        float:left;
        text-align: center;
        padding-top:30px;
    }
    .section3-images{
        width:100%;
        text-align: center;
    }
    .section3-images img{
        width:100%;
    }
    .section4{
        width:100%;
        float:left;
        text-align: center;
        background: #EEEEEE;
        padding:70px 0;
    }
    .nirf-box{
        width:100%;
        text-align: center;
        margin-top:30px;
    }
    .nirf-box img{
        margin-bottom: 30px;
    }
    .nirf-box p{
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        color: #303030;
    }
    .client-logos{
        width:100%;
        float:left;
        padding-top:40px;
    }
    .client-logos ul{
        width:100%;
        display: flex;
        align-items: center;
        flex-flow: wrap;
        padding: 0;
        justify-content: center;
    }
    .client-logos ul li{
        width:41%;
        margin:20px auto;
        list-style: none;
    }
    .client-logos ul li img{
        width:100%;
    }
    .client-logos1{
        width:100%;
        float:left;
        padding-top:40px;
    }
    .client-logos1 ul{
        width:100%;
        display: flex;
        align-items: center;
        flex-flow: wrap;
        padding: 0;
        justify-content: center;
    }
    .client-logos1 ul li{
        width:26%;
        margin:20px auto;
        list-style: none;
    }
    .client-logos1 ul li img{
        width:100%;
    }
    .client-logos1-new{
        width:100%;
        float:left;
        padding-top:10px;
    }
    .client-logos1-new ul{
        width:100%;
        display: flex;
        align-items: center;
        flex-flow: wrap;
        padding: 0;
        justify-content: center;
        margin-bottom: 0px;
    }
    .client-logos1-new ul li{
        width:48%;
        margin:20px auto;
        list-style: none;
    }
    .client-logos1-new ul li img{
        width:110px;
    }
    .section5{
        width:100%;
        float:left;
        background: #ffffff;
        padding:80px 20px;
    }
    .section5 .heading-for-all h3{
        text-align: left;
    }
    .section5 .heading-for-all p{
        text-align: left;
    }
    .box-list{
        width:100%;
        float:left;
    }
    .boxlist-col{
        width:100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 30px;
    }
    .col-top{
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .col-top img{
        margin-right:10px;
    }
    .col-top span{
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        color: #252B42;
    }
    .boxlist-col p{
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 27px;
        color: #374754;
        margin-bottom: 0;
    }
    .career-paths{
        width:100%;
        float:left;
        background: #EAEAEA;
        box-shadow: 0px 4px 15px rgba(51, 51, 61, 0.2);
        padding: 50px 10px;
        
    }
    .career-path-list{
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .career-path-list ul{
        margin:0;
        padding: 0;
    }
    .career-path-list ul li{
        margin:0;
        padding: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 32px;
        color: #302D3A;
    }
    .enquiry-now{
        width:100%;
        text-align: center;
        float: left;
        margin-top: 70px;
    }
    .enquiry-now a{
        border:none;
        background: #43A047;
        border-radius: 35px;
        height:53px;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 33px;
        letter-spacing: 0.1px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        width:197px;
        margin: 0 auto;
        text-decoration: none !important;
    }
    .enquiry-now-new{
        width:100%;
        text-align: center;
        float: left;
        margin-top: 0px;
    }
    .enquiry-now-new a{
        border:none;
        background: #212121;
        border-radius: 35px;
        height:53px;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 33px;
        letter-spacing: 0.1px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        width:197px;
        margin: 0 auto;
        text-decoration: none !important;
    }
    .new-mobile-footer {
        width: 100%;
        float: left;
        background: #000;
        padding: 50px 14px 20px;
        display: block;
    }
    .footer-accordian-mobile {
        width: 100%;
        float: left;
        margin-bottom: 60px;
    }

    .footer-accordian-mobile .accordion-item {
        background-color: transparent;
        border: none;
        border-radius: 0px !important;
        margin-bottom: 8px;
    }

    .footer-accordian-mobile .accordion-item button.accordion-button.collapsed {
        background: #43A047 !important;
        height: 50px !important;
        border: none !important;
        border-radius: 0px !important;
        box-shadow: none;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
    }

    .footer-accordian-mobile .accordion-item .accordion-collapse {
        border: 1px solid #43A047;
        border-top: none;
        width: 100%;
        float: left;
        margin-bottom: 8px;
    }
    .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: #43A047;
        box-shadow: none;
    }
    .footer-accordian-mobile .accordion-item .accordion-collapse .accordion-body {
        padding: 0;
    }
    .footer-links li a {
        text-decoration: none;
        color: #fff;
    }
    .footer-accordian-mobile .accordion-item .accordion-collapse ul {
        width: 100%;
        float: left;
        padding: 0 0px;
        margin-top: 0;
        margin-bottom: 0px;
    }

    .footer-accordian-mobile .accordion-item .accordion-collapse ul li {
        text-align: left;
        border-bottom: 0.5px solid #82828252;
        padding: 10px 20px;
        margin: 0;
    }

    .chitkara-address {
        width: 100%;
        float: left;
        padding: 10px 0px;
    }
    
    .chitkara-address p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: #ffffff;
        margin: 0px 0px 6px 0px;
        text-align: center;
    }
    
    .chitkara-address span {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
        display: block;
    }
    .mob-foot-logos {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }
    
    .foot-social-icons {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .foot-social-icons a {
        padding: 0 15px 0 0px;
        cursor: pointer;
    }
    .foot-copy-right-text1 {
        width: 100%;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .foot-copy-right-text1 span {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
    }

    .footer-term-text {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-term-text a {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
        cursor: pointer;
        text-decoration: none;
    }

    .footer-term-text span {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
        padding: 0 4px;
        display: block;
    }
    .foot-copy-right-text {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 22px;
        float: left;
    }
    .foot-copy-right-text span {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }
    .bottomMobileContact {
        position: fixed;
        bottom: 10%;
        right: 0;
        display: none;
        z-index: 100;
    }
    .bottomMobileContact li:first-child {
        background: #00e676;
    }
    .bottomMobileContact li {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        margin-bottom: 10px;
        list-style: none;
    }
    .bottomMobileContact li a {
        padding: 10px 15px;
        display: table;
    }
    .bottomMobileContact li:last-child {
        background: #05afe4;
    }

    @media screen and (max-width: 1024px) {
        .cb__contact_bubble {
            display: none !important;
        }
        .cb__prompt {
             display: none !important; 
        }
        .bottomMobileContact {
            display: block;
        }
    }