﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

body {
    font-family: 'Josefin Sans', sans-serif;
    overflow-x: hidden;
    cursor: default;
}

a {
    font-size: 16px;
    font-weight: 400;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #009a6b;
    }
/*Banner title*/
h1 {
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    text-transform: initial;
    line-height: 60px;
    padding-top: 150px;
    font-family: 'Josefin Sans', sans-serif;
}
/*title*/
h2 {
    font-size: 36px;
    font-weight: 500;
    color: #333;
    text-transform: initial;
    display: block;
    line-height: 42px;
    margin-top: 0px;
}

    h2 span {
        font-family: 'Lato', sans-serif;
        color: #2877bd;
        display: block;
        font-size: 16px;
        line-height: 25px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 15px;
    }

        h2.white, h2 span.white, p.white {
            color: #fff;
        }

h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    font-family: 'Josefin Sans', sans-serif;
    color: #333;
}

    h3.white {
        color: #fff;
        text-shadow: 0px 0px 15px #000;
    }

p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #333;
}

    p a {
        transition: 0.1s ease-in;
    }

        p a:hover {
            color: #009a6b;
        }
/*p strong{color:#333333;font-size:18px;}*/
ul {
    margin: 0;
    list-style-type: none;
}

    ul.ulstyle {
        padding: 0;
        padding-bottom: 10px;
    }

        ul.ulstyle li {
            font-family: 'Lato', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            color: #333;
            display: flex;
        }

            ul.ulstyle li::before {
                content: '\f101';
                font-family: 'FontAwesome';
                margin-right: 10px;
                color: #009a6b;
            }

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

audio, canvas, img, video {
    height: auto;
    box-sizing: border-box;
}

img {
    border-style: none;
}

.btn-default {
    background-color: #009a6b;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 18px 35px;
    text-align: center;
    color: #fff;
    transition: 0.2s ease-in;
    border: 1px solid transparent;
    background-image: none;
    text-shadow: none;
    text-transform: capitalize;
    border-radius: 50px;
}

    .btn-default:hover {
        color: #009a6b;
        border: 1px solid #009a6b;
        background-color: #fff;
    }

.btn-white {
    background: #fff;
    color: #009a6b;
    font-weight: 500;
    border: 1px solid #009a6b;
}

    .btn-white:hover {
        background: #009a6b;
        color: #fff;
    }

.btn-blue {
    background: #11214f;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
}

    .btn-blue:hover {
        background: #fff;
        color: #11214f;
        border: 1px solid #11214f;
    }

.padding_0 {
    padding: 0px;
}

.paddingtop_0 {
    padding-top: 0px !important;
}

.secmargin {
    padding: 60px 0;
}

@media (max-width:767px) {
    .padding_0 {
        padding: 10px 15px;
    }

    .secmargin {
        padding: 40px 0 !important;
    }

    .btn-default {
        padding: 12px 30px;
    }

    h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

/*common css*/
#innerr-banner p a {
    color: #fff !important;
    font-size: 18px;
}

a.readmore {
    color: #009a6b;
    font-weight: 600;
}

    a.readmore .fa {
        font-size: 12px;
    }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    opacity: 1;
    padding: 10px 12px;
    border-radius: 0px;
    background: #fff;
}

.owl-carousel .owl-nav .fa {
    color: #0a2046;
    font-size: 22px;
    font-weight: 500;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background: transparent;
}

    .owl-carousel .owl-nav button.owl-prev:hover .fa, .owl-carousel .owl-nav button.owl-next:hover .fa {
        color: #009a6b;
    }

@media (min-width:768px) and (max-width:991px) {
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        top: unset;
        bottom: -80px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 43%;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 43%;
        left: unset;
        top: unset;
    }
}

@media (max-width:767px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 38%;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 38%;
        left: unset;
        top: unset;
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        top: unset;
        bottom: -45px;
    }
}


.helpline {
    position: fixed;
    top: 20%;
    right: -16px;
    -webkit-transform: translate(270px,0);
    -moz-transform: translate(270px,0);
    -ms-transform: translate(270px,0);
    -o-transform: translate(270px,0);
    transform: translate(270px,0);
    z-index: 99
}

.helpline ul{
    padding-left:0px;
}

    .helpline ul li {
        display: block;
        margin: 5px;
        background: #edf3fc;
        width: 320px;
        text-align: left;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        height: 40px
    }

        .helpline ul li:hover {
            -webkit-transform: translate(-110px,0);
            -moz-transform: translate(-110px,0);
            -ms-transform: translate(-110px,0);
            -o-transform: translate(-110px,0);
            transform: translate(-110px,0);
            background: #edf3fc
        }

            .helpline ul li:hover a {
                color: #004790
            }

            .helpline ul li:hover .helpline-img {
                color: #fff;
                -webkit-transition: all 1s;
                -moz-transition: all 1s;
                -ms-transition: all 1s;
                -o-transition: all 1s;
                transition: all 1s
            }

        .helpline ul li .helpline-img {
            margin-right: 10px;
            color: #fff;
            background: #11214f;
            padding-top: 8px;
            width: 39px;
            height: 41px;
            font-size: 20px;
            text-align: center;
        }

        .helpline ul li a {
            color: #000;
            font-weight: 400;
            display: inline-flex
        }

            .helpline ul li a span {
                padding-top: 9px
            }

@media (max-width:767px) {
    .helpline {
        top: 45%;
    }
}


/*navigation*/
.logoa {
    padding: 0px !important;
}

    .logoa::after {
        display: none !important;
    }
.exo-menu > li > a:hover{
    color:#2877bd;
}
.exo-menu > li > a.logoa {
    padding: 0px !important;
}

.calmenu {
    width: 200px !important;
    left: 772px !important;
}

.calmenu1 {
    width: 310px !important;
    left: 255px !important;
}

.calmenu2 {
    width: 200px !important;
    left: 350px !important;
}

.docmenu {
    width: 200px !important;
    left: 325px !important;
}

.title a {
    padding-left: 0px !important;
}

.exo-menu li.active > a {
    position: relative;
}

    .exo-menu li.active > a::after {
        box-shadow: none;
        color: #b0c4b9;
        border-bottom: 2px solid #333;
        content: '';
        width: 50%;
        position: absolute;
        bottom: 10px;
        left: 0px;
        right: 0;
        margin: 0 auto;
    }

.exo-menu img {
    padding-right: 33px;
}

.background {
    padding: 0px;
    position: relative;
    z-index: 9;
    padding-bottom: 25px;
}

.exo-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    background: transparent;
    padding-left: 0px;
    top: 10px;
}

    .exo-menu > li {
        display: inline-block;
        float: left;
    }

        .exo-menu > li > a {
            color: #000;
            font-size: 18px;
            text-decoration: none;
            -webkit-transition: color 0.2s linear, background 0.2s linear;
            -moz-transition: color 0.2s linear, background 0.2s linear;
            -o-transition: color 0.2s linear, background 0.2s linear;
            transition: color 0.2s linear, background 0.2s linear;
        }

li.drop-down {
    position: relative;
}

    li.drop-down > ul {
        left: 0px;
        min-width: 230px;
    }

.drop-down-ul {
    display: none;
}

ul.stander {
    padding-left: 0;
}

li.drop-down > ul > li > a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
}

