@charset "UTF-8";

/*
Theme Name: doctor-pump
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/


/* Custom Style  */

@font-face {
    font-family: 'Roboto-Light';
    src: url('assets/fonts/Roboto-Light.eot');
    src: url('assets/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Roboto-Light.woff2') format('woff2'), url('assets/fonts/Roboto-Light.woff') format('woff'), url('assets/fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('assets/fonts/Roboto-Regular.eot');
    src: url('assets/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Roboto-Regular.woff2') format('woff2'), url('assets/fonts/Roboto-Regular.woff') format('woff'), url('assets/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('assets/fonts/Roboto-Medium.eot');
    src: url('assets/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Roboto-Medium.woff2') format('woff2'), url('assets/fonts/Roboto-Medium.woff') format('woff'), url('assets/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('assets/fonts/Roboto-Bold.eot');
    src: url('assets/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Roboto-Bold.woff2') format('woff2'), url('assets/fonts/Roboto-Bold.woff') format('woff'), url('assets/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,
body {
    overflow-x: hidden !important;
}

* {
    font-size: 16px;
    font-family: 'Roboto-Regular';
}

body {
    font-size: 16px;
    font-family: 'Roboto-Regular';
    margin-top: 0px !important;
    transition: all .4s ease-in-out;
}

a,
button {
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
}

.body-max-width {
    max-width: 1920px;
    margin: 0 auto;
}

.custom-container {
    float: left;
    width: 100%;
    padding: 0 13%;
    position: relative;
}


/* pdp */

.sec-banner {
    float: left;
    width: 100%;
    /*height: calc(100vh - 120px); */
    overflow: hidden;
    z-index: 3 !important;
    background-color: #fff;
    margin-top: 70px;
}

.sec-banner .owl-carousel {
    z-index: 3 !important;
}

#banner-slider.owl-carousel .owl-item img {
    z-index: 3 !important;
}

.bs-box {
    float: left;
    width: 100%;
    position: relative;
}

.bs-box .bs-img {
    height: calc(100vh - 130px);
    width: 100%;
}

.bs-cont-box {
    position: absolute;
    right: 0;
    width: 100%;
    top: 100px;
    transform: translateY(50%);
}


/* pdp */

.bs-box1 {
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.bs-box1 .bs-img {
    height: calc(100vh - 130px);
    width: 100%;
}

.bs-cont-box1 {
    position: absolute;
    align-self: center;
    margin-top: 0px;
    z-index: 3;
}

.btn-white {
    float: right;
    min-width: 200px;
    color: #06163A;
    font-family: 'Roboto-Medium';
    font-size: 16px;
    background-color: #fff;
    outline: none;
    border: none;
    padding: 12px 20px;
    height: 50px;
    border-radius: 0px;
    text-align: center;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    outline: none;
    border: none;
    color: #06163A;
}

.bs-head {
    float: right;
    width: 100%;
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 40px;
    margin: 0 0 30px 0;
    text-align: right;
}

.bs-pera {
    float: right;
    width: 50%;
    color: #fff;
    font-size: 26px;
    margin: 0 0 40px 0;
    clear: both;
    text-align: right;
}

.btn-banner {
    float: right;
    width: 100%;
}

.bs-head1 {
    float: left;
    width: 100%;
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 40px;
    margin: 0 0 25px 0;
    text-align: center;
}

.bs-pera1 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 26px;
    margin: 0;
    text-align: center;
}

.sec-industries {
    float: left;
    width: 100%;
    z-index: 3 !important;
    position: relative;
    padding: 0 100px;
    background-color: #fff;
}

.industries-cont-body {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px #AAAAAA29;
    margin-top: -100px;
    margin-bottom: 20px;
}

.industries-cont-body .indus-cont-text-body {
    width: 30%;
    float: left;
    display: flex;
    justify-content: center;
    height: 400px;
    padding: 30px 40px;
    position: relative;
}

.industries-cont-body .indus-cont-text-body:before {
    background: #ffffff;
    position: absolute;
    right: -2px;
    top: 0px;
    content: '';
    width: 4px;
    height: 100%;
    z-index: 9;
}

.industries-cont-body .indus-cont-text {
    align-self: center;
}

.indus-cont-head {
    float: left;
    width: 100%;
    text-align: center;
    color: #06163A;
    font-size: 26px;
    font-family: 'Roboto-Bold';
    margin: 0 0 15px 0;
}

.indus-cont-pera {
    float: left;
    width: 100%;
    text-align: justify;
    color: #555;
    font-size: 18px;
    margin: 0 0 25px 0;
}

.industries-cont-body .owl-carousel {
    width: 70%;
    float: right;
}

.is-box {
    float: left;
    width: 100%;
    border-left: 1px solid #ddd;
    border-top: 10px solid #ddd;
    display: flex;
    justify-content: center;
    height: 400px;
}

.is-box::after {
    content: '';
    display: block;
    width: 0;
    height: 20px;
    border-top: 10px solid #28C624;
    transition: width .3s;
    position: absolute;
    top: 0;
}

.is-box:hover::after {
    width: 100%;
    position: absolute;
    top: 0;
}

.is-cont-box {
    align-self: center;
    width: auto;
    text-align: center;
}

.is-cont-box .bs-img {
    height: 134px;
    width: 134px !important;
    text-align: center;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}

.is-head {
    float: left;
    width: 100%;
    color: #06163A;
    font-family: 'Roboto-Medium';
    font-size: 22px;
    margin: 0;
}

.industries-slider-controls {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn-slider {
    float: left;
    border: 1px solid #ddd;
    padding: 14px;
    height: 54px;
    width: 54px;
    text-align: center;
    margin: 0 10px;
}

.form-group {
    position: relative;
}

.input-style {
    float: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cccccc;
    /* height: 48px; */
    padding: 15px 0 15px 0;
    font-size: 16px;
    border-radius: 0;
    color: #333333;
    background-color: transparent;
    outline: none;
    height: auto;
}

.input-style:focus {
    border: none;
    border-bottom: 1px solid #4ba9a3;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
    outline: none;
}

select.input-style option {
    color: #000;
}

select.input-style option:first-child {
    color: green;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.lbl-style {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    margin-bottom: 0;
}

.lbl-active {
    top: -15px;
    font-size: 14px;
    color: #4ba9a3;
}

.btn-submit-cu {
    float: left;
    min-width: 200px;
    color: #4ba9a3;
    font-family: 'Roboto-Medium';
    font-size: 20px;
    background-color: #fff;
    outline: none;
    border: 2px solid #4ba9a3;
    padding: 15px;
    height: 60px;
    border-radius: 10px;
}

.btn-submit-cu:hover,
.btn-submit-cu:focus,
.btn-submit-cu:active {
    outline: none;
    border: 2px solid #4ba9a3;
}

.errtext {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 10px;
    color: #FF0000;
    font-size: 14px;
    display: none;
}

.cu-form .form-group.cuf-btn-body {
    margin-bottom: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
    border: 0;
    color: #28C624;
    text-align: center;
}

.cu-form .wpcf7-response-output {
    margin: 0px 0px 30px 0px !important;
    text-align: center;
}

.page-banner-body {
    float: left;
    width: 100%;
    position: relative;
}

.top-header {
    float: left;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    position: relative;
}

.th-coman-padding {
    float: left;
    width: 100%;
    padding: 0 100px;
}

.top-header-body {
    float: left;
    width: 100%;
    padding: 10px 0;
    background-color: #06163A;
    transition: all .4s ease-in-out;
}

.brand-logo a img {
    transition: all .4s ease-in-out;
    max-width: 150px;
}

.header-small .brand-logo a img {
    max-width: 120px;
    transition: all .4s ease-in-out;
}

.th-right {
    float: right;
}

.th-right .cib-social-list li:last-child {
    margin-right: 0;
}

.th-left {
    /*float: left; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.th-left ul li {
    float: left;
    width: auto;
    margin: 0 0 0 0;
    padding-left: 20px;
}

.th-left ul li:first-child {
    padding-left: 0px;
    padding-right: 20px;
    border-right: 1px solid #D8E0F3;
}

.th-left ul li .cib-info-text {
    width: auto;
    color: #D8E0F3;
    font-size: 14px;
}

.th-left ul li img {
    margin-right: 15px;
}

.cib-social-list {
    float: left;
    width: 100%;
}

.cib-social-list li {
    float: left;
    width: auto;
    margin-right: 20px;
}

.contact-form-box {
    float: left;
    width: calc(100% - 480px);
}

.btn-enquire-now {
    float: left;
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 16px;
    background-color: #ED3237;
    outline: none;
    border: none;
    padding: 10px 20px;
    height: 54px;
    border-radius: 0px;
}

.btn-enquire-now:hover,
.btn-enquire-now:focus,
.btn-enquire-now:active {
    outline: none;
    border: none;
}

.btn-comn-readmore img {
    margin-left: 20px;
}

.btn-comn-readmore {
    float: left;
    min-width: 220px;
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 20px;
    background-color: #ED3237;
    outline: none;
    border: none;
    padding: 15px 25px;
    height: 60px;
    border-radius: 0px;
    text-align: center;
}

.btn-comn-readmore:hover,
.btn-comn-readmore:focus,
.btn-comn-readmore:active {
    outline: none;
    border: none;
    color: #fff;
}

.brand-logo {
    float: left;
    width: auto;
    padding-right: 50px;
    height: 100px;
    display: flex;
    transition: all .4s ease-in-out;
}

.brand-logo a {
    align-self: center;
    display: flex;
    float: left;
    /* height: 60px; */
    transition: all .4s ease-in-out;
}

.main-nav {
    padding-left: 50px;
}

.main-header {
    float: left;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    overflow: hidden;
    top: 0;
    transition: all .4s ease-in-out;
}

.in-cust-nav {
    padding: 0;
    height: 100px;
    width: 100%;
    display: block;
    transition: all .4s ease-in-out;
}

.in-cust-nav .navbar-nav .nav-link p {
    color: #707070;
    font-size: 16px;
    margin: 0;
    float: left;
    font-family: 'Roboto-Medium';
    padding: 38px 0px;
}

.navbar-expand-lg .navbar-collapse {
    float: right;
    transition: all .4s ease-in-out;
}

.in-cust-nav .navbar-nav .active .nav-link p,
.in-cust-nav .navbar-nav .current-menu-item .nav-link p {
    color: #ed3237;
}

.in-cust-nav .navbar-nav .nav-link:after {
    display: block;
    content: '';
    /* height: 72px; */
    border-bottom: 6px solid #ed3237;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -24px;
}

.in-cust-nav .navbar-nav .current-menu-item .nav-link:after {
    position: absolute;
    content: '';
    bottom: -24px;
    left: 0px;
    right: 0px;
    border-bottom: 6px solid #ed3237;
    /* height: 72px; */
    transition: transform 250ms ease-in-out;
    transition: all .4s ease-in-out;
    transform: scaleX(1);
}

.header-small .in-cust-nav .navbar-nav .current-menu-item .nav-link:after {
    border-bottom: 6px solid #ed3237;
    /* height: 70px; */
    transition: transform 250ms ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    content: '';
    bottom: -22px;
    left: 0px;
    right: 0px;
    transform: scaleX(1);
}

.header-small .in-cust-nav .navbar-nav .nav-link:after {
    display: block;
    content: '';
    /* height: 70px; */
    border-bottom: 6px solid #ed3237;
    /* transform: scaleX(0); */
    transition: transform 250ms ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -22px;
}

.in-cust-nav .navbar-nav .nav-link:hover:after {
    transform: scaleX(1);
}

.in-cust-nav .navbar-nav .nav-link:hover p {
    color: #ed3237;
    transition: transform 250ms ease-in-out;
}

.in-cust-nav .navbar-nav .nav-link img {
    float: left;
    margin-left: 8px;
    margin-top: 8px;
}

.in-cust-nav .navbar-nav .nav-item {
    margin-left: 40px;
    float: left;
    position: relative;
}

.in-cust-nav .navbar-nav .nav-link {
    padding: 0px;
    float: left;
}

.subnav-list {
    padding: 10px 0;
    width: 240px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: ease all 0.3s;
}

.subnav-list .subnav-item {
    float: left;
    width: 100%;
}

.subnav-list .subnav-item a {
    width: 100%;
    float: left;
    color: #000;
    padding: 10px 0;
    font-size: 16px;
    padding: 10px 20px;
}

.in-cust-nav .nav-item:hover .subnav-list {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.in-nav-btn {
    display: none;
}

.menu-close-icon {
    display: none;
}

.sec-blue {
    float: left;
    width: 100%;
    /* background-color: #F3FCFF; */
    background-color: #edf1f3;
    padding: 80px 0;
}

.sec-white {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
}

.about-sec-right {
    float: left;
    width: 50%;
    align-self: center;
}

.about-sec-right a {
    float: left;
    width: 100%;
    position: relative;
}

.about-sec-right a img {
    float: left;
    width: 100%;
}

.about-sec-right img {
    float: left;
    width: 100%;
}

.about-sec-left {
    float: left;
    width: 50%;
    /*align-self: center; */
    padding-right: 100px;
}

.about-sec-left .sec-green-title {
    /* text-align: left; */
}

.about-sec-left .sec-center-head-sub {
    /* text-align: left; */
}

.about-sec-left .coman-center-pera {
    /* text-align: left; */
}

.about-cont-center {
    display: flex;
    justify-content: center;
}

.sec-tech {
    height: 100vh;
    position: relative;
}

.sec-tech .about-cont-center {
    position: relative;
}

.sec-tech .about-sec-left {
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
    transform: translateY(50%);
}

.technical-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.technical-img img {
    height: 100vh;
}

.sec-title {
    float: left;
    width: 100%;
    color: #06163a;
    font-size: 30px;
    margin: 0 0 15px 0;
    font-family: 'Roboto-Bold';
}

.sec-title span {
    color: #06163a;
    font-size: 30px;
    font-family: 'Roboto-Regular';
}

.coman-center-pera {
    float: left;
    width: 100%;
    color: #555555;
    font-size: 16px;
    margin: 0 0 30px 0;
    line-height: 30px;
}

.comn-point-list {
    float: left;
    width: 100%;
}

.comn-point-list li {
    position: relative;
    padding-left: 30px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.comn-point-list li:last-child {
    margin-bottom: 0;
}

.comn-point-list li img {
    position: absolute;
    left: 0;
    top: 5px;
    height: 18px;
}

.comn-point-list li p {
    float: left;
    width: 100%;
    color: #555555;
    font-size: 16px;
    margin-bottom: 0;
}

.foot-sec {
    float: left;
    width: 100%;
    padding: 0;
    background-color: #FFDD00;
}

.foot-body {
    float: left;
    width: 100%;
    padding: 100px 100px 40px 100px;
}

.foot-img {
    float: left;
    width: 100%;
    background-image: url(assets/images/foot1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    height: auto;
    min-height: 189px;
}

.foot-tnc .th-left p {
    text-align: center;
    /* float: left; */
    width: 100%;
    margin: 0;
    color: #D8E0F3;
    font-size: 14px;
}

.foot-tnc .th-left p a {
    color: #D8E0F3;
    font-size: 14px;
}

.foot-tnc .th-right ul li a {
    float: left;
    width: auto;
    margin-left: 20px;
    color: #D8E0F3;
    font-size: 14px;
}

.foot-link-left {
    float: left;
    width: 30%;
}

.foot-address-right {
    float: left;
    width: 70%;
}

.foot-link-list,
nav ul.menu {
    float: left;
    width: 100%;
}

.foot-link-list li,
nav ul.menu li {
    float: left;
    width: 100%;
}

.foot-link-list li a,
nav ul.menu li a {
    float: left;
    display: block;
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
    font-family: 'Roboto-Medium';
}

.foot-logo {
    float: left;
    /*width: 100%; */
    margin-bottom: 30px;
}

.foot-logo a {
    float: left;
    width: 100%;
}

.foot-logo a img {
    float: left;
    max-height: 65px;
}

.foot-title {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #000;
    font-size: 24px;
    font-family: 'Roboto-Medium';
    padding: 0 20px;
}

.foot-cont {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.foot-cont p {
    float: left;
    width: 50%;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0 20px;
    line-height: 26px;
}

.foot-cont p span {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 26px;
}

.blog-list-minus {
    margin-left: -20px;
    margin-right: -20px;
}

.blog-list {
    float: left;
    width: 100%;
    /* display: -webkit-flex;
    display: flex;	*/
}


/* .blog-equal{
    display: -webkit-flex;
    display: flex;
}
.blog-equal li{
	display: flex !important;
}*/

.blog-list li {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    -webkit-flex: 1;
    /* Safari */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* Standard syntax */
}

.blog-list-box {
    float: left;
    width: 100%;
    box-shadow: 0px 0 8px #eee;
    background-color: #fff;
    /*min-height: 440px; */
    flex-basis: 100%;
    box-sizing: border-box;
}

.blog-topic {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-family: 'Roboto-Medium';
    margin: 0 0 20px 0;
    line-height: 30px;
}

.blog-date {
    float: left;
    width: 50%;
    color: #777;
    font-size: 18px;
    margin: 0;
}

.blog-more {
    float: right;
    width: auto;
}

.blog-list-img {
    float: left;
    width: 100%;
}

.blog-list-img .blog-img {
    float: left;
    width: 100%;
    max-height: 300px;
}

.blog-list-cont {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 20px 20px 20px;
}

.blog-tag {
    float: left;
    max-width: 100%;
    padding: 15px;
    background: #F3FCFF;
    color: #333;
    font-family: 'Roboto-Medium';
    font-size: 16px;
    margin: 0;
    position: absolute;
    left: 0;
    top: -28px;
}

.blog-list-style li:first-child .blog-list-box {
    border: 2px solid #DBF6FF;
}

.blog-list-style li:first-child .blog-list-img {
    padding: 20px;
    justify-content: center;
    display: flex;
}

.blog-list-style li:first-child .blog-list-img img {
    object-fit: cover;
    height: 250px;
    width: 250px;
    border-radius: 300px;
}

.blog-list-style li:first-child .blog-list-cont .blog-date {
    display: none;
}

.blog-list-style li:first-child .blog-list-cont .blog-more {
    display: none;
}

.blog-list-style li:first-child .blog-list-cont .blog-topic {
    font-family: 'Roboto-Bold';
    margin-bottom: 0;
    text-align: center;
}

.blog-list-style li:first-child .blog-list-cont .blog-tag {
    background: transparent;
    text-align: center;
    width: 100%;
    position: relative;
    top: 0;
}

.blog-list-style li:first-child .blog-list-cont {
    padding: 0px 20px 20px 20px;
}

.btn-viewall-center {
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;
}

.btn-viewall-center .btn-comn-readmore {
    display: flex;
    justify-content: center;
}

.ph-section-padding {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
}

.ph-section-padding .owl-item .item {
    transform: translate3d(0, 0, 0);
    /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
    /* transform: scale(0.9);
   transition: all .25s ease-in-out;  */
    margin: 50px 15px;
    float: left;
    /* OVERWRITE PLUGIN MARGIN */
}

.ph-section-padding .owl-item .item .ph-slider-box {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    background: #ffffff;
    float: left;
    padding: 10px;
    min-height: 410px;
}

.ph-section-padding .owl-item.center .item .ph-slider-box {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    background: #fff;
}

.ph-section-padding .owl-nav {
    text-align: center;
}

.ph-section-padding .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
}

.ph-slider-box img {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.ph-slider-box p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto-Medium';
    margin: 0;
}

.wwr-half-minus {
    margin-left: -40px;
    margin-right: -40px;
}

.wwr-half {
    float: left;
    width: 50%;
    margin-top: 0px;
    padding: 0 40px;
}

.head-border-top {
    width: 50px;
    height: 2px;
    background-color: #28C624;
    float: left;
    margin: 0 0 15px 0;
}

.wwr-head {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #06163A;
    font-family: 'Roboto-Medium';
    margin: 0 0 15px 0;
}

.wwr-pera {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #555555;
    margin: 0;
    line-height: 30px;
}

.borad-member-list {
    float: left;
    width: 100%;
}

.borad-member-list li {
    float: left;
    width: 50%;
    padding: 15px;
}

.borad-member-box {
    float: left;
    width: 100%;
    position: relative;
    height: 340px;
    overflow: hidden;
}

.borad-box-hover {
    display: none;
}

.borad-member-box:hover .borad-box-hover {
    display: block;
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    height: 340px;
}

.bm-name {
    position: absolute;
    bottom: 45px;
    left: 20px;
    width: 100%;
    font-size: 28px;
    font-family: 'Roboto-Medium';
    color: #fff;
    margin: 0 0 15px 0;
}

.bm-designation {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    font-size: 22px;
    color: #fff;
    margin: 0;
}

.sec-normal {
    float: left;
    width: 100%;
}

.achievements-list-body {
    float: left;
    width: 100%;
}

.achievements-list {
    float: left;
    width: 100%;
}

.achievements-list li {
    float: left;
    width: 25%;
    padding: 30px;
    background-color: #F6F6F8;
}

.achievements-list li:nth-child(even) {
    background-color: #F9F9FB;
}

.achievements-list li .achievements-box {
    float: left;
    width: 100%;
    padding: 20px 20px 20px 140px;
    border: 4px solid #fff;
    position: relative;
    display: flex;
}

.achi-box-img {
    position: absolute;
    left: 30px;
    width: 70px;
    align-self: center;
}

.achi-box-cont {
    float: left;
    width: 100%;
}

.head-border-bottom {
    width: 50px;
    height: 2px;
    background-color: #28C624;
    float: left;
    margin: 0;
}

.achi-count {
    float: left;
    width: 100%;
    font-size: 26px;
    font-family: 'Roboto-Bold';
    color: #000;
    margin: 0;
}

.achi-text {
    float: left;
    width: 100%;
    font-size: 20px;
    font-family: 'Roboto-Medium';
    color: #06163A;
    margin: 0 0 10px 0;
}

.abt-sub-img-body {
    float: left;
    width: 100%;
    position: relative;
}

.abt-sub-img-body img {
    float: left;
    width: 100%;
}

.image-border-body {
    padding-left: 40px;
    padding-bottom: 70px;
}

.image-border-body .abt-sub-img-body img {
    float: right;
    /* width: calc(100% - 40px);
    height: 400px; */
    z-index: 3;
    position: relative;
}

.image-border {
    position: absolute;
    left: -30px;
    top: 80px;
    width: calc(100% - 40px);
    border: 8px solid #eee;
    height: 420px;
    z-index: 1;
}

.pro-back-img {
    padding: 0;
    background-image: url(assets/images/process-technology.jpg);
    background-repeat: no-repeat;
    background-size: 40% 100%;
}

.pro-center {
    float: left;
    width: 100%;
    /* height: 700px; */
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}

.pro-cont-left {
    float: left;
    width: calc(32.7% + 100px);
    align-self: center;
}

.pro-cont-right {
    float: left;
    width: calc(63% - 100px);
    align-self: center;
    padding-left: 40px;
}

.pro-cont-body {
    float: left;
    width: 100%;
    padding: 35px 110px 35px 35px;
    position: relative;
    border: 8px solid #fff;
    /* height: 300px; */
    display: flex;
    align-items: center;
}

.process-text {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 70px;
    width: 100%;
}

.process-text p {
    font-size: 24px;
    text-align: center;
    color: #fff;
    transform: rotateZ(-90deg);
    position: relative;
    top: 50%;
    margin-top: -10px;
    margin-bottom: 0;
    width: 100%;
    white-space: nowrap;
    display: flex;
}

.pro-head-text {
    float: left;
    width: 100%;
    font-size: 32px;
    font-family: 'Roboto-Bold';
    color: #fff;
    margin: 0 0 30px 0;
}

.pro-head-pera {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
}

.pro-cont-point-head {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #06163A;
    font-family: 'Roboto-Medium';
    margin: 0 0 10px 0;
}

.pro-cont-point-pera {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #555;
    margin: 0;
}

.pro-cont-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.pro-cont-box:last-child {
    margin-bottom: 0px;
}

.model-slider-left {
    float: left;
    width: 50%;
    padding-right: 100px;
    align-self: center;
}

.model-slider-box {
    float: left;
    width: 100%;
}

.model-slider-box>p>iframe {
    max-height: 520px;
    min-height: 520px;
    float: left;
    width: 100%;
}

.ms-count-box {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    width: 170px;
    height: auto;
    background-color: #fff;
}

.ms-count-box img {
    position: absolute;
    right: 0px;
    bottom: -40px;
    height: 65px;
    width: auto !important;
    z-index: -1;
}

.ms-count {
    float: left;
    width: 100%;
    text-align: center;
    color: #ED3237;
    font-size: 36px;
    font-family: 'Roboto-Medium';
    margin: 0 0 10px 0;
}

.ms-text {
    float: left;
    width: 100%;
    text-align: center;
    color: #777;
    font-size: 20px;
    margin: 0;
}

.model-testimonial-center {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.testimonial-slider-right {
    float: left;
    width: 50%;
    align-self: center;
}

.testimonial-slider-box {
    float: left;
    width: 100%;
}

.testimonial-text {
    float: left;
    width: 100%;
    color: #333;
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 32px;
}

.testimonial-user {
    float: left;
    width: 100%;
    color: #000;
    font-size: 22px;
    margin: 0 0 20px 0;
    line-height: 22px;
}

.testimonial-slider-body {
    float: left;
    width: 100%;
}

.testimonial-slider-body .owl-dots .owl-dot span {
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 4px;
    background-color: #ddd;
}

.testimonial-slider-body .owl-dots .owl-dot.active span {
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 4px;
    background-color: #ED3237;
}

.testimonial-slider-body .owl-dots .owl-dot {
    outline: none;
    border: none;
}

.testimonial-slider-body .owl-dots .owl-dot:hover,
.testimonial-slider-body .owl-dots .owl-dot:active,
.testimonial-slider-body .owl-dots .owl-dot:focus {
    outline: none;
    border: none;
}

.sec-title-small {
    float: left;
    width: 100%;
    color: #06163A;
    font-size: 24px;
    margin: 0 0 15px 0;
    font-family: 'Roboto-Medium';
}

.app-pera {
    float: left;
    width: 100%;
    color: #333;
    font-size: 18px;
    margin: 0 0 30px 0;
    line-height: 30px;
}

.number-image {
    float: left;
    margin-bottom: 25px;
    margin-top: 25px;
}

.app-box-left {
    padding-right: 50px;
    padding-left: 0;
}

.app-box-right {
    padding-right: 0px;
    padding-left: 50px;
}

.app-sec-img-center {
    text-align: center;
}

.blog-page-left {
    float: left;
    width: 70%;
    padding-right: 40px;
}

.blog-page-left .blog-list li {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
    min-height: 470px;
}

.btn-viewall-left {
    float: left;
    width: 100%;
}

.btn-viewall-left .btn-comn-readmore {
    display: flex;
    justify-content: center;
}

.blog-page-right {
    float: left;
    width: 30%;
}

.blog-page-right-cont {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.blog-page-right-head {
    float: left;
    width: 100%;
    color: #06163A;
    font-size: 24px;
    margin: 0 0 20px 0;
    font-family: 'Roboto-Medium';
}

.bpr-head-border {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.bpr-head-border-green {
    float: left;
    width: 60px;
    height: 2px;
    background-color: #28C624;
}

.bpr-head-border-gray {
    float: left;
    width: calc(100% - 60px);
    height: 2px;
    background-color: #ddd;
}

.bpr-categories-list {
    float: left;
    width: 100%;
}

.bpr-categories-list li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.bpr-categories-list li a {
    float: left;
    width: 100%;
    color: #333;
    font-size: 18px;
    font-family: 'Roboto-Medium';
}

.bpr-video-list {
    float: left;
    width: 100%;
}

.bpr-video-list li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.bpr-video-list li a {
    float: left;
    width: 100%;
}

.bpr-video-img {
    float: left;
    width: 130px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    max-height: 100px;
}

.bpr-video-thumb {
    float: left;
    width: 100%;
    max-height: 100px;
    position: relative;
}

.bpr-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    transform: translateY(-50%);
    max-height: 26px;
}

.bpr-video-title {
    float: left;
    width: calc(100% - 150px);
    color: #333;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bpr-blog-list {
    float: left;
    width: 100%;
}

.bpr-blog-list li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.bpr-blog-list li a {
    float: left;
    width: 100%;
}

.bpr-blog-img {
    float: left;
    width: 130px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    max-height: 100px;
}

.bpr-blog-thumb {
    float: left;
    width: 100%;
    max-height: 100px;
    position: relative;
}

.bpr-blog-title {
    float: left;
    width: calc(100% - 150px);
    color: #333;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    line-height: 26px;
    margin: 0 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bpr-blog-date {
    float: left;
    width: calc(100% - 150px);
    color: #777;
    font-size: 14px;
    margin: 0;
}

.btn-banner.btn-banner-center {
    display: flex;
    justify-content: center;
}

.dr-life-list {
    /* float: left;
     width: 100%; */
}

.dr-life-list li {
    /*float: left;
     width: 50%;
     padding: 10px; */
}

.dr-life-box {
    float: left;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
}

.dr-life-box:hover {
    box-shadow: 0px 0px 20px #AAAAAA29;
}

.dr-life-box img {
    float: left;
    max-height: 55px;
    margin-bottom: 15px;
    width: auto;
}

.dr-life-head {
    float: left;
    width: 100%;
    font-size: 20px;
    font-family: 'Roboto-Medium';
    color: #06163A;
    margin: 0 0 10px 0;
}

.dr-life-pera {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 26px;
}

.vacancy-list {
    float: left;
    width: 100%;
}

.vacancy-list li {
    float: left;
    width: 33.33%;
    margin: 0 0 30px 0;
    padding: 0 15px;
}

.vacancy-box {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
}

.vacancy-box:hover {
    box-shadow: 0px 0px 20px #AAAAAA29;
}

.vacancy-head {
    float: left;
    width: 100%;
    font-size: 22px;
    font-family: 'Roboto-Medium';
    color: #06163A;
    margin: 0 0 15px 0;
}

.vacancy-details {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.vacancy-details li {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}

.vd-lbl {
    float: left;
    width: 40%;
    font-size: 16px;
    color: #333;
    margin: 0;
}

.vd-ans {
    float: left;
    width: 60%;
    font-size: 16px;
    color: #555;
    margin: 0;
}

.vd-ans span {
    margin-right: 10px;
    float: left;
}

.vacancy-head {
    float: left;
    width: 100%;
    font-size: 18px;
    font-family: 'Roboto-Medium';
    color: #000;
}

.vd-apply-now {
    float: left;
    width: 100%;
    font-size: 18px;
    font-family: 'Roboto-Medium';
    color: #008BB9;
    margin: 0;
}

.vd-apply-now img {
    float: right;
}

.sec-vacancy-body {
    padding-bottom: 50px;
}

.sec-vacancy-body .sec-title span {
    width: auto;
    float: none;
}

.vacancy-minus {
    margin-left: -15px;
    margin-right: -15px;
}

.an-form {
    float: left;
    width: 100%;
    margin-top: 20px;
    /* padding: 0 200px; */
}

.an-form .form-group {
    float: left;
    width: 50%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 35px;
}

.an-form .form-group.full-field {
    width: 100%;
}

.an-form-career {
    background: #edf1f3;
    max-width: 800px;
    width: 100%;
    margin: 0px auto;
    display: flow-root;
    padding: 40px 50px;
    border-radius: 4px;
}

.an-form-minus {
    margin-left: -15px;
    margin-right: -15px;
}

.an-form-career .input-style {
    background: #ffffff;
    border: 0px;
}

.an-form-career .input-style:hover,
.an-form-career .input-style:focus {
    border: 0px;
    background: #ffffff;
}

.form-group {
    position: relative;
}

.input-style {
    float: left;
    width: 100%;
    border: 1px solid #d1d1d1;
    /* height: 50px; */
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0;
    color: #aaa;
    background-color: transparent;
    outline: none;
}

.input-style:focus {
    border: 1px solid #018BB9;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
    outline: none;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.btn-submit-au {
    /* float: left; */
    width: 100%;
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    background-color: #ED3237;
    outline: none;
    border: none;
    padding: 10px 20px;
    height: 72px;
    border-radius: 0px;
    text-align: center;
    margin: 0 auto;
}


/*.an-form-career .btn-submit-au{
    height: 72px;
 }
 .an-form.cu-form .btn-submit-au{
    height: 72px;
 }*/

.btn-submit-au:hover,
.btn-submit-au:active,
.btn-submit-au:focus {
    outline: none;
    border: none;
}

.an-form .wpcf7-spinner {
    position: absolute;
}

.cu-info-left {
    float: left;
    width: 30%;
    padding: 0 20px 0 0;
}

.cu-info-box {
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 4px 14px #aaaaaa59;
    padding: 24px;
    margin-bottom: 22px;
    border-radius: 4px;
    display: flex;
}

.cu-info-box:last-child {
    margin-bottom: 0px;
}

.cu-info-right {
    float: right;
    width: 70%;
    padding: 0 0 0 20px;
}

.cu-info-right-box {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 14px #aaaaaa59;
    /* padding: 50px 40px 10px 40px; */
    padding: 30px 30px 0px 30px;
}

.cu-info-box img {
    float: left;
    max-width: 55px;
    max-height: 55px;
    border-radius: 4px;
    border: 1px solid #e3ede3;
}

.cu-info-text {
    float: left;
    align-items: center;
    padding: 0 0 0 12px;
    /* width: calc(100% - 80px);
     display: flex;
     justify-items: center;
     min-height: 43px; */
}

.cu-info-text ul {
    margin: 0px auto;
    padding: 0px;
}

.cu-info-text ul li {
    display: block;
    margin: 0px 0px 8px 0px;
}

.cu-info-text-head {
    float: left;
    width: 100%;
    color: #06163A;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    margin: 0px 0px 6px 0px;
}

.cu-info-text-pera {
    float: left;
    width: 100%;
    color: #333;
    font-size: 16px;
    margin: 0;
}

.cu-form {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0px;
}

.cu-form .left-side {
    float: left;
    width: 50%;
}

.cu-form .right-side {
    float: left;
    width: 50%;
}

.msg-input-body textarea {
    /*  height: 140px; */
    resize: none;
}

.cu-form .form-group {
    float: left;
    width: 100%;
}

.cu-info-tabs {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.cu-info-tabs .nav-pills {
    float: left;
    width: 100%;
}

.cu-info-tabs .nav-pills li a {
    margin-right: 20px;
    background-color: transparent;
    color: #ED3237;
    padding: 12px 15px;
    min-width: 100px;
    float: left;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #ED3237;
    font-size: 16px;
}

.cu-info-tabs .nav-pills li a.active {
    background-color: #ED3237;
    color: #fff;
}

.cu-info-tabs .nav-pills li {
    float: left;
}

.map-sec {
    float: left;
    width: 100%;
}

.map-sec iframe {
    float: left;
    width: 100%;
    height: 600px;
    border: none;
}

.sec-faq {
    float: left;
    width: 100%;
    background-color: #F3FCFF;
    padding: 80px 100px;
}

#accordionExample .card {
    margin-bottom: 40px;
    border: none;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 15px #AAAAAA29;
}

#accordionExample .card:last-child {
    margin-bottom: 0px;
}

#accordionExample .card-header {
    padding: 0;
    background-color: transparent;
}

#accordionExample .card .card-body p {
    margin: 0;
    font-size: 16px;
}

.card-body {
    padding: 15px;
}

#accordionExample .btn-link {
    padding: 15px;
    width: 100%;
    text-align: left;
    outline: none;
    text-decoration: none;
    color: #555555;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    border: none;
}

#accordionExample .btn-link:hover,
#accordionExample .btn-link:active,
#accordionExample .btn-link:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.btn-link .arrow-img {
    float: right;
    margin-top: 8px;
}

.arrow-img {
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.arrow-img.up {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion .card {
    border-radius: 0!important;
}

.border-style .card:last-child {
    border-bottom: 1px solid #bbb !important;
}

.cu-padding {
    padding-bottom: 0;
}

.breadcrumb-body {
    float: left;
    width: 100%;
    background-color: #F3FCFF;
    margin: 100px 0px 0px 0px;
}

.breadcrumb-list {
    float: left;
    width: 100%;
}

.breadcrumb-list li {
    float: left;
    width: auto;
}

.breadcrumb-list li::after {
    display: inline-block;
    padding: 12px 15px;
    color: #999999;
    content: "/";
}

.breadcrumb-list li:last-child:after {
    content: "";
    padding: 0;
}

.breadcrumb-list li a {
    float: left;
    width: auto;
    color: #555555;
    padding: 12px 0;
    font-size: 16px;
}

.breadcrumb-list li:last-child a {
    color: #000;
}

.slider-container {
    float: left;
    width: 100%;
    padding: 0 160px;
    position: relative;
}

.mpp-slider-box {
    /*  padding: 0 15px;
     /* float: left; */
    width: 100%;
}

.mpp-slider-img-box {
    float: left;
    width: 100%;
    background-color: #F9F9F9;
    height: 336px;
    display: flex;
    justify-content: center;
    padding: 30px;
    margin-bottom: 20px;
}

.mpp-slider-img-box img {
    width: 100%;
    float: left;
    align-self: center;
}

.product-info {
    min-height: 76px;
    width: 100%;
    float: left;
}

.mpp-slider-box h6 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-family: 'Roboto-Medium';
    margin: 0 0 10px 0;
    white-space: break-spaces;
    /* height: 40px;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     overflow: hidden; */
}

#similar-product .owl-nav{
	position: absolute;
    width: 100%;
    top: 40%;
}
#similar-product .owl-nav .owl-prev, #similar-product .owl-nav .owl-next{
	border: 1px solid #ddd;
    padding: 14px;
    height: 54px;
    width: 54px;
    text-align: center;
    margin: 0 10px;
	position: absolute;
}
#similar-product .owl-nav span{
	font-size: 43px;
    line-height: normal;
    position: relative;
    top: -3px;
    color: #707070;
}
#similar-product .owl-nav .owl-prev{
	left: -110px;
}
#similar-product .owl-nav .owl-next{
    right: -110px;
} 
#similar-product .owl-nav button:hover, #similar-product .owl-nav button:focus{
	outline: 0;
	box-shadow: none;
}


#similar-product .item,
#popular-product .item {
    margin: 10px;
}

.mpp-slider-box p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #777;
    margin: 0;
    padding: 0 10px;
}

.mpp-slider-controls {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
	z-index: 9;
}

.mpp-slider-controls #prev-slide2 {
    top: -30px;
    left: 45px;
    position: absolute;
}

.mpp-slider-controls #next-slide2 {
    top: -30px;
    right: 45px;
    position: absolute;
}

