/*font family*/

body {
    font-family: 'DM Sans', sans-serif;
}


h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 span {
    background: #fff;
    margin: 0 15px;
}

h2:before,
h2:after {
    background: #162D5A;
    height: 2px;
    flex: 1;
    content: '';
}

h2.left:after {
    background: none;
}

.abt-text21 {
    width: 30%;
}

/*end */
/*header*/
.header-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000015;
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.opacity {
    opacity: 64%;
}

.cursor {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.image {
    width: 100%;
}

.logo {
    max-width: 100%;
    max-height: 100%;
}

.home-primg {
    width: 45%;
}

.logo-box {
    height: 75px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.nav-head {
    color: #000;
    transition: 1s;
    font-size: 16px;
}

.nav-head:hover {
    /*letter-spacing:1px;*/
    background-color: #fff !important;
    color: #054a94;
}

.navh-active {
    font-weight: 700;
}

.header-box11 {
    margin-top: 1%;
}

/*end header*/
/*banner*/
.banner-box {
    background-image: url(../images/banner3.png);
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    height: 580px;
}

.banner-over-box {
    position: absolute;
    z-index: 1;
    top: 230px;
    left: 230px;
}

.banner-head {
    font-weight: bold;
    font-family: 'Domine', serif;
    font-size: 32px;
    display: block;
    color: #19191B;
    line-height: 40px;
}

.banner-over-box1 {
    position: absolute;
    z-index: 1;
    top: 387px;
    left: 230px;
    width: 75%;
}

.banner-head1 {
    margin-top: -4.5%;
    font-size: 16px;
    color: #19191B;
    line-height: 22px;
    display: block;
}

.banner-head2 {
    font-size: 16px;
    color: #19191B;
    line-height: 22px;
    display: block;
}

.banner-over-box2 {
    position: absolute;
    z-index: 1;
    top: 450px;
    left: 228px;
    width: 15%;
}

.banner-head3 {
    font-size: 16px;
    color: #19191B;
    line-height: 22px;
    display: block;
    font-weight: 600;
    cursor: pointer;
}

.home-text21 {
    margin: 15px 0 40px 0;
}

/*end banner*/
/*below banner*/
.home-head {
    font-size: 16px;
    display: block;
    color: #19191B;
}

.home-head1 {
    font-family: 'Domine', serif;
    font-size: 32px;
    display: block;
    font-weight: 600;
    color: #19191B;
}

.home-img-box {
    height: 160px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.home-image {
    max-width: 100%;
    max-height: 100%;
}

.home-head2 {
    margin: 10px 0;
    color: #19191B;
    font-size: 24px;
    display: block;
    font-weight: 900;
}

.home-head3 {
    display: block;
    color: #19191B;
    font-size: 24px;
    margin-top: 6%;
    font-weight: 900;
}

.home-head4 {
    display: block;
    color: #19191B;
    font-size: 24px;
    margin-top: 10%;
    font-weight: 900;
}

.product-box {
    background-color: #EFFFF4;
    padding: 60px 0;
    margin: 50px 0;
}

.product-innerbox {
    height: 420px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.home-head5 {
    font-size: 32px;
    display: block;
    color: #19191B;
}

.home-head11 {
    font-weight: 900;
    font-family: 'Domine', serif;
}

.home-inner-box {
    padding: 20px 0;
}

.box-topbottpad {
    padding: 50px 0;
}

.home-head6 {
    line-height: 25px;
    width: 55%;
}

.bottom-banner-box {
    background-image: url(../images/life_cipla.png);
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    height: 560px;
}

.bottom-ibanner-box {
    z-index: 1;
    margin-top: 14.5%;
    position: absolute;
    left: 22%;
}

.home-head7 {
    line-height: 25px;
    width: 63%;
    margin-top: 1%;
}

.home-arror-right {
    width: 1.5%;
}

/*below banner end*/
/*footer*/
.footer-logo {
    width: 100%;
}

.footer-head {
    color: #19191B;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.footer-title {
    cursor: pointer;
    color: #19191B;
    display: block;
    font-size: 13px;
    line-height: 30px;
}

.social-logo {
    width: 6%;
}

.footer-title1 {
    line-height: 20px;
    margin-left: 9%;
}

.footer-bottom-content {
    font-size: 13px;
    display: block;
    color: #19191B;
}

.footer21 {
    background-color: #F9F9F9;
    padding: 20px 0;
}

.footer22 {
    padding: 50px 0 120px 0;
    border-top: 3px solid #F9F9F9;
}

/*footer end*/
/*-------------------------------about us-------------------------------------*/
.about-banner-box {
    background-image: url(../images/about-banner1.png);
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    height: 580px;
}

.about-banner-over-box {
    top: 20%;
    position: absolute;
    z-index: 1;
    left: 26%;
}

.about-head {
    color: #12B446;
    display: block;
    font-size: 13px;
}

.abt-toppadd {
    padding: 15px 0;
}

.abt-sldr-btn {
    margin-top: 10px;
    width: 90%;
    border-radius: 50px;
    color: #12B446;
    border: 1px solid #12B446;
    font-size: 12px;
    outline: none !important;
    height: 36px;
    padding: 10px 18px;
}

.abt-slider-box {
    height: auto;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.abt-text31 {
    margin-top: 10%;
    font-weight: 900;
}

.abt-text32 {
    margin-top: 4%;
    font-size: 13px;
    display: block;
    color: #19191B;
}

.abt-box31 {
    overflow: hidden;
}

.abt-box32 {
    margin-right: -15%;
}

.abt-icon31 {
    width: 40%;
    cursor: pointer;
}

.abt-box33 {
    margin-top: 1%;
}

.abt-text11 {
    font-weight: bold;
    font-size: 32px;
}

.abt-innerbox21 {
    left: -5%;
    position: absolute;
    top: 75%;
}

.abt-extra22 {
    left: 24%;
    top: 0%;
}

.abt-extra23 {
    left: 40.5%;
}

.abt-extra24 {
    top: 0%;
    left: 71.5%;
}

.abt-content21 {
    color: #162D5A;
    display: block;
    font-size: 18px;
    opacity: 30%;
}

.abt-content22 {
    color: #19191B;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.abt-content23 {
    color: #19191B;
    display: block;
    font-size: 13px;
    width: 60%;
}

.abt-title21 {
    width: 45%;
}

/*-------------------------------about us end---------------------------------*/

/* ---------------life at cipla------------------------ */
.life-at-banner-box {
    background-image: url(../images/life-at-cipla2.png);
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    height: 580px;
    margin-right: -2%;
}

.brand-new-banner-box {
    background-image: url(../images/brand.png);
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    height: 580px;
    margin-right: -2%;
    margin-top: -74px;
}

.lc-img {
    width: 4%;
}

.lc-text {
    margin-top: 10%;
}

.lc-box {
    height: 550px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.ic-text21 {
    font-family: 'DM Sans', sans-serif;
    line-height: 45px;
}

.lc-box22 {
    margin-top: 4%;
}

.lc-box21 {
    padding: 20px 0;
}

lc-box21-new{
    padding: 146px 0 64px 0;
}

.lc-imgbox21 {
    border-radius: 15px;
}

.lc-box23 {
    margin-right: -1.2%;
}

.lc-box24 {
    height: 405px;
}

.lc-box25 {
    height: 320px;
}

.lc-box26 {
    height: 345px;
}

.lc-box27 {
    margin-top: 7.2%;
}

.lc-box28 {
    margin-top: 5.2%;
}

.lc-box29 {
    width: 135%;
}

.lc-img31 {
    border-radius: 0 15px 15px 0;
    width: 100%;
    margin-left: -3%;
    overflow: hidden;
}

.lc-text31 {
    font-family: 'DM Sans', sans-serif;
}

.lc-box31 {
    background-image: url(../images/lc-sec32.png);
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    height: 199px;

}

.lc-box42 {
    background-image: url(../images/lc-sec41.png);
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    height: 346px;

}

.lc-box43 {
    background-image: url(../images/lc-sec42.png);
    border-radius: 15px 0 0 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    height: 346px;

}

.lc-box41 {
    margin-top: 2%;
}

.lc-text41 {
    margin-top: 8%;
}

.lc-box44 {
    margin-right: -4%;
}

.lc-box45 {
    overflow: hidden;
}

/*lc opt2*/
.lc1-text11 {
    margin: 13% 0 6% 0;
    line-height: 47px;
}

.lc1-box21 {
    margin-top: 9%;
}

.lc1-box22 {
    margin-top: 10%;
}

.lc1-img21 {
    float: right;
    width: 50%;
}

.lc1-box23 {
    overflow: hidden;
}

.lc1-box24 {
    margin-right: -2.5%;
}

.lc1-img22 {
    width: 100%
}

.lc1-rightbox21 {
    margin-top: -4.5%;
    overflow: hidden;
}

.lc1-rightbox22 {
    margin-left: -3%;
}

.lc1-img23 {
    transform: scaleX(-1);
    width: 100%;
}

.lc1-rightbox23 {
    margin-top: 2.5%;
}

.lc1-leftbox21 {
    margin-top: -25%;
}

.lc1-text21 {
    line-height: 50px;
}

.lc1-leftbox22 {
    padding: 0 16%;
}

.lc1-rightbox24 {
    margin-top: 2.5%;
}

.lc1-text22 {
    color: #19191B;
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.lc1-text23 {
    font-size: 16px;
    display: block;
    color: #19191B;
    margin-bottom: 5%;
}

.lc1-text31 {
    font-size: 16px;
    display: block;
    color: #19191B;
    margin-top: 7%;
}

.lc1-title31 {
    font-size: 32px;
    margin-top: 1%;
}

/*end */
/*---------------------blog----------------------*/
.blog-sticky {
    right: 5.5%;
    position: fixed;
    top: 21%;
    width: 30%;
    z-index: 15;
    float: right;
    background-color: #fff;
}

.blog-text11 {
    margin: 10% 0 3% 0;
}

.blog-img11 {
    width: 100%;
}

.blog-text12 {
    margin: 15px 0;
}

.blog-img12 {
    width: 3.2%;
}

.blog-text13 {
    font-weight: bold;
}

.blog-text14 {
    padding: 5px 0 30px 0;
    font-size: 12px;
}

.blog-box21 {
    margin-top: 5%;
}

.blog-box11 {
    height: 70px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.blog-icon21 {
    width: 5%;
}

.blog-anch21 {
    text-decoration: none !important;
}

/*---------------------blog end------------------*/
/*---------------------blog article---------------*/
.article-text11 {
    margin: 18% 0 5% 0;
    font-weight: bold;
    line-height: 35px;
}

.article-text12 {
    padding-top: 10px;
    font-size: 12px;
}

.article-hr11 {
    border-top: 1px solid #19191B52;
    margin-top: 10px !important;
}

.article-hr21 {
    border-top: 1px solid #19191B52;
}

.article-text21 {
    padding: 30px 0 50px 0;
}

.article-text22 {
    font-family: DM Sans medium italic;
}

.article-box21 {
    margin: 30px 0 0 15px;
}

.article-box22 {
    margin: 60px 0 0 15px;
}

.article-box23 {
    margin: 60px 0 0 15px;
}

.article-img21 {
    width: 35%;
}

.article-text41 {
    font-size: 12px;
    display: inline;
}

.article-text42 {
    float: right;
}

.article-img22 {
    width: 3%;
    margin-left: -4.9%;
}

.article-sticky {
    left: 5.5%;
    position: fixed;
    top: 18%;
    width: 8%;
    z-index: 15;
}

/*---------------------end------------------*/
/*--------------media article---------------*/
.media-article-head {
    font-size: 32px;
    font-family: 'Domine', serif;
    font-weight: bold;
    color: #19191B;
}

.media-style {
    font-size: 16px;
    color: #19191B;
}

.media-padding {
    padding: 116px 0;
}

.head-padding {
    padding: 50px 0;
}

.media-img {
    width: 100%;
    padding: 50px 0;
}

.media-author {
    color: #12B446;
    text-decoration: underline;
}

.padding-author {
    padding: 50px 0;
}

/*---------------------end------------------*/
/*---------------------media-----------------*/
.media-text11 {
    margin: 30% 0 5% 0;
}

.media-text21 {
    margin-top: 1.5%;
}

.media-box21 {
    margin-top: 3%;
}

.media-text22 {
    font-weight: bold;
    float: right;
}

.media-text23 {
    text-decoration: underline;
}

.media-img21 {
    width: 11%;
}

.media-img22 {
    width: 20%;
}

.media-hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*---------------------end------------------*/
/*------------------contact-----------------*/
.contact-sec11 {
    width: 100%;
    height: 500px;
    /*filter: grayscale(100%);*/
}

.contact-text11 {
    padding: 15px 0 10px 0;
}

.contact-text12 {
    width: 75%;
    font-size: 12px;
}

.contact-text13 {
    min-height: 55px;
}

.contact-text14 {
    padding: 2px 0;
}

.cnct-size {
    font-size: 12px;
}

/*-----------------contact end------------------*/
/*-----------------career ------------------*/
.career-box21 {
    margin-top: 4%
}

.career-text21 {
    margin: 5% 0 13% 0;
}

.career-img21 {
    width: 8.2%;
}

.career-box31 {
    height: 200px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.career-box311 {
    padding: 0 30px 0 0;
}

.career-text31 {
    font-weight: bold;
    margin: 5% 0 1% 0;
}

.career-text32 {
    font-size: 13px;
}

.career-img31 {
    width: 90%;
}

/*----------------- end------------------*/
/*----------------- our team------------------*/
.team-box11 {
    margin: 8% 0 5% 0;
}

.team-box21 {
    overflow: hidden;
}

.team-box22 {
    margin-right: -5%;
}

.team-box23 {
    padding: 10% 80px;
}

.team-box24 {
    height: 555px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.team-box25 {
    height: 415px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.team-text21 {
    font-size: 13px;
    padding: 15px 0;
    color: #12B446;
}

.team-text22 {
    font-size: 13px;
}

.team-icon21 {
    width: 8%;
    cursor: pointer;
}

.team-box31 {
    padding: 20px 60px;
    overflow: hidden;
}

.team-box32 {
    margin-right: -6%;
}

.team-box33 {
    padding: 20px 20px;
    overflow: hidden;
}

.team-slider-box {
    background-color: #EFFDFF;
    padding: 0 20px;
    border-radius: 5px;
}

.modal-close {
    color: #12B446;
    font-size: 40px;
    opacity: 100%;
    padding: 15px;
    float: right;
    border: none;
    background-color: #ffffff;
}

.team-about-box {
    padding: 60px;
}

.team-title {
    font-size: 24px;
    font-weight: bold;
    padding: 4px;
}

.team-designation {
    font-size: 13px;
    padding: 5px;
    color: #12B446;
}

.team-description {
    padding: 13px;
    color: #19191B;
}

/*----------------- end------------------*/
/*----------- individual brand-----------*/
.individual-brand-head {
    padding: 90px;
}

.individual-product-box {
    background-color: #EFFDFF;
}

.individual-icon {
    padding: 32px 0;
}

.individual-icon-inner {
    padding: 15px;
    font-size: 16px;
    color: #19191B;
}

.individual-article-head {
    font-size: 32px;
    font-family: 'Domine', serif;
    font-weight: bold;
    color: #19191B;
}

.individual-text {
    font-size: 16px;
}

.button-width {
    width: 50%;
}

.individual-padding {
    padding: 25px 0;
}

.individual-section-padding {
    padding: 40px;
}

/*--------------*/

.brand-head {
    padding: 80px;
}

.brand-head-bottom {
    padding: 120px 80px;
}

.brand-head-bottom div a {
    text-decoration: underline;
    color: #19191B;
    font-weight: bold;
    padding-right: 40px;
}

.brand-img {
    background-image: url(../images/brand.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    height: 725px;
}

.brand-head1 {
    font-family: 'Domine', serif;
    font-size: 40px;
    display: block;
    font-weight: bold;
    color: #19191B;
    padding: 0 0;
}

.brand-padding {
    padding: 50px;
}


.life-at-cipla-desk{
    display: block;
}

.life-at-cipla-mob{
    display: none;
}

/*----------------- end------------------*/
/*--------------------------------------------------------------------*/
/*media*/
/*@media (min-width:361px) and (max-width:375px)*/
@media (min-width: 2560px) {
    .bottom-banner-box {
        height: 900px;
    }

    .bottom-ibanner-box {
        left: 38.5% !important;
        margin-top: 14% !important;
    }

    .banner-head1 {
        margin-top: -2.5%;
    }

    .banner-box {
        height: 900px;
    }

    .about-banner-box {
        height: 900px;
    }

    .about-banner-over-box {
        top: 25%;
        left: 38.5% !important;
    }

    .abt-box33 {
        margin-top: 0;
    }

    .abt-sldr-btn {
        height: 60px;
        margin-top: 20px;
    }

    /*----- life at cipla -------*/
    .lc-box {
        height: 900px;
    }

    .life-at-banner-box {
        height: 900px;
    }

    .lc-box22 {
        margin-top: 1%;
    }

    .lc-box24 {
        height: 530px;
    }

    .lc-box25 {
        height: 455px;
    }

    .lc-box27 {
        margin-top: 3%;
    }

    .lc-box28 {
        margin-top: 1%;
    }

    .lc-box26 {
        height: 505px;
    }

    .lc-box31 {
        height: 330px;
    }

    .lc-box32 {
        margin-top: 5%;
    }

    /*----- end -----------------*/
    /*----- blog -----------------*/
    .blog-sticky {
        right: 27%;
        top: 15%;
        width: 15%;
    }

    .article-sticky {
        left: 22.7%;
        width: 4.5%;
    }

    .article-sticky {
        left: 22.3% !important;
        width: 4% !important;
    }

    /*----- end -----------------*/
}

@media (min-width: 1680px) {
    .bottom-ibanner-box {
        margin-top: 12%;
        position: absolute;
        left: 33%;
    }

    .about-banner-over-box {
        left: 30%;
    }

    .abt-box33 {
        margin-top: .5%;
    }

    .lc-box27 {
        margin-top: 4.8%;
    }

    .lc-box28 {
        margin-top: 3.2%;
    }

    .article-sticky {
        left: 11.8%;
        width: 6%;
    }

}

@media (max-width: 991px) {
    .brand-new-banner-box {
        margin-top: 25px;
    }
}

@media (min-width: 732px) {
    #res-view {
        display: none;
    }

    .res-view {
        display: none;
    }
}

.individual-icon-inner {
    height: 288px;
}
@media (max-width: 731px) {
    .home-head5{
        margin: 25px 0 0 0;
    }
    .home-head{
        margin-bottom: 10px;
    }
    .individual-icon-inner{
        height: 370px;
    }
    .media-article-head{
        font-size: 20px;
    }
    .lc-img31{
        margin-left: 0%;
        border-radius: 15px 15px 15px 15px;
    }
    .lc-box43{
        margin-top: 30px;
        border-radius: 15px 15px 15px 15px;
    }
    .vision-mob{
        margin-top: 44px;
    }
    .life-at-cipla-desk{
        display: none;
    }

    .life-at-cipla-mob{
        display: block;
    }
    #web-view {
        display: none;
    }

    .web-view {
        display: none;
    }

    .res-center {

    }

    .menu-box {
        background-color: #fff !important;
        margin-top: -60px !important;
        padding: 10px !important;
        width: 45px !important;
    }

    .icon-bar {
        background-color: #19191B !important;
    }

    .res-navbar-box {
        border: none;
        top: 95%;
        width: 100%;
        z-index: 10;
        position: absolute;
    }

    .navbar-default .navbar-nav > li > a {
        color: #19191B;
        opacity: 64%;
    }

    .banner-box {
        height: 200px !important;
    }

    .banner-over-box {
        top: 103px;
        left: 20px;
    }

    .banner-head {
        font-size: 18px;
        line-height: 20px;
    }

    .banner-over-box1 {
        top: 155px;
        left: 20px;
        width: 44%;
    }

    .banner-head1 {
        margin-top: 0;
        font-size: 14px;
    }

    .banner-over-box2 {
        top: 220px;
        left: 20px;
        width: 50%;
    }

    .box-topbottpad {
        padding: 0px 0;
    }

    .home-head1 {
        font-size: 20px;
    }

    .product-innerbox {
        height: 180px;
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    .res-product {
        text-align: center;
    }

    .bottom-banner-box {
        height: 215px;
    }

    .bottom-ibanner-box {
        margin-top: 11%;
        left: 0;
    }

    .home-text51 {
        font-size: 16px !important;
    }

    .home-head5 {
        font-size: 20px;
    }

    .home-head7 {
        font-size: 13px !important;
        line-height: 18px;
        width: 50%;
        margin-top: 0%;
    }

    .banner-head3 {
        font-size: 13px;
        margin-top: -3%;
    }

    .home-head6 {
        width: auto;
    }

    .home-arror-right {
        width: 3.5%;
    }

    .social-logo {
        width: 8%;
    }

    .footer-logo {
        width: 50%;
    }

    .footer-bottom-content {
        font-size: 10px;
    }

    .res-footer-mtop {
        margin-top: 5%;
    }

    .res-tcenter {
        text-align: center;
    }

    .hm-res-content {
        width: 100% !important;
    }

    /*--------------------home end------------------*/
    /*--------------------about --------------------*/
    .abt-reshead {
        font-size: 18px !important;
    }

    .about-banner-box {
        height: 200px;
    }

    .about-banner-over-box {
        top: 13%;
        left: 5%;
    }

    .abt-sldr-btn {
        width: 100%;
        padding: 5px 18px;
        height: 30px;
    }

    .abt-box31 {
        padding: 20px 10px;
    }

    .abt-sldr-btn {
        margin-top: 5px;
    }

    .abt-box32 {
        margin-right: 0%;
    }

    .abt-innerbox21 {
        left: -13%;
    }

    .abt-content21 {
        font-size: 22px;
    }

    .abt-content22 {
        font-size: 20px;
    }

    .home-abtresbox21 {
        margin-top: 10%;
    }

    .abt-content23 {
        font-size: 17px;
        width: 100%;
    }

    .abt-extra22 {
        left: 10%;
        top: -10%;
    }

    .abt-extra23 {
        left: 34%;
    }

    .abt-extra24 {
        left: 71%;
        top: -10%;
    }

    .abt-extratext21 {
        width: 80%;
    }

    .about-banner-box {
        margin-bottom: 0px;
    }

    /*--------------------about end-----------------*/
    /*--------------------life at cipla--------------*/
    .lc-box {
        height: 280px;
    }

    .lc-text {
        margin-top: 6% !important;
    }

    .life-at-banner-box {
        height: 275px;
    }

    .lc-img {
        width: 5.5%;
    }

    .lc-box24 {
        height: 530px;
    }

    .lc-box27 {
        margin-top: 0;
    }

    .lc-box25 {
        height: 280px;
    }

    .lc-box28 {
        margin-top: 0;
    }

    .lc-box26 {
        height: 240px;
    }


    .lc-box21 {
        padding: 10px 0;
    }
    lc-box21-new{
        padding: 10px 0 10px 0;
    }

    .lc-box22 {
        margin-top: 0%;
    }

    /*-------------------- end ----------------------*/
    /*-------------life at cipla opt2 ---------------*/
    .lc1-rightbox21 {
        margin-top: 1%;
    }

    .lc1-rightbox23 {
        margin-top: 6%;
    }

    .lc1-leftbox21 {
        margin-top: 8%;
    }

    .lc1-leftbox22 {
        padding: 0;
    }

    .lc1-text11 {
        line-height: 24px;
    }

    .lc1-text21 {
        line-height: 24px;
    }

    /*------------------ end ----------------------*/
    /*------------------ blog ----------------------*/
    .blog-text12 {
        margin-top: 2% !important;
    }

    .blog-resbox11 {
        margin-top: 10%;
    }

    /*---------------- article blog ---------------*/
    .article-text11 {
        line-height: 25px;
    }

    .article-img22 {
        margin-left: -6.9%;
    }

    .contact-text13 {
        min-height: 0px;
    }

    .contact-sec11 {
        height: 250px;
    }

    .article-res-img21 {
        width: 40%;
    }

    /*------------------ end ----------------------*/
    /*------------------ media ----------------------*/
    .media-text11 {
        font-size: 18px;
    }

    .media-top21 {
        margin-top: 4%;
    }

    .media-text22 {
        float: left;
    }

    /*------------------ end ----------------------*/
    /*------------------ career -------------------*/
    .career-img21 {
        width: 5.2%;
    }

    .career-text21 {
        font-size: 18px;
        text-align: center;
    }

    .home-head3{
        font-size: 18px;
    }

    /*------------------ end ----------------------*/
    /*------------------ team ----------------------*/
    .team-box23 {
        padding: 15px;
    }

    .team-box24, .team-box25 {
        height: 225px;
    }

    .team-box31 {
        padding: 20px 10px;
    }

    .team-box33 {
        padding: 20px 10px;
    }

    .team-restext31 {
        width: 47% !important;
    }

    .career-box311 {
        padding: 0 0 50px 0;
    }

    .career-img31 {
        width: 65%;
    }

    /*------------------ end ----------------------*/
    /*------------------ brand --------------------*/
    .individual-brand-head {
        padding: 15px;
    }

    .brand-head {
        padding: 15px;
    }

    .brand-text11 {
        font-size: 22px !important;
    }

    .brand-head-bottom {
        padding: 80px 15px 30px 15px;
    }

    .brand-img {
        height: 230px;
    }

    .brand-head1 {
        padding: 10px 0 10px 0;
    }

    .brand-padding {
        padding: 25px 15px;
    }

    .abt-title21 {
        width: 60% !important;
    }

    /*------------------ end ----------------------*/
}

@media (max-width: 380px) {
    .bottom-ibanner-box {
        margin-top: 20%;
        left: 0;
    }

    .abt-text32 {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .abt-text21 {
        width: 40% !important;
    }

    .abt-title21 {
        width: 60% !important;
    }

    .about-banner-box {
        padding: 20px
    }

    .abt-reshead {
        padding: 10px 0;
        font-size: 16px !important;
    }

    .abt-innerbox21 {
        left: -16%;
    }

    .abt-extra22 {
        left: 7%;
    }

    .abt-extra23 {
        left: 29%;
    }

    .abt-extra24 {
        left: 67%;
    }

    .home-head1 {
        font-size: 17px;
    }

    .abt-sldr-btn {
        padding: 5px 10px;
    }

    .home-head7 {
        font-size: 11px !important;
        line-height: 13px;
        width: 40%;
    }

    .home-head11 {
        font-size: 16px;
        margin-top: 15px;
    }

    .media-text11 {
        font-size: 32px;
    }

    .lc-box25 {
        height: 200px;
    }

    .lc-box29 {
        width: 100%;
    }
}

/*media end*/

 .icon-row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
 }

 .icon-row .border-colm:after{
display: none;
 }

 @media screen and (max-width:991px){
    .icon-row{
        justify-content: space-between;
    }
 }

 @media screen and (max-width:767px){
    .individual-icon-inner{
        height: 300px;
    }
 }