h4.row.mega-title {
    color: #286daa;
    margin-top: 0px;
    font-size: 20px;
    padding-left: 15px;
    padding-bottom: 13px;
    padding-top: 0px;
    background-color: transparent;
}

    h4.row.mega-title a {
        color: #286daa;
        font-size: 20px;
    }

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: 0.2s ease-in-out;
}

    .mega-menu ul li a:hover {
        margin-left: 0px;
        color: #2877bd;
    }

        .mega-menu ul li a:hover::before {
            content: '\f101';
            font-family: FontAwesome;
            margin-right: 5px;
            color: #2877bd;
        }

.mega-menu {
    background-color: transparent;
}

.mega-menu-wrap a {
    color: #000;
    font-size: 18px;
}

.exo-menu > li > a {
    padding: 20px 17px;
}

.productmenu {
    height: 70vh;
    overflow: scroll;
    overflow-x: hidden;
}

/*hover*/
.mega-menu:hover, .mega-drop-down a:hover + .mega-menu, li.flyout-mega > a:hover + .flyout-mega-wrap {
    display: block;
    background: #fff;
    padding-top: 20px;
}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}

@media (min-width:992px) and (max-width:1199px) {
    .exo-menu {
        padding-left: 0;
    }

        .exo-menu > li > a {
            padding: 20px 8px !important;
        }

        .exo-menu img {
            padding-right: 15px;
        }

    .calmenu {
        left: 620px !important;
    }

    .docmenu {
        left: 285px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .imageset {
        width: 100%
    }
    .background{
        padding-bottom:0px;
    }
    .mega-menu{
        margin-top:-6px;
    }
    .exo-menu {
        padding-left: 0;
    }

        .exo-menu img {
            padding-right: 0px;
            margin: 0 auto;
        }

        .exo-menu > li > a {
            font-size: 17px;
            padding: 21px 8px !important;
        }

    .background {
        margin-bottom: 40px;
    }

    .calmenu {
        left: 400px !important;
        top: 120px;
    }

    .calmenu2 {
        width: 200px !important;
        left: 140px !important;
    }

    .calmenu1 {
        left: 30px !important;
    }

    .docmenu {
        left: 95px !important;
    }
}

/* navigation fixed on scroll */
.navfixed {
    position: fixed;
    top: 0;
    background: #fff !important;
    width: 100%;
}

/* mobile navigation */
.mobnav {
    background-color: transparent;
}

    .mobnav .fa {
        font-size: 30px;
        margin-left: 15px;
        position: relative;
        top: 2px;
    }

    .mobnav li .fa {
        font-size: 20px;
        margin-left: 0px;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 3; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s;
}

    .sidenav ul {
        padding-left: 0;
    }

.notwiththepadding li a{
    display:flex;
}
.notwiththepadding li a::before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-top:-5px;
}

.title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding-left:0px;
}
/* The navigation menu links */
.sidenav a {
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 15px;
    color: #ccc;
    display: block;
    transition: 0.3s;
    padding-left: 25px;
    text-align: left;
}
    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        color: #fff;
    }
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.mobnav .gallerybutton {
    margin-top: 10px;
    padding: 0px;
}

    .mobnav .gallerybutton a {
        color: #fff;
    }

.mobnav .topi {
    float: right;
    margin-top: -50px;
    margin-right: 29px;
}

@media (max-width:767px) {
    #navigation {
        padding: 0px;
    }

    .mobnav img {
        box-shadow: none;
        width: 40%;
        padding: 10px;
        margin-top: 5px;
        margin-left: 5px;
    }
}

@media (min-width:767px) {
    .exo-menu > li > a {
        display: block;
        padding: 20px 17px;
    }

    .mega-menu, .flyout-mega-wrap, .flyout-right > ul, .flyout-left > ul, li.drop-down > ul {
        position: absolute;
    }

    .flyout-right > ul {
        left: 100%;
    }

    .flyout-left > ul {
        right: 100%;
    }
}

@media (max-width:767px) {
    .exo-menu {
        min-height: 58px;
        background-color: #23364B;
        width: 100%;
    }

        .exo-menu > li > a {
            width: 100%;
            display: none;
        }

        .exo-menu > li {
            width: 100%;
        }

    .display.exo-menu > li > a {
        display: block;
        padding: 20px 22px;
    }

    .mega-menu, li.drop-down > ul {
        position: relative;
    }
}

/*footer*/
.webp #footer {
    background: url(../img/footer-bg.webp) top center no-repeat;
    height: auto;
    background-size: cover;
}

.no-webp #footer {
    background: url(../img/footer-bg.png) top center no-repeat;
    height: auto;
    background-size: cover;
}

#footer {
    color: #fff;
    font-size: 16px;
    padding-bottom: 25px
}

    #footer p {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        font-family: 'Josefin Sans', sans-serif;
    }

    #footer .footer-inner-top1 {
        padding: 0px 0px 33px 0 !important;
    }

    #footer .footer-inner-top {
        padding: 32px 0 !important;
        border-right: 1px solid #799dbe
    }

    #footer .lastchild {
        border-right: none;
    }

    #footer .footer-inner-top-last {
        padding-top: 55px
    }

    #footer .footer-inner-top .fa {
        margin-top: 5px;
        text-align: right;
        font-size: 18px;
    }

    #footer a {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

    #footer hr {
        background: #799dbe;
        border: none;
        height: 1px;
        margin-top: -1px
    }

    #footer .fa-facebook {
        padding: 6px 10px;
        border: 1px solid #fff;
    }

    #footer .soial-icon {
        margin-left: 5px;
    }

    #footer ul li {
        display: inline-block
    }

        #footer ul li::after {
            content: "|";
            margin: 0 10px
        }

        #footer ul li:last-child::after {
            content: ""
        }

    #footer .footer-bottom {
        line-height: 30px
    }

        #footer .footer-bottom li a {
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 500;
        }

@media (min-width:768px) and (max-width:991px) {
    #footer .phone {
        padding: 64px 0px;
    }

    #footer {
        background-color: #2177bc !important;
        background-image: none !important;
        height: auto !important;
    }

        #footer .footer-inner-top {
            border-right: unset;
        }
}

@media (max-width:767px) {
    #footer .footer-inner-top {
        padding: 0;
        text-align: center;
        border-right: none;
    }

    #footer {
        padding: 40px 0;
    }

        #footer .text-center {
            padding: 0;
            margin-bottom: 10px;
        }

        #footer ul li::after {
            margin: 0 1px
        }

        #footer .footer-inner-top {
            padding: 4px 0 !important;
            padding-bottom: 20px !important;
        }

        #footer .footer-inner-top1 {
            padding: unset !important;
          
        }

     

    #footer {
        background-color: #2177bc !important;
        background-image: none !important;
        height: auto !important;
    }

    #footer .fa{
        display:none;
    }

        #footer ul li {
            display: block;
        }

            #footer ul li::after {
                display: none;
            }
        #footer .footer-inner-top .fa{
            margin-bottom:15px;
        }
        #footer p{
            margin:0px;
        }
        #footer a, #footer p {font-size:16px;}
}

.floatingContact {
    position: fixed;
    bottom: 35px;
    right: 35px;
    padding: 25px;
    z-index: 9;
    width: 350px;
    height: auto;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,15,0.25);
}

    .floatingContact h1 {
        font-family: raleway;
        font-weight: 300;
        letter-spacing: 2px;
        text-align: center;
        margin-bottom: 15px;
    }

    .floatingContact .form-group {
        margin-bottom: 10px;
    }

        .floatingContact .form-group label {
            opacity: 0.5;
            font-size: 0.9em;
        }

    .floatingContact.view {
        right: 25px;
    }