.mpp-slider-controls #prev-slide3 {
    top: -30px;
    left: 45px;
    position: absolute;
}

.mpp-slider-controls #next-slide3 {
    top: -30px;
    right: 45px;
    position: absolute;
}

.catagory-list-left {
    float: left;
    width: 30%;
    padding-right: 60px;
}

.plr-list-minus {
    margin-left: -15px;
    margin-right: -15px;
}

.product-list-right {
    float: right;
    width: 70%;
}

.plr-list {
    float: left;
    width: 100%;
}

.plr-list li {
    float: left;
    width: 33.33%;
    margin-bottom: 40px;
    padding: 0px 15px;
}

.plr-list li .mpp-slider-img-box {
    border: 1px solid #F9F9F9;
}

.plr-list li a:hover .mpp-slider-img-box {
    background-color: transparent;
    border: 1px solid #DDDDDD;
}

.sub-cat-list {
    float: left;
    width: 100%;
}

.sub-cat-list li {
    float: left;
    width: 100%;
}

.sub-cat-list li a {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #777;
    padding: 6px 0;
}

.sub-cat-list li.active a {
    color: #000;
}

.catagory-list-left .card {
    margin-bottom: 0px!important;
    border: none;
    float: left;
    width: 100%;
    box-shadow: none!important;
}

