body,
html {
    overflow-x: hidden;
}

.py-100 {
    padding: 100px 0px
}

.team h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px
}

.team-description {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 500
}

.team h2 span {
    color: #ED1C24
}

.team-img-blk {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid #ED1C24;
    padding: 7px;
    background: #fff;
    margin: 0 auto;
    z-index: 99;
    position: relative;
}

.team-img-blk img {
    width: 100%;
    border-radius: 50%
}

.team-blk {
    position: relative;
    margin-bottom: 30px;
}

.team-content-blk {
    text-align: center;
    border: 1px solid #ED1C24;
    border-radius: 20px;
    padding: 85px 10px 15px;
    z-index: 0;
    position: relative;
    margin-top: -70px;
    margin-bottom: 0px
}

.team-content-blk h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 0
}

.team-content-blk a {
    color: #0b86ca;
    font-size: 30px;
}

.team .row {
    --bs-gutter-x: 45px;
}

.team-content-blk p {
    color: #ED1C24;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600
}

.core-value-btn {
    background: #ED1C24;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    padding: 14px 65px;
    border-radius: 10px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.core-value-list {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 60px;
}

.core-value-list:before {
    content: '';
    border-top: 2px dashed #ED1C24;
    position: absolute;
    top: 0px;
    width: 100%;
}

.core-value-list li {
    width: 125px;
    height: 125px;
    border: 1px solid #ED1C24;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    position: relative;
}

.core-value-list li:first-child {
    margin-top: 70px;
}

.core-value-list li:first-child:before {
    content: '';
    border-left: 2px dashed #ED1C24;
    position: absolute;
    top: -70px;
    height: 70px;

}


.core-value-list li:nth-child(2) {
    margin-top: 215px;
}

.core-value-list li:nth-child(2):before {
    content: '';
    border-left: 2px dashed #ED1C24;
    position: absolute;
    top: -160px;
    height: 160px;
}

.core-value-list li:nth-child(3) {
    margin-top: 215px;
}

.core-value-list li:nth-child(3):before {
    content: '';
    border-left: 2px dashed #ED1C24;
    position: absolute;
    top: -215px;
    height: 215px;
}

.core-value-list li:nth-child(4) {
    margin-top: 215px;
}

.core-value-list li:nth-child(4):before {
    content: '';
    border-left: 2px dashed #ED1C24;
    position: absolute;
    top: -215px;
    height: 215px;
}

.core-value-list li p {
    margin: 0px;
    font-weight: 600;
    line-height: 18px;
    font-size: 13px;
}

.core-value-list li p span {
    display: block;
    color: #ED1C24
}

.core-value .heading {
    color: #000;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}

.core-value .heading span {
    color: #ED1C24
}

.core-vale-right p {
    font-size: 18px;
    line-height: 28px;
}

.core-value {
    background: #F0F0F0;
    padding: 85px 0px
}

.organization {
    position: relative;
}

.organization:before {
    content: '';
    position: absolute;
}

.organization h2 {
    font-size: 38px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 20px;
}

.dots-list {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    padding: 0px;
    list-style: none;
}

.dots-list li {
    position: relative;
    padding-left: 22px;
    font-size: 17px;
}

.dots-list li:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #fff;
    border-radius: 50%;
    margin: 2px;
    outline: 1px solid #fff;
    outline-offset: 1px;
}

.organization p {
    margin-top: 20px;
    font-size: 22px;
    line-height: 34px;
    color: #fff;
}

.team {
    position: relative;
}

.team:before {
    content: '';
    position: absolute;
    background: url(../img/team-bg.png);
    width: 100%;
    height: 100%;
    right: -194px;
    top: 0;
    background-repeat: no-repeat;
    background-position: center right;
}

.banner-section h1 {
    font-size: 55px;
    margin-bottom: 30px;
}

.team-managment-banner {
    background-position: 0% 100%;
}

.core-value .row {
    --bs-gutter-x: 30px;
}

.search-nav {
    width: 300px;
    right: 0;
    top: 50px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 2px #e0e0e0;
    z-index: 99
}

.search-box button {
    background: #ED1C24;
    z-index: 99;
    padding: 7px 13px;
    top: 0;
    right: 0px
}

.top-social-media a {
    color: #ED1C24
}

.top-social-media a:hover {
    color: #fff
}

.main-menu ul li:hover .Sub-Menu li {
    line-height: 28px;
}

.main-menu ul li:hover .Sub-Menu {
    transition: all 0.1s;
}

.banner-content {
    position: relative;
    z-index: 1
}

.home .banner-section {
    position: relative;
}

/*.ar-img {position: relative;}
    .ar-img img{position: relative;z-index: 9999}
    .ar-img:before{content: '';background-image: url(https://extranet.tangence.com/kirloskar-technologies/assets/img/dots.png);width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;background-size: cover}*/
.home .banner-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.director-view-left span {
    display: inline;
    clear: both;
}

.bottom-quote {
    position: absolute;
    float: left;
    margin-left: 0px;
    margin-top: 20px;
}

.md-msg:after {
    display: none;
}

.md-msg {
    padding-right: 0px;
}

.md-msg p {
    font-size: 18px;
    line-height: 28px;
}

.banner-content .btn-danger {
    padding: 10px 26px;
    font-size: 20px;
}

.banner-section h2 {
    font-size: 55px;
    line-height: 65px;
}

.director-view-left p {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    line-height: 32px;
}

.director-view-left {
    margin-bottom: 0px
}

.KTPL-logo {
    background-size: contain;
}

.KTPL-logo .row {
    --bs-gutter-x: 30px;
}

.KTPL-logo .director-view-left img {
    margin: 0 auto;
    display: block;
}

.search-box button:hover {
    color: #ED1C24
}

.main-menu .menu-item-has-children>a:after {
    margin-left: 0px
}

.top-social-media i {
    font-size: 18px;
}

/*.banner-section {
    height: 600px
}*/

.chairma-md-blk {
    padding: 90px 0px !important
}

.pb-150 {
    padding-bottom: 150px !important
}

.product-detail {
    background: #F3F9FF
}

.search-box .btn:hover {
    background: #ED1C24;
    color: #fff
}

.btn-custom {
    font-size: 20px;
    padding: 10px 26px;
}

.product-detail {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

.product-detail-left img {
    border: 10px solid #fff;
}

.feature {
    padding: 100px 0;
    background-size: cover;
}

.feature-text {
    font-size: 28px;
    font-weight: 600;
    background: #ED1C24;
    color: #fff;
    padding: 5px 30px;
    display: inline-block;
    margin-bottom: 30px;
}

.feature-content-blk {
    padding: 35px;
    box-shadow: 0px 0px 7px #ddd;
    position: relative;
    background: #fff;
}

.feature-content-blk:before {
    content: "\f0d8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 38px;
    padding-right: 0.5em;
    position: absolute;
    top: -31px;
    text-shadow: 0px -3px 5px #ddd;
    left: 85px;
}

.feature-content-blk p {
    font-size: 20px;
    line-height: 42px;
    font-weight: 600;
    line-height: 30px;
}

.product-detail-right-btn-blk {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.product-detail-right p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.pdf-blk {
    display: flex;
    align-items: center;
}

.pdf-blk p {
    margin-bottom: 0px
}

.pdf-blk span {
    font-size: 12px;
    font-weight: 600;
    color: #000
}

.pdf-blk img {
    margin-right: 10px
}

.pdf-blk a {
    text-decoration: none;
    color: #1C85ED
}

.product-detail-right h1 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 25px;
    font-weight: 600;
}

.product-detail-right span {
    color: #ED1C24
}

.pdf-blk-content span {
    color: #000
}

.product-detail-right-btn-blk .btn-blk-left .btn-custom {
    margin-top: 0px !important;
}

.box-3-sticky {
    background: url(../img/col-3-bg.jpg) no-repeat;
    background-size: cover;
    padding: 90px 0
}

.box-3-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-3 {
    width: 300px;
    background: #fff;
    padding: 10px;
    height: 75px;
    border-radius: 10px;
    border: 1px solid #ED1C24;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
}

.box-3 img {
    width: 100%;
}

.pyrexar-medical {
    background-color: #F3F9FF;
    background-image: url(../img/team-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.pyrexar-medical .heading {
    font-weight: 600;
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 20px
}

.pyrexar-medical .heading span {
    color: #ED1C24;
}

.pyrexar-medical .pdf-blk {
    margin-top: 30px;
}

.pyrexar-medical .pdf-blk p {
    font-size: 20px;
    font-weight: 600
}

.pyrexar-medical p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.pyrexar-medical-product {
    background: #F0F0F0
}

.section-heading {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 50px;
    font-weight: 600
}

.section-heading span {
    color: #ED1C24
}

.py-80 {
    padding: 80px 0px
}

.shinva-medical {
    background-color: #000;
    color: #fff;
    background-image: url(../img/right-bubbles.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.shinva-medial-img {
    max-width: 510px;
    float: left;
    margin-right: 60px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.shinva-medical p {
    font-size: 18px;
    line-height: 28px;
}

.shinva-medical .pdf-blk-content span {
    color: #fff
}

.shinva-medical-product {
    background: #F0F0F0
}

.pyrexar-medical-img {
    position: relative;
}

.pyrexar-medical-img img {
    position: relative;
    z-index: 99;
}

.pyrexar-medical-img:before {
    content: '';
    border: 1px solid #ED1C24;
    left: 25px;
    top: -25px;
    bottom: 35px;
    right: -10px;
    position: absolute;
    z-index: 0;
}

.shinva-medial-img {
    position: relative;
}

.shinva-medial-img img {
    position: relative;
    z-index: 9;
}

.shinva-medial-img:before {
    content: '';
    border: 1px solid #ED1C24;
    left: -25px;
    top: -23px;
    bottom: 35px;
    right: 25px;
    position: absolute;
    z-index: 0;
}

.shinva-medical .section-heading {
    margin-bottom: 20px;
}

.bg-light-info {
    background: #F3F9FF
}

p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

.quality .section-heading,
.quality-assurance .section-heading,
.certification .section-heading {
    margin-bottom: 30px;
}

.certification-list figcaption {
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    padding: 10px;
    background: #ED1C24;
    color: #fff;
}

/*events*/
.mixitupcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.mix {
    flex: 23% 0 0;
    width: 23%;
    height: 200px;
    overflow: hidden;
    border: 5px solid #ddd;
}

.mix img {
    width: 100%;
}

.small-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.control {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    margin: 5px;
    border: none;
    background: #ddd;
}

.mixitup-control-active {
    background: #ED1C24;
    color: #fff;
}

.main-footer .navbar-nav a {
    color: #fff;
    text-decoration: none;
}

.img-mid {
    height: auto;
    max-height: 250px;
    overflow: hidden;
    min-height: 190px;
    text-align: center;
}
.img-mid img{height: 100%;}

.form-contact {
    margin-bottom: 0px;
}

.vp-circ {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}

.box-shadow {
    box-shadow: 0px 0px 10px #ddd;
}

.news-img-blk {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.news-img-blk img {
    object-fit: cover;
}

.news-date {
    background: #ED1C24;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0px 15px 0px 0px;
}

.news-content {
    padding: 20px 30px 30px;
}

.news-content p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-content h3 a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.news-content .btn {
    font-size: 16px;
}

.pagination .active>.page-link,
.page-link.active {
    background: #ED1C24;
    border: 1px solid #ED1C24;
    color: #fff !important
}

.pagination .page-link {
    color: #000;
}

.page-link:focus {
    box-shadow: none;
}

.sidebar-blk {
    padding: 20px;
    background: #f4f4f4;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px #ddd;
}

.sidebar-blk h3 {
    font-size: 22px;
    margin-bottom: 20px
}

.btn-news-sidebar {
    background: #ED1C24;
    color: #fff
}

.categories-list {
    padding: 0px;
    list-style: none;
    text-decoration: none;
    line-height: 32px;
    margin: 0px;
}

.categories-list a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    display: block;
    border-bottom: 1px dashed #ddd;
    padding: 10px;
}

.categories-list li:last-child a {
    border-bottom: 0px
}

.recent-post {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

.recent-post:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.recent-post-img {
    flex: 110px 0 0;
    margin-right: 10px;
    max-height: 90px;
    overflow: hidden;
}

.recent-post-content a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}

.sidebar-date i {
    color: #ED1C24
}

.news-detail-img {
    margin-bottom: 30px
}

.date {
    margin-bottom: 10px
}

.date i {
    color: #ED1C24;
}

.news-detail-heading {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.news-detail-content p {
    font-size: 16px;
    line-height: 26px;
}

.at-share-btn-elements a {
    background-color: rgb(59, 89, 152);
    border-radius: 0px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
}

.at4-visually-hidden {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-detail h2 {
    font-size: 30px !important;
    line-height: 36px;
}

.career-banner-blk {
    background: #F3F9FF;
}

.cbib-inner {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
    margin-bottom: 30px;
}

.cbib-inner {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
    margin-bottom: 30px;
}

.jobs-listing {
    margin: 0px;
    padding: 0px;
}

.jobs-listing li {
    display: flex;
    justify-content: flex-start;

    padding: 15px 0px;
    align-items: flex-start;
}

.apply-now-btn {
    background: #ED1C24;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px;
    margin-right: 15px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.apply-now-btn:hover {
    text-decoration: none;
    color: #fff
}

#accordionExample .accordion-button {
    font-size: 20px;
    color: #ED1C24;
    font-weight: 600;
}

.jobs-listing-left h4 {
    font-size: 18px;
    margin: 0px;
}

.jobs-listing-left span {
    color: #000;
    font-weight: 500;
    padding-left: 10px;
}

.career-banner-inner-blk a {
    display: block;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

.career-banner-inner-blk a i {
    display: block;
    color: #ED1C24;
    font-size: 24px;
}

.news .news-img {
    height: 230px;
    overflow: hidden;
    text-align: center;
}

.news-cont .news-description {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

.news-cont i {
    color: #ED1C24;
}

.news .news-box {
    box-shadow: 0px 0px 5px #ddd;
}

.news .news-cont {
    padding: 0px 20px 20px;
}

.sharefiled {
    margin-top: 30px
}

.search {
    width: 84%;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pcont h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-img {
    height: 230px;
    overflow: hidden;
}

#search {
    border: 1px solid #ddd;
    width: 84%;
    border-radius: 3px;
}

.news-detail .row {
    --bs-gutter-x: 50px;
}

.carrers-form .row {
    --bs-gutter-x: 40px;
}

.hr-circ {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
}

.hr-circ img {
    width: 100%;
}

a {
    color: #ED1C24
}

.red-cir img {
    width: 100%;
}

.hospital-presence-right h4 {
    margin-top: 20px;
}

.hospital-presence-right h5 {
    font-size: 18px;
    color: #ED1C24
}

.fancybox-custom-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.fancybox-list {
    flex: 18% 0 0;
    width: 18%;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.fancybox-list img {
    width: 100%;
}

.about-sec .img-abt {
    position: relative;
}

.about-sec .img-abt img {
    position: relative;
    z-index: 99
}

.about-sec .img-abt:before {
    content: '';
    border: 1px solid #fff;
    left: 25px;
    top: -25px;
    bottom: 35px;
    right: -25px;
    position: absolute;
    z-index: 0;
}

.upper-link-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.upper-link-list a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}

.upper-link-list li {
    display: flex;
    align-items: center;
}

.upper-link-list li i {
    color: #ed1c24;
    margin-right: 6px;
}

.inner-banner {
    position: relative;
}

.inner-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5)
}

.inner-banner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff
}

.inner-banner-content .breadcrumb {
    justify-content: center;
}

.inner-banner-content .breadcrumb a {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.modal-form .modal-content {
    background: url(../img/pop-bg.jpg) no-repeat;
    background-position: top right;
    max-width: 455px;
    margin: 0 auto;
    background-size: cover;
    border-radius: 0px
}

.modal-form .modal-body {
    padding: 30px
}

.modal-form .btn-danger {
    padding: 10px 30px;
}

.red-cir {
    overflow: hidden;
    border-radius: 100%;
}

.md-circ {
    padding: 0px
}

.modal-form h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}

.modal-form input {
    font-size: 14px;
    padding: 10px;
    border-radius: 0px;
    margin-bottom: 20px
}

.modal-form textarea {
    height: 100px;
    border-radius: 0px
}

.prodcut-detail-content .nav-tabs .nav-link.active {
    background: #ED1C24;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 0;
    border: 0px;
}

.prodcut-detail-content .nav-tabs .nav-link {
    color: #ED1C24;
    font-size: 16px;
    padding: 10px 25px;
}

.prodcut-detail-content .tab-content {
    padding: 30px;
    border: 1px solid #ddd;
}

.prodcut-detail-content .tab-content ul {
    padding: 0px;
    line-height: 30px;
    font-size: 16px;
}

.prodcut-detail-content .nav-tabs .nav-link:focus,
.prodcut-detail-content .nav-tabs .nav-link:hover {
    border-radius: 0px;
    padding: 10px 25px;
}

.product-detail .row {
    --bs-gutter-x: 45px;
}

.job-list-details {
    padding: 0px
}

.job-list-details strong {
    flex: 150px 0 0;
    color: #ED1C24;
}

.job-list-details li {
    display: flex;
    justify-content: flex-start;
    padding: 0px 0px 15px;
    align-items: flex-start;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
}

.form-contact .wpcf7 form {
    max-height: auto !important
}

.custom-border-left {
    position: relative;
}

.custom-border-left img {
    position: relative;
    z-index: 9;
    width: 100%;
}

.custom-border-left:before {
    content: '';
    border: 1px solid #ED1C24;
    left: 25px;
    top: -20px;
    bottom: 20px;
    right: -20px;
    position: absolute;
    z-index: 0;
}

.custom-white-border {
    position: relative;
}

.custom-white-border img {
    position: relative;
    z-index: 9;
    width: 100%;
}

.custom-white-border:before {
    content: '';
    border: 1px solid #fff;
    left: 25px;
    top: -20px;
    bottom: 20px;
    right: -20px;
    position: absolute;
    z-index: 0;
}

.custom-border-right {
    position: relative;
}

.custom-border-right img {
    position: relative;
    z-index: 9;
    width: 100%;
}

.custom-border-right:before {
    content: '';
    border: 1px solid #ed1c24;
    top: -20px;
    bottom: 20px;
    left: -20px;
    position: absolute;
    z-index: 0;
    right: 20px;
}

.certification-list {
    box-shadow: 0 0 6px #ddd;
}

.wpcf7-spinner {
    display: none;
}

.cln-sup-sec-1-content ul {
    font-size: 18px
}

.kirloskar-grop-img {
    float: right;
    max-width: 550px;
}

.kirloskar-grop-img img {
    padding: 0px;
    margin-bottom: 10px;
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    z-index: 99;
    overflow: visible;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.icons {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 98;
    transform: translate(-50%, -50%);
}

.icons a {
    text-decoration: none;
    font-size: 65px;
    color: #fff;
    text-shadow: 0 0 10px #ddd;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #000;
    padding: 7px 10px 7px 10px!important;
    line-height: 20px!important;
}

.search-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.search-list li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.search-list li h4 {
    font-weight: 600;
}

.search-list li p {
    font-size: 16px;
    line-height: 24px;
}

.search-pagination ul {
    padding: 0px;
    display: flex;
    justify-content: center;
   flex-wrap: wrap;
}

.search-pagination .page-numbers {
    padding: 10px;
    border: 1px solid #ED1C24;
    text-decoration: none;
    height: 30px;
    line-height: 10px;
    margin: 5px;
    border-radius: 3px;
}

.search-pagination .page-numbers.current {
    background: #ED1C24;
    color: #fff
}

.fourzerofour-sec-1-content h2 {
    margin-bottom: 38px;
    font-size: 5rem;
}
.contact-form label{
    font-size: 16px
}
.contact-form p{
    margin-bottom: 0px
}
.contact-form  .submit .btn{
    background: #ED1C24;
    border: none;
    color: #fff;
    opacity: 1;
    padding: 8px 25px;
    cursor: pointer;
}
.contact-form  .form-check{
    margin-top: -30px;
    margin-left: -15px;
}
.contact-form   .wpcf7-acceptance .wpcf7-list-item-label{color: #000}
.contact-form .form-control{    
    border-radius: 0px;
    box-shadow: 0 0 5px #ddd;
}
.contact-form .wpcf7-not-valid-tip{
    font-size: 14px;
}
.office-detail ul{
   margin-bottom: 5px;
}
.ar-img img{height: 200px;width: auto;}
.border-img div{height: 400px;width: 400px}
.border-img div img{height: 100%;width: 100%}
.bg-red .wpcf7-not-valid-tip{color: #fff!important;}
.bg-red .wpcf7-response-output{text-align: center;color: #fff!important;font-size: 14px!important;}
.inner-banner img{height: 100%;}
.inner-banner a{color: #fff;}
.inner-banner a:hover{color: #ED1C24}
.cln-sup-spn{color: #ED1C24}
.pagenaviss{    
    margin: 20px;
    display: flex;
    justify-content: center;
    padding: 30px 0px;}
.pagenaviss a{text-decoration: none;}
.news-detail-img img{width: 100%;}
.categories-list li{border-bottom: 1px dashed #ddd;}
.categories-list li:last-child{border-bottom: 0px;}
.event-left .nav-link{border-bottom: 1px solid #ddd;color: #ED1C24;border-radius: 0px;}
.event-left .nav-link.active{
    background: #ED1C24;border-radius: 0px;
}
.event-right .mix{
    flex: 22% 0 0;
    width: 22%;
    height: 155px;
}

.event-right h3 a{
    text-decoration: none;
}
.event-right h3 a:hover{
    color: #000
}
.achievment .fancybox-thumbs__list{
    display: none!important;
}
.form-contact .pdf-text{    
    color: #fff!important;
    margin-top: -10px;
    font-size: 14px;
    position: relative;
    top: -20px;
}
.form-contact select {    
    background: url(../img/down-arrow.png)no-repeat;
    background-position: 99% 61%;
    background-size: 22px;
}
.form-contact select option{color: #000}
.form-contact  .wpcf7-submit{padding: 8px 16px;margin-top: 20px}
.fancybox-thumbs {display: none!important;}
.carrers-form .form-contact .recaptcha{    position: relative;    top: -40px;}
.carrers-form .form-contact .btn-form {    position: relative;    top: -30px}
.carrers-form {padding-bottom: 20px!important}
.contact-form .submit{margin-top: 20px}
.fancybox-show-thumbs .fancybox-inner { right: 0px!important;}
.certificate .mix {height: 350px}
.banner-slider.home{position: relative;}
.home-banner-content{position: absolute;width: 100%;}
.banner-slider.home .banner-section {padding: 0px!important}
.banner-section img{width: 100%;}
.banner-section picture{width: 100%;}
#enquiry-now-form .has-spinner {margin: 20px 0;}
.modal .btn-close {    width: 20px;height: 20px;}
#download-pdf .has-spinner {margin: 20px 0;}
.event-right #home h3:not(:first-child){margin-top: 30px}

/*responsive start*/
@media(max-width:1200px) {
    .mix {
        margin: 9px;
    }
}

@media(max-width:1024px) {
    .team-img-blk {
        width: 180px;
        height: 180px;
    }

    .team-content-blk {
        padding: 85px 15px 15px;
    }

    .team-content-blk h4 {
        font-size: 20px;
    }

    .team-content-blk p {
        font-size: 16px;
    }

    .core-values {
        height: 490px;
        overflow-x: inherit;
        transform: scale(0.9);
    }

    .core-values-boll:before {
        content: '';
        position: absolute;
        width: 360px;
        border: 1px dashed #C6454A;
        height: 1px;
        left: 52%;
        right: auto;
        margin: 0 auto;
        top: 66px;
        transform: translateX(-50%);
    }

    .banner-section {
        height: 449px;
    }

    .mix {
        margin: 9px;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 4px 0px 4px;
    }
}

@media(max-width:992px) {
    .py-100 {
        padding: 50px 0px
    }

    .core-values-boll,
    .core-values-btn {
        width: auto;
    }

    .core-values-boll:before {
        display: none;
    }

    .boll-1:before,
    .boll-2:before,
    .boll-3:before,
    .boll-4:before,
    .boll-5:before {
        display: none;
    }

    .core-values {
        height: auto;
        overflow-x: inherit;
    }

    .boll-1,
    .boll-2,
    .boll-3,
    .boll-4,
    .boll-5 {
        top: auto;
    }

    .core-values-boll {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .boll-box {
        width: auto;
        margin: 15px;
    }

    .core-values-btn {
        margin-bottom: 30px
    }

    .team-blk {
        margin-bottom: 30px
    }

    .team-description {
        margin-bottom: 40px
    }

    .organization h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .dots-list li {
        position: relative;
        padding-left: 22px;
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .dots-list li:before {
        top: 3px;
    }

    .organization p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0px
    }

    .core-value {
        padding: 50px 0px
    }

    .core-value .heading {
        font-size: 26px;
    }

    .banner-section h1 {
        font-size: 30px;
    }

    .fs-awards img {
        width: 100%;
    }

    .pb-150 {
        padding-bottom: 60px !important;
    }

    .banner-section {
        height: 340px;
    }

    .banner-section h2 {
        font-size: 40px;
        line-height: 41px;
    }

    .mhe {
        padding-top: 40px
    }

    .product-detail-left {
        text-align: center;
        margin-bottom: 30px
    }

    .feature {
        padding: 50px 0
    }

    .shinva-medial-img {
        max-width: 300px;
        margin-right: 30px;
    }

    .box-3-sticky {
        padding: 40px 0;
    }

    .mix {
        flex: 23% 0 0;
        width: 23%;
        height: 150px;
        overflow: hidden;
        margin: 6px;
        border: 5px solid #ddd;
    }

    .recent-post-img {
        flex: 60px 0 0;
        margin-right: 10px;
    }

    .categories-list a {
        font-size: 16px;
    }

    .custom-border-left {
        position: relative;
        padding: 10px;
    }

    .custom-border-left:before {
        content: '';
        border: 1px solid #ED1C24;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 0;
    }

    .custom-white-border {
        position: relative;
        padding: 10px;
    }

    .custom-white-border:before {
        content: '';
        border: 1px solid #ED1C24;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 0;
    }

    .custom-border-right {
        position: relative;
        padding: 10px;
    }

    .custom-border-right:before {
        content: '';
        border: 1px solid #ED1C24;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 0;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open+#mega-menu-main-menu {
        position: absolute;
        right: -95px;
        height: 100vh;
        padding-top: 68px;
        top: -25px;
        z-index: 99;
        width: 300px;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle {
        position: relative;
        z-index: 999 !important;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 6px;
        position: relative;
        z-index: 999;
    }

    .open-search {
        position: relative;
        z-index: 99;
    }
    .border-img div {
    height: 300px;
    width: 300px;
}
}

@media(max-width:767px) {
    .container {
        width: 100%;
        max-width: 100%;
    }

    .chairman-blk .row {
        flex-direction: column-reverse;
    }

    .director-view-left img {
        max-width: 100%;
    }

    .bottom-quote {
        max-width: 60px !important
    }

    .banner-section {
        height: auto;
    }

    .banner-section h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .product-detail-left {
        margin-bottom: 30px
    }

    .product-detail-right h1 {
        font-size: 30px
    }

    .product-detail-right p {
        font-size: 16px
    }

    .feature-text {
        font-size: 20px
    }

    .feature {
        padding: 50px 0
    }

    .btn-custom {
        font-size: 18px;
        padding: 10px 15px;
    }

    .pdf-blk-content p {
        font-size: 16px
    }

    .pdf-blk-content span {
        color: #000
    }

    .feature-content-blk p {
        font-size: 17px;
        line-height: 42px;
        font-weight: 600;
        line-height: 24px;
    }

    .shinva-medial-img {
        max-width: 300px;
        margin-right: 0;
        margin-left: 30px;
    }

    .mix {
        flex: 46% 0 0!important;
        width: 46%;
        height: 125px;
        overflow: hidden;
        margin: 5px;
    }

    .control {
        padding: 10px 10px;
    }
}

@media(max-width:576px) {
    .py-100 {
        padding: 50px 0px
    }

    .team h2 {
        font-size: 30px
    }

    .team-description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .team-blk {
        margin-bottom: 30px
    }

    .team .col-lg-3:last-child .team-blk {
        margin-bottom: 0px
    }

    .team-img-blk {
        width: 200px;
        height: 200px
    }

    .core-value .heading {
        font-size: 30px
    }

    .core-vale-right p {
        font-size: 16px;
    }

    .organization h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .dots-list li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .dots-list {
        line-height: 30px
    }

    .core-value {
        padding: 50px 0px
    }

    .dots-list li:before {
        top: 4px;
        left: 0;
        width: 10px;
        height: 10px;
    }

    .core-vale-right {
        margin-top: 30px
    }

    .organization p {
        font-size: 16px;
        line-height: 30px;
    }

    .core-values-boll,
    .core-values-btn {
        width: auto;
    }

    .core-values-boll:before {
        display: none;
    }

    .boll-1:before,
    .boll-2:before,
    .boll-3:before,
    .boll-4:before,
    .boll-5:before {
        display: none;
    }

    .core-values {
        height: auto;
        overflow-x: inherit;
    }

    .boll-1,
    .boll-2,
    .boll-3,
    .boll-4,
    .boll-5 {
        top: auto;
    }

    .core-values-boll {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .boll-box {
        width: auto;
        margin: 15px;
    }

    .core-values-btn {
        margin-bottom: 30px
    }

    .banner-section h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .direction-blk .row {
        flex-direction: column-reverse;
    }

    .direction-blk .director-view-right {
        margin-bottom: 20px
    }

    .direction-blk .director-view-left p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .KTPL-logo .director-view-left p {
        font-size: 16px;
        line-height: 24px
    }

    .banner-content .btn-danger {
        font-size: 16px;
        padding: 7px 16px;
    }

    .search-nav {
        padding: 10px;
    }

    .kirloskar-group {
        padding: 0px !important
    }

    .chairma-md-blk {
        padding: 50px 0px !important;
    }

    .banner-section h1 {
        margin-bottom: 10px;
    }

    .box-3-sticky {
        padding: 30px 0;
    }

    .pyrexar-medical .heading {
        font-size: 30px
    }

    .pyrexar-medical p,
    .shinva-medical p {
        font-size: 16px;
        line-height: 24px;
    }

    .py-80 {
        padding: 50px 0px
    }

    .section-heading {
        font-size: 30px;
        line-height: 36px
    }

    .pyrexar-medical-img {
        margin-top: 60px
    }

    .box-3 {
        height: 40px;
    }

    .quality .row {
        flex-direction: column-reverse;
    }

    p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }

    .banner-page .news-detail .banner-content h2 {
        font-size: 24px !important;
        line-height: 30px !important
    }

    .news-detail h2 {
        font-size: 24px !important;
        line-height: 30px;
    }

    .about-sec .img-abt:before {
        content: '';
        border: 1px solid #fff;
        left: 25px;
        top: -10px;
        bottom: 18px;
        right: -9px;
        position: absolute;
        z-index: 0;
    }

    .about-sec .img-abt {
        margin-top: 45px !important;
    }

    .job-list-details li {
        flex-direction: column;
    }

    .jobs-listing-left span {
        padding-left: 0px
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open+#mega-menu-main-menu {
        position: absolute;
        right: -47px;
        height: 100vh;
        padding-top: 68px;
        top: -18px;
        z-index: 99;
        width: 300px;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle {
        position: relative;
        z-index: 99;
    }

    .open-search {
        position: relative;
        z-index: 99
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 6px;
        position: relative;
        z-index: 999;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu {
        width: 300px !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu a {
        color: #000
    }

    .search-nav {
        top: 46px;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle {
        position: relative;
        z-index: 9999 !important;
    }

    .job-list-details strong {
        flex: 0 0 0;
    }
        .border-img div{height:260px;width: 260px!important}
        .img-abt .border-img{    
            position: relative;
           
       }
       .bg-testimonial .border-img {
        position: relative;
        left: 50%;
        transform: translateX(-50%)!important;
     }
     .news-img img{width: 100%;}
     .home-banner-content{top: 30px}
     .custom-border-right, .custom-border-left{margin-bottom: 20px;}
     .why-choose .border-img{
            margin: 0 auto;
            text-align: center;
            left: 50%;
            transform: translateX(-50%)!important;
     }
     .team-content-blk{
          max-width: 400px;margin: -70px auto 0;
     }
}

@media(max-width:360px) {
    .vision img {
        width: 50px
    }

    .vision h1 {
        font-size: 18px;
    }

    .vision-text-box img {
        width: 50px
    }

    .product-detail-right h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .control {
        padding: 10px 8px;
        font-size: 12px;
    }

    .certificate .mix{height: 185px;}
    .certificate .mix img{    object-fit: contain;}
}

@media(max-width:320px) {
    .boll-box {
        width: auto;
        margin: 10px;
    }

    .btn-custom {
        font-size: 14px;
        padding: 10px 10px;
    }

    .pdf-blk img {
        width: 35px
    }

    .product-detail-right h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .control {
        padding: 10px 8px;
        font-size: 12px;
    }
}