.floatingContactButton {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    position: fixed;
    background: #11214f;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    padding: 15px;
    border-radius: 100%;
    opacity: 1;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}

    .floatingContactButton:hover {
        opacity: 1;
        background: #fff;
    }

    .floatingContactButton .fa {
        color: #fff;
        font-size: 40px;
        transition: 0.5s ease-in-out;
    }

    .floatingContactButton:hover .fa {
        transform: scale(0.8);
        color: #11214f;
    }

.form-control {
    border-radius: 0;
    font-size: 15px;
    border-color: #ccc;
    background-image: none;
    box-shadow: none;
    font-family: 'IBM Plex Sans',sans-serif
}

    .form-control:focus {
        box-shadow: none;
        border-color: #ccc
    }

.captcha-class {
    padding: 0
}

.floatingContact {
    z-index: 99;
}

.floatingContactButton {
    right: 7px;
    bottom: 7px;
    z-index: 999;
    width: 70px;
    height: 70px;
    text-align: center;
}

@media(max-width:767px) {
    .floatingContact {
        right: 5px;
        top:0px;
        bottom:unset;
        height:400px;
        overflow:scroll;
    }

    .floatingContactButton {
        padding: 10px;
        right: 7px;
        bottom: 7px;
        z-index: 999;
        width: 50px;
        height: 50px;
    }

        .floatingContactButton .fa {
            font-size: 30px;
        }
}

/* HOME PAGE */

/* hm banner */
#hm-banner {
    position: relative;
    top: -110px;
    z-index: 1;
    margin-bottom: -110px;
    height: 710px;
    overflow: hidden;
}

    #hm-banner video {
        width: 100%;
    }

    #hm-banner .banner-desc {
        position: absolute;
        top: 230px;
        left: 0;
        right: 0;
    }

    #hm-banner .banner-caption img {
        width: 100%;
    }

    #hm-banner h1 span {
        font-size: 16px;
    }

    #hm-banner .container-fluid {
        padding: 0px;
    }

    #hm-banner .banner-desc {
        padding: 0 180px;
    }

@media (min-width:992px) and (max-width:1199px) {
    #hm-banner .banner-desc h1 {
        margin-top: -60px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #hm-banner {
        top: -35px;
        margin-bottom: -320px;
    }

        #hm-banner .banner-desc h1 {
            margin-top: -220px;
            font-size: 30px;
            text-align: center;
            line-height: 60px;
        }
    .carousel-control{
        top:210px !important;
    }
    #hmfacts .circle{
        margin-left:0px !important;
    }
    #hmfacts .circle{
        width:362px !important;
    }
    #hmfacts .circle{
        position:relative;
        left:26%;
    }
}

@media (max-width:767px) {
    #hm-banner {
        top: 4px;
        margin-bottom: 15px;
        height: auto;
    }

        #hm-banner .banner-desc {
            position: initial;
            padding: 15px;
            padding-top: 30px;
        }

        #hm-banner .banner-cap {
            padding-top: 30px;
        }

        /*  #hm-banner video {
            margin-bottom: 20px;
        }*/

        #hm-banner h1 {
            font-size: 30px;
            line-height: 42px;
            color: #000;
            padding-top: 0;
        }

        #hm-banner p {
            color: #000;
        }
}

.imgbannercap h1 {
    padding-top: 400px !important;
}


/*.webp .banner2{background:url(../../assets/img/banner2bg.webp) top center no-repeat;height:759px;background-size:cover;}
.no-webp .banner2{background:url(../../assets/img/banner2bg.png) top center no-repeat;height:759px;background-size:cover;}
*/ .carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control {
    top: 400px;
}

    .carousel-control .fa {
        font-size: 30px;
    }

@media (max-width:767px) {
    .webp .banner2, .no-webp .banner2 {
        height: 422px !important;
        background-size: contain;
    }

    .carousel-control {
        top: 85px;
    }

    .imgbannercap h1 {
        padding-top: 20px !important;
    }

    .imgbannercap {
        height: 221px;
        background: #fff;
        margin-top: 202px;
    }
}



/* hm products */
#hmproducts {
    padding-bottom:0px;
}
#hmproducts .imgclass {
    position: relative;
    transition: 0.4s ease-in-out;
}

#hmproducts .overlay .fa {
    font-size: 14px;
}

#hmproducts .imgclass .overlay {
    position: absolute;
    bottom: 20px;
    padding: 20px;
    text-align: center;
    left: 0;
    right: 0;
}

    #hmproducts .imgclass .overlay .overlaycontent {
        display: none;
    }

#hmproducts .imgclass:hover h3.white {
    display: none;
}

#hmproducts .imgclass h3{font-size:22px;}
#hmproducts .imgclass p{font-size:18px;}

#hmproducts .imgclass:hover h3 a {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
}

#hmproducts .imgclass:hover .overlay .overlaycontent h3.white {
    display: initial;
}

#hmproducts .imgclass:hover .overlay .overlaycontent {
    display: initial;
    animation-name: textanimation;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes textanimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#hmproducts img {
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    margin: 10px 0px;
}

#hmproducts .imgclass:hover h3, #hmproducts .imgclass:hover p {
    text-shadow: 0px 0px 15px #000;
}

#hmproducts .imgclass:hover img{
    filter: brightness(45%);
}

/*#hmproducts .imgclass:hover{transform:scale(1.04);}*/
@media (max-width:1199px) {
    #hmproducts .padding_0 {
        padding: 15px;
    }
}
/* owl carousel */
#hmproducts .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -60px;
    top: 35%;
    transition: 0.2s ease-in;
}

#hmproducts .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -60px;
    top: 45%;
    transition: 0.2s ease-in;
}

#hmproducts .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    opacity: 1;
    padding: 10px 12px;
    border-radius: 0px;
    background: #fff;
}

#hmproducts .owl-carousel .owl-nav .fa {
    color: #0a2046;
    font-size: 22px;
    font-weight: 500;
}

#hmproducts .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background: transparent;
}

    #hmproducts .owl-carousel .owl-nav button.owl-prev:hover .fa, .owl-carousel .owl-nav button.owl-next:hover .fa {
        color: #009a6b;
    }

@media (min-width:768px) and (max-width:991px) {
    #hmproducts .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        top: unset;
        bottom: -80px;
    }

    #hmproducts .owl-carousel .owl-nav button.owl-prev {
        left: 43%;
    }

    #hmproducts .owl-carousel .owl-nav button.owl-next {
        right: 43%;
        left: unset;
        top: unset;
    }
}

@media (max-width:767px) {
    #hmproducts .owl-carousel .owl-nav button.owl-prev {
        left: 38%;
    }

    #hmproducts .owl-carousel .owl-nav button.owl-next {
        right: 38%;
        left: unset;
        top: unset;
    }

    #hmproducts .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        top: unset;
        bottom: -45px;
    }

    #hmproducts .imgclass .overlay {
        bottom: -5px;
    }
}

/*.owl-carousel .overlay .overlaycontent{display:none;}
.owl-carousel .owl-item.active.cloned .overlay .overlaycontent{display:none;}
.owl-carousel .owl-item.cloned .overlay .overlaycontent{display:none;}
.owl-carousel .owl-item.active .overlay .overlaycontent{display:initial;}*/

#hmproducts .owl-item .item {
    width: 370px !important;
    height: 500px !important;
    transition: 0.4s ease-in-out;
}

#hmproducts img {
    height: 450px;
    object-fit: cover;
    filter: brightness(75%);
}

#hmproducts .owl-item .item:hover {
    width: 450px !important;
}