.catagory-list-left .btn-link {
    padding: 15px !important;
    border-top: 1px solid #bbb !important;
    border-radius: 0!important;
    color: #000 !important;
}

.catagory-list-left .card-header {
    border: none !important;
}

.catagory-list-left .card-body {
    float: left;
    padding: 0 20px 20px 20px !important;
}

.catagory-titles {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #000;
    font-family: 'Roboto-Medium';
    margin: 0 0 20px 0;
}

.cat-title-half {
    float: left;
    width: 50%;
}

.cat-search-half {
    float: right;
    width: 50%;
    position: relative;
}

.cat-title-search-body {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.btn-search {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    padding: 12px;
    outline: none;
    border: none;
}

.btn-search:focus,
.btn-search:active,
.btn-search:hover {
    outline: none;
    border: none;
}

.slider-title-full {
    display: flex;
    padding: 0 15px;
}

.sec-cat {
    padding-top: 0;
}

.prod-filter {
    padding-top: 40px;
}

.product-slider-left {
    float: left;
    width: 40%;
    padding-right: 40px;
}

.product-details-right {
    float: left;
    width: 60%;
    padding-left: 40px;
    padding-right: 0;
}

#product-img-slider {
    border: 1px solid #ddd;
}

#product-img-slider .item {
    padding-right: 1px;
}

.product-slider-box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px;
    height: 510px;
    /* border: 1px solid #ddd; */
}

.product-slider-box img {
    max-width: 90%;
    align-self: center;
}

.pd-product-name {
    float: left;
    width: 100%;
    font-size: 28px;
    color: #000;
    font-family: 'Roboto-Medium';
    margin: 0 0 40px 0;
}

.pd-product-code {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #555;
    font-family: 'Roboto-Medium';
    margin: 0 0 20px 0;
}

.features-list {
    float: left;
    width: 100%;
}

.features-list li {
    float: left;
    width: 100%;
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.features-list li:last-child {
    margin-bottom: 0px;
}

.features-list li img {
    position: absolute;
    left: 0;
    top: 3px;
}

.product-details-right .card-body {
    width: 100%;
}

.specification-table td {
    float: left;
    width: 50%;
    padding: 10px;
    font-size: 16px;
    color: #333;
}

.product-slider-left .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.product-slider-left .owl-dots .owl-dot span {
    float: left;
    margin: 6px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #ddd;
}

.product-slider-left .owl-dots .owl-dot.active span {
    background-color: #ED3237;
}

.product-slider-left .owl-dots .owl-dot {
    outline: none;
    border: none;
}

.product-slider-left .owl-dots .owl-dot:hover,
.product-slider-left .owl-dots .owl-dot:active,
.product-slider-left .owl-dots .owl-dot:focus {
    outline: none;
    border: none;
}

.sec-similar {
    padding-bottom: 0;
}

#newsletter-form {
    margin-top: 0;
}

#newsletter-form .email-body {
    margin-bottom: 40px;
}

.newsletter-pera {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #555;
    margin: 0 0 20px 0;
}

.shape-image {
    max-width: 100%;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.full-menu {
    border-top: 1px solid #ddd;
    top: 144px;
    position: fixed;
    width: 100vw;
    background: white;
    visibility: hidden;
    opacity: 0;
    left: 0;
    height: auto;
    padding: 40px 100px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0 72px 72px 0 rgb(0 0 0 / 25%);
    -ms-box-shadow: 0 72px 72px 0 rgba(0, 0, 0, .25);
    -o-box-shadow: 0 72px 72px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 72px 72px 0 rgb(0 0 0 / 25%);
}

.full-menu-show {
    visibility: visible;
    opacity: 1;
    transition-delay: .15s;
    z-index: 3;
}

.fullmenu-cat-body {
    float: left;
    width: 20%;
    padding: 0 10px;
}

.fullmenu-cat-head {
    color: #333;
    font-size: 18px;
    margin: 0 0 15px 0;
    float: left;
    font-family: 'Roboto-Medium';
}

.fullmenu-cat-head:hover,
.fullmenu-cat-head:active,
.fullmenu-cat-head:focus {
    color: #000;
}

.fullmenu-cat-list {
    width: 100%;
    float: left;
}

.fullmenu-cat-list li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.fullmenu-cat-list li a {
    float: left;
    width: 100%;
    color: #555;
    font-size: 16px;
}

.fullmenu-cat-list li a:hover,
.fullmenu-cat-list li a:active,
.fullmenu-cat-list li a:focus {
    color: #000;
}

.more-product-img {
    display: none;
}

.procat-with-close {
    display: none;
}

.sec-tech-new .about-sec-left {
    padding-left: 100px;
    padding-right: 0px;
}

.mast-body {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.mast-body>section:nth-child(1):not(.site-menu),
.mast-body>article:nth-child(1):not(.site-menu) {
    z-index: 2;
}

.mast-body>section:nth-child(2):not(.site-menu),
.mast-body>article:nth-child(2):not(.site-menu) {
    z-index: 1;
}

.mast-body>section:nth-child(3):not(.site-menu),
.mast-body>article:nth-child(3):not(.site-menu) {
    z-index: 1;
}

.mast {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    color: #fff;
}

.mast:after {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mast__bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    background-size: cover;
    background-position: -70px;
}

.mast__header {
    position: relative;
    z-index: 5;
    width: 50%;
    top: 0%;
    background-color: #28C624;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.mast-header-cont {
    position: relative;
    width: 100%;
    top: 0%;
    padding-left: 276px;
    padding-right: 80px;
    align-self: center;
}

.mast-header-cont-img {
    float: left;
    width: auto;
    margin-bottom: 15px;
    height: 100px;
}

.mast__pretitle {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: left;
    margin: 0;
    line-height: 30px;
}

.cv-list {
    float: left;
    width: 100%;
}

.cv-list li {
    position: relative;
    padding-left: 30px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.cv-list li:last-child {
    margin-bottom: 0;
}

.cv-list li img {
    position: absolute;
    left: 0;
    top: 5px;
    height: 18px;
}

.cv-list li p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.index-2 {
    z-index: 2;
    position: relative;
}

.mast__title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 36px;
    font-family: 'Roboto-Bold';
    text-align: left;
    margin: 0 0 15px 0;
}

.mast-header-cont-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 1;
    height: 100vh;
    background: #28C624;
}

.green-bg-full {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 2;
    height: 100vh;
    background-image: url(assets/images/drop-full2.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    background-position: 0 50px;
}

.view-mobile-cat img {
    display: none;
}

.btn-only-drop img {
    transform: rotate(45deg);
}

.btn-only-drop {
    float: left;
    background-color: #00b3d6;
    outline: none;
    border: none;
    padding: 17px 0px;
    width: 60px;
    height: 60px;
    border-radius: 0px;
    text-align: center;
    transition-timing-function: ease-in-out;
    transform: rotate(-45deg);
    transition-delay: 0.3s;
    transition: border-radius 0.3s, border-top-right-radius 0.3s, transform 0.6s;
}

.btn-only-drop:hover,
.btn-only-drop:focus,
.btn-only-drop:active {
    outline: none;
    border: none;
    border-radius: 50%;
    border-top-right-radius: 5px;
    transition-timing-function: ease-in-out;
    transition-delay: 0.3s;
    transition: border-radius 0.3s, border-top-right-radius 0.3s, transform 0.6s;
}

.btn-pdf-download-body {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.btn-pdf-download-body img {
    width: 100%;
    float: left;
}

.btn-pdf-download {
    float: left;
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 20px;
    background-color: #ED3237;
    outline: none;
    border: none;
    padding: 25px;
    height: 80px;
    border-radius: 0px;
}

.btn-pdf-download:hover,
.btn-pdf-download:focus,
.btn-pdf-download:active {
    color: #fff;
}

.btn-wave {
    float: left;
    width: 50px;
    height: 50px;
    border: 2px solid #00acee;
    border-radius: 50%;
    border-top-right-radius: 5px;
    transform: rotate(-45deg);
    line-height: 200px;
    text-align: center;
    color: #ddd;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.btn-wave:hover::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #00acee;
    left: 0%;
    transform: translateX(-50%);
    border-radius: 40%;
    animation: fill 4s ease-in-out infinite;
    z-index: -1;
}

.btn-wave:focus::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #00acee;
    left: 0%;
    transform: translateX(-50%);
    border-radius: 40%;
    animation: fill 4s ease-in-out infinite;
    z-index: -1;
}

.btn-wave:active::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #00acee;
    left: 0%;
    transform: translateX(-50%);
    border-radius: 40%;
    animation: fill 4s ease-in-out infinite;
    z-index: -1;
}

@keyframes fill {
    from {
        top: 60px;
        transform: translateX(-50%) rotate(0deg);
    }
    to {
        top: -50px;
        transform: translateX(-50%) rotate(360deg);
    }
}


/* pdp */

#popular-product.owl-carousel .owl-item img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 160px !important;
}


/* pdp */

#similar-product.owl-carousel .owl-item img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 160px !important;
}

.btn-wave img {
    transform: rotate(45deg);
    position: absolute;
    left: 13px;
    top: 17px;
    max-width: 22px !important;
}

.blog-list-minus1 {
    margin-left: -10px;
    margin-right: -10px;
}

.blog-list1 {
    float: left;
    width: 100%;
}

.blog-list1 li {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 0px;
}

.blog-list-box1 {
    box-shadow: none;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}

.blog-topic-title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto-Medium';
    margin: 0 0 15px 0;
    min-height: 45px;
    display: flex;
    align-items: end;
    word-break: normal;
    white-space: normal;
}

.blog-topic-pera1 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin: 0 0 25px 0;
    line-height: 26px;
}

.blog-more1 {
    float: left;
    width: auto;
}

.blog-list-img1 {
    float: left;
    width: 100%;
}