@media (max-width:991px) {
    #hmproducts .owl-item .item {
        width: auto !important;
        height: initial !important;
        transition: 0.4s ease-in-out;
    }

    #hmproducts img {
        height: initial !important;
        object-fit: initial !important;
    }

    #hmproducts .owl-item .item:hover {
        width: initial !important;
    }
}

/* hm research */
.webp #hmresearch {
    background: url(../img/hmresearchbg.webp) top center no-repeat;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
}

.no-webp #hmresearch {
    background: url(../img/hmresearchbg.png) top center no-repeat;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
}

#hmresearch .links h3 a {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    transition: 0.1s ease-in;
}

    #hmresearch .links h3 a:hover {
        text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
        color:#2877bd;
    }

#hmresearch .links h3 {
    display: inline;
    padding: 0px 20px;
    position: relative;
}

    #hmresearch .links h3::after {
        content: '';
        border-right: 2px solid #fff;
        right: 0px;
        position: absolute;
        height: 20px;
        top: -2px;
    }

    #hmresearch .links h3:last-child::after {
        display: none;
    }

#hmresearch .links {
    border-top: 1px solid rgba(255,255,255,0.4);
    padding-top: 20px;
    margin-top: 20px;
}

@media (max-width:767px) {
    #hmresearch .links h3 {
        display: block;
        margin-bottom: 25px;
    }

        #hmresearch .links h3::after {
            display: none;
        }
        #hmresearch .links h3 a {
            border: 1px solid #fff;
            padding: 7px 12px;
            border-radius: 10px;
        }
}

/* hm about */
/*.webp #hmabout {
    background: url(../../assets/img/about-bg.webp) top center no-repeat;
    height: 714px;
    background-size: cover;
}

.no-webp #hmabout {
    background: url(../../assets/img/about-bg.png) top center no-repeat;
    height: 714px;
    background-size: cover;
}*/
/*#hmabout{padding-top:0px;}*/

#hmabout img {
    border: 13px solid #d3d3d3;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 13px #f5f5f5;
}

@media (max-width:991px) {
    #hmabout {
        background: transparent !important;
        height: auto !important;
    }
}

@media (max-width:767px) {
    #hmabout {
        text-align: center;
        height: auto !important;
    }
    #hmabout img, #ipcl img{
        margin-bottom:35px;
    }
}

/* hm news */
#hmnews .newsbox {
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    margin: 20px 0px;
    transition: 0.2s ease-in;
}

    #hmnews .newsbox .newsdesc {
        padding: 20px;
        background: #f0f0f0;
    }

    #hmnews .newsbox:hover {
        transform: scale(1.03);
        box-shadow: none;
    }

    #hmnews .newsbox .fa {
        color: #009a6b;
    }

#hmnews img {
    margin: 0 auto;
    object-fit: scale-down;
}
@media (max-width:767px){
    #hmnews{padding-top:0px !important;}
}


/* hm facts */
#hmfacts .circle {
    border-radius: 100%;
    display: table;
    width: 100%;
    padding: 100px 0px;
    margin-left: 5%;
    animation-name: circleanimation;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes circleanimation {
    10% {
        opacity: 0;
        transform: rotate(0deg);
    }

    30% {
        opacity: 1;
        transform: rotate(-10deg);
    }

    60% {
        opacity: 1;
        transform: rotate(10deg);
    }

    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

#hmfacts .circle h2 span {
    font-size: 58px;
    display: inline;
    color: #fff;
}

#hmfacts .circle h2 {
    font-size: 38px;
    line-height: 54px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Lato', sans-serif;
}

#hmfacts .circle.one {
    background: #333333;
}

#hmfacts .circle.two {
    background: #acacac;
}

#hmfacts .circle.three {
    background: #2877bd;
}

#hmfacts p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0px;
    animation-name: panimation;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@media(max-width:767px) {
    #hmfacts .circle {
        margin-left: 0%;
       
    }
}

@media (max-width:360px){
    #hmfacts .circle {
        padding: unset;
        width: 330px;
        height: 330px;
    }
}

@media (min-width:361px) and (max-width:767px){
    #hmfacts .circle {
        padding: unset;
        width: 330px;
        height: 330px;
        margin-left:13%;
    }
}

@keyframes panimation {
    0% {
        opacity: 0;
        margin-top: -40px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}


/*common css*/
#inrbanner p a {
    color: #fff !important;
    font-size: 18px;
}

#inrbanner {
    position: relative;
    /*top: -140px;*/
    margin-top: -140px;
    z-index: 1;
    /*margin-bottom: 0px;*/
    padding: 75px 0px;
    text-align: center;
    background-attachment: fixed;
    height: 82vh;
    background-size: 100%;
}

    #inrbanner h1, #inrbanner p a, #inrbanner p {
        color: #fff;
        text-shadow: 0px 0px 15px #000;
    }

    #inrbanner h1 {
        margin-bottom: 10px;
    }

    #inrbanner p a, #inrbanner p {
        font-size: 26px;
    }

@media (max-width:767px) {
    #inrbanner {
        top: 10px;
        margin-bottom: 0px;
        /*background-size: cover;*/
        height: auto;
        padding: 64px 0px;
        background-attachment:initial;
        margin-top:0px;
      
    }
}

@media (min-width:768px) and (max-width:991px) {
    #inrbanner {
        top: -35px;
        margin-bottom: -40px;
        background-size: cover;
        height: 274px;
        background-attachment: initial;
        margin-top:0px;
    }
}









/* contact */
#contact p a, #contact p {
    color: #858585;
    transition: 0.1s ease-in;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

    #contact p a:hover {
        color: #009a6b;
    }

#contact .fa {
    color: #fff;
    background: #009a6b;
    padding: 16px;
    border-radius: 100%;
    font-size: 25px;
}

#contact .fa-map-marker, #contact .fa-phone {
    padding: 16px 21px;
}

#contact .fa-phone {
    padding: 16px 19px;
}

#contact .formbox {
    box-shadow: 0px 0px 5px 6px rgba(215,215,215,0.5);
    -webkit-box-shadow: 0px 0px 5px 6px rgba(215,215,215,0.5);
    -moz-box-shadow: 0px 0px 5px 6px rgba(215,215,215,0.5);
    padding: 50px;
}

#contact h3 {
    color: #333;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
    font-size: 20px;
}

#contact h4 {
    color: #232323;
    margin: 0;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
}

#contact .btn-default {
    padding: 12px 55px;
}

#contact .contactboxleft {
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
    padding: 45px 30px;
    background: #fff;
    position: relative;
    z-index: 2;
    top: 55px;
}

#contact .contactboxright {
    background: #f8f7f7;
    padding: 60px 70px 95px;
    position: relative;
    left: -90px;
    z-index: 1;
    padding-left: 120px;
}

#contactsec .contactbox .heading {
    background: #2877bd;
    padding: 5px 20px;
}

#contactsec .contactbox .description {
    background: #f2f3f9;
    padding: 10px 15px;
}

#contactsec .contactbox .heading h5 {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}

#contactsec .contactbox .description p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

    #contactsec .contactbox .description p a {
        color: #333333;
    }

        #contactsec .contactbox .description p a:hover {
            color: #2877bd;
        }

    #contactsec .contactbox .description p .fa {
        margin-right: 10px;
    }

#contactsec .branchindia .heading {
    background: #f2f3f9;
}

    #contactsec .branchindia .heading h5 {
        color: #232323;
        text-transform: capitalize;
        margin-bottom: 0px;
    }

#contactsec .branchindia .description {
    padding-top: 0px;
}

    #contactsec .branchindia .description .location p {
        color: #2877bd;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 20px;
    }

#contactsec .contactbox {
    margin-bottom: 35px;
    transition: 0.2s ease-in-out;
    border: 2px solid transparent;
    background: #f2f3f9;
}

    #contactsec .contactbox:hover {
        border: 2px solid #2877bd;
        transform: scale(1.02);
    }

#contactsec .branchindia .contactbox:hover .heading, #contactsec .branchindia .contactbox:hover .description {
    background: transparent;
}

@media (max-width:1199px) {
    #contact .contactboxleft, #contact .contactboxright {
        position: initial;

    }

    #contact .contactboxright {
        padding: 40px;
        margin-top: 40px;
        width:100%;
    }
}

@media (max-width:767px) {
    #contact {
        text-align: center;
    }

        #contact .formbox {
            box-shadow: none;
            padding: 0px;
        }

        #contact .contactboxleft, #contact .contactboxright {
            padding: 0;
            box-shadow: none;
            background: transparent;
        }
        #contact .contactboxright{
            width:100% !important;
        }
}



#contact .contactboxright {
    width: 114%;
}

/* form control */
.form-control {
    background: transparent;
}

.formfield {
    margin-bottom: 15px;
}

/*about page*/



@media (max-width:767px) {
    #about h2 span {
        text-align: center;
        margin-top: 20px;
    }

    #about h2 {
        text-align: center;
        font-size: 35px;
    }

    #about p {
        text-align: center;
    }
}
/*mission-vistion section*/
.webp #mvsection {
    background: url(../img/mv-bg.webp) top center no-repeat;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
}

.no-webp #mvsection {
    background: url(../img/mv-bg.png) top center no-repeat;
    height: auto;
    background-size: cover;
    background-attachment: fixed;
}

#mvsection {
    position: relative;
    padding: 80px 0 135px 0;
}

#mvsecbox {
    margin-top: -90px;
    z-index: 1;
}

#mvsection h2 {
    line-height: 50px;
    margin-bottom: 20px;
}

.mvbox {
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    background: #fff;
    transition: 0.2s ease-in;
    margin-top: 30px;
}

#mvsecbox h3 {
    background: #2877bd;
    color: #fff;
    padding: 15px;
    margin-bottom: 0;
    font-size: 30px;
}

#mvsecbox p {
    padding: 25px;
    position: relative;
}

.mvbox:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
}

.mvbox h4 {
    position: absolute;
    z-index: 0;
    top: 90px;
    bottom: 0;
    right: 0;
    left: 0;
    color: #eff1f6;
    font-size: 90px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    display:none;

}

@media (max-width:767px) {
    #mvsection h2 {
        font-size: 26px;
        line-height: 40px
    }

    #mvsecbox {
        margin-top: 0;
    }

    .mvbox {
        margin-bottom: 0px;
        margin-top:10px;
    }
}

/*image-box overlapping section*/
#rdsection .whitebox {
    background: #fff;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    padding: 30px;
    margin-top: 45px;
    margin-left: -95px;
}

#rdsection .whitebox2 {
    background: #fff;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    padding: 30px;
    margin-top: 45px;
    margin-right: -95px;
    position: absolute;
    z-index: 1;
}

.imgtxtbox {
    margin-bottom: 50px;
}

@media (max-width:767px) {
    #rdsection .whitebox {
        margin-top: 0;
        margin-left: 0;
    }

    #rdsection .whitebox2 {
        margin-top: 0;
        margin-right: 0;
        position: unset;
        z-index: unset;
    }

    #rdsection p, #rdsection h3 {
        text-align: center;
    }

    #rdsection img {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #rdsection .whitebox {
        margin-top: 0;
        margin-left: 0;
    }

    #rdsection .whitebox2 {
        margin-top: 0;
        margin-right: 0;
        position: unset;
        z-index: unset;
    }

    #rdsection img {
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #rdsection .whitebox {
        margin-top: 21px;
        padding: 21px;
    }

    #rdsection .whitebox2 {
        margin-top: 12px;
        padding: 21px;
    }
}


/*product page*/
.productbox {
    transition: 0.2s ease-in;
    border: 2px solid transparent;
}

    .productbox p {
        margin: 0px;
        z-index: 1;
        position: relative;
        font-weight: 600;
    }

    .productbox img {
        transition: 0.4s ease-in-out;
    }

    .productbox:hover img {
        transform: scale(1.05);
    }

    .productbox:hover {
        overflow: hidden;
        border: 2px solid #2877bd;
    }

#caretabs nav a {
    font-weight: 500;
    font-size: 20px;
    color: #333;
    line-height: 40px;
    border: 1px solid #ccc;
    padding: 9px 12px;
    border-radius: 0px;
    text-transform: initial;
    border-bottom: 1px solid #2877bd;
}

#caretabs .nav-tabs {
    padding: 0px;
}

    #caretabs .nav-tabs li {
        margin-right: 15px;
    }

    #caretabs nav a:hover, #caretabs nav a:focus, #caretabs .nav-tabs > li.active > a {
        color: #fff;
        background: #2877bd;
    }

/*#caretabs nav a::after {
            padding: 15px 0;
            content: "";
            border-right: 1px solid #333333;
            margin-left: 20px;
            margin-right: 20px;
        }*/

#caretabs nav a.lastchild::after {
    display: none;
}

#caretabs nav {
    /*padding: 20px 0px 20px 0px;*/
    /*box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);*/
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #2877bd;
}

.nav-tabs {
    border-bottom: unset;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li a {
        border: none;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    #caretabs nav a::after {
        margin-left: 15px;
        margin-right: 15px;
    }

    #caretabs nav a {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #caretabs nav a::after {
        margin-left: 10px;
        margin-right: 10px;
    }

    #caretabs nav a {
        font-size: 14px;
    }
}

@media only screen and (max-width:767px) {
    #caretabs .nav-tabs > li {
        float: none;
    }

    #caretabs nav a::after {
        border-right: unset;
        display: none;
    }

    #caretabs .nav > li {
        display: contents;
    }

        #caretabs .nav > li > a {
            padding: 12px 16px 0px !important;
            text-align: center;
        }

    #caretabs .nav-tabs {
        border: none;
        padding: 0;
    }

        #caretabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, #infra .nav-tabs > li > a {
            border: none;
        }

    #caretabs .nav-stacked li {
        display: block;
    }

        #caretabs .nav-stacked li a {
            padding: 4px 0px 7px !important;
        }
}

#caretabs .nav-stacked > li + li {
    margin: 0px;
}

#caretabs {
    padding: 100px 0px;
}

    #caretabs nav .beforeli li {
        font-size: 16px;
        margin-bottom: 15px;
        display: flex;
    }

    #caretabs .nav-stacked > li {
        background-color: #fff;
        border: 1px solid #ccc;
    }

        #caretabs .nav-stacked > li.active > a, .infra .nav-stacked > li.active > a:focus, .infra .nav-stacked > li.active > a:hover {
            background-color: transparent;
            border: #2877bd !important;
            color: #2877bd !important;
        }

    /*#caretabs .tab-content .nav > li > a {
            font-size: 16px;
            color: #232323;
            padding: 15px 30px;
            font-weight: 500;
        }*/

    /*#caretabs .tab-content .nav > li > a:focus, #caretabs .tab-content .nav > li a:hover {
                cursor: pointer;
                color: #2877bd;
            }*/

    /*#caretabs .tab-content .nav > li > a {
            border: none;
            font-weight: 600;
            transition: 0.2s ease-in-out;
        }*/

    #caretabs .firstli {
        background: #008fd7 !important;
        color: #fff !important;
        font-size: 20px !important;
    }

    /*#caretabs .tab-content p {
            background-color: #2877bd;
            padding: 10px;
            color: #fff;
            text-align: center;
        }*/

    /*#caretabs .tab-content img {
            padding: 40px 65px;
            background-color: #f6f6f6;
            width: 100%;
        }

        #caretabs .tab-content a::after {
            display: none;
        }

        #caretabs .tab-content h3 {
            font-size: 36px;
            margin-bottom: 30px;
        }*/

    #caretabs .nav > li > a {
        color: #333333;
        background: none;
        border: none;
        font-family: 'Lato', sans-serif;
        border-bottom: 4px solid transparent;
        font-weight: 700;
        font-size: 17px !important;
        padding: 5px 15px 5px !important;
    }