.blog-list-img1>img {
    float: left;
    width: 100% !important;
    height: 330px;
    position: relative;
    display: block;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.blog-list-cont1 {
    height: 300px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-height: 40px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.img-gradient {
    background: rgba(0, 0, 0, 0) linear-gradient( 0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 23%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: all 0.5s ease 0s;
}

.blog-list-box1:hover .blog-list-img1 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-list-box1:hover .img-gradient {
    background: rgba(0, 0, 0, 0) linear-gradient( 0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
    transform: translateY(0px);
}

.blog-list-box1:hover .blog-list-cont1 {
    height: auto;
    max-height: 200px;
    bottom: 25px;
}

.industries-cont-body .indus-cont-text-body {
    height: 330px;
}

.is-box {
    height: 330px;
    border: 0;
}

.is-box:hover::after {
    width: 0;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

#banner-slider.owl-carousel .owl-item img {
    width: 100% !important;
    max-width: 100% !important;
    /*height: calc(100vh - 120px) !important;*/
}

.btn-wave .iconimg {
    transform: rotate(45deg);
    position: absolute;
    left: 14px;
    top: 7px;
}


/* */

.body-margin {
    margin-top: 90px;
    transition: all .4s ease-in-out;
}

.header-small {
    box-shadow: 0 0 10px #ddd;
    transition: all .4s ease-in-out;
}

.header-small .in-cust-nav {
    height: 90px;
    transition: all .4s ease-in-out;
}

.header-small .in-cust-nav .navbar-nav .nav-link p {
    padding: 12px 0px;
    transition: all .4s ease-in-out;
}

.header-small .brand-logo {
    height: 90px;
    transition: all .4s ease-in-out;
}

.header-small .brand-logo a {
    /*height: 70px; */
    transition: all .4s ease-in-out;
}

.header-small .top-header-body-custom1 .top-header-body {
    padding: 8px 0;
    transition: all .4s ease-in-out;
}

.header-small .navbar-expand-lg .navbar-collapse {
    margin-top: 20px;
    transition: all .4s ease-in-out;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    float: left;
}

.wpcf7-form label.error {
    color: #900;
    font-size: 14px !important;
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    top: 50px !important;
}

.down-menu-close {
    display: none;
}

.down-menu,
.down-menu:focus,
.down-menu:hover {
    color: #707070;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 3000px) {
    .product_main_menu .down-menu {
        position: absolute;
        right: -16px;
        top: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
    .product_main_menu .down-menu {
        position: absolute;
        right: -16px;
        top: 22px;
    }
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1500px) {
    .green-bg-full {
        background-position: 0 50px;
        width: 40%;
    }
    .mast__bg {
        width: 40%;
    }
    .mast__header {
        width: 60%;
    }
    /*PDP*/
    #popular-product .owl-carousel .owl-item img {
        width: auto !important;
        max-width: 100% !important;
        max-height: 120px !important;
        height: auto !important;
    }
    /*PDP*/
    .blog-list-img1 img {
        height: 210px;
    }
    .blog-topic-pera1 {
        font-size: 14px;
        line-height: 24px;
    }
    .custom-container {
        padding: 0 6%;
    }
    .mast-header-cont {
        padding-left: 176px;
        padding-right: 60px;
    }
    .mast__title {
        font-size: 24px;
    }
    .cv-list li p {
        font-size: 16px;
    }
    .mast__pretitle {
        font-size: 16px;
    }
    .sec-tech-new .about-sec-left {
        padding-left: 60px;
        padding-right: 0px;
    }
    .industries-cont-body {
        margin-top: -50px;
    }
    .bs-head {
        font-size: 34px;
        margin: 0 0 30px 0;
    }
    .bs-pera {
        font-size: 22px;
        margin: 0 0 30px 0;
    }
    .bs-cont-box {
        top: 30px;
    }
    .sec-white {
        padding: 60px 0;
    }
    .sec-industries {
        padding: 0 80px;
    }
    .indus-cont-head {
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    .indus-cont-pera {
        font-size: 16px;
        margin: 0 0 20px 0;
    }
    .industries-cont-body .indus-cont-text-body {
        height: 360px;
        padding: 20px 30px;
    }
    .is-box {
        height: 360px;
        border-top: 8px solid #ddd;
    }
    .is-box::after {
        border-top: 8px solid #28C624;
    }
    .is-head {
        font-size: 20px;
    }
    .is-cont-box .bs-img {
        height: 120px;
        width: 120px !important;
        margin-bottom: 30px;
    }
    .btn-slider {
        padding: 12px;
        height: 50px;
        width: 50px;
    }
    .sec-title {
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    /* pdp */
    .image-border-body {
        padding-left: 40px;
        padding-bottom: 40px;
    }
    /* pdp */
    .coman-center-pera {
        font-size: 16px;
        margin: 10px 0 20px 0;
        line-height: 30px;
    }
    .about-sec-left {
        padding-right: 60px;
    }
    .sec-tech .about-sec-left {
        top: -170px;
    }
    .comn-point-list li p {
        font-size: 16px;
        margin-top: 2px;
    }
    .btn-comn-readmore {
        min-width: 200px;
        font-size: 18px;
        padding: 14px 20px;
        height: 54px;
    }
    .mast-header-cont-img {
        height: 80px;
    }
    .sec-blue {
        padding: 60px 0;
    }
    .ph-slider-box p {
        font-size: 14px;
    }
    .blog-date {
        font-size: 14px;
    }
    .blog-more {
        height: 14px;
    }
    .blog-list-style li:first-child .blog-list-img img {
        height: 248px;
        width: 248px;
        border-radius: 230px;
    }
    .blog-tag {
        font-size: 16px;
    }
    .blog-topic {
        font-size: 16px;
        margin: 0 0 20px 0;
        line-height: 26px;
    }
    .blog-list-box {
        /* height: 400px; */
    }
    .blog-list li {
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .blog-list-minus {
        margin-left: -15px;
        margin-right: -15px;
    }
    .btn-comn-readmore img {
        height: 18px;
    }
    .foot-title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .foot-body {
        padding: 60px 30px 0px 30px;
    }
    .foot-cont p {
        font-size: 16px;
    }
    .foot-link-list li a {
        margin-bottom: 15px;
    }
    .pro-head-text {
        font-size: 26px;
        margin: 0 0 20px 0;
    }
    .pro-cont-point-head {
        font-size: 18px;
    }
    .pro-cont-point-pera {
        font-size: 16px;
    }
    .pro-center {
        height: 100%;
        padding: 10px 0px;
    }
    .pro-cont-left {
        width: calc(32% + 100px);
    }
    .process-text p {
        font-size: 20px;
    }
    .pro-cont-body {
        padding: 30px 120px 50px 30px;
    }
    .pro-back-img {
        background-size: 38% 100%;
    }
    .pro-cont-right {
        padding-left: 60px;
    }
    .achievements-list li {
        padding: 15px;
    }
    .achievements-list li .achievements-box {
        padding: 15px 15px 15px 110px;
    }
    .achi-box-img {
        left: 20px;
        width: 60px;
    }
    .achi-count {
        font-size: 20px;
    }
    .achi-text {
        font-size: 16px;
    }
    .testimonial-text {
        font-size: 18px;
        line-height: 32px;
    }
    .testimonial-user {
        font-size: 20px;
        margin: 0 0 15px 0;
        line-height: 24px;
    }
    .ms-count {
        font-size: 26px;
        margin: 0 0 10px 0;
    }
    .ms-text {
        font-size: 18px;
    }
    .ms-count-box {
        width: 130px;
    }
    .ms-count-box img {
        bottom: -30px;
    }
    .model-slider-left {
        padding-right: 60px;
    }
    .bs-head1 {
        font-size: 34px;
        margin: 0 0 15px 0;
    }
    .bs-pera1 {
        font-size: 22px;
    }
    .wwr-head {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .head-border-top {
        width: 40px;
        margin: 0 0 15px 0;
    }
    .wwr-pera {
        font-size: 16px;
        line-height: 28px;
    }
    .about-sec-left {
        padding-right: 60px;
    }
    .about-sec-left.app-box-right {
        padding-right: 0px;
        padding-left: 30px;
    }
    .app-box-left {
        padding-right: 30px;
    }
    .pd-product-name {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    #accordionExample .btn-link {
        font-size: 16px;
    }
    .catagory-list-left .btn-link {
        padding: 15px !important;
    }
    .catagory-list-left .card-body {
        padding: 0 15px 15px 15px !important;
    }
    .product-slider-box {
        padding: 10px 40px 40px 40px;
        height: 450px;
    }
    .product-slider-left {
        padding-right: 30px;
    }
    .product-details-right {
        padding-left: 30px;
        padding-right: 0px !important;
    }
    .blog-page-right-head {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .newsletter-pera {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .sec-title-small {
        font-size: 20px;
    }
    .app-pera {
        font-size: 16px;
        margin: 0 0 25px 0;
        line-height: 28px;
    }
    .bpr-blog-title {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 15px 0;
        width: calc(100% - 140px);
    }
    .bpr-blog-date {
        width: calc(100% - 140px);
        font-size: 14px;
    }
    .bpr-blog-img {
        width: 120px;
    }
    .bpr-categories-list li a {
        font-size: 16px;
    }
    .bpr-video-title {
        width: calc(100% - 140px);
        font-size: 16px;
        line-height: 26px;
    }
    .bpr-video-img {
        width: 120px;
    }
    .in-cust-nav .navbar-nav .nav-item {
        margin-left: 30px;
    }
    .main-header .th-coman-padding {
        padding: 0;
    }
    .brand-logo {
        padding-right: 20px;
        /* height: 80px;*/
    }
    .main-nav {
        padding-left: 20px;
        height: 50px;
    }
    .in-cust-nav .navbar-nav .nav-link p {
        padding: 26px 0px;
    }
    .btn-enquire-now {
        font-size: 16px;
        padding: 12px 20px;
        height: 50px;
    }
    .in-cust-nav {
        height: 80px;
    }
    .mpp-slider-box h6 {
        font-size: 16px;
    }
    .top-header-body {
        padding: 10px 0;
    }
    .full-menu {
        top: 124px;
        padding: 30px 10px;
    }
    .fullmenu-cat-head {
        font-size: 18px;
    }
    .fullmenu-cat-list li a {
        font-size: 14px;
    }
    .sec-car-life .about-sec-left {
        width: 45%;
    }
    .sec-car-life .about-sec-right {
        width: 55%;
    }
    .sec-title span {
        font-size: 22px;
    }
    .dr-life-box img {
        max-height: 45px;
    }
    .dr-life-pera {
        font-size: 14px;
        line-height: 24px;
    }
    .dr-life-head {
        font-size: 18px;
    }
    .vd-lbl {
        font-size: 14px;
    }
    .vd-ans {
        font-size: 14px;
    }
    .vacancy-head {
        font-size: 16px;
    }
    .catagory-titles {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .cat-title-search-body {
        margin-bottom: 20px;
    }
    .mpp-slider-img-box {
        height: 280px;
        padding: 20px;
    }
    .mpp-slider-box {
        padding: 0 10px;
    }
    .plr-list li {
        margin-bottom: 30px;
    }
    .plr-list-minus {
        margin-left: -10px;
        margin-right: -10px;
    }
    .catagory-list-left {
        padding-right: 40px;
    }
    .vd-apply-now {
        font-size: 16px;
    }
    .vd-apply-now img {
        height: 16px;
    }
    .cu-info-text-head {
        font-size: 18px;
    }
    .cu-info-text-pera {
        font-size: 16px;
    }
    .cu-info-box img {
        max-width: 55px;
    }
    .cu-info-text {
        width: calc(100% - 60px);
    }
    .msg-input-body textarea {
        /* height: 230px; */
    }
    .btn-link .arrow-img {
        max-height: 10px;
    }
    #accordionExample .card {
        margin-bottom: 30px;
    }
    .pd-product-code {
        font-size: 18px;
        margin: 0 0 15px 0;
    }
    .btn-pdf-download {
        font-size: 16px;
        padding: 12px 15px;
        height: auto;
    }
    .sec-cat {
        padding-top: 0;
    }
    .sec-similar {
        padding-bottom: 0;
    }
}

@media screen and (min-device-width: 1100px) and (max-device-width: 1279px) {
    .custom-container {
        padding: 0 6%;
    }
    .blog-list-img1 img {
        height: 300px;
    }
    .blog-list-style1 li {
        margin-bottom: 20px;
        width: 50%;
    }
    .mast-header-cont {
        padding-left: 176px;
        padding-right: 60px;
    }
    .mast__title {
        font-size: 24px;
    }
    .cv-list li p {
        font-size: 16px;
    }
    .mast__pretitle {
        font-size: 20px;
    }
    .sec-tech-new .about-sec-left {
        padding-left: 60px;
        padding-right: 0px;
    }
    .industries-cont-body {
        margin-top: -50px;
    }
    .bs-head {
        font-size: 34px;
        margin: 0 0 30px 0;
    }
    .bs-pera {
        font-size: 22px;
        margin: 0 0 30px 0;
    }
    .bs-cont-box {
        top: 30px;
    }
    .sec-white {
        padding: 60px 0;
    }
    .sec-industries {
        padding: 0 80px;
    }
    .indus-cont-head {
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    .indus-cont-pera {
        font-size: 16px;
        margin: 0 0 20px 0;
    }
    .industries-cont-body .indus-cont-text-body {
        height: 360px;
        padding: 20px 30px;
    }
    .is-box {
        height: 360px;
        border-top: 8px solid #ddd;
    }
    .is-box::after {
        border-top: 8px solid #28C624;
    }
    .is-head {
        font-size: 20px;
    }
    .is-cont-box .bs-img {
        height: 100px;
        width: 100px !important;
        margin-bottom: 30px;
    }
    .btn-slider {
        padding: 12px;
        height: 50px;
        width: 50px;
    }
    .sec-title {
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    .coman-center-pera {
        font-size: 16px;
        margin: 0 0 20px 0;
        line-height: 30px;
    }
    .about-sec-left {
        padding-right: 60px;
    }
    .sec-tech .about-sec-left {
        top: -170px;
    }
    .comn-point-list li p {
        font-size: 16px;
        margin-top: 2px;
    }
    .btn-comn-readmore {
        min-width: 200px;
        font-size: 18px;
        padding: 14px 20px;
        height: 54px;
    }
    .mast-header-cont-img {
        height: 80px;
    }
    .sec-blue {
        padding: 60px 0;
    }
    .ph-slider-box p {
        font-size: 14px;
    }
    .blog-date {
        font-size: 14px;
    }
    .blog-more {
        height: 14px;
    }
    .blog-list-style li:first-child .blog-list-img img {
        height: 230px;
        width: 230px;
        border-radius: 230px;
    }
    .blog-tag {
        font-size: 16px;
    }
    .blog-topic {
        font-size: 16px;
        margin: 0 0 20px 0;
        line-height: 26px;
    }
    .blog-list-box {
        height: 400px;
    }
    .blog-list li {
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .blog-list-minus {
        margin-left: -15px;
        margin-right: -15px;
    }
    .btn-comn-readmore img {
        height: 18px;
    }
    .foot-title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .foot-body {
        padding: 60px 30px 0px 30px;
    }
    .foot-cont p {
        font-size: 16px;
    }
    .foot-link-list li a {
        margin-bottom: 15px;
    }
    .pro-head-text {
        font-size: 26px;
        margin: 0 0 20px 0;
    }
    .pro-cont-point-head {
        font-size: 18px;
    }
    .pro-cont-point-pera {
        font-size: 16px;
    }
    .pro-center {
        height: 100%;
    }
    .process-text p {
        font-size: 20px;
    }
    .pro-cont-body {
        padding: 30px 120px 50px 30px;
    }
    .pro-back-img {
        background-size: 50% 100%;
    }
    .pro-cont-right {
        padding-left: 60px;
    }
    .achievements-list li {
        padding: 15px;
    }
    .achievements-list li .achievements-box {
        padding: 15px 15px 15px 110px;
    }
    .achi-box-img {
        left: 20px;
        width: 60px;
    }
    .achi-count {
        font-size: 20px;
    }
    .achi-text {
        font-size: 16px;
    }
    .testimonial-text {
        font-size: 18px;
        line-height: 32px;
    }
    .testimonial-user {
        font-size: 20px;
        margin: 0 0 15px 0;
        line-height: 24px;
    }
    .ms-count {
        font-size: 26px;
        margin: 0 0 10px 0;
    }
    .ms-text {
        font-size: 18px;
    }
    .ms-count-box {
        width: 130px;
    }
    .ms-count-box img {
        bottom: -30px;
    }
    .model-slider-left {
        padding-right: 60px;
    }
    .bs-head1 {
        font-size: 34px;
        margin: 0 0 15px 0;
    }
    .bs-pera1 {
        font-size: 22px;
    }
    .wwr-head {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .head-border-top {
        width: 40px;
        margin: 0 0 15px 0;
    }
    .wwr-pera {
        font-size: 16px;
        line-height: 28px;
    }
    .about-sec-left {
        padding-right: 60px;
    }
    .about-sec-left.app-box-right {
        padding-right: 0px;
        padding-left: 30px;
    }
    .app-box-left {
        padding-right: 30px;
    }
    .pd-product-name {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    #accordionExample .btn-link {
        font-size: 16px;
    }
    .catagory-list-left .btn-link {
        padding: 15px !important;
    }
    .catagory-list-left .card-body {
        padding: 0 15px 15px 15px !important;
    }
    .product-slider-box {
        padding: 10px 40px 40px 40px;
        height: 450px;
    }
    .product-slider-left {
        padding-right: 30px;
    }
    .product-details-right {
        padding-left: 30px;
        padding-right: 0px !important;
    }
    .blog-page-right-head {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .newsletter-pera {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .sec-title-small {
        font-size: 20px;
    }
    .app-pera {
        font-size: 16px;
        margin: 0 0 25px 0;
        line-height: 28px;
    }
    .bpr-blog-title {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 15px 0;
        width: calc(100% - 140px);
    }
    .bpr-blog-date {
        width: calc(100% - 140px);
        font-size: 14px;
    }
    .bpr-blog-img {
        width: 120px;
    }
    .bpr-categories-list li a {
        font-size: 16px;
    }
    .bpr-video-title {
        width: calc(100% - 140px);
        font-size: 16px;
        line-height: 26px;
    }
    .bpr-video-img {
        width: 120px;
    }
    .in-cust-nav .navbar-nav .nav-item {
        margin-left: 30px;
    }
    .main-header .th-coman-padding {
        padding: 0;
    }
    .brand-logo {
        padding-right: 20px;
        /*height: 70px; */
    }
    .main-nav {
        padding-left: 20px;
        height: 50px;
    }
    .in-cust-nav .navbar-nav .nav-link p {
        padding: 22px 0px;
    }
    .btn-enquire-now {
        font-size: 16px;
        padding: 12px 20px;
        height: 50px;
    }
    .brand-logo a img {
        /* height: 60px; */
        padding: 5px 0;
    }
    .in-cust-nav {
        height: 70px;
    }
    .in-cust-nav .navbar-nav .nav-link:after {
        height: 70px;
    }
    .mpp-slider-box h6 {
        font-size: 16px;
    }
    .in-cust-nav .navbar-nav .active .nav-link,
    .in-cust-nav .navbar-nav .current-menu-item .nav-link {
        /* height: 60px; */
    }
    .top-header-body {
        padding: 10px 0;
    }
    .full-menu {
        top: 114px;
        padding: 30px 10px;
    }
    .fullmenu-cat-head {
        font-size: 18px;
    }
    .fullmenu-cat-list li a {
        font-size: 14px;
    }
    .sec-car-life .about-sec-left {
        width: 45%;
    }
    .sec-car-life .about-sec-right {
        width: 55%;
    }
    .sec-title span {
        font-size: 22px;
    }
    .dr-life-box img {
        max-height: 45px;
    }
    .dr-life-pera {
        font-size: 14px;
        line-height: 24px;
    }
    .dr-life-head {
        font-size: 18px;
    }
    .vd-lbl {
        font-size: 14px;
    }
    .vd-ans {
        font-size: 14px;
    }
    .vacancy-head {
        font-size: 16px;
    }
    .catagory-titles {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .cat-title-search-body {
        margin-bottom: 20px;
    }
    .mpp-slider-img-box {
        height: 280px;
        padding: 20px;
    }
    .mpp-slider-box {
        padding: 0 10px;
    }
    .plr-list li {
        margin-bottom: 30px;
    }
    .plr-list-minus {
        margin-left: -10px;
        margin-right: -10px;
    }
    .catagory-list-left {
        padding-right: 40px;
    }
    .vd-apply-now {
        font-size: 16px;
    }
    .vd-apply-now img {
        height: 16px;
    }
    .cu-info-text-head {
        font-size: 16px;
    }
    .cu-info-text-pera {
        font-size: 14px;
    }
    .cu-info-box img {
        max-width: 40px;
    }
    .cu-info-text {
        width: calc(100% - 60px);
    }
    .msg-input-body textarea {
        height: 140px;
    }
    .btn-link .arrow-img {
        max-height: 10px;
    }
    #accordionExample .card {
        margin-bottom: 30px;
    }
    .pd-product-code {
        font-size: 18px;
        margin: 0 0 15px 0;
    }
    .btn-pdf-download {
        font-size: 16px;
        padding: 12px 15px;
        height: auto;
    }
    .sec-cat {
        padding-top: 0;
    }
    .sec-similar {
        padding-bottom: 0;
    }
    .cu-padding {
        padding-bottom: 0;
    }
    .an-form {
        padding: 0 15px;
    }
    .btn-submit-au {
        font-size: 16px;
        padding: 12px 20px;
        height: 50px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width:1025px) {
    .mpp-slider-img-box img {
        max-height: 140px;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }
    .breadcrumb-body>.custom-container {
        margin: 5px 0;
    }
    .custom-container {
        padding: 0 20px;
        margin-top: 15px;
    }
    .blog-list-img1 img {
        height: 250px;
    }
    .blog-list-style1 li {
        margin-bottom: 20px;
        width: 50%;
    }
    /* pdp */
    .pagination {
        /* max-width: 50px !important; */
    }
    /* pdp */
    .icon-size {
        width: 50% !important;
        height: 50% !important;
        max-width: 90px !important;
    }
    /* pdp */
    .blog-list-box1 .img-gradient {
        background: rgba(0, 0, 0, 0) linear-gradient( 0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
        transform: translateY(0px);
    }
    .blog-list-box1 .blog-list-cont1 {
        height: auto;
        max-height: 200px;
        bottom: 25px;
    }
    /* pdp */
    .cu-info-left {
        float: left;
        width: 100%;
        padding: 0px;
        margin-bottom: 40px;
    }
    .cu-info-right {
        float: right;
        width: 100%;
        padding: 0px;
    }
    .cu-info-right-box {
        padding-bottom: 0px;
    }
    .msg-input-body textarea {
        height: 135px;
    }
    .mast-header-cont {
        padding: 20px 60px;
    }
    .mast__title {
        font-size: 34px;
        text-align: left;
    }
    .mast__pretitle {
        font-size: 16px;
        text-align: center;
    }
    .green-bg-full {
        display: none !important;
    }
    .mast__header {
        width: 100%;
        height: auto;
    }
    .mast__bg {
        display: none;
    }
    .mast {
        height: auto;
    }
    .mast-body {
        background: #28C624;
        padding: 20px 0;
    }
    .sec-tech-new .about-sec-left {
        padding-left: 40px;
        padding-right: 40px;
        margin: 40px 0 0 0;
        text-align: left;
    }
   /* .sec-tech-new .about-sec-left p {
        text-align: left;
    }*/
    .bs-head {
        font-size: 26px;
        margin: 0 0 20px 0;
    }
    .bs-pera {
        font-size: 22px;
        margin: 0 0 25px 0;
    }
    .bs-cont-box {
        top: 20px;
    }
    .btn-white {
        font-size: 18px;
        padding: 12px 25px;
        height: 54px;
    }
    .industries-cont-body {
        margin-top: -50px
    }
    .sec-white {
        padding: 20px 0;
    }
    .sec-faq {
        padding: 40px;
    }
    .sec-industries {
        padding: 0 20px;
    }
    .indus-cont-head {
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    .indus-cont-pera {
        font-size: 16px;
        margin: 0 0 20px 0;
    }
    .industries-cont-body .indus-cont-text-body {
        height: 300px;
        padding: 15px 20px;
        width: 40%;
    }
    .industries-cont-body .owl-carousel {
        width: 60%;
    }
    .is-box {
        height: 300px;
        border-top: 8px solid #ddd;
    }
    .is-box::after {
        border-top: 8px solid #28C624;
    }
    .is-head {
        font-size: 18px;
    }
    .is-cont-box .bs-img {
        height: 94px;
        width: 94px !important;
        margin-bottom: 25px;
    }
    .btn-slider {
        padding: 12px;
        height: 50px;
        width: 50px;
        margin: 0 10px;
    }
    .btn-slider img {
        height: 20px;
    }
    .sec-title {
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    /* pdp */
    .coman-center-pera {
        font-size: 16px;
        margin: 0 0 30px 0;
        line-height: 28px;
    }
    /* pdp */
    .about-sec-left {
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
        margin-bottom: 20px;
    }
    .about-cont-center {
        display: flex;
		flex-direction:column;
        justify-content: center;
        text-align: center;
    }
	
	.sec-tech-new .about-cont-center {
		display: flex;
		flex-direction:column;	
	}
	.sec-tech-new .about-sec-right{
		order: 2;
		padding: 30px 0px;
	}
	.sec-tech-new .about-sec-left{
		order: 1;
		margin: 0px;
	}
	
	
    /*.about-sec-left .coman-center-pera {
        text-align: center;
    }*/
    .about-sec-right {
        float: left;
        width: 100%;
        align-self: center;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
    }
    .about-sec-right img {
        text-align: center;
        float: none;
    }
    .sec-tech .about-sec-left {
        top: 0px;
        position: relative;
        transform: translateY(0%);
        margin-bottom: 0;
    }
    .comn-point-list li p {
        font-size: 16px;
        margin-top: 2px;
        text-align: left;
    }
    .btn-comn-readmore {
        min-width: 200px;
        font-size: 18px;
        padding: 14px 20px;
        height: 54px;
        position: relative;
        left: 50%;
        margin-left: -100px;
    }
    .sec-blue {
        padding: 40px 0;
    }
    .ph-slider-box p {
        font-size: 16px;
    }
    .blog-list-style li:first-child .blog-list-img img {
        height: 210px;
        width: 210px;
        border-radius: 210px;
    }
    .blog-date {
        font-size: 16px;
    }
    .blog-more {
        max-height: 16px;
    }
    .blog-topic {
        font-size: 16px;
        margin: 0 0 20px 0;
        line-height: 26px;
        white-space: normal;
    }
    /*.blog-list-box {
		height: 400px;
	}*/
    .blog-list-minus {
        margin-left: -15px;
        margin-right: -15px;
    }
    .btn-comn-readmore img {
        height: 18px;
    }
    .foot-body {
        padding: 40px 0px 0px 0px;
    }
    .foot-cont p {
        font-size: 13.50px;
        padding: 0 12px;
    }
    .foot-link-list li a {
        margin-bottom: 10px;
    }
    .ph-section-padding .owl-item .item .ph-slider-box {
        padding: 10px;
        min-height: 290px;
    }
    .ph-slider-box img {
        margin-bottom: 15px;
    }
    .ph-section-padding .owl-item .item {
        margin: 40px 10px;
    }
    .foot-cont {
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px;
        float: none;
        width: auto;
    }
    .foot-address-right {
        float: left;
        width: 75%;
    }
    .foot-link-left {
        float: left;
        width: 25%;
    }
    .foot-logo a img {
        float: left;
        max-height: 50px;
    }
    .th-coman-padding {
        padding: 0 20px;
    }
    .sec-banner {
        height: 450px;
    }
    .bs-box .bs-img {
        height: 450px;
    }
    .technical-img {
        display: none;
    }
    .sec-tech {
        height: auto;
    }
    .foot-img {
        min-height: 100px;
    }
    .btn-viewall-center {
        display: block;
    }
    .blog-list-minus {
        margin-left: 0px;
        margin-right: 0px;
    }
    .blog-list {
        white-space: nowrap;
        overflow-x: auto;
        padding-left: 20px;
    }
    .blog-list li {
        float: none;
        display: inline-block;
        width: 330px;
        padding: 0 20px 0 0;
        margin-bottom: 30px;
    }
    .mob-padding {
        padding: 0;
    }
    .foot-title {
        padding: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .model-slider-left {
        padding-right: 40px;
    }
    .pro-cont-box {
        margin-bottom: 30px;
    }
    .pro-head-text {
        font-size: 26px;
        margin: 0;
        order: 2;
        line-height: 26px;
    }
    .pro-head-pera {
        order: 3;
        font-size: 16px;
    }
    .pro-cont-point-head {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .pro-cont-point-pera {
        font-size: 16px;
    }
    .pro-center {
        height: auto;
        display: block;
        padding: 0px;
    }
    /* pdp */
    .pro-back-img {
        background-size: 100% 30%;
        margin-top: 20px;
    }
    /* pdp */
    .pro-back-img .custom-container {
        padding: 0 60px;
    }
    .pro-cont-right {
        padding-left: 0px;
        width: 100%;
        margin-top: 130px;
    }
    .pro-cont-left {
        width: 100%;
    }
    .achievements-list li {
        padding: 15px;
        width: 50%;
    }
    .achievements-list li .achievements-box {
        padding: 15px 15px 15px 90px;
    }
    .achievements-list li:nth-child(even) {
        background-color: #F9F9FB;
    }
    .achievements-list li:first-child {
        background-color: #F9F9FB;
    }
    .achievements-list li:last-child {
        background-color: #F9F9FB;
    }
    .achievements-list li:nth-child(2) {
        background-color: #F6F6F8;
    }
    .achi-box-img {
        left: 15px;
        width: 50px;
    }
    .achi-count {
        font-size: 20px;
    }
    .achi-text {
        font-size: 16px;
    }
    .testimonial-text {
        font-size: 16px;
        line-height: 28px;
    }
    .testimonial-user {
        font-size: 20px;
        margin: 0 0 10px 0;
        line-height: 20px;
    }
    .ms-count {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
    .ms-text {
        font-size: 18px;
    }
    .ms-count-box {
        width: 130px;
    }
    .ms-count-box img {
        bottom: -30px;
        height: 35px;
    }
    .image-border {
        top: 20px;
        width: calc(100% - 20px);
    }
    .image-border-body .abt-sub-img-body img {
        width: calc(100% - 20px);
    }
    .wwr-head {
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    .wwr-pera {
        font-size: 16px;
    }
    .process-text p {
        font-size: 20px;
        margin-top: -10px;
    }
    .wwr-half {
        width: 100%;
        margin-top: 30px;
    }
    /* pdp */
    .wwr-half:first-child {
        margin-top: 20px;
    }
    /* pdp */
    .wwr-half-minus {
        margin: 0;
    }
    .process-text {
        background-color: transparent;
        width: 100%;
        float: left;
        position: relative;
        height: auto;
        order: 1;
    }
    .process-text p {
        font-size: 20px;
        text-align: left;
        color: #fff;
        transform: rotateZ(0deg);
        position: relative;
        top: 0;
        margin-top: 0px;
        margin-bottom: 0;
        width: 100%;
        padding: 0;
    }
    .pro-cont-body {
        float: left;
        width: 100%;
        padding: 40px 40px 40px 40px;
        position: relative;
        border: 8px solid #fff;
        /*height: 356px; */
        display: grid;
    }
    .testimonial-slider-body .owl-dots .owl-dot span {
        width: 30px;
    }
    .testimonial-slider-body .owl-dots .owl-dot.active span {
        width: 30px;
    }
    .bs-box1 .bs-img {
        height: 450px;
        width: 100%;
        float: left;
    }
    .bs-head1 {
        font-size: 34px;
        margin: 0 0 15px 0;
    }
    .bs-pera1 {
        font-size: 20px;
    }
    /* pdp */
    .image-size {
        padding-left: 20%;
        padding-right: 20%;
    }
    /* pdp */
    .app-sec-img-center {
        order: 2;
        margin-bottom: 0px;
    }
    /* pdp */
    .app-box-right {
        order: 1;
        text-align: center;
        margin-bottom: 40px;
    }
    .app-center-body {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .number-image {
        float: none;
        height: 50px;
    }
    .sec-title-small {
        font-size: 22px;
        margin: 0 0px 15px 0;
    }
    .app-pera {
        font-size: 16px;
        margin: 0 0 25px 0;
    }
    .pd-product-code {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .pd-product-name {
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    #accordionExample .btn-link {
        font-size: 16px;
    }
    .catagory-list-left .btn-link {
        padding: 10px !important;
    }
    .catagory-list-left .card-body {
        padding: 0 15px 15px 15px !important;
    }
    .product-slider-box {
        padding: 10px 30px 50px 30px;
        height: 400px;
    }
    .product-slider-left {
        padding-left: 60px;
        padding-right: 60px;
        width: 100%;
        margin-bottom: 40px;
    }
    .product-details-right {
        padding-left: 60px;
        padding-right: 60px;
        width: 100%;
    }
    .slider-container {
        padding: 0;
    }
	.mpp-slider-controls{
		position: relative;
		margin: 50px 0px 0px;
		text-align: center;
		display: flex;
	}
	
	.mpp-slider-controls .btn-slider{
		position: relative;
	}
	
    .mpp-slider-controls #next-slide3 {
        right: 0px;
		position: relative;
    }
    .mpp-slider-controls #prev-slide3 {
        left: 0px;
		position: relative;
    }
    .mpp-slider-controls #prev-slide2 {
		position: relative;
		left: 0px;
    }
    .mpp-slider-controls #next-slide2 {
		position: relative;
		right: 0px;
    }
    .mpp-slider-img-box {
        height: 180px;
        padding: 20px;
    }
    .catagory-titles {
        font-size: 22px;
    }
    .breadcrumb-list li a {
        padding: 8px 0;
        font-size: 16px;
    }
    .breadcrumb-list li::after {
        padding: 8px 15px;
    }
    .product-slider-box img {
        height: 280px;
        width: auto !important;
    }
    .btn-link .arrow-img {
        float: right;
        margin-top: 5px;
        height: 10px;
    }
    .sec-cat {
        padding-top: 0;
    }
    .sec-similar {
        padding-bottom: 0;
    }
    /* .mpp-slider-controls {
        display: none;
    } */
    .mpp-slider-box {
        padding: 0 20px 0 0;
    }
    #popular-product {
        width: 100%;
        float: left;
        overflow-x: auto;
        white-space: nowrap;
        padding-left: 10px;
    }
    #popular-product .item {
        float: none;
        display: inline-block;
        width: 230px;
    }
    #similar-product {
        width: 100%;
        float: left;
        /* overflow-x: auto;
        white-space: nowrap; */
        padding-left: 10px;
    }
    #similar-product .item {
        float: none;
        display: inline-block;
        width: 230px;
    }
    .mpp-slider-box p {
        padding: 0 5px;
        white-space: normal;
        font-size: 14px;
    }
    .mpp-slider-box h6 {
        font-size: 16px;
    }
    .blog-page-right-head {
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    .newsletter-pera {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .bpr-blog-title {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 15px 0;
        width: calc(100% - 140px);
    }
    .bpr-blog-date {
        width: calc(100% - 140px);
        font-size: 14px;
    }
    .bpr-blog-img {
        width: 120px;
    }
    .bpr-categories-list li a {
        font-size: 18px;
    }
    .bpr-video-title {
        width: calc(100% - 140px);
        font-size: 16px;
        line-height: 26px;
    }
    .bpr-video-img {
        width: 120px;
    }
    .blog-page-left .blog-list li {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .blog-page-left .blog-list-minus {
        margin-left: -10px;
        margin-right: -10px;
    }
    .btn-submit-au {
        font-size: 18px;
        padding: 12px 20px;
        height: 54px;
    }
    /* .blog-page-left .blog-list-box {
		height: 400px;
	} */
    .blog-page-left {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .blog-page-right {
        width: 100%;
    }
    .blog-page-right-cont {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .blog-page-left .blog-list {
        padding: 0;
        overflow-x: visible;
    }
    .in-cust-nav .navbar-nav .nav-item {
        margin-left: 0px;
        padding: 0 20px;
    }
    .in-cust-nav .navbar-nav .nav-link {
        padding: 10px 0;
    }
    .main-header .th-coman-padding {
        padding: 0;
    }
    .brand-logo {
        padding-right: 20px;
        height: 60px;
    }
    .main-nav {
        /* box-shadow: 0 4px 8px #ddd;

		height: auto;
		float: left;
		width: calc(100% + 40px);
		background-color: #fff;
		position: absolute;
		left: -20px;
		padding: 10px;
		top: 60px;
		box-shadow: 0 4px 8px #ddd; */
        /* opacity: 0;
		display: none; */
    }
    /*.header-small .brand-logo {
		height: 70px;
	}
	.header-small .brand-logo a {
		height: 58px;
	} */
    .navbar-collapse.collapse.show .main-nav {
        /* display: block;
		opacity: 1; */
    }
    .in-cust-nav .navbar-nav .nav-link p {
        padding: 0px;
        width: 100%;
    }
    .btn-enquire-now {
        font-size: 18px;
        padding: 18px 20px;
        height: 60px;
    }
    .brand-logo a img {
        /* height: 55px; */
        padding: 5px 0;
        margin-top: 0;
    }
    .in-cust-nav {
        height: 60px;
    }
    .in-cust-nav .navbar-nav .active .nav-link,
    .in-cust-nav .navbar-nav .current-menu-item .nav-link {
        height: auto;
        border: none;
    }
    .top-header-body {
        padding: 10px 0px 0px;
    }
    .full-menu {
        top: 60px;
        padding: 30px 10px 0 10px;
    }
    .fullmenu-cat-head {
        font-size: 16px;
        margin-bottom: 10px;
        height: auto;
    }
    .fullmenu-cat-list li a {
        font-size: 14px;
    }
    .fullmenu-cat-list li {
        margin-bottom: 10px;
    }
    .th-left ul li .cib-info-text {
        font-size: 14px;
    }
    .th-left ul li img {
        margin-right: 10px;
        height: 18px;
    }
    .cib-social-list li {
        margin-right: 15px;
    }
    .cib-social-list li a img {
        height: 18px;
    }
    .nav-btn-fixed {
        position: absolute;
        right: 0;
        top: 12px;
    }
    .in-nav-btn {
        float: right;
        padding: 0;
        border-radius: 0;
        border: none;
        display: block;
    }
    .in-nav-btn:focus,
    .in-nav-btn:active,
    .in-nav-btn:hover {
        outline: none;
        border: none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
    }
    .in-nav-btn .navbar-toggler-icon {
        width: auto;
        height: auto;
    }
    .btn-enquire-now {
        display: none;
    }
    .navbar-collapse.show {
        display: block;
        z-index: 3;
    }
    .in-cust-nav .navbar-nav .nav-link:after {
        /*display: none;
		content: '';
		height: auto;
		border-bottom: none; */
    }
    .fullmenu-cat-body {
        float: left;
        width: 33.33%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    /* .navbar-toggler {
        background: #f9e5e5;
        padding: 6px;
        border-radius: 2px;
    } */
    #nav-icon4 {
        width: 24px;
        height: 24px;
        position: relative;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        top: 2px;
    }
    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #06163A;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon4 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #nav-icon4 span:nth-child(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #nav-icon4 span:nth-child(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 1px;
        left: 3px;
    }
    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 18px;
        left: 3px;
    }
    .in-cust-nav .navbar-nav .nav-link .more-product-img {
        display: block;
        float: right;
        margin: 5px 0 0 0;
        position: absolute;
        right: -14px;
        max-width: 14px;
        top: 24px;
    }
    .top-header {
        position: fixed;
        z-index: -3;
        top: 0px;
    }
    .main-header {
        position: fixed;
        z-index: 4;
        top: 0px;
        /*overflow: visible; */
        box-shadow: 0 0px 8px #ddd;
    }
    .breadcrumb-body {
        margin-top: 88px;
        margin-bottom: 0px;
    }
    /* pdp */
    .sec-banner {
        height: 400px;
    }
    /* pdp */
    .sec-car-life .about-sec-left {
        width: 100%;
    }
    .sec-car-life .about-sec-right {
        width: 100%;
    }
    .sec-title span {
        font-size: 20px;
        width: auto;
        float: none;
    }
    .dr-life-head {
        font-size: 18px;
    }
    .vd-lbl {
        font-size: 14px;
    }
    .vd-ans {
        font-size: 14px;
    }
    .vacancy-head {
        font-size: 16px;
    }
    .dr-life-box {
        padding: 10px 10px 0 10px;
        text-align: center;
    }
    .dr-life-box img {
        max-height: 50px;
        float: none;
    }
    .dr-life-box:hover {
        box-shadow: none;
    }
    .an-form {
        padding: 0px;
    }
    .vd-apply-now {
        font-size: 16px;
    }
    .vd-apply-now img {
        height: 16px;
        margin-top: 5px;
    }
    .vacancy-box {
        padding: 15px;
    }
    .vacancy-list>li {
        margin: 0 0 20px 0;
        padding: 0 10px;
        width: 50%;
    }
    .vacancy-minus {
        margin-left: -10px;
        margin-right: -10px;
    }
    .sec-car-life .about-sec-left {
        margin-bottom: 10px;
    }
    .catagory-titles {
        font-size: 20px;
    }
    .cat-title-search-body {
        margin-bottom: 20px;
    }
    .mpp-slider-img-box {
        height: 250px;
        padding: 20px;
    }
    .mpp-slider-box {
        padding: 0 10px;
    }
    .plr-list li {
        margin-bottom: 30px;
    }
    .sec-pro-cat-space {
        padding-bottom: 0;
    }
    .sec-pro-cat-space .custom-container {
        padding: 0 20px;
    }
    .mpp-slider-box h6 {
        font-size: 16px;
    }
    .mpp-slider-box p {
        font-size: 14px;
    }
    .product-list-right {
        width: 100%;
        padding: 0;
    }
    .catagory-list-left1 {
        width: 100%;
        padding: 0;
        position: fixed;
        bottom: -1px;
        background-color: #fff;
        padding: 20px;
        left: 0;
        z-index: 5;
        border-radius: 20px 20px 0 0;
        box-shadow: 0px 0px 10px #18181829;
    }
    .cat-search-half .input-style {
        /* height: 50px; */
        padding: 8px 15px;
    }
    .btn-search {
        padding: 12px;
    }
    .plr-list-minus {
        margin-left: -10px;
        margin-right: -10px;
    }
    .view-mobile-cat {
        position: absolute;
        background-color: #F3FCFF;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        margin: 0;
        padding: 20px 20px;
        border-radius: 20px 20px 0 0;
        box-shadow: 0px 0px 10px #18181829;
    }
    .catagory-list-left1 .accordion {
        display: none;
        background-color: #fff;
        max-height: calc(100vh - 100px);
        overflow: auto;
    }
    .navbar-expand-lg .navbar-collapse {
        /*float: right;
		margin-top: 0;
		padding-right: 130px;
		width: 100%;
		position: absolute;
		top: 0px;
		z-index: 3;
		margin-top: 0 !important; */
    }
    .collapse {
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .collapse.show {
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .procat-with-close {
        display: block;
        margin-bottom: 10px;
    }
    .procat-with-close a {
        float: right;
    }
    .procat-with-close a img {
        float: right;
        height: 25px;
    }
    .cat-up-aro-img {
        float: right;
        margin-top: 8px;
    }
    .top-header {
        display: none;
    }
    .view-mobile-cat img {
        display: block;
    }
    /* .product_main_menu .down-menu i {
         top: 25px;
     } */
}

@media screen and (min-device-width: 319px) and (max-device-width: 767px) {
	
	#similar-product .owl-nav{
		position: relative;
		top: auto;
		bottom: 0px;
		margin: 0px auto;
		text-align: center;
	}
	#similar-product .owl-nav .owl-prev, #similar-product .owl-nav .owl-next{
		position: relative;
	}
	#similar-product .owl-nav .owl-prev{
		left: 0px;
	}
	#similar-product .owl-nav .owl-next{
		right: 0px;
	}
	
    .custom-container {
        padding: 0 15px;
    }
    .blog-list-img1 img {
        height: 220px;
    }
    .blog-list-style1 li {
        margin-bottom: 20px;
        width: 100%;
    }
    .blog-topic-pera1 {
        font-size: 14px;
        line-height: 24px;
    }
    .blog-more1 {
        max-height: 16px;
    }
    .blog-list-box1 .img-gradient {
        background: rgba(0, 0, 0, 0) linear-gradient( 0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
        transform: translateY(0px);
    }
    .blog-list-box1 .blog-list-cont1 {
        height: auto;
        max-height: 200px;
        bottom: 25px;
    }
    .mast-header-cont {
        padding: 15px;
    }
    /* pdp */
    .icon-size {
        width: 40% !important;
        height: 40% !important;
        max-width: 80px !important;
    }
    /* pdp */
    .mast__title {
        font-size: 24px;
        text-align: left;
    }
    .mast__pretitle {
        font-size: 16px;
        text-align: left;
    }
    .cv-list li p {
        font-size: 16px;
    }
    .mast__pretitle {
        font-size: 16px;
        text-align: left;
    }
    .green-bg-full {
        display: none!important;
        height: 0 !important;
    }
    .mast__header {
        width: 100%;
        height: auto;
    }
    .mast__bg {
        display: none;
    }
    .mast {
        height: auto;
    }
    .mast-body {
        background: #28C624;
        padding: 10px 0;
    }
    .sec-tech-new .about-sec-left {
        padding-left: 0px;
        padding-right: 0px;
        margin: 40px 0 0 0;
        text-align: left;
    }
    .sec-tech-new .about-sec-left p {
        text-align: justify;
    }
    .bs-box .bs-img {
        height: calc(100vh - 60px);
    }
    .bs-head {
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    .bs-pera {
        font-size: 18px;
        margin: 0 0 25px 0;
        width: 100%;
    }
    .bs-cont-box {
        top: 20px;
    }
    .btn-white {
        font-size: 16px;
        padding: 13px 25px;
        height: 50px;
        width: 100%;
    }
    .industries-cont-body {
        margin-top: 20px;
        box-shadow: none;
        margin-bottom: 0;
    }
    .sec-white {
        padding: 30px 0;
    }
    .sec-industries {
        padding: 0;
    }
    .indus-cont-head {
        font-size: 22px;
        margin: 0 0 10px 0;
    }
    .indus-cont-pera {
        font-size: 16px;
        margin: 0 0 20px 0;
        /* display: none; */
    }
    .industries-cont-body .indus-cont-text-body {
        height: auto;
        padding: 15px 20px;
        width: 100%;
    }
    .industries-cont-body .owl-carousel {
        width: 100%;
    }
    .is-box {
        height: 160px;
        border: 1px solid #ddd;
        border-right: none;
    }
    #industries-slider .item:first-child .is-box {
        border-left: none;
    }
	
	#industries-slider .owl-nav{
		position: relative;
		text-align: center;
		margin: 20px 0px 0px;
	}
	#industries-slider .owl-nav button {
		background: #ffffff;
		margin: 5px;
		color: #565555;
		width: 45px;
		height: 45px;
		border: 1px solid #ddd;
		border-radius: 2px;
	}
	#industries-slider .owl-nav button:hover, #industries-slider .owl-nav button:focus{
		border: 1px solid #ddd;
		color: #565555;
		outline: 0;
		box-shadow: none;
	}
	#industries-slider .owl-nav button span{
		font-size: 26px;
	}
	
	.sec-industries .industries-slider-controls{
		display: none;
	}
	
    .is-box::after {
        border-top: none;
    }
    .is-head {
        font-size: 16px;
    }
    .is-cont-box .bs-img {
        height: 80px;
        width: 80px !important;
        margin: 0 0 15px 0 !important;
    }
    .btn-slider {
        padding: 12px;
        height: 50px;
        width: 50px;
        margin: 0 10px;
    }
    .btn-slider img {
        height: 20px;
    }
    .sec-title {
        font-size: 28px;
        margin: 0 0 15px 0;
    }
    /* pdp */
    .coman-center-pera {
        font-size: 16px;
        margin: 10px 0 15px 0;
        line-height: 28px;
    }
    /* pdp */
    .about-sec-left {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-bottom: 10px;
    }
    .about-cont-center {
        display: block;
        justify-content: center;
        text-align: center;
    }
	.sec-tech-new .about-cont-center{
		display: flex;
		flex-direction: column;
	}
	.sec-tech-new .about-sec-right{
		order: 2;
		padding: 30px 0px;
	}
	.sec-tech-new .about-sec-left{
		order: 1;
		margin: 0px;
	}
    .about-sec-left .coman-center-pera {
        text-align: justify;
    }
    .about-sec-right {
        float: left;
        width: 100%;
        align-self: center;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 40px;
    }
    .sec-tech .about-sec-left {
        top: 0px;
        position: relative;
        transform: translateY(0%);
        margin-bottom: 0;
    }
    .comn-point-list li p {
        font-size: 16px;
        margin-top: 4px;
        text-align: left;
    }
    .btn-comn-readmore {
        width: 100%;
        min-width: 200px;
        font-size: 16px;
        padding: 12px 20px;
        height: 50px;
        position: relative;
        left: 0;
        margin-left: 0px;
    }
    .sec-blue {
        padding: 30px 0;
    }
    .ph-slider-box p {
        font-size: 14px;
        white-space: pre-line;
    }
    .blog-list-style li:first-child .blog-list-img img {
        height: 190px;
        width: 190px;
        border-radius: 190px;
    }
    .blog-tag {
        font-size: 14px;
        top: -20px;
        padding: 10px 15px;
    }
    .blog-topic {
        font-size: 16px;
        margin: 0 0 15px 0;
        line-height: 26px;
        white-space: normal;
    }
    /*.blog-list-box {
		height: 340px;
	}*/
    .blog-list-minus {
        margin-left: -15px;
        margin-right: -15px;
    }
    .btn-comn-readmore img {
        height: 14px;
    }
    .breadcrumb-body {
        margin: 70px 0px 0px 0px;
    }
    .foot-body {
        padding: 20px 0px 0px 0px;
    }
    .foot-cont p {
        font-size: 14px;
        padding: 0 15px;
        width: 100%;
    }
    .foot-link-list li a {
        margin-bottom: 10px;
    }
    .ph-section-padding .owl-item .item .ph-slider-box {
        padding: 15px;
    }
    .ph-slider-box img {
        margin-bottom: 15px;
    }
    .ph-section-padding .owl-item .item {
        margin: 10px 0px;
    }
    .foot-cont {
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px;
        float: none;
        width: auto;
    }
    .foot-address-right {
        float: left;
        width: 100%;
    }
    .foot-link-left {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .foot-logo a img {
        float: left;
        max-height: 50px;
    }
    .th-coman-padding {
        padding: 0 15px;
    }
    .technical-img {
        display: none;
    }
    .sec-tech {
        height: auto;
    }
    .foot-img {
        min-height: 80px;
        background-position: -90px center;
    }
    .btn-viewall-center {
        display: block;
        padding: 0 15px;
    }
    .blog-list-minus {
        margin-left: 0px;
        margin-right: 0px;
    }
    .blog-list {
        white-space: nowrap;
        overflow-x: auto;
        padding-left: 15px;
    }
    .blog-list li {
        float: none;
        display: inline-block;
        width: 280px;
        padding: 0 15px 0 0;
        margin-bottom: 30px;
    }
    .mob-padding {
        padding: 0;
    }
    .foot-title {
        font-size: 22px;
        padding: 0;
        margin-bottom: 15px;
    }
    .foot-tnc .th-left p {
        font-size: 14px;
        text-align: center;
    }
    .foot-tnc .th-left p a {
        font-size: 14px;
    }
    .th-right {
        width: 100%;
        margin-top: 20px;
    }
    .cib-social-list {
        display: flex;
        justify-content: center;
    }
    .foot-tnc .th-right ul li a {
        text-align: center;
        margin: 0;
        padding: 0 20px;
    }
    .cib-social-list li {
        margin: 0;
    }
    .th-left {
        width: 100%;
    }
    .industries-slider-controls {
        /* display: none; */
    }
	.mpp-slider-controls{
		position: relative;
		display: flex;
		margin: 50px 0px 0px;
		text-align: center;
		transform: translateY(0%);
	}
    #industries-slider {
        /* width: 100%;
        float: left;
        overflow-x: auto;
        white-space: nowrap; */
    }
    #industries-slider .item {
        /* float: none;
        display: inline-block; */
        width: 100%;
    }
    .blog-list-style li:first-child .blog-list-cont {
        padding: 0px 15px 15px 15px;
    }
    .blog-list-style li:first-child .blog-list-img {
        padding: 20px 15px 15px 15px;
    }
    .blog-list-cont {
        padding: 36px 15px 15px 15px;
    }
    #product-highlights {
        width: 100%;
        /* float: left;
        overflow-x: auto;
        white-space: nowrap; */
        padding-right: 15px;
        padding-left: 15px;
    }
    #product-highlights .item {
        /* float: none;
		padding: 0 15px 0 0;
        display: inline-block; */
        width: 100%;
        
    }
    #product-highlights .item a {
        background-color: #fff;
        float: left;
        padding: 15px;
        width: 100%;
        min-height: 280px;
    }
	#product-highlights .owl-nav{
		text-align: center;
		margin: 20px 0px 0px;
	}
	#product-highlights .owl-nav button{
		background: #ed3237;
		margin: 5px;
		color: #ffffff !important;
		width: 45px;
		height: 45px;
		border: 0px;
		border-radius: 2px;
		border: 0px;
	}
	#product-highlights .owl-nav button:hover, #product-highlights .owl-nav button:focus{
		border: 0px;
		outline: 0;
		box-shadow: none;
	}
	#product-highlights .owl-nav button span{
		font-size: 26px;
	}
    .model-slider-left {
        padding-right: 0px;
        width: 100%;
        margin-bottom: 30px;
    }
    .pro-cont-box {
        margin-bottom: 30px;
    }
    .pro-head-text {
        font-size: 18px;
        margin: 0 0 15px 0;
        order: 2;
        color: #333;
    }
    .pro-head-pera {
        order: 3;
        font-size: 16px;
        color: #555;
    }
    .pro-cont-point-head {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .pro-cont-point-pera {
        font-size: 16px;
    }
    .pro-center {
        height: auto;
        display: block;
    }
    .pro-back-img {
        background-image: none;
    }
    .pro-cont-right {
        padding-left: 0px;
        width: 100%;
        margin-top: 40px;
    }
    .pro-cont-left {
        width: 100%;
    }
    .achievements-list li {
        padding: 15px;
        width: 100%;
    }
    .achievements-list li .achievements-box {
        padding: 15px 15px 15px 90px;
    }
    .achi-box-img {
        left: 15px;
        width: 50px;
    }
    .achi-count {
        font-size: 20px;
    }
    .achi-text {
        font-size: 16px;
    }
    .testimonial-text {
        font-size: 16px;
        line-height: 26px;
    }
    .testimonial-user {
        font-size: 20px;
        margin: 0 0 10px 0;
        line-height: 20px;
    }
    .ms-count {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
    .ms-text {
        font-size: 18px;
    }
    .ms-count-box {
        width: 130px;
    }
    .ms-count-box img {
        bottom: -30px;
        height: 35px;
    }
    .image-border {
        top: 20px;
        width: calc(100% - 20px);
        height: 280px;
    }
    .image-border-body .abt-sub-img-body img {
        width: calc(100% - 20px);
        height: 280px;
    }
    .wwr-head {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .wwr-pera {
        font-size: 16px;
    }
    .process-text p {
        font-size: 20px;
        margin-top: -10px;
    }
    .wwr-half {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
    /* pdp */
    .wwr-half:first-child {
        margin-top: 20px;
    }
    .wwr-half-minus {
        margin: 0;
    }
    .process-text {
        background-color: transparent;
        width: 100%;
        float: left;
        position: relative;
        height: auto;
        order: 1;
    }
    .process-text p {
        font-size: 18px;
        text-align: left;
        color: #000;
        transform: rotateZ(0deg);
        position: relative;
        top: 0;
        margin-top: 0px;
        margin-bottom: 0;
        width: 100%;
        padding: 0 0 15px 0;
    }
    .pro-cont-body {
        float: left;
        width: 100%;
        padding: 15px;
        position: relative;
        border: 4px solid #28c624;
        height: auto;
        display: grid;
    }
    .testimonial-slider-body .owl-dots .owl-dot span {
        width: 30px;
    }
    .testimonial-slider-body .owl-dots .owl-dot.active span {
        width: 30px;
    }
    .bs-box1 .bs-img {
        width: 100%;
        float: left;
        height: calc(100vh - 60px);
    }
    .bs-head1 {
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    /* pdp */
    .bs-pera1 {
        font-size: 18px;
        padding-top: 50%;
    }
    .model-testimonial-center {
        display: block;
    }
    .testimonial-slider-right {
        width: 100%;
    }
    /* pdp */
    .app-sec-img-center {
        padding-left: 0;
        padding-right: 0;
        order: 2;
        margin-bottom: 0px;
    }
    /* pdp */
    .app-box-right {
        padding-left: 0;
        padding-right: 0;
        order: 1;
        text-align: center;
        margin-bottom: 40px;
    }
    .app-center-body {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .number-image {
        float: none;
        height: 40px;
    }
    .sec-title-small {
        font-size: 20px;
        margin: 0 0px 15px 0;
    }
    .app-pera {
        font-size: 16px;
        margin: 0 0 25px 0;
        line-height: 28px;
    }
    .pd-product-code {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .pd-product-name {
        font-size: 18px;
        margin: 0 0 20px 0;
        line-height: 28px;
    }
    #accordionExample .btn-link {
        font-size: 16px;
        padding: 15px 35px 15px 15px;
        position: relative;
    }
    .catagory-list-left .btn-link {
        padding: 10px 0 !important;
    }
    .catagory-list-left .card-body {
        padding: 0 0px 15px 0px !important;
    }
    .product-slider-box {
        padding: 10px 15px 40px 15px;
        height: 300px;
    }
    .product-slider-left {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        margin-bottom: 30px;
    }
    .product-details-right {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .slider-container {
        padding: 0;
    }
    .mpp-slider-controls #next-slide3 {
        right: 0px;
		position: relative;
    }
    .mpp-slider-controls #prev-slide3 {
        left: 0px;
		position: relative;
    }
    .mpp-slider-controls #prev-slide2 {
        left: 0px;
		position: relative;
    }
    .mpp-slider-controls #next-slide2 {
        right: 0px;
		position: relative;
    }
    .mpp-slider-img-box {
        height: 180px;
        padding: 15px;
    }
    .catagory-titles {
        font-size: 22px;
    }
    .breadcrumb-list li a {
        padding: 8px 0;
        font-size: 12px;
    }
    .breadcrumb-list li::after {
        padding: 4px 5px;
    }
    /*.breadcrumb-list li:first-child {
         display: none;
     }*/
    .product-slider-box img {
        height: 180px;
        width: auto !important;
    }
    .btn-link .arrow-img {
        margin-top: 5px;
        height: 8px;
        position: absolute;
        right: 15px;
        top: 18px;
    }
    #accordionExample .card {
        margin-bottom: 20px;
        box-shadow: 0px 0px 6px #aaaaaa29;
    }
    .sec-cat {
        padding-top: 0;
    }
    .sec-similar {
        padding: 0;
    }
   /* .mpp-slider-controls {
        display: none;
    } */
    .mpp-slider-box {
        padding: 0 15px 0 0;
    }
    #popular-product {
        width: 100%;
        float: left;
        overflow-x: auto;
        white-space: nowrap;
        padding-left: 5px;
    }
    #popular-product .item {
       /* float: none;
        display: inline-block;
        width: 240px; */
    }
    #similar-product {
        width: 100%;
        float: left;
       /* overflow-x: auto;
        white-space: nowrap; */
        padding-left: 5px;
    }
    #similar-product .item {
        /* float: none;
        display: inline-block;
        width: 240px; */
    }
    .mpp-slider-box p {
        padding: 0 5px;
        white-space: normal;
        font-size: 14px;
    }
    .mpp-slider-box h6 {
        font-size: 16px;
    }
    .product-slider-left .owl-dots .owl-dot span {
        margin: 4px;
        width: 10px;
        height: 10px;
        border-radius: 10px;
    }
    .specification-table td {
        font-size: 14px;
    }
    .specification-table tbody {
        border: none;
    }
    .blog-page-right-head {
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    .newsletter-pera {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .bpr-blog-title {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px 0;
        width: calc(100% - 120px);
    }
    .bpr-blog-date {
        width: calc(100% - 120px);
        font-size: 14px;
    }
    .bpr-blog-img {
        width: 100px;
        margin-right: 15px;
    }
    .bpr-categories-list li a {
        font-size: 16px;
    }
    .bpr-categories-list li {
        margin-bottom: 10px;
    }
    .bpr-video-title {
        width: calc(100% - 120px);
        font-size: 14px;
        line-height: 24px;
    }
    .bpr-video-img {
        width: 100px;
        margin-right: 15px;
    }
    .blog-page-left .blog-list li {
        padding: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .blog-page-left .blog-list-minus {
        margin-left: 0px;
        margin-right: 0px;
    }
    .input-style {
        /* height: 50px; */
        padding: 10px 20px;
        font-size: 16px;
    }
    .btn-submit-au {
        font-size: 18px;
        padding: 10px 20px;
        height: 50px;
    }
    .blog-page-left .blog-list-box {
        height: auto;
    }
    .blog-page-left {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .blog-page-right {
        width: 100%;
    }
    .blog-page-right-cont {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .blog-page-left .blog-list {
        padding: 0;
        overflow-x: visible;
    }
    .blog-date {
        font-size: 16px;
    }
    .blog-page-right-cont:last-child {
        margin-bottom: 0;
    }
    .bpr-video-list li:last-child {
        margin-bottom: 0;
    }
    .in-cust-nav .navbar-nav .nav-item {
        margin-left: 0px;
        padding: 0;
        width: 100%;
    }
    .in-cust-nav .navbar-nav .nav-link {
        padding: 10px 0;
        /*width: 100%;
         max-width: 90%;*/
    }
    .main-header .th-coman-padding {
        padding: 0;
    }
    .brand-logo {
        padding-right: 20px;
        height: 60px;
    }
    .main-nav {
        height: auto;
        float: left;
        width: calc(100% + 30px);
        display: block;
        background-color: #fff;
        position: absolute;
        left: -15px;
        padding: 15px;
        top: 60px;
    }
    .mpp-slider-img-box img {
        width: auto!important;
        max-height: 200px !important;
        max-width: 100% !important;
        height: auto !important;
    }
    .in-cust-nav .navbar-nav .nav-link p {
        padding: 0px;
        width: 100%;
    }
    .btn-enquire-now {
        font-size: 18px;
        padding: 18px 20px;
        height: 60px;
    }
    .brand-logo a img {
        /* height: 50px; */
    }
    .in-cust-nav {
        height: 60px;
    }
    .in-cust-nav .navbar-nav .active .nav-link,
    .in-cust-nav .navbar-nav .current-menu-item .nav-link {
        height: auto;
        border: none;
    }
    .top-header-body {
        padding: 10px 0;
    }
    .full-menu {
        top: 60px;
        padding: 30px 10px 0 10px;
        height: calc(100vh - 60px);
        overflow: auto;
    }
    .fullmenu-cat-head {
        font-size: 16px;
        margin-bottom: 10px;
        height: auto;
    }
    .fullmenu-cat-list li a {
        font-size: 14px;
    }
    .fullmenu-cat-list li {
        margin-bottom: 8px;
    }
    .th-left ul li .cib-info-text {
        font-size: 14px;
    }
    .th-left ul li img {
        margin-right: 10px;
        height: 18px;
    }
    .cib-social-list li {
        margin-right: 15px;
    }
    .cib-social-list li a img {
        height: 30px;
    }
    .nav-btn-fixed {
        position: absolute;
        right: 0;
        top: 12px;
    }
    .in-nav-btn {
        float: right;
        padding: 0;
        border-radius: 0;
        border: none;
        display: block;
    }
    .in-nav-btn:focus,
    .in-nav-btn:active,
    .in-nav-btn:hover {
        outline: none;
        border: none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
    }
    .in-nav-btn .navbar-toggler-icon {
        width: auto;
        height: auto;
    }
    .btn-enquire-now {
        display: none;
    }
    .navbar-collapse.show {
        display: block;
        z-index: 3;
    }
    .navbar-expand-lg .navbar-collapse {
        float: right;
        margin-top: 0 !important;
        padding-right: 130px;
        width: 100%;
        position: absolute;
        top: 0px;
    }
    .in-cust-nav .navbar-nav .nav-link:after {
        display: none;
        content: '';
        height: auto;
        border-bottom: none;
    }
    .fullmenu-cat-body {
        float: left;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    /* .navbar-toggler {
        background: #f9e5e5;
        padding: 6px;
        border-radius: 2px;
    } */
    #nav-icon4 {
        width: 24px;
        height: 24px;
        position: relative;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        top: -2px;
    }
    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #06163A;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon4 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #nav-icon4 span:nth-child(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #nav-icon4 span:nth-child(3) {
        top: 16px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 1px;
        left: 3px;
    }
    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 18px;
        left: 4px;
    }
    .th-left ul li:first-child {
        padding-right: 0px;
        border-right: none;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .th-left ul li {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .top-header-body .th-right {
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }
    .foot-tnc .cib-social-list {
        display: flex;
        justify-content: center;
    }
    .top-header {
        display: none;
    }
    .main-header {
        position: fixed;
        z-index: 4;
        top: 0;
        overflow: visible;
        box-shadow: 0 0 8px #ddd;
    }
    /* pdp */
    body {
        margin-top: 60px;
    }
    .sec-banner {
        height: auto;
    }
    .in-cust-nav .navbar-nav .nav-link .more-product-img {
        display: block;
        float: right;
        margin: 5px 0 0 0;
    }
    .sec-car-life .about-sec-left {
        width: 100%;
    }
    .sec-car-life .about-sec-right {
        width: 100%;
    }
    .sec-title span {
        font-size: 20px;
        width: auto;
        margin-bottom: 15px;
    }
    .sec-vacancy-body .sec-title span {
        width: auto;
        margin-bottom: 5px;
    }
    .dr-life-head {
        font-size: 18px;
    }
    .vd-lbl {
        font-size: 14px;
    }
    .vd-ans {
        font-size: 14px;
    }
    .vacancy-head {
        font-size: 16px;
    }
    .dr-life-box {
        padding: 25px 0 0 0;
        text-align: center;
    }
    .dr-life-box img {
        max-height: 50px;
        float: none;
    }
    .dr-life-box:hover {
        box-shadow: none;
    }
    .an-form {
        padding: 0px;
    }
    .vd-apply-now {
        font-size: 16px;
    }
    .vd-apply-now img {
        height: 14px;
        margin-top: 6px;
    }
    .vacancy-box {
        padding: 15px;
    }
    .vacancy-list>li {
        margin: 0 0 20px 0;
        padding: 0 10px;
        width: 100%;
    }
    .vacancy-minus {
        margin-left: -10px;
        margin-right: -10px;
    }
    .sec-car-life .about-sec-left {
        margin-bottom: 0px;
    }
    .bs-cont-box1 {
        padding: 0 15px;
    }
    .dr-life-list li {
        /* float: left;
         width: 100%;
         padding: 0; */
    }
    .an-form .form-group {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .catagory-titles {
        font-size: 20px;
    }
    .cat-title-search-body {
        margin-bottom: 20px;
    }
    .mpp-slider-img-box {
        height: 250px;
        padding: 20px;
    }
    .mpp-slider-box {
        padding: 0 10px;
    }
    .plr-list li {
        margin-bottom: 30px;
        width: 100%;
    }
    .sec-pro-cat-space {
        padding-bottom: 0;
    }
    .sec-pro-cat-space .custom-container {
        padding: 0 15px;
    }
    .mpp-slider-box h6 {
        font-size: 16px;
    }
    .mpp-slider-box p {
        font-size: 14px;
    }
    .product-list-right {
        width: 100%;
        padding: 0;
    }
    .catagory-list-left1 {
        width: 100%;
        padding: 0;
        position: fixed;
        bottom: -1px;
        background-color: #fff;
        padding: 15px;
        left: 0;
        z-index: 99;
        border-radius: 20px 20px 0 0;
        box-shadow: 0px 0px 10px #18181829;
    }
    .cat-search-half .input-style {
        /* height: 50px; */
        padding: 8px 15px;
    }
    .btn-search {
        padding: 12px;
    }
    .plr-list-minus {
        margin-left: -10px;
        margin-right: -10px;
    }
    .view-mobile-cat {
        position: absolute;
        background-color: #F3FCFF;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        margin: 0;
        padding: 15px;
        border-radius: 20px 20px 0 0;
        box-shadow: 0px 0px 10px #18181829;
    }
    .catagory-list-left1 .accordion {
        display: none;
        background-color: #fff;
        max-height: calc(100vh - 100px);
        overflow: auto;
    }
    .collapse {
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .collapse.show {
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    .procat-with-close {
        display: block;
        margin-bottom: 10px;
    }
    .procat-with-close a {
        float: right;
    }
    .procat-with-close a img {
        float: right;
        height: 25px;
    }
    .cat-title-half {
        width: 100%;
    }
    .cat-search-half {
        width: 100%;
    }
    .cat-up-aro-img {
        float: right;
        margin-top: 8px;
    }
    .catagory-list-left1 .sub-cat-list li a {
        font-size: 14px;
        padding: 7px 0;
    }
    .brand-logo a {
        float: left;
        height: auto;
    }
    .head-border-top {
        width: 40px;
        margin: 0 0 15px 0;
    }
    .catagory-list-left1 .catagory-titles {
        font-size: 18px;
    }
    .view-mobile-cat img {
        display: block;
        margin-top: 5px;
        height: 8px;
    }
    .blog-more {
        max-height: 14px;
        margin-top: 2px;
    }
    .cu-info-left {
        float: left;
        width: 100%;
        padding: 0;
    }
    .cu-info-tabs .nav-pills li a {
        padding: 10px 15px;
    }
    .cu-info-box {
        box-shadow: 0px 0px 6px #aaaaaa29;
        padding: 15px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }
    .cu-info-text-head {
        font-size: 16px;
    }
    .cu-info-text {
        width: calc(100% - 50px);
        align-self: center;
    }
    .cu-info-box img {
        max-width: 34px;
        align-self: center;
        margin-right: 20px;
    }
    .cu-info-right {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .cu-info-right-box {
        box-shadow: 0px 0px 6px #aaaaaa29;
        padding: 20px 14px 5px 15px;
    }
    .cu-form .left-side {
        width: 100%;
    }
    .cu-form .right-side {
        width: 100%;
    }
    .sec-faq {
        padding: 20px 15px;
    }
    #accordionExample .card .card-body p {
        font-size: 14px;
    }
    .btn-wave {
        margin: 0 auto;
    }
    .mast-header-cont-img {
        margin-bottom: 10px;
        max-height: 80px;
    }
    .btn-pdf-download {
        font-size: 18px;
        padding: 15px 15px;
        height: 55px;
        width: 100%;
        text-align: center;
    }
}

@media (-webkit-device-pixel-ratio: 1.25) {
     :root {
        zoom: 0.8;
    }
}

@media (-moz-device-pixel-ratio: 1.25) {
     :root {
        zoom: 0.8;
    }
}

@media (-o-min-device-pixel-ratio:1.25) {
     :root {
        zoom: 0.8;
    }
}

@media (-moz-min-device-pixel-ratio: 1.25) {
     :root {
        zoom: 0.8;
    }
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1500px) {
    .is-box {
        height: 280px !important;
        border-top: none !important;
    }
    .industries-cont-body .indus-cont-text-body {
        height: 280px !important;
    }
    .blog-list-img1 img {
        height: 280px !important;
    }
    .blog-list-box1:hover .blog-list-cont1 {
        max-height: 280px;
    }
    .blog-topic-title {
        font-size: 18px;
    }
    /*.brand-logo a {
		height: 70px;
	} */
}

@media screen and (min-device-width: 1100px) and (max-device-width: 1279px) {
    .is-box {
        height: 280px !important;
        border-top: none !important;
    }
    .industries-cont-body .indus-cont-text-body {
        height: 280px !important;
    }
    .blog-list-img1 img {
        height: 280px !important;
    }
    .blog-list-box1:hover .blog-list-cont1 {
        max-height: 280px;
    }
    .blog-topic-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .industries-cont-body .indus-cont-text-body {
        height: 360px;
        padding: 10px 20px;
    }
    .blog-topic-pera1 {
        font-size: 14px;
        margin: 0 0 20px 0;
    }
    .blog-list-cont1 .btn-wave {
        width: 50px;
        height: 50px;
    }
    .blog-list-cont1 .btn-wave img {
        left: 13px;
        top: 15px;
        height: 14px;
    }
    .blog-list-cont1 {
        height: 280px;
        max-height: 30px;
    }
    .sec-industries {
        padding: 0 6%;
    }
    .btn-wave .iconimg {
        left: 14px !important;
        top: 7px !important;
        height: 25px !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .breadcrumb-body {
        margin-top: 80px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1025px) {
	
	#similar-product .owl-nav{
		position: relative;
		top: auto;
		bottom: 0px;
		margin: 0px auto;
		text-align: center;
	}
	#similar-product .owl-nav .owl-prev, #similar-product .owl-nav .owl-next{
		position: relative;
	}
	#similar-product .owl-nav .owl-prev{
		left: 0px;
	}
	#similar-product .owl-nav .owl-next{
		right: 0px;
	}
	
    .is-box {
        height: 280px !important;
        border-top: none !important;
    }
    .industries-cont-body .indus-cont-text-body {
        height: 280px !important;
    }
    .blog-list-img1 img {
        height: 280px !important;
    }
    .blog-list-box1:hover .blog-list-cont1 {
        max-height: 280px;
    }
    .blog-topic-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .industries-cont-body .indus-cont-text-body {
        height: 360px;
        padding: 10px 20px;
    }
    .blog-topic-pera1 {
        font-size: 14px;
        margin: 0 0 20px 0;
    }
    .blog-list-cont1 .btn-wave {
        width: 50px;
        height: 50px;
    }
    .blog-list-cont1 .btn-wave img {
        left: 13px;
        top: 15px;
        height: 14px;
    }
    .blog-list-cont1 {
        height: 260px;
        max-height: 30px;
    }
    .sec-industries {
        padding: 0 20px;
    }
    .blog-list-box1 .blog-list-cont1 {
        max-height: 260px;
        bottom: 25px;
    }
    .btn-wave .iconimg {
        left: 14px !important;
        top: 7px !important;
        height: 25px !important;
    }
}

@media screen and (min-device-width: 319px) and (max-device-width: 767px) {
    .is-box {
        height: 280px !important;
        border: none !important;
    }
    .industries-cont-body .indus-cont-text-body {
        height: auto !important;
    }
    .blog-list-img1 img {
        height: 260px !important;
    }
    .blog-topic-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .industries-cont-body .indus-cont-text-body {
        height: 360px;
        padding: 10px 0px;
    }
	.industries-cont-body .indus-cont-text-body:before{
		background: transparent;
	}
    .blog-topic-pera1 {
        font-size: 14px;
        margin: 0 0 20px 0;
        white-space: normal;
    }
    .blog-list-cont1 .btn-wave {
        width: 50px;
        height: 50px;
    }
    .blog-list-cont1 .btn-wave img {
        left: 13px;
        top: 15px;
        height: 14px;
    }
    .blog-list-cont1 {
        height: 280px;
        max-height: 30px;
    }
    .sec-industries {
        padding: 0 20px;
    }
    .blog-list-box1 .blog-list-cont1 {
        max-height: 260px;
        bottom: 25px;
    }
    #industries-slider .item {
        /*  float: none;
        display: inline-block; */
        width: 100%;
    }
    .indus-cont-head {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .btn-wave .iconimg {
        left: 14px !important;
        top: 7px !important;
        height: 25px !important;
    }
}

.brand-logo {
    padding-right: 0px;
}

.top-header-body-custom1 .th-coman-padding {
    padding: 0;
}

.navbar-expand-lg .navbar-collapse {
    float: right;
    margin-top: 28px;
    padding-right: 130px;
}

.main-nav {
    padding-left: 20px;
}

.top-header-body-custom1 .th-left {
    float: left;
    width: auto;
}

.top-header-body-custom1 .top-header-body {
    float: right;
    width: 80px;
    padding: 9px 0;
    background-color: #fff;
}

.top-header-body-custom1 .th-right {
    float: right;
    width: auto;
    margin-left: 0px;
}

.top-header-body-custom1 .th-left ul li {
    padding: 0 0 0 40px !important;
    float: none;
    display: inline-block;
    position: relative;
    clear: both;
    margin-bottom: 0px;
    margin-right: 10px;
}

.top-header-body-custom1 .th-left ul li:first-child {
    padding-right: 20px !important;
    margin-right: 20px;
    border-right: 1px solid #ddd;
}

.th-left ul li img {
    margin-right: 0px;
    position: absolute;
    left: 0px;
    top: 3px;
}

.cib-social-list {
    padding-right: 0px;
    width: 80px;
    float: right;
}

.cib-social-list li {
    float: left;
    width: 40px;
    margin: 0;
    padding: 5px;
}

.foot-link-left .cib-social-list {
    width: 100%;
}

.foot-link-left .cib-social-list li {
    float: left;
    width: 40px;
    margin: 0;
    padding: 0 10px 0 0;
}

.foot-tnc .cib-social-list {
    width: auto;
}

.foot-tnc .cib-social-list li {
    width: auto;
    padding: 0;
}

.in-cust-nav .navbar-nav .nav-link p {
    padding: 12px 0px;
    transition: all .4s ease-in-out;
    position: relative;
}


/*
.brand-logo {
    height: 120px;
}
.brand-logo a {
    height: 90px;
} */

.full-menu {
    top: 100px;
    transition: all .4s ease-in-out;
}

.in-cust-nav {
    position: relative;
    height: 100px;
}

.top-header-body-custom1 {
    position: absolute;
    right: 0;
    top: 0;
}

.th-right-lbl {
    float: left;
    width: auto;
    color: #777;
    font-size: 14px;
    margin: 3px 0 0 0;
}

.th-left ul li .cib-info-text {
    width: auto;
    color: #06163a;
    font-size: 12px;
}

.foot-link-left .cib-social-list li:last-child {
    margin-left: 0;
}


/* start pagination pdp*/

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    /*max-width: 200px; */
    margin: 0px auto;
    justify-content: center;
    text-align: center;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}

.pagination a:hover {
    color: #fff;
    background: #ed3237;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #ed3237;
    color: #fff;
}


/* end pagination */

@media screen and (min-device-width: 1280px) and (max-device-width: 1500px) {
    .main-nav {
        padding-left: 0;
    }
    .brand-logo a img {
        /* height: 90px; */
        padding: 5px 0;
        transition: all .4s ease-in-out;
    }
    .header-small .brand-logo a img {
        /* height: 70px; */
        padding: 5px 0;
        transition: all .4s ease-in-out;
    }
    .full-menu {
        top: 100px;
    }
    .main-header .th-coman-padding {
        padding: 0 80px;
    }
    #popular-product.owl-carousel .owl-item img {
        max-height: 180px!important;
    }
    #similar-product.owl-carousel .owl-item img {
        max-height: 180px!important;
    }
    .ph-section-padding .owl-item .item .ph-slider-box {
        min-height: 360px;
    }
}

@media screen and (min-device-width: 1100px) and (max-device-width: 1279px) {
    .main-nav {
        padding-left: 0;
    }
    .brand-logo a img {
        /* height: 90px; */
        padding: 0;
    }
    .full-menu {
        top: 120px;
    }
    .in-cust-nav .navbar-nav .nav-link:after {
        height: 60px;
    }
    .main-header .th-coman-padding {
        padding: 0 6%;
    }
    .ph-section-padding .owl-item .item .ph-slider-box {
        min-height: 360px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1025px) {
    .top-header-body-custom1 {
        /*	display: none; */
    }
    .brand-logo {
        /*height: 70px; */
        margin-left: 20px;
    }
    .in-cust-nav {
        height: 70px;
    }
    .header-small .in-cust-nav {
        height: 70px;
    }
    body {
        margin-top: 70px;
    }
    .brand-logo a {
        /* height: 54px; */
    }
    .nav-btn-fixed {
        position: absolute;
        right: 20px;
        top: 28px;
    }
    .in-cust-nav .navbar-nav .nav-link p {
        /* padding: 0px; */
    }
    .full-menu {
        top: 86px;
    }
    .in-cust-nav .navbar-nav .nav-item:first-child {
        /* border-top: 1px solid #ddd; */
    }
    .foot-cont p span {
        font-size: 14px;
    }
}

@media screen and (min-device-width: 319px) and (max-device-width: 767px) {
    .top-header-body-custom1 {
        display: none;
    }
    .brand-logo {
        height: 60px;
        margin-left: 15px;
    }
    .in-cust-nav {
        height: 60px;
    }
    .brand-logo a {
        height: 100%;
    }
    .nav-btn-fixed {
        position: absolute;
        right: 15px;
        top: 22px;
    }
    .in-cust-nav .navbar-nav .nav-link p {
        padding: 0px;
    }
    .full-menu {
        top: 60px;
    }
    .brand-logo a img {
        /* height: 46px; */
    }
    .main-nav {
        height: auto;
        float: left;
        width: calc(100% + 5px);
        display: block;
        background-color: #fff;
        position: absolute;
        left: -5px;
        padding: 15px;
        top: 60px;
    }
    .in-cust-nav .navbar-nav .nav-item:first-child {
        border-top: 1px solid #ddd;
    }
    .in-cust-nav .navbar-nav .nav-item {
        padding: 0 15px;
    }
    .main-nav {
        height: auto;
        float: left;
        width: 100%;
        display: block;
        background-color: #fff;
        position: absolute;
        left: 0;
        padding: 0;
        top: 60px;
        box-shadow: 0 4px 8px #ddd;
    }
    .full-menu {
        padding: 15px 0 50px 0;
    }
    .fullmenu-cat-body {
        padding: 0 15px;
    }
    .foot-cont p span {
        font-size: 14px;
    }
    .foot-link-left .cib-social-list {
        display: block;
    }
    /*pdp*/
    /* .pagination {
         max-width: 60px !important;
     } */
}

.fullmenu-cat-list>li {
    float: left;
    width: 20%;
    margin-bottom: 10px;
}

.fullmenu-cat-list>li>span {
    color: #333;
    font-size: 18px;
    margin: 0 0 15px 0;
    float: left;
    font-family: 'Roboto-Medium';
}

.fullmenu-cat-list>li>.sub-menu {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

.fullmenu-cat-list>li>.sub-menu>li {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.fullmenu-cat-list>li>.sub-menu>li>a {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 15px 0 0;
}

.fullmenu-cat-list>li>.sub-menu>li>a>p {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    font-size: 16px;
}

.header-small .full-menu {
    top: 90px;
    transition: all .4s ease-in-out;
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1500px) {
    .fullmenu-cat-list>li>.sub-menu>li>a>p {
        font-size: 14px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width:1025px) {
    .header-small .full-menu {
        top: 82px;
    }
    .fullmenu-cat-list>li {
        width: 33.33%;
    }
    .fullmenu-cat-list>li>.sub-menu>li>a>p {
        font-size: 14px;
    }
    .model-slider-box>p>iframe {
        width: 324px !important;
        height: 324px !important;
        min-height: auto;
    }
    #banner-slider.owl-carousel .owl-item img {
        height: 400px !important;
    }
    .blog-topic-pera1 {
        line-height: 22px;
    }
    .about-sec-right a img {
        width: 100% !important;
        height: auto !important;
        max-width: inherit !important;
    }
    .mast__pretitle {
        text-align: left;
    }
    .cib-social-list li a img {
        height: 30px;
    }
}

@media screen and (min-device-width: 319px) and (max-device-width:767px) {
    .fullmenu-cat-list>li {
        width: 100%;
        padding: 0 15px;
    }
    .fullmenu-cat-list>li>.sub-menu>li>a>p {
        font-size: 14px;
    }
    .fullmenu-cat-list>li>span {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .fullmenu-cat-list>li>.sub-menu>li>a {
        padding: 0;
    }
    .model-slider-box>p>iframe {
        width: 100% !important;
        height: 290px !important;
    }
    .bs-pera1 {
        font-size: 18px;
        padding-top: 0;
    }
    #banner-slider.owl-carousel .owl-item img {
        width: 100% !important;
        max-width: 100% !important;
        max-height: 260px !important;
        /* min-height: 200px !important; */
        height: auto !important;
    }
    .about-sec-right {
        padding-bottom: 0;
    }
    .about-sec-left {
        margin-bottom: 30px;
    }
}


/* == 08-03-2022 == */

.wwr-point ul {
    padding: 5px 0px 0px 25px;
    width: 100%;
    clear: both;
}

.wwr-point ul li {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    margin: 0px 0px 4px 0px;
    position: relative;
}

.wwr-point ul li:before {
    position: absolute;
    left: -25px;
    top: 4px;
    width: 18px;
    height: 18px;
    content: '';
    background: url(assets/images/radio.png) no-repeat center;
}

ul.blog-equal {
    margin: 0px auto 15px;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

ul.blog-equal li {
    list-style-type: none;
    display: inline-flex;
    height: 100%;
    max-width: 400px;
    padding: 10px 15px;
    margin: 0px auto 15px;
}

ul.blog-equal li a {
    white-space: normal;
}

.error-space {
    padding: 120px 0px 30px 0px;
    text-align: center;
}

.error-space a {
    background: black;
    padding: 8px 14px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
    .error-space {
        padding: 50px 0px 30px 0px;
    }
    .about-sec-right {
        margin: 0px auto;
        text-align: center;
    }
    .about-sec-right img {
        text-align: center;
        margin: 0px auto;
        float: none;
    }
    /* .full-menu {
         top: 80px;
     } */
    .down-menu-close {
        color: #fff;
        width: 34px;
        height: 34px;
        padding: 5px;
        display: block;
        text-align: center;
        border-radius: 4px;
        position: absolute;
        right: 6%;
        top: 5px;
        background: #ed3237;
    }
    .product_main_menu .down-menu {
        position: absolute;
        right: 35px;
        top: 0px;
        width: 35px;
        height: 35px;
        /* background: #008BB9;*/
    }
    .an-form-career {
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 1026px) and (max-width: 1101px) {
    .full-menu {
        top: 87px !important;
    }
    .header-small .full-menu {
        top: 82px !important;
    }
}

@media only screen and (max-width: 991px) {
    .top-header-body-custom1 {
        display: none;
    }
    .header-small .brand-logo,
    .brand-logo {
        height: 100%;
        padding: 4px 0px;
    }
    .brand-logo a img{
       max-width: 120px;
    }
    .header-small .in-cust-nav .navbar-nav .current-menu-item .nav-link,
    .in-cust-nav .navbar-nav .nav-link:after,
    .header-small .in-cust-nav .navbar-nav .nav-link:after {
        content: none !important;
        height: auto;
        border: 0px;
    }
    .in-cust-nav .navbar-nav .nav-link p {
        padding: 0px;
    }
    .product_main_menu i {
        position: absolute;
        right: 0px;
        top: 8px;
        font-size: 24px;
    }
    .header-small .in-cust-nav .navbar-nav .nav-link p {
        padding: 0px;
    }
    .main-nav {
        padding: 0px;
    }
    .navbar-expand-lg .navbar-collapse {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
    }
    .header-small .navbar-expand-lg .navbar-collapse {
        margin: 0px;
    }
    .brand-logo a img {
        max-width: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .in-cust-nav .navbar-nav .nav-item {
        margin-left: 30px;
    }
    .th-coman-padding {
        padding: 0px 60px;
    }
    .in-cust-nav .navbar-nav .nav-item {
        width: auto;
        padding: 0px 5px;
    }
    .navbar-expand-lg .navbar-collapse {
        margin-top: 15px;
    }
    .header-small .navbar-expand-lg .navbar-collapse {
        margin-top: 10px;
    }
    .main-nav {
        padding-left: 0px;
    }
    /*.in-cust-nav,
	.header-small .in-cust-nav{
		height: auto;
	} */
    .header-small .brand-logo,
    .brand-logo {
        height: auto;
    }
    .brand-logo a {
        padding: 5px 0px;
    }
    .brand-logo a img {
        max-width: 130px;
    }
    .header-small .in-cust-nav .navbar-nav .nav-link p {
        /*padding: 0px; */
    }
    .in-cust-nav {
        height: auto !important;
    }
    .in-cust-nav .navbar-nav .nav-link:after {
        /* height: auto; */
    }
    .header-small .in-cust-nav .navbar-nav .current-menu-item .nav-link {
        /* height: auto; */
        /* height: 72px; */
    }
    .header-small .in-cust-nav .navbar-nav .nav-link:after {
        /* height: 37px; */
        /* height: 72px; */
    }
    .in-cust-nav .navbar-nav .current-menu-item .nav-link {
        border-bottom: 6px solid #ed3237;
        height: 72px;
        transition: transform 250ms ease-in-out;
        transition: all .4s ease-in-out;
    }
    .top-header-body-custom1 .top-header-body {
        width: 70px;
        padding: 11px 0;
        background-color: transparent;
    }
    .cib-social-list li {
        width: 34px;
        height: 34px;
        padding: 0px;
    }
}

@media only screen and (min-width: 1026px) and (max-width: 1279px) {
    .full-menu {
        top: 100px;
    }
    .mpp-slider-img-box {
        height: auto;
    }
}

h5,
p,
ul,
li {
    text-align: justify;
}

.client-testimonial {
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px;
    background: #edf1f3;
    float: left;
}

.testimonial-items {
    background: #ffffff;
    position: relative;
    box-shadow: 0px 10px 20px #8c8f91;
    top: 0;
    transition: 0.5s;
}

.testimonial-items:hover {
    background: #ffffff;
    position: relative;
    box-shadow: 0px 10px 20px #8c8f91;
    top: -15px;
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
    .an-form-career {
        padding: 40px 20px;
    }
    .recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
    .an-form-career .btn-submit-au {
        height: 62px;
    }
}