/*news*/
#news-section .newsbox:hover {
    background: #f5f5f5;
    transform: scale(0.95);
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.1);
    border-radius: 10px;
}

#news-section .newsbox {
    margin-bottom: 30px;
    transition: 0.2s ease-in;
    border: 2px solid transparent;
}

    #news-section .newsbox .newsdesc {
        padding: 20px;
    }

    #news-section .newsbox .fa {
        color: #009a6b;
        margin-right: 5px;
    }
.newsdetailpage .newsbox:hover {
    background: none !important;
    transform: scale(1) !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

#news-section p:first-child .fa{color:#2877bd;}
#news-section p:first-child{color:#2877bd; font-weight:600;font-size:18px;font-family: 'Josefin Sans', sans-serif;}


#news-section img {
    /*height: 365px;
    margin: 0 auto;
    object-fit:scale-down;*/
    width: 100%;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
}

#news-section .picimg {
    margin: 20px auto;
}

#news-section .dark {
    font-size: 20px;
    line-height: 33px;
    font-family: 'Josefin Sans', sans-serif;
    color: #333 !important;
}

#news-section a h4 {
    font-weight: 400;
    color: #000 !important;
    margin-top:0px;
}

#news-section .blogbox {
    margin: 5px auto;
}

#news-section h3 {
    margin-top: 8px;
    margin-bottom: 25px;
}

#news-section span {
    color: #2877bd;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #eee !important;
}

@media(max-width:767px) {
    #news-section h3 {
        text-align: center;
        margin-top: 30px;
    }

    #news-section h4 {
        text-align: center;
        margin-top: 20px;
    }
    #news-section .newsbox .newsdesc{
        padding-left:0px;
    }
    #news-section a h4{
        margin-top:10px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #news-section h3 {
        margin-top: 30px;
    }
}
/*product detail*/
/*.webp .pro-detail-banner {
    background: url(../../assets/img/product-detail-banner.webp) top center no-repeat;
    height: 490px;
}*/
/*.no-webp .pro-detail-banner{background:url(../../assets/img/product-detail-banner.png) top center no-repeat;height:490px;}*/

#pro-detail h3 {
    font-size: 36px;
    margin-top:30px;
}

#pro-detail .zoom:hover {
    transform: scale(1.03);
    transition: .4s ease-in-out;
}

#pro-detail p {
    font-size: 20px;
    font-weight: 500;
}

.ribbon-vertical {
    position: absolute;
    border: 18px solid #2877bd;
    border-left: 0;
    border-right: 10px solid transparent;
    height: 0;
    line-height: 0;
    width: auto;
    color: white;
    z-index: 1;
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    letter-spacing: 3px;
}

    .ribbon-vertical span {
        position: relative;
        padding: 0 4px 0 10px;
        text-align: center;
        letter-spacing: 0;
        font-size: 20px;
    }

.pro-imagesec {
    margin-top: 40px;
    position: relative;
}

    .pro-imagesec img { /*padding: 34px;*/
        background-color: #f6f6f6;
        box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2); /*height:380px;width:337px;*/
        width: 337px;
        margin: 0 auto;
        height: 400px;
        object-fit: scale-down;
        transition: 0.2s ease-in;
    }

        .pro-imagesec img:hover {
            transform: scale(1.05);
        }

    .pro-imagesec .lensimg {
        position: absolute;
        top: -35px;
        right: 70px;
        padding: 0px;
        background: #fff;
        border-radius: 100%;
        border: 2px solid #11214f;
        box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    }

        .pro-imagesec .lensimg img {
            width: 120px;
            height: 120px;
            padding: 15px;
            animation: rotating 10s infinite linear;
            box-shadow: none;
            background: none;
        }

@keyframes rotating {
    from {
        -ms-transform: rotate3d(0, 0, 0, 360deg);
        -webkit-transform: rotate3d(0, 0, 0, 360deg);
        transform: rotate3d(0, 0, 0, 360deg);
    }

    to {
        -ms-transform: rotate3d(0, 1, 0, 360deg);
        -webkit-transform: rotate3d(0, 1, 0, 360deg);
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

@media (min-width:768px) and (max-width:991px){
    .pro-imagesec .lensimg{
        right:10px;
    }
}

    .pro-imagesec h4 {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 26px;
        font-weight: 500;
    }

    .pro-imagesec ul {
        list-style-type: disc;
        padding-left: 15px;
    }

        .pro-imagesec ul li {
            line-height: 30px;
            font-family: 'Lato', sans-serif;
            font-size: 16px;
            color: #333;
        }

    .pro-imagesec p {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

.webp #speci {
    background: url(../img/pro-detail-specs-bg.webp) top center no-repeat;
    height: auto;
}

.no-webp #speci {
    background: url(../img/pro-detail-specs-bg.png) top center no-repeat;
    height: auto;
}
      
#speci h3 {
    font-size: 36px;
    margin-bottom: 25px;
    margin-top: -28px;
}

#speci h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 25px;
    font-weight: 700;
}

#speci p {
    font-size: 20px;
}
/*table*/
table, th, td, .table > thead > tr > th {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

table {
    position: relative;
}

.table-responsive {
    overflow-x: unset;
}

.table-hover > tbody > tr:hover {
    background-color: unset;
}

table img {
    padding: 20px 0;
}

.tdstyle {
    font-size: 20px;
    padding: 10px 10px !important;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

td {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

@media (min-width:768px) and (max-width:991px){
    .pro-imagesec img {
        width: 100%;
    }
    .webp #speci{background-size:cover;height:auto;}
    .no-webp #speci{background-size:cover;height:auto;}
}

@media only screen and (max-width:767px) {
    .pro-imagesec img {
        margin-bottom: 30px;
        width:100%;
    }

    #speci {
        background: #abdaef !important;
        height: auto !important;
    }

    #speci {
        text-align: center;
    }
}


/* ipcl */


#ipcl h3 {
    font-size: 26px;
}

#ipcl p strong {
    font-size: 20px;
    font-weight: 600 !important;
    font-family: 'Lato', sans-serif;
}

#ipcl img {
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
}

#ipcl .zoom:hover {
    transform: scale(1.03);
    transition: .4s ease-in-out;
}

#ipcl ul {
    padding: 0;
}

    #ipcl ul li {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #333;
        display: flex;
        margin-bottom: 10px;
    }

        #ipcl ul li::before {
            content: '\f111';
            font-family: FontAwesome;
            margin-right: 10px;
            color: #2877bd;
            font-size: 8px;
        }

#ipcl .ipclbox {
    border: 1px solid #333;
    padding: 30px;
    transition: 0.3s ease-in;
    margin-bottom: 30px;
}

    #ipcl .ipclbox:hover {
        background: #2877bd;
        border: 1px solid #2877bd;
    }

        #ipcl .ipclbox:hover ul li, #ipcl .ipclbox:hover ul li::before, #ipcl .ipclbox:hover h2 {
            color: #fff;
        }

#ipcl .noshadow {
    box-shadow: none;
}

#ipcl .whyipcl ul li, #ipcl .performance-features ul li {
    margin-bottom: 0px;
}

    #ipcl .whyipcl ul li::before, #ipcl .performance-features ul li::before {
        color: #333 !important;
    }

#ipcl .whyipcl img {
    border: 13px solid #d3d3d3;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 13px #f5f5f5;
}

#ipcl .performance-features .pfbox {
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
    padding: 40px 30px;
    margin-bottom: 30px;
}

#ipcl .padding-top80 {
    padding-top: 60px;
}
/*img{margin-bottom:30px;}*/

@media (max-width:767px) {
    #ipcl {
        text-align: center;
    }

        #ipcl .btnsec a {
            display: block;
        }

        #ipcl ul li {
            text-align: left;
        }

        #ipcl .ipclbox {
            padding: 20px;
        }

        #ipcl h3 {
            font-size: 24px;
            line-height: 35px;
        }
        .performance-features{padding-top:0px;}
        #ipcl .padding-top80{padding:0px;}
}

/* sitemap */
.webp .sitemap-banner {
    background: url(../webfiles/banner/31432021054343.webp) top center no-repeat;
    height: 490px;
}

.no-webp .sitemap-banner {
    background: url(../webfiles/banner/31432021054343.png) top center no-repeat;
    height: 490px;
}

.sitemap-banner
{
    text-align:left !important;
}
#sitemap {
    padding: 60px 0px;
}

    #sitemap h2 {
        font-size: 25px;
        margin-bottom: 0;
    }

    #sitemap a {
        transition: 0.1s ease-in;
        color: #233b96;
    }

        #sitemap a:hover {
            color: #000;
        }

    #sitemap h2 > a {
        font-size: 25px;
    }

    #sitemap p a {
        color: #484848;
    }

    #sitemap .fa {
        color: #233b96;
        font-size: 15px;
    }

    #sitemap h2::after {
        display: none;
    }

    #sitemap .siteul::before {
        content: '\f101';
        font-family: 'FontAwesome';
        margin-right: 10px;
        color: #775494;
    }

    #sitemap .siteul {
        font-size: 18px;
        font-weight: 500;
        padding-left: 20px;
    }

    #sitemap .stylea {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        display: contents;
    }

@media(max-width:767px) {
    #sitemap .stylea {
        padding-left: 40px;
        display: flex;
    }
}

.btnset {
    text-align: center;
}


/* about roadmap */
#roadmapinr {
    padding-top: 100px;
}

.webp #roadmapinr {
    background: url(../img/roadmap-banner.png) top center no-repeat;
    height: auto;
    background-size: cover;
}

.no-webp #roadmapinr {
    background: url(../img/roadmap-banner.png) top center no-repeat;
    height: auto;
    background-size: cover;
}

#roadmapinr .rightbox .righttext {
    position: relative; /*margin-left:100px;*/ /*padding: 72px 0;*/
    height: 223px
}

    #roadmapinr .rightbox .righttext p {
        margin-bottom: 0px;
        font-size: 16px;
        margin-bottom: 10px;
        margin-left: 237px;
    }

        #roadmapinr .rightbox .righttext p.first-child {
            font-size: 28px;
            color: #1b5f9b;
            font-weight: 600;
        }

    #roadmapinr .rightbox .righttext a {
        color: #000;
    }

#roadmapinr .leftbox .lefttext {
    position: relative;
    width: 388px;
    height: 223px
}

    #roadmapinr .leftbox .lefttext p {
        margin-bottom: 0px;
        font-size: 16px;
        margin-bottom: 10px;
        text-align: right;
    }

        #roadmapinr .leftbox .lefttext p.first-child {
            font-size: 28px;
            color: #1b5f9b;
        }

    #roadmapinr .leftbox .lefttext a {
        color: #000;
    }

#roadmapinr .roadmap-first .right1::before {
    content: '';
    background: url(../img/about-mile-img1.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -160px;
    top: -53px;
}

#roadmapinr .leftbox .left1::before {
    content: '';
    background: url(../img/about-mile-img2.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -253px;
    top: -53px;
}

#roadmapinr .rightbox .right2::before {
    content: '';
    background: url(../img/about-mile-img3.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -160px;
    top: -87px;
}

#roadmapinr .leftbox .left2::before {
    content: '';
    background: url(../img/about-mile-img4.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -253px;
    top: -121px;
}

#roadmapinr .rightbox .right3::before {
    content: '';
    background: url(../img/about-mile-img5.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -160px;
    top: -155px;
}

#roadmapinr .leftbox .left3::before {
    content: '';
    background: url(../img/about-mile-img6.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -253px;
    top: -189px;
}

#roadmapinr .rightbox .right4::before {
    content: '';
    background: url(../img/about-mile-img7.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -160px;
    top: -223px;
}

#roadmapinr .leftbox .left4::before {
    content: '';
    background: url(../img/about-mile-img8.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -253px;
    top: -259px;
}

#roadmapinr .rightbox .right5::before {
    content: '';
    background: url(../img/about-mile-img9.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -160px;
    top: -294px;
}

#roadmapinr .leftbox .left5::before {
    content: '';
    background: url(../img/about-mile-img10.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -253px;
    top: -328px;
}

#roadmapinr .leftbox .left5 {
    margin-bottom: -300px;
}

#roadmapinr .rightbox .right5 {
    margin-bottom: -0px;
}

#roadmapinr .roadmap-first .right1 p {
    position: relative
}

#roadmapinr .leftbox .left1 p {
    position: relative;
    left: -146px;
    top: -22px;
}

#roadmapinr .rightbox .right2 p {
    position: relative;
    top: -58px;
}

#roadmapinr .leftbox .left2 p {
    position: relative;
    top: -89px;
    left: -145px;
}

#roadmapinr .rightbox .right3 p {
    position: relative;
    top: -124px;
}

#roadmapinr .leftbox .left3 p {
    position: relative;
    top: -155px;
    left: -144px;
}

#roadmapinr .rightbox .right4 p {
    position: relative;
    top: -199px;
}

#roadmapinr .rightbox .right5 p {
    position: relative;
    top: -265px;
    left: 0px;
}

#roadmapinr .leftbox .left5 p {
    position: relative;
    top: -295px;
    left: -144px;
}

#roadmapinr .leftbox .left4 p {
    position: relative;
    top: -240px;
    left: -156px;
}

#roadmapinr2 {
    text-align: center;
}

    #roadmapinr2 .blue {
        font-size: 28px;
        color: #1b5f9b;
    }
        /*#roadmapinr2 .blue::before {
            background: url(../img/beforeimgmob.png) no-repeat;
            position: absolute;
            width: 100%;
            height: 100%;
        }*/

    #roadmapinr2 .box {
        margin-bottom: 40px;
    }

    #roadmapinr2 img{
        /*display:block;*/
        margin:20px 0px;
    }
    #roadmapinr2 p, #roadmapinr2 h2{
        text-align: center !important;
    }


    .modal-content .modal-header {
        background: #2176cc;
        text-align: center;
    }

    .modal-content .modal-header h3 {
        font-size: 32px;
        font-family: lato;
        font-weight: 600;
        letter-spacing: 2px;
        color: #fff;
        margin-bottom: 0px;
    }

.modal-content .modal-body li {
    position: relative;
    list-style: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 5px;
    padding-left: 20px;
}

    .modal-content .modal-body li::after {
        position: absolute;
        content: "\f105";
        font-family: 'FontAwesome';
        left: 5px;
        top: 5px;
    }

.model-set .btn {
    background: #2877bd;
    color: #fff;
    padding: 4px 60px;
    font-size: 25px;
}

.model-set {
    text-align: center;
}

@media (max-width:1199px){
    #roadmapinr .roadmap-first .right1::before,
    #roadmapinr .leftbox .left1::before,
    #roadmapinr .rightbox .right2::before,
    #roadmapinr .leftbox .left2::before,
    #roadmapinr .rightbox .right3::before,
    #roadmapinr .leftbox .left3::before,
    #roadmapinr .rightbox .right4::before,
    #roadmapinr .leftbox .left4::before,
    #roadmapinr .rightbox .right5::before,
    #roadmapinr .leftbox .left5::before {
        display: none;
    }
    #roadmapinr .rightbox .righttext p{
        margin-left:0px;
    }
    #roadmapinr .leftbox .lefttext p{text-align:left;}
    #roadmapinr .leftbox .left1 p,
    #roadmapinr .leftbox .left2 p {
        position: initial;
    }
    #roadmapinr .rightbox .righttext, #roadmapinr .leftbox .lefttext {
        height: initial;
    }
}

@media(max-width:767px) {
    .modal-dialog {
        max-width: 100%;
    }

        .modal-dialog ul {
            padding: 0px;
        }
    /*#roadmapinr2 .box{
        text-align:left;
        margin-left:-15px;
    }*/
}



/* videos */
#vid iframe {
    margin-bottom: 30px;
}


.bluetab {
    background: #eff5fb;
    padding: 15px 25px;
}

    .bluetab a {
        margin: 0 5px;
    }

    .bluetab p a {
        font-weight: 500;
        font-size: 20px;
        color: #000;
    }
    .bluetab p {
        margin-bottom: 0px;
    }
    @media (max-width:767px){
        .bluetab{padding:5px 10px;}
        .bluetab p a{font-size:16px;}
       
    }

.imghover {
    position: relative;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    border: 1px solid #dfebf7;
    text-align: center;
    border-radius: 5px;
    margin-top: 30px;
    padding-top: 25px;
    transition: 0.2s ease-in-out;
    overflow: hidden;
}

    .imghover .info {
        position: absolute;
        bottom: 0;
        background: #a3d1ff96;
        transition: 0.2s ease-in-out;
        width: 100%;
    }

        .imghover .info p.desc {
            opacity: 0;
            height: 0;
        }

        .imghover .info h2 {
            padding: 15px;
            margin-bottom: 0;
        }

    .imghover :hover {
        border-color: #065dad
    }

        .imghover:hover .info p.desc {
            height: auto;
            opacity: 1;
            padding: 0 15px 15px 15px;
        }

#products .info h3 {
    margin: 0px;
    padding: 15px 0px;
}

#products .imghover {
    border: 2px solid transparent;
}

    #products .imghover img {
        transition: 0.2s ease-in;
    }

    #products .imghover:hover img {
        transform: scale(1.1);
    }

    #products .imghover:hover {
        border: 2px solid #a3d1ff96;
    }

        #products .imghover:hover .info {
            background: #a3d1ff;
        }

/* patients */
#patients img {
    box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.1);
    transition: 0.2s ease-in-out;
}

#patients .row {
    margin: 65px 0px;
}

    #patients .row::after {
        border-bottom: 1px solid #ccc;
    }

#patients h2 {
    margin-top: 15px;
    margin-bottom: 20px;
}

#patients img:hover {
    transform: scale(0.99);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}

@media (max-width:767px) {
    #patients .row {
        margin-bottom: 50px;
        margin:0px;
    }

    #patients h2 {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    #patients img {
        margin: 35px 0px;
        margin-bottom:30px;
    }
}

/* innovations */
.innovations .newsbox {
    margin-bottom: 90px !important;
}

/*doctors*/
.doctor .newsbox .newsdesc {
    background: unset !important;
}

.doctor .newsbox {
    box-shadow: none !important;
    border: 2px solid #ccc;
    text-align: center;
}

/* eifu */
#iefu table th {
    font-size: 16px;
    background: #f5f5f5;
}

#iefu table td {
    font-size: 16px;
}

    #iefu table td a {
        color: #333;
    }

/* publications */
#publications .panel-default > .panel-heading {
    background-image: none;
    background: #2877bd;
    border-radius: 0px;
}

#publications .panel-title > a {
    color: #fff;
    display: block;
    font-size:20px;
}

#publications .panel-group .panel {
    border-radius: 0px;
}

#publications .panel-body .row:first-child{
    border-bottom:2px solid #f5f5f5;
    margin-bottom:10px;
}

#publications .panel-body .text-right{
    margin-bottom:10px;
}

#publications .panel-body h3 {
    line-height: 32px;
}

#publications .panel-body .row:last-child {
    border: none !important;
    margin-bottom: 0px;
}

#publications .fa-file-pdf-o {
    background: #2877bd;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px;
    transition: 0.2s ease-in;
}

    #publications .fa-file-pdf-o:hover {
        background: #fff;
        border: 1px solid #2877bd;
        color: #2877bd;
    }

#publications .panel-title > a::after {
    content: '\f078';
    float: right;
    color: #fff;
    font-family: FontAwesome;
}


@media (max-width:767px) {
    #publications .panel-title > a
    {
        line-height:26px;
    }
    #publications .panel-body h3{line-height:26px;}
    #publications .panel-body .text-center{text-align:left;}
    #publications .panel-title > a::after{position:absolute;right:-6px;top:0px;}
    #publications .panel-title{position:relative;}
    #publications .text-right{text-align:left !important;}
}

/*product-categories-of-caregroup*/
/* .webp .about-banner {
        background: url(../../assets/img/about-banner-img.webp) top center no-repeat;
        height: 490px;
    }*/

#productlist a {
    color: #333;
}
#productlist a:hover{
    color:#2877bd;
}

#productlist h2 a {
    font-size: 23px;
    font-weight: 500;
    color: #333;
    text-transform: initial;
    display: block;
    line-height: 42px;
    margin-top: 0px;
}

#productlist .catpro {
    margin-bottom: 30px;
}

/*Scroll Top*/
.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 80px;
    right: 5px;
    z-index: 9999;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #11214f;
    padding: 5px 7px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color: #fff;
    font-size: 20px;
}

    .scroll i {
        font-size: 32px;
    }

    @media (max-width:767px){
        .scroll {
            left:20px;
            right:unset;
            bottom:unset;
        }
        .scrolltop {
            bottom: 55px;
            left: -15px;
        }
    }



    /* everything center in mobile */
    @media (max-width:767px){
        #patients .col-sm-6{padding-left:0px;padding-right:0px;}
        #patients .row{margin-bottom:0px;}
        #rdsection .whitebox, #rdsection .whitebox2, #mvsecbox p{padding:15px;}
        #hmresearch .links h3{padding-left:0px;}
        #hmproducts .imgclass .overlay{right:unset;}
        body, h1, h2, h3, h4, h5, h6, p, span, #footer .footer-inner-top, #footer .text-center{text-align:left !important;}
        #hmfacts .circle h2, .mvbox h4{text-align:center !important;}
        #roadmapinr2 .box{margin-left:-15px;}
        #roadmapinr br{display:none;}
        #ipcl .performance-features .pfbox{padding:20px 15px;}
        #products .info h3{padding-left:15px;}